@helpscout/ui-kit-react 0.3.1 → 0.4.0

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.
Files changed (35) hide show
  1. package/dist/lib/components/side-panel/components/side-panel.content.d.ts +8 -0
  2. package/dist/lib/components/side-panel/components/side-panel.content.d.ts.map +1 -0
  3. package/dist/lib/components/side-panel/components/side-panel.content.test.d.ts +2 -0
  4. package/dist/lib/components/side-panel/components/side-panel.content.test.d.ts.map +1 -0
  5. package/dist/lib/components/side-panel/components/side-panel.footer.d.ts +27 -0
  6. package/dist/lib/components/side-panel/components/side-panel.footer.d.ts.map +1 -0
  7. package/dist/lib/components/side-panel/components/side-panel.footer.test.d.ts +2 -0
  8. package/dist/lib/components/side-panel/components/side-panel.footer.test.d.ts.map +1 -0
  9. package/dist/lib/components/side-panel/components/side-panel.header.d.ts +14 -0
  10. package/dist/lib/components/side-panel/components/side-panel.header.d.ts.map +1 -0
  11. package/dist/lib/components/side-panel/components/side-panel.header.test.d.ts +2 -0
  12. package/dist/lib/components/side-panel/components/side-panel.header.test.d.ts.map +1 -0
  13. package/dist/lib/components/side-panel/components/tooltip/tooltip.d.ts +9 -0
  14. package/dist/lib/components/side-panel/components/tooltip/tooltip.d.ts.map +1 -0
  15. package/dist/lib/components/side-panel/components/tooltip/tooltip.test.d.ts +2 -0
  16. package/dist/lib/components/side-panel/components/tooltip/tooltip.test.d.ts.map +1 -0
  17. package/dist/lib/components/side-panel/index.d.ts +4 -0
  18. package/dist/lib/components/side-panel/index.d.ts.map +1 -0
  19. package/dist/lib/components/side-panel/side-panel.context.d.ts +15 -0
  20. package/dist/lib/components/side-panel/side-panel.context.d.ts.map +1 -0
  21. package/dist/lib/components/side-panel/side-panel.d.ts +17 -0
  22. package/dist/lib/components/side-panel/side-panel.d.ts.map +1 -0
  23. package/dist/lib/components/side-panel/side-panel.hooks.d.ts +3 -0
  24. package/dist/lib/components/side-panel/side-panel.hooks.d.ts.map +1 -0
  25. package/dist/lib/components/side-panel/side-panel.test.d.ts +2 -0
  26. package/dist/lib/components/side-panel/side-panel.test.d.ts.map +1 -0
  27. package/dist/lib/components/side-panel/side-panel.utils.d.ts +21 -0
  28. package/dist/lib/components/side-panel/side-panel.utils.d.ts.map +1 -0
  29. package/dist/lib/ui-kit-react.d.ts +1 -0
  30. package/dist/lib/ui-kit-react.d.ts.map +1 -1
  31. package/dist/prop-types.json +410 -0
  32. package/dist/ui-kit-react.css +1 -1
  33. package/dist/ui-kit-react.js +12701 -12400
  34. package/dist/ui-kit-react.umd.cjs +54 -54
  35. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
- (function(xt,Ce){typeof exports=="object"&&typeof module<"u"?Ce(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],Ce):(xt=typeof globalThis<"u"?globalThis:xt||self,Ce(xt.UI={},xt.jsxRuntime,xt.React))})(this,function(xt,Ce,x){"use strict";var i3=document.createElement("style");i3.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);border-left:none;border-right:none}: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-suffix-padding-left: 15px;--ui-kit-input-suffix-padding-right: 12px;--ui-kit-input-suffix-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}.ui-kit__input-module__suffix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-right) var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-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;cursor:default}.ui-kit__menu-module__menuItemWrapper{display:inline-block;pointer-events:all}:root{--ui-kit-dialog-font-family: var(--ui-kit-font-body-md-family);--ui-kit-dialog-outline: none;--ui-kit-dialog-position: relative;--ui-kit-dialog-text-color: var(--ui-kit-color-text-dark);--ui-kit-modal-background-color: #fff;--ui-kit-modal-border-radius: 4px;--ui-kit-modal-box-shadow: 0px 2px 3px 0px rgba(64, 82, 97, .2), 0px 10px 40px 0px rgba(64, 82, 97, .3);--ui-kit-modal-max-height: 165px;--ui-kit-modal-width: auto;--ui-kit-modal-padding: 50px;--ui-kit-modal-content-width: 284px;--ui-kit-modal-description-margin-bottom: 0px;--ui-kit-modal-description-margin-top: 0px;--ui-kit-modal-footer-margin-bottom: 0px;--ui-kit-modal-footer-margin-top: 25px;--ui-kit-modal-overlay-background-color: rgba(64, 82, 97, .72);--ui-kit-modal-overlay-min-height: 100%;--ui-kit-modal-overlay-overflow-y: auto;--ui-kit-modal-overlay-z-index: 10;--ui-kit-modal-title-margin-bottom: 6px;--ui-kit-modal-title-margin-top: 0px}@keyframes ui-kit__modal-module__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ui-kit__modal-module__fadeOut{0%{opacity:1}to{opacity:0}}.ui-kit__modal-module__entering{animation:ui-kit__modal-module__fadeIn .3s ease-out}.ui-kit__modal-module__exiting{animation:ui-kit__modal-module__fadeOut .2s ease-in}.ui-kit__modal-module__dialog{color:var(--ui-kit-dialog-text-color);font-family:var(--ui-kit-dialog-font-family);outline:var(--ui-kit-dialog-outline);position:var(--ui-kit-dialog-position);text-align:center}.ui-kit__modal-module__modal{background-color:var(--ui-kit-modal-background-color);border-radius:var(--ui-kit-modal-border-radius);box-shadow:var(--ui-kit-modal-box-shadow);box-sizing:content-box;overflow:hidden;padding:var(--ui-kit-modal-padding);text-align:left;width:var(--ui-kit-modal-width)}.ui-kit__modal-module__modalContent{display:flex;flex-direction:column;margin:auto;max-width:var(--ui-kit-modal-content-width)}.ui-kit__modal-module__modalOverlay{align-items:center;background-color:var(--ui-kit-modal-overlay-background-color);display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;min-height:var(--ui-kit-modal-overlay-min-height);overflow-y:var(--ui-kit-modal-overlay-overflow-y);position:absolute;text-align:center;z-index:var(--ui-kit-modal-overlay-z-index)}.ui-kit__modal-module__title{color:#253642;font-size:18px;font-style:normal;font-weight:500;line-height:21.6px;margin-bottom:var(--ui-kit-modal-title-margin-bottom);margin-top:var(--ui-kit-modal-title-margin-top);text-align:center}.ui-kit__modal-module__description{color:#405261;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:var(--ui-kit-modal-description-margin-bottom);margin-top:var(--ui-kit-modal-description-margin-top);text-align:center}.ui-kit__modal-module__footer{display:flex;gap:10px;justify-content:center;margin-bottom:var(--ui-kit-modal-footer-margin-bottom);margin-top:var(--ui-kit-modal-footer-margin-top)}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-text-color-disabled: var( --ui-kit-color-action-disabled );--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__input[disabled]{color:var(--ui-kit-number-field-text-color-disabled)}.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 span{width:24px}.ui-kit__number-field-module__button svg{fill: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 );cursor:default}.ui-kit__number-field-module__button[disabled] svg{fill:var(--ui-kit-number-field-button-text-color-disabled)}:root{--ui-kit-select-width: 340px;--ui-kit-select-popover-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-popover-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-select-popover-border-radius: 4px;--ui-kit-select-popover-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-select-popover-padding: 0px;--ui-kit-select-list-box-max-height: 180px;--ui-kit-select-list-box-padding: 5px;--ui-kit-select-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-item-line-height: 19px;--ui-kit-select-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-select-item-padding: 8px 15px 9px;--ui-kit-select-item-border-radius: 3px;--ui-kit-select-item-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-select-toggle-button-padding: 0 10px 0 15px;--ui-kit-select-toggle-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-placeholder-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-label-padding: 0 0 6px 0px;--ui-kit-select-empty-state-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-empty-state-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-empty-state-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-empty-state-height: 19px;--ui-kit-select-empty-state-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-empty-state-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-empty-state-padding: 8px 15px 9px}.ui-kit__select-module__select{width:calc(var(--ui-kit-select-width) + 2px)}.ui-kit__select-module__popover{background:var(--ui-kit-select-popover-background-color);border:1px solid var(--ui-kit-select-popover-border-color);border-radius:var(--ui-kit-select-popover-border-radius);box-shadow:var(--ui-kit-select-popover-box-shadow);padding:var(--ui-kit-select-popover-padding)}.ui-kit__select-module__listBox{max-height:var(--ui-kit-select-list-box-max-height);min-width:calc(var(--ui-kit-select-width) - 2 * var(--ui-kit-select-list-box-padding));padding:var(--ui-kit-select-list-box-padding);overflow-x:hidden;overflow-y:auto}.ui-kit__select-module__listBox:focus{outline:none}.ui-kit__select-module__selectItem{background:var(--ui-kit-select-item-background-color);border-radius:var(--ui-kit-select-item-border-radius);color:var(--ui-kit-select-item-text-color);font-family:var(--ui-kit-select-item-font-family);font-size:var(--ui-kit-select-item-font-size);font-weight:var(--ui-kit-select-item-font-weight);line-height:var(--ui-kit-select-item-line-height);padding:var(--ui-kit-select-item-padding);cursor:default}.ui-kit__select-module__selectItem[data-hovered],.ui-kit__select-module__selectItem[data-focused],.ui-kit__select-module__selectItem[data-selected]{background:var(--ui-kit-select-item-hovered-background-color);outline:none}.ui-kit__select-module__selectTrigger{width:calc(var(--ui-kit-select-width) + 2px);padding:var(--ui-kit-select-toggle-button-padding);justify-content:space-between}.ui-kit__select-module__selectTrigger[data-pressed],.ui-kit__select-module__selectTrigger[data-hovered]{background:var(--ui-kit-select-toggle-button-background-color)}.ui-kit__select-module__selectTrigger [data-placeholder]{color:var(--ui-kit-select-placeholder-text-color)}.ui-kit__select-module__filterableTrigger{--ui-kit-button-padding: 0px}.ui-kit__select-module__selectLabel{padding:var(--ui-kit-select-label-padding);display:inline-block}.ui-kit__select-module__visuallyHidden{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__select-module__hideSelectValue[data-placeholder]{visibility:hidden}.ui-kit__select-module__emptyState{align-content:center;background:var(--ui-kit-select-empty-state-background-color);color:var(--ui-kit-select-empty-state-text-color);display:grid;font-family:var(--ui-kit-select-empty-state-font-family);font-size:var(--ui-kit-select-empty-state-font-size);font-weight:var(--ui-kit-select-empty-state-font-weight);height:var(--ui-kit-select-empty-state-height);padding:var(--ui-kit-select-empty-state-padding)}: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(i3);function o3(n){var r,l,c="";if(typeof n=="string"||typeof n=="number")c+=n;else if(typeof n=="object")if(Array.isArray(n))for(r=0;r<n.length;r++)n[r]&&(l=o3(n[r]))&&(c&&(c+=" "),c+=l);else for(r in n)n[r]&&(c&&(c+=" "),c+=r);return c}function L$(){for(var n,r,l=0,c="";l<arguments.length;)(n=arguments[l++])&&(r=o3(n))&&(c&&(c+=" "),c+=r);return c}const l3=n=>typeof n=="boolean"?"".concat(n):n===0?"0":n,a3=L$,_n=(n,r)=>l=>{var c;if((r==null?void 0:r.variants)==null)return a3(n,l==null?void 0:l.class,l==null?void 0:l.className);const{variants:f,defaultVariants:h}=r,p=Object.keys(f).map(S=>{const T=l==null?void 0:l[S],_=h==null?void 0:h[S];if(T===null)return null;const D=l3(T)||l3(_);return f[S][D]}),b=l&&Object.entries(l).reduce((S,T)=>{let[_,D]=T;return D===void 0||(S[_]=D),S},{}),E=r==null||(c=r.compoundVariants)===null||c===void 0?void 0:c.reduce((S,T)=>{let{class:_,className:D,...$}=T;return Object.entries($).every(A=>{let[F,I]=A;return Array.isArray(I)?I.includes({...h,...b}[F]):{...h,...b}[F]===I})?[...S,_,D]:S},[]);return a3(n,p,E,l==null?void 0:l.class,l==null?void 0:l.className)},is={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"},M$=_n(is.base,{variants:{color:{default:is.default,success:is.success,warning:is.warning,error:is.error},size:{sm:is.sm,default:is.default}}});function u3({children:n,color:r="default",size:l="default"}){return Ce.jsx("span",{className:M$({color:r,size:l}),children:n})}u3.displayName="Badge";function s3(n){var r,l,c="";if(typeof n=="string"||typeof n=="number")c+=n;else if(typeof n=="object")if(Array.isArray(n)){var f=n.length;for(r=0;r<f;r++)n[r]&&(l=s3(n[r]))&&(c&&(c+=" "),c+=l)}else for(l in n)n[l]&&(c&&(c+=" "),c+=l);return c}function yn(){for(var n,r,l=0,c="",f=arguments.length;l<f;l++)(n=arguments[l])&&(r=s3(n))&&(c&&(c+=" "),c+=r);return c}const c3=typeof document<"u"?x.useLayoutEffect:()=>{};function N$(n){const r=x.useRef(null);return c3(()=>{r.current=n},[n]),x.useCallback((...l)=>{const c=r.current;return c==null?void 0:c(...l)},[])}let d3=new Map;function A$(n,r){if(n===r)return n;let l=d3.get(n);if(l)return l(r),r;let c=d3.get(r);return c?(c(n),n):r}function O$(...n){return(...r)=>{for(let l of n)typeof l=="function"&&l(...r)}}const Qm=n=>{var r;return(r=n==null?void 0:n.ownerDocument)!==null&&r!==void 0?r:document},os=n=>n&&"window"in n&&n.window===n?n:Qm(n).defaultView||window;function Sb(...n){let r={...n[0]};for(let l=1;l<n.length;l++){let c=n[l];for(let f in c){let h=r[f],p=c[f];typeof h=="function"&&typeof p=="function"&&f[0]==="o"&&f[1]==="n"&&f.charCodeAt(2)>=65&&f.charCodeAt(2)<=90?r[f]=O$(h,p):(f==="className"||f==="UNSAFE_className")&&typeof h=="string"&&typeof p=="string"?r[f]=yn(h,p):f==="id"&&h&&p?r.id=A$(h,p):r[f]=p!==void 0?p:h}}return r}function F$(n){var r;return typeof window>"u"||window.navigator==null?!1:((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.brands.some(l=>n.test(l.brand)))||n.test(window.navigator.userAgent)}function R$(n){var r;return typeof window<"u"&&window.navigator!=null?n.test(((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.platform)||window.navigator.platform):!1}function z$(){return R$(/^Mac/i)}function B$(){return F$(/Android/i)}let Jf=new Map,f3=new Set;function p3(){if(typeof window>"u")return;function n(c){return"propertyName"in c}let r=c=>{if(!n(c)||!c.target)return;let f=Jf.get(c.target);f||(f=new Set,Jf.set(c.target,f),c.target.addEventListener("transitioncancel",l,{once:!0})),f.add(c.propertyName)},l=c=>{if(!n(c)||!c.target)return;let f=Jf.get(c.target);if(f&&(f.delete(c.propertyName),f.size===0&&(c.target.removeEventListener("transitioncancel",l),Jf.delete(c.target)),Jf.size===0)){for(let h of f3)h();f3.clear()}};document.body.addEventListener("transitionrun",r),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?p3():document.addEventListener("DOMContentLoaded",p3));function I$(n){return n.mozInputSource===0&&n.isTrusted?!0:B$()&&n.pointerType?n.type==="click"&&n.buttons===1:n.detail===0&&!n.pointerType}function U$(n,r){return r.get?r.get.call(n):r.value}function v3(n,r,l){if(!r.has(n))throw new TypeError("attempted to "+l+" private field on non-instance");return r.get(n)}function H$(n,r){var l=v3(n,r,"get");return U$(n,l)}function V$(n,r){if(r.has(n))throw new TypeError("Cannot initialize the same private elements twice on an object")}function K$(n,r,l){V$(n,r),r.set(n,l)}function j$(n,r,l){if(r.set)r.set.call(n,l);else{if(!r.writable)throw new TypeError("attempted to set read only private field");r.value=l}}function m3(n,r,l){var c=v3(n,r,"set");return j$(n,c,l),l}const W$=x.createContext({register:()=>{}});W$.displayName="PressResponderContext";let G$=class{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(r,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=r}};function h3(n){let r=x.useRef({isFocused:!1,observer:null});c3(()=>{const c=r.current;return()=>{c.observer&&(c.observer.disconnect(),c.observer=null)}},[]);let l=N$(c=>{n==null||n(c)});return x.useCallback(c=>{if(c.target instanceof HTMLButtonElement||c.target instanceof HTMLInputElement||c.target instanceof HTMLTextAreaElement||c.target instanceof HTMLSelectElement){r.current.isFocused=!0;let f=c.target,h=p=>{r.current.isFocused=!1,f.disabled&&l(new G$("blur",p)),r.current.observer&&(r.current.observer.disconnect(),r.current.observer=null)};f.addEventListener("focusout",h,{once:!0}),r.current.observer=new MutationObserver(()=>{if(r.current.isFocused&&f.disabled){var p;(p=r.current.observer)===null||p===void 0||p.disconnect();let b=f===document.activeElement?null:document.activeElement;f.dispatchEvent(new FocusEvent("blur",{relatedTarget:b})),f.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:b}))}}),r.current.observer.observe(f,{attributes:!0,attributeFilter:["disabled"]})}},[l])}function Y$(n){let{isDisabled:r,onFocus:l,onBlur:c,onFocusChange:f}=n;const h=x.useCallback(E=>{if(E.target===E.currentTarget)return c&&c(E),f&&f(!1),!0},[c,f]),p=h3(h),b=x.useCallback(E=>{E.target===E.currentTarget&&document.activeElement===E.target&&(l&&l(E),f&&f(!0),p(E))},[f,l,p]);return{focusProps:{onFocus:!r&&(l||f||c)?b:void 0,onBlur:!r&&(c||f)?h:void 0}}}let ep=null,wb=new Set,tp=new Map,ls=!1,_b=!1;const q$={Tab:!0,Escape:!0};function Tb(n,r){for(let l of wb)l(n,r)}function Q$(n){return!(n.metaKey||!z$()&&n.altKey||n.ctrlKey||n.key==="Control"||n.key==="Shift"||n.key==="Meta")}function Xm(n){ls=!0,Q$(n)&&(ep="keyboard",Tb("keyboard",n))}function eo(n){ep="pointer",(n.type==="mousedown"||n.type==="pointerdown")&&(ls=!0,Tb("pointer",n))}function g3(n){I$(n)&&(ls=!0,ep="virtual")}function y3(n){n.target===window||n.target===document||(!ls&&!_b&&(ep="virtual",Tb("virtual",n)),ls=!1,_b=!1)}function b3(){ls=!1,_b=!0}function Db(n){if(typeof window>"u"||tp.get(os(n)))return;const r=os(n),l=Qm(n);let c=r.HTMLElement.prototype.focus;r.HTMLElement.prototype.focus=function(){ls=!0,c.apply(this,arguments)},l.addEventListener("keydown",Xm,!0),l.addEventListener("keyup",Xm,!0),l.addEventListener("click",g3,!0),r.addEventListener("focus",y3,!0),r.addEventListener("blur",b3,!1),typeof PointerEvent<"u"?(l.addEventListener("pointerdown",eo,!0),l.addEventListener("pointermove",eo,!0),l.addEventListener("pointerup",eo,!0)):(l.addEventListener("mousedown",eo,!0),l.addEventListener("mousemove",eo,!0),l.addEventListener("mouseup",eo,!0)),r.addEventListener("beforeunload",()=>{x3(n)},{once:!0}),tp.set(r,{focus:c})}const x3=(n,r)=>{const l=os(n),c=Qm(n);r&&c.removeEventListener("DOMContentLoaded",r),tp.has(l)&&(l.HTMLElement.prototype.focus=tp.get(l).focus,c.removeEventListener("keydown",Xm,!0),c.removeEventListener("keyup",Xm,!0),c.removeEventListener("click",g3,!0),l.removeEventListener("focus",y3,!0),l.removeEventListener("blur",b3,!1),typeof PointerEvent<"u"?(c.removeEventListener("pointerdown",eo,!0),c.removeEventListener("pointermove",eo,!0),c.removeEventListener("pointerup",eo,!0)):(c.removeEventListener("mousedown",eo,!0),c.removeEventListener("mousemove",eo,!0),c.removeEventListener("mouseup",eo,!0)),tp.delete(l))};function X$(n){const r=Qm(n);let l;return r.readyState!=="loading"?Db(n):(l=()=>{Db(n)},r.addEventListener("DOMContentLoaded",l)),()=>x3(n,l)}typeof document<"u"&&X$();function k3(){return ep!=="pointer"}const Z$=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function J$(n,r,l){var c;const f=typeof window<"u"?os(l==null?void 0:l.target).HTMLInputElement:HTMLInputElement,h=typeof window<"u"?os(l==null?void 0:l.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?os(l==null?void 0:l.target).HTMLElement:HTMLElement,b=typeof window<"u"?os(l==null?void 0:l.target).KeyboardEvent:KeyboardEvent;return n=n||(l==null?void 0:l.target)instanceof f&&!Z$.has(l==null||(c=l.target)===null||c===void 0?void 0:c.type)||(l==null?void 0:l.target)instanceof h||(l==null?void 0:l.target)instanceof p&&(l==null?void 0:l.target.isContentEditable),!(n&&r==="keyboard"&&l instanceof b&&!q$[l.key])}function e7(n,r,l){Db(),x.useEffect(()=>{let c=(f,h)=>{J$(!!(l!=null&&l.isTextInput),f,h)&&n(k3())};return wb.add(c),()=>{wb.delete(c)}},r)}function t7(n){let{isDisabled:r,onBlurWithin:l,onFocusWithin:c,onFocusWithinChange:f}=n,h=x.useRef({isFocusWithin:!1}),p=x.useCallback(S=>{h.current.isFocusWithin&&!S.currentTarget.contains(S.relatedTarget)&&(h.current.isFocusWithin=!1,l&&l(S),f&&f(!1))},[l,f,h]),b=h3(p),E=x.useCallback(S=>{!h.current.isFocusWithin&&document.activeElement===S.target&&(c&&c(S),f&&f(!0),h.current.isFocusWithin=!0,b(S))},[c,f,b]);return r?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:E,onBlur:p}}}function n7(n,r){return!n||!r?!1:r.some(l=>l.contains(n))}let r7=class P${get size(){return this.fastMap.size}getTreeNode(r){return this.fastMap.get(r)}addTreeNode(r,l,c){let f=this.fastMap.get(l??null);if(!f)return;let h=new E3({scopeRef:r});f.addChild(h),h.parent=f,this.fastMap.set(r,h),c&&(h.nodeToRestore=c)}addNode(r){this.fastMap.set(r.scopeRef,r)}removeTreeNode(r){if(r===null)return;let l=this.fastMap.get(r);if(!l)return;let c=l.parent;for(let h of this.traverse())h!==l&&l.nodeToRestore&&h.nodeToRestore&&l.scopeRef&&l.scopeRef.current&&n7(h.nodeToRestore,l.scopeRef.current)&&(h.nodeToRestore=l.nodeToRestore);let f=l.children;c&&(c.removeChild(l),f.size>0&&f.forEach(h=>c&&c.addChild(h))),this.fastMap.delete(l.scopeRef)}*traverse(r=this.root){if(r.scopeRef!=null&&(yield r),r.children.size>0)for(let l of r.children)yield*this.traverse(l)}clone(){var r;let l=new P$;var c;for(let f of this.traverse())l.addTreeNode(f.scopeRef,(c=(r=f.parent)===null||r===void 0?void 0:r.scopeRef)!==null&&c!==void 0?c:null,f.nodeToRestore);return l}constructor(){this.fastMap=new Map,this.root=new E3({scopeRef:null}),this.fastMap.set(null,this.root)}},E3=class{addChild(r){this.children.add(r),r.parent=this}removeChild(r){this.children.delete(r),r.parent=void 0}constructor(r){this.children=new Set,this.contain=!1,this.scopeRef=r.scopeRef}};new r7;function i7(n={}){let{autoFocus:r=!1,isTextInput:l,within:c}=n,f=x.useRef({isFocused:!1,isFocusVisible:r||k3()}),[h,p]=x.useState(!1),[b,E]=x.useState(()=>f.current.isFocused&&f.current.isFocusVisible),S=x.useCallback(()=>E(f.current.isFocused&&f.current.isFocusVisible),[]),T=x.useCallback($=>{f.current.isFocused=$,p($),S()},[S]);e7($=>{f.current.isFocusVisible=$,S()},[],{isTextInput:l});let{focusProps:_}=Y$({isDisabled:c,onFocusChange:T}),{focusWithinProps:D}=t7({isDisabled:!c,onFocusWithinChange:T});return{isFocused:h,isFocusVisible:b,focusProps:c?D:_}}function o7(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var $b={exports:{}},vi={},Zm={exports:{}},Pb={};/**
1
+ (function(xt,me){typeof exports=="object"&&typeof module<"u"?me(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],me):(xt=typeof globalThis<"u"?globalThis:xt||self,me(xt.UI={},xt.jsxRuntime,xt.React))})(this,function(xt,me,x){"use strict";var u3=document.createElement("style");u3.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);border-left:none;border-right:none}: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-suffix-padding-left: 15px;--ui-kit-input-suffix-padding-right: 12px;--ui-kit-input-suffix-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}.ui-kit__input-module__suffix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-right) var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-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;cursor:default}.ui-kit__menu-module__menuItemWrapper{display:inline-block;pointer-events:all}:root{--ui-kit-dialog-font-family: var(--ui-kit-font-body-md-family);--ui-kit-dialog-outline: none;--ui-kit-dialog-position: relative;--ui-kit-dialog-text-color: var(--ui-kit-color-text-dark);--ui-kit-modal-background-color: #fff;--ui-kit-modal-border-radius: 4px;--ui-kit-modal-box-shadow: 0px 2px 3px 0px rgba(64, 82, 97, .2), 0px 10px 40px 0px rgba(64, 82, 97, .3);--ui-kit-modal-max-height: 165px;--ui-kit-modal-width: auto;--ui-kit-modal-padding: 50px;--ui-kit-modal-content-width: 284px;--ui-kit-modal-description-margin-bottom: 0px;--ui-kit-modal-description-margin-top: 0px;--ui-kit-modal-footer-margin-bottom: 0px;--ui-kit-modal-footer-margin-top: 25px;--ui-kit-modal-overlay-background-color: rgba(64, 82, 97, .72);--ui-kit-modal-overlay-min-height: 100%;--ui-kit-modal-overlay-overflow-y: auto;--ui-kit-modal-overlay-z-index: 10;--ui-kit-modal-title-margin-bottom: 6px;--ui-kit-modal-title-margin-top: 0px}@keyframes ui-kit__modal-module__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ui-kit__modal-module__fadeOut{0%{opacity:1}to{opacity:0}}.ui-kit__modal-module__entering{animation:ui-kit__modal-module__fadeIn .3s ease-out}.ui-kit__modal-module__exiting{animation:ui-kit__modal-module__fadeOut .2s ease-in}.ui-kit__modal-module__dialog{color:var(--ui-kit-dialog-text-color);font-family:var(--ui-kit-dialog-font-family);outline:var(--ui-kit-dialog-outline);position:var(--ui-kit-dialog-position);text-align:center}.ui-kit__modal-module__modal{background-color:var(--ui-kit-modal-background-color);border-radius:var(--ui-kit-modal-border-radius);box-shadow:var(--ui-kit-modal-box-shadow);box-sizing:content-box;overflow:hidden;padding:var(--ui-kit-modal-padding);text-align:left;width:var(--ui-kit-modal-width)}.ui-kit__modal-module__modalContent{display:flex;flex-direction:column;margin:auto;max-width:var(--ui-kit-modal-content-width)}.ui-kit__modal-module__modalOverlay{align-items:center;background-color:var(--ui-kit-modal-overlay-background-color);display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;min-height:var(--ui-kit-modal-overlay-min-height);overflow-y:var(--ui-kit-modal-overlay-overflow-y);position:absolute;text-align:center;z-index:var(--ui-kit-modal-overlay-z-index)}.ui-kit__modal-module__title{color:#253642;font-size:18px;font-style:normal;font-weight:500;line-height:21.6px;margin-bottom:var(--ui-kit-modal-title-margin-bottom);margin-top:var(--ui-kit-modal-title-margin-top);text-align:center}.ui-kit__modal-module__description{color:#405261;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:var(--ui-kit-modal-description-margin-bottom);margin-top:var(--ui-kit-modal-description-margin-top);text-align:center}.ui-kit__modal-module__footer{display:flex;gap:10px;justify-content:center;margin-bottom:var(--ui-kit-modal-footer-margin-bottom);margin-top:var(--ui-kit-modal-footer-margin-top)}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-text-color-disabled: var( --ui-kit-color-action-disabled );--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__input[disabled]{color:var(--ui-kit-number-field-text-color-disabled)}.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 span{width:24px}.ui-kit__number-field-module__button svg{fill: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 );cursor:default}.ui-kit__number-field-module__button[disabled] svg{fill:var(--ui-kit-number-field-button-text-color-disabled)}:root{--ui-kit-select-width: 340px;--ui-kit-select-popover-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-popover-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-select-popover-border-radius: 4px;--ui-kit-select-popover-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-select-popover-padding: 0px;--ui-kit-select-list-box-max-height: 180px;--ui-kit-select-list-box-padding: 5px;--ui-kit-select-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-item-line-height: 19px;--ui-kit-select-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-select-item-padding: 8px 15px 9px;--ui-kit-select-item-border-radius: 3px;--ui-kit-select-item-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-select-toggle-button-padding: 0 10px 0 15px;--ui-kit-select-toggle-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-placeholder-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-label-padding: 0 0 6px 0px;--ui-kit-select-empty-state-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-empty-state-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-empty-state-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-empty-state-height: 19px;--ui-kit-select-empty-state-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-empty-state-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-empty-state-padding: 8px 15px 9px}.ui-kit__select-module__select{width:calc(var(--ui-kit-select-width) + 2px)}.ui-kit__select-module__popover{background:var(--ui-kit-select-popover-background-color);border:1px solid var(--ui-kit-select-popover-border-color);border-radius:var(--ui-kit-select-popover-border-radius);box-shadow:var(--ui-kit-select-popover-box-shadow);padding:var(--ui-kit-select-popover-padding)}.ui-kit__select-module__listBox{max-height:var(--ui-kit-select-list-box-max-height);min-width:calc(var(--ui-kit-select-width) - 2 * var(--ui-kit-select-list-box-padding));padding:var(--ui-kit-select-list-box-padding);overflow-x:hidden;overflow-y:auto}.ui-kit__select-module__listBox:focus{outline:none}.ui-kit__select-module__selectItem{background:var(--ui-kit-select-item-background-color);border-radius:var(--ui-kit-select-item-border-radius);color:var(--ui-kit-select-item-text-color);font-family:var(--ui-kit-select-item-font-family);font-size:var(--ui-kit-select-item-font-size);font-weight:var(--ui-kit-select-item-font-weight);line-height:var(--ui-kit-select-item-line-height);padding:var(--ui-kit-select-item-padding);cursor:default}.ui-kit__select-module__selectItem[data-hovered],.ui-kit__select-module__selectItem[data-focused],.ui-kit__select-module__selectItem[data-selected]{background:var(--ui-kit-select-item-hovered-background-color);outline:none}.ui-kit__select-module__selectTrigger{width:calc(var(--ui-kit-select-width) + 2px);padding:var(--ui-kit-select-toggle-button-padding);justify-content:space-between}.ui-kit__select-module__selectTrigger[data-pressed],.ui-kit__select-module__selectTrigger[data-hovered]{background:var(--ui-kit-select-toggle-button-background-color)}.ui-kit__select-module__selectTrigger [data-placeholder]{color:var(--ui-kit-select-placeholder-text-color)}.ui-kit__select-module__filterableTrigger{--ui-kit-button-padding: 0px}.ui-kit__select-module__selectLabel{padding:var(--ui-kit-select-label-padding);display:inline-block}.ui-kit__select-module__visuallyHidden{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__select-module__hideSelectValue[data-placeholder]{visibility:hidden}.ui-kit__select-module__emptyState{align-content:center;background:var(--ui-kit-select-empty-state-background-color);color:var(--ui-kit-select-empty-state-text-color);display:grid;font-family:var(--ui-kit-select-empty-state-font-family);font-size:var(--ui-kit-select-empty-state-font-size);font-weight:var(--ui-kit-select-empty-state-font-weight);height:var(--ui-kit-select-empty-state-height);padding:var(--ui-kit-select-empty-state-padding)}.ui-kit__side-panel-module__sidePanelUI{background-color:var(--ui-kit-color-basics-white);display:flex;flex-direction:column;height:100%;min-width:400px;max-width:400px;max-height:100vh;min-height:100vh}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h1{font-size:16px}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h2{font-size:14px}.ui-kit__side-panel-module__headerUI{align-self:stretch;border-bottom:1px solid var(--ui-kit-color-charcoal-400);display:flex;gap:12px;padding:0 20px;position:sticky;top:0;z-index:1;background-color:var(--ui-kit-color-basics-white);max-height:70px;min-height:70px;align-items:center}.ui-kit__side-panel-module__headerUI.ui-kit__side-panel-module__showSubtitle,.ui-kit__side-panel-module__headerUI:not(.ui-kit__side-panel-module__showSubtitle){align-items:center}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerIconUI{color:var(--ui-kit-color-charcoal-400)}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI{display:flex;flex-direction:column;gap:2px;justify-content:center}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI.ui-kit__side-panel-module__noBackButton{margin-left:10px}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerTitleUI{color:var(--ui-kit-color-charcoal-700);font-style:normal;font-weight:500}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerSubtitleUI{color:var(--ui-kit-color-charcoal-400);font-size:13px;font-style:normal;font-weight:400}.ui-kit__side-panel-module__contentUI{padding:20px 30px;overflow-y:auto;overflow-x:hidden}.ui-kit__side-panel-module__contentUI.ui-kit__side-panel-module__stickyFooter{flex-grow:1}.ui-kit__side-panel-module__footerUI{padding:24px 30px;display:grid;gap:12px;min-height:88px;max-height:88px}.ui-kit__side-panel-module__footerUI.ui-kit__side-panel-module__stickyFooter{position:sticky;bottom:0;z-index:1;background-color:var(--ui-kit-color-basics-white)}.ui-kit__side-panel-module__footerUI.ui-kit__side-panel-module__stickyFooter.ui-kit__side-panel-module__hasOverflow{box-shadow:0 -2px 5px #0003}.ui-kit__side-panel-module__footerUI[data-count="1"]{grid-template-columns:repeat(1,1fr)}.ui-kit__side-panel-module__footerUI[data-count="2"]{grid-template-columns:repeat(2,1fr)}.ui-kit__side-panel-module__headerButtonUI{cursor:pointer;color:var(--ui-kit-color-charcoal-700)}.ui-kit__side-panel-module__headerButtonUI:hover{color:var(--ui-kit-color-charcoal-900)}.ui-kit__side-panel-module__externalLinkUI{position:absolute;right:62px;top:50%;transform:translateY(-47%)}:root{--ui-kit-tooltip-background-color: var(--ui-kit-color-charcoal-700);--ui-kit-tooltip-border-radius: 3px;--ui-kit-tooltip-color: var(--ui-kit-color-basics-white);--ui-kit-tooltip-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-tooltip-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-tooltip-max-width: 300px;--ui-kit-tooltip-padding: 6px 8px;--ui-kit-tooltip-z-index: 3;--ui-kit-tooltip-arrow-size: 5px;--ui-kit-tooltip-arrow-color: var(--ui-kit-color-charcoal-700)}.ui-kit__tooltip-module__wrapper{display:block;position:relative}.ui-kit__tooltip-module__tooltip{background:var(--ui-kit-tooltip-background-color);border-radius:var(--ui-kit-tooltip-border-radius);color:var(--ui-kit-tooltip-color);font-family:var(--ui-kit-tooltip-font-family);font-size:var(--ui-kit-tooltip-font-size);max-width:var(--ui-kit-tooltip-max-width);padding:var(--ui-kit-tooltip-padding);position:absolute;text-align:center;top:-35px;left:50%;transform:translate(-50%);white-space:nowrap;z-index:var(--ui-kit-tooltip-z-index);display:block}.ui-kit__tooltip-module__tooltip:after{border:solid transparent;border-top-color:var(--ui-kit-tooltip-arrow-color);border-width:var(--ui-kit-tooltip-arrow-size);content:"";height:0;left:50%;margin-left:calc(-1 * var(--ui-kit-tooltip-arrow-size));pointer-events:none;position:absolute;top:100%;width:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__hidden{display:none}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned{transform:translate(0);left:0;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned:after{left:7px;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned{transform:translate(0);left:auto;right:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned:after{left:auto;right:7px}: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(u3);function s3(n){var r,l,s="";if(typeof n=="string"||typeof n=="number")s+=n;else if(typeof n=="object")if(Array.isArray(n))for(r=0;r<n.length;r++)n[r]&&(l=s3(n[r]))&&(s&&(s+=" "),s+=l);else for(r in n)n[r]&&(s&&(s+=" "),s+=r);return s}function F$(){for(var n,r,l=0,s="";l<arguments.length;)(n=arguments[l++])&&(r=s3(n))&&(s&&(s+=" "),s+=r);return s}const c3=n=>typeof n=="boolean"?"".concat(n):n===0?"0":n,d3=F$,wn=(n,r)=>l=>{var s;if((r==null?void 0:r.variants)==null)return d3(n,l==null?void 0:l.class,l==null?void 0:l.className);const{variants:f,defaultVariants:m}=r,p=Object.keys(f).map(_=>{const T=l==null?void 0:l[_],w=m==null?void 0:m[_];if(T===null)return null;const D=c3(T)||c3(w);return f[_][D]}),b=l&&Object.entries(l).reduce((_,T)=>{let[w,D]=T;return D===void 0||(_[w]=D),_},{}),E=r==null||(s=r.compoundVariants)===null||s===void 0?void 0:s.reduce((_,T)=>{let{class:w,className:D,...$}=T;return Object.entries($).every(A=>{let[F,I]=A;return Array.isArray(I)?I.includes({...m,...b}[F]):{...m,...b}[F]===I})?[..._,w,D]:_},[]);return d3(n,p,E,l==null?void 0:l.class,l==null?void 0:l.className)},ls={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"},R$=wn(ls.base,{variants:{color:{default:ls.default,success:ls.success,warning:ls.warning,error:ls.error},size:{sm:ls.sm,default:ls.default}}});function f3({children:n,color:r="default",size:l="default"}){return me.jsx("span",{className:R$({color:r,size:l}),children:n})}f3.displayName="Badge";function p3(n){var r,l,s="";if(typeof n=="string"||typeof n=="number")s+=n;else if(typeof n=="object")if(Array.isArray(n)){var f=n.length;for(r=0;r<f;r++)n[r]&&(l=p3(n[r]))&&(s&&(s+=" "),s+=l)}else for(l in n)n[l]&&(s&&(s+=" "),s+=l);return s}function Mt(){for(var n,r,l=0,s="",f=arguments.length;l<f;l++)(n=arguments[l])&&(r=p3(n))&&(s&&(s+=" "),s+=r);return s}const v3=typeof document<"u"?x.useLayoutEffect:()=>{};function z$(n){const r=x.useRef(null);return v3(()=>{r.current=n},[n]),x.useCallback((...l)=>{const s=r.current;return s==null?void 0:s(...l)},[])}let m3=new Map;function B$(n,r){if(n===r)return n;let l=m3.get(n);if(l)return l(r),r;let s=m3.get(r);return s?(s(n),n):r}function I$(...n){return(...r)=>{for(let l of n)typeof l=="function"&&l(...r)}}const Jm=n=>{var r;return(r=n==null?void 0:n.ownerDocument)!==null&&r!==void 0?r:document},as=n=>n&&"window"in n&&n.window===n?n:Jm(n).defaultView||window;function Tb(...n){let r={...n[0]};for(let l=1;l<n.length;l++){let s=n[l];for(let f in s){let m=r[f],p=s[f];typeof m=="function"&&typeof p=="function"&&f[0]==="o"&&f[1]==="n"&&f.charCodeAt(2)>=65&&f.charCodeAt(2)<=90?r[f]=I$(m,p):(f==="className"||f==="UNSAFE_className")&&typeof m=="string"&&typeof p=="string"?r[f]=Mt(m,p):f==="id"&&m&&p?r.id=B$(m,p):r[f]=p!==void 0?p:m}}return r}function U$(n){var r;return typeof window>"u"||window.navigator==null?!1:((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.brands.some(l=>n.test(l.brand)))||n.test(window.navigator.userAgent)}function H$(n){var r;return typeof window<"u"&&window.navigator!=null?n.test(((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.platform)||window.navigator.platform):!1}function V$(){return H$(/^Mac/i)}function K$(){return U$(/Android/i)}let ep=new Map,h3=new Set;function g3(){if(typeof window>"u")return;function n(s){return"propertyName"in s}let r=s=>{if(!n(s)||!s.target)return;let f=ep.get(s.target);f||(f=new Set,ep.set(s.target,f),s.target.addEventListener("transitioncancel",l,{once:!0})),f.add(s.propertyName)},l=s=>{if(!n(s)||!s.target)return;let f=ep.get(s.target);if(f&&(f.delete(s.propertyName),f.size===0&&(s.target.removeEventListener("transitioncancel",l),ep.delete(s.target)),ep.size===0)){for(let m of h3)m();h3.clear()}};document.body.addEventListener("transitionrun",r),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?g3():document.addEventListener("DOMContentLoaded",g3));function j$(n){return n.mozInputSource===0&&n.isTrusted?!0:K$()&&n.pointerType?n.type==="click"&&n.buttons===1:n.detail===0&&!n.pointerType}function W$(n,r){return r.get?r.get.call(n):r.value}function y3(n,r,l){if(!r.has(n))throw new TypeError("attempted to "+l+" private field on non-instance");return r.get(n)}function G$(n,r){var l=y3(n,r,"get");return W$(n,l)}function Y$(n,r){if(r.has(n))throw new TypeError("Cannot initialize the same private elements twice on an object")}function q$(n,r,l){Y$(n,r),r.set(n,l)}function Q$(n,r,l){if(r.set)r.set.call(n,l);else{if(!r.writable)throw new TypeError("attempted to set read only private field");r.value=l}}function b3(n,r,l){var s=y3(n,r,"set");return Q$(n,s,l),l}const X$=x.createContext({register:()=>{}});X$.displayName="PressResponderContext";let Z$=class{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(r,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=r}};function x3(n){let r=x.useRef({isFocused:!1,observer:null});v3(()=>{const s=r.current;return()=>{s.observer&&(s.observer.disconnect(),s.observer=null)}},[]);let l=z$(s=>{n==null||n(s)});return x.useCallback(s=>{if(s.target instanceof HTMLButtonElement||s.target instanceof HTMLInputElement||s.target instanceof HTMLTextAreaElement||s.target instanceof HTMLSelectElement){r.current.isFocused=!0;let f=s.target,m=p=>{r.current.isFocused=!1,f.disabled&&l(new Z$("blur",p)),r.current.observer&&(r.current.observer.disconnect(),r.current.observer=null)};f.addEventListener("focusout",m,{once:!0}),r.current.observer=new MutationObserver(()=>{if(r.current.isFocused&&f.disabled){var p;(p=r.current.observer)===null||p===void 0||p.disconnect();let b=f===document.activeElement?null:document.activeElement;f.dispatchEvent(new FocusEvent("blur",{relatedTarget:b})),f.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:b}))}}),r.current.observer.observe(f,{attributes:!0,attributeFilter:["disabled"]})}},[l])}function J$(n){let{isDisabled:r,onFocus:l,onBlur:s,onFocusChange:f}=n;const m=x.useCallback(E=>{if(E.target===E.currentTarget)return s&&s(E),f&&f(!1),!0},[s,f]),p=x3(m),b=x.useCallback(E=>{E.target===E.currentTarget&&document.activeElement===E.target&&(l&&l(E),f&&f(!0),p(E))},[f,l,p]);return{focusProps:{onFocus:!r&&(l||f||s)?b:void 0,onBlur:!r&&(s||f)?m:void 0}}}let tp=null,Db=new Set,np=new Map,us=!1,$b=!1;const e7={Tab:!0,Escape:!0};function Pb(n,r){for(let l of Db)l(n,r)}function t7(n){return!(n.metaKey||!V$()&&n.altKey||n.ctrlKey||n.key==="Control"||n.key==="Shift"||n.key==="Meta")}function eh(n){us=!0,t7(n)&&(tp="keyboard",Pb("keyboard",n))}function to(n){tp="pointer",(n.type==="mousedown"||n.type==="pointerdown")&&(us=!0,Pb("pointer",n))}function k3(n){j$(n)&&(us=!0,tp="virtual")}function E3(n){n.target===window||n.target===document||(!us&&!$b&&(tp="virtual",Pb("virtual",n)),us=!1,$b=!1)}function C3(){us=!1,$b=!0}function Lb(n){if(typeof window>"u"||np.get(as(n)))return;const r=as(n),l=Jm(n);let s=r.HTMLElement.prototype.focus;r.HTMLElement.prototype.focus=function(){us=!0,s.apply(this,arguments)},l.addEventListener("keydown",eh,!0),l.addEventListener("keyup",eh,!0),l.addEventListener("click",k3,!0),r.addEventListener("focus",E3,!0),r.addEventListener("blur",C3,!1),typeof PointerEvent<"u"?(l.addEventListener("pointerdown",to,!0),l.addEventListener("pointermove",to,!0),l.addEventListener("pointerup",to,!0)):(l.addEventListener("mousedown",to,!0),l.addEventListener("mousemove",to,!0),l.addEventListener("mouseup",to,!0)),r.addEventListener("beforeunload",()=>{_3(n)},{once:!0}),np.set(r,{focus:s})}const _3=(n,r)=>{const l=as(n),s=Jm(n);r&&s.removeEventListener("DOMContentLoaded",r),np.has(l)&&(l.HTMLElement.prototype.focus=np.get(l).focus,s.removeEventListener("keydown",eh,!0),s.removeEventListener("keyup",eh,!0),s.removeEventListener("click",k3,!0),l.removeEventListener("focus",E3,!0),l.removeEventListener("blur",C3,!1),typeof PointerEvent<"u"?(s.removeEventListener("pointerdown",to,!0),s.removeEventListener("pointermove",to,!0),s.removeEventListener("pointerup",to,!0)):(s.removeEventListener("mousedown",to,!0),s.removeEventListener("mousemove",to,!0),s.removeEventListener("mouseup",to,!0)),np.delete(l))};function n7(n){const r=Jm(n);let l;return r.readyState!=="loading"?Lb(n):(l=()=>{Lb(n)},r.addEventListener("DOMContentLoaded",l)),()=>_3(n,l)}typeof document<"u"&&n7();function S3(){return tp!=="pointer"}const r7=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function i7(n,r,l){var s;const f=typeof window<"u"?as(l==null?void 0:l.target).HTMLInputElement:HTMLInputElement,m=typeof window<"u"?as(l==null?void 0:l.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?as(l==null?void 0:l.target).HTMLElement:HTMLElement,b=typeof window<"u"?as(l==null?void 0:l.target).KeyboardEvent:KeyboardEvent;return n=n||(l==null?void 0:l.target)instanceof f&&!r7.has(l==null||(s=l.target)===null||s===void 0?void 0:s.type)||(l==null?void 0:l.target)instanceof m||(l==null?void 0:l.target)instanceof p&&(l==null?void 0:l.target.isContentEditable),!(n&&r==="keyboard"&&l instanceof b&&!e7[l.key])}function o7(n,r,l){Lb(),x.useEffect(()=>{let s=(f,m)=>{i7(!!(l!=null&&l.isTextInput),f,m)&&n(S3())};return Db.add(s),()=>{Db.delete(s)}},r)}function l7(n){let{isDisabled:r,onBlurWithin:l,onFocusWithin:s,onFocusWithinChange:f}=n,m=x.useRef({isFocusWithin:!1}),p=x.useCallback(_=>{m.current.isFocusWithin&&!_.currentTarget.contains(_.relatedTarget)&&(m.current.isFocusWithin=!1,l&&l(_),f&&f(!1))},[l,f,m]),b=x3(p),E=x.useCallback(_=>{!m.current.isFocusWithin&&document.activeElement===_.target&&(s&&s(_),f&&f(!0),m.current.isFocusWithin=!0,b(_))},[s,f,b]);return r?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:E,onBlur:p}}}function a7(n,r){return!n||!r?!1:r.some(l=>l.contains(n))}let u7=class O${get size(){return this.fastMap.size}getTreeNode(r){return this.fastMap.get(r)}addTreeNode(r,l,s){let f=this.fastMap.get(l??null);if(!f)return;let m=new w3({scopeRef:r});f.addChild(m),m.parent=f,this.fastMap.set(r,m),s&&(m.nodeToRestore=s)}addNode(r){this.fastMap.set(r.scopeRef,r)}removeTreeNode(r){if(r===null)return;let l=this.fastMap.get(r);if(!l)return;let s=l.parent;for(let m of this.traverse())m!==l&&l.nodeToRestore&&m.nodeToRestore&&l.scopeRef&&l.scopeRef.current&&a7(m.nodeToRestore,l.scopeRef.current)&&(m.nodeToRestore=l.nodeToRestore);let f=l.children;s&&(s.removeChild(l),f.size>0&&f.forEach(m=>s&&s.addChild(m))),this.fastMap.delete(l.scopeRef)}*traverse(r=this.root){if(r.scopeRef!=null&&(yield r),r.children.size>0)for(let l of r.children)yield*this.traverse(l)}clone(){var r;let l=new O$;var s;for(let f of this.traverse())l.addTreeNode(f.scopeRef,(s=(r=f.parent)===null||r===void 0?void 0:r.scopeRef)!==null&&s!==void 0?s:null,f.nodeToRestore);return l}constructor(){this.fastMap=new Map,this.root=new w3({scopeRef:null}),this.fastMap.set(null,this.root)}},w3=class{addChild(r){this.children.add(r),r.parent=this}removeChild(r){this.children.delete(r),r.parent=void 0}constructor(r){this.children=new Set,this.contain=!1,this.scopeRef=r.scopeRef}};new u7;function s7(n={}){let{autoFocus:r=!1,isTextInput:l,within:s}=n,f=x.useRef({isFocused:!1,isFocusVisible:r||S3()}),[m,p]=x.useState(!1),[b,E]=x.useState(()=>f.current.isFocused&&f.current.isFocusVisible),_=x.useCallback(()=>E(f.current.isFocused&&f.current.isFocusVisible),[]),T=x.useCallback($=>{f.current.isFocused=$,p($),_()},[_]);o7($=>{f.current.isFocusVisible=$,_()},[],{isTextInput:l});let{focusProps:w}=J$({isDisabled:s,onFocusChange:T}),{focusWithinProps:D}=l7({isDisabled:!s,onFocusWithinChange:T});return{isFocused:m,isFocusVisible:b,focusProps:s?D:w}}function c7(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Mb={exports:{}},mi={},th={exports:{}},Nb={};/**
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 C3;function l7(){return C3||(C3=1,function(n){function r(pe,X){var G=pe.length;pe.push(X);e:for(;0<G;){var xe=G-1>>>1,fe=pe[xe];if(0<f(fe,X))pe[xe]=X,pe[G]=fe,G=xe;else break e}}function l(pe){return pe.length===0?null:pe[0]}function c(pe){if(pe.length===0)return null;var X=pe[0],G=pe.pop();if(G!==X){pe[0]=G;e:for(var xe=0,fe=pe.length,Me=fe>>>1;xe<Me;){var Ue=2*(xe+1)-1,Be=pe[Ue],Fe=Ue+1,_e=pe[Fe];if(0>f(Be,G))Fe<fe&&0>f(_e,Be)?(pe[xe]=_e,pe[Fe]=G,xe=Fe):(pe[xe]=Be,pe[Ue]=G,xe=Ue);else if(Fe<fe&&0>f(_e,G))pe[xe]=_e,pe[Fe]=G,xe=Fe;else break e}}return X}function f(pe,X){var G=pe.sortIndex-X.sortIndex;return G!==0?G:pe.id-X.id}if(typeof performance=="object"&&typeof performance.now=="function"){var h=performance;n.unstable_now=function(){return h.now()}}else{var p=Date,b=p.now();n.unstable_now=function(){return p.now()-b}}var E=[],S=[],T=1,_=null,D=3,$=!1,A=!1,F=!1,I=typeof setTimeout=="function"?setTimeout:null,re=typeof clearTimeout=="function"?clearTimeout:null,Q=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function B(pe){for(var X=l(S);X!==null;){if(X.callback===null)c(S);else if(X.startTime<=pe)c(S),X.sortIndex=X.expirationTime,r(E,X);else break;X=l(S)}}function Y(pe){if(F=!1,B(pe),!A)if(l(E)!==null)A=!0,Ee(R);else{var X=l(S);X!==null&&ge(Y,X.startTime-pe)}}function R(pe,X){A=!1,F&&(F=!1,re(M),M=-1),$=!0;var G=D;try{for(B(X),_=l(E);_!==null&&(!(_.expirationTime>X)||pe&&!W());){var xe=_.callback;if(typeof xe=="function"){_.callback=null,D=_.priorityLevel;var fe=xe(_.expirationTime<=X);X=n.unstable_now(),typeof fe=="function"?_.callback=fe:_===l(E)&&c(E),B(X)}else c(E);_=l(E)}if(_!==null)var Me=!0;else{var Ue=l(S);Ue!==null&&ge(Y,Ue.startTime-X),Me=!1}return Me}finally{_=null,D=G,$=!1}}var j=!1,ne=null,M=-1,ue=5,K=-1;function W(){return!(n.unstable_now()-K<ue)}function ye(){if(ne!==null){var pe=n.unstable_now();K=pe;var X=!0;try{X=ne(!0,pe)}finally{X?q():(j=!1,ne=null)}}else j=!1}var q;if(typeof Q=="function")q=function(){Q(ye)};else if(typeof MessageChannel<"u"){var oe=new MessageChannel,Se=oe.port2;oe.port1.onmessage=ye,q=function(){Se.postMessage(null)}}else q=function(){I(ye,0)};function Ee(pe){ne=pe,j||(j=!0,q())}function ge(pe,X){M=I(function(){pe(n.unstable_now())},X)}n.unstable_IdlePriority=5,n.unstable_ImmediatePriority=1,n.unstable_LowPriority=4,n.unstable_NormalPriority=3,n.unstable_Profiling=null,n.unstable_UserBlockingPriority=2,n.unstable_cancelCallback=function(pe){pe.callback=null},n.unstable_continueExecution=function(){A||$||(A=!0,Ee(R))},n.unstable_forceFrameRate=function(pe){0>pe||125<pe?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ue=0<pe?Math.floor(1e3/pe):5},n.unstable_getCurrentPriorityLevel=function(){return D},n.unstable_getFirstCallbackNode=function(){return l(E)},n.unstable_next=function(pe){switch(D){case 1:case 2:case 3:var X=3;break;default:X=D}var G=D;D=X;try{return pe()}finally{D=G}},n.unstable_pauseExecution=function(){},n.unstable_requestPaint=function(){},n.unstable_runWithPriority=function(pe,X){switch(pe){case 1:case 2:case 3:case 4:case 5:break;default:pe=3}var G=D;D=pe;try{return X()}finally{D=G}},n.unstable_scheduleCallback=function(pe,X,G){var xe=n.unstable_now();switch(typeof G=="object"&&G!==null?(G=G.delay,G=typeof G=="number"&&0<G?xe+G:xe):G=xe,pe){case 1:var fe=-1;break;case 2:fe=250;break;case 5:fe=1073741823;break;case 4:fe=1e4;break;default:fe=5e3}return fe=G+fe,pe={id:T++,callback:X,priorityLevel:pe,startTime:G,expirationTime:fe,sortIndex:-1},G>xe?(pe.sortIndex=G,r(S,pe),l(E)===null&&pe===l(S)&&(F?(re(M),M=-1):F=!0,ge(Y,G-xe))):(pe.sortIndex=fe,r(E,pe),A||$||(A=!0,Ee(R))),pe},n.unstable_shouldYield=W,n.unstable_wrapCallback=function(pe){var X=D;return function(){var G=D;D=X;try{return pe.apply(this,arguments)}finally{D=G}}}}(Pb)),Pb}var Lb={};/**
10
+ */var T3;function d7(){return T3||(T3=1,function(n){function r(pe,X){var Y=pe.length;pe.push(X);e:for(;0<Y;){var ke=Y-1>>>1,fe=pe[ke];if(0<f(fe,X))pe[ke]=X,pe[Y]=fe,Y=ke;else break e}}function l(pe){return pe.length===0?null:pe[0]}function s(pe){if(pe.length===0)return null;var X=pe[0],Y=pe.pop();if(Y!==X){pe[0]=Y;e:for(var ke=0,fe=pe.length,Me=fe>>>1;ke<Me;){var Ue=2*(ke+1)-1,Be=pe[Ue],Fe=Ue+1,we=pe[Fe];if(0>f(Be,Y))Fe<fe&&0>f(we,Be)?(pe[ke]=we,pe[Fe]=Y,ke=Fe):(pe[ke]=Be,pe[Ue]=Y,ke=Ue);else if(Fe<fe&&0>f(we,Y))pe[ke]=we,pe[Fe]=Y,ke=Fe;else break e}}return X}function f(pe,X){var Y=pe.sortIndex-X.sortIndex;return Y!==0?Y:pe.id-X.id}if(typeof performance=="object"&&typeof performance.now=="function"){var m=performance;n.unstable_now=function(){return m.now()}}else{var p=Date,b=p.now();n.unstable_now=function(){return p.now()-b}}var E=[],_=[],T=1,w=null,D=3,$=!1,A=!1,F=!1,I=typeof setTimeout=="function"?setTimeout:null,re=typeof clearTimeout=="function"?clearTimeout:null,q=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function B(pe){for(var X=l(_);X!==null;){if(X.callback===null)s(_);else if(X.startTime<=pe)s(_),X.sortIndex=X.expirationTime,r(E,X);else break;X=l(_)}}function W(pe){if(F=!1,B(pe),!A)if(l(E)!==null)A=!0,Ce(R);else{var X=l(_);X!==null&&ye(W,X.startTime-pe)}}function R(pe,X){A=!1,F&&(F=!1,re(M),M=-1),$=!0;var Y=D;try{for(B(X),w=l(E);w!==null&&(!(w.expirationTime>X)||pe&&!G());){var ke=w.callback;if(typeof ke=="function"){w.callback=null,D=w.priorityLevel;var fe=ke(w.expirationTime<=X);X=n.unstable_now(),typeof fe=="function"?w.callback=fe:w===l(E)&&s(E),B(X)}else s(E);w=l(E)}if(w!==null)var Me=!0;else{var Ue=l(_);Ue!==null&&ye(W,Ue.startTime-X),Me=!1}return Me}finally{w=null,D=Y,$=!1}}var j=!1,ne=null,M=-1,ue=5,K=-1;function G(){return!(n.unstable_now()-K<ue)}function be(){if(ne!==null){var pe=n.unstable_now();K=pe;var X=!0;try{X=ne(!0,pe)}finally{X?Q():(j=!1,ne=null)}}else j=!1}var Q;if(typeof q=="function")Q=function(){q(be)};else if(typeof MessageChannel<"u"){var oe=new MessageChannel,_e=oe.port2;oe.port1.onmessage=be,Q=function(){_e.postMessage(null)}}else Q=function(){I(be,0)};function Ce(pe){ne=pe,j||(j=!0,Q())}function ye(pe,X){M=I(function(){pe(n.unstable_now())},X)}n.unstable_IdlePriority=5,n.unstable_ImmediatePriority=1,n.unstable_LowPriority=4,n.unstable_NormalPriority=3,n.unstable_Profiling=null,n.unstable_UserBlockingPriority=2,n.unstable_cancelCallback=function(pe){pe.callback=null},n.unstable_continueExecution=function(){A||$||(A=!0,Ce(R))},n.unstable_forceFrameRate=function(pe){0>pe||125<pe?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ue=0<pe?Math.floor(1e3/pe):5},n.unstable_getCurrentPriorityLevel=function(){return D},n.unstable_getFirstCallbackNode=function(){return l(E)},n.unstable_next=function(pe){switch(D){case 1:case 2:case 3:var X=3;break;default:X=D}var Y=D;D=X;try{return pe()}finally{D=Y}},n.unstable_pauseExecution=function(){},n.unstable_requestPaint=function(){},n.unstable_runWithPriority=function(pe,X){switch(pe){case 1:case 2:case 3:case 4:case 5:break;default:pe=3}var Y=D;D=pe;try{return X()}finally{D=Y}},n.unstable_scheduleCallback=function(pe,X,Y){var ke=n.unstable_now();switch(typeof Y=="object"&&Y!==null?(Y=Y.delay,Y=typeof Y=="number"&&0<Y?ke+Y:ke):Y=ke,pe){case 1:var fe=-1;break;case 2:fe=250;break;case 5:fe=1073741823;break;case 4:fe=1e4;break;default:fe=5e3}return fe=Y+fe,pe={id:T++,callback:X,priorityLevel:pe,startTime:Y,expirationTime:fe,sortIndex:-1},Y>ke?(pe.sortIndex=Y,r(_,pe),l(E)===null&&pe===l(_)&&(F?(re(M),M=-1):F=!0,ye(W,Y-ke))):(pe.sortIndex=fe,r(E,pe),A||$||(A=!0,Ce(R))),pe},n.unstable_shouldYield=G,n.unstable_wrapCallback=function(pe){var X=D;return function(){var Y=D;D=X;try{return pe.apply(this,arguments)}finally{D=Y}}}}(Nb)),Nb}var Ab={};/**
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 S3;function a7(){return S3||(S3=1,function(n){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 r=!1,l=!1,c=5;function f(Te,qe){var ht=Te.length;Te.push(qe),b(Te,qe,ht)}function h(Te){return Te.length===0?null:Te[0]}function p(Te){if(Te.length===0)return null;var qe=Te[0],ht=Te.pop();return ht!==qe&&(Te[0]=ht,E(Te,ht,0)),qe}function b(Te,qe,ht){for(var It=ht;It>0;){var vn=It-1>>>1,fr=Te[vn];if(S(fr,qe)>0)Te[vn]=qe,Te[It]=fr,It=vn;else return}}function E(Te,qe,ht){for(var It=ht,vn=Te.length,fr=vn>>>1;It<fr;){var Dn=(It+1)*2-1,yi=Te[Dn],un=Dn+1,so=Te[un];if(S(yi,qe)<0)un<vn&&S(so,yi)<0?(Te[It]=so,Te[un]=qe,It=un):(Te[It]=yi,Te[Dn]=qe,It=Dn);else if(un<vn&&S(so,qe)<0)Te[It]=so,Te[un]=qe,It=un;else return}}function S(Te,qe){var ht=Te.sortIndex-qe.sortIndex;return ht!==0?ht:Te.id-qe.id}var T=1,_=2,D=3,$=4,A=5;function F(Te,qe){}var I=typeof performance=="object"&&typeof performance.now=="function";if(I){var re=performance;n.unstable_now=function(){return re.now()}}else{var Q=Date,B=Q.now();n.unstable_now=function(){return Q.now()-B}}var Y=1073741823,R=-1,j=250,ne=5e3,M=1e4,ue=Y,K=[],W=[],ye=1,q=null,oe=D,Se=!1,Ee=!1,ge=!1,pe=typeof setTimeout=="function"?setTimeout:null,X=typeof clearTimeout=="function"?clearTimeout:null,G=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function xe(Te){for(var qe=h(W);qe!==null;){if(qe.callback===null)p(W);else if(qe.startTime<=Te)p(W),qe.sortIndex=qe.expirationTime,f(K,qe);else return;qe=h(W)}}function fe(Te){if(ge=!1,xe(Te),!Ee)if(h(K)!==null)Ee=!0,dr(Me);else{var qe=h(W);qe!==null&&Zn(fe,qe.startTime-Te)}}function Me(Te,qe){Ee=!1,ge&&(ge=!1,Br()),Se=!0;var ht=oe;try{var It;if(!l)return Ue(Te,qe)}finally{q=null,oe=ht,Se=!1}}function Ue(Te,qe){var ht=qe;for(xe(ht),q=h(K);q!==null&&!r&&!(q.expirationTime>ht&&(!Te||dt()));){var It=q.callback;if(typeof It=="function"){q.callback=null,oe=q.priorityLevel;var vn=q.expirationTime<=ht,fr=It(vn);ht=n.unstable_now(),typeof fr=="function"?q.callback=fr:q===h(K)&&p(K),xe(ht)}else p(K);q=h(K)}if(q!==null)return!0;var Dn=h(W);return Dn!==null&&Zn(fe,Dn.startTime-ht),!1}function Be(Te,qe){switch(Te){case T:case _:case D:case $:case A:break;default:Te=D}var ht=oe;oe=Te;try{return qe()}finally{oe=ht}}function Fe(Te){var qe;switch(oe){case T:case _:case D:qe=D;break;default:qe=oe;break}var ht=oe;oe=qe;try{return Te()}finally{oe=ht}}function _e(Te){var qe=oe;return function(){var ht=oe;oe=qe;try{return Te.apply(this,arguments)}finally{oe=ht}}}function $e(Te,qe,ht){var It=n.unstable_now(),vn;if(typeof ht=="object"&&ht!==null){var fr=ht.delay;typeof fr=="number"&&fr>0?vn=It+fr:vn=It}else vn=It;var Dn;switch(Te){case T:Dn=R;break;case _:Dn=j;break;case A:Dn=ue;break;case $:Dn=M;break;case D:default:Dn=ne;break}var yi=vn+Dn,un={id:ye++,callback:qe,priorityLevel:Te,startTime:vn,expirationTime:yi,sortIndex:-1};return vn>It?(un.sortIndex=vn,f(W,un),h(K)===null&&un===h(W)&&(ge?Br():ge=!0,Zn(fe,vn-It))):(un.sortIndex=yi,f(K,un),!Ee&&!Se&&(Ee=!0,dr(Me))),un}function je(){}function Xe(){!Ee&&!Se&&(Ee=!0,dr(Me))}function mt(){return h(K)}function De(Te){Te.callback=null}function Bt(){return oe}var jt=!1,bn=null,Qn=-1,Xn=c,ti=-1;function dt(){var Te=n.unstable_now()-ti;return!(Te<Xn)}function St(){}function At(Te){if(Te<0||Te>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}Te>0?Xn=Math.floor(1e3/Te):Xn=c}var Do=function(){if(bn!==null){var Te=n.unstable_now();ti=Te;var qe=!0,ht=!0;try{ht=bn(qe,Te)}finally{ht?Rr():(jt=!1,bn=null)}}else jt=!1},Rr;if(typeof G=="function")Rr=function(){G(Do)};else if(typeof MessageChannel<"u"){var Ui=new MessageChannel,zr=Ui.port2;Ui.port1.onmessage=Do,Rr=function(){zr.postMessage(null)}}else Rr=function(){pe(Do,0)};function dr(Te){bn=Te,jt||(jt=!0,Rr())}function Zn(Te,qe){Qn=pe(function(){Te(n.unstable_now())},qe)}function Br(){X(Qn),Qn=-1}var na=St,uo=null;n.unstable_IdlePriority=A,n.unstable_ImmediatePriority=T,n.unstable_LowPriority=$,n.unstable_NormalPriority=D,n.unstable_Profiling=uo,n.unstable_UserBlockingPriority=_,n.unstable_cancelCallback=De,n.unstable_continueExecution=Xe,n.unstable_forceFrameRate=At,n.unstable_getCurrentPriorityLevel=Bt,n.unstable_getFirstCallbackNode=mt,n.unstable_next=Fe,n.unstable_pauseExecution=je,n.unstable_requestPaint=na,n.unstable_runWithPriority=Be,n.unstable_scheduleCallback=$e,n.unstable_shouldYield=dt,n.unstable_wrapCallback=_e,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Lb)),Lb}var w3;function _3(){return w3||(w3=1,process.env.NODE_ENV==="production"?Zm.exports=l7():Zm.exports=a7()),Zm.exports}/**
18
+ */var D3;function f7(){return D3||(D3=1,function(n){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 r=!1,l=!1,s=5;function f(Te,qe){var ht=Te.length;Te.push(qe),b(Te,qe,ht)}function m(Te){return Te.length===0?null:Te[0]}function p(Te){if(Te.length===0)return null;var qe=Te[0],ht=Te.pop();return ht!==qe&&(Te[0]=ht,E(Te,ht,0)),qe}function b(Te,qe,ht){for(var Ut=ht;Ut>0;){var mn=Ut-1>>>1,fr=Te[mn];if(_(fr,qe)>0)Te[mn]=qe,Te[Ut]=fr,Ut=mn;else return}}function E(Te,qe,ht){for(var Ut=ht,mn=Te.length,fr=mn>>>1;Ut<fr;){var Dn=(Ut+1)*2-1,bi=Te[Dn],sn=Dn+1,co=Te[sn];if(_(bi,qe)<0)sn<mn&&_(co,bi)<0?(Te[Ut]=co,Te[sn]=qe,Ut=sn):(Te[Ut]=bi,Te[Dn]=qe,Ut=Dn);else if(sn<mn&&_(co,qe)<0)Te[Ut]=co,Te[sn]=qe,Ut=sn;else return}}function _(Te,qe){var ht=Te.sortIndex-qe.sortIndex;return ht!==0?ht:Te.id-qe.id}var T=1,w=2,D=3,$=4,A=5;function F(Te,qe){}var I=typeof performance=="object"&&typeof performance.now=="function";if(I){var re=performance;n.unstable_now=function(){return re.now()}}else{var q=Date,B=q.now();n.unstable_now=function(){return q.now()-B}}var W=1073741823,R=-1,j=250,ne=5e3,M=1e4,ue=W,K=[],G=[],be=1,Q=null,oe=D,_e=!1,Ce=!1,ye=!1,pe=typeof setTimeout=="function"?setTimeout:null,X=typeof clearTimeout=="function"?clearTimeout:null,Y=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function ke(Te){for(var qe=m(G);qe!==null;){if(qe.callback===null)p(G);else if(qe.startTime<=Te)p(G),qe.sortIndex=qe.expirationTime,f(K,qe);else return;qe=m(G)}}function fe(Te){if(ye=!1,ke(Te),!Ce)if(m(K)!==null)Ce=!0,dr(Me);else{var qe=m(G);qe!==null&&Zn(fe,qe.startTime-Te)}}function Me(Te,qe){Ce=!1,ye&&(ye=!1,Br()),_e=!0;var ht=oe;try{var Ut;if(!l)return Ue(Te,qe)}finally{Q=null,oe=ht,_e=!1}}function Ue(Te,qe){var ht=qe;for(ke(ht),Q=m(K);Q!==null&&!r&&!(Q.expirationTime>ht&&(!Te||dt()));){var Ut=Q.callback;if(typeof Ut=="function"){Q.callback=null,oe=Q.priorityLevel;var mn=Q.expirationTime<=ht,fr=Ut(mn);ht=n.unstable_now(),typeof fr=="function"?Q.callback=fr:Q===m(K)&&p(K),ke(ht)}else p(K);Q=m(K)}if(Q!==null)return!0;var Dn=m(G);return Dn!==null&&Zn(fe,Dn.startTime-ht),!1}function Be(Te,qe){switch(Te){case T:case w:case D:case $:case A:break;default:Te=D}var ht=oe;oe=Te;try{return qe()}finally{oe=ht}}function Fe(Te){var qe;switch(oe){case T:case w:case D:qe=D;break;default:qe=oe;break}var ht=oe;oe=qe;try{return Te()}finally{oe=ht}}function we(Te){var qe=oe;return function(){var ht=oe;oe=qe;try{return Te.apply(this,arguments)}finally{oe=ht}}}function $e(Te,qe,ht){var Ut=n.unstable_now(),mn;if(typeof ht=="object"&&ht!==null){var fr=ht.delay;typeof fr=="number"&&fr>0?mn=Ut+fr:mn=Ut}else mn=Ut;var Dn;switch(Te){case T:Dn=R;break;case w:Dn=j;break;case A:Dn=ue;break;case $:Dn=M;break;case D:default:Dn=ne;break}var bi=mn+Dn,sn={id:be++,callback:qe,priorityLevel:Te,startTime:mn,expirationTime:bi,sortIndex:-1};return mn>Ut?(sn.sortIndex=mn,f(G,sn),m(K)===null&&sn===m(G)&&(ye?Br():ye=!0,Zn(fe,mn-Ut))):(sn.sortIndex=bi,f(K,sn),!Ce&&!_e&&(Ce=!0,dr(Me))),sn}function je(){}function Xe(){!Ce&&!_e&&(Ce=!0,dr(Me))}function mt(){return m(K)}function De(Te){Te.callback=null}function It(){return oe}var Wt=!1,bn=null,Qn=-1,Xn=s,ni=-1;function dt(){var Te=n.unstable_now()-ni;return!(Te<Xn)}function _t(){}function Ot(Te){if(Te<0||Te>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}Te>0?Xn=Math.floor(1e3/Te):Xn=s}var $o=function(){if(bn!==null){var Te=n.unstable_now();ni=Te;var qe=!0,ht=!0;try{ht=bn(qe,Te)}finally{ht?Rr():(Wt=!1,bn=null)}}else Wt=!1},Rr;if(typeof Y=="function")Rr=function(){Y($o)};else if(typeof MessageChannel<"u"){var Hi=new MessageChannel,zr=Hi.port2;Hi.port1.onmessage=$o,Rr=function(){zr.postMessage(null)}}else Rr=function(){pe($o,0)};function dr(Te){bn=Te,Wt||(Wt=!0,Rr())}function Zn(Te,qe){Qn=pe(function(){Te(n.unstable_now())},qe)}function Br(){X(Qn),Qn=-1}var ra=_t,so=null;n.unstable_IdlePriority=A,n.unstable_ImmediatePriority=T,n.unstable_LowPriority=$,n.unstable_NormalPriority=D,n.unstable_Profiling=so,n.unstable_UserBlockingPriority=w,n.unstable_cancelCallback=De,n.unstable_continueExecution=Xe,n.unstable_forceFrameRate=Ot,n.unstable_getCurrentPriorityLevel=It,n.unstable_getFirstCallbackNode=mt,n.unstable_next=Fe,n.unstable_pauseExecution=je,n.unstable_requestPaint=ra,n.unstable_runWithPriority=Be,n.unstable_scheduleCallback=$e,n.unstable_shouldYield=dt,n.unstable_wrapCallback=we,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Ab)),Ab}var $3;function P3(){return $3||($3=1,process.env.NODE_ENV==="production"?th.exports=d7():th.exports=f7()),th.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 T3;function u7(){if(T3)return vi;T3=1;var n=x,r=_3();function l(i){for(var o="https://reactjs.org/docs/error-decoder.html?invariant="+i,s=1;s<arguments.length;s++)o+="&args[]="+encodeURIComponent(arguments[s]);return"Minified React error #"+i+"; visit "+o+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var c=new Set,f={};function h(i,o){p(i,o),p(i+"Capture",o)}function p(i,o){for(f[i]=o,i=0;i<o.length;i++)c.add(o[i])}var b=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),E=Object.prototype.hasOwnProperty,S=/^[: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]*$/,T={},_={};function D(i){return E.call(_,i)?!0:E.call(T,i)?!1:S.test(i)?_[i]=!0:(T[i]=!0,!1)}function $(i,o,s,v){if(s!==null&&s.type===0)return!1;switch(typeof o){case"function":case"symbol":return!0;case"boolean":return v?!1:s!==null?!s.acceptsBooleans:(i=i.toLowerCase().slice(0,5),i!=="data-"&&i!=="aria-");default:return!1}}function A(i,o,s,v){if(o===null||typeof o>"u"||$(i,o,s,v))return!0;if(v)return!1;if(s!==null)switch(s.type){case 3:return!o;case 4:return o===!1;case 5:return isNaN(o);case 6:return isNaN(o)||1>o}return!1}function F(i,o,s,v,g,k,P){this.acceptsBooleans=o===2||o===3||o===4,this.attributeName=v,this.attributeNamespace=g,this.mustUseProperty=s,this.propertyName=i,this.type=o,this.sanitizeURL=k,this.removeEmptyString=P}var I={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){I[i]=new F(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var o=i[0];I[o]=new F(o,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){I[i]=new F(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){I[i]=new F(i,2,!1,i,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(i){I[i]=new F(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){I[i]=new F(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){I[i]=new F(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){I[i]=new F(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){I[i]=new F(i,5,!1,i.toLowerCase(),null,!1,!1)});var re=/[\-:]([a-z])/g;function Q(i){return i[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(i){var o=i.replace(re,Q);I[o]=new F(o,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var o=i.replace(re,Q);I[o]=new F(o,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var o=i.replace(re,Q);I[o]=new F(o,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){I[i]=new F(i,1,!1,i.toLowerCase(),null,!1,!1)}),I.xlinkHref=new F("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){I[i]=new F(i,1,!1,i.toLowerCase(),null,!0,!0)});function B(i,o,s,v){var g=I.hasOwnProperty(o)?I[o]:null;(g!==null?g.type!==0:v||!(2<o.length)||o[0]!=="o"&&o[0]!=="O"||o[1]!=="n"&&o[1]!=="N")&&(A(o,s,g,v)&&(s=null),v||g===null?D(o)&&(s===null?i.removeAttribute(o):i.setAttribute(o,""+s)):g.mustUseProperty?i[g.propertyName]=s===null?g.type===3?!1:"":s:(o=g.attributeName,v=g.attributeNamespace,s===null?i.removeAttribute(o):(g=g.type,s=g===3||g===4&&s===!0?"":""+s,v?i.setAttributeNS(v,o,s):i.setAttribute(o,s))))}var Y=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,R=Symbol.for("react.element"),j=Symbol.for("react.portal"),ne=Symbol.for("react.fragment"),M=Symbol.for("react.strict_mode"),ue=Symbol.for("react.profiler"),K=Symbol.for("react.provider"),W=Symbol.for("react.context"),ye=Symbol.for("react.forward_ref"),q=Symbol.for("react.suspense"),oe=Symbol.for("react.suspense_list"),Se=Symbol.for("react.memo"),Ee=Symbol.for("react.lazy"),ge=Symbol.for("react.offscreen"),pe=Symbol.iterator;function X(i){return i===null||typeof i!="object"?null:(i=pe&&i[pe]||i["@@iterator"],typeof i=="function"?i:null)}var G=Object.assign,xe;function fe(i){if(xe===void 0)try{throw Error()}catch(s){var o=s.stack.trim().match(/\n( *(at )?)/);xe=o&&o[1]||""}return`
27
- `+xe+i}var Me=!1;function Ue(i,o){if(!i||Me)return"";Me=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(o)if(o=function(){throw Error()},Object.defineProperty(o.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(o,[])}catch(ae){var v=ae}Reflect.construct(i,[],o)}else{try{o.call()}catch(ae){v=ae}i.call(o.prototype)}else{try{throw Error()}catch(ae){v=ae}i()}}catch(ae){if(ae&&v&&typeof ae.stack=="string"){for(var g=ae.stack.split(`
26
+ */var L3;function p7(){if(L3)return mi;L3=1;var n=x,r=P3();function l(i){for(var o="https://reactjs.org/docs/error-decoder.html?invariant="+i,c=1;c<arguments.length;c++)o+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+i+"; visit "+o+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var s=new Set,f={};function m(i,o){p(i,o),p(i+"Capture",o)}function p(i,o){for(f[i]=o,i=0;i<o.length;i++)s.add(o[i])}var b=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),E=Object.prototype.hasOwnProperty,_=/^[: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]*$/,T={},w={};function D(i){return E.call(w,i)?!0:E.call(T,i)?!1:_.test(i)?w[i]=!0:(T[i]=!0,!1)}function $(i,o,c,v){if(c!==null&&c.type===0)return!1;switch(typeof o){case"function":case"symbol":return!0;case"boolean":return v?!1:c!==null?!c.acceptsBooleans:(i=i.toLowerCase().slice(0,5),i!=="data-"&&i!=="aria-");default:return!1}}function A(i,o,c,v){if(o===null||typeof o>"u"||$(i,o,c,v))return!0;if(v)return!1;if(c!==null)switch(c.type){case 3:return!o;case 4:return o===!1;case 5:return isNaN(o);case 6:return isNaN(o)||1>o}return!1}function F(i,o,c,v,g,k,P){this.acceptsBooleans=o===2||o===3||o===4,this.attributeName=v,this.attributeNamespace=g,this.mustUseProperty=c,this.propertyName=i,this.type=o,this.sanitizeURL=k,this.removeEmptyString=P}var I={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){I[i]=new F(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var o=i[0];I[o]=new F(o,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){I[i]=new F(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){I[i]=new F(i,2,!1,i,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(i){I[i]=new F(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){I[i]=new F(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){I[i]=new F(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){I[i]=new F(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){I[i]=new F(i,5,!1,i.toLowerCase(),null,!1,!1)});var re=/[\-:]([a-z])/g;function q(i){return i[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(i){var o=i.replace(re,q);I[o]=new F(o,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var o=i.replace(re,q);I[o]=new F(o,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var o=i.replace(re,q);I[o]=new F(o,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){I[i]=new F(i,1,!1,i.toLowerCase(),null,!1,!1)}),I.xlinkHref=new F("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){I[i]=new F(i,1,!1,i.toLowerCase(),null,!0,!0)});function B(i,o,c,v){var g=I.hasOwnProperty(o)?I[o]:null;(g!==null?g.type!==0:v||!(2<o.length)||o[0]!=="o"&&o[0]!=="O"||o[1]!=="n"&&o[1]!=="N")&&(A(o,c,g,v)&&(c=null),v||g===null?D(o)&&(c===null?i.removeAttribute(o):i.setAttribute(o,""+c)):g.mustUseProperty?i[g.propertyName]=c===null?g.type===3?!1:"":c:(o=g.attributeName,v=g.attributeNamespace,c===null?i.removeAttribute(o):(g=g.type,c=g===3||g===4&&c===!0?"":""+c,v?i.setAttributeNS(v,o,c):i.setAttribute(o,c))))}var W=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,R=Symbol.for("react.element"),j=Symbol.for("react.portal"),ne=Symbol.for("react.fragment"),M=Symbol.for("react.strict_mode"),ue=Symbol.for("react.profiler"),K=Symbol.for("react.provider"),G=Symbol.for("react.context"),be=Symbol.for("react.forward_ref"),Q=Symbol.for("react.suspense"),oe=Symbol.for("react.suspense_list"),_e=Symbol.for("react.memo"),Ce=Symbol.for("react.lazy"),ye=Symbol.for("react.offscreen"),pe=Symbol.iterator;function X(i){return i===null||typeof i!="object"?null:(i=pe&&i[pe]||i["@@iterator"],typeof i=="function"?i:null)}var Y=Object.assign,ke;function fe(i){if(ke===void 0)try{throw Error()}catch(c){var o=c.stack.trim().match(/\n( *(at )?)/);ke=o&&o[1]||""}return`
27
+ `+ke+i}var Me=!1;function Ue(i,o){if(!i||Me)return"";Me=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(o)if(o=function(){throw Error()},Object.defineProperty(o.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(o,[])}catch(ae){var v=ae}Reflect.construct(i,[],o)}else{try{o.call()}catch(ae){v=ae}i.call(o.prototype)}else{try{throw Error()}catch(ae){v=ae}i()}}catch(ae){if(ae&&v&&typeof ae.stack=="string"){for(var g=ae.stack.split(`
28
28
  `),k=v.stack.split(`
29
29
  `),P=g.length-1,O=k.length-1;1<=P&&0<=O&&g[P]!==k[O];)O--;for(;1<=P&&0<=O;P--,O--)if(g[P]!==k[O]){if(P!==1||O!==1)do if(P--,O--,0>O||g[P]!==k[O]){var z=`
30
- `+g[P].replace(" at new "," at ");return i.displayName&&z.includes("<anonymous>")&&(z=z.replace("<anonymous>",i.displayName)),z}while(1<=P&&0<=O);break}}}finally{Me=!1,Error.prepareStackTrace=s}return(i=i?i.displayName||i.name:"")?fe(i):""}function Be(i){switch(i.tag){case 5:return fe(i.type);case 16:return fe("Lazy");case 13:return fe("Suspense");case 19:return fe("SuspenseList");case 0:case 2:case 15:return i=Ue(i.type,!1),i;case 11:return i=Ue(i.type.render,!1),i;case 1:return i=Ue(i.type,!0),i;default:return""}}function Fe(i){if(i==null)return null;if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case ne:return"Fragment";case j:return"Portal";case ue:return"Profiler";case M:return"StrictMode";case q:return"Suspense";case oe:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case W:return(i.displayName||"Context")+".Consumer";case K:return(i._context.displayName||"Context")+".Provider";case ye:var o=i.render;return i=i.displayName,i||(i=o.displayName||o.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case Se:return o=i.displayName||null,o!==null?o:Fe(i.type)||"Memo";case Ee:o=i._payload,i=i._init;try{return Fe(i(o))}catch{}}return null}function _e(i){var o=i.type;switch(i.tag){case 24:return"Cache";case 9:return(o.displayName||"Context")+".Consumer";case 10:return(o._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return i=o.render,i=i.displayName||i.name||"",o.displayName||(i!==""?"ForwardRef("+i+")":"ForwardRef");case 7:return"Fragment";case 5:return o;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Fe(o);case 8:return o===M?"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 o=="function")return o.displayName||o.name||null;if(typeof o=="string")return o}return null}function $e(i){switch(typeof i){case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function je(i){var o=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(o==="checkbox"||o==="radio")}function Xe(i){var o=je(i)?"checked":"value",s=Object.getOwnPropertyDescriptor(i.constructor.prototype,o),v=""+i[o];if(!i.hasOwnProperty(o)&&typeof s<"u"&&typeof s.get=="function"&&typeof s.set=="function"){var g=s.get,k=s.set;return Object.defineProperty(i,o,{configurable:!0,get:function(){return g.call(this)},set:function(P){v=""+P,k.call(this,P)}}),Object.defineProperty(i,o,{enumerable:s.enumerable}),{getValue:function(){return v},setValue:function(P){v=""+P},stopTracking:function(){i._valueTracker=null,delete i[o]}}}}function mt(i){i._valueTracker||(i._valueTracker=Xe(i))}function De(i){if(!i)return!1;var o=i._valueTracker;if(!o)return!0;var s=o.getValue(),v="";return i&&(v=je(i)?i.checked?"true":"false":i.value),i=v,i!==s?(o.setValue(i),!0):!1}function Bt(i){if(i=i||(typeof document<"u"?document:void 0),typeof i>"u")return null;try{return i.activeElement||i.body}catch{return i.body}}function jt(i,o){var s=o.checked;return G({},o,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s??i._wrapperState.initialChecked})}function bn(i,o){var s=o.defaultValue==null?"":o.defaultValue,v=o.checked!=null?o.checked:o.defaultChecked;s=$e(o.value!=null?o.value:s),i._wrapperState={initialChecked:v,initialValue:s,controlled:o.type==="checkbox"||o.type==="radio"?o.checked!=null:o.value!=null}}function Qn(i,o){o=o.checked,o!=null&&B(i,"checked",o,!1)}function Xn(i,o){Qn(i,o);var s=$e(o.value),v=o.type;if(s!=null)v==="number"?(s===0&&i.value===""||i.value!=s)&&(i.value=""+s):i.value!==""+s&&(i.value=""+s);else if(v==="submit"||v==="reset"){i.removeAttribute("value");return}o.hasOwnProperty("value")?dt(i,o.type,s):o.hasOwnProperty("defaultValue")&&dt(i,o.type,$e(o.defaultValue)),o.checked==null&&o.defaultChecked!=null&&(i.defaultChecked=!!o.defaultChecked)}function ti(i,o,s){if(o.hasOwnProperty("value")||o.hasOwnProperty("defaultValue")){var v=o.type;if(!(v!=="submit"&&v!=="reset"||o.value!==void 0&&o.value!==null))return;o=""+i._wrapperState.initialValue,s||o===i.value||(i.value=o),i.defaultValue=o}s=i.name,s!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,s!==""&&(i.name=s)}function dt(i,o,s){(o!=="number"||Bt(i.ownerDocument)!==i)&&(s==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+s&&(i.defaultValue=""+s))}var St=Array.isArray;function At(i,o,s,v){if(i=i.options,o){o={};for(var g=0;g<s.length;g++)o["$"+s[g]]=!0;for(s=0;s<i.length;s++)g=o.hasOwnProperty("$"+i[s].value),i[s].selected!==g&&(i[s].selected=g),g&&v&&(i[s].defaultSelected=!0)}else{for(s=""+$e(s),o=null,g=0;g<i.length;g++){if(i[g].value===s){i[g].selected=!0,v&&(i[g].defaultSelected=!0);return}o!==null||i[g].disabled||(o=i[g])}o!==null&&(o.selected=!0)}}function Do(i,o){if(o.dangerouslySetInnerHTML!=null)throw Error(l(91));return G({},o,{value:void 0,defaultValue:void 0,children:""+i._wrapperState.initialValue})}function Rr(i,o){var s=o.value;if(s==null){if(s=o.children,o=o.defaultValue,s!=null){if(o!=null)throw Error(l(92));if(St(s)){if(1<s.length)throw Error(l(93));s=s[0]}o=s}o==null&&(o=""),s=o}i._wrapperState={initialValue:$e(s)}}function Ui(i,o){var s=$e(o.value),v=$e(o.defaultValue);s!=null&&(s=""+s,s!==i.value&&(i.value=s),o.defaultValue==null&&i.defaultValue!==s&&(i.defaultValue=s)),v!=null&&(i.defaultValue=""+v)}function zr(i){var o=i.textContent;o===i._wrapperState.initialValue&&o!==""&&o!==null&&(i.value=o)}function dr(i){switch(i){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 Zn(i,o){return i==null||i==="http://www.w3.org/1999/xhtml"?dr(o):i==="http://www.w3.org/2000/svg"&&o==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var Br,na=function(i){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(o,s,v,g){MSApp.execUnsafeLocalFunction(function(){return i(o,s,v,g)})}:i}(function(i,o){if(i.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in i)i.innerHTML=o;else{for(Br=Br||document.createElement("div"),Br.innerHTML="<svg>"+o.valueOf().toString()+"</svg>",o=Br.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;o.firstChild;)i.appendChild(o.firstChild)}});function uo(i,o){if(o){var s=i.firstChild;if(s&&s===i.lastChild&&s.nodeType===3){s.nodeValue=o;return}}i.textContent=o}var Te={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},qe=["Webkit","ms","Moz","O"];Object.keys(Te).forEach(function(i){qe.forEach(function(o){o=o+i.charAt(0).toUpperCase()+i.substring(1),Te[o]=Te[i]})});function ht(i,o,s){return o==null||typeof o=="boolean"||o===""?"":s||typeof o!="number"||o===0||Te.hasOwnProperty(i)&&Te[i]?(""+o).trim():o+"px"}function It(i,o){i=i.style;for(var s in o)if(o.hasOwnProperty(s)){var v=s.indexOf("--")===0,g=ht(s,o[s],v);s==="float"&&(s="cssFloat"),v?i.setProperty(s,g):i[s]=g}}var vn=G({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 fr(i,o){if(o){if(vn[i]&&(o.children!=null||o.dangerouslySetInnerHTML!=null))throw Error(l(137,i));if(o.dangerouslySetInnerHTML!=null){if(o.children!=null)throw Error(l(60));if(typeof o.dangerouslySetInnerHTML!="object"||!("__html"in o.dangerouslySetInnerHTML))throw Error(l(61))}if(o.style!=null&&typeof o.style!="object")throw Error(l(62))}}function Dn(i,o){if(i.indexOf("-")===-1)return typeof o.is=="string";switch(i){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 yi=null;function un(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var so=null,xn=null,sn=null;function bg(i){if(i=js(i)){if(typeof so!="function")throw Error(l(280));var o=i.stateNode;o&&(o=Ze(o),so(i.stateNode,i.type,o))}}function nd(i){xn?sn?sn.push(i):sn=[i]:xn=i}function rd(){if(xn){var i=xn,o=sn;if(sn=xn=null,bg(i),o)for(i=0;i<o.length;i++)bg(o[i])}}function xg(i,o){return i(o)}function kg(){}var id=!1;function Pp(i,o,s){if(id)return i(o,s);id=!0;try{return xg(i,o,s)}finally{id=!1,(xn!==null||sn!==null)&&(kg(),rd())}}function ks(i,o){var s=i.stateNode;if(s===null)return null;var v=Ze(s);if(v===null)return null;s=v[o];e:switch(o){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(v=!v.disabled)||(i=i.type,v=!(i==="button"||i==="input"||i==="select"||i==="textarea")),i=!v;break e;default:i=!1}if(i)return null;if(s&&typeof s!="function")throw Error(l(231,o,typeof s));return s}var od=!1;if(b)try{var ra={};Object.defineProperty(ra,"passive",{get:function(){od=!0}}),window.addEventListener("test",ra,ra),window.removeEventListener("test",ra,ra)}catch{od=!1}function nu(i,o,s,v,g,k,P,O,z){var ae=Array.prototype.slice.call(arguments,3);try{o.apply(s,ae)}catch(he){this.onError(he)}}var Hi=!1,$o=null,ru=!1,Es=null,Lp={onError:function(i){Hi=!0,$o=i}};function Mp(i,o,s,v,g,k,P,O,z){Hi=!1,$o=null,nu.apply(Lp,arguments)}function iu(i,o,s,v,g,k,P,O,z){if(Mp.apply(this,arguments),Hi){if(Hi){var ae=$o;Hi=!1,$o=null}else throw Error(l(198));ru||(ru=!0,Es=ae)}}function co(i){var o=i,s=i;if(i.alternate)for(;o.return;)o=o.return;else{i=o;do o=i,o.flags&4098&&(s=o.return),i=o.return;while(i)}return o.tag===3?s:null}function Cs(i){if(i.tag===13){var o=i.memoizedState;if(o===null&&(i=i.alternate,i!==null&&(o=i.memoizedState)),o!==null)return o.dehydrated}return null}function ou(i){if(co(i)!==i)throw Error(l(188))}function Sr(i){var o=i.alternate;if(!o){if(o=co(i),o===null)throw Error(l(188));return o!==i?null:i}for(var s=i,v=o;;){var g=s.return;if(g===null)break;var k=g.alternate;if(k===null){if(v=g.return,v!==null){s=v;continue}break}if(g.child===k.child){for(k=g.child;k;){if(k===s)return ou(g),i;if(k===v)return ou(g),o;k=k.sibling}throw Error(l(188))}if(s.return!==v.return)s=g,v=k;else{for(var P=!1,O=g.child;O;){if(O===s){P=!0,s=g,v=k;break}if(O===v){P=!0,v=g,s=k;break}O=O.sibling}if(!P){for(O=k.child;O;){if(O===s){P=!0,s=k,v=g;break}if(O===v){P=!0,v=k,s=g;break}O=O.sibling}if(!P)throw Error(l(189))}}if(s.alternate!==v)throw Error(l(190))}if(s.tag!==3)throw Error(l(188));return s.stateNode.current===s?i:o}function Eg(i){return i=Sr(i),i!==null?Cg(i):null}function Cg(i){if(i.tag===5||i.tag===6)return i;for(i=i.child;i!==null;){var o=Cg(i);if(o!==null)return o;i=i.sibling}return null}var Np=r.unstable_scheduleCallback,Sg=r.unstable_cancelCallback,wx=r.unstable_shouldYield,_x=r.unstable_requestPaint,cn=r.unstable_now,Tx=r.unstable_getCurrentPriorityLevel,Po=r.unstable_ImmediatePriority,gt=r.unstable_UserBlockingPriority,al=r.unstable_NormalPriority,wg=r.unstable_LowPriority,Ap=r.unstable_IdlePriority,Ss=null,Vi=null;function _g(i){if(Vi&&typeof Vi.onCommitFiberRoot=="function")try{Vi.onCommitFiberRoot(Ss,i,void 0,(i.current.flags&128)===128)}catch{}}var bi=Math.clz32?Math.clz32:Dx,Tg=Math.log,Dg=Math.LN2;function Dx(i){return i>>>=0,i===0?32:31-(Tg(i)/Dg|0)|0}var ld=64,lu=4194304;function ia(i){switch(i&-i){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 i&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return i&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return i}}function Ki(i,o){var s=i.pendingLanes;if(s===0)return 0;var v=0,g=i.suspendedLanes,k=i.pingedLanes,P=s&268435455;if(P!==0){var O=P&~g;O!==0?v=ia(O):(k&=P,k!==0&&(v=ia(k)))}else P=s&~g,P!==0?v=ia(P):k!==0&&(v=ia(k));if(v===0)return 0;if(o!==0&&o!==v&&!(o&g)&&(g=v&-v,k=o&-o,g>=k||g===16&&(k&4194240)!==0))return o;if(v&4&&(v|=s&16),o=i.entangledLanes,o!==0)for(i=i.entanglements,o&=v;0<o;)s=31-bi(o),g=1<<s,v|=i[s],o&=~g;return v}function Op(i,o){switch(i){case 1:case 2:case 4:return o+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 o+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 ad(i,o){for(var s=i.suspendedLanes,v=i.pingedLanes,g=i.expirationTimes,k=i.pendingLanes;0<k;){var P=31-bi(k),O=1<<P,z=g[P];z===-1?(!(O&s)||O&v)&&(g[P]=Op(O,o)):z<=o&&(i.expiredLanes|=O),k&=~O}}function Fp(i){return i=i.pendingLanes&-1073741825,i!==0?i:i&1073741824?1073741824:0}function ud(){var i=ld;return ld<<=1,!(ld&4194240)&&(ld=64),i}function Rp(i){for(var o=[],s=0;31>s;s++)o.push(i);return o}function oa(i,o,s){i.pendingLanes|=o,o!==536870912&&(i.suspendedLanes=0,i.pingedLanes=0),i=i.eventTimes,o=31-bi(o),i[o]=s}function $x(i,o){var s=i.pendingLanes&~o;i.pendingLanes=o,i.suspendedLanes=0,i.pingedLanes=0,i.expiredLanes&=o,i.mutableReadLanes&=o,i.entangledLanes&=o,o=i.entanglements;var v=i.eventTimes;for(i=i.expirationTimes;0<s;){var g=31-bi(s),k=1<<g;o[g]=0,v[g]=-1,i[g]=-1,s&=~k}}function ws(i,o){var s=i.entangledLanes|=o;for(i=i.entanglements;s;){var v=31-bi(s),g=1<<v;g&o|i[v]&o&&(i[v]|=o),s&=~g}}var Lt=0;function zp(i){return i&=-i,1<i?4<i?i&268435455?16:536870912:4:1}var $g,sd,Ut,Pg,Bp,ut=!1,_s=[],kn=null,xi=null,ki=null,Ts=new Map,$n=new Map,Ot=[],Px="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 ji(i,o){switch(i){case"focusin":case"focusout":kn=null;break;case"dragenter":case"dragleave":xi=null;break;case"mouseover":case"mouseout":ki=null;break;case"pointerover":case"pointerout":Ts.delete(o.pointerId);break;case"gotpointercapture":case"lostpointercapture":$n.delete(o.pointerId)}}function pr(i,o,s,v,g,k){return i===null||i.nativeEvent!==k?(i={blockedOn:o,domEventName:s,eventSystemFlags:v,nativeEvent:k,targetContainers:[g]},o!==null&&(o=js(o),o!==null&&sd(o)),i):(i.eventSystemFlags|=v,o=i.targetContainers,g!==null&&o.indexOf(g)===-1&&o.push(g),i)}function ul(i,o,s,v,g){switch(o){case"focusin":return kn=pr(kn,i,o,s,v,g),!0;case"dragenter":return xi=pr(xi,i,o,s,v,g),!0;case"mouseover":return ki=pr(ki,i,o,s,v,g),!0;case"pointerover":var k=g.pointerId;return Ts.set(k,pr(Ts.get(k)||null,i,o,s,v,g)),!0;case"gotpointercapture":return k=g.pointerId,$n.set(k,pr($n.get(k)||null,i,o,s,v,g)),!0}return!1}function Lg(i){var o=Ci(i.target);if(o!==null){var s=co(o);if(s!==null){if(o=s.tag,o===13){if(o=Cs(s),o!==null){i.blockedOn=o,Bp(i.priority,function(){Ut(s)});return}}else if(o===3&&s.stateNode.current.memoizedState.isDehydrated){i.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}i.blockedOn=null}function au(i){if(i.blockedOn!==null)return!1;for(var o=i.targetContainers;0<o.length;){var s=fd(i.domEventName,i.eventSystemFlags,o[0],i.nativeEvent);if(s===null){s=i.nativeEvent;var v=new s.constructor(s.type,s);yi=v,s.target.dispatchEvent(v),yi=null}else return o=js(s),o!==null&&sd(o),i.blockedOn=s,!1;o.shift()}return!0}function Ip(i,o,s){au(i)&&s.delete(o)}function Mg(){ut=!1,kn!==null&&au(kn)&&(kn=null),xi!==null&&au(xi)&&(xi=null),ki!==null&&au(ki)&&(ki=null),Ts.forEach(Ip),$n.forEach(Ip)}function Ds(i,o){i.blockedOn===o&&(i.blockedOn=null,ut||(ut=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Mg)))}function $s(i){function o(g){return Ds(g,i)}if(0<_s.length){Ds(_s[0],i);for(var s=1;s<_s.length;s++){var v=_s[s];v.blockedOn===i&&(v.blockedOn=null)}}for(kn!==null&&Ds(kn,i),xi!==null&&Ds(xi,i),ki!==null&&Ds(ki,i),Ts.forEach(o),$n.forEach(o),s=0;s<Ot.length;s++)v=Ot[s],v.blockedOn===i&&(v.blockedOn=null);for(;0<Ot.length&&(s=Ot[0],s.blockedOn===null);)Lg(s),s.blockedOn===null&&Ot.shift()}var uu=Y.ReactCurrentBatchConfig,la=!0;function Ng(i,o,s,v){var g=Lt,k=uu.transition;uu.transition=null;try{Lt=1,dd(i,o,s,v)}finally{Lt=g,uu.transition=k}}function cd(i,o,s,v){var g=Lt,k=uu.transition;uu.transition=null;try{Lt=4,dd(i,o,s,v)}finally{Lt=g,uu.transition=k}}function dd(i,o,s,v){if(la){var g=fd(i,o,s,v);if(g===null)Sd(i,o,v,Ps,s),ji(i,v);else if(ul(g,i,o,s,v))v.stopPropagation();else if(ji(i,v),o&4&&-1<Px.indexOf(i)){for(;g!==null;){var k=js(g);if(k!==null&&$g(k),k=fd(i,o,s,v),k===null&&Sd(i,o,v,Ps,s),k===g)break;g=k}g!==null&&v.stopPropagation()}else Sd(i,o,v,null,s)}}var Ps=null;function fd(i,o,s,v){if(Ps=null,i=un(v),i=Ci(i),i!==null)if(o=co(i),o===null)i=null;else if(s=o.tag,s===13){if(i=Cs(o),i!==null)return i;i=null}else if(s===3){if(o.stateNode.current.memoizedState.isDehydrated)return o.tag===3?o.stateNode.containerInfo:null;i=null}else o!==i&&(i=null);return Ps=i,null}function Up(i){switch(i){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(Tx()){case Po:return 1;case gt:return 4;case al:case wg:return 16;case Ap:return 536870912;default:return 16}default:return 16}}var Lo=null,Ls=null,Ms=null;function Hp(){if(Ms)return Ms;var i,o=Ls,s=o.length,v,g="value"in Lo?Lo.value:Lo.textContent,k=g.length;for(i=0;i<s&&o[i]===g[i];i++);var P=s-i;for(v=1;v<=P&&o[s-v]===g[k-v];v++);return Ms=g.slice(i,1<v?1-v:void 0)}function su(i){var o=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&o===13&&(i=13)):i=o,i===10&&(i=13),32<=i||i===13?i:0}function Ns(){return!0}function Ag(){return!1}function ni(i){function o(s,v,g,k,P){this._reactName=s,this._targetInst=g,this.type=v,this.nativeEvent=k,this.target=P,this.currentTarget=null;for(var O in i)i.hasOwnProperty(O)&&(s=i[O],this[O]=s?s(k):k[O]);return this.isDefaultPrevented=(k.defaultPrevented!=null?k.defaultPrevented:k.returnValue===!1)?Ns:Ag,this.isPropagationStopped=Ag,this}return G(o.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=Ns)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Ns)},persist:function(){},isPersistent:Ns}),o}var sl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},pd=ni(sl),cu=G({},sl,{view:0,detail:0}),Og=ni(cu),vd,Vp,As,In=G({},cu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Gp,button:0,buttons:0,relatedTarget:function(i){return i.relatedTarget===void 0?i.fromElement===i.srcElement?i.toElement:i.fromElement:i.relatedTarget},movementX:function(i){return"movementX"in i?i.movementX:(i!==As&&(As&&i.type==="mousemove"?(vd=i.screenX-As.screenX,Vp=i.screenY-As.screenY):Vp=vd=0,As=i),vd)},movementY:function(i){return"movementY"in i?i.movementY:Vp}}),md=ni(In),Fg=G({},In,{dataTransfer:0}),Rg=ni(Fg),Lx=G({},cu,{relatedTarget:0}),cl=ni(Lx),Kp=G({},sl,{animationName:0,elapsedTime:0,pseudoElement:0}),zg=ni(Kp),Mx=G({},sl,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),Nx=ni(Mx),Ax=G({},sl,{data:0}),jp=ni(Ax),Wp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Bg={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"},Ig={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Ug(i){var o=this.nativeEvent;return o.getModifierState?o.getModifierState(i):(i=Ig[i])?!!o[i]:!1}function Gp(){return Ug}var Mo=G({},cu,{key:function(i){if(i.key){var o=Wp[i.key]||i.key;if(o!=="Unidentified")return o}return i.type==="keypress"?(i=su(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?Bg[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Gp,charCode:function(i){return i.type==="keypress"?su(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?su(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),Ox=ni(Mo),Yp=G({},In,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),hd=ni(Yp),qp=G({},cu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Gp}),Fx=ni(qp),gd=G({},sl,{propertyName:0,elapsedTime:0,pseudoElement:0}),Hg=ni(gd),Ir=G({},In,{deltaX:function(i){return"deltaX"in i?i.deltaX:"wheelDeltaX"in i?-i.wheelDeltaX:0},deltaY:function(i){return"deltaY"in i?i.deltaY:"wheelDeltaY"in i?-i.wheelDeltaY:"wheelDelta"in i?-i.wheelDelta:0},deltaZ:0,deltaMode:0}),No=ni(Ir),En=[9,13,27,32],Wi=b&&"CompositionEvent"in window,aa=null;b&&"documentMode"in document&&(aa=document.documentMode);var yd=b&&"TextEvent"in window&&!aa,Vg=b&&(!Wi||aa&&8<aa&&11>=aa),du=" ",Kg=!1;function jg(i,o){switch(i){case"keyup":return En.indexOf(o.keyCode)!==-1;case"keydown":return o.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function bd(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var fu=!1;function Rx(i,o){switch(i){case"compositionend":return bd(o);case"keypress":return o.which!==32?null:(Kg=!0,du);case"textInput":return i=o.data,i===du&&Kg?null:i;default:return null}}function zx(i,o){if(fu)return i==="compositionend"||!Wi&&jg(i,o)?(i=Hp(),Ms=Ls=Lo=null,fu=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(o.ctrlKey||o.altKey||o.metaKey)||o.ctrlKey&&o.altKey){if(o.char&&1<o.char.length)return o.char;if(o.which)return String.fromCharCode(o.which)}return null;case"compositionend":return Vg&&o.locale!=="ko"?null:o.data;default:return null}}var Wg={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 Gg(i){var o=i&&i.nodeName&&i.nodeName.toLowerCase();return o==="input"?!!Wg[i.type]:o==="textarea"}function Yg(i,o,s,v){nd(v),o=Hs(o,"onChange"),0<o.length&&(s=new pd("onChange","change",null,s,v),i.push({event:s,listeners:o}))}var Os=null,pu=null;function vu(i){Cd(i,0)}function mu(i){var o=gu(i);if(De(o))return i}function qg(i,o){if(i==="change")return o}var Qp=!1;if(b){var Xp;if(b){var Zp="oninput"in document;if(!Zp){var Qg=document.createElement("div");Qg.setAttribute("oninput","return;"),Zp=typeof Qg.oninput=="function"}Xp=Zp}else Xp=!1;Qp=Xp&&(!document.documentMode||9<document.documentMode)}function Xg(){Os&&(Os.detachEvent("onpropertychange",Zg),pu=Os=null)}function Zg(i){if(i.propertyName==="value"&&mu(pu)){var o=[];Yg(o,pu,i,un(i)),Pp(vu,o)}}function Bx(i,o,s){i==="focusin"?(Xg(),Os=o,pu=s,Os.attachEvent("onpropertychange",Zg)):i==="focusout"&&Xg()}function Ix(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return mu(pu)}function Ux(i,o){if(i==="click")return mu(o)}function Jg(i,o){if(i==="input"||i==="change")return mu(o)}function Hx(i,o){return i===o&&(i!==0||1/i===1/o)||i!==i&&o!==o}var Ei=typeof Object.is=="function"?Object.is:Hx;function Fs(i,o){if(Ei(i,o))return!0;if(typeof i!="object"||i===null||typeof o!="object"||o===null)return!1;var s=Object.keys(i),v=Object.keys(o);if(s.length!==v.length)return!1;for(v=0;v<s.length;v++){var g=s[v];if(!E.call(o,g)||!Ei(i[g],o[g]))return!1}return!0}function ey(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function ty(i,o){var s=ey(i);i=0;for(var v;s;){if(s.nodeType===3){if(v=i+s.textContent.length,i<=o&&v>=o)return{node:s,offset:o-i};i=v}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=ey(s)}}function ny(i,o){return i&&o?i===o?!0:i&&i.nodeType===3?!1:o&&o.nodeType===3?ny(i,o.parentNode):"contains"in i?i.contains(o):i.compareDocumentPosition?!!(i.compareDocumentPosition(o)&16):!1:!1}function xd(){for(var i=window,o=Bt();o instanceof i.HTMLIFrameElement;){try{var s=typeof o.contentWindow.location.href=="string"}catch{s=!1}if(s)i=o.contentWindow;else break;o=Bt(i.document)}return o}function Ao(i){var o=i&&i.nodeName&&i.nodeName.toLowerCase();return o&&(o==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||o==="textarea"||i.contentEditable==="true")}function kd(i){var o=xd(),s=i.focusedElem,v=i.selectionRange;if(o!==s&&s&&s.ownerDocument&&ny(s.ownerDocument.documentElement,s)){if(v!==null&&Ao(s)){if(o=v.start,i=v.end,i===void 0&&(i=o),"selectionStart"in s)s.selectionStart=o,s.selectionEnd=Math.min(i,s.value.length);else if(i=(o=s.ownerDocument||document)&&o.defaultView||window,i.getSelection){i=i.getSelection();var g=s.textContent.length,k=Math.min(v.start,g);v=v.end===void 0?k:Math.min(v.end,g),!i.extend&&k>v&&(g=v,v=k,k=g),g=ty(s,k);var P=ty(s,v);g&&P&&(i.rangeCount!==1||i.anchorNode!==g.node||i.anchorOffset!==g.offset||i.focusNode!==P.node||i.focusOffset!==P.offset)&&(o=o.createRange(),o.setStart(g.node,g.offset),i.removeAllRanges(),k>v?(i.addRange(o),i.extend(P.node,P.offset)):(o.setEnd(P.node,P.offset),i.addRange(o)))}}for(o=[],i=s;i=i.parentNode;)i.nodeType===1&&o.push({element:i,left:i.scrollLeft,top:i.scrollTop});for(typeof s.focus=="function"&&s.focus(),s=0;s<o.length;s++)i=o[s],i.element.scrollLeft=i.left,i.element.scrollTop=i.top}}var ry=b&&"documentMode"in document&&11>=document.documentMode,Gi=null,Jp=null,Rs=null,ev=!1;function iy(i,o,s){var v=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;ev||Gi==null||Gi!==Bt(v)||(v=Gi,"selectionStart"in v&&Ao(v)?v={start:v.selectionStart,end:v.selectionEnd}:(v=(v.ownerDocument&&v.ownerDocument.defaultView||window).getSelection(),v={anchorNode:v.anchorNode,anchorOffset:v.anchorOffset,focusNode:v.focusNode,focusOffset:v.focusOffset}),Rs&&Fs(Rs,v)||(Rs=v,v=Hs(Jp,"onSelect"),0<v.length&&(o=new pd("onSelect","select",null,o,s),i.push({event:o,listeners:v}),o.target=Gi)))}function Ed(i,o){var s={};return s[i.toLowerCase()]=o.toLowerCase(),s["Webkit"+i]="webkit"+o,s["Moz"+i]="moz"+o,s}var ua={animationend:Ed("Animation","AnimationEnd"),animationiteration:Ed("Animation","AnimationIteration"),animationstart:Ed("Animation","AnimationStart"),transitionend:Ed("Transition","TransitionEnd")},tv={},nv={};b&&(nv=document.createElement("div").style,"AnimationEvent"in window||(delete ua.animationend.animation,delete ua.animationiteration.animation,delete ua.animationstart.animation),"TransitionEvent"in window||delete ua.transitionend.transition);function Un(i){if(tv[i])return tv[i];if(!ua[i])return i;var o=ua[i],s;for(s in o)if(o.hasOwnProperty(s)&&s in nv)return tv[i]=o[s];return i}var rv=Un("animationend"),oy=Un("animationiteration"),ly=Un("animationstart"),ay=Un("transitionend"),uy=new Map,sy="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 Oo(i,o){uy.set(i,o),h(o,[i])}for(var zs=0;zs<sy.length;zs++){var sa=sy[zs],Vx=sa.toLowerCase(),Bs=sa[0].toUpperCase()+sa.slice(1);Oo(Vx,"on"+Bs)}Oo(rv,"onAnimationEnd"),Oo(oy,"onAnimationIteration"),Oo(ly,"onAnimationStart"),Oo("dblclick","onDoubleClick"),Oo("focusin","onFocus"),Oo("focusout","onBlur"),Oo(ay,"onTransitionEnd"),p("onMouseEnter",["mouseout","mouseover"]),p("onMouseLeave",["mouseout","mouseover"]),p("onPointerEnter",["pointerout","pointerover"]),p("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 Is="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(" "),Kx=new Set("cancel close invalid load scroll toggle".split(" ").concat(Is));function cy(i,o,s){var v=i.type||"unknown-event";i.currentTarget=s,iu(v,o,void 0,i),i.currentTarget=null}function Cd(i,o){o=(o&4)!==0;for(var s=0;s<i.length;s++){var v=i[s],g=v.event;v=v.listeners;e:{var k=void 0;if(o)for(var P=v.length-1;0<=P;P--){var O=v[P],z=O.instance,ae=O.currentTarget;if(O=O.listener,z!==k&&g.isPropagationStopped())break e;cy(g,O,ae),k=z}else for(P=0;P<v.length;P++){if(O=v[P],z=O.instance,ae=O.currentTarget,O=O.listener,z!==k&&g.isPropagationStopped())break e;cy(g,O,ae),k=z}}}if(ru)throw i=Es,ru=!1,Es=null,i}function Ht(i,o){var s=o[cv];s===void 0&&(s=o[cv]=new Set);var v=i+"__bubble";s.has(v)||(dy(o,i,2,!1),s.add(v))}function dl(i,o,s){var v=0;o&&(v|=4),dy(s,i,v,o)}var Fo="_reactListening"+Math.random().toString(36).slice(2);function hu(i){if(!i[Fo]){i[Fo]=!0,c.forEach(function(s){s!=="selectionchange"&&(Kx.has(s)||dl(s,!1,i),dl(s,!0,i))});var o=i.nodeType===9?i:i.ownerDocument;o===null||o[Fo]||(o[Fo]=!0,dl("selectionchange",!1,o))}}function dy(i,o,s,v){switch(Up(o)){case 1:var g=Ng;break;case 4:g=cd;break;default:g=dd}s=g.bind(null,o,s,i),g=void 0,!od||o!=="touchstart"&&o!=="touchmove"&&o!=="wheel"||(g=!0),v?g!==void 0?i.addEventListener(o,s,{capture:!0,passive:g}):i.addEventListener(o,s,!0):g!==void 0?i.addEventListener(o,s,{passive:g}):i.addEventListener(o,s,!1)}function Sd(i,o,s,v,g){var k=v;if(!(o&1)&&!(o&2)&&v!==null)e:for(;;){if(v===null)return;var P=v.tag;if(P===3||P===4){var O=v.stateNode.containerInfo;if(O===g||O.nodeType===8&&O.parentNode===g)break;if(P===4)for(P=v.return;P!==null;){var z=P.tag;if((z===3||z===4)&&(z=P.stateNode.containerInfo,z===g||z.nodeType===8&&z.parentNode===g))return;P=P.return}for(;O!==null;){if(P=Ci(O),P===null)return;if(z=P.tag,z===5||z===6){v=k=P;continue e}O=O.parentNode}}v=v.return}Pp(function(){var ae=k,he=un(s),be=[];e:{var me=uy.get(i);if(me!==void 0){var Ae=pd,He=i;switch(i){case"keypress":if(su(s)===0)break e;case"keydown":case"keyup":Ae=Ox;break;case"focusin":He="focus",Ae=cl;break;case"focusout":He="blur",Ae=cl;break;case"beforeblur":case"afterblur":Ae=cl;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=md;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Ae=Rg;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ae=Fx;break;case rv:case oy:case ly:Ae=zg;break;case ay:Ae=Hg;break;case"scroll":Ae=Og;break;case"wheel":Ae=No;break;case"copy":case"cut":case"paste":Ae=Nx;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Ae=hd}var We=(o&4)!==0,hn=!We&&i==="scroll",Z=We?me!==null?me+"Capture":null:me;We=[];for(var H=ae,te;H!==null;){te=H;var we=te.stateNode;if(te.tag===5&&we!==null&&(te=we,Z!==null&&(we=ks(H,Z),we!=null&&We.push(Us(H,we,te)))),hn)break;H=H.return}0<We.length&&(me=new Ae(me,He,null,s,he),be.push({event:me,listeners:We}))}}if(!(o&7)){e:{if(me=i==="mouseover"||i==="pointerover",Ae=i==="mouseout"||i==="pointerout",me&&s!==yi&&(He=s.relatedTarget||s.fromElement)&&(Ci(He)||He[Ro]))break e;if((Ae||me)&&(me=he.window===he?he:(me=he.ownerDocument)?me.defaultView||me.parentWindow:window,Ae?(He=s.relatedTarget||s.toElement,Ae=ae,He=He?Ci(He):null,He!==null&&(hn=co(He),He!==hn||He.tag!==5&&He.tag!==6)&&(He=null)):(Ae=null,He=ae),Ae!==He)){if(We=md,we="onMouseLeave",Z="onMouseEnter",H="mouse",(i==="pointerout"||i==="pointerover")&&(We=hd,we="onPointerLeave",Z="onPointerEnter",H="pointer"),hn=Ae==null?me:gu(Ae),te=He==null?me:gu(He),me=new We(we,H+"leave",Ae,s,he),me.target=hn,me.relatedTarget=te,we=null,Ci(he)===ae&&(We=new We(Z,H+"enter",He,s,he),We.target=te,We.relatedTarget=hn,we=We),hn=we,Ae&&He)t:{for(We=Ae,Z=He,H=0,te=We;te;te=ca(te))H++;for(te=0,we=Z;we;we=ca(we))te++;for(;0<H-te;)We=ca(We),H--;for(;0<te-H;)Z=ca(Z),te--;for(;H--;){if(We===Z||Z!==null&&We===Z.alternate)break t;We=ca(We),Z=ca(Z)}We=null}else We=null;Ae!==null&&iv(be,me,Ae,We,!1),He!==null&&hn!==null&&iv(be,hn,He,We,!0)}}e:{if(me=ae?gu(ae):window,Ae=me.nodeName&&me.nodeName.toLowerCase(),Ae==="select"||Ae==="input"&&me.type==="file")var Ge=qg;else if(Gg(me))if(Qp)Ge=Jg;else{Ge=Ix;var Ve=Bx}else(Ae=me.nodeName)&&Ae.toLowerCase()==="input"&&(me.type==="checkbox"||me.type==="radio")&&(Ge=Ux);if(Ge&&(Ge=Ge(i,ae))){Yg(be,Ge,s,he);break e}Ve&&Ve(i,me,ae),i==="focusout"&&(Ve=me._wrapperState)&&Ve.controlled&&me.type==="number"&&dt(me,"number",me.value)}switch(Ve=ae?gu(ae):window,i){case"focusin":(Gg(Ve)||Ve.contentEditable==="true")&&(Gi=Ve,Jp=ae,Rs=null);break;case"focusout":Rs=Jp=Gi=null;break;case"mousedown":ev=!0;break;case"contextmenu":case"mouseup":case"dragend":ev=!1,iy(be,s,he);break;case"selectionchange":if(ry)break;case"keydown":case"keyup":iy(be,s,he)}var Qe;if(Wi)e:{switch(i){case"compositionstart":var ot="onCompositionStart";break e;case"compositionend":ot="onCompositionEnd";break e;case"compositionupdate":ot="onCompositionUpdate";break e}ot=void 0}else fu?jg(i,s)&&(ot="onCompositionEnd"):i==="keydown"&&s.keyCode===229&&(ot="onCompositionStart");ot&&(Vg&&s.locale!=="ko"&&(fu||ot!=="onCompositionStart"?ot==="onCompositionEnd"&&fu&&(Qe=Hp()):(Lo=he,Ls="value"in Lo?Lo.value:Lo.textContent,fu=!0)),Ve=Hs(ae,ot),0<Ve.length&&(ot=new jp(ot,i,null,s,he),be.push({event:ot,listeners:Ve}),Qe?ot.data=Qe:(Qe=bd(s),Qe!==null&&(ot.data=Qe)))),(Qe=yd?Rx(i,s):zx(i,s))&&(ae=Hs(ae,"onBeforeInput"),0<ae.length&&(he=new jp("onBeforeInput","beforeinput",null,s,he),be.push({event:he,listeners:ae}),he.data=Qe))}Cd(be,o)})}function Us(i,o,s){return{instance:i,listener:o,currentTarget:s}}function Hs(i,o){for(var s=o+"Capture",v=[];i!==null;){var g=i,k=g.stateNode;g.tag===5&&k!==null&&(g=k,k=ks(i,s),k!=null&&v.unshift(Us(i,k,g)),k=ks(i,o),k!=null&&v.push(Us(i,k,g))),i=i.return}return v}function ca(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5);return i||null}function iv(i,o,s,v,g){for(var k=o._reactName,P=[];s!==null&&s!==v;){var O=s,z=O.alternate,ae=O.stateNode;if(z!==null&&z===v)break;O.tag===5&&ae!==null&&(O=ae,g?(z=ks(s,k),z!=null&&P.unshift(Us(s,z,O))):g||(z=ks(s,k),z!=null&&P.push(Us(s,z,O)))),s=s.return}P.length!==0&&i.push({event:o,listeners:P})}var ov=/\r\n?/g,jx=/\u0000|\uFFFD/g;function lv(i){return(typeof i=="string"?i:""+i).replace(ov,`
31
- `).replace(jx,"")}function wd(i,o,s){if(o=lv(o),lv(i)!==o&&s)throw Error(l(425))}function _d(){}var av=null,da=null;function Vs(i,o){return i==="textarea"||i==="noscript"||typeof o.children=="string"||typeof o.children=="number"||typeof o.dangerouslySetInnerHTML=="object"&&o.dangerouslySetInnerHTML!==null&&o.dangerouslySetInnerHTML.__html!=null}var fa=typeof setTimeout=="function"?setTimeout:void 0,fy=typeof clearTimeout=="function"?clearTimeout:void 0,uv=typeof Promise=="function"?Promise:void 0,sv=typeof queueMicrotask=="function"?queueMicrotask:typeof uv<"u"?function(i){return uv.resolve(null).then(i).catch(Wx)}:fa;function Wx(i){setTimeout(function(){throw i})}function fl(i,o){var s=o,v=0;do{var g=s.nextSibling;if(i.removeChild(s),g&&g.nodeType===8)if(s=g.data,s==="/$"){if(v===0){i.removeChild(g),$s(o);return}v--}else s!=="$"&&s!=="$?"&&s!=="$!"||v++;s=g}while(s);$s(o)}function Yi(i){for(;i!=null;i=i.nextSibling){var o=i.nodeType;if(o===1||o===3)break;if(o===8){if(o=i.data,o==="$"||o==="$!"||o==="$?")break;if(o==="/$")return null}}return i}function Ks(i){i=i.previousSibling;for(var o=0;i;){if(i.nodeType===8){var s=i.data;if(s==="$"||s==="$!"||s==="$?"){if(o===0)return i;o--}else s==="/$"&&o++}i=i.previousSibling}return null}var pl=Math.random().toString(36).slice(2),fo="__reactFiber$"+pl,pa="__reactProps$"+pl,Ro="__reactContainer$"+pl,cv="__reactEvents$"+pl,Gx="__reactListeners$"+pl,dv="__reactHandles$"+pl;function Ci(i){var o=i[fo];if(o)return o;for(var s=i.parentNode;s;){if(o=s[Ro]||s[fo]){if(s=o.alternate,o.child!==null||s!==null&&s.child!==null)for(i=Ks(i);i!==null;){if(s=i[fo])return s;i=Ks(i)}return o}i=s,s=i.parentNode}return null}function js(i){return i=i[fo]||i[Ro],!i||i.tag!==5&&i.tag!==6&&i.tag!==13&&i.tag!==3?null:i}function gu(i){if(i.tag===5||i.tag===6)return i.stateNode;throw Error(l(33))}function Ze(i){return i[pa]||null}var vl=[],Wt=-1;function st(i){return{current:i}}function Dt(i){0>Wt||(i.current=vl[Wt],vl[Wt]=null,Wt--)}function $t(i,o){Wt++,vl[Wt]=i.current,i.current=o}var po={},it=st(po),dn=st(!1),Ur=po;function Si(i,o){var s=i.type.contextTypes;if(!s)return po;var v=i.stateNode;if(v&&v.__reactInternalMemoizedUnmaskedChildContext===o)return v.__reactInternalMemoizedMaskedChildContext;var g={},k;for(k in s)g[k]=o[k];return v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=o,i.__reactInternalMemoizedMaskedChildContext=g),g}function Jt(i){return i=i.childContextTypes,i!=null}function wi(){Dt(dn),Dt(it)}function ml(i,o,s){if(it.current!==po)throw Error(l(168));$t(it,o),$t(dn,s)}function Ws(i,o,s){var v=i.stateNode;if(o=o.childContextTypes,typeof v.getChildContext!="function")return s;v=v.getChildContext();for(var g in v)if(!(g in o))throw Error(l(108,_e(i)||"Unknown",g));return G({},s,v)}function Td(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||po,Ur=it.current,$t(it,i),$t(dn,dn.current),!0}function py(i,o,s){var v=i.stateNode;if(!v)throw Error(l(169));s?(i=Ws(i,o,Ur),v.__reactInternalMemoizedMergedChildContext=i,Dt(dn),Dt(it),$t(it,i)):Dt(dn),$t(dn,s)}var ri=null,Hn=!1,Gs=!1;function fv(i){ri===null?ri=[i]:ri.push(i)}function pv(i){Hn=!0,fv(i)}function Hr(){if(!Gs&&ri!==null){Gs=!0;var i=0,o=Lt;try{var s=ri;for(Lt=1;i<s.length;i++){var v=s[i];do v=v(!0);while(v!==null)}ri=null,Hn=!1}catch(g){throw ri!==null&&(ri=ri.slice(i+1)),Np(Po,Hr),g}finally{Lt=o,Gs=!1}}return null}var hl=[],Vr=0,va=null,yu=0,Kr=[],vr=0,_i=null,Jn=1,zo="";function ii(i,o){hl[Vr++]=yu,hl[Vr++]=va,va=i,yu=o}function vv(i,o,s){Kr[vr++]=Jn,Kr[vr++]=zo,Kr[vr++]=_i,_i=i;var v=Jn;i=zo;var g=32-bi(v)-1;v&=~(1<<g),s+=1;var k=32-bi(o)+g;if(30<k){var P=g-g%5;k=(v&(1<<P)-1).toString(32),v>>=P,g-=P,Jn=1<<32-bi(o)+g|s<<g|v,zo=k+i}else Jn=1<<k|s<<g|v,zo=i}function Dd(i){i.return!==null&&(ii(i,1),vv(i,1,0))}function mv(i){for(;i===va;)va=hl[--Vr],hl[Vr]=null,yu=hl[--Vr],hl[Vr]=null;for(;i===_i;)_i=Kr[--vr],Kr[vr]=null,zo=Kr[--vr],Kr[vr]=null,Jn=Kr[--vr],Kr[vr]=null}var oi=null,jr=null,Gt=!1,Ti=null;function hv(i,o){var s=Ni(5,null,null,0);s.elementType="DELETED",s.stateNode=o,s.return=i,o=i.deletions,o===null?(i.deletions=[s],i.flags|=16):o.push(s)}function vy(i,o){switch(i.tag){case 5:var s=i.type;return o=o.nodeType!==1||s.toLowerCase()!==o.nodeName.toLowerCase()?null:o,o!==null?(i.stateNode=o,oi=i,jr=Yi(o.firstChild),!0):!1;case 6:return o=i.pendingProps===""||o.nodeType!==3?null:o,o!==null?(i.stateNode=o,oi=i,jr=null,!0):!1;case 13:return o=o.nodeType!==8?null:o,o!==null?(s=_i!==null?{id:Jn,overflow:zo}:null,i.memoizedState={dehydrated:o,treeContext:s,retryLane:1073741824},s=Ni(18,null,null,0),s.stateNode=o,s.return=i,i.child=s,oi=i,jr=null,!0):!1;default:return!1}}function $d(i){return(i.mode&1)!==0&&(i.flags&128)===0}function Pd(i){if(Gt){var o=jr;if(o){var s=o;if(!vy(i,o)){if($d(i))throw Error(l(418));o=Yi(s.nextSibling);var v=oi;o&&vy(i,o)?hv(v,s):(i.flags=i.flags&-4097|2,Gt=!1,oi=i)}}else{if($d(i))throw Error(l(418));i.flags=i.flags&-4097|2,Gt=!1,oi=i}}}function my(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;oi=i}function Ld(i){if(i!==oi)return!1;if(!Gt)return my(i),Gt=!0,!1;var o;if((o=i.tag!==3)&&!(o=i.tag!==5)&&(o=i.type,o=o!=="head"&&o!=="body"&&!Vs(i.type,i.memoizedProps)),o&&(o=jr)){if($d(i))throw hy(),Error(l(418));for(;o;)hv(i,o),o=Yi(o.nextSibling)}if(my(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(l(317));e:{for(i=i.nextSibling,o=0;i;){if(i.nodeType===8){var s=i.data;if(s==="/$"){if(o===0){jr=Yi(i.nextSibling);break e}o--}else s!=="$"&&s!=="$!"&&s!=="$?"||o++}i=i.nextSibling}jr=null}}else jr=oi?Yi(i.stateNode.nextSibling):null;return!0}function hy(){for(var i=jr;i;)i=Yi(i.nextSibling)}function rn(){jr=oi=null,Gt=!1}function gv(i){Ti===null?Ti=[i]:Ti.push(i)}var Md=Y.ReactCurrentBatchConfig;function li(i,o){if(i&&i.defaultProps){o=G({},o),i=i.defaultProps;for(var s in i)o[s]===void 0&&(o[s]=i[s]);return o}return o}var vo=st(null),Nd=null,gl=null,yv=null;function bv(){yv=gl=Nd=null}function yl(i){var o=vo.current;Dt(vo),i._currentValue=o}function Vn(i,o,s){for(;i!==null;){var v=i.alternate;if((i.childLanes&o)!==o?(i.childLanes|=o,v!==null&&(v.childLanes|=o)):v!==null&&(v.childLanes&o)!==o&&(v.childLanes|=o),i===s)break;i=i.return}}function Pe(i,o){Nd=i,yv=gl=null,i=i.dependencies,i!==null&&i.firstContext!==null&&(i.lanes&o&&(Cn=!0),i.firstContext=null)}function mn(i){var o=i._currentValue;if(yv!==i)if(i={context:i,memoizedValue:o,next:null},gl===null){if(Nd===null)throw Error(l(308));gl=i,Nd.dependencies={lanes:0,firstContext:i}}else gl=gl.next=i;return o}var er=null;function xv(i){er===null?er=[i]:er.push(i)}function gy(i,o,s,v){var g=o.interleaved;return g===null?(s.next=s,xv(o)):(s.next=g.next,g.next=s),o.interleaved=s,Bo(i,v)}function Bo(i,o){i.lanes|=o;var s=i.alternate;for(s!==null&&(s.lanes|=o),s=i,i=i.return;i!==null;)i.childLanes|=o,s=i.alternate,s!==null&&(s.childLanes|=o),s=i,i=i.return;return s.tag===3?s.stateNode:null}var bl=!1;function kv(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Pn(i,o){i=i.updateQueue,o.updateQueue===i&&(o.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,effects:i.effects})}function Io(i,o){return{eventTime:i,lane:o,tag:0,payload:null,callback:null,next:null}}function xl(i,o,s){var v=i.updateQueue;if(v===null)return null;if(v=v.shared,yt&2){var g=v.pending;return g===null?o.next=o:(o.next=g.next,g.next=o),v.pending=o,Bo(i,s)}return g=v.interleaved,g===null?(o.next=o,xv(v)):(o.next=g.next,g.next=o),v.interleaved=o,Bo(i,s)}function Ad(i,o,s){if(o=o.updateQueue,o!==null&&(o=o.shared,(s&4194240)!==0)){var v=o.lanes;v&=i.pendingLanes,s|=v,o.lanes=s,ws(i,s)}}function Ev(i,o){var s=i.updateQueue,v=i.alternate;if(v!==null&&(v=v.updateQueue,s===v)){var g=null,k=null;if(s=s.firstBaseUpdate,s!==null){do{var P={eventTime:s.eventTime,lane:s.lane,tag:s.tag,payload:s.payload,callback:s.callback,next:null};k===null?g=k=P:k=k.next=P,s=s.next}while(s!==null);k===null?g=k=o:k=k.next=o}else g=k=o;s={baseState:v.baseState,firstBaseUpdate:g,lastBaseUpdate:k,shared:v.shared,effects:v.effects},i.updateQueue=s;return}i=s.lastBaseUpdate,i===null?s.firstBaseUpdate=o:i.next=o,s.lastBaseUpdate=o}function kl(i,o,s,v){var g=i.updateQueue;bl=!1;var k=g.firstBaseUpdate,P=g.lastBaseUpdate,O=g.shared.pending;if(O!==null){g.shared.pending=null;var z=O,ae=z.next;z.next=null,P===null?k=ae:P.next=ae,P=z;var he=i.alternate;he!==null&&(he=he.updateQueue,O=he.lastBaseUpdate,O!==P&&(O===null?he.firstBaseUpdate=ae:O.next=ae,he.lastBaseUpdate=z))}if(k!==null){var be=g.baseState;P=0,he=ae=z=null,O=k;do{var me=O.lane,Ae=O.eventTime;if((v&me)===me){he!==null&&(he=he.next={eventTime:Ae,lane:0,tag:O.tag,payload:O.payload,callback:O.callback,next:null});e:{var He=i,We=O;switch(me=o,Ae=s,We.tag){case 1:if(He=We.payload,typeof He=="function"){be=He.call(Ae,be,me);break e}be=He;break e;case 3:He.flags=He.flags&-65537|128;case 0:if(He=We.payload,me=typeof He=="function"?He.call(Ae,be,me):He,me==null)break e;be=G({},be,me);break e;case 2:bl=!0}}O.callback!==null&&O.lane!==0&&(i.flags|=64,me=g.effects,me===null?g.effects=[O]:me.push(O))}else Ae={eventTime:Ae,lane:me,tag:O.tag,payload:O.payload,callback:O.callback,next:null},he===null?(ae=he=Ae,z=be):he=he.next=Ae,P|=me;if(O=O.next,O===null){if(O=g.shared.pending,O===null)break;me=O,O=me.next,me.next=null,g.lastBaseUpdate=me,g.shared.pending=null}}while(!0);if(he===null&&(z=be),g.baseState=z,g.firstBaseUpdate=ae,g.lastBaseUpdate=he,o=g.shared.interleaved,o!==null){g=o;do P|=g.lane,g=g.next;while(g!==o)}else k===null&&(g.shared.lanes=0);Ko|=P,i.lanes=P,i.memoizedState=be}}function ma(i,o,s){if(i=o.effects,o.effects=null,i!==null)for(o=0;o<i.length;o++){var v=i[o],g=v.callback;if(g!==null){if(v.callback=null,v=s,typeof g!="function")throw Error(l(191,g));g.call(v)}}}var yy=new n.Component().refs;function Cv(i,o,s,v){o=i.memoizedState,s=s(v,o),s=s==null?o:G({},o,s),i.memoizedState=s,i.lanes===0&&(i.updateQueue.baseState=s)}var Od={isMounted:function(i){return(i=i._reactInternals)?co(i)===i:!1},enqueueSetState:function(i,o,s){i=i._reactInternals;var v=yr(),g=Sn(i),k=Io(v,g);k.payload=o,s!=null&&(k.callback=s),o=xl(i,k,g),o!==null&&(br(o,i,g,v),Ad(o,i,g))},enqueueReplaceState:function(i,o,s){i=i._reactInternals;var v=yr(),g=Sn(i),k=Io(v,g);k.tag=1,k.payload=o,s!=null&&(k.callback=s),o=xl(i,k,g),o!==null&&(br(o,i,g,v),Ad(o,i,g))},enqueueForceUpdate:function(i,o){i=i._reactInternals;var s=yr(),v=Sn(i),g=Io(s,v);g.tag=2,o!=null&&(g.callback=o),o=xl(i,g,v),o!==null&&(br(o,i,v,s),Ad(o,i,v))}};function by(i,o,s,v,g,k,P){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(v,k,P):o.prototype&&o.prototype.isPureReactComponent?!Fs(s,v)||!Fs(g,k):!0}function xy(i,o,s){var v=!1,g=po,k=o.contextType;return typeof k=="object"&&k!==null?k=mn(k):(g=Jt(o)?Ur:it.current,v=o.contextTypes,k=(v=v!=null)?Si(i,g):po),o=new o(s,k),i.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,o.updater=Od,i.stateNode=o,o._reactInternals=i,v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=g,i.__reactInternalMemoizedMaskedChildContext=k),o}function ky(i,o,s,v){i=o.state,typeof o.componentWillReceiveProps=="function"&&o.componentWillReceiveProps(s,v),typeof o.UNSAFE_componentWillReceiveProps=="function"&&o.UNSAFE_componentWillReceiveProps(s,v),o.state!==i&&Od.enqueueReplaceState(o,o.state,null)}function Fd(i,o,s,v){var g=i.stateNode;g.props=s,g.state=i.memoizedState,g.refs=yy,kv(i);var k=o.contextType;typeof k=="object"&&k!==null?g.context=mn(k):(k=Jt(o)?Ur:it.current,g.context=Si(i,k)),g.state=i.memoizedState,k=o.getDerivedStateFromProps,typeof k=="function"&&(Cv(i,o,k,s),g.state=i.memoizedState),typeof o.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(o=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),o!==g.state&&Od.enqueueReplaceState(g,g.state,null),kl(i,s,g,v),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308)}function bu(i,o,s){if(i=s.ref,i!==null&&typeof i!="function"&&typeof i!="object"){if(s._owner){if(s=s._owner,s){if(s.tag!==1)throw Error(l(309));var v=s.stateNode}if(!v)throw Error(l(147,i));var g=v,k=""+i;return o!==null&&o.ref!==null&&typeof o.ref=="function"&&o.ref._stringRef===k?o.ref:(o=function(P){var O=g.refs;O===yy&&(O=g.refs={}),P===null?delete O[k]:O[k]=P},o._stringRef=k,o)}if(typeof i!="string")throw Error(l(284));if(!s._owner)throw Error(l(290,i))}return i}function Rd(i,o){throw i=Object.prototype.toString.call(o),Error(l(31,i==="[object Object]"?"object with keys {"+Object.keys(o).join(", ")+"}":i))}function Ey(i){var o=i._init;return o(i._payload)}function Cy(i){function o(Z,H){if(i){var te=Z.deletions;te===null?(Z.deletions=[H],Z.flags|=16):te.push(H)}}function s(Z,H){if(!i)return null;for(;H!==null;)o(Z,H),H=H.sibling;return null}function v(Z,H){for(Z=new Map;H!==null;)H.key!==null?Z.set(H.key,H):Z.set(H.index,H),H=H.sibling;return Z}function g(Z,H){return Z=$l(Z,H),Z.index=0,Z.sibling=null,Z}function k(Z,H,te){return Z.index=te,i?(te=Z.alternate,te!==null?(te=te.index,te<H?(Z.flags|=2,H):te):(Z.flags|=2,H)):(Z.flags|=1048576,H)}function P(Z){return i&&Z.alternate===null&&(Z.flags|=2),Z}function O(Z,H,te,we){return H===null||H.tag!==6?(H=fc(te,Z.mode,we),H.return=Z,H):(H=g(H,te),H.return=Z,H)}function z(Z,H,te,we){var Ge=te.type;return Ge===ne?he(Z,H,te.props.children,we,te.key):H!==null&&(H.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Ee&&Ey(Ge)===H.type)?(we=g(H,te.props),we.ref=bu(Z,H,te),we.return=Z,we):(we=hf(te.type,te.key,te.props,null,Z.mode,we),we.ref=bu(Z,H,te),we.return=Z,we)}function ae(Z,H,te,we){return H===null||H.tag!==4||H.stateNode.containerInfo!==te.containerInfo||H.stateNode.implementation!==te.implementation?(H=Aa(te,Z.mode,we),H.return=Z,H):(H=g(H,te.children||[]),H.return=Z,H)}function he(Z,H,te,we,Ge){return H===null||H.tag!==7?(H=Na(te,Z.mode,we,Ge),H.return=Z,H):(H=g(H,te),H.return=Z,H)}function be(Z,H,te){if(typeof H=="string"&&H!==""||typeof H=="number")return H=fc(""+H,Z.mode,te),H.return=Z,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case R:return te=hf(H.type,H.key,H.props,null,Z.mode,te),te.ref=bu(Z,null,H),te.return=Z,te;case j:return H=Aa(H,Z.mode,te),H.return=Z,H;case Ee:var we=H._init;return be(Z,we(H._payload),te)}if(St(H)||X(H))return H=Na(H,Z.mode,te,null),H.return=Z,H;Rd(Z,H)}return null}function me(Z,H,te,we){var Ge=H!==null?H.key:null;if(typeof te=="string"&&te!==""||typeof te=="number")return Ge!==null?null:O(Z,H,""+te,we);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case R:return te.key===Ge?z(Z,H,te,we):null;case j:return te.key===Ge?ae(Z,H,te,we):null;case Ee:return Ge=te._init,me(Z,H,Ge(te._payload),we)}if(St(te)||X(te))return Ge!==null?null:he(Z,H,te,we,null);Rd(Z,te)}return null}function Ae(Z,H,te,we,Ge){if(typeof we=="string"&&we!==""||typeof we=="number")return Z=Z.get(te)||null,O(H,Z,""+we,Ge);if(typeof we=="object"&&we!==null){switch(we.$$typeof){case R:return Z=Z.get(we.key===null?te:we.key)||null,z(H,Z,we,Ge);case j:return Z=Z.get(we.key===null?te:we.key)||null,ae(H,Z,we,Ge);case Ee:var Ve=we._init;return Ae(Z,H,te,Ve(we._payload),Ge)}if(St(we)||X(we))return Z=Z.get(te)||null,he(H,Z,we,Ge,null);Rd(H,we)}return null}function He(Z,H,te,we){for(var Ge=null,Ve=null,Qe=H,ot=H=0,Wn=null;Qe!==null&&ot<te.length;ot++){Qe.index>ot?(Wn=Qe,Qe=null):Wn=Qe.sibling;var wt=me(Z,Qe,te[ot],we);if(wt===null){Qe===null&&(Qe=Wn);break}i&&Qe&&wt.alternate===null&&o(Z,Qe),H=k(wt,H,ot),Ve===null?Ge=wt:Ve.sibling=wt,Ve=wt,Qe=Wn}if(ot===te.length)return s(Z,Qe),Gt&&ii(Z,ot),Ge;if(Qe===null){for(;ot<te.length;ot++)Qe=be(Z,te[ot],we),Qe!==null&&(H=k(Qe,H,ot),Ve===null?Ge=Qe:Ve.sibling=Qe,Ve=Qe);return Gt&&ii(Z,ot),Ge}for(Qe=v(Z,Qe);ot<te.length;ot++)Wn=Ae(Qe,Z,ot,te[ot],we),Wn!==null&&(i&&Wn.alternate!==null&&Qe.delete(Wn.key===null?ot:Wn.key),H=k(Wn,H,ot),Ve===null?Ge=Wn:Ve.sibling=Wn,Ve=Wn);return i&&Qe.forEach(function(Pl){return o(Z,Pl)}),Gt&&ii(Z,ot),Ge}function We(Z,H,te,we){var Ge=X(te);if(typeof Ge!="function")throw Error(l(150));if(te=Ge.call(te),te==null)throw Error(l(151));for(var Ve=Ge=null,Qe=H,ot=H=0,Wn=null,wt=te.next();Qe!==null&&!wt.done;ot++,wt=te.next()){Qe.index>ot?(Wn=Qe,Qe=null):Wn=Qe.sibling;var Pl=me(Z,Qe,wt.value,we);if(Pl===null){Qe===null&&(Qe=Wn);break}i&&Qe&&Pl.alternate===null&&o(Z,Qe),H=k(Pl,H,ot),Ve===null?Ge=Pl:Ve.sibling=Pl,Ve=Pl,Qe=Wn}if(wt.done)return s(Z,Qe),Gt&&ii(Z,ot),Ge;if(Qe===null){for(;!wt.done;ot++,wt=te.next())wt=be(Z,wt.value,we),wt!==null&&(H=k(wt,H,ot),Ve===null?Ge=wt:Ve.sibling=wt,Ve=wt);return Gt&&ii(Z,ot),Ge}for(Qe=v(Z,Qe);!wt.done;ot++,wt=te.next())wt=Ae(Qe,Z,ot,wt.value,we),wt!==null&&(i&&wt.alternate!==null&&Qe.delete(wt.key===null?ot:wt.key),H=k(wt,H,ot),Ve===null?Ge=wt:Ve.sibling=wt,Ve=wt);return i&&Qe.forEach(function(pk){return o(Z,pk)}),Gt&&ii(Z,ot),Ge}function hn(Z,H,te,we){if(typeof te=="object"&&te!==null&&te.type===ne&&te.key===null&&(te=te.props.children),typeof te=="object"&&te!==null){switch(te.$$typeof){case R:e:{for(var Ge=te.key,Ve=H;Ve!==null;){if(Ve.key===Ge){if(Ge=te.type,Ge===ne){if(Ve.tag===7){s(Z,Ve.sibling),H=g(Ve,te.props.children),H.return=Z,Z=H;break e}}else if(Ve.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Ee&&Ey(Ge)===Ve.type){s(Z,Ve.sibling),H=g(Ve,te.props),H.ref=bu(Z,Ve,te),H.return=Z,Z=H;break e}s(Z,Ve);break}else o(Z,Ve);Ve=Ve.sibling}te.type===ne?(H=Na(te.props.children,Z.mode,we,te.key),H.return=Z,Z=H):(we=hf(te.type,te.key,te.props,null,Z.mode,we),we.ref=bu(Z,H,te),we.return=Z,Z=we)}return P(Z);case j:e:{for(Ve=te.key;H!==null;){if(H.key===Ve)if(H.tag===4&&H.stateNode.containerInfo===te.containerInfo&&H.stateNode.implementation===te.implementation){s(Z,H.sibling),H=g(H,te.children||[]),H.return=Z,Z=H;break e}else{s(Z,H);break}else o(Z,H);H=H.sibling}H=Aa(te,Z.mode,we),H.return=Z,Z=H}return P(Z);case Ee:return Ve=te._init,hn(Z,H,Ve(te._payload),we)}if(St(te))return He(Z,H,te,we);if(X(te))return We(Z,H,te,we);Rd(Z,te)}return typeof te=="string"&&te!==""||typeof te=="number"?(te=""+te,H!==null&&H.tag===6?(s(Z,H.sibling),H=g(H,te),H.return=Z,Z=H):(s(Z,H),H=fc(te,Z.mode,we),H.return=Z,Z=H),P(Z)):s(Z,H)}return hn}var xu=Cy(!0),Sy=Cy(!1),Ys={},qi=st(Ys),qs=st(Ys),ku=st(Ys);function ha(i){if(i===Ys)throw Error(l(174));return i}function Sv(i,o){switch($t(ku,o),$t(qs,i),$t(qi,Ys),i=o.nodeType,i){case 9:case 11:o=(o=o.documentElement)?o.namespaceURI:Zn(null,"");break;default:i=i===8?o.parentNode:o,o=i.namespaceURI||null,i=i.tagName,o=Zn(o,i)}Dt(qi),$t(qi,o)}function El(){Dt(qi),Dt(qs),Dt(ku)}function et(i){ha(ku.current);var o=ha(qi.current),s=Zn(o,i.type);o!==s&&($t(qs,i),$t(qi,s))}function pt(i){qs.current===i&&(Dt(qi),Dt(qs))}var tt=st(0);function on(i){for(var o=i;o!==null;){if(o.tag===13){var s=o.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||s.data==="$?"||s.data==="$!"))return o}else if(o.tag===19&&o.memoizedProps.revealOrder!==void 0){if(o.flags&128)return o}else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===i)break;for(;o.sibling===null;){if(o.return===null||o.return===i)return null;o=o.return}o.sibling.return=o.return,o=o.sibling}return null}var Di=[];function zd(){for(var i=0;i<Di.length;i++)Di[i]._workInProgressVersionPrimary=null;Di.length=0}var Bd=Y.ReactCurrentDispatcher,wv=Y.ReactCurrentBatchConfig,ga=0,Yt=null,de=null,kt=null,nt=!1,mo=!1,ai=0,ya=0;function qt(){throw Error(l(321))}function ba(i,o){if(o===null)return!1;for(var s=0;s<o.length&&s<i.length;s++)if(!Ei(i[s],o[s]))return!1;return!0}function Cl(i,o,s,v,g,k){if(ga=k,Yt=o,o.memoizedState=null,o.updateQueue=null,o.lanes=0,Bd.current=i===null||i.memoizedState===null?qx:Qx,i=s(v,g),mo){k=0;do{if(mo=!1,ai=0,25<=k)throw Error(l(301));k+=1,kt=de=null,o.updateQueue=null,Bd.current=Tv,i=s(v,g)}while(mo)}if(Bd.current=tf,o=de!==null&&de.next!==null,ga=0,kt=de=Yt=null,nt=!1,o)throw Error(l(300));return i}function xa(){var i=ai!==0;return ai=0,i}function $i(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return kt===null?Yt.memoizedState=kt=i:kt=kt.next=i,kt}function Wr(){if(de===null){var i=Yt.alternate;i=i!==null?i.memoizedState:null}else i=de.next;var o=kt===null?Yt.memoizedState:kt.next;if(o!==null)kt=o,de=i;else{if(i===null)throw Error(l(310));de=i,i={memoizedState:de.memoizedState,baseState:de.baseState,baseQueue:de.baseQueue,queue:de.queue,next:null},kt===null?Yt.memoizedState=kt=i:kt=kt.next=i}return kt}function ka(i,o){return typeof o=="function"?o(i):o}function Qs(i){var o=Wr(),s=o.queue;if(s===null)throw Error(l(311));s.lastRenderedReducer=i;var v=de,g=v.baseQueue,k=s.pending;if(k!==null){if(g!==null){var P=g.next;g.next=k.next,k.next=P}v.baseQueue=g=k,s.pending=null}if(g!==null){k=g.next,v=v.baseState;var O=P=null,z=null,ae=k;do{var he=ae.lane;if((ga&he)===he)z!==null&&(z=z.next={lane:0,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null}),v=ae.hasEagerState?ae.eagerState:i(v,ae.action);else{var be={lane:he,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null};z===null?(O=z=be,P=v):z=z.next=be,Yt.lanes|=he,Ko|=he}ae=ae.next}while(ae!==null&&ae!==k);z===null?P=v:z.next=O,Ei(v,o.memoizedState)||(Cn=!0),o.memoizedState=v,o.baseState=P,o.baseQueue=z,s.lastRenderedState=v}if(i=s.interleaved,i!==null){g=i;do k=g.lane,Yt.lanes|=k,Ko|=k,g=g.next;while(g!==i)}else g===null&&(s.lanes=0);return[o.memoizedState,s.dispatch]}function Xs(i){var o=Wr(),s=o.queue;if(s===null)throw Error(l(311));s.lastRenderedReducer=i;var v=s.dispatch,g=s.pending,k=o.memoizedState;if(g!==null){s.pending=null;var P=g=g.next;do k=i(k,P.action),P=P.next;while(P!==g);Ei(k,o.memoizedState)||(Cn=!0),o.memoizedState=k,o.baseQueue===null&&(o.baseState=k),s.lastRenderedState=k}return[k,v]}function Id(){}function Ud(i,o){var s=Yt,v=Wr(),g=o(),k=!Ei(v.memoizedState,g);if(k&&(v.memoizedState=g,Cn=!0),v=v.queue,Zs(Kd.bind(null,s,v,i),[i]),v.getSnapshot!==o||k||kt!==null&&kt.memoizedState.tag&1){if(s.flags|=2048,Ea(9,Vd.bind(null,s,v,g,o),void 0,null),ln===null)throw Error(l(349));ga&30||Hd(s,o,g)}return g}function Hd(i,o,s){i.flags|=16384,i={getSnapshot:o,value:s},o=Yt.updateQueue,o===null?(o={lastEffect:null,stores:null},Yt.updateQueue=o,o.stores=[i]):(s=o.stores,s===null?o.stores=[i]:s.push(i))}function Vd(i,o,s,v){o.value=s,o.getSnapshot=v,jd(o)&&Wd(i)}function Kd(i,o,s){return s(function(){jd(o)&&Wd(i)})}function jd(i){var o=i.getSnapshot;i=i.value;try{var s=o();return!Ei(i,s)}catch{return!0}}function Wd(i){var o=Bo(i,1);o!==null&&br(o,i,1,-1)}function Gd(i){var o=$i();return typeof i=="function"&&(i=i()),o.memoizedState=o.baseState=i,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ka,lastRenderedState:i},o.queue=i,i=i.dispatch=ef.bind(null,Yt,i),[o.memoizedState,i]}function Ea(i,o,s,v){return i={tag:i,create:o,destroy:s,deps:v,next:null},o=Yt.updateQueue,o===null?(o={lastEffect:null,stores:null},Yt.updateQueue=o,o.lastEffect=i.next=i):(s=o.lastEffect,s===null?o.lastEffect=i.next=i:(v=s.next,s.next=i,i.next=v,o.lastEffect=i)),i}function Yd(){return Wr().memoizedState}function Ca(i,o,s,v){var g=$i();Yt.flags|=i,g.memoizedState=Ea(1|o,s,void 0,v===void 0?null:v)}function Uo(i,o,s,v){var g=Wr();v=v===void 0?null:v;var k=void 0;if(de!==null){var P=de.memoizedState;if(k=P.destroy,v!==null&&ba(v,P.deps)){g.memoizedState=Ea(o,s,k,v);return}}Yt.flags|=i,g.memoizedState=Ea(1|o,s,k,v)}function qd(i,o){return Ca(8390656,8,i,o)}function Zs(i,o){return Uo(2048,8,i,o)}function Qd(i,o){return Uo(4,2,i,o)}function Xd(i,o){return Uo(4,4,i,o)}function _v(i,o){if(typeof o=="function")return i=i(),o(i),function(){o(null)};if(o!=null)return i=i(),o.current=i,function(){o.current=null}}function Eu(i,o,s){return s=s!=null?s.concat([i]):null,Uo(4,4,_v.bind(null,o,i),s)}function Zd(){}function Cu(i,o){var s=Wr();o=o===void 0?null:o;var v=s.memoizedState;return v!==null&&o!==null&&ba(o,v[1])?v[0]:(s.memoizedState=[i,o],i)}function Sl(i,o){var s=Wr();o=o===void 0?null:o;var v=s.memoizedState;return v!==null&&o!==null&&ba(o,v[1])?v[0]:(i=i(),s.memoizedState=[i,o],i)}function Gr(i,o,s){return ga&21?(Ei(s,o)||(s=ud(),Yt.lanes|=s,Ko|=s,i.baseState=!0),o):(i.baseState&&(i.baseState=!1,Cn=!0),i.memoizedState=s)}function Yx(i,o){var s=Lt;Lt=s!==0&&4>s?s:4,i(!0);var v=wv.transition;wv.transition={};try{i(!1),o()}finally{Lt=s,wv.transition=v}}function Vt(){return Wr().memoizedState}function Jd(i,o,s){var v=Sn(i);if(s={lane:v,action:s,hasEagerState:!1,eagerState:null,next:null},Su(i))Js(o,s);else if(s=gy(i,o,s,v),s!==null){var g=yr();br(s,i,v,g),wy(s,o,v)}}function ef(i,o,s){var v=Sn(i),g={lane:v,action:s,hasEagerState:!1,eagerState:null,next:null};if(Su(i))Js(o,g);else{var k=i.alternate;if(i.lanes===0&&(k===null||k.lanes===0)&&(k=o.lastRenderedReducer,k!==null))try{var P=o.lastRenderedState,O=k(P,s);if(g.hasEagerState=!0,g.eagerState=O,Ei(O,P)){var z=o.interleaved;z===null?(g.next=g,xv(o)):(g.next=z.next,z.next=g),o.interleaved=g;return}}catch{}finally{}s=gy(i,o,g,v),s!==null&&(g=yr(),br(s,i,v,g),wy(s,o,v))}}function Su(i){var o=i.alternate;return i===Yt||o!==null&&o===Yt}function Js(i,o){mo=nt=!0;var s=i.pending;s===null?o.next=o:(o.next=s.next,s.next=o),i.pending=o}function wy(i,o,s){if(s&4194240){var v=o.lanes;v&=i.pendingLanes,s|=v,o.lanes=s,ws(i,s)}}var tf={readContext:mn,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},qx={readContext:mn,useCallback:function(i,o){return $i().memoizedState=[i,o===void 0?null:o],i},useContext:mn,useEffect:qd,useImperativeHandle:function(i,o,s){return s=s!=null?s.concat([i]):null,Ca(4194308,4,_v.bind(null,o,i),s)},useLayoutEffect:function(i,o){return Ca(4194308,4,i,o)},useInsertionEffect:function(i,o){return Ca(4,2,i,o)},useMemo:function(i,o){var s=$i();return o=o===void 0?null:o,i=i(),s.memoizedState=[i,o],i},useReducer:function(i,o,s){var v=$i();return o=s!==void 0?s(o):o,v.memoizedState=v.baseState=o,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:o},v.queue=i,i=i.dispatch=Jd.bind(null,Yt,i),[v.memoizedState,i]},useRef:function(i){var o=$i();return i={current:i},o.memoizedState=i},useState:Gd,useDebugValue:Zd,useDeferredValue:function(i){return $i().memoizedState=i},useTransition:function(){var i=Gd(!1),o=i[0];return i=Yx.bind(null,i[1]),$i().memoizedState=i,[o,i]},useMutableSource:function(){},useSyncExternalStore:function(i,o,s){var v=Yt,g=$i();if(Gt){if(s===void 0)throw Error(l(407));s=s()}else{if(s=o(),ln===null)throw Error(l(349));ga&30||Hd(v,o,s)}g.memoizedState=s;var k={value:s,getSnapshot:o};return g.queue=k,qd(Kd.bind(null,v,k,i),[i]),v.flags|=2048,Ea(9,Vd.bind(null,v,k,s,o),void 0,null),s},useId:function(){var i=$i(),o=ln.identifierPrefix;if(Gt){var s=zo,v=Jn;s=(v&~(1<<32-bi(v)-1)).toString(32)+s,o=":"+o+"R"+s,s=ai++,0<s&&(o+="H"+s.toString(32)),o+=":"}else s=ya++,o=":"+o+"r"+s.toString(32)+":";return i.memoizedState=o},unstable_isNewReconciler:!1},Qx={readContext:mn,useCallback:Cu,useContext:mn,useEffect:Zs,useImperativeHandle:Eu,useInsertionEffect:Qd,useLayoutEffect:Xd,useMemo:Sl,useReducer:Qs,useRef:Yd,useState:function(){return Qs(ka)},useDebugValue:Zd,useDeferredValue:function(i){var o=Wr();return Gr(o,de.memoizedState,i)},useTransition:function(){var i=Qs(ka)[0],o=Wr().memoizedState;return[i,o]},useMutableSource:Id,useSyncExternalStore:Ud,useId:Vt,unstable_isNewReconciler:!1},Tv={readContext:mn,useCallback:Cu,useContext:mn,useEffect:Zs,useImperativeHandle:Eu,useInsertionEffect:Qd,useLayoutEffect:Xd,useMemo:Sl,useReducer:Xs,useRef:Yd,useState:function(){return Xs(ka)},useDebugValue:Zd,useDeferredValue:function(i){var o=Wr();return de===null?o.memoizedState=i:Gr(o,de.memoizedState,i)},useTransition:function(){var i=Xs(ka)[0],o=Wr().memoizedState;return[i,o]},useMutableSource:Id,useSyncExternalStore:Ud,useId:Vt,unstable_isNewReconciler:!1};function wu(i,o){try{var s="",v=o;do s+=Be(v),v=v.return;while(v);var g=s}catch(k){g=`
30
+ `+g[P].replace(" at new "," at ");return i.displayName&&z.includes("<anonymous>")&&(z=z.replace("<anonymous>",i.displayName)),z}while(1<=P&&0<=O);break}}}finally{Me=!1,Error.prepareStackTrace=c}return(i=i?i.displayName||i.name:"")?fe(i):""}function Be(i){switch(i.tag){case 5:return fe(i.type);case 16:return fe("Lazy");case 13:return fe("Suspense");case 19:return fe("SuspenseList");case 0:case 2:case 15:return i=Ue(i.type,!1),i;case 11:return i=Ue(i.type.render,!1),i;case 1:return i=Ue(i.type,!0),i;default:return""}}function Fe(i){if(i==null)return null;if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case ne:return"Fragment";case j:return"Portal";case ue:return"Profiler";case M:return"StrictMode";case Q:return"Suspense";case oe:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case G:return(i.displayName||"Context")+".Consumer";case K:return(i._context.displayName||"Context")+".Provider";case be:var o=i.render;return i=i.displayName,i||(i=o.displayName||o.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case _e:return o=i.displayName||null,o!==null?o:Fe(i.type)||"Memo";case Ce:o=i._payload,i=i._init;try{return Fe(i(o))}catch{}}return null}function we(i){var o=i.type;switch(i.tag){case 24:return"Cache";case 9:return(o.displayName||"Context")+".Consumer";case 10:return(o._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return i=o.render,i=i.displayName||i.name||"",o.displayName||(i!==""?"ForwardRef("+i+")":"ForwardRef");case 7:return"Fragment";case 5:return o;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Fe(o);case 8:return o===M?"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 o=="function")return o.displayName||o.name||null;if(typeof o=="string")return o}return null}function $e(i){switch(typeof i){case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function je(i){var o=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(o==="checkbox"||o==="radio")}function Xe(i){var o=je(i)?"checked":"value",c=Object.getOwnPropertyDescriptor(i.constructor.prototype,o),v=""+i[o];if(!i.hasOwnProperty(o)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var g=c.get,k=c.set;return Object.defineProperty(i,o,{configurable:!0,get:function(){return g.call(this)},set:function(P){v=""+P,k.call(this,P)}}),Object.defineProperty(i,o,{enumerable:c.enumerable}),{getValue:function(){return v},setValue:function(P){v=""+P},stopTracking:function(){i._valueTracker=null,delete i[o]}}}}function mt(i){i._valueTracker||(i._valueTracker=Xe(i))}function De(i){if(!i)return!1;var o=i._valueTracker;if(!o)return!0;var c=o.getValue(),v="";return i&&(v=je(i)?i.checked?"true":"false":i.value),i=v,i!==c?(o.setValue(i),!0):!1}function It(i){if(i=i||(typeof document<"u"?document:void 0),typeof i>"u")return null;try{return i.activeElement||i.body}catch{return i.body}}function Wt(i,o){var c=o.checked;return Y({},o,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c??i._wrapperState.initialChecked})}function bn(i,o){var c=o.defaultValue==null?"":o.defaultValue,v=o.checked!=null?o.checked:o.defaultChecked;c=$e(o.value!=null?o.value:c),i._wrapperState={initialChecked:v,initialValue:c,controlled:o.type==="checkbox"||o.type==="radio"?o.checked!=null:o.value!=null}}function Qn(i,o){o=o.checked,o!=null&&B(i,"checked",o,!1)}function Xn(i,o){Qn(i,o);var c=$e(o.value),v=o.type;if(c!=null)v==="number"?(c===0&&i.value===""||i.value!=c)&&(i.value=""+c):i.value!==""+c&&(i.value=""+c);else if(v==="submit"||v==="reset"){i.removeAttribute("value");return}o.hasOwnProperty("value")?dt(i,o.type,c):o.hasOwnProperty("defaultValue")&&dt(i,o.type,$e(o.defaultValue)),o.checked==null&&o.defaultChecked!=null&&(i.defaultChecked=!!o.defaultChecked)}function ni(i,o,c){if(o.hasOwnProperty("value")||o.hasOwnProperty("defaultValue")){var v=o.type;if(!(v!=="submit"&&v!=="reset"||o.value!==void 0&&o.value!==null))return;o=""+i._wrapperState.initialValue,c||o===i.value||(i.value=o),i.defaultValue=o}c=i.name,c!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,c!==""&&(i.name=c)}function dt(i,o,c){(o!=="number"||It(i.ownerDocument)!==i)&&(c==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+c&&(i.defaultValue=""+c))}var _t=Array.isArray;function Ot(i,o,c,v){if(i=i.options,o){o={};for(var g=0;g<c.length;g++)o["$"+c[g]]=!0;for(c=0;c<i.length;c++)g=o.hasOwnProperty("$"+i[c].value),i[c].selected!==g&&(i[c].selected=g),g&&v&&(i[c].defaultSelected=!0)}else{for(c=""+$e(c),o=null,g=0;g<i.length;g++){if(i[g].value===c){i[g].selected=!0,v&&(i[g].defaultSelected=!0);return}o!==null||i[g].disabled||(o=i[g])}o!==null&&(o.selected=!0)}}function $o(i,o){if(o.dangerouslySetInnerHTML!=null)throw Error(l(91));return Y({},o,{value:void 0,defaultValue:void 0,children:""+i._wrapperState.initialValue})}function Rr(i,o){var c=o.value;if(c==null){if(c=o.children,o=o.defaultValue,c!=null){if(o!=null)throw Error(l(92));if(_t(c)){if(1<c.length)throw Error(l(93));c=c[0]}o=c}o==null&&(o=""),c=o}i._wrapperState={initialValue:$e(c)}}function Hi(i,o){var c=$e(o.value),v=$e(o.defaultValue);c!=null&&(c=""+c,c!==i.value&&(i.value=c),o.defaultValue==null&&i.defaultValue!==c&&(i.defaultValue=c)),v!=null&&(i.defaultValue=""+v)}function zr(i){var o=i.textContent;o===i._wrapperState.initialValue&&o!==""&&o!==null&&(i.value=o)}function dr(i){switch(i){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 Zn(i,o){return i==null||i==="http://www.w3.org/1999/xhtml"?dr(o):i==="http://www.w3.org/2000/svg"&&o==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var Br,ra=function(i){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(o,c,v,g){MSApp.execUnsafeLocalFunction(function(){return i(o,c,v,g)})}:i}(function(i,o){if(i.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in i)i.innerHTML=o;else{for(Br=Br||document.createElement("div"),Br.innerHTML="<svg>"+o.valueOf().toString()+"</svg>",o=Br.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;o.firstChild;)i.appendChild(o.firstChild)}});function so(i,o){if(o){var c=i.firstChild;if(c&&c===i.lastChild&&c.nodeType===3){c.nodeValue=o;return}}i.textContent=o}var Te={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},qe=["Webkit","ms","Moz","O"];Object.keys(Te).forEach(function(i){qe.forEach(function(o){o=o+i.charAt(0).toUpperCase()+i.substring(1),Te[o]=Te[i]})});function ht(i,o,c){return o==null||typeof o=="boolean"||o===""?"":c||typeof o!="number"||o===0||Te.hasOwnProperty(i)&&Te[i]?(""+o).trim():o+"px"}function Ut(i,o){i=i.style;for(var c in o)if(o.hasOwnProperty(c)){var v=c.indexOf("--")===0,g=ht(c,o[c],v);c==="float"&&(c="cssFloat"),v?i.setProperty(c,g):i[c]=g}}var mn=Y({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 fr(i,o){if(o){if(mn[i]&&(o.children!=null||o.dangerouslySetInnerHTML!=null))throw Error(l(137,i));if(o.dangerouslySetInnerHTML!=null){if(o.children!=null)throw Error(l(60));if(typeof o.dangerouslySetInnerHTML!="object"||!("__html"in o.dangerouslySetInnerHTML))throw Error(l(61))}if(o.style!=null&&typeof o.style!="object")throw Error(l(62))}}function Dn(i,o){if(i.indexOf("-")===-1)return typeof o.is=="string";switch(i){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 bi=null;function sn(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var co=null,xn=null,cn=null;function Eg(i){if(i=Ws(i)){if(typeof co!="function")throw Error(l(280));var o=i.stateNode;o&&(o=Ze(o),co(i.stateNode,i.type,o))}}function rd(i){xn?cn?cn.push(i):cn=[i]:xn=i}function id(){if(xn){var i=xn,o=cn;if(cn=xn=null,Eg(i),o)for(i=0;i<o.length;i++)Eg(o[i])}}function Cg(i,o){return i(o)}function _g(){}var od=!1;function Np(i,o,c){if(od)return i(o,c);od=!0;try{return Cg(i,o,c)}finally{od=!1,(xn!==null||cn!==null)&&(_g(),id())}}function Es(i,o){var c=i.stateNode;if(c===null)return null;var v=Ze(c);if(v===null)return null;c=v[o];e:switch(o){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(v=!v.disabled)||(i=i.type,v=!(i==="button"||i==="input"||i==="select"||i==="textarea")),i=!v;break e;default:i=!1}if(i)return null;if(c&&typeof c!="function")throw Error(l(231,o,typeof c));return c}var ld=!1;if(b)try{var ia={};Object.defineProperty(ia,"passive",{get:function(){ld=!0}}),window.addEventListener("test",ia,ia),window.removeEventListener("test",ia,ia)}catch{ld=!1}function iu(i,o,c,v,g,k,P,O,z){var ae=Array.prototype.slice.call(arguments,3);try{o.apply(c,ae)}catch(ge){this.onError(ge)}}var Vi=!1,Po=null,ou=!1,Cs=null,Ap={onError:function(i){Vi=!0,Po=i}};function Op(i,o,c,v,g,k,P,O,z){Vi=!1,Po=null,iu.apply(Ap,arguments)}function lu(i,o,c,v,g,k,P,O,z){if(Op.apply(this,arguments),Vi){if(Vi){var ae=Po;Vi=!1,Po=null}else throw Error(l(198));ou||(ou=!0,Cs=ae)}}function fo(i){var o=i,c=i;if(i.alternate)for(;o.return;)o=o.return;else{i=o;do o=i,o.flags&4098&&(c=o.return),i=o.return;while(i)}return o.tag===3?c:null}function _s(i){if(i.tag===13){var o=i.memoizedState;if(o===null&&(i=i.alternate,i!==null&&(o=i.memoizedState)),o!==null)return o.dehydrated}return null}function au(i){if(fo(i)!==i)throw Error(l(188))}function _r(i){var o=i.alternate;if(!o){if(o=fo(i),o===null)throw Error(l(188));return o!==i?null:i}for(var c=i,v=o;;){var g=c.return;if(g===null)break;var k=g.alternate;if(k===null){if(v=g.return,v!==null){c=v;continue}break}if(g.child===k.child){for(k=g.child;k;){if(k===c)return au(g),i;if(k===v)return au(g),o;k=k.sibling}throw Error(l(188))}if(c.return!==v.return)c=g,v=k;else{for(var P=!1,O=g.child;O;){if(O===c){P=!0,c=g,v=k;break}if(O===v){P=!0,v=g,c=k;break}O=O.sibling}if(!P){for(O=k.child;O;){if(O===c){P=!0,c=k,v=g;break}if(O===v){P=!0,v=k,c=g;break}O=O.sibling}if(!P)throw Error(l(189))}}if(c.alternate!==v)throw Error(l(190))}if(c.tag!==3)throw Error(l(188));return c.stateNode.current===c?i:o}function Sg(i){return i=_r(i),i!==null?wg(i):null}function wg(i){if(i.tag===5||i.tag===6)return i;for(i=i.child;i!==null;){var o=wg(i);if(o!==null)return o;i=i.sibling}return null}var Fp=r.unstable_scheduleCallback,Tg=r.unstable_cancelCallback,$x=r.unstable_shouldYield,Px=r.unstable_requestPaint,dn=r.unstable_now,Lx=r.unstable_getCurrentPriorityLevel,Lo=r.unstable_ImmediatePriority,gt=r.unstable_UserBlockingPriority,ul=r.unstable_NormalPriority,Dg=r.unstable_LowPriority,Rp=r.unstable_IdlePriority,Ss=null,Ki=null;function $g(i){if(Ki&&typeof Ki.onCommitFiberRoot=="function")try{Ki.onCommitFiberRoot(Ss,i,void 0,(i.current.flags&128)===128)}catch{}}var xi=Math.clz32?Math.clz32:Mx,Pg=Math.log,Lg=Math.LN2;function Mx(i){return i>>>=0,i===0?32:31-(Pg(i)/Lg|0)|0}var ad=64,uu=4194304;function oa(i){switch(i&-i){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 i&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return i&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return i}}function ji(i,o){var c=i.pendingLanes;if(c===0)return 0;var v=0,g=i.suspendedLanes,k=i.pingedLanes,P=c&268435455;if(P!==0){var O=P&~g;O!==0?v=oa(O):(k&=P,k!==0&&(v=oa(k)))}else P=c&~g,P!==0?v=oa(P):k!==0&&(v=oa(k));if(v===0)return 0;if(o!==0&&o!==v&&!(o&g)&&(g=v&-v,k=o&-o,g>=k||g===16&&(k&4194240)!==0))return o;if(v&4&&(v|=c&16),o=i.entangledLanes,o!==0)for(i=i.entanglements,o&=v;0<o;)c=31-xi(o),g=1<<c,v|=i[c],o&=~g;return v}function zp(i,o){switch(i){case 1:case 2:case 4:return o+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 o+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 ud(i,o){for(var c=i.suspendedLanes,v=i.pingedLanes,g=i.expirationTimes,k=i.pendingLanes;0<k;){var P=31-xi(k),O=1<<P,z=g[P];z===-1?(!(O&c)||O&v)&&(g[P]=zp(O,o)):z<=o&&(i.expiredLanes|=O),k&=~O}}function Bp(i){return i=i.pendingLanes&-1073741825,i!==0?i:i&1073741824?1073741824:0}function sd(){var i=ad;return ad<<=1,!(ad&4194240)&&(ad=64),i}function Ip(i){for(var o=[],c=0;31>c;c++)o.push(i);return o}function la(i,o,c){i.pendingLanes|=o,o!==536870912&&(i.suspendedLanes=0,i.pingedLanes=0),i=i.eventTimes,o=31-xi(o),i[o]=c}function Nx(i,o){var c=i.pendingLanes&~o;i.pendingLanes=o,i.suspendedLanes=0,i.pingedLanes=0,i.expiredLanes&=o,i.mutableReadLanes&=o,i.entangledLanes&=o,o=i.entanglements;var v=i.eventTimes;for(i=i.expirationTimes;0<c;){var g=31-xi(c),k=1<<g;o[g]=0,v[g]=-1,i[g]=-1,c&=~k}}function ws(i,o){var c=i.entangledLanes|=o;for(i=i.entanglements;c;){var v=31-xi(c),g=1<<v;g&o|i[v]&o&&(i[v]|=o),c&=~g}}var Lt=0;function Up(i){return i&=-i,1<i?4<i?i&268435455?16:536870912:4:1}var Mg,cd,Ht,Ng,Hp,ut=!1,Ts=[],kn=null,ki=null,Ei=null,Ds=new Map,$n=new Map,Ft=[],Ax="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 Wi(i,o){switch(i){case"focusin":case"focusout":kn=null;break;case"dragenter":case"dragleave":ki=null;break;case"mouseover":case"mouseout":Ei=null;break;case"pointerover":case"pointerout":Ds.delete(o.pointerId);break;case"gotpointercapture":case"lostpointercapture":$n.delete(o.pointerId)}}function pr(i,o,c,v,g,k){return i===null||i.nativeEvent!==k?(i={blockedOn:o,domEventName:c,eventSystemFlags:v,nativeEvent:k,targetContainers:[g]},o!==null&&(o=Ws(o),o!==null&&cd(o)),i):(i.eventSystemFlags|=v,o=i.targetContainers,g!==null&&o.indexOf(g)===-1&&o.push(g),i)}function sl(i,o,c,v,g){switch(o){case"focusin":return kn=pr(kn,i,o,c,v,g),!0;case"dragenter":return ki=pr(ki,i,o,c,v,g),!0;case"mouseover":return Ei=pr(Ei,i,o,c,v,g),!0;case"pointerover":var k=g.pointerId;return Ds.set(k,pr(Ds.get(k)||null,i,o,c,v,g)),!0;case"gotpointercapture":return k=g.pointerId,$n.set(k,pr($n.get(k)||null,i,o,c,v,g)),!0}return!1}function Ag(i){var o=_i(i.target);if(o!==null){var c=fo(o);if(c!==null){if(o=c.tag,o===13){if(o=_s(c),o!==null){i.blockedOn=o,Hp(i.priority,function(){Ht(c)});return}}else if(o===3&&c.stateNode.current.memoizedState.isDehydrated){i.blockedOn=c.tag===3?c.stateNode.containerInfo:null;return}}}i.blockedOn=null}function su(i){if(i.blockedOn!==null)return!1;for(var o=i.targetContainers;0<o.length;){var c=pd(i.domEventName,i.eventSystemFlags,o[0],i.nativeEvent);if(c===null){c=i.nativeEvent;var v=new c.constructor(c.type,c);bi=v,c.target.dispatchEvent(v),bi=null}else return o=Ws(c),o!==null&&cd(o),i.blockedOn=c,!1;o.shift()}return!0}function Vp(i,o,c){su(i)&&c.delete(o)}function Og(){ut=!1,kn!==null&&su(kn)&&(kn=null),ki!==null&&su(ki)&&(ki=null),Ei!==null&&su(Ei)&&(Ei=null),Ds.forEach(Vp),$n.forEach(Vp)}function $s(i,o){i.blockedOn===o&&(i.blockedOn=null,ut||(ut=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Og)))}function Ps(i){function o(g){return $s(g,i)}if(0<Ts.length){$s(Ts[0],i);for(var c=1;c<Ts.length;c++){var v=Ts[c];v.blockedOn===i&&(v.blockedOn=null)}}for(kn!==null&&$s(kn,i),ki!==null&&$s(ki,i),Ei!==null&&$s(Ei,i),Ds.forEach(o),$n.forEach(o),c=0;c<Ft.length;c++)v=Ft[c],v.blockedOn===i&&(v.blockedOn=null);for(;0<Ft.length&&(c=Ft[0],c.blockedOn===null);)Ag(c),c.blockedOn===null&&Ft.shift()}var cu=W.ReactCurrentBatchConfig,aa=!0;function Fg(i,o,c,v){var g=Lt,k=cu.transition;cu.transition=null;try{Lt=1,fd(i,o,c,v)}finally{Lt=g,cu.transition=k}}function dd(i,o,c,v){var g=Lt,k=cu.transition;cu.transition=null;try{Lt=4,fd(i,o,c,v)}finally{Lt=g,cu.transition=k}}function fd(i,o,c,v){if(aa){var g=pd(i,o,c,v);if(g===null)Sd(i,o,v,Ls,c),Wi(i,v);else if(sl(g,i,o,c,v))v.stopPropagation();else if(Wi(i,v),o&4&&-1<Ax.indexOf(i)){for(;g!==null;){var k=Ws(g);if(k!==null&&Mg(k),k=pd(i,o,c,v),k===null&&Sd(i,o,v,Ls,c),k===g)break;g=k}g!==null&&v.stopPropagation()}else Sd(i,o,v,null,c)}}var Ls=null;function pd(i,o,c,v){if(Ls=null,i=sn(v),i=_i(i),i!==null)if(o=fo(i),o===null)i=null;else if(c=o.tag,c===13){if(i=_s(o),i!==null)return i;i=null}else if(c===3){if(o.stateNode.current.memoizedState.isDehydrated)return o.tag===3?o.stateNode.containerInfo:null;i=null}else o!==i&&(i=null);return Ls=i,null}function Kp(i){switch(i){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(Lx()){case Lo:return 1;case gt:return 4;case ul:case Dg:return 16;case Rp:return 536870912;default:return 16}default:return 16}}var Mo=null,Ms=null,Ns=null;function jp(){if(Ns)return Ns;var i,o=Ms,c=o.length,v,g="value"in Mo?Mo.value:Mo.textContent,k=g.length;for(i=0;i<c&&o[i]===g[i];i++);var P=c-i;for(v=1;v<=P&&o[c-v]===g[k-v];v++);return Ns=g.slice(i,1<v?1-v:void 0)}function du(i){var o=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&o===13&&(i=13)):i=o,i===10&&(i=13),32<=i||i===13?i:0}function As(){return!0}function Rg(){return!1}function ri(i){function o(c,v,g,k,P){this._reactName=c,this._targetInst=g,this.type=v,this.nativeEvent=k,this.target=P,this.currentTarget=null;for(var O in i)i.hasOwnProperty(O)&&(c=i[O],this[O]=c?c(k):k[O]);return this.isDefaultPrevented=(k.defaultPrevented!=null?k.defaultPrevented:k.returnValue===!1)?As:Rg,this.isPropagationStopped=Rg,this}return Y(o.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=As)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.cancelBubble=!0),this.isPropagationStopped=As)},persist:function(){},isPersistent:As}),o}var cl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},vd=ri(cl),fu=Y({},cl,{view:0,detail:0}),zg=ri(fu),md,Wp,Os,In=Y({},fu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Qp,button:0,buttons:0,relatedTarget:function(i){return i.relatedTarget===void 0?i.fromElement===i.srcElement?i.toElement:i.fromElement:i.relatedTarget},movementX:function(i){return"movementX"in i?i.movementX:(i!==Os&&(Os&&i.type==="mousemove"?(md=i.screenX-Os.screenX,Wp=i.screenY-Os.screenY):Wp=md=0,Os=i),md)},movementY:function(i){return"movementY"in i?i.movementY:Wp}}),hd=ri(In),Bg=Y({},In,{dataTransfer:0}),Ig=ri(Bg),Ox=Y({},fu,{relatedTarget:0}),dl=ri(Ox),Gp=Y({},cl,{animationName:0,elapsedTime:0,pseudoElement:0}),Ug=ri(Gp),Fx=Y({},cl,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),Rx=ri(Fx),zx=Y({},cl,{data:0}),Yp=ri(zx),qp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Hg={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"},Vg={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Kg(i){var o=this.nativeEvent;return o.getModifierState?o.getModifierState(i):(i=Vg[i])?!!o[i]:!1}function Qp(){return Kg}var No=Y({},fu,{key:function(i){if(i.key){var o=qp[i.key]||i.key;if(o!=="Unidentified")return o}return i.type==="keypress"?(i=du(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?Hg[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Qp,charCode:function(i){return i.type==="keypress"?du(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?du(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),Bx=ri(No),Xp=Y({},In,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),gd=ri(Xp),Zp=Y({},fu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Qp}),Ix=ri(Zp),yd=Y({},cl,{propertyName:0,elapsedTime:0,pseudoElement:0}),jg=ri(yd),Ir=Y({},In,{deltaX:function(i){return"deltaX"in i?i.deltaX:"wheelDeltaX"in i?-i.wheelDeltaX:0},deltaY:function(i){return"deltaY"in i?i.deltaY:"wheelDeltaY"in i?-i.wheelDeltaY:"wheelDelta"in i?-i.wheelDelta:0},deltaZ:0,deltaMode:0}),Ao=ri(Ir),En=[9,13,27,32],Gi=b&&"CompositionEvent"in window,ua=null;b&&"documentMode"in document&&(ua=document.documentMode);var bd=b&&"TextEvent"in window&&!ua,Wg=b&&(!Gi||ua&&8<ua&&11>=ua),pu=" ",Gg=!1;function Yg(i,o){switch(i){case"keyup":return En.indexOf(o.keyCode)!==-1;case"keydown":return o.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function xd(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var vu=!1;function Ux(i,o){switch(i){case"compositionend":return xd(o);case"keypress":return o.which!==32?null:(Gg=!0,pu);case"textInput":return i=o.data,i===pu&&Gg?null:i;default:return null}}function Hx(i,o){if(vu)return i==="compositionend"||!Gi&&Yg(i,o)?(i=jp(),Ns=Ms=Mo=null,vu=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(o.ctrlKey||o.altKey||o.metaKey)||o.ctrlKey&&o.altKey){if(o.char&&1<o.char.length)return o.char;if(o.which)return String.fromCharCode(o.which)}return null;case"compositionend":return Wg&&o.locale!=="ko"?null:o.data;default:return null}}var qg={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 Qg(i){var o=i&&i.nodeName&&i.nodeName.toLowerCase();return o==="input"?!!qg[i.type]:o==="textarea"}function Xg(i,o,c,v){rd(v),o=Vs(o,"onChange"),0<o.length&&(c=new vd("onChange","change",null,c,v),i.push({event:c,listeners:o}))}var Fs=null,mu=null;function hu(i){_d(i,0)}function gu(i){var o=bu(i);if(De(o))return i}function Zg(i,o){if(i==="change")return o}var Jp=!1;if(b){var ev;if(b){var tv="oninput"in document;if(!tv){var Jg=document.createElement("div");Jg.setAttribute("oninput","return;"),tv=typeof Jg.oninput=="function"}ev=tv}else ev=!1;Jp=ev&&(!document.documentMode||9<document.documentMode)}function ey(){Fs&&(Fs.detachEvent("onpropertychange",ty),mu=Fs=null)}function ty(i){if(i.propertyName==="value"&&gu(mu)){var o=[];Xg(o,mu,i,sn(i)),Np(hu,o)}}function Vx(i,o,c){i==="focusin"?(ey(),Fs=o,mu=c,Fs.attachEvent("onpropertychange",ty)):i==="focusout"&&ey()}function Kx(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return gu(mu)}function jx(i,o){if(i==="click")return gu(o)}function ny(i,o){if(i==="input"||i==="change")return gu(o)}function Wx(i,o){return i===o&&(i!==0||1/i===1/o)||i!==i&&o!==o}var Ci=typeof Object.is=="function"?Object.is:Wx;function Rs(i,o){if(Ci(i,o))return!0;if(typeof i!="object"||i===null||typeof o!="object"||o===null)return!1;var c=Object.keys(i),v=Object.keys(o);if(c.length!==v.length)return!1;for(v=0;v<c.length;v++){var g=c[v];if(!E.call(o,g)||!Ci(i[g],o[g]))return!1}return!0}function ry(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function iy(i,o){var c=ry(i);i=0;for(var v;c;){if(c.nodeType===3){if(v=i+c.textContent.length,i<=o&&v>=o)return{node:c,offset:o-i};i=v}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=ry(c)}}function oy(i,o){return i&&o?i===o?!0:i&&i.nodeType===3?!1:o&&o.nodeType===3?oy(i,o.parentNode):"contains"in i?i.contains(o):i.compareDocumentPosition?!!(i.compareDocumentPosition(o)&16):!1:!1}function kd(){for(var i=window,o=It();o instanceof i.HTMLIFrameElement;){try{var c=typeof o.contentWindow.location.href=="string"}catch{c=!1}if(c)i=o.contentWindow;else break;o=It(i.document)}return o}function Oo(i){var o=i&&i.nodeName&&i.nodeName.toLowerCase();return o&&(o==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||o==="textarea"||i.contentEditable==="true")}function Ed(i){var o=kd(),c=i.focusedElem,v=i.selectionRange;if(o!==c&&c&&c.ownerDocument&&oy(c.ownerDocument.documentElement,c)){if(v!==null&&Oo(c)){if(o=v.start,i=v.end,i===void 0&&(i=o),"selectionStart"in c)c.selectionStart=o,c.selectionEnd=Math.min(i,c.value.length);else if(i=(o=c.ownerDocument||document)&&o.defaultView||window,i.getSelection){i=i.getSelection();var g=c.textContent.length,k=Math.min(v.start,g);v=v.end===void 0?k:Math.min(v.end,g),!i.extend&&k>v&&(g=v,v=k,k=g),g=iy(c,k);var P=iy(c,v);g&&P&&(i.rangeCount!==1||i.anchorNode!==g.node||i.anchorOffset!==g.offset||i.focusNode!==P.node||i.focusOffset!==P.offset)&&(o=o.createRange(),o.setStart(g.node,g.offset),i.removeAllRanges(),k>v?(i.addRange(o),i.extend(P.node,P.offset)):(o.setEnd(P.node,P.offset),i.addRange(o)))}}for(o=[],i=c;i=i.parentNode;)i.nodeType===1&&o.push({element:i,left:i.scrollLeft,top:i.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<o.length;c++)i=o[c],i.element.scrollLeft=i.left,i.element.scrollTop=i.top}}var ly=b&&"documentMode"in document&&11>=document.documentMode,Yi=null,nv=null,zs=null,rv=!1;function ay(i,o,c){var v=c.window===c?c.document:c.nodeType===9?c:c.ownerDocument;rv||Yi==null||Yi!==It(v)||(v=Yi,"selectionStart"in v&&Oo(v)?v={start:v.selectionStart,end:v.selectionEnd}:(v=(v.ownerDocument&&v.ownerDocument.defaultView||window).getSelection(),v={anchorNode:v.anchorNode,anchorOffset:v.anchorOffset,focusNode:v.focusNode,focusOffset:v.focusOffset}),zs&&Rs(zs,v)||(zs=v,v=Vs(nv,"onSelect"),0<v.length&&(o=new vd("onSelect","select",null,o,c),i.push({event:o,listeners:v}),o.target=Yi)))}function Cd(i,o){var c={};return c[i.toLowerCase()]=o.toLowerCase(),c["Webkit"+i]="webkit"+o,c["Moz"+i]="moz"+o,c}var sa={animationend:Cd("Animation","AnimationEnd"),animationiteration:Cd("Animation","AnimationIteration"),animationstart:Cd("Animation","AnimationStart"),transitionend:Cd("Transition","TransitionEnd")},iv={},ov={};b&&(ov=document.createElement("div").style,"AnimationEvent"in window||(delete sa.animationend.animation,delete sa.animationiteration.animation,delete sa.animationstart.animation),"TransitionEvent"in window||delete sa.transitionend.transition);function Un(i){if(iv[i])return iv[i];if(!sa[i])return i;var o=sa[i],c;for(c in o)if(o.hasOwnProperty(c)&&c in ov)return iv[i]=o[c];return i}var lv=Un("animationend"),uy=Un("animationiteration"),sy=Un("animationstart"),cy=Un("transitionend"),dy=new Map,fy="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 Fo(i,o){dy.set(i,o),m(o,[i])}for(var Bs=0;Bs<fy.length;Bs++){var ca=fy[Bs],Gx=ca.toLowerCase(),Is=ca[0].toUpperCase()+ca.slice(1);Fo(Gx,"on"+Is)}Fo(lv,"onAnimationEnd"),Fo(uy,"onAnimationIteration"),Fo(sy,"onAnimationStart"),Fo("dblclick","onDoubleClick"),Fo("focusin","onFocus"),Fo("focusout","onBlur"),Fo(cy,"onTransitionEnd"),p("onMouseEnter",["mouseout","mouseover"]),p("onMouseLeave",["mouseout","mouseover"]),p("onPointerEnter",["pointerout","pointerover"]),p("onPointerLeave",["pointerout","pointerover"]),m("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),m("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),m("onBeforeInput",["compositionend","keypress","textInput","paste"]),m("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),m("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),m("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(" "),Yx=new Set("cancel close invalid load scroll toggle".split(" ").concat(Us));function py(i,o,c){var v=i.type||"unknown-event";i.currentTarget=c,lu(v,o,void 0,i),i.currentTarget=null}function _d(i,o){o=(o&4)!==0;for(var c=0;c<i.length;c++){var v=i[c],g=v.event;v=v.listeners;e:{var k=void 0;if(o)for(var P=v.length-1;0<=P;P--){var O=v[P],z=O.instance,ae=O.currentTarget;if(O=O.listener,z!==k&&g.isPropagationStopped())break e;py(g,O,ae),k=z}else for(P=0;P<v.length;P++){if(O=v[P],z=O.instance,ae=O.currentTarget,O=O.listener,z!==k&&g.isPropagationStopped())break e;py(g,O,ae),k=z}}}if(ou)throw i=Cs,ou=!1,Cs=null,i}function Vt(i,o){var c=o[pv];c===void 0&&(c=o[pv]=new Set);var v=i+"__bubble";c.has(v)||(vy(o,i,2,!1),c.add(v))}function fl(i,o,c){var v=0;o&&(v|=4),vy(c,i,v,o)}var Ro="_reactListening"+Math.random().toString(36).slice(2);function yu(i){if(!i[Ro]){i[Ro]=!0,s.forEach(function(c){c!=="selectionchange"&&(Yx.has(c)||fl(c,!1,i),fl(c,!0,i))});var o=i.nodeType===9?i:i.ownerDocument;o===null||o[Ro]||(o[Ro]=!0,fl("selectionchange",!1,o))}}function vy(i,o,c,v){switch(Kp(o)){case 1:var g=Fg;break;case 4:g=dd;break;default:g=fd}c=g.bind(null,o,c,i),g=void 0,!ld||o!=="touchstart"&&o!=="touchmove"&&o!=="wheel"||(g=!0),v?g!==void 0?i.addEventListener(o,c,{capture:!0,passive:g}):i.addEventListener(o,c,!0):g!==void 0?i.addEventListener(o,c,{passive:g}):i.addEventListener(o,c,!1)}function Sd(i,o,c,v,g){var k=v;if(!(o&1)&&!(o&2)&&v!==null)e:for(;;){if(v===null)return;var P=v.tag;if(P===3||P===4){var O=v.stateNode.containerInfo;if(O===g||O.nodeType===8&&O.parentNode===g)break;if(P===4)for(P=v.return;P!==null;){var z=P.tag;if((z===3||z===4)&&(z=P.stateNode.containerInfo,z===g||z.nodeType===8&&z.parentNode===g))return;P=P.return}for(;O!==null;){if(P=_i(O),P===null)return;if(z=P.tag,z===5||z===6){v=k=P;continue e}O=O.parentNode}}v=v.return}Np(function(){var ae=k,ge=sn(c),xe=[];e:{var he=dy.get(i);if(he!==void 0){var Ae=vd,He=i;switch(i){case"keypress":if(du(c)===0)break e;case"keydown":case"keyup":Ae=Bx;break;case"focusin":He="focus",Ae=dl;break;case"focusout":He="blur",Ae=dl;break;case"beforeblur":case"afterblur":Ae=dl;break;case"click":if(c.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Ae=hd;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Ae=Ig;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ae=Ix;break;case lv:case uy:case sy:Ae=Ug;break;case cy:Ae=jg;break;case"scroll":Ae=zg;break;case"wheel":Ae=Ao;break;case"copy":case"cut":case"paste":Ae=Rx;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Ae=gd}var We=(o&4)!==0,gn=!We&&i==="scroll",Z=We?he!==null?he+"Capture":null:he;We=[];for(var H=ae,te;H!==null;){te=H;var Se=te.stateNode;if(te.tag===5&&Se!==null&&(te=Se,Z!==null&&(Se=Es(H,Z),Se!=null&&We.push(Hs(H,Se,te)))),gn)break;H=H.return}0<We.length&&(he=new Ae(he,He,null,c,ge),xe.push({event:he,listeners:We}))}}if(!(o&7)){e:{if(he=i==="mouseover"||i==="pointerover",Ae=i==="mouseout"||i==="pointerout",he&&c!==bi&&(He=c.relatedTarget||c.fromElement)&&(_i(He)||He[zo]))break e;if((Ae||he)&&(he=ge.window===ge?ge:(he=ge.ownerDocument)?he.defaultView||he.parentWindow:window,Ae?(He=c.relatedTarget||c.toElement,Ae=ae,He=He?_i(He):null,He!==null&&(gn=fo(He),He!==gn||He.tag!==5&&He.tag!==6)&&(He=null)):(Ae=null,He=ae),Ae!==He)){if(We=hd,Se="onMouseLeave",Z="onMouseEnter",H="mouse",(i==="pointerout"||i==="pointerover")&&(We=gd,Se="onPointerLeave",Z="onPointerEnter",H="pointer"),gn=Ae==null?he:bu(Ae),te=He==null?he:bu(He),he=new We(Se,H+"leave",Ae,c,ge),he.target=gn,he.relatedTarget=te,Se=null,_i(ge)===ae&&(We=new We(Z,H+"enter",He,c,ge),We.target=te,We.relatedTarget=gn,Se=We),gn=Se,Ae&&He)t:{for(We=Ae,Z=He,H=0,te=We;te;te=da(te))H++;for(te=0,Se=Z;Se;Se=da(Se))te++;for(;0<H-te;)We=da(We),H--;for(;0<te-H;)Z=da(Z),te--;for(;H--;){if(We===Z||Z!==null&&We===Z.alternate)break t;We=da(We),Z=da(Z)}We=null}else We=null;Ae!==null&&av(xe,he,Ae,We,!1),He!==null&&gn!==null&&av(xe,gn,He,We,!0)}}e:{if(he=ae?bu(ae):window,Ae=he.nodeName&&he.nodeName.toLowerCase(),Ae==="select"||Ae==="input"&&he.type==="file")var Ge=Zg;else if(Qg(he))if(Jp)Ge=ny;else{Ge=Kx;var Ve=Vx}else(Ae=he.nodeName)&&Ae.toLowerCase()==="input"&&(he.type==="checkbox"||he.type==="radio")&&(Ge=jx);if(Ge&&(Ge=Ge(i,ae))){Xg(xe,Ge,c,ge);break e}Ve&&Ve(i,he,ae),i==="focusout"&&(Ve=he._wrapperState)&&Ve.controlled&&he.type==="number"&&dt(he,"number",he.value)}switch(Ve=ae?bu(ae):window,i){case"focusin":(Qg(Ve)||Ve.contentEditable==="true")&&(Yi=Ve,nv=ae,zs=null);break;case"focusout":zs=nv=Yi=null;break;case"mousedown":rv=!0;break;case"contextmenu":case"mouseup":case"dragend":rv=!1,ay(xe,c,ge);break;case"selectionchange":if(ly)break;case"keydown":case"keyup":ay(xe,c,ge)}var Qe;if(Gi)e:{switch(i){case"compositionstart":var ot="onCompositionStart";break e;case"compositionend":ot="onCompositionEnd";break e;case"compositionupdate":ot="onCompositionUpdate";break e}ot=void 0}else vu?Yg(i,c)&&(ot="onCompositionEnd"):i==="keydown"&&c.keyCode===229&&(ot="onCompositionStart");ot&&(Wg&&c.locale!=="ko"&&(vu||ot!=="onCompositionStart"?ot==="onCompositionEnd"&&vu&&(Qe=jp()):(Mo=ge,Ms="value"in Mo?Mo.value:Mo.textContent,vu=!0)),Ve=Vs(ae,ot),0<Ve.length&&(ot=new Yp(ot,i,null,c,ge),xe.push({event:ot,listeners:Ve}),Qe?ot.data=Qe:(Qe=xd(c),Qe!==null&&(ot.data=Qe)))),(Qe=bd?Ux(i,c):Hx(i,c))&&(ae=Vs(ae,"onBeforeInput"),0<ae.length&&(ge=new Yp("onBeforeInput","beforeinput",null,c,ge),xe.push({event:ge,listeners:ae}),ge.data=Qe))}_d(xe,o)})}function Hs(i,o,c){return{instance:i,listener:o,currentTarget:c}}function Vs(i,o){for(var c=o+"Capture",v=[];i!==null;){var g=i,k=g.stateNode;g.tag===5&&k!==null&&(g=k,k=Es(i,c),k!=null&&v.unshift(Hs(i,k,g)),k=Es(i,o),k!=null&&v.push(Hs(i,k,g))),i=i.return}return v}function da(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5);return i||null}function av(i,o,c,v,g){for(var k=o._reactName,P=[];c!==null&&c!==v;){var O=c,z=O.alternate,ae=O.stateNode;if(z!==null&&z===v)break;O.tag===5&&ae!==null&&(O=ae,g?(z=Es(c,k),z!=null&&P.unshift(Hs(c,z,O))):g||(z=Es(c,k),z!=null&&P.push(Hs(c,z,O)))),c=c.return}P.length!==0&&i.push({event:o,listeners:P})}var uv=/\r\n?/g,qx=/\u0000|\uFFFD/g;function sv(i){return(typeof i=="string"?i:""+i).replace(uv,`
31
+ `).replace(qx,"")}function wd(i,o,c){if(o=sv(o),sv(i)!==o&&c)throw Error(l(425))}function Td(){}var cv=null,fa=null;function Ks(i,o){return i==="textarea"||i==="noscript"||typeof o.children=="string"||typeof o.children=="number"||typeof o.dangerouslySetInnerHTML=="object"&&o.dangerouslySetInnerHTML!==null&&o.dangerouslySetInnerHTML.__html!=null}var pa=typeof setTimeout=="function"?setTimeout:void 0,my=typeof clearTimeout=="function"?clearTimeout:void 0,dv=typeof Promise=="function"?Promise:void 0,fv=typeof queueMicrotask=="function"?queueMicrotask:typeof dv<"u"?function(i){return dv.resolve(null).then(i).catch(Qx)}:pa;function Qx(i){setTimeout(function(){throw i})}function pl(i,o){var c=o,v=0;do{var g=c.nextSibling;if(i.removeChild(c),g&&g.nodeType===8)if(c=g.data,c==="/$"){if(v===0){i.removeChild(g),Ps(o);return}v--}else c!=="$"&&c!=="$?"&&c!=="$!"||v++;c=g}while(c);Ps(o)}function qi(i){for(;i!=null;i=i.nextSibling){var o=i.nodeType;if(o===1||o===3)break;if(o===8){if(o=i.data,o==="$"||o==="$!"||o==="$?")break;if(o==="/$")return null}}return i}function js(i){i=i.previousSibling;for(var o=0;i;){if(i.nodeType===8){var c=i.data;if(c==="$"||c==="$!"||c==="$?"){if(o===0)return i;o--}else c==="/$"&&o++}i=i.previousSibling}return null}var vl=Math.random().toString(36).slice(2),po="__reactFiber$"+vl,va="__reactProps$"+vl,zo="__reactContainer$"+vl,pv="__reactEvents$"+vl,Xx="__reactListeners$"+vl,vv="__reactHandles$"+vl;function _i(i){var o=i[po];if(o)return o;for(var c=i.parentNode;c;){if(o=c[zo]||c[po]){if(c=o.alternate,o.child!==null||c!==null&&c.child!==null)for(i=js(i);i!==null;){if(c=i[po])return c;i=js(i)}return o}i=c,c=i.parentNode}return null}function Ws(i){return i=i[po]||i[zo],!i||i.tag!==5&&i.tag!==6&&i.tag!==13&&i.tag!==3?null:i}function bu(i){if(i.tag===5||i.tag===6)return i.stateNode;throw Error(l(33))}function Ze(i){return i[va]||null}var ml=[],Gt=-1;function st(i){return{current:i}}function Dt(i){0>Gt||(i.current=ml[Gt],ml[Gt]=null,Gt--)}function $t(i,o){Gt++,ml[Gt]=i.current,i.current=o}var vo={},it=st(vo),fn=st(!1),Ur=vo;function Si(i,o){var c=i.type.contextTypes;if(!c)return vo;var v=i.stateNode;if(v&&v.__reactInternalMemoizedUnmaskedChildContext===o)return v.__reactInternalMemoizedMaskedChildContext;var g={},k;for(k in c)g[k]=o[k];return v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=o,i.__reactInternalMemoizedMaskedChildContext=g),g}function en(i){return i=i.childContextTypes,i!=null}function wi(){Dt(fn),Dt(it)}function hl(i,o,c){if(it.current!==vo)throw Error(l(168));$t(it,o),$t(fn,c)}function Gs(i,o,c){var v=i.stateNode;if(o=o.childContextTypes,typeof v.getChildContext!="function")return c;v=v.getChildContext();for(var g in v)if(!(g in o))throw Error(l(108,we(i)||"Unknown",g));return Y({},c,v)}function Dd(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||vo,Ur=it.current,$t(it,i),$t(fn,fn.current),!0}function hy(i,o,c){var v=i.stateNode;if(!v)throw Error(l(169));c?(i=Gs(i,o,Ur),v.__reactInternalMemoizedMergedChildContext=i,Dt(fn),Dt(it),$t(it,i)):Dt(fn),$t(fn,c)}var ii=null,Hn=!1,Ys=!1;function mv(i){ii===null?ii=[i]:ii.push(i)}function hv(i){Hn=!0,mv(i)}function Hr(){if(!Ys&&ii!==null){Ys=!0;var i=0,o=Lt;try{var c=ii;for(Lt=1;i<c.length;i++){var v=c[i];do v=v(!0);while(v!==null)}ii=null,Hn=!1}catch(g){throw ii!==null&&(ii=ii.slice(i+1)),Fp(Lo,Hr),g}finally{Lt=o,Ys=!1}}return null}var gl=[],Vr=0,ma=null,xu=0,Kr=[],vr=0,Ti=null,Jn=1,Bo="";function oi(i,o){gl[Vr++]=xu,gl[Vr++]=ma,ma=i,xu=o}function gv(i,o,c){Kr[vr++]=Jn,Kr[vr++]=Bo,Kr[vr++]=Ti,Ti=i;var v=Jn;i=Bo;var g=32-xi(v)-1;v&=~(1<<g),c+=1;var k=32-xi(o)+g;if(30<k){var P=g-g%5;k=(v&(1<<P)-1).toString(32),v>>=P,g-=P,Jn=1<<32-xi(o)+g|c<<g|v,Bo=k+i}else Jn=1<<k|c<<g|v,Bo=i}function $d(i){i.return!==null&&(oi(i,1),gv(i,1,0))}function yv(i){for(;i===ma;)ma=gl[--Vr],gl[Vr]=null,xu=gl[--Vr],gl[Vr]=null;for(;i===Ti;)Ti=Kr[--vr],Kr[vr]=null,Bo=Kr[--vr],Kr[vr]=null,Jn=Kr[--vr],Kr[vr]=null}var li=null,jr=null,Yt=!1,Di=null;function bv(i,o){var c=Ai(5,null,null,0);c.elementType="DELETED",c.stateNode=o,c.return=i,o=i.deletions,o===null?(i.deletions=[c],i.flags|=16):o.push(c)}function gy(i,o){switch(i.tag){case 5:var c=i.type;return o=o.nodeType!==1||c.toLowerCase()!==o.nodeName.toLowerCase()?null:o,o!==null?(i.stateNode=o,li=i,jr=qi(o.firstChild),!0):!1;case 6:return o=i.pendingProps===""||o.nodeType!==3?null:o,o!==null?(i.stateNode=o,li=i,jr=null,!0):!1;case 13:return o=o.nodeType!==8?null:o,o!==null?(c=Ti!==null?{id:Jn,overflow:Bo}:null,i.memoizedState={dehydrated:o,treeContext:c,retryLane:1073741824},c=Ai(18,null,null,0),c.stateNode=o,c.return=i,i.child=c,li=i,jr=null,!0):!1;default:return!1}}function Pd(i){return(i.mode&1)!==0&&(i.flags&128)===0}function Ld(i){if(Yt){var o=jr;if(o){var c=o;if(!gy(i,o)){if(Pd(i))throw Error(l(418));o=qi(c.nextSibling);var v=li;o&&gy(i,o)?bv(v,c):(i.flags=i.flags&-4097|2,Yt=!1,li=i)}}else{if(Pd(i))throw Error(l(418));i.flags=i.flags&-4097|2,Yt=!1,li=i}}}function yy(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;li=i}function Md(i){if(i!==li)return!1;if(!Yt)return yy(i),Yt=!0,!1;var o;if((o=i.tag!==3)&&!(o=i.tag!==5)&&(o=i.type,o=o!=="head"&&o!=="body"&&!Ks(i.type,i.memoizedProps)),o&&(o=jr)){if(Pd(i))throw by(),Error(l(418));for(;o;)bv(i,o),o=qi(o.nextSibling)}if(yy(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(l(317));e:{for(i=i.nextSibling,o=0;i;){if(i.nodeType===8){var c=i.data;if(c==="/$"){if(o===0){jr=qi(i.nextSibling);break e}o--}else c!=="$"&&c!=="$!"&&c!=="$?"||o++}i=i.nextSibling}jr=null}}else jr=li?qi(i.stateNode.nextSibling):null;return!0}function by(){for(var i=jr;i;)i=qi(i.nextSibling)}function on(){jr=li=null,Yt=!1}function xv(i){Di===null?Di=[i]:Di.push(i)}var Nd=W.ReactCurrentBatchConfig;function ai(i,o){if(i&&i.defaultProps){o=Y({},o),i=i.defaultProps;for(var c in i)o[c]===void 0&&(o[c]=i[c]);return o}return o}var mo=st(null),Ad=null,yl=null,kv=null;function Ev(){kv=yl=Ad=null}function bl(i){var o=mo.current;Dt(mo),i._currentValue=o}function Vn(i,o,c){for(;i!==null;){var v=i.alternate;if((i.childLanes&o)!==o?(i.childLanes|=o,v!==null&&(v.childLanes|=o)):v!==null&&(v.childLanes&o)!==o&&(v.childLanes|=o),i===c)break;i=i.return}}function Pe(i,o){Ad=i,kv=yl=null,i=i.dependencies,i!==null&&i.firstContext!==null&&(i.lanes&o&&(Cn=!0),i.firstContext=null)}function hn(i){var o=i._currentValue;if(kv!==i)if(i={context:i,memoizedValue:o,next:null},yl===null){if(Ad===null)throw Error(l(308));yl=i,Ad.dependencies={lanes:0,firstContext:i}}else yl=yl.next=i;return o}var er=null;function Cv(i){er===null?er=[i]:er.push(i)}function xy(i,o,c,v){var g=o.interleaved;return g===null?(c.next=c,Cv(o)):(c.next=g.next,g.next=c),o.interleaved=c,Io(i,v)}function Io(i,o){i.lanes|=o;var c=i.alternate;for(c!==null&&(c.lanes|=o),c=i,i=i.return;i!==null;)i.childLanes|=o,c=i.alternate,c!==null&&(c.childLanes|=o),c=i,i=i.return;return c.tag===3?c.stateNode:null}var xl=!1;function _v(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Pn(i,o){i=i.updateQueue,o.updateQueue===i&&(o.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,effects:i.effects})}function Uo(i,o){return{eventTime:i,lane:o,tag:0,payload:null,callback:null,next:null}}function kl(i,o,c){var v=i.updateQueue;if(v===null)return null;if(v=v.shared,yt&2){var g=v.pending;return g===null?o.next=o:(o.next=g.next,g.next=o),v.pending=o,Io(i,c)}return g=v.interleaved,g===null?(o.next=o,Cv(v)):(o.next=g.next,g.next=o),v.interleaved=o,Io(i,c)}function Od(i,o,c){if(o=o.updateQueue,o!==null&&(o=o.shared,(c&4194240)!==0)){var v=o.lanes;v&=i.pendingLanes,c|=v,o.lanes=c,ws(i,c)}}function Sv(i,o){var c=i.updateQueue,v=i.alternate;if(v!==null&&(v=v.updateQueue,c===v)){var g=null,k=null;if(c=c.firstBaseUpdate,c!==null){do{var P={eventTime:c.eventTime,lane:c.lane,tag:c.tag,payload:c.payload,callback:c.callback,next:null};k===null?g=k=P:k=k.next=P,c=c.next}while(c!==null);k===null?g=k=o:k=k.next=o}else g=k=o;c={baseState:v.baseState,firstBaseUpdate:g,lastBaseUpdate:k,shared:v.shared,effects:v.effects},i.updateQueue=c;return}i=c.lastBaseUpdate,i===null?c.firstBaseUpdate=o:i.next=o,c.lastBaseUpdate=o}function El(i,o,c,v){var g=i.updateQueue;xl=!1;var k=g.firstBaseUpdate,P=g.lastBaseUpdate,O=g.shared.pending;if(O!==null){g.shared.pending=null;var z=O,ae=z.next;z.next=null,P===null?k=ae:P.next=ae,P=z;var ge=i.alternate;ge!==null&&(ge=ge.updateQueue,O=ge.lastBaseUpdate,O!==P&&(O===null?ge.firstBaseUpdate=ae:O.next=ae,ge.lastBaseUpdate=z))}if(k!==null){var xe=g.baseState;P=0,ge=ae=z=null,O=k;do{var he=O.lane,Ae=O.eventTime;if((v&he)===he){ge!==null&&(ge=ge.next={eventTime:Ae,lane:0,tag:O.tag,payload:O.payload,callback:O.callback,next:null});e:{var He=i,We=O;switch(he=o,Ae=c,We.tag){case 1:if(He=We.payload,typeof He=="function"){xe=He.call(Ae,xe,he);break e}xe=He;break e;case 3:He.flags=He.flags&-65537|128;case 0:if(He=We.payload,he=typeof He=="function"?He.call(Ae,xe,he):He,he==null)break e;xe=Y({},xe,he);break e;case 2:xl=!0}}O.callback!==null&&O.lane!==0&&(i.flags|=64,he=g.effects,he===null?g.effects=[O]:he.push(O))}else Ae={eventTime:Ae,lane:he,tag:O.tag,payload:O.payload,callback:O.callback,next:null},ge===null?(ae=ge=Ae,z=xe):ge=ge.next=Ae,P|=he;if(O=O.next,O===null){if(O=g.shared.pending,O===null)break;he=O,O=he.next,he.next=null,g.lastBaseUpdate=he,g.shared.pending=null}}while(!0);if(ge===null&&(z=xe),g.baseState=z,g.firstBaseUpdate=ae,g.lastBaseUpdate=ge,o=g.shared.interleaved,o!==null){g=o;do P|=g.lane,g=g.next;while(g!==o)}else k===null&&(g.shared.lanes=0);jo|=P,i.lanes=P,i.memoizedState=xe}}function ha(i,o,c){if(i=o.effects,o.effects=null,i!==null)for(o=0;o<i.length;o++){var v=i[o],g=v.callback;if(g!==null){if(v.callback=null,v=c,typeof g!="function")throw Error(l(191,g));g.call(v)}}}var ky=new n.Component().refs;function wv(i,o,c,v){o=i.memoizedState,c=c(v,o),c=c==null?o:Y({},o,c),i.memoizedState=c,i.lanes===0&&(i.updateQueue.baseState=c)}var Fd={isMounted:function(i){return(i=i._reactInternals)?fo(i)===i:!1},enqueueSetState:function(i,o,c){i=i._reactInternals;var v=yr(),g=_n(i),k=Uo(v,g);k.payload=o,c!=null&&(k.callback=c),o=kl(i,k,g),o!==null&&(br(o,i,g,v),Od(o,i,g))},enqueueReplaceState:function(i,o,c){i=i._reactInternals;var v=yr(),g=_n(i),k=Uo(v,g);k.tag=1,k.payload=o,c!=null&&(k.callback=c),o=kl(i,k,g),o!==null&&(br(o,i,g,v),Od(o,i,g))},enqueueForceUpdate:function(i,o){i=i._reactInternals;var c=yr(),v=_n(i),g=Uo(c,v);g.tag=2,o!=null&&(g.callback=o),o=kl(i,g,v),o!==null&&(br(o,i,v,c),Od(o,i,v))}};function Ey(i,o,c,v,g,k,P){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(v,k,P):o.prototype&&o.prototype.isPureReactComponent?!Rs(c,v)||!Rs(g,k):!0}function Cy(i,o,c){var v=!1,g=vo,k=o.contextType;return typeof k=="object"&&k!==null?k=hn(k):(g=en(o)?Ur:it.current,v=o.contextTypes,k=(v=v!=null)?Si(i,g):vo),o=new o(c,k),i.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,o.updater=Fd,i.stateNode=o,o._reactInternals=i,v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=g,i.__reactInternalMemoizedMaskedChildContext=k),o}function _y(i,o,c,v){i=o.state,typeof o.componentWillReceiveProps=="function"&&o.componentWillReceiveProps(c,v),typeof o.UNSAFE_componentWillReceiveProps=="function"&&o.UNSAFE_componentWillReceiveProps(c,v),o.state!==i&&Fd.enqueueReplaceState(o,o.state,null)}function Rd(i,o,c,v){var g=i.stateNode;g.props=c,g.state=i.memoizedState,g.refs=ky,_v(i);var k=o.contextType;typeof k=="object"&&k!==null?g.context=hn(k):(k=en(o)?Ur:it.current,g.context=Si(i,k)),g.state=i.memoizedState,k=o.getDerivedStateFromProps,typeof k=="function"&&(wv(i,o,k,c),g.state=i.memoizedState),typeof o.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(o=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),o!==g.state&&Fd.enqueueReplaceState(g,g.state,null),El(i,c,g,v),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308)}function ku(i,o,c){if(i=c.ref,i!==null&&typeof i!="function"&&typeof i!="object"){if(c._owner){if(c=c._owner,c){if(c.tag!==1)throw Error(l(309));var v=c.stateNode}if(!v)throw Error(l(147,i));var g=v,k=""+i;return o!==null&&o.ref!==null&&typeof o.ref=="function"&&o.ref._stringRef===k?o.ref:(o=function(P){var O=g.refs;O===ky&&(O=g.refs={}),P===null?delete O[k]:O[k]=P},o._stringRef=k,o)}if(typeof i!="string")throw Error(l(284));if(!c._owner)throw Error(l(290,i))}return i}function zd(i,o){throw i=Object.prototype.toString.call(o),Error(l(31,i==="[object Object]"?"object with keys {"+Object.keys(o).join(", ")+"}":i))}function Sy(i){var o=i._init;return o(i._payload)}function wy(i){function o(Z,H){if(i){var te=Z.deletions;te===null?(Z.deletions=[H],Z.flags|=16):te.push(H)}}function c(Z,H){if(!i)return null;for(;H!==null;)o(Z,H),H=H.sibling;return null}function v(Z,H){for(Z=new Map;H!==null;)H.key!==null?Z.set(H.key,H):Z.set(H.index,H),H=H.sibling;return Z}function g(Z,H){return Z=Pl(Z,H),Z.index=0,Z.sibling=null,Z}function k(Z,H,te){return Z.index=te,i?(te=Z.alternate,te!==null?(te=te.index,te<H?(Z.flags|=2,H):te):(Z.flags|=2,H)):(Z.flags|=1048576,H)}function P(Z){return i&&Z.alternate===null&&(Z.flags|=2),Z}function O(Z,H,te,Se){return H===null||H.tag!==6?(H=pc(te,Z.mode,Se),H.return=Z,H):(H=g(H,te),H.return=Z,H)}function z(Z,H,te,Se){var Ge=te.type;return Ge===ne?ge(Z,H,te.props.children,Se,te.key):H!==null&&(H.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Ce&&Sy(Ge)===H.type)?(Se=g(H,te.props),Se.ref=ku(Z,H,te),Se.return=Z,Se):(Se=gf(te.type,te.key,te.props,null,Z.mode,Se),Se.ref=ku(Z,H,te),Se.return=Z,Se)}function ae(Z,H,te,Se){return H===null||H.tag!==4||H.stateNode.containerInfo!==te.containerInfo||H.stateNode.implementation!==te.implementation?(H=Oa(te,Z.mode,Se),H.return=Z,H):(H=g(H,te.children||[]),H.return=Z,H)}function ge(Z,H,te,Se,Ge){return H===null||H.tag!==7?(H=Aa(te,Z.mode,Se,Ge),H.return=Z,H):(H=g(H,te),H.return=Z,H)}function xe(Z,H,te){if(typeof H=="string"&&H!==""||typeof H=="number")return H=pc(""+H,Z.mode,te),H.return=Z,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case R:return te=gf(H.type,H.key,H.props,null,Z.mode,te),te.ref=ku(Z,null,H),te.return=Z,te;case j:return H=Oa(H,Z.mode,te),H.return=Z,H;case Ce:var Se=H._init;return xe(Z,Se(H._payload),te)}if(_t(H)||X(H))return H=Aa(H,Z.mode,te,null),H.return=Z,H;zd(Z,H)}return null}function he(Z,H,te,Se){var Ge=H!==null?H.key:null;if(typeof te=="string"&&te!==""||typeof te=="number")return Ge!==null?null:O(Z,H,""+te,Se);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case R:return te.key===Ge?z(Z,H,te,Se):null;case j:return te.key===Ge?ae(Z,H,te,Se):null;case Ce:return Ge=te._init,he(Z,H,Ge(te._payload),Se)}if(_t(te)||X(te))return Ge!==null?null:ge(Z,H,te,Se,null);zd(Z,te)}return null}function Ae(Z,H,te,Se,Ge){if(typeof Se=="string"&&Se!==""||typeof Se=="number")return Z=Z.get(te)||null,O(H,Z,""+Se,Ge);if(typeof Se=="object"&&Se!==null){switch(Se.$$typeof){case R:return Z=Z.get(Se.key===null?te:Se.key)||null,z(H,Z,Se,Ge);case j:return Z=Z.get(Se.key===null?te:Se.key)||null,ae(H,Z,Se,Ge);case Ce:var Ve=Se._init;return Ae(Z,H,te,Ve(Se._payload),Ge)}if(_t(Se)||X(Se))return Z=Z.get(te)||null,ge(H,Z,Se,Ge,null);zd(H,Se)}return null}function He(Z,H,te,Se){for(var Ge=null,Ve=null,Qe=H,ot=H=0,Wn=null;Qe!==null&&ot<te.length;ot++){Qe.index>ot?(Wn=Qe,Qe=null):Wn=Qe.sibling;var St=he(Z,Qe,te[ot],Se);if(St===null){Qe===null&&(Qe=Wn);break}i&&Qe&&St.alternate===null&&o(Z,Qe),H=k(St,H,ot),Ve===null?Ge=St:Ve.sibling=St,Ve=St,Qe=Wn}if(ot===te.length)return c(Z,Qe),Yt&&oi(Z,ot),Ge;if(Qe===null){for(;ot<te.length;ot++)Qe=xe(Z,te[ot],Se),Qe!==null&&(H=k(Qe,H,ot),Ve===null?Ge=Qe:Ve.sibling=Qe,Ve=Qe);return Yt&&oi(Z,ot),Ge}for(Qe=v(Z,Qe);ot<te.length;ot++)Wn=Ae(Qe,Z,ot,te[ot],Se),Wn!==null&&(i&&Wn.alternate!==null&&Qe.delete(Wn.key===null?ot:Wn.key),H=k(Wn,H,ot),Ve===null?Ge=Wn:Ve.sibling=Wn,Ve=Wn);return i&&Qe.forEach(function(Ll){return o(Z,Ll)}),Yt&&oi(Z,ot),Ge}function We(Z,H,te,Se){var Ge=X(te);if(typeof Ge!="function")throw Error(l(150));if(te=Ge.call(te),te==null)throw Error(l(151));for(var Ve=Ge=null,Qe=H,ot=H=0,Wn=null,St=te.next();Qe!==null&&!St.done;ot++,St=te.next()){Qe.index>ot?(Wn=Qe,Qe=null):Wn=Qe.sibling;var Ll=he(Z,Qe,St.value,Se);if(Ll===null){Qe===null&&(Qe=Wn);break}i&&Qe&&Ll.alternate===null&&o(Z,Qe),H=k(Ll,H,ot),Ve===null?Ge=Ll:Ve.sibling=Ll,Ve=Ll,Qe=Wn}if(St.done)return c(Z,Qe),Yt&&oi(Z,ot),Ge;if(Qe===null){for(;!St.done;ot++,St=te.next())St=xe(Z,St.value,Se),St!==null&&(H=k(St,H,ot),Ve===null?Ge=St:Ve.sibling=St,Ve=St);return Yt&&oi(Z,ot),Ge}for(Qe=v(Z,Qe);!St.done;ot++,St=te.next())St=Ae(Qe,Z,ot,St.value,Se),St!==null&&(i&&St.alternate!==null&&Qe.delete(St.key===null?ot:St.key),H=k(St,H,ot),Ve===null?Ge=St:Ve.sibling=St,Ve=St);return i&&Qe.forEach(function(gk){return o(Z,gk)}),Yt&&oi(Z,ot),Ge}function gn(Z,H,te,Se){if(typeof te=="object"&&te!==null&&te.type===ne&&te.key===null&&(te=te.props.children),typeof te=="object"&&te!==null){switch(te.$$typeof){case R:e:{for(var Ge=te.key,Ve=H;Ve!==null;){if(Ve.key===Ge){if(Ge=te.type,Ge===ne){if(Ve.tag===7){c(Z,Ve.sibling),H=g(Ve,te.props.children),H.return=Z,Z=H;break e}}else if(Ve.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Ce&&Sy(Ge)===Ve.type){c(Z,Ve.sibling),H=g(Ve,te.props),H.ref=ku(Z,Ve,te),H.return=Z,Z=H;break e}c(Z,Ve);break}else o(Z,Ve);Ve=Ve.sibling}te.type===ne?(H=Aa(te.props.children,Z.mode,Se,te.key),H.return=Z,Z=H):(Se=gf(te.type,te.key,te.props,null,Z.mode,Se),Se.ref=ku(Z,H,te),Se.return=Z,Z=Se)}return P(Z);case j:e:{for(Ve=te.key;H!==null;){if(H.key===Ve)if(H.tag===4&&H.stateNode.containerInfo===te.containerInfo&&H.stateNode.implementation===te.implementation){c(Z,H.sibling),H=g(H,te.children||[]),H.return=Z,Z=H;break e}else{c(Z,H);break}else o(Z,H);H=H.sibling}H=Oa(te,Z.mode,Se),H.return=Z,Z=H}return P(Z);case Ce:return Ve=te._init,gn(Z,H,Ve(te._payload),Se)}if(_t(te))return He(Z,H,te,Se);if(X(te))return We(Z,H,te,Se);zd(Z,te)}return typeof te=="string"&&te!==""||typeof te=="number"?(te=""+te,H!==null&&H.tag===6?(c(Z,H.sibling),H=g(H,te),H.return=Z,Z=H):(c(Z,H),H=pc(te,Z.mode,Se),H.return=Z,Z=H),P(Z)):c(Z,H)}return gn}var Eu=wy(!0),Ty=wy(!1),qs={},Qi=st(qs),Qs=st(qs),Cu=st(qs);function ga(i){if(i===qs)throw Error(l(174));return i}function Tv(i,o){switch($t(Cu,o),$t(Qs,i),$t(Qi,qs),i=o.nodeType,i){case 9:case 11:o=(o=o.documentElement)?o.namespaceURI:Zn(null,"");break;default:i=i===8?o.parentNode:o,o=i.namespaceURI||null,i=i.tagName,o=Zn(o,i)}Dt(Qi),$t(Qi,o)}function Cl(){Dt(Qi),Dt(Qs),Dt(Cu)}function et(i){ga(Cu.current);var o=ga(Qi.current),c=Zn(o,i.type);o!==c&&($t(Qs,i),$t(Qi,c))}function pt(i){Qs.current===i&&(Dt(Qi),Dt(Qs))}var tt=st(0);function ln(i){for(var o=i;o!==null;){if(o.tag===13){var c=o.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.data==="$!"))return o}else if(o.tag===19&&o.memoizedProps.revealOrder!==void 0){if(o.flags&128)return o}else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===i)break;for(;o.sibling===null;){if(o.return===null||o.return===i)return null;o=o.return}o.sibling.return=o.return,o=o.sibling}return null}var $i=[];function Bd(){for(var i=0;i<$i.length;i++)$i[i]._workInProgressVersionPrimary=null;$i.length=0}var Id=W.ReactCurrentDispatcher,Dv=W.ReactCurrentBatchConfig,ya=0,qt=null,de=null,kt=null,nt=!1,ho=!1,ui=0,ba=0;function Qt(){throw Error(l(321))}function xa(i,o){if(o===null)return!1;for(var c=0;c<o.length&&c<i.length;c++)if(!Ci(i[c],o[c]))return!1;return!0}function _l(i,o,c,v,g,k){if(ya=k,qt=o,o.memoizedState=null,o.updateQueue=null,o.lanes=0,Id.current=i===null||i.memoizedState===null?Jx:ek,i=c(v,g),ho){k=0;do{if(ho=!1,ui=0,25<=k)throw Error(l(301));k+=1,kt=de=null,o.updateQueue=null,Id.current=Pv,i=c(v,g)}while(ho)}if(Id.current=nf,o=de!==null&&de.next!==null,ya=0,kt=de=qt=null,nt=!1,o)throw Error(l(300));return i}function ka(){var i=ui!==0;return ui=0,i}function Pi(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return kt===null?qt.memoizedState=kt=i:kt=kt.next=i,kt}function Wr(){if(de===null){var i=qt.alternate;i=i!==null?i.memoizedState:null}else i=de.next;var o=kt===null?qt.memoizedState:kt.next;if(o!==null)kt=o,de=i;else{if(i===null)throw Error(l(310));de=i,i={memoizedState:de.memoizedState,baseState:de.baseState,baseQueue:de.baseQueue,queue:de.queue,next:null},kt===null?qt.memoizedState=kt=i:kt=kt.next=i}return kt}function Ea(i,o){return typeof o=="function"?o(i):o}function Xs(i){var o=Wr(),c=o.queue;if(c===null)throw Error(l(311));c.lastRenderedReducer=i;var v=de,g=v.baseQueue,k=c.pending;if(k!==null){if(g!==null){var P=g.next;g.next=k.next,k.next=P}v.baseQueue=g=k,c.pending=null}if(g!==null){k=g.next,v=v.baseState;var O=P=null,z=null,ae=k;do{var ge=ae.lane;if((ya&ge)===ge)z!==null&&(z=z.next={lane:0,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null}),v=ae.hasEagerState?ae.eagerState:i(v,ae.action);else{var xe={lane:ge,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null};z===null?(O=z=xe,P=v):z=z.next=xe,qt.lanes|=ge,jo|=ge}ae=ae.next}while(ae!==null&&ae!==k);z===null?P=v:z.next=O,Ci(v,o.memoizedState)||(Cn=!0),o.memoizedState=v,o.baseState=P,o.baseQueue=z,c.lastRenderedState=v}if(i=c.interleaved,i!==null){g=i;do k=g.lane,qt.lanes|=k,jo|=k,g=g.next;while(g!==i)}else g===null&&(c.lanes=0);return[o.memoizedState,c.dispatch]}function Zs(i){var o=Wr(),c=o.queue;if(c===null)throw Error(l(311));c.lastRenderedReducer=i;var v=c.dispatch,g=c.pending,k=o.memoizedState;if(g!==null){c.pending=null;var P=g=g.next;do k=i(k,P.action),P=P.next;while(P!==g);Ci(k,o.memoizedState)||(Cn=!0),o.memoizedState=k,o.baseQueue===null&&(o.baseState=k),c.lastRenderedState=k}return[k,v]}function Ud(){}function Hd(i,o){var c=qt,v=Wr(),g=o(),k=!Ci(v.memoizedState,g);if(k&&(v.memoizedState=g,Cn=!0),v=v.queue,Js(jd.bind(null,c,v,i),[i]),v.getSnapshot!==o||k||kt!==null&&kt.memoizedState.tag&1){if(c.flags|=2048,Ca(9,Kd.bind(null,c,v,g,o),void 0,null),an===null)throw Error(l(349));ya&30||Vd(c,o,g)}return g}function Vd(i,o,c){i.flags|=16384,i={getSnapshot:o,value:c},o=qt.updateQueue,o===null?(o={lastEffect:null,stores:null},qt.updateQueue=o,o.stores=[i]):(c=o.stores,c===null?o.stores=[i]:c.push(i))}function Kd(i,o,c,v){o.value=c,o.getSnapshot=v,Wd(o)&&Gd(i)}function jd(i,o,c){return c(function(){Wd(o)&&Gd(i)})}function Wd(i){var o=i.getSnapshot;i=i.value;try{var c=o();return!Ci(i,c)}catch{return!0}}function Gd(i){var o=Io(i,1);o!==null&&br(o,i,1,-1)}function Yd(i){var o=Pi();return typeof i=="function"&&(i=i()),o.memoizedState=o.baseState=i,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ea,lastRenderedState:i},o.queue=i,i=i.dispatch=tf.bind(null,qt,i),[o.memoizedState,i]}function Ca(i,o,c,v){return i={tag:i,create:o,destroy:c,deps:v,next:null},o=qt.updateQueue,o===null?(o={lastEffect:null,stores:null},qt.updateQueue=o,o.lastEffect=i.next=i):(c=o.lastEffect,c===null?o.lastEffect=i.next=i:(v=c.next,c.next=i,i.next=v,o.lastEffect=i)),i}function qd(){return Wr().memoizedState}function _a(i,o,c,v){var g=Pi();qt.flags|=i,g.memoizedState=Ca(1|o,c,void 0,v===void 0?null:v)}function Ho(i,o,c,v){var g=Wr();v=v===void 0?null:v;var k=void 0;if(de!==null){var P=de.memoizedState;if(k=P.destroy,v!==null&&xa(v,P.deps)){g.memoizedState=Ca(o,c,k,v);return}}qt.flags|=i,g.memoizedState=Ca(1|o,c,k,v)}function Qd(i,o){return _a(8390656,8,i,o)}function Js(i,o){return Ho(2048,8,i,o)}function Xd(i,o){return Ho(4,2,i,o)}function Zd(i,o){return Ho(4,4,i,o)}function $v(i,o){if(typeof o=="function")return i=i(),o(i),function(){o(null)};if(o!=null)return i=i(),o.current=i,function(){o.current=null}}function _u(i,o,c){return c=c!=null?c.concat([i]):null,Ho(4,4,$v.bind(null,o,i),c)}function Jd(){}function Su(i,o){var c=Wr();o=o===void 0?null:o;var v=c.memoizedState;return v!==null&&o!==null&&xa(o,v[1])?v[0]:(c.memoizedState=[i,o],i)}function Sl(i,o){var c=Wr();o=o===void 0?null:o;var v=c.memoizedState;return v!==null&&o!==null&&xa(o,v[1])?v[0]:(i=i(),c.memoizedState=[i,o],i)}function Gr(i,o,c){return ya&21?(Ci(c,o)||(c=sd(),qt.lanes|=c,jo|=c,i.baseState=!0),o):(i.baseState&&(i.baseState=!1,Cn=!0),i.memoizedState=c)}function Zx(i,o){var c=Lt;Lt=c!==0&&4>c?c:4,i(!0);var v=Dv.transition;Dv.transition={};try{i(!1),o()}finally{Lt=c,Dv.transition=v}}function Kt(){return Wr().memoizedState}function ef(i,o,c){var v=_n(i);if(c={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null},wu(i))ec(o,c);else if(c=xy(i,o,c,v),c!==null){var g=yr();br(c,i,v,g),Dy(c,o,v)}}function tf(i,o,c){var v=_n(i),g={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null};if(wu(i))ec(o,g);else{var k=i.alternate;if(i.lanes===0&&(k===null||k.lanes===0)&&(k=o.lastRenderedReducer,k!==null))try{var P=o.lastRenderedState,O=k(P,c);if(g.hasEagerState=!0,g.eagerState=O,Ci(O,P)){var z=o.interleaved;z===null?(g.next=g,Cv(o)):(g.next=z.next,z.next=g),o.interleaved=g;return}}catch{}finally{}c=xy(i,o,g,v),c!==null&&(g=yr(),br(c,i,v,g),Dy(c,o,v))}}function wu(i){var o=i.alternate;return i===qt||o!==null&&o===qt}function ec(i,o){ho=nt=!0;var c=i.pending;c===null?o.next=o:(o.next=c.next,c.next=o),i.pending=o}function Dy(i,o,c){if(c&4194240){var v=o.lanes;v&=i.pendingLanes,c|=v,o.lanes=c,ws(i,c)}}var nf={readContext:hn,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},Jx={readContext:hn,useCallback:function(i,o){return Pi().memoizedState=[i,o===void 0?null:o],i},useContext:hn,useEffect:Qd,useImperativeHandle:function(i,o,c){return c=c!=null?c.concat([i]):null,_a(4194308,4,$v.bind(null,o,i),c)},useLayoutEffect:function(i,o){return _a(4194308,4,i,o)},useInsertionEffect:function(i,o){return _a(4,2,i,o)},useMemo:function(i,o){var c=Pi();return o=o===void 0?null:o,i=i(),c.memoizedState=[i,o],i},useReducer:function(i,o,c){var v=Pi();return o=c!==void 0?c(o):o,v.memoizedState=v.baseState=o,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:o},v.queue=i,i=i.dispatch=ef.bind(null,qt,i),[v.memoizedState,i]},useRef:function(i){var o=Pi();return i={current:i},o.memoizedState=i},useState:Yd,useDebugValue:Jd,useDeferredValue:function(i){return Pi().memoizedState=i},useTransition:function(){var i=Yd(!1),o=i[0];return i=Zx.bind(null,i[1]),Pi().memoizedState=i,[o,i]},useMutableSource:function(){},useSyncExternalStore:function(i,o,c){var v=qt,g=Pi();if(Yt){if(c===void 0)throw Error(l(407));c=c()}else{if(c=o(),an===null)throw Error(l(349));ya&30||Vd(v,o,c)}g.memoizedState=c;var k={value:c,getSnapshot:o};return g.queue=k,Qd(jd.bind(null,v,k,i),[i]),v.flags|=2048,Ca(9,Kd.bind(null,v,k,c,o),void 0,null),c},useId:function(){var i=Pi(),o=an.identifierPrefix;if(Yt){var c=Bo,v=Jn;c=(v&~(1<<32-xi(v)-1)).toString(32)+c,o=":"+o+"R"+c,c=ui++,0<c&&(o+="H"+c.toString(32)),o+=":"}else c=ba++,o=":"+o+"r"+c.toString(32)+":";return i.memoizedState=o},unstable_isNewReconciler:!1},ek={readContext:hn,useCallback:Su,useContext:hn,useEffect:Js,useImperativeHandle:_u,useInsertionEffect:Xd,useLayoutEffect:Zd,useMemo:Sl,useReducer:Xs,useRef:qd,useState:function(){return Xs(Ea)},useDebugValue:Jd,useDeferredValue:function(i){var o=Wr();return Gr(o,de.memoizedState,i)},useTransition:function(){var i=Xs(Ea)[0],o=Wr().memoizedState;return[i,o]},useMutableSource:Ud,useSyncExternalStore:Hd,useId:Kt,unstable_isNewReconciler:!1},Pv={readContext:hn,useCallback:Su,useContext:hn,useEffect:Js,useImperativeHandle:_u,useInsertionEffect:Xd,useLayoutEffect:Zd,useMemo:Sl,useReducer:Zs,useRef:qd,useState:function(){return Zs(Ea)},useDebugValue:Jd,useDeferredValue:function(i){var o=Wr();return de===null?o.memoizedState=i:Gr(o,de.memoizedState,i)},useTransition:function(){var i=Zs(Ea)[0],o=Wr().memoizedState;return[i,o]},useMutableSource:Ud,useSyncExternalStore:Hd,useId:Kt,unstable_isNewReconciler:!1};function Tu(i,o){try{var c="",v=o;do c+=Be(v),v=v.return;while(v);var g=c}catch(k){g=`
32
32
  Error generating stack: `+k.message+`
33
- `+k.stack}return{value:i,source:o,stack:g,digest:null}}function ec(i,o,s){return{value:i,source:null,stack:s??null,digest:o??null}}function nf(i,o){try{console.error(o.value)}catch(s){setTimeout(function(){throw s})}}var Xx=typeof WeakMap=="function"?WeakMap:Map;function _y(i,o,s){s=Io(-1,s),s.tag=3,s.payload={element:null};var v=o.value;return s.callback=function(){cf||(cf=!0,Da=v),nf(i,o)},s}function tc(i,o,s){s=Io(-1,s),s.tag=3;var v=i.type.getDerivedStateFromError;if(typeof v=="function"){var g=o.value;s.payload=function(){return v(g)},s.callback=function(){nf(i,o)}}var k=i.stateNode;return k!==null&&typeof k.componentDidCatch=="function"&&(s.callback=function(){nf(i,o),typeof v!="function"&&(yo===null?yo=new Set([this]):yo.add(this));var P=o.stack;this.componentDidCatch(o.value,{componentStack:P!==null?P:""})}),s}function Ty(i,o,s){var v=i.pingCache;if(v===null){v=i.pingCache=new Xx;var g=new Set;v.set(o,g)}else g=v.get(o),g===void 0&&(g=new Set,v.set(o,g));g.has(s)||(g.add(s),i=ik.bind(null,i,o,s),o.then(i,i))}function Dv(i){do{var o;if((o=i.tag===13)&&(o=i.memoizedState,o=o!==null?o.dehydrated!==null:!0),o)return i;i=i.return}while(i!==null);return null}function $v(i,o,s,v,g){return i.mode&1?(i.flags|=65536,i.lanes=g,i):(i===o?i.flags|=65536:(i.flags|=128,s.flags|=131072,s.flags&=-52805,s.tag===1&&(s.alternate===null?s.tag=17:(o=Io(-1,1),o.tag=2,xl(s,o,1))),s.lanes|=1),i)}var Zx=Y.ReactCurrentOwner,Cn=!1;function Ln(i,o,s,v){o.child=i===null?Sy(o,null,s,v):xu(o,i.child,s,v)}function wl(i,o,s,v,g){s=s.render;var k=o.ref;return Pe(o,g),v=Cl(i,o,s,v,k,g),s=xa(),i!==null&&!Cn?(o.updateQueue=i.updateQueue,o.flags&=-2053,i.lanes&=~g,tr(i,o,g)):(Gt&&s&&Dd(o),o.flags|=1,Ln(i,o,v,g),o.child)}function rf(i,o,s,v,g){if(i===null){var k=s.type;return typeof k=="function"&&!Yv(k)&&k.defaultProps===void 0&&s.compare===null&&s.defaultProps===void 0?(o.tag=15,o.type=k,Yr(i,o,k,v,g)):(i=hf(s.type,null,v,o,o.mode,g),i.ref=o.ref,i.return=o,o.child=i)}if(k=i.child,!(i.lanes&g)){var P=k.memoizedProps;if(s=s.compare,s=s!==null?s:Fs,s(P,v)&&i.ref===o.ref)return tr(i,o,g)}return o.flags|=1,i=$l(k,v),i.ref=o.ref,i.return=o,o.child=i}function Yr(i,o,s,v,g){if(i!==null){var k=i.memoizedProps;if(Fs(k,v)&&i.ref===o.ref)if(Cn=!1,o.pendingProps=v=k,(i.lanes&g)!==0)i.flags&131072&&(Cn=!0);else return o.lanes=i.lanes,tr(i,o,g)}return _u(i,o,s,v,g)}function Sa(i,o,s){var v=o.pendingProps,g=v.children,k=i!==null?i.memoizedState:null;if(v.mode==="hidden")if(!(o.mode&1))o.memoizedState={baseLanes:0,cachePool:null,transitions:null},$t(Mu,ui),ui|=s;else{if(!(s&1073741824))return i=k!==null?k.baseLanes|s:s,o.lanes=o.childLanes=1073741824,o.memoizedState={baseLanes:i,cachePool:null,transitions:null},o.updateQueue=null,$t(Mu,ui),ui|=i,null;o.memoizedState={baseLanes:0,cachePool:null,transitions:null},v=k!==null?k.baseLanes:s,$t(Mu,ui),ui|=v}else k!==null?(v=k.baseLanes|s,o.memoizedState=null):v=s,$t(Mu,ui),ui|=v;return Ln(i,o,g,s),o.child}function ct(i,o){var s=o.ref;(i===null&&s!==null||i!==null&&i.ref!==s)&&(o.flags|=512,o.flags|=2097152)}function _u(i,o,s,v,g){var k=Jt(s)?Ur:it.current;return k=Si(o,k),Pe(o,g),s=Cl(i,o,s,v,k,g),v=xa(),i!==null&&!Cn?(o.updateQueue=i.updateQueue,o.flags&=-2053,i.lanes&=~g,tr(i,o,g)):(Gt&&v&&Dd(o),o.flags|=1,Ln(i,o,s,g),o.child)}function Pv(i,o,s,v,g){if(Jt(s)){var k=!0;Td(o)}else k=!1;if(Pe(o,g),o.stateNode===null)mr(i,o),xy(o,s,v),Fd(o,s,v,g),v=!0;else if(i===null){var P=o.stateNode,O=o.memoizedProps;P.props=O;var z=P.context,ae=s.contextType;typeof ae=="object"&&ae!==null?ae=mn(ae):(ae=Jt(s)?Ur:it.current,ae=Si(o,ae));var he=s.getDerivedStateFromProps,be=typeof he=="function"||typeof P.getSnapshotBeforeUpdate=="function";be||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(O!==v||z!==ae)&&ky(o,P,v,ae),bl=!1;var me=o.memoizedState;P.state=me,kl(o,v,P,g),z=o.memoizedState,O!==v||me!==z||dn.current||bl?(typeof he=="function"&&(Cv(o,s,he,v),z=o.memoizedState),(O=bl||by(o,s,O,v,me,z,ae))?(be||typeof P.UNSAFE_componentWillMount!="function"&&typeof P.componentWillMount!="function"||(typeof P.componentWillMount=="function"&&P.componentWillMount(),typeof P.UNSAFE_componentWillMount=="function"&&P.UNSAFE_componentWillMount()),typeof P.componentDidMount=="function"&&(o.flags|=4194308)):(typeof P.componentDidMount=="function"&&(o.flags|=4194308),o.memoizedProps=v,o.memoizedState=z),P.props=v,P.state=z,P.context=ae,v=O):(typeof P.componentDidMount=="function"&&(o.flags|=4194308),v=!1)}else{P=o.stateNode,Pn(i,o),O=o.memoizedProps,ae=o.type===o.elementType?O:li(o.type,O),P.props=ae,be=o.pendingProps,me=P.context,z=s.contextType,typeof z=="object"&&z!==null?z=mn(z):(z=Jt(s)?Ur:it.current,z=Si(o,z));var Ae=s.getDerivedStateFromProps;(he=typeof Ae=="function"||typeof P.getSnapshotBeforeUpdate=="function")||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(O!==be||me!==z)&&ky(o,P,v,z),bl=!1,me=o.memoizedState,P.state=me,kl(o,v,P,g);var He=o.memoizedState;O!==be||me!==He||dn.current||bl?(typeof Ae=="function"&&(Cv(o,s,Ae,v),He=o.memoizedState),(ae=bl||by(o,s,ae,v,me,He,z)||!1)?(he||typeof P.UNSAFE_componentWillUpdate!="function"&&typeof P.componentWillUpdate!="function"||(typeof P.componentWillUpdate=="function"&&P.componentWillUpdate(v,He,z),typeof P.UNSAFE_componentWillUpdate=="function"&&P.UNSAFE_componentWillUpdate(v,He,z)),typeof P.componentDidUpdate=="function"&&(o.flags|=4),typeof P.getSnapshotBeforeUpdate=="function"&&(o.flags|=1024)):(typeof P.componentDidUpdate!="function"||O===i.memoizedProps&&me===i.memoizedState||(o.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||O===i.memoizedProps&&me===i.memoizedState||(o.flags|=1024),o.memoizedProps=v,o.memoizedState=He),P.props=v,P.state=He,P.context=z,v=ae):(typeof P.componentDidUpdate!="function"||O===i.memoizedProps&&me===i.memoizedState||(o.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||O===i.memoizedProps&&me===i.memoizedState||(o.flags|=1024),v=!1)}return Dy(i,o,s,v,k,g)}function Dy(i,o,s,v,g,k){ct(i,o);var P=(o.flags&128)!==0;if(!v&&!P)return g&&py(o,s,!1),tr(i,o,k);v=o.stateNode,Zx.current=o;var O=P&&typeof s.getDerivedStateFromError!="function"?null:v.render();return o.flags|=1,i!==null&&P?(o.child=xu(o,i.child,null,k),o.child=xu(o,null,O,k)):Ln(i,o,O,k),o.memoizedState=v.state,g&&py(o,s,!0),o.child}function $y(i){var o=i.stateNode;o.pendingContext?ml(i,o.pendingContext,o.pendingContext!==o.context):o.context&&ml(i,o.context,!1),Sv(i,o.containerInfo)}function of(i,o,s,v,g){return rn(),gv(g),o.flags|=256,Ln(i,o,s,v),o.child}var wa={dehydrated:null,treeContext:null,retryLane:0};function Lv(i){return{baseLanes:i,cachePool:null,transitions:null}}function Mv(i,o,s){var v=o.pendingProps,g=tt.current,k=!1,P=(o.flags&128)!==0,O;if((O=P)||(O=i!==null&&i.memoizedState===null?!1:(g&2)!==0),O?(k=!0,o.flags&=-129):(i===null||i.memoizedState!==null)&&(g|=1),$t(tt,g&1),i===null)return Pd(o),i=o.memoizedState,i!==null&&(i=i.dehydrated,i!==null)?(o.mode&1?i.data==="$!"?o.lanes=8:o.lanes=1073741824:o.lanes=1,null):(P=v.children,i=v.fallback,k?(v=o.mode,k=o.child,P={mode:"hidden",children:P},!(v&1)&&k!==null?(k.childLanes=0,k.pendingProps=P):k=dc(P,v,0,null),i=Na(i,v,s,null),k.return=o,i.return=o,k.sibling=i,o.child=k,o.child.memoizedState=Lv(s),o.memoizedState=wa,i):Nv(o,P));if(g=i.memoizedState,g!==null&&(O=g.dehydrated,O!==null))return Jx(i,o,P,v,O,g,s);if(k){k=v.fallback,P=o.mode,g=i.child,O=g.sibling;var z={mode:"hidden",children:v.children};return!(P&1)&&o.child!==g?(v=o.child,v.childLanes=0,v.pendingProps=z,o.deletions=null):(v=$l(g,z),v.subtreeFlags=g.subtreeFlags&14680064),O!==null?k=$l(O,k):(k=Na(k,P,s,null),k.flags|=2),k.return=o,v.return=o,v.sibling=k,o.child=v,v=k,k=o.child,P=i.child.memoizedState,P=P===null?Lv(s):{baseLanes:P.baseLanes|s,cachePool:null,transitions:P.transitions},k.memoizedState=P,k.childLanes=i.childLanes&~s,o.memoizedState=wa,v}return k=i.child,i=k.sibling,v=$l(k,{mode:"visible",children:v.children}),!(o.mode&1)&&(v.lanes=s),v.return=o,v.sibling=null,i!==null&&(s=o.deletions,s===null?(o.deletions=[i],o.flags|=16):s.push(i)),o.child=v,o.memoizedState=null,v}function Nv(i,o){return o=dc({mode:"visible",children:o},i.mode,0,null),o.return=i,i.child=o}function Tu(i,o,s,v){return v!==null&&gv(v),xu(o,i.child,null,s),i=Nv(o,o.pendingProps.children),i.flags|=2,o.memoizedState=null,i}function Jx(i,o,s,v,g,k,P){if(s)return o.flags&256?(o.flags&=-257,v=ec(Error(l(422))),Tu(i,o,P,v)):o.memoizedState!==null?(o.child=i.child,o.flags|=128,null):(k=v.fallback,g=o.mode,v=dc({mode:"visible",children:v.children},g,0,null),k=Na(k,g,P,null),k.flags|=2,v.return=o,k.return=o,v.sibling=k,o.child=v,o.mode&1&&xu(o,i.child,null,P),o.child.memoizedState=Lv(P),o.memoizedState=wa,k);if(!(o.mode&1))return Tu(i,o,P,null);if(g.data==="$!"){if(v=g.nextSibling&&g.nextSibling.dataset,v)var O=v.dgst;return v=O,k=Error(l(419)),v=ec(k,v,void 0),Tu(i,o,P,v)}if(O=(P&i.childLanes)!==0,Cn||O){if(v=ln,v!==null){switch(P&-P){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&(v.suspendedLanes|P)?0:g,g!==0&&g!==k.retryLane&&(k.retryLane=g,Bo(i,g),br(v,i,g,-1))}return jv(),v=ec(Error(l(421))),Tu(i,o,P,v)}return g.data==="$?"?(o.flags|=128,o.child=i.child,o=ok.bind(null,i),g._reactRetry=o,null):(i=k.treeContext,jr=Yi(g.nextSibling),oi=o,Gt=!0,Ti=null,i!==null&&(Kr[vr++]=Jn,Kr[vr++]=zo,Kr[vr++]=_i,Jn=i.id,zo=i.overflow,_i=o),o=Nv(o,v.children),o.flags|=4096,o)}function Av(i,o,s){i.lanes|=o;var v=i.alternate;v!==null&&(v.lanes|=o),Vn(i.return,o,s)}function lf(i,o,s,v,g){var k=i.memoizedState;k===null?i.memoizedState={isBackwards:o,rendering:null,renderingStartTime:0,last:v,tail:s,tailMode:g}:(k.isBackwards=o,k.rendering=null,k.renderingStartTime=0,k.last=v,k.tail=s,k.tailMode=g)}function Ov(i,o,s){var v=o.pendingProps,g=v.revealOrder,k=v.tail;if(Ln(i,o,v.children,s),v=tt.current,v&2)v=v&1|2,o.flags|=128;else{if(i!==null&&i.flags&128)e:for(i=o.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&Av(i,s,o);else if(i.tag===19)Av(i,s,o);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===o)break e;for(;i.sibling===null;){if(i.return===null||i.return===o)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}v&=1}if($t(tt,v),!(o.mode&1))o.memoizedState=null;else switch(g){case"forwards":for(s=o.child,g=null;s!==null;)i=s.alternate,i!==null&&on(i)===null&&(g=s),s=s.sibling;s=g,s===null?(g=o.child,o.child=null):(g=s.sibling,s.sibling=null),lf(o,!1,g,s,k);break;case"backwards":for(s=null,g=o.child,o.child=null;g!==null;){if(i=g.alternate,i!==null&&on(i)===null){o.child=g;break}i=g.sibling,g.sibling=s,s=g,g=i}lf(o,!0,s,null,k);break;case"together":lf(o,!1,null,null,void 0);break;default:o.memoizedState=null}return o.child}function mr(i,o){!(o.mode&1)&&i!==null&&(i.alternate=null,o.alternate=null,o.flags|=2)}function tr(i,o,s){if(i!==null&&(o.dependencies=i.dependencies),Ko|=o.lanes,!(s&o.childLanes))return null;if(i!==null&&o.child!==i.child)throw Error(l(153));if(o.child!==null){for(i=o.child,s=$l(i,i.pendingProps),o.child=s,s.return=o;i.sibling!==null;)i=i.sibling,s=s.sibling=$l(i,i.pendingProps),s.return=o;s.sibling=null}return o.child}function Ho(i,o,s){switch(o.tag){case 3:$y(o),rn();break;case 5:et(o);break;case 1:Jt(o.type)&&Td(o);break;case 4:Sv(o,o.stateNode.containerInfo);break;case 10:var v=o.type._context,g=o.memoizedProps.value;$t(vo,v._currentValue),v._currentValue=g;break;case 13:if(v=o.memoizedState,v!==null)return v.dehydrated!==null?($t(tt,tt.current&1),o.flags|=128,null):s&o.child.childLanes?Mv(i,o,s):($t(tt,tt.current&1),i=tr(i,o,s),i!==null?i.sibling:null);$t(tt,tt.current&1);break;case 19:if(v=(s&o.childLanes)!==0,i.flags&128){if(v)return Ov(i,o,s);o.flags|=128}if(g=o.memoizedState,g!==null&&(g.rendering=null,g.tail=null,g.lastEffect=null),$t(tt,tt.current),v)break;return null;case 22:case 23:return o.lanes=0,Sa(i,o,s)}return tr(i,o,s)}var nc,_a,Pi,Mn;nc=function(i,o){for(var s=o.child;s!==null;){if(s.tag===5||s.tag===6)i.appendChild(s.stateNode);else if(s.tag!==4&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===o)break;for(;s.sibling===null;){if(s.return===null||s.return===o)return;s=s.return}s.sibling.return=s.return,s=s.sibling}},_a=function(){},Pi=function(i,o,s,v){var g=i.memoizedProps;if(g!==v){i=o.stateNode,ha(qi.current);var k=null;switch(s){case"input":g=jt(i,g),v=jt(i,v),k=[];break;case"select":g=G({},g,{value:void 0}),v=G({},v,{value:void 0}),k=[];break;case"textarea":g=Do(i,g),v=Do(i,v),k=[];break;default:typeof g.onClick!="function"&&typeof v.onClick=="function"&&(i.onclick=_d)}fr(s,v);var P;s=null;for(ae in g)if(!v.hasOwnProperty(ae)&&g.hasOwnProperty(ae)&&g[ae]!=null)if(ae==="style"){var O=g[ae];for(P in O)O.hasOwnProperty(P)&&(s||(s={}),s[P]="")}else ae!=="dangerouslySetInnerHTML"&&ae!=="children"&&ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&ae!=="autoFocus"&&(f.hasOwnProperty(ae)?k||(k=[]):(k=k||[]).push(ae,null));for(ae in v){var z=v[ae];if(O=g!=null?g[ae]:void 0,v.hasOwnProperty(ae)&&z!==O&&(z!=null||O!=null))if(ae==="style")if(O){for(P in O)!O.hasOwnProperty(P)||z&&z.hasOwnProperty(P)||(s||(s={}),s[P]="");for(P in z)z.hasOwnProperty(P)&&O[P]!==z[P]&&(s||(s={}),s[P]=z[P])}else s||(k||(k=[]),k.push(ae,s)),s=z;else ae==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,O=O?O.__html:void 0,z!=null&&O!==z&&(k=k||[]).push(ae,z)):ae==="children"?typeof z!="string"&&typeof z!="number"||(k=k||[]).push(ae,""+z):ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&(f.hasOwnProperty(ae)?(z!=null&&ae==="onScroll"&&Ht("scroll",i),k||O===z||(k=[])):(k=k||[]).push(ae,z))}s&&(k=k||[]).push("style",s);var ae=k;(o.updateQueue=ae)&&(o.flags|=4)}},Mn=function(i,o,s,v){s!==v&&(o.flags|=4)};function rc(i,o){if(!Gt)switch(i.tailMode){case"hidden":o=i.tail;for(var s=null;o!==null;)o.alternate!==null&&(s=o),o=o.sibling;s===null?i.tail=null:s.sibling=null;break;case"collapsed":s=i.tail;for(var v=null;s!==null;)s.alternate!==null&&(v=s),s=s.sibling;v===null?o||i.tail===null?i.tail=null:i.tail.sibling=null:v.sibling=null}}function hr(i){var o=i.alternate!==null&&i.alternate.child===i.child,s=0,v=0;if(o)for(var g=i.child;g!==null;)s|=g.lanes|g.childLanes,v|=g.subtreeFlags&14680064,v|=g.flags&14680064,g.return=i,g=g.sibling;else for(g=i.child;g!==null;)s|=g.lanes|g.childLanes,v|=g.subtreeFlags,v|=g.flags,g.return=i,g=g.sibling;return i.subtreeFlags|=v,i.childLanes=s,o}function ek(i,o,s){var v=o.pendingProps;switch(mv(o),o.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return hr(o),null;case 1:return Jt(o.type)&&wi(),hr(o),null;case 3:return v=o.stateNode,El(),Dt(dn),Dt(it),zd(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),(i===null||i.child===null)&&(Ld(o)?o.flags|=4:i===null||i.memoizedState.isDehydrated&&!(o.flags&256)||(o.flags|=1024,Ti!==null&&(cc(Ti),Ti=null))),_a(i,o),hr(o),null;case 5:pt(o);var g=ha(ku.current);if(s=o.type,i!==null&&o.stateNode!=null)Pi(i,o,s,v,g),i.ref!==o.ref&&(o.flags|=512,o.flags|=2097152);else{if(!v){if(o.stateNode===null)throw Error(l(166));return hr(o),null}if(i=ha(qi.current),Ld(o)){v=o.stateNode,s=o.type;var k=o.memoizedProps;switch(v[fo]=o,v[pa]=k,i=(o.mode&1)!==0,s){case"dialog":Ht("cancel",v),Ht("close",v);break;case"iframe":case"object":case"embed":Ht("load",v);break;case"video":case"audio":for(g=0;g<Is.length;g++)Ht(Is[g],v);break;case"source":Ht("error",v);break;case"img":case"image":case"link":Ht("error",v),Ht("load",v);break;case"details":Ht("toggle",v);break;case"input":bn(v,k),Ht("invalid",v);break;case"select":v._wrapperState={wasMultiple:!!k.multiple},Ht("invalid",v);break;case"textarea":Rr(v,k),Ht("invalid",v)}fr(s,k),g=null;for(var P in k)if(k.hasOwnProperty(P)){var O=k[P];P==="children"?typeof O=="string"?v.textContent!==O&&(k.suppressHydrationWarning!==!0&&wd(v.textContent,O,i),g=["children",O]):typeof O=="number"&&v.textContent!==""+O&&(k.suppressHydrationWarning!==!0&&wd(v.textContent,O,i),g=["children",""+O]):f.hasOwnProperty(P)&&O!=null&&P==="onScroll"&&Ht("scroll",v)}switch(s){case"input":mt(v),ti(v,k,!0);break;case"textarea":mt(v),zr(v);break;case"select":case"option":break;default:typeof k.onClick=="function"&&(v.onclick=_d)}v=g,o.updateQueue=v,v!==null&&(o.flags|=4)}else{P=g.nodeType===9?g:g.ownerDocument,i==="http://www.w3.org/1999/xhtml"&&(i=dr(s)),i==="http://www.w3.org/1999/xhtml"?s==="script"?(i=P.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild)):typeof v.is=="string"?i=P.createElement(s,{is:v.is}):(i=P.createElement(s),s==="select"&&(P=i,v.multiple?P.multiple=!0:v.size&&(P.size=v.size))):i=P.createElementNS(i,s),i[fo]=o,i[pa]=v,nc(i,o,!1,!1),o.stateNode=i;e:{switch(P=Dn(s,v),s){case"dialog":Ht("cancel",i),Ht("close",i),g=v;break;case"iframe":case"object":case"embed":Ht("load",i),g=v;break;case"video":case"audio":for(g=0;g<Is.length;g++)Ht(Is[g],i);g=v;break;case"source":Ht("error",i),g=v;break;case"img":case"image":case"link":Ht("error",i),Ht("load",i),g=v;break;case"details":Ht("toggle",i),g=v;break;case"input":bn(i,v),g=jt(i,v),Ht("invalid",i);break;case"option":g=v;break;case"select":i._wrapperState={wasMultiple:!!v.multiple},g=G({},v,{value:void 0}),Ht("invalid",i);break;case"textarea":Rr(i,v),g=Do(i,v),Ht("invalid",i);break;default:g=v}fr(s,g),O=g;for(k in O)if(O.hasOwnProperty(k)){var z=O[k];k==="style"?It(i,z):k==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,z!=null&&na(i,z)):k==="children"?typeof z=="string"?(s!=="textarea"||z!=="")&&uo(i,z):typeof z=="number"&&uo(i,""+z):k!=="suppressContentEditableWarning"&&k!=="suppressHydrationWarning"&&k!=="autoFocus"&&(f.hasOwnProperty(k)?z!=null&&k==="onScroll"&&Ht("scroll",i):z!=null&&B(i,k,z,P))}switch(s){case"input":mt(i),ti(i,v,!1);break;case"textarea":mt(i),zr(i);break;case"option":v.value!=null&&i.setAttribute("value",""+$e(v.value));break;case"select":i.multiple=!!v.multiple,k=v.value,k!=null?At(i,!!v.multiple,k,!1):v.defaultValue!=null&&At(i,!!v.multiple,v.defaultValue,!0);break;default:typeof g.onClick=="function"&&(i.onclick=_d)}switch(s){case"button":case"input":case"select":case"textarea":v=!!v.autoFocus;break e;case"img":v=!0;break e;default:v=!1}}v&&(o.flags|=4)}o.ref!==null&&(o.flags|=512,o.flags|=2097152)}return hr(o),null;case 6:if(i&&o.stateNode!=null)Mn(i,o,i.memoizedProps,v);else{if(typeof v!="string"&&o.stateNode===null)throw Error(l(166));if(s=ha(ku.current),ha(qi.current),Ld(o)){if(v=o.stateNode,s=o.memoizedProps,v[fo]=o,(k=v.nodeValue!==s)&&(i=oi,i!==null))switch(i.tag){case 3:wd(v.nodeValue,s,(i.mode&1)!==0);break;case 5:i.memoizedProps.suppressHydrationWarning!==!0&&wd(v.nodeValue,s,(i.mode&1)!==0)}k&&(o.flags|=4)}else v=(s.nodeType===9?s:s.ownerDocument).createTextNode(v),v[fo]=o,o.stateNode=v}return hr(o),null;case 13:if(Dt(tt),v=o.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(Gt&&jr!==null&&o.mode&1&&!(o.flags&128))hy(),rn(),o.flags|=98560,k=!1;else if(k=Ld(o),v!==null&&v.dehydrated!==null){if(i===null){if(!k)throw Error(l(318));if(k=o.memoizedState,k=k!==null?k.dehydrated:null,!k)throw Error(l(317));k[fo]=o}else rn(),!(o.flags&128)&&(o.memoizedState=null),o.flags|=4;hr(o),k=!1}else Ti!==null&&(cc(Ti),Ti=null),k=!0;if(!k)return o.flags&65536?o:null}return o.flags&128?(o.lanes=s,o):(v=v!==null,v!==(i!==null&&i.memoizedState!==null)&&v&&(o.child.flags|=8192,o.mode&1&&(i===null||tt.current&1?An===0&&(An=3):jv())),o.updateQueue!==null&&(o.flags|=4),hr(o),null);case 4:return El(),_a(i,o),i===null&&hu(o.stateNode.containerInfo),hr(o),null;case 10:return yl(o.type._context),hr(o),null;case 17:return Jt(o.type)&&wi(),hr(o),null;case 19:if(Dt(tt),k=o.memoizedState,k===null)return hr(o),null;if(v=(o.flags&128)!==0,P=k.rendering,P===null)if(v)rc(k,!1);else{if(An!==0||i!==null&&i.flags&128)for(i=o.child;i!==null;){if(P=on(i),P!==null){for(o.flags|=128,rc(k,!1),v=P.updateQueue,v!==null&&(o.updateQueue=v,o.flags|=4),o.subtreeFlags=0,v=s,s=o.child;s!==null;)k=s,i=v,k.flags&=14680066,P=k.alternate,P===null?(k.childLanes=0,k.lanes=i,k.child=null,k.subtreeFlags=0,k.memoizedProps=null,k.memoizedState=null,k.updateQueue=null,k.dependencies=null,k.stateNode=null):(k.childLanes=P.childLanes,k.lanes=P.lanes,k.child=P.child,k.subtreeFlags=0,k.deletions=null,k.memoizedProps=P.memoizedProps,k.memoizedState=P.memoizedState,k.updateQueue=P.updateQueue,k.type=P.type,i=P.dependencies,k.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),s=s.sibling;return $t(tt,tt.current&1|2),o.child}i=i.sibling}k.tail!==null&&cn()>Au&&(o.flags|=128,v=!0,rc(k,!1),o.lanes=4194304)}else{if(!v)if(i=on(P),i!==null){if(o.flags|=128,v=!0,s=i.updateQueue,s!==null&&(o.updateQueue=s,o.flags|=4),rc(k,!0),k.tail===null&&k.tailMode==="hidden"&&!P.alternate&&!Gt)return hr(o),null}else 2*cn()-k.renderingStartTime>Au&&s!==1073741824&&(o.flags|=128,v=!0,rc(k,!1),o.lanes=4194304);k.isBackwards?(P.sibling=o.child,o.child=P):(s=k.last,s!==null?s.sibling=P:o.child=P,k.last=P)}return k.tail!==null?(o=k.tail,k.rendering=o,k.tail=o.sibling,k.renderingStartTime=cn(),o.sibling=null,s=tt.current,$t(tt,v?s&1|2:s&1),o):(hr(o),null);case 22:case 23:return Kv(),v=o.memoizedState!==null,i!==null&&i.memoizedState!==null!==v&&(o.flags|=8192),v&&o.mode&1?ui&1073741824&&(hr(o),o.subtreeFlags&6&&(o.flags|=8192)):hr(o),null;case 24:return null;case 25:return null}throw Error(l(156,o.tag))}function Fv(i,o){switch(mv(o),o.tag){case 1:return Jt(o.type)&&wi(),i=o.flags,i&65536?(o.flags=i&-65537|128,o):null;case 3:return El(),Dt(dn),Dt(it),zd(),i=o.flags,i&65536&&!(i&128)?(o.flags=i&-65537|128,o):null;case 5:return pt(o),null;case 13:if(Dt(tt),i=o.memoizedState,i!==null&&i.dehydrated!==null){if(o.alternate===null)throw Error(l(340));rn()}return i=o.flags,i&65536?(o.flags=i&-65537|128,o):null;case 19:return Dt(tt),null;case 4:return El(),null;case 10:return yl(o.type._context),null;case 22:case 23:return Kv(),null;case 24:return null;default:return null}}var ic=!1,Nn=!1,Py=typeof WeakSet=="function"?WeakSet:Set,Ie=null;function Du(i,o){var s=i.ref;if(s!==null)if(typeof s=="function")try{s(null)}catch(v){pn(i,o,v)}else s.current=null}function oc(i,o,s){try{s()}catch(v){pn(i,o,v)}}var Ly=!1;function My(i,o){if(av=la,i=xd(),Ao(i)){if("selectionStart"in i)var s={start:i.selectionStart,end:i.selectionEnd};else e:{s=(s=i.ownerDocument)&&s.defaultView||window;var v=s.getSelection&&s.getSelection();if(v&&v.rangeCount!==0){s=v.anchorNode;var g=v.anchorOffset,k=v.focusNode;v=v.focusOffset;try{s.nodeType,k.nodeType}catch{s=null;break e}var P=0,O=-1,z=-1,ae=0,he=0,be=i,me=null;t:for(;;){for(var Ae;be!==s||g!==0&&be.nodeType!==3||(O=P+g),be!==k||v!==0&&be.nodeType!==3||(z=P+v),be.nodeType===3&&(P+=be.nodeValue.length),(Ae=be.firstChild)!==null;)me=be,be=Ae;for(;;){if(be===i)break t;if(me===s&&++ae===g&&(O=P),me===k&&++he===v&&(z=P),(Ae=be.nextSibling)!==null)break;be=me,me=be.parentNode}be=Ae}s=O===-1||z===-1?null:{start:O,end:z}}else s=null}s=s||{start:0,end:0}}else s=null;for(da={focusedElem:i,selectionRange:s},la=!1,Ie=o;Ie!==null;)if(o=Ie,i=o.child,(o.subtreeFlags&1028)!==0&&i!==null)i.return=o,Ie=i;else for(;Ie!==null;){o=Ie;try{var He=o.alternate;if(o.flags&1024)switch(o.tag){case 0:case 11:case 15:break;case 1:if(He!==null){var We=He.memoizedProps,hn=He.memoizedState,Z=o.stateNode,H=Z.getSnapshotBeforeUpdate(o.elementType===o.type?We:li(o.type,We),hn);Z.__reactInternalSnapshotBeforeUpdate=H}break;case 3:var te=o.stateNode.containerInfo;te.nodeType===1?te.textContent="":te.nodeType===9&&te.documentElement&&te.removeChild(te.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(l(163))}}catch(we){pn(o,o.return,we)}if(i=o.sibling,i!==null){i.return=o.return,Ie=i;break}Ie=o.return}return He=Ly,Ly=!1,He}function lc(i,o,s){var v=o.updateQueue;if(v=v!==null?v.lastEffect:null,v!==null){var g=v=v.next;do{if((g.tag&i)===i){var k=g.destroy;g.destroy=void 0,k!==void 0&&oc(o,s,k)}g=g.next}while(g!==v)}}function ac(i,o){if(o=o.updateQueue,o=o!==null?o.lastEffect:null,o!==null){var s=o=o.next;do{if((s.tag&i)===i){var v=s.create;s.destroy=v()}s=s.next}while(s!==o)}}function Rv(i){var o=i.ref;if(o!==null){var s=i.stateNode;switch(i.tag){case 5:i=s;break;default:i=s}typeof o=="function"?o(i):o.current=i}}function zv(i){var o=i.alternate;o!==null&&(i.alternate=null,zv(o)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(o=i.stateNode,o!==null&&(delete o[fo],delete o[pa],delete o[cv],delete o[Gx],delete o[dv])),i.stateNode=null,i.return=null,i.dependencies=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.stateNode=null,i.updateQueue=null}function Ny(i){return i.tag===5||i.tag===3||i.tag===4}function af(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||Ny(i.return))return null;i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.flags&2||i.child===null||i.tag===4)continue e;i.child.return=i,i=i.child}if(!(i.flags&2))return i.stateNode}}function $u(i,o,s){var v=i.tag;if(v===5||v===6)i=i.stateNode,o?s.nodeType===8?s.parentNode.insertBefore(i,o):s.insertBefore(i,o):(s.nodeType===8?(o=s.parentNode,o.insertBefore(i,s)):(o=s,o.appendChild(i)),s=s._reactRootContainer,s!=null||o.onclick!==null||(o.onclick=_d));else if(v!==4&&(i=i.child,i!==null))for($u(i,o,s),i=i.sibling;i!==null;)$u(i,o,s),i=i.sibling}function ho(i,o,s){var v=i.tag;if(v===5||v===6)i=i.stateNode,o?s.insertBefore(i,o):s.appendChild(i);else if(v!==4&&(i=i.child,i!==null))for(ho(i,o,s),i=i.sibling;i!==null;)ho(i,o,s),i=i.sibling}var en=null,Kn=!1;function Li(i,o,s){for(s=s.child;s!==null;)Pu(i,o,s),s=s.sibling}function Pu(i,o,s){if(Vi&&typeof Vi.onCommitFiberUnmount=="function")try{Vi.onCommitFiberUnmount(Ss,s)}catch{}switch(s.tag){case 5:Nn||Du(s,o);case 6:var v=en,g=Kn;en=null,Li(i,o,s),en=v,Kn=g,en!==null&&(Kn?(i=en,s=s.stateNode,i.nodeType===8?i.parentNode.removeChild(s):i.removeChild(s)):en.removeChild(s.stateNode));break;case 18:en!==null&&(Kn?(i=en,s=s.stateNode,i.nodeType===8?fl(i.parentNode,s):i.nodeType===1&&fl(i,s),$s(i)):fl(en,s.stateNode));break;case 4:v=en,g=Kn,en=s.stateNode.containerInfo,Kn=!0,Li(i,o,s),en=v,Kn=g;break;case 0:case 11:case 14:case 15:if(!Nn&&(v=s.updateQueue,v!==null&&(v=v.lastEffect,v!==null))){g=v=v.next;do{var k=g,P=k.destroy;k=k.tag,P!==void 0&&(k&2||k&4)&&oc(s,o,P),g=g.next}while(g!==v)}Li(i,o,s);break;case 1:if(!Nn&&(Du(s,o),v=s.stateNode,typeof v.componentWillUnmount=="function"))try{v.props=s.memoizedProps,v.state=s.memoizedState,v.componentWillUnmount()}catch(O){pn(s,o,O)}Li(i,o,s);break;case 21:Li(i,o,s);break;case 22:s.mode&1?(Nn=(v=Nn)||s.memoizedState!==null,Li(i,o,s),Nn=v):Li(i,o,s);break;default:Li(i,o,s)}}function Vo(i){var o=i.updateQueue;if(o!==null){i.updateQueue=null;var s=i.stateNode;s===null&&(s=i.stateNode=new Py),o.forEach(function(v){var g=lk.bind(null,i,v);s.has(v)||(s.add(v),v.then(g,g))})}}function Qi(i,o){var s=o.deletions;if(s!==null)for(var v=0;v<s.length;v++){var g=s[v];try{var k=i,P=o,O=P;e:for(;O!==null;){switch(O.tag){case 5:en=O.stateNode,Kn=!1;break e;case 3:en=O.stateNode.containerInfo,Kn=!0;break e;case 4:en=O.stateNode.containerInfo,Kn=!0;break e}O=O.return}if(en===null)throw Error(l(160));Pu(k,P,g),en=null,Kn=!1;var z=g.alternate;z!==null&&(z.return=null),g.return=null}catch(ae){pn(g,o,ae)}}if(o.subtreeFlags&12854)for(o=o.child;o!==null;)Ay(o,i),o=o.sibling}function Ay(i,o){var s=i.alternate,v=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:if(Qi(o,i),go(i),v&4){try{lc(3,i,i.return),ac(3,i)}catch(We){pn(i,i.return,We)}try{lc(5,i,i.return)}catch(We){pn(i,i.return,We)}}break;case 1:Qi(o,i),go(i),v&512&&s!==null&&Du(s,s.return);break;case 5:if(Qi(o,i),go(i),v&512&&s!==null&&Du(s,s.return),i.flags&32){var g=i.stateNode;try{uo(g,"")}catch(We){pn(i,i.return,We)}}if(v&4&&(g=i.stateNode,g!=null)){var k=i.memoizedProps,P=s!==null?s.memoizedProps:k,O=i.type,z=i.updateQueue;if(i.updateQueue=null,z!==null)try{O==="input"&&k.type==="radio"&&k.name!=null&&Qn(g,k),Dn(O,P);var ae=Dn(O,k);for(P=0;P<z.length;P+=2){var he=z[P],be=z[P+1];he==="style"?It(g,be):he==="dangerouslySetInnerHTML"?na(g,be):he==="children"?uo(g,be):B(g,he,be,ae)}switch(O){case"input":Xn(g,k);break;case"textarea":Ui(g,k);break;case"select":var me=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!k.multiple;var Ae=k.value;Ae!=null?At(g,!!k.multiple,Ae,!1):me!==!!k.multiple&&(k.defaultValue!=null?At(g,!!k.multiple,k.defaultValue,!0):At(g,!!k.multiple,k.multiple?[]:"",!1))}g[pa]=k}catch(We){pn(i,i.return,We)}}break;case 6:if(Qi(o,i),go(i),v&4){if(i.stateNode===null)throw Error(l(162));g=i.stateNode,k=i.memoizedProps;try{g.nodeValue=k}catch(We){pn(i,i.return,We)}}break;case 3:if(Qi(o,i),go(i),v&4&&s!==null&&s.memoizedState.isDehydrated)try{$s(o.containerInfo)}catch(We){pn(i,i.return,We)}break;case 4:Qi(o,i),go(i);break;case 13:Qi(o,i),go(i),g=i.child,g.flags&8192&&(k=g.memoizedState!==null,g.stateNode.isHidden=k,!k||g.alternate!==null&&g.alternate.memoizedState!==null||(Uv=cn())),v&4&&Vo(i);break;case 22:if(he=s!==null&&s.memoizedState!==null,i.mode&1?(Nn=(ae=Nn)||he,Qi(o,i),Nn=ae):Qi(o,i),go(i),v&8192){if(ae=i.memoizedState!==null,(i.stateNode.isHidden=ae)&&!he&&i.mode&1)for(Ie=i,he=i.child;he!==null;){for(be=Ie=he;Ie!==null;){switch(me=Ie,Ae=me.child,me.tag){case 0:case 11:case 14:case 15:lc(4,me,me.return);break;case 1:Du(me,me.return);var He=me.stateNode;if(typeof He.componentWillUnmount=="function"){v=me,s=me.return;try{o=v,He.props=o.memoizedProps,He.state=o.memoizedState,He.componentWillUnmount()}catch(We){pn(v,s,We)}}break;case 5:Du(me,me.return);break;case 22:if(me.memoizedState!==null){Bv(be);continue}}Ae!==null?(Ae.return=me,Ie=Ae):Bv(be)}he=he.sibling}e:for(he=null,be=i;;){if(be.tag===5){if(he===null){he=be;try{g=be.stateNode,ae?(k=g.style,typeof k.setProperty=="function"?k.setProperty("display","none","important"):k.display="none"):(O=be.stateNode,z=be.memoizedProps.style,P=z!=null&&z.hasOwnProperty("display")?z.display:null,O.style.display=ht("display",P))}catch(We){pn(i,i.return,We)}}}else if(be.tag===6){if(he===null)try{be.stateNode.nodeValue=ae?"":be.memoizedProps}catch(We){pn(i,i.return,We)}}else if((be.tag!==22&&be.tag!==23||be.memoizedState===null||be===i)&&be.child!==null){be.child.return=be,be=be.child;continue}if(be===i)break e;for(;be.sibling===null;){if(be.return===null||be.return===i)break e;he===be&&(he=null),be=be.return}he===be&&(he=null),be.sibling.return=be.return,be=be.sibling}}break;case 19:Qi(o,i),go(i),v&4&&Vo(i);break;case 21:break;default:Qi(o,i),go(i)}}function go(i){var o=i.flags;if(o&2){try{e:{for(var s=i.return;s!==null;){if(Ny(s)){var v=s;break e}s=s.return}throw Error(l(160))}switch(v.tag){case 5:var g=v.stateNode;v.flags&32&&(uo(g,""),v.flags&=-33);var k=af(i);ho(i,k,g);break;case 3:case 4:var P=v.stateNode.containerInfo,O=af(i);$u(i,O,P);break;default:throw Error(l(161))}}catch(z){pn(i,i.return,z)}i.flags&=-3}o&4096&&(i.flags&=-4097)}function Oy(i,o,s){Ie=i,Lu(i)}function Lu(i,o,s){for(var v=(i.mode&1)!==0;Ie!==null;){var g=Ie,k=g.child;if(g.tag===22&&v){var P=g.memoizedState!==null||ic;if(!P){var O=g.alternate,z=O!==null&&O.memoizedState!==null||Nn;O=ic;var ae=Nn;if(ic=P,(Nn=z)&&!ae)for(Ie=g;Ie!==null;)P=Ie,z=P.child,P.tag===22&&P.memoizedState!==null?Ry(g):z!==null?(z.return=P,Ie=z):Ry(g);for(;k!==null;)Ie=k,Lu(k),k=k.sibling;Ie=g,ic=O,Nn=ae}Fy(i)}else g.subtreeFlags&8772&&k!==null?(k.return=g,Ie=k):Fy(i)}}function Fy(i){for(;Ie!==null;){var o=Ie;if(o.flags&8772){var s=o.alternate;try{if(o.flags&8772)switch(o.tag){case 0:case 11:case 15:Nn||ac(5,o);break;case 1:var v=o.stateNode;if(o.flags&4&&!Nn)if(s===null)v.componentDidMount();else{var g=o.elementType===o.type?s.memoizedProps:li(o.type,s.memoizedProps);v.componentDidUpdate(g,s.memoizedState,v.__reactInternalSnapshotBeforeUpdate)}var k=o.updateQueue;k!==null&&ma(o,k,v);break;case 3:var P=o.updateQueue;if(P!==null){if(s=null,o.child!==null)switch(o.child.tag){case 5:s=o.child.stateNode;break;case 1:s=o.child.stateNode}ma(o,P,s)}break;case 5:var O=o.stateNode;if(s===null&&o.flags&4){s=O;var z=o.memoizedProps;switch(o.type){case"button":case"input":case"select":case"textarea":z.autoFocus&&s.focus();break;case"img":z.src&&(s.src=z.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(o.memoizedState===null){var ae=o.alternate;if(ae!==null){var he=ae.memoizedState;if(he!==null){var be=he.dehydrated;be!==null&&$s(be)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}Nn||o.flags&512&&Rv(o)}catch(me){pn(o,o.return,me)}}if(o===i){Ie=null;break}if(s=o.sibling,s!==null){s.return=o.return,Ie=s;break}Ie=o.return}}function Bv(i){for(;Ie!==null;){var o=Ie;if(o===i){Ie=null;break}var s=o.sibling;if(s!==null){s.return=o.return,Ie=s;break}Ie=o.return}}function Ry(i){for(;Ie!==null;){var o=Ie;try{switch(o.tag){case 0:case 11:case 15:var s=o.return;try{ac(4,o)}catch(z){pn(o,s,z)}break;case 1:var v=o.stateNode;if(typeof v.componentDidMount=="function"){var g=o.return;try{v.componentDidMount()}catch(z){pn(o,g,z)}}var k=o.return;try{Rv(o)}catch(z){pn(o,k,z)}break;case 5:var P=o.return;try{Rv(o)}catch(z){pn(o,P,z)}}}catch(z){pn(o,o.return,z)}if(o===i){Ie=null;break}var O=o.sibling;if(O!==null){O.return=o.return,Ie=O;break}Ie=o.return}}var uf=Math.ceil,uc=Y.ReactCurrentDispatcher,Iv=Y.ReactCurrentOwner,gr=Y.ReactCurrentBatchConfig,yt=0,ln=null,fn=null,jn=0,ui=0,Mu=st(0),An=0,sc=null,Ko=0,sf=0,Nu=0,Ta=null,wr=null,Uv=0,Au=1/0,jo=null,cf=!1,Da=null,yo=null,_l=!1,Tl=null,df=0,Ou=0,ff=null,$a=-1,Pa=0;function yr(){return yt&6?cn():$a!==-1?$a:$a=cn()}function Sn(i){return i.mode&1?yt&2&&jn!==0?jn&-jn:Md.transition!==null?(Pa===0&&(Pa=ud()),Pa):(i=Lt,i!==0||(i=window.event,i=i===void 0?16:Up(i.type)),i):1}function br(i,o,s,v){if(50<Ou)throw Ou=0,ff=null,Error(l(185));oa(i,s,v),(!(yt&2)||i!==ln)&&(i===ln&&(!(yt&2)&&(sf|=s),An===4&&Mi(i,jn)),xr(i,v),s===1&&yt===0&&!(o.mode&1)&&(Au=cn()+500,Hn&&Hr()))}function xr(i,o){var s=i.callbackNode;ad(i,o);var v=Ki(i,i===ln?jn:0);if(v===0)s!==null&&Sg(s),i.callbackNode=null,i.callbackPriority=0;else if(o=v&-v,i.callbackPriority!==o){if(s!=null&&Sg(s),o===1)i.tag===0?pv(zy.bind(null,i)):fv(zy.bind(null,i)),sv(function(){!(yt&6)&&Hr()}),s=null;else{switch(zp(v)){case 1:s=Po;break;case 4:s=gt;break;case 16:s=al;break;case 536870912:s=Ap;break;default:s=al}s=Gv(s,Fu.bind(null,i))}i.callbackPriority=o,i.callbackNode=s}}function Fu(i,o){if($a=-1,Pa=0,yt&6)throw Error(l(327));var s=i.callbackNode;if(zu()&&i.callbackNode!==s)return null;var v=Ki(i,i===ln?jn:0);if(v===0)return null;if(v&30||v&i.expiredLanes||o)o=vf(i,v);else{o=v;var g=yt;yt|=2;var k=pf();(ln!==i||jn!==o)&&(jo=null,Au=cn()+500,La(i,o));do try{nk();break}catch(O){By(i,O)}while(!0);bv(),uc.current=k,yt=g,fn!==null?o=0:(ln=null,jn=0,o=An)}if(o!==0){if(o===2&&(g=Fp(i),g!==0&&(v=g,o=Hv(i,g))),o===1)throw s=sc,La(i,0),Mi(i,v),xr(i,cn()),s;if(o===6)Mi(i,v);else{if(g=i.current.alternate,!(v&30)&&!Vv(g)&&(o=vf(i,v),o===2&&(k=Fp(i),k!==0&&(v=k,o=Hv(i,k))),o===1))throw s=sc,La(i,0),Mi(i,v),xr(i,cn()),s;switch(i.finishedWork=g,i.finishedLanes=v,o){case 0:case 1:throw Error(l(345));case 2:Ma(i,wr,jo);break;case 3:if(Mi(i,v),(v&130023424)===v&&(o=Uv+500-cn(),10<o)){if(Ki(i,0)!==0)break;if(g=i.suspendedLanes,(g&v)!==v){yr(),i.pingedLanes|=i.suspendedLanes&g;break}i.timeoutHandle=fa(Ma.bind(null,i,wr,jo),o);break}Ma(i,wr,jo);break;case 4:if(Mi(i,v),(v&4194240)===v)break;for(o=i.eventTimes,g=-1;0<v;){var P=31-bi(v);k=1<<P,P=o[P],P>g&&(g=P),v&=~k}if(v=g,v=cn()-v,v=(120>v?120:480>v?480:1080>v?1080:1920>v?1920:3e3>v?3e3:4320>v?4320:1960*uf(v/1960))-v,10<v){i.timeoutHandle=fa(Ma.bind(null,i,wr,jo),v);break}Ma(i,wr,jo);break;case 5:Ma(i,wr,jo);break;default:throw Error(l(329))}}}return xr(i,cn()),i.callbackNode===s?Fu.bind(null,i):null}function Hv(i,o){var s=Ta;return i.current.memoizedState.isDehydrated&&(La(i,o).flags|=256),i=vf(i,o),i!==2&&(o=wr,wr=s,o!==null&&cc(o)),i}function cc(i){wr===null?wr=i:wr.push.apply(wr,i)}function Vv(i){for(var o=i;;){if(o.flags&16384){var s=o.updateQueue;if(s!==null&&(s=s.stores,s!==null))for(var v=0;v<s.length;v++){var g=s[v],k=g.getSnapshot;g=g.value;try{if(!Ei(k(),g))return!1}catch{return!1}}}if(s=o.child,o.subtreeFlags&16384&&s!==null)s.return=o,o=s;else{if(o===i)break;for(;o.sibling===null;){if(o.return===null||o.return===i)return!0;o=o.return}o.sibling.return=o.return,o=o.sibling}}return!0}function Mi(i,o){for(o&=~Nu,o&=~sf,i.suspendedLanes|=o,i.pingedLanes&=~o,i=i.expirationTimes;0<o;){var s=31-bi(o),v=1<<s;i[s]=-1,o&=~v}}function zy(i){if(yt&6)throw Error(l(327));zu();var o=Ki(i,0);if(!(o&1))return xr(i,cn()),null;var s=vf(i,o);if(i.tag!==0&&s===2){var v=Fp(i);v!==0&&(o=v,s=Hv(i,v))}if(s===1)throw s=sc,La(i,0),Mi(i,o),xr(i,cn()),s;if(s===6)throw Error(l(345));return i.finishedWork=i.current.alternate,i.finishedLanes=o,Ma(i,wr,jo),xr(i,cn()),null}function Ru(i,o){var s=yt;yt|=1;try{return i(o)}finally{yt=s,yt===0&&(Au=cn()+500,Hn&&Hr())}}function Dl(i){Tl!==null&&Tl.tag===0&&!(yt&6)&&zu();var o=yt;yt|=1;var s=gr.transition,v=Lt;try{if(gr.transition=null,Lt=1,i)return i()}finally{Lt=v,gr.transition=s,yt=o,!(yt&6)&&Hr()}}function Kv(){ui=Mu.current,Dt(Mu)}function La(i,o){i.finishedWork=null,i.finishedLanes=0;var s=i.timeoutHandle;if(s!==-1&&(i.timeoutHandle=-1,fy(s)),fn!==null)for(s=fn.return;s!==null;){var v=s;switch(mv(v),v.tag){case 1:v=v.type.childContextTypes,v!=null&&wi();break;case 3:El(),Dt(dn),Dt(it),zd();break;case 5:pt(v);break;case 4:El();break;case 13:Dt(tt);break;case 19:Dt(tt);break;case 10:yl(v.type._context);break;case 22:case 23:Kv()}s=s.return}if(ln=i,fn=i=$l(i.current,null),jn=ui=o,An=0,sc=null,Nu=sf=Ko=0,wr=Ta=null,er!==null){for(o=0;o<er.length;o++)if(s=er[o],v=s.interleaved,v!==null){s.interleaved=null;var g=v.next,k=s.pending;if(k!==null){var P=k.next;k.next=g,v.next=P}s.pending=v}er=null}return i}function By(i,o){do{var s=fn;try{if(bv(),Bd.current=tf,nt){for(var v=Yt.memoizedState;v!==null;){var g=v.queue;g!==null&&(g.pending=null),v=v.next}nt=!1}if(ga=0,kt=de=Yt=null,mo=!1,ai=0,Iv.current=null,s===null||s.return===null){An=1,sc=o,fn=null;break}e:{var k=i,P=s.return,O=s,z=o;if(o=jn,O.flags|=32768,z!==null&&typeof z=="object"&&typeof z.then=="function"){var ae=z,he=O,be=he.tag;if(!(he.mode&1)&&(be===0||be===11||be===15)){var me=he.alternate;me?(he.updateQueue=me.updateQueue,he.memoizedState=me.memoizedState,he.lanes=me.lanes):(he.updateQueue=null,he.memoizedState=null)}var Ae=Dv(P);if(Ae!==null){Ae.flags&=-257,$v(Ae,P,O,k,o),Ae.mode&1&&Ty(k,ae,o),o=Ae,z=ae;var He=o.updateQueue;if(He===null){var We=new Set;We.add(z),o.updateQueue=We}else He.add(z);break e}else{if(!(o&1)){Ty(k,ae,o),jv();break e}z=Error(l(426))}}else if(Gt&&O.mode&1){var hn=Dv(P);if(hn!==null){!(hn.flags&65536)&&(hn.flags|=256),$v(hn,P,O,k,o),gv(wu(z,O));break e}}k=z=wu(z,O),An!==4&&(An=2),Ta===null?Ta=[k]:Ta.push(k),k=P;do{switch(k.tag){case 3:k.flags|=65536,o&=-o,k.lanes|=o;var Z=_y(k,z,o);Ev(k,Z);break e;case 1:O=z;var H=k.type,te=k.stateNode;if(!(k.flags&128)&&(typeof H.getDerivedStateFromError=="function"||te!==null&&typeof te.componentDidCatch=="function"&&(yo===null||!yo.has(te)))){k.flags|=65536,o&=-o,k.lanes|=o;var we=tc(k,O,o);Ev(k,we);break e}}k=k.return}while(k!==null)}Wv(s)}catch(Ge){o=Ge,fn===s&&s!==null&&(fn=s=s.return);continue}break}while(!0)}function pf(){var i=uc.current;return uc.current=tf,i===null?tf:i}function jv(){(An===0||An===3||An===2)&&(An=4),ln===null||!(Ko&268435455)&&!(sf&268435455)||Mi(ln,jn)}function vf(i,o){var s=yt;yt|=2;var v=pf();(ln!==i||jn!==o)&&(jo=null,La(i,o));do try{tk();break}catch(g){By(i,g)}while(!0);if(bv(),yt=s,uc.current=v,fn!==null)throw Error(l(261));return ln=null,jn=0,An}function tk(){for(;fn!==null;)Iy(fn)}function nk(){for(;fn!==null&&!wx();)Iy(fn)}function Iy(i){var o=Hy(i.alternate,i,ui);i.memoizedProps=i.pendingProps,o===null?Wv(i):fn=o,Iv.current=null}function Wv(i){var o=i;do{var s=o.alternate;if(i=o.return,o.flags&32768){if(s=Fv(s,o),s!==null){s.flags&=32767,fn=s;return}if(i!==null)i.flags|=32768,i.subtreeFlags=0,i.deletions=null;else{An=6,fn=null;return}}else if(s=ek(s,o,ui),s!==null){fn=s;return}if(o=o.sibling,o!==null){fn=o;return}fn=o=i}while(o!==null);An===0&&(An=5)}function Ma(i,o,s){var v=Lt,g=gr.transition;try{gr.transition=null,Lt=1,rk(i,o,s,v)}finally{gr.transition=g,Lt=v}return null}function rk(i,o,s,v){do zu();while(Tl!==null);if(yt&6)throw Error(l(327));s=i.finishedWork;var g=i.finishedLanes;if(s===null)return null;if(i.finishedWork=null,i.finishedLanes=0,s===i.current)throw Error(l(177));i.callbackNode=null,i.callbackPriority=0;var k=s.lanes|s.childLanes;if($x(i,k),i===ln&&(fn=ln=null,jn=0),!(s.subtreeFlags&2064)&&!(s.flags&2064)||_l||(_l=!0,Gv(al,function(){return zu(),null})),k=(s.flags&15990)!==0,s.subtreeFlags&15990||k){k=gr.transition,gr.transition=null;var P=Lt;Lt=1;var O=yt;yt|=4,Iv.current=null,My(i,s),Ay(s,i),kd(da),la=!!av,da=av=null,i.current=s,Oy(s),_x(),yt=O,Lt=P,gr.transition=k}else i.current=s;if(_l&&(_l=!1,Tl=i,df=g),k=i.pendingLanes,k===0&&(yo=null),_g(s.stateNode),xr(i,cn()),o!==null)for(v=i.onRecoverableError,s=0;s<o.length;s++)g=o[s],v(g.value,{componentStack:g.stack,digest:g.digest});if(cf)throw cf=!1,i=Da,Da=null,i;return df&1&&i.tag!==0&&zu(),k=i.pendingLanes,k&1?i===ff?Ou++:(Ou=0,ff=i):Ou=0,Hr(),null}function zu(){if(Tl!==null){var i=zp(df),o=gr.transition,s=Lt;try{if(gr.transition=null,Lt=16>i?16:i,Tl===null)var v=!1;else{if(i=Tl,Tl=null,df=0,yt&6)throw Error(l(331));var g=yt;for(yt|=4,Ie=i.current;Ie!==null;){var k=Ie,P=k.child;if(Ie.flags&16){var O=k.deletions;if(O!==null){for(var z=0;z<O.length;z++){var ae=O[z];for(Ie=ae;Ie!==null;){var he=Ie;switch(he.tag){case 0:case 11:case 15:lc(8,he,k)}var be=he.child;if(be!==null)be.return=he,Ie=be;else for(;Ie!==null;){he=Ie;var me=he.sibling,Ae=he.return;if(zv(he),he===ae){Ie=null;break}if(me!==null){me.return=Ae,Ie=me;break}Ie=Ae}}}var He=k.alternate;if(He!==null){var We=He.child;if(We!==null){He.child=null;do{var hn=We.sibling;We.sibling=null,We=hn}while(We!==null)}}Ie=k}}if(k.subtreeFlags&2064&&P!==null)P.return=k,Ie=P;else e:for(;Ie!==null;){if(k=Ie,k.flags&2048)switch(k.tag){case 0:case 11:case 15:lc(9,k,k.return)}var Z=k.sibling;if(Z!==null){Z.return=k.return,Ie=Z;break e}Ie=k.return}}var H=i.current;for(Ie=H;Ie!==null;){P=Ie;var te=P.child;if(P.subtreeFlags&2064&&te!==null)te.return=P,Ie=te;else e:for(P=H;Ie!==null;){if(O=Ie,O.flags&2048)try{switch(O.tag){case 0:case 11:case 15:ac(9,O)}}catch(Ge){pn(O,O.return,Ge)}if(O===P){Ie=null;break e}var we=O.sibling;if(we!==null){we.return=O.return,Ie=we;break e}Ie=O.return}}if(yt=g,Hr(),Vi&&typeof Vi.onPostCommitFiberRoot=="function")try{Vi.onPostCommitFiberRoot(Ss,i)}catch{}v=!0}return v}finally{Lt=s,gr.transition=o}}return!1}function Uy(i,o,s){o=wu(s,o),o=_y(i,o,1),i=xl(i,o,1),o=yr(),i!==null&&(oa(i,1,o),xr(i,o))}function pn(i,o,s){if(i.tag===3)Uy(i,i,s);else for(;o!==null;){if(o.tag===3){Uy(o,i,s);break}else if(o.tag===1){var v=o.stateNode;if(typeof o.type.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&(yo===null||!yo.has(v))){i=wu(s,i),i=tc(o,i,1),o=xl(o,i,1),i=yr(),o!==null&&(oa(o,1,i),xr(o,i));break}}o=o.return}}function ik(i,o,s){var v=i.pingCache;v!==null&&v.delete(o),o=yr(),i.pingedLanes|=i.suspendedLanes&s,ln===i&&(jn&s)===s&&(An===4||An===3&&(jn&130023424)===jn&&500>cn()-Uv?La(i,0):Nu|=s),xr(i,o)}function mf(i,o){o===0&&(i.mode&1?(o=lu,lu<<=1,!(lu&130023424)&&(lu=4194304)):o=1);var s=yr();i=Bo(i,o),i!==null&&(oa(i,o,s),xr(i,s))}function ok(i){var o=i.memoizedState,s=0;o!==null&&(s=o.retryLane),mf(i,s)}function lk(i,o){var s=0;switch(i.tag){case 13:var v=i.stateNode,g=i.memoizedState;g!==null&&(s=g.retryLane);break;case 19:v=i.stateNode;break;default:throw Error(l(314))}v!==null&&v.delete(o),mf(i,s)}var Hy;Hy=function(i,o,s){if(i!==null)if(i.memoizedProps!==o.pendingProps||dn.current)Cn=!0;else{if(!(i.lanes&s)&&!(o.flags&128))return Cn=!1,Ho(i,o,s);Cn=!!(i.flags&131072)}else Cn=!1,Gt&&o.flags&1048576&&vv(o,yu,o.index);switch(o.lanes=0,o.tag){case 2:var v=o.type;mr(i,o),i=o.pendingProps;var g=Si(o,it.current);Pe(o,s),g=Cl(null,o,v,i,g,s);var k=xa();return o.flags|=1,typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0?(o.tag=1,o.memoizedState=null,o.updateQueue=null,Jt(v)?(k=!0,Td(o)):k=!1,o.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,kv(o),g.updater=Od,o.stateNode=g,g._reactInternals=o,Fd(o,v,i,s),o=Dy(null,o,v,!0,k,s)):(o.tag=0,Gt&&k&&Dd(o),Ln(null,o,g,s),o=o.child),o;case 16:v=o.elementType;e:{switch(mr(i,o),i=o.pendingProps,g=v._init,v=g(v._payload),o.type=v,g=o.tag=uk(v),i=li(v,i),g){case 0:o=_u(null,o,v,i,s);break e;case 1:o=Pv(null,o,v,i,s);break e;case 11:o=wl(null,o,v,i,s);break e;case 14:o=rf(null,o,v,li(v.type,i),s);break e}throw Error(l(306,v,""))}return o;case 0:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:li(v,g),_u(i,o,v,g,s);case 1:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:li(v,g),Pv(i,o,v,g,s);case 3:e:{if($y(o),i===null)throw Error(l(387));v=o.pendingProps,k=o.memoizedState,g=k.element,Pn(i,o),kl(o,v,null,s);var P=o.memoizedState;if(v=P.element,k.isDehydrated)if(k={element:v,isDehydrated:!1,cache:P.cache,pendingSuspenseBoundaries:P.pendingSuspenseBoundaries,transitions:P.transitions},o.updateQueue.baseState=k,o.memoizedState=k,o.flags&256){g=wu(Error(l(423)),o),o=of(i,o,v,s,g);break e}else if(v!==g){g=wu(Error(l(424)),o),o=of(i,o,v,s,g);break e}else for(jr=Yi(o.stateNode.containerInfo.firstChild),oi=o,Gt=!0,Ti=null,s=Sy(o,null,v,s),o.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling;else{if(rn(),v===g){o=tr(i,o,s);break e}Ln(i,o,v,s)}o=o.child}return o;case 5:return et(o),i===null&&Pd(o),v=o.type,g=o.pendingProps,k=i!==null?i.memoizedProps:null,P=g.children,Vs(v,g)?P=null:k!==null&&Vs(v,k)&&(o.flags|=32),ct(i,o),Ln(i,o,P,s),o.child;case 6:return i===null&&Pd(o),null;case 13:return Mv(i,o,s);case 4:return Sv(o,o.stateNode.containerInfo),v=o.pendingProps,i===null?o.child=xu(o,null,v,s):Ln(i,o,v,s),o.child;case 11:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:li(v,g),wl(i,o,v,g,s);case 7:return Ln(i,o,o.pendingProps,s),o.child;case 8:return Ln(i,o,o.pendingProps.children,s),o.child;case 12:return Ln(i,o,o.pendingProps.children,s),o.child;case 10:e:{if(v=o.type._context,g=o.pendingProps,k=o.memoizedProps,P=g.value,$t(vo,v._currentValue),v._currentValue=P,k!==null)if(Ei(k.value,P)){if(k.children===g.children&&!dn.current){o=tr(i,o,s);break e}}else for(k=o.child,k!==null&&(k.return=o);k!==null;){var O=k.dependencies;if(O!==null){P=k.child;for(var z=O.firstContext;z!==null;){if(z.context===v){if(k.tag===1){z=Io(-1,s&-s),z.tag=2;var ae=k.updateQueue;if(ae!==null){ae=ae.shared;var he=ae.pending;he===null?z.next=z:(z.next=he.next,he.next=z),ae.pending=z}}k.lanes|=s,z=k.alternate,z!==null&&(z.lanes|=s),Vn(k.return,s,o),O.lanes|=s;break}z=z.next}}else if(k.tag===10)P=k.type===o.type?null:k.child;else if(k.tag===18){if(P=k.return,P===null)throw Error(l(341));P.lanes|=s,O=P.alternate,O!==null&&(O.lanes|=s),Vn(P,s,o),P=k.sibling}else P=k.child;if(P!==null)P.return=k;else for(P=k;P!==null;){if(P===o){P=null;break}if(k=P.sibling,k!==null){k.return=P.return,P=k;break}P=P.return}k=P}Ln(i,o,g.children,s),o=o.child}return o;case 9:return g=o.type,v=o.pendingProps.children,Pe(o,s),g=mn(g),v=v(g),o.flags|=1,Ln(i,o,v,s),o.child;case 14:return v=o.type,g=li(v,o.pendingProps),g=li(v.type,g),rf(i,o,v,g,s);case 15:return Yr(i,o,o.type,o.pendingProps,s);case 17:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:li(v,g),mr(i,o),o.tag=1,Jt(v)?(i=!0,Td(o)):i=!1,Pe(o,s),xy(o,v,g),Fd(o,v,g,s),Dy(null,o,v,!0,i,s);case 19:return Ov(i,o,s);case 22:return Sa(i,o,s)}throw Error(l(156,o.tag))};function Gv(i,o){return Np(i,o)}function ak(i,o,s,v){this.tag=i,this.key=s,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=o,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=v,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ni(i,o,s,v){return new ak(i,o,s,v)}function Yv(i){return i=i.prototype,!(!i||!i.isReactComponent)}function uk(i){if(typeof i=="function")return Yv(i)?1:0;if(i!=null){if(i=i.$$typeof,i===ye)return 11;if(i===Se)return 14}return 2}function $l(i,o){var s=i.alternate;return s===null?(s=Ni(i.tag,o,i.key,i.mode),s.elementType=i.elementType,s.type=i.type,s.stateNode=i.stateNode,s.alternate=i,i.alternate=s):(s.pendingProps=o,s.type=i.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=i.flags&14680064,s.childLanes=i.childLanes,s.lanes=i.lanes,s.child=i.child,s.memoizedProps=i.memoizedProps,s.memoizedState=i.memoizedState,s.updateQueue=i.updateQueue,o=i.dependencies,s.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext},s.sibling=i.sibling,s.index=i.index,s.ref=i.ref,s}function hf(i,o,s,v,g,k){var P=2;if(v=i,typeof i=="function")Yv(i)&&(P=1);else if(typeof i=="string")P=5;else e:switch(i){case ne:return Na(s.children,g,k,o);case M:P=8,g|=8;break;case ue:return i=Ni(12,s,o,g|2),i.elementType=ue,i.lanes=k,i;case q:return i=Ni(13,s,o,g),i.elementType=q,i.lanes=k,i;case oe:return i=Ni(19,s,o,g),i.elementType=oe,i.lanes=k,i;case ge:return dc(s,g,k,o);default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case K:P=10;break e;case W:P=9;break e;case ye:P=11;break e;case Se:P=14;break e;case Ee:P=16,v=null;break e}throw Error(l(130,i==null?i:typeof i,""))}return o=Ni(P,s,o,g),o.elementType=i,o.type=v,o.lanes=k,o}function Na(i,o,s,v){return i=Ni(7,i,v,o),i.lanes=s,i}function dc(i,o,s,v){return i=Ni(22,i,v,o),i.elementType=ge,i.lanes=s,i.stateNode={isHidden:!1},i}function fc(i,o,s){return i=Ni(6,i,null,o),i.lanes=s,i}function Aa(i,o,s){return o=Ni(4,i.children!==null?i.children:[],i.key,o),o.lanes=s,o.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},o}function sk(i,o,s,v,g){this.tag=o,this.containerInfo=i,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Rp(0),this.expirationTimes=Rp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Rp(0),this.identifierPrefix=v,this.onRecoverableError=g,this.mutableSourceEagerHydrationData=null}function gf(i,o,s,v,g,k,P,O,z){return i=new sk(i,o,s,O,z),o===1?(o=1,k===!0&&(o|=8)):o=0,k=Ni(3,null,null,o),i.current=k,k.stateNode=i,k.memoizedState={element:v,isDehydrated:s,cache:null,transitions:null,pendingSuspenseBoundaries:null},kv(k),i}function Vy(i,o,s){var v=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:j,key:v==null?null:""+v,children:i,containerInfo:o,implementation:s}}function qv(i){if(!i)return po;i=i._reactInternals;e:{if(co(i)!==i||i.tag!==1)throw Error(l(170));var o=i;do{switch(o.tag){case 3:o=o.stateNode.context;break e;case 1:if(Jt(o.type)){o=o.stateNode.__reactInternalMemoizedMergedChildContext;break e}}o=o.return}while(o!==null);throw Error(l(171))}if(i.tag===1){var s=i.type;if(Jt(s))return Ws(i,s,o)}return o}function Ky(i,o,s,v,g,k,P,O,z){return i=gf(s,v,!0,i,g,k,P,O,z),i.context=qv(null),s=i.current,v=yr(),g=Sn(s),k=Io(v,g),k.callback=o??null,xl(s,k,g),i.current.lanes=g,oa(i,g,v),xr(i,v),i}function pc(i,o,s,v){var g=o.current,k=yr(),P=Sn(g);return s=qv(s),o.context===null?o.context=s:o.pendingContext=s,o=Io(k,P),o.payload={element:i},v=v===void 0?null:v,v!==null&&(o.callback=v),i=xl(g,o,P),i!==null&&(br(i,g,P,k),Ad(i,g,P)),P}function yf(i){if(i=i.current,!i.child)return null;switch(i.child.tag){case 5:return i.child.stateNode;default:return i.child.stateNode}}function jy(i,o){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var s=i.retryLane;i.retryLane=s!==0&&s<o?s:o}}function Qv(i,o){jy(i,o),(i=i.alternate)&&jy(i,o)}function Wy(){return null}var Xv=typeof reportError=="function"?reportError:function(i){console.error(i)};function bf(i){this._internalRoot=i}Wo.prototype.render=bf.prototype.render=function(i){var o=this._internalRoot;if(o===null)throw Error(l(409));pc(i,o,null,null)},Wo.prototype.unmount=bf.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var o=i.containerInfo;Dl(function(){pc(null,i,null,null)}),o[Ro]=null}};function Wo(i){this._internalRoot=i}Wo.prototype.unstable_scheduleHydration=function(i){if(i){var o=Pg();i={blockedOn:null,target:i,priority:o};for(var s=0;s<Ot.length&&o!==0&&o<Ot[s].priority;s++);Ot.splice(s,0,i),s===0&&Lg(i)}};function Zv(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function xf(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11&&(i.nodeType!==8||i.nodeValue!==" react-mount-point-unstable "))}function Gy(){}function ck(i,o,s,v,g){if(g){if(typeof v=="function"){var k=v;v=function(){var ae=yf(P);k.call(ae)}}var P=Ky(o,v,i,0,null,!1,!1,"",Gy);return i._reactRootContainer=P,i[Ro]=P.current,hu(i.nodeType===8?i.parentNode:i),Dl(),P}for(;g=i.lastChild;)i.removeChild(g);if(typeof v=="function"){var O=v;v=function(){var ae=yf(z);O.call(ae)}}var z=gf(i,0,!1,null,null,!1,!1,"",Gy);return i._reactRootContainer=z,i[Ro]=z.current,hu(i.nodeType===8?i.parentNode:i),Dl(function(){pc(o,z,s,v)}),z}function kf(i,o,s,v,g){var k=s._reactRootContainer;if(k){var P=k;if(typeof g=="function"){var O=g;g=function(){var z=yf(P);O.call(z)}}pc(o,P,i,g)}else P=ck(s,o,i,g,v);return yf(P)}$g=function(i){switch(i.tag){case 3:var o=i.stateNode;if(o.current.memoizedState.isDehydrated){var s=ia(o.pendingLanes);s!==0&&(ws(o,s|1),xr(o,cn()),!(yt&6)&&(Au=cn()+500,Hr()))}break;case 13:Dl(function(){var v=Bo(i,1);if(v!==null){var g=yr();br(v,i,1,g)}}),Qv(i,1)}},sd=function(i){if(i.tag===13){var o=Bo(i,134217728);if(o!==null){var s=yr();br(o,i,134217728,s)}Qv(i,134217728)}},Ut=function(i){if(i.tag===13){var o=Sn(i),s=Bo(i,o);if(s!==null){var v=yr();br(s,i,o,v)}Qv(i,o)}},Pg=function(){return Lt},Bp=function(i,o){var s=Lt;try{return Lt=i,o()}finally{Lt=s}},so=function(i,o,s){switch(o){case"input":if(Xn(i,s),o=s.name,s.type==="radio"&&o!=null){for(s=i;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll("input[name="+JSON.stringify(""+o)+'][type="radio"]'),o=0;o<s.length;o++){var v=s[o];if(v!==i&&v.form===i.form){var g=Ze(v);if(!g)throw Error(l(90));De(v),Xn(v,g)}}}break;case"textarea":Ui(i,s);break;case"select":o=s.value,o!=null&&At(i,!!s.multiple,o,!1)}},xg=Ru,kg=Dl;var dk={usingClientEntryPoint:!1,Events:[js,gu,Ze,nd,rd,Ru]},Bu={findFiberByHostInstance:Ci,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},fk={bundleType:Bu.bundleType,version:Bu.version,rendererPackageName:Bu.rendererPackageName,rendererConfig:Bu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Y.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=Eg(i),i===null?null:i.stateNode},findFiberByHostInstance:Bu.findFiberByHostInstance||Wy,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 Ef=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Ef.isDisabled&&Ef.supportsFiber)try{Ss=Ef.inject(fk),Vi=Ef}catch{}}return vi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=dk,vi.createPortal=function(i,o){var s=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Zv(o))throw Error(l(200));return Vy(i,o,null,s)},vi.createRoot=function(i,o){if(!Zv(i))throw Error(l(299));var s=!1,v="",g=Xv;return o!=null&&(o.unstable_strictMode===!0&&(s=!0),o.identifierPrefix!==void 0&&(v=o.identifierPrefix),o.onRecoverableError!==void 0&&(g=o.onRecoverableError)),o=gf(i,1,!1,null,null,s,!1,v,g),i[Ro]=o.current,hu(i.nodeType===8?i.parentNode:i),new bf(o)},vi.findDOMNode=function(i){if(i==null)return null;if(i.nodeType===1)return i;var o=i._reactInternals;if(o===void 0)throw typeof i.render=="function"?Error(l(188)):(i=Object.keys(i).join(","),Error(l(268,i)));return i=Eg(o),i=i===null?null:i.stateNode,i},vi.flushSync=function(i){return Dl(i)},vi.hydrate=function(i,o,s){if(!xf(o))throw Error(l(200));return kf(null,i,o,!0,s)},vi.hydrateRoot=function(i,o,s){if(!Zv(i))throw Error(l(405));var v=s!=null&&s.hydratedSources||null,g=!1,k="",P=Xv;if(s!=null&&(s.unstable_strictMode===!0&&(g=!0),s.identifierPrefix!==void 0&&(k=s.identifierPrefix),s.onRecoverableError!==void 0&&(P=s.onRecoverableError)),o=Ky(o,null,i,1,s??null,g,!1,k,P),i[Ro]=o.current,hu(i),v)for(i=0;i<v.length;i++)s=v[i],g=s._getVersion,g=g(s._source),o.mutableSourceEagerHydrationData==null?o.mutableSourceEagerHydrationData=[s,g]:o.mutableSourceEagerHydrationData.push(s,g);return new Wo(o)},vi.render=function(i,o,s){if(!xf(o))throw Error(l(200));return kf(null,i,o,!1,s)},vi.unmountComponentAtNode=function(i){if(!xf(i))throw Error(l(40));return i._reactRootContainer?(Dl(function(){kf(null,null,i,!1,function(){i._reactRootContainer=null,i[Ro]=null})}),!0):!1},vi.unstable_batchedUpdates=Ru,vi.unstable_renderSubtreeIntoContainer=function(i,o,s,v){if(!xf(s))throw Error(l(200));if(i==null||i._reactInternals===void 0)throw Error(l(38));return kf(i,o,s,!1,v)},vi.version="18.2.0-next-9e3b772b8-20220608",vi}var mi={};/**
33
+ `+k.stack}return{value:i,source:o,stack:g,digest:null}}function tc(i,o,c){return{value:i,source:null,stack:c??null,digest:o??null}}function rf(i,o){try{console.error(o.value)}catch(c){setTimeout(function(){throw c})}}var tk=typeof WeakMap=="function"?WeakMap:Map;function $y(i,o,c){c=Uo(-1,c),c.tag=3,c.payload={element:null};var v=o.value;return c.callback=function(){df||(df=!0,$a=v),rf(i,o)},c}function nc(i,o,c){c=Uo(-1,c),c.tag=3;var v=i.type.getDerivedStateFromError;if(typeof v=="function"){var g=o.value;c.payload=function(){return v(g)},c.callback=function(){rf(i,o)}}var k=i.stateNode;return k!==null&&typeof k.componentDidCatch=="function"&&(c.callback=function(){rf(i,o),typeof v!="function"&&(bo===null?bo=new Set([this]):bo.add(this));var P=o.stack;this.componentDidCatch(o.value,{componentStack:P!==null?P:""})}),c}function Py(i,o,c){var v=i.pingCache;if(v===null){v=i.pingCache=new tk;var g=new Set;v.set(o,g)}else g=v.get(o),g===void 0&&(g=new Set,v.set(o,g));g.has(c)||(g.add(c),i=uk.bind(null,i,o,c),o.then(i,i))}function Lv(i){do{var o;if((o=i.tag===13)&&(o=i.memoizedState,o=o!==null?o.dehydrated!==null:!0),o)return i;i=i.return}while(i!==null);return null}function Mv(i,o,c,v,g){return i.mode&1?(i.flags|=65536,i.lanes=g,i):(i===o?i.flags|=65536:(i.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(o=Uo(-1,1),o.tag=2,kl(c,o,1))),c.lanes|=1),i)}var nk=W.ReactCurrentOwner,Cn=!1;function Ln(i,o,c,v){o.child=i===null?Ty(o,null,c,v):Eu(o,i.child,c,v)}function wl(i,o,c,v,g){c=c.render;var k=o.ref;return Pe(o,g),v=_l(i,o,c,v,k,g),c=ka(),i!==null&&!Cn?(o.updateQueue=i.updateQueue,o.flags&=-2053,i.lanes&=~g,tr(i,o,g)):(Yt&&c&&$d(o),o.flags|=1,Ln(i,o,v,g),o.child)}function of(i,o,c,v,g){if(i===null){var k=c.type;return typeof k=="function"&&!Xv(k)&&k.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(o.tag=15,o.type=k,Yr(i,o,k,v,g)):(i=gf(c.type,null,v,o,o.mode,g),i.ref=o.ref,i.return=o,o.child=i)}if(k=i.child,!(i.lanes&g)){var P=k.memoizedProps;if(c=c.compare,c=c!==null?c:Rs,c(P,v)&&i.ref===o.ref)return tr(i,o,g)}return o.flags|=1,i=Pl(k,v),i.ref=o.ref,i.return=o,o.child=i}function Yr(i,o,c,v,g){if(i!==null){var k=i.memoizedProps;if(Rs(k,v)&&i.ref===o.ref)if(Cn=!1,o.pendingProps=v=k,(i.lanes&g)!==0)i.flags&131072&&(Cn=!0);else return o.lanes=i.lanes,tr(i,o,g)}return Du(i,o,c,v,g)}function Sa(i,o,c){var v=o.pendingProps,g=v.children,k=i!==null?i.memoizedState:null;if(v.mode==="hidden")if(!(o.mode&1))o.memoizedState={baseLanes:0,cachePool:null,transitions:null},$t(Au,si),si|=c;else{if(!(c&1073741824))return i=k!==null?k.baseLanes|c:c,o.lanes=o.childLanes=1073741824,o.memoizedState={baseLanes:i,cachePool:null,transitions:null},o.updateQueue=null,$t(Au,si),si|=i,null;o.memoizedState={baseLanes:0,cachePool:null,transitions:null},v=k!==null?k.baseLanes:c,$t(Au,si),si|=v}else k!==null?(v=k.baseLanes|c,o.memoizedState=null):v=c,$t(Au,si),si|=v;return Ln(i,o,g,c),o.child}function ct(i,o){var c=o.ref;(i===null&&c!==null||i!==null&&i.ref!==c)&&(o.flags|=512,o.flags|=2097152)}function Du(i,o,c,v,g){var k=en(c)?Ur:it.current;return k=Si(o,k),Pe(o,g),c=_l(i,o,c,v,k,g),v=ka(),i!==null&&!Cn?(o.updateQueue=i.updateQueue,o.flags&=-2053,i.lanes&=~g,tr(i,o,g)):(Yt&&v&&$d(o),o.flags|=1,Ln(i,o,c,g),o.child)}function Nv(i,o,c,v,g){if(en(c)){var k=!0;Dd(o)}else k=!1;if(Pe(o,g),o.stateNode===null)mr(i,o),Cy(o,c,v),Rd(o,c,v,g),v=!0;else if(i===null){var P=o.stateNode,O=o.memoizedProps;P.props=O;var z=P.context,ae=c.contextType;typeof ae=="object"&&ae!==null?ae=hn(ae):(ae=en(c)?Ur:it.current,ae=Si(o,ae));var ge=c.getDerivedStateFromProps,xe=typeof ge=="function"||typeof P.getSnapshotBeforeUpdate=="function";xe||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(O!==v||z!==ae)&&_y(o,P,v,ae),xl=!1;var he=o.memoizedState;P.state=he,El(o,v,P,g),z=o.memoizedState,O!==v||he!==z||fn.current||xl?(typeof ge=="function"&&(wv(o,c,ge,v),z=o.memoizedState),(O=xl||Ey(o,c,O,v,he,z,ae))?(xe||typeof P.UNSAFE_componentWillMount!="function"&&typeof P.componentWillMount!="function"||(typeof P.componentWillMount=="function"&&P.componentWillMount(),typeof P.UNSAFE_componentWillMount=="function"&&P.UNSAFE_componentWillMount()),typeof P.componentDidMount=="function"&&(o.flags|=4194308)):(typeof P.componentDidMount=="function"&&(o.flags|=4194308),o.memoizedProps=v,o.memoizedState=z),P.props=v,P.state=z,P.context=ae,v=O):(typeof P.componentDidMount=="function"&&(o.flags|=4194308),v=!1)}else{P=o.stateNode,Pn(i,o),O=o.memoizedProps,ae=o.type===o.elementType?O:ai(o.type,O),P.props=ae,xe=o.pendingProps,he=P.context,z=c.contextType,typeof z=="object"&&z!==null?z=hn(z):(z=en(c)?Ur:it.current,z=Si(o,z));var Ae=c.getDerivedStateFromProps;(ge=typeof Ae=="function"||typeof P.getSnapshotBeforeUpdate=="function")||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(O!==xe||he!==z)&&_y(o,P,v,z),xl=!1,he=o.memoizedState,P.state=he,El(o,v,P,g);var He=o.memoizedState;O!==xe||he!==He||fn.current||xl?(typeof Ae=="function"&&(wv(o,c,Ae,v),He=o.memoizedState),(ae=xl||Ey(o,c,ae,v,he,He,z)||!1)?(ge||typeof P.UNSAFE_componentWillUpdate!="function"&&typeof P.componentWillUpdate!="function"||(typeof P.componentWillUpdate=="function"&&P.componentWillUpdate(v,He,z),typeof P.UNSAFE_componentWillUpdate=="function"&&P.UNSAFE_componentWillUpdate(v,He,z)),typeof P.componentDidUpdate=="function"&&(o.flags|=4),typeof P.getSnapshotBeforeUpdate=="function"&&(o.flags|=1024)):(typeof P.componentDidUpdate!="function"||O===i.memoizedProps&&he===i.memoizedState||(o.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||O===i.memoizedProps&&he===i.memoizedState||(o.flags|=1024),o.memoizedProps=v,o.memoizedState=He),P.props=v,P.state=He,P.context=z,v=ae):(typeof P.componentDidUpdate!="function"||O===i.memoizedProps&&he===i.memoizedState||(o.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||O===i.memoizedProps&&he===i.memoizedState||(o.flags|=1024),v=!1)}return Ly(i,o,c,v,k,g)}function Ly(i,o,c,v,g,k){ct(i,o);var P=(o.flags&128)!==0;if(!v&&!P)return g&&hy(o,c,!1),tr(i,o,k);v=o.stateNode,nk.current=o;var O=P&&typeof c.getDerivedStateFromError!="function"?null:v.render();return o.flags|=1,i!==null&&P?(o.child=Eu(o,i.child,null,k),o.child=Eu(o,null,O,k)):Ln(i,o,O,k),o.memoizedState=v.state,g&&hy(o,c,!0),o.child}function My(i){var o=i.stateNode;o.pendingContext?hl(i,o.pendingContext,o.pendingContext!==o.context):o.context&&hl(i,o.context,!1),Tv(i,o.containerInfo)}function lf(i,o,c,v,g){return on(),xv(g),o.flags|=256,Ln(i,o,c,v),o.child}var wa={dehydrated:null,treeContext:null,retryLane:0};function Av(i){return{baseLanes:i,cachePool:null,transitions:null}}function Ov(i,o,c){var v=o.pendingProps,g=tt.current,k=!1,P=(o.flags&128)!==0,O;if((O=P)||(O=i!==null&&i.memoizedState===null?!1:(g&2)!==0),O?(k=!0,o.flags&=-129):(i===null||i.memoizedState!==null)&&(g|=1),$t(tt,g&1),i===null)return Ld(o),i=o.memoizedState,i!==null&&(i=i.dehydrated,i!==null)?(o.mode&1?i.data==="$!"?o.lanes=8:o.lanes=1073741824:o.lanes=1,null):(P=v.children,i=v.fallback,k?(v=o.mode,k=o.child,P={mode:"hidden",children:P},!(v&1)&&k!==null?(k.childLanes=0,k.pendingProps=P):k=fc(P,v,0,null),i=Aa(i,v,c,null),k.return=o,i.return=o,k.sibling=i,o.child=k,o.child.memoizedState=Av(c),o.memoizedState=wa,i):Fv(o,P));if(g=i.memoizedState,g!==null&&(O=g.dehydrated,O!==null))return rk(i,o,P,v,O,g,c);if(k){k=v.fallback,P=o.mode,g=i.child,O=g.sibling;var z={mode:"hidden",children:v.children};return!(P&1)&&o.child!==g?(v=o.child,v.childLanes=0,v.pendingProps=z,o.deletions=null):(v=Pl(g,z),v.subtreeFlags=g.subtreeFlags&14680064),O!==null?k=Pl(O,k):(k=Aa(k,P,c,null),k.flags|=2),k.return=o,v.return=o,v.sibling=k,o.child=v,v=k,k=o.child,P=i.child.memoizedState,P=P===null?Av(c):{baseLanes:P.baseLanes|c,cachePool:null,transitions:P.transitions},k.memoizedState=P,k.childLanes=i.childLanes&~c,o.memoizedState=wa,v}return k=i.child,i=k.sibling,v=Pl(k,{mode:"visible",children:v.children}),!(o.mode&1)&&(v.lanes=c),v.return=o,v.sibling=null,i!==null&&(c=o.deletions,c===null?(o.deletions=[i],o.flags|=16):c.push(i)),o.child=v,o.memoizedState=null,v}function Fv(i,o){return o=fc({mode:"visible",children:o},i.mode,0,null),o.return=i,i.child=o}function $u(i,o,c,v){return v!==null&&xv(v),Eu(o,i.child,null,c),i=Fv(o,o.pendingProps.children),i.flags|=2,o.memoizedState=null,i}function rk(i,o,c,v,g,k,P){if(c)return o.flags&256?(o.flags&=-257,v=tc(Error(l(422))),$u(i,o,P,v)):o.memoizedState!==null?(o.child=i.child,o.flags|=128,null):(k=v.fallback,g=o.mode,v=fc({mode:"visible",children:v.children},g,0,null),k=Aa(k,g,P,null),k.flags|=2,v.return=o,k.return=o,v.sibling=k,o.child=v,o.mode&1&&Eu(o,i.child,null,P),o.child.memoizedState=Av(P),o.memoizedState=wa,k);if(!(o.mode&1))return $u(i,o,P,null);if(g.data==="$!"){if(v=g.nextSibling&&g.nextSibling.dataset,v)var O=v.dgst;return v=O,k=Error(l(419)),v=tc(k,v,void 0),$u(i,o,P,v)}if(O=(P&i.childLanes)!==0,Cn||O){if(v=an,v!==null){switch(P&-P){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&(v.suspendedLanes|P)?0:g,g!==0&&g!==k.retryLane&&(k.retryLane=g,Io(i,g),br(v,i,g,-1))}return Yv(),v=tc(Error(l(421))),$u(i,o,P,v)}return g.data==="$?"?(o.flags|=128,o.child=i.child,o=sk.bind(null,i),g._reactRetry=o,null):(i=k.treeContext,jr=qi(g.nextSibling),li=o,Yt=!0,Di=null,i!==null&&(Kr[vr++]=Jn,Kr[vr++]=Bo,Kr[vr++]=Ti,Jn=i.id,Bo=i.overflow,Ti=o),o=Fv(o,v.children),o.flags|=4096,o)}function Rv(i,o,c){i.lanes|=o;var v=i.alternate;v!==null&&(v.lanes|=o),Vn(i.return,o,c)}function af(i,o,c,v,g){var k=i.memoizedState;k===null?i.memoizedState={isBackwards:o,rendering:null,renderingStartTime:0,last:v,tail:c,tailMode:g}:(k.isBackwards=o,k.rendering=null,k.renderingStartTime=0,k.last=v,k.tail=c,k.tailMode=g)}function zv(i,o,c){var v=o.pendingProps,g=v.revealOrder,k=v.tail;if(Ln(i,o,v.children,c),v=tt.current,v&2)v=v&1|2,o.flags|=128;else{if(i!==null&&i.flags&128)e:for(i=o.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&Rv(i,c,o);else if(i.tag===19)Rv(i,c,o);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===o)break e;for(;i.sibling===null;){if(i.return===null||i.return===o)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}v&=1}if($t(tt,v),!(o.mode&1))o.memoizedState=null;else switch(g){case"forwards":for(c=o.child,g=null;c!==null;)i=c.alternate,i!==null&&ln(i)===null&&(g=c),c=c.sibling;c=g,c===null?(g=o.child,o.child=null):(g=c.sibling,c.sibling=null),af(o,!1,g,c,k);break;case"backwards":for(c=null,g=o.child,o.child=null;g!==null;){if(i=g.alternate,i!==null&&ln(i)===null){o.child=g;break}i=g.sibling,g.sibling=c,c=g,g=i}af(o,!0,c,null,k);break;case"together":af(o,!1,null,null,void 0);break;default:o.memoizedState=null}return o.child}function mr(i,o){!(o.mode&1)&&i!==null&&(i.alternate=null,o.alternate=null,o.flags|=2)}function tr(i,o,c){if(i!==null&&(o.dependencies=i.dependencies),jo|=o.lanes,!(c&o.childLanes))return null;if(i!==null&&o.child!==i.child)throw Error(l(153));if(o.child!==null){for(i=o.child,c=Pl(i,i.pendingProps),o.child=c,c.return=o;i.sibling!==null;)i=i.sibling,c=c.sibling=Pl(i,i.pendingProps),c.return=o;c.sibling=null}return o.child}function Vo(i,o,c){switch(o.tag){case 3:My(o),on();break;case 5:et(o);break;case 1:en(o.type)&&Dd(o);break;case 4:Tv(o,o.stateNode.containerInfo);break;case 10:var v=o.type._context,g=o.memoizedProps.value;$t(mo,v._currentValue),v._currentValue=g;break;case 13:if(v=o.memoizedState,v!==null)return v.dehydrated!==null?($t(tt,tt.current&1),o.flags|=128,null):c&o.child.childLanes?Ov(i,o,c):($t(tt,tt.current&1),i=tr(i,o,c),i!==null?i.sibling:null);$t(tt,tt.current&1);break;case 19:if(v=(c&o.childLanes)!==0,i.flags&128){if(v)return zv(i,o,c);o.flags|=128}if(g=o.memoizedState,g!==null&&(g.rendering=null,g.tail=null,g.lastEffect=null),$t(tt,tt.current),v)break;return null;case 22:case 23:return o.lanes=0,Sa(i,o,c)}return tr(i,o,c)}var rc,Ta,Li,Mn;rc=function(i,o){for(var c=o.child;c!==null;){if(c.tag===5||c.tag===6)i.appendChild(c.stateNode);else if(c.tag!==4&&c.child!==null){c.child.return=c,c=c.child;continue}if(c===o)break;for(;c.sibling===null;){if(c.return===null||c.return===o)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Ta=function(){},Li=function(i,o,c,v){var g=i.memoizedProps;if(g!==v){i=o.stateNode,ga(Qi.current);var k=null;switch(c){case"input":g=Wt(i,g),v=Wt(i,v),k=[];break;case"select":g=Y({},g,{value:void 0}),v=Y({},v,{value:void 0}),k=[];break;case"textarea":g=$o(i,g),v=$o(i,v),k=[];break;default:typeof g.onClick!="function"&&typeof v.onClick=="function"&&(i.onclick=Td)}fr(c,v);var P;c=null;for(ae in g)if(!v.hasOwnProperty(ae)&&g.hasOwnProperty(ae)&&g[ae]!=null)if(ae==="style"){var O=g[ae];for(P in O)O.hasOwnProperty(P)&&(c||(c={}),c[P]="")}else ae!=="dangerouslySetInnerHTML"&&ae!=="children"&&ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&ae!=="autoFocus"&&(f.hasOwnProperty(ae)?k||(k=[]):(k=k||[]).push(ae,null));for(ae in v){var z=v[ae];if(O=g!=null?g[ae]:void 0,v.hasOwnProperty(ae)&&z!==O&&(z!=null||O!=null))if(ae==="style")if(O){for(P in O)!O.hasOwnProperty(P)||z&&z.hasOwnProperty(P)||(c||(c={}),c[P]="");for(P in z)z.hasOwnProperty(P)&&O[P]!==z[P]&&(c||(c={}),c[P]=z[P])}else c||(k||(k=[]),k.push(ae,c)),c=z;else ae==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,O=O?O.__html:void 0,z!=null&&O!==z&&(k=k||[]).push(ae,z)):ae==="children"?typeof z!="string"&&typeof z!="number"||(k=k||[]).push(ae,""+z):ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&(f.hasOwnProperty(ae)?(z!=null&&ae==="onScroll"&&Vt("scroll",i),k||O===z||(k=[])):(k=k||[]).push(ae,z))}c&&(k=k||[]).push("style",c);var ae=k;(o.updateQueue=ae)&&(o.flags|=4)}},Mn=function(i,o,c,v){c!==v&&(o.flags|=4)};function ic(i,o){if(!Yt)switch(i.tailMode){case"hidden":o=i.tail;for(var c=null;o!==null;)o.alternate!==null&&(c=o),o=o.sibling;c===null?i.tail=null:c.sibling=null;break;case"collapsed":c=i.tail;for(var v=null;c!==null;)c.alternate!==null&&(v=c),c=c.sibling;v===null?o||i.tail===null?i.tail=null:i.tail.sibling=null:v.sibling=null}}function hr(i){var o=i.alternate!==null&&i.alternate.child===i.child,c=0,v=0;if(o)for(var g=i.child;g!==null;)c|=g.lanes|g.childLanes,v|=g.subtreeFlags&14680064,v|=g.flags&14680064,g.return=i,g=g.sibling;else for(g=i.child;g!==null;)c|=g.lanes|g.childLanes,v|=g.subtreeFlags,v|=g.flags,g.return=i,g=g.sibling;return i.subtreeFlags|=v,i.childLanes=c,o}function ik(i,o,c){var v=o.pendingProps;switch(yv(o),o.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return hr(o),null;case 1:return en(o.type)&&wi(),hr(o),null;case 3:return v=o.stateNode,Cl(),Dt(fn),Dt(it),Bd(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),(i===null||i.child===null)&&(Md(o)?o.flags|=4:i===null||i.memoizedState.isDehydrated&&!(o.flags&256)||(o.flags|=1024,Di!==null&&(dc(Di),Di=null))),Ta(i,o),hr(o),null;case 5:pt(o);var g=ga(Cu.current);if(c=o.type,i!==null&&o.stateNode!=null)Li(i,o,c,v,g),i.ref!==o.ref&&(o.flags|=512,o.flags|=2097152);else{if(!v){if(o.stateNode===null)throw Error(l(166));return hr(o),null}if(i=ga(Qi.current),Md(o)){v=o.stateNode,c=o.type;var k=o.memoizedProps;switch(v[po]=o,v[va]=k,i=(o.mode&1)!==0,c){case"dialog":Vt("cancel",v),Vt("close",v);break;case"iframe":case"object":case"embed":Vt("load",v);break;case"video":case"audio":for(g=0;g<Us.length;g++)Vt(Us[g],v);break;case"source":Vt("error",v);break;case"img":case"image":case"link":Vt("error",v),Vt("load",v);break;case"details":Vt("toggle",v);break;case"input":bn(v,k),Vt("invalid",v);break;case"select":v._wrapperState={wasMultiple:!!k.multiple},Vt("invalid",v);break;case"textarea":Rr(v,k),Vt("invalid",v)}fr(c,k),g=null;for(var P in k)if(k.hasOwnProperty(P)){var O=k[P];P==="children"?typeof O=="string"?v.textContent!==O&&(k.suppressHydrationWarning!==!0&&wd(v.textContent,O,i),g=["children",O]):typeof O=="number"&&v.textContent!==""+O&&(k.suppressHydrationWarning!==!0&&wd(v.textContent,O,i),g=["children",""+O]):f.hasOwnProperty(P)&&O!=null&&P==="onScroll"&&Vt("scroll",v)}switch(c){case"input":mt(v),ni(v,k,!0);break;case"textarea":mt(v),zr(v);break;case"select":case"option":break;default:typeof k.onClick=="function"&&(v.onclick=Td)}v=g,o.updateQueue=v,v!==null&&(o.flags|=4)}else{P=g.nodeType===9?g:g.ownerDocument,i==="http://www.w3.org/1999/xhtml"&&(i=dr(c)),i==="http://www.w3.org/1999/xhtml"?c==="script"?(i=P.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild)):typeof v.is=="string"?i=P.createElement(c,{is:v.is}):(i=P.createElement(c),c==="select"&&(P=i,v.multiple?P.multiple=!0:v.size&&(P.size=v.size))):i=P.createElementNS(i,c),i[po]=o,i[va]=v,rc(i,o,!1,!1),o.stateNode=i;e:{switch(P=Dn(c,v),c){case"dialog":Vt("cancel",i),Vt("close",i),g=v;break;case"iframe":case"object":case"embed":Vt("load",i),g=v;break;case"video":case"audio":for(g=0;g<Us.length;g++)Vt(Us[g],i);g=v;break;case"source":Vt("error",i),g=v;break;case"img":case"image":case"link":Vt("error",i),Vt("load",i),g=v;break;case"details":Vt("toggle",i),g=v;break;case"input":bn(i,v),g=Wt(i,v),Vt("invalid",i);break;case"option":g=v;break;case"select":i._wrapperState={wasMultiple:!!v.multiple},g=Y({},v,{value:void 0}),Vt("invalid",i);break;case"textarea":Rr(i,v),g=$o(i,v),Vt("invalid",i);break;default:g=v}fr(c,g),O=g;for(k in O)if(O.hasOwnProperty(k)){var z=O[k];k==="style"?Ut(i,z):k==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,z!=null&&ra(i,z)):k==="children"?typeof z=="string"?(c!=="textarea"||z!=="")&&so(i,z):typeof z=="number"&&so(i,""+z):k!=="suppressContentEditableWarning"&&k!=="suppressHydrationWarning"&&k!=="autoFocus"&&(f.hasOwnProperty(k)?z!=null&&k==="onScroll"&&Vt("scroll",i):z!=null&&B(i,k,z,P))}switch(c){case"input":mt(i),ni(i,v,!1);break;case"textarea":mt(i),zr(i);break;case"option":v.value!=null&&i.setAttribute("value",""+$e(v.value));break;case"select":i.multiple=!!v.multiple,k=v.value,k!=null?Ot(i,!!v.multiple,k,!1):v.defaultValue!=null&&Ot(i,!!v.multiple,v.defaultValue,!0);break;default:typeof g.onClick=="function"&&(i.onclick=Td)}switch(c){case"button":case"input":case"select":case"textarea":v=!!v.autoFocus;break e;case"img":v=!0;break e;default:v=!1}}v&&(o.flags|=4)}o.ref!==null&&(o.flags|=512,o.flags|=2097152)}return hr(o),null;case 6:if(i&&o.stateNode!=null)Mn(i,o,i.memoizedProps,v);else{if(typeof v!="string"&&o.stateNode===null)throw Error(l(166));if(c=ga(Cu.current),ga(Qi.current),Md(o)){if(v=o.stateNode,c=o.memoizedProps,v[po]=o,(k=v.nodeValue!==c)&&(i=li,i!==null))switch(i.tag){case 3:wd(v.nodeValue,c,(i.mode&1)!==0);break;case 5:i.memoizedProps.suppressHydrationWarning!==!0&&wd(v.nodeValue,c,(i.mode&1)!==0)}k&&(o.flags|=4)}else v=(c.nodeType===9?c:c.ownerDocument).createTextNode(v),v[po]=o,o.stateNode=v}return hr(o),null;case 13:if(Dt(tt),v=o.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(Yt&&jr!==null&&o.mode&1&&!(o.flags&128))by(),on(),o.flags|=98560,k=!1;else if(k=Md(o),v!==null&&v.dehydrated!==null){if(i===null){if(!k)throw Error(l(318));if(k=o.memoizedState,k=k!==null?k.dehydrated:null,!k)throw Error(l(317));k[po]=o}else on(),!(o.flags&128)&&(o.memoizedState=null),o.flags|=4;hr(o),k=!1}else Di!==null&&(dc(Di),Di=null),k=!0;if(!k)return o.flags&65536?o:null}return o.flags&128?(o.lanes=c,o):(v=v!==null,v!==(i!==null&&i.memoizedState!==null)&&v&&(o.child.flags|=8192,o.mode&1&&(i===null||tt.current&1?An===0&&(An=3):Yv())),o.updateQueue!==null&&(o.flags|=4),hr(o),null);case 4:return Cl(),Ta(i,o),i===null&&yu(o.stateNode.containerInfo),hr(o),null;case 10:return bl(o.type._context),hr(o),null;case 17:return en(o.type)&&wi(),hr(o),null;case 19:if(Dt(tt),k=o.memoizedState,k===null)return hr(o),null;if(v=(o.flags&128)!==0,P=k.rendering,P===null)if(v)ic(k,!1);else{if(An!==0||i!==null&&i.flags&128)for(i=o.child;i!==null;){if(P=ln(i),P!==null){for(o.flags|=128,ic(k,!1),v=P.updateQueue,v!==null&&(o.updateQueue=v,o.flags|=4),o.subtreeFlags=0,v=c,c=o.child;c!==null;)k=c,i=v,k.flags&=14680066,P=k.alternate,P===null?(k.childLanes=0,k.lanes=i,k.child=null,k.subtreeFlags=0,k.memoizedProps=null,k.memoizedState=null,k.updateQueue=null,k.dependencies=null,k.stateNode=null):(k.childLanes=P.childLanes,k.lanes=P.lanes,k.child=P.child,k.subtreeFlags=0,k.deletions=null,k.memoizedProps=P.memoizedProps,k.memoizedState=P.memoizedState,k.updateQueue=P.updateQueue,k.type=P.type,i=P.dependencies,k.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),c=c.sibling;return $t(tt,tt.current&1|2),o.child}i=i.sibling}k.tail!==null&&dn()>Fu&&(o.flags|=128,v=!0,ic(k,!1),o.lanes=4194304)}else{if(!v)if(i=ln(P),i!==null){if(o.flags|=128,v=!0,c=i.updateQueue,c!==null&&(o.updateQueue=c,o.flags|=4),ic(k,!0),k.tail===null&&k.tailMode==="hidden"&&!P.alternate&&!Yt)return hr(o),null}else 2*dn()-k.renderingStartTime>Fu&&c!==1073741824&&(o.flags|=128,v=!0,ic(k,!1),o.lanes=4194304);k.isBackwards?(P.sibling=o.child,o.child=P):(c=k.last,c!==null?c.sibling=P:o.child=P,k.last=P)}return k.tail!==null?(o=k.tail,k.rendering=o,k.tail=o.sibling,k.renderingStartTime=dn(),o.sibling=null,c=tt.current,$t(tt,v?c&1|2:c&1),o):(hr(o),null);case 22:case 23:return Gv(),v=o.memoizedState!==null,i!==null&&i.memoizedState!==null!==v&&(o.flags|=8192),v&&o.mode&1?si&1073741824&&(hr(o),o.subtreeFlags&6&&(o.flags|=8192)):hr(o),null;case 24:return null;case 25:return null}throw Error(l(156,o.tag))}function Bv(i,o){switch(yv(o),o.tag){case 1:return en(o.type)&&wi(),i=o.flags,i&65536?(o.flags=i&-65537|128,o):null;case 3:return Cl(),Dt(fn),Dt(it),Bd(),i=o.flags,i&65536&&!(i&128)?(o.flags=i&-65537|128,o):null;case 5:return pt(o),null;case 13:if(Dt(tt),i=o.memoizedState,i!==null&&i.dehydrated!==null){if(o.alternate===null)throw Error(l(340));on()}return i=o.flags,i&65536?(o.flags=i&-65537|128,o):null;case 19:return Dt(tt),null;case 4:return Cl(),null;case 10:return bl(o.type._context),null;case 22:case 23:return Gv(),null;case 24:return null;default:return null}}var oc=!1,Nn=!1,Ny=typeof WeakSet=="function"?WeakSet:Set,Ie=null;function Pu(i,o){var c=i.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(v){vn(i,o,v)}else c.current=null}function lc(i,o,c){try{c()}catch(v){vn(i,o,v)}}var Ay=!1;function Oy(i,o){if(cv=aa,i=kd(),Oo(i)){if("selectionStart"in i)var c={start:i.selectionStart,end:i.selectionEnd};else e:{c=(c=i.ownerDocument)&&c.defaultView||window;var v=c.getSelection&&c.getSelection();if(v&&v.rangeCount!==0){c=v.anchorNode;var g=v.anchorOffset,k=v.focusNode;v=v.focusOffset;try{c.nodeType,k.nodeType}catch{c=null;break e}var P=0,O=-1,z=-1,ae=0,ge=0,xe=i,he=null;t:for(;;){for(var Ae;xe!==c||g!==0&&xe.nodeType!==3||(O=P+g),xe!==k||v!==0&&xe.nodeType!==3||(z=P+v),xe.nodeType===3&&(P+=xe.nodeValue.length),(Ae=xe.firstChild)!==null;)he=xe,xe=Ae;for(;;){if(xe===i)break t;if(he===c&&++ae===g&&(O=P),he===k&&++ge===v&&(z=P),(Ae=xe.nextSibling)!==null)break;xe=he,he=xe.parentNode}xe=Ae}c=O===-1||z===-1?null:{start:O,end:z}}else c=null}c=c||{start:0,end:0}}else c=null;for(fa={focusedElem:i,selectionRange:c},aa=!1,Ie=o;Ie!==null;)if(o=Ie,i=o.child,(o.subtreeFlags&1028)!==0&&i!==null)i.return=o,Ie=i;else for(;Ie!==null;){o=Ie;try{var He=o.alternate;if(o.flags&1024)switch(o.tag){case 0:case 11:case 15:break;case 1:if(He!==null){var We=He.memoizedProps,gn=He.memoizedState,Z=o.stateNode,H=Z.getSnapshotBeforeUpdate(o.elementType===o.type?We:ai(o.type,We),gn);Z.__reactInternalSnapshotBeforeUpdate=H}break;case 3:var te=o.stateNode.containerInfo;te.nodeType===1?te.textContent="":te.nodeType===9&&te.documentElement&&te.removeChild(te.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(l(163))}}catch(Se){vn(o,o.return,Se)}if(i=o.sibling,i!==null){i.return=o.return,Ie=i;break}Ie=o.return}return He=Ay,Ay=!1,He}function ac(i,o,c){var v=o.updateQueue;if(v=v!==null?v.lastEffect:null,v!==null){var g=v=v.next;do{if((g.tag&i)===i){var k=g.destroy;g.destroy=void 0,k!==void 0&&lc(o,c,k)}g=g.next}while(g!==v)}}function uc(i,o){if(o=o.updateQueue,o=o!==null?o.lastEffect:null,o!==null){var c=o=o.next;do{if((c.tag&i)===i){var v=c.create;c.destroy=v()}c=c.next}while(c!==o)}}function Iv(i){var o=i.ref;if(o!==null){var c=i.stateNode;switch(i.tag){case 5:i=c;break;default:i=c}typeof o=="function"?o(i):o.current=i}}function Uv(i){var o=i.alternate;o!==null&&(i.alternate=null,Uv(o)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(o=i.stateNode,o!==null&&(delete o[po],delete o[va],delete o[pv],delete o[Xx],delete o[vv])),i.stateNode=null,i.return=null,i.dependencies=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.stateNode=null,i.updateQueue=null}function Fy(i){return i.tag===5||i.tag===3||i.tag===4}function uf(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||Fy(i.return))return null;i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.flags&2||i.child===null||i.tag===4)continue e;i.child.return=i,i=i.child}if(!(i.flags&2))return i.stateNode}}function Lu(i,o,c){var v=i.tag;if(v===5||v===6)i=i.stateNode,o?c.nodeType===8?c.parentNode.insertBefore(i,o):c.insertBefore(i,o):(c.nodeType===8?(o=c.parentNode,o.insertBefore(i,c)):(o=c,o.appendChild(i)),c=c._reactRootContainer,c!=null||o.onclick!==null||(o.onclick=Td));else if(v!==4&&(i=i.child,i!==null))for(Lu(i,o,c),i=i.sibling;i!==null;)Lu(i,o,c),i=i.sibling}function go(i,o,c){var v=i.tag;if(v===5||v===6)i=i.stateNode,o?c.insertBefore(i,o):c.appendChild(i);else if(v!==4&&(i=i.child,i!==null))for(go(i,o,c),i=i.sibling;i!==null;)go(i,o,c),i=i.sibling}var tn=null,Kn=!1;function Mi(i,o,c){for(c=c.child;c!==null;)Mu(i,o,c),c=c.sibling}function Mu(i,o,c){if(Ki&&typeof Ki.onCommitFiberUnmount=="function")try{Ki.onCommitFiberUnmount(Ss,c)}catch{}switch(c.tag){case 5:Nn||Pu(c,o);case 6:var v=tn,g=Kn;tn=null,Mi(i,o,c),tn=v,Kn=g,tn!==null&&(Kn?(i=tn,c=c.stateNode,i.nodeType===8?i.parentNode.removeChild(c):i.removeChild(c)):tn.removeChild(c.stateNode));break;case 18:tn!==null&&(Kn?(i=tn,c=c.stateNode,i.nodeType===8?pl(i.parentNode,c):i.nodeType===1&&pl(i,c),Ps(i)):pl(tn,c.stateNode));break;case 4:v=tn,g=Kn,tn=c.stateNode.containerInfo,Kn=!0,Mi(i,o,c),tn=v,Kn=g;break;case 0:case 11:case 14:case 15:if(!Nn&&(v=c.updateQueue,v!==null&&(v=v.lastEffect,v!==null))){g=v=v.next;do{var k=g,P=k.destroy;k=k.tag,P!==void 0&&(k&2||k&4)&&lc(c,o,P),g=g.next}while(g!==v)}Mi(i,o,c);break;case 1:if(!Nn&&(Pu(c,o),v=c.stateNode,typeof v.componentWillUnmount=="function"))try{v.props=c.memoizedProps,v.state=c.memoizedState,v.componentWillUnmount()}catch(O){vn(c,o,O)}Mi(i,o,c);break;case 21:Mi(i,o,c);break;case 22:c.mode&1?(Nn=(v=Nn)||c.memoizedState!==null,Mi(i,o,c),Nn=v):Mi(i,o,c);break;default:Mi(i,o,c)}}function Ko(i){var o=i.updateQueue;if(o!==null){i.updateQueue=null;var c=i.stateNode;c===null&&(c=i.stateNode=new Ny),o.forEach(function(v){var g=ck.bind(null,i,v);c.has(v)||(c.add(v),v.then(g,g))})}}function Xi(i,o){var c=o.deletions;if(c!==null)for(var v=0;v<c.length;v++){var g=c[v];try{var k=i,P=o,O=P;e:for(;O!==null;){switch(O.tag){case 5:tn=O.stateNode,Kn=!1;break e;case 3:tn=O.stateNode.containerInfo,Kn=!0;break e;case 4:tn=O.stateNode.containerInfo,Kn=!0;break e}O=O.return}if(tn===null)throw Error(l(160));Mu(k,P,g),tn=null,Kn=!1;var z=g.alternate;z!==null&&(z.return=null),g.return=null}catch(ae){vn(g,o,ae)}}if(o.subtreeFlags&12854)for(o=o.child;o!==null;)Ry(o,i),o=o.sibling}function Ry(i,o){var c=i.alternate,v=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:if(Xi(o,i),yo(i),v&4){try{ac(3,i,i.return),uc(3,i)}catch(We){vn(i,i.return,We)}try{ac(5,i,i.return)}catch(We){vn(i,i.return,We)}}break;case 1:Xi(o,i),yo(i),v&512&&c!==null&&Pu(c,c.return);break;case 5:if(Xi(o,i),yo(i),v&512&&c!==null&&Pu(c,c.return),i.flags&32){var g=i.stateNode;try{so(g,"")}catch(We){vn(i,i.return,We)}}if(v&4&&(g=i.stateNode,g!=null)){var k=i.memoizedProps,P=c!==null?c.memoizedProps:k,O=i.type,z=i.updateQueue;if(i.updateQueue=null,z!==null)try{O==="input"&&k.type==="radio"&&k.name!=null&&Qn(g,k),Dn(O,P);var ae=Dn(O,k);for(P=0;P<z.length;P+=2){var ge=z[P],xe=z[P+1];ge==="style"?Ut(g,xe):ge==="dangerouslySetInnerHTML"?ra(g,xe):ge==="children"?so(g,xe):B(g,ge,xe,ae)}switch(O){case"input":Xn(g,k);break;case"textarea":Hi(g,k);break;case"select":var he=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!k.multiple;var Ae=k.value;Ae!=null?Ot(g,!!k.multiple,Ae,!1):he!==!!k.multiple&&(k.defaultValue!=null?Ot(g,!!k.multiple,k.defaultValue,!0):Ot(g,!!k.multiple,k.multiple?[]:"",!1))}g[va]=k}catch(We){vn(i,i.return,We)}}break;case 6:if(Xi(o,i),yo(i),v&4){if(i.stateNode===null)throw Error(l(162));g=i.stateNode,k=i.memoizedProps;try{g.nodeValue=k}catch(We){vn(i,i.return,We)}}break;case 3:if(Xi(o,i),yo(i),v&4&&c!==null&&c.memoizedState.isDehydrated)try{Ps(o.containerInfo)}catch(We){vn(i,i.return,We)}break;case 4:Xi(o,i),yo(i);break;case 13:Xi(o,i),yo(i),g=i.child,g.flags&8192&&(k=g.memoizedState!==null,g.stateNode.isHidden=k,!k||g.alternate!==null&&g.alternate.memoizedState!==null||(Kv=dn())),v&4&&Ko(i);break;case 22:if(ge=c!==null&&c.memoizedState!==null,i.mode&1?(Nn=(ae=Nn)||ge,Xi(o,i),Nn=ae):Xi(o,i),yo(i),v&8192){if(ae=i.memoizedState!==null,(i.stateNode.isHidden=ae)&&!ge&&i.mode&1)for(Ie=i,ge=i.child;ge!==null;){for(xe=Ie=ge;Ie!==null;){switch(he=Ie,Ae=he.child,he.tag){case 0:case 11:case 14:case 15:ac(4,he,he.return);break;case 1:Pu(he,he.return);var He=he.stateNode;if(typeof He.componentWillUnmount=="function"){v=he,c=he.return;try{o=v,He.props=o.memoizedProps,He.state=o.memoizedState,He.componentWillUnmount()}catch(We){vn(v,c,We)}}break;case 5:Pu(he,he.return);break;case 22:if(he.memoizedState!==null){Hv(xe);continue}}Ae!==null?(Ae.return=he,Ie=Ae):Hv(xe)}ge=ge.sibling}e:for(ge=null,xe=i;;){if(xe.tag===5){if(ge===null){ge=xe;try{g=xe.stateNode,ae?(k=g.style,typeof k.setProperty=="function"?k.setProperty("display","none","important"):k.display="none"):(O=xe.stateNode,z=xe.memoizedProps.style,P=z!=null&&z.hasOwnProperty("display")?z.display:null,O.style.display=ht("display",P))}catch(We){vn(i,i.return,We)}}}else if(xe.tag===6){if(ge===null)try{xe.stateNode.nodeValue=ae?"":xe.memoizedProps}catch(We){vn(i,i.return,We)}}else if((xe.tag!==22&&xe.tag!==23||xe.memoizedState===null||xe===i)&&xe.child!==null){xe.child.return=xe,xe=xe.child;continue}if(xe===i)break e;for(;xe.sibling===null;){if(xe.return===null||xe.return===i)break e;ge===xe&&(ge=null),xe=xe.return}ge===xe&&(ge=null),xe.sibling.return=xe.return,xe=xe.sibling}}break;case 19:Xi(o,i),yo(i),v&4&&Ko(i);break;case 21:break;default:Xi(o,i),yo(i)}}function yo(i){var o=i.flags;if(o&2){try{e:{for(var c=i.return;c!==null;){if(Fy(c)){var v=c;break e}c=c.return}throw Error(l(160))}switch(v.tag){case 5:var g=v.stateNode;v.flags&32&&(so(g,""),v.flags&=-33);var k=uf(i);go(i,k,g);break;case 3:case 4:var P=v.stateNode.containerInfo,O=uf(i);Lu(i,O,P);break;default:throw Error(l(161))}}catch(z){vn(i,i.return,z)}i.flags&=-3}o&4096&&(i.flags&=-4097)}function zy(i,o,c){Ie=i,Nu(i)}function Nu(i,o,c){for(var v=(i.mode&1)!==0;Ie!==null;){var g=Ie,k=g.child;if(g.tag===22&&v){var P=g.memoizedState!==null||oc;if(!P){var O=g.alternate,z=O!==null&&O.memoizedState!==null||Nn;O=oc;var ae=Nn;if(oc=P,(Nn=z)&&!ae)for(Ie=g;Ie!==null;)P=Ie,z=P.child,P.tag===22&&P.memoizedState!==null?Iy(g):z!==null?(z.return=P,Ie=z):Iy(g);for(;k!==null;)Ie=k,Nu(k),k=k.sibling;Ie=g,oc=O,Nn=ae}By(i)}else g.subtreeFlags&8772&&k!==null?(k.return=g,Ie=k):By(i)}}function By(i){for(;Ie!==null;){var o=Ie;if(o.flags&8772){var c=o.alternate;try{if(o.flags&8772)switch(o.tag){case 0:case 11:case 15:Nn||uc(5,o);break;case 1:var v=o.stateNode;if(o.flags&4&&!Nn)if(c===null)v.componentDidMount();else{var g=o.elementType===o.type?c.memoizedProps:ai(o.type,c.memoizedProps);v.componentDidUpdate(g,c.memoizedState,v.__reactInternalSnapshotBeforeUpdate)}var k=o.updateQueue;k!==null&&ha(o,k,v);break;case 3:var P=o.updateQueue;if(P!==null){if(c=null,o.child!==null)switch(o.child.tag){case 5:c=o.child.stateNode;break;case 1:c=o.child.stateNode}ha(o,P,c)}break;case 5:var O=o.stateNode;if(c===null&&o.flags&4){c=O;var z=o.memoizedProps;switch(o.type){case"button":case"input":case"select":case"textarea":z.autoFocus&&c.focus();break;case"img":z.src&&(c.src=z.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(o.memoizedState===null){var ae=o.alternate;if(ae!==null){var ge=ae.memoizedState;if(ge!==null){var xe=ge.dehydrated;xe!==null&&Ps(xe)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}Nn||o.flags&512&&Iv(o)}catch(he){vn(o,o.return,he)}}if(o===i){Ie=null;break}if(c=o.sibling,c!==null){c.return=o.return,Ie=c;break}Ie=o.return}}function Hv(i){for(;Ie!==null;){var o=Ie;if(o===i){Ie=null;break}var c=o.sibling;if(c!==null){c.return=o.return,Ie=c;break}Ie=o.return}}function Iy(i){for(;Ie!==null;){var o=Ie;try{switch(o.tag){case 0:case 11:case 15:var c=o.return;try{uc(4,o)}catch(z){vn(o,c,z)}break;case 1:var v=o.stateNode;if(typeof v.componentDidMount=="function"){var g=o.return;try{v.componentDidMount()}catch(z){vn(o,g,z)}}var k=o.return;try{Iv(o)}catch(z){vn(o,k,z)}break;case 5:var P=o.return;try{Iv(o)}catch(z){vn(o,P,z)}}}catch(z){vn(o,o.return,z)}if(o===i){Ie=null;break}var O=o.sibling;if(O!==null){O.return=o.return,Ie=O;break}Ie=o.return}}var sf=Math.ceil,sc=W.ReactCurrentDispatcher,Vv=W.ReactCurrentOwner,gr=W.ReactCurrentBatchConfig,yt=0,an=null,pn=null,jn=0,si=0,Au=st(0),An=0,cc=null,jo=0,cf=0,Ou=0,Da=null,Sr=null,Kv=0,Fu=1/0,Wo=null,df=!1,$a=null,bo=null,Tl=!1,Dl=null,ff=0,Ru=0,pf=null,Pa=-1,La=0;function yr(){return yt&6?dn():Pa!==-1?Pa:Pa=dn()}function _n(i){return i.mode&1?yt&2&&jn!==0?jn&-jn:Nd.transition!==null?(La===0&&(La=sd()),La):(i=Lt,i!==0||(i=window.event,i=i===void 0?16:Kp(i.type)),i):1}function br(i,o,c,v){if(50<Ru)throw Ru=0,pf=null,Error(l(185));la(i,c,v),(!(yt&2)||i!==an)&&(i===an&&(!(yt&2)&&(cf|=c),An===4&&Ni(i,jn)),xr(i,v),c===1&&yt===0&&!(o.mode&1)&&(Fu=dn()+500,Hn&&Hr()))}function xr(i,o){var c=i.callbackNode;ud(i,o);var v=ji(i,i===an?jn:0);if(v===0)c!==null&&Tg(c),i.callbackNode=null,i.callbackPriority=0;else if(o=v&-v,i.callbackPriority!==o){if(c!=null&&Tg(c),o===1)i.tag===0?hv(Uy.bind(null,i)):mv(Uy.bind(null,i)),fv(function(){!(yt&6)&&Hr()}),c=null;else{switch(Up(v)){case 1:c=Lo;break;case 4:c=gt;break;case 16:c=ul;break;case 536870912:c=Rp;break;default:c=ul}c=Qv(c,zu.bind(null,i))}i.callbackPriority=o,i.callbackNode=c}}function zu(i,o){if(Pa=-1,La=0,yt&6)throw Error(l(327));var c=i.callbackNode;if(Iu()&&i.callbackNode!==c)return null;var v=ji(i,i===an?jn:0);if(v===0)return null;if(v&30||v&i.expiredLanes||o)o=mf(i,v);else{o=v;var g=yt;yt|=2;var k=vf();(an!==i||jn!==o)&&(Wo=null,Fu=dn()+500,Ma(i,o));do try{lk();break}catch(O){Hy(i,O)}while(!0);Ev(),sc.current=k,yt=g,pn!==null?o=0:(an=null,jn=0,o=An)}if(o!==0){if(o===2&&(g=Bp(i),g!==0&&(v=g,o=jv(i,g))),o===1)throw c=cc,Ma(i,0),Ni(i,v),xr(i,dn()),c;if(o===6)Ni(i,v);else{if(g=i.current.alternate,!(v&30)&&!Wv(g)&&(o=mf(i,v),o===2&&(k=Bp(i),k!==0&&(v=k,o=jv(i,k))),o===1))throw c=cc,Ma(i,0),Ni(i,v),xr(i,dn()),c;switch(i.finishedWork=g,i.finishedLanes=v,o){case 0:case 1:throw Error(l(345));case 2:Na(i,Sr,Wo);break;case 3:if(Ni(i,v),(v&130023424)===v&&(o=Kv+500-dn(),10<o)){if(ji(i,0)!==0)break;if(g=i.suspendedLanes,(g&v)!==v){yr(),i.pingedLanes|=i.suspendedLanes&g;break}i.timeoutHandle=pa(Na.bind(null,i,Sr,Wo),o);break}Na(i,Sr,Wo);break;case 4:if(Ni(i,v),(v&4194240)===v)break;for(o=i.eventTimes,g=-1;0<v;){var P=31-xi(v);k=1<<P,P=o[P],P>g&&(g=P),v&=~k}if(v=g,v=dn()-v,v=(120>v?120:480>v?480:1080>v?1080:1920>v?1920:3e3>v?3e3:4320>v?4320:1960*sf(v/1960))-v,10<v){i.timeoutHandle=pa(Na.bind(null,i,Sr,Wo),v);break}Na(i,Sr,Wo);break;case 5:Na(i,Sr,Wo);break;default:throw Error(l(329))}}}return xr(i,dn()),i.callbackNode===c?zu.bind(null,i):null}function jv(i,o){var c=Da;return i.current.memoizedState.isDehydrated&&(Ma(i,o).flags|=256),i=mf(i,o),i!==2&&(o=Sr,Sr=c,o!==null&&dc(o)),i}function dc(i){Sr===null?Sr=i:Sr.push.apply(Sr,i)}function Wv(i){for(var o=i;;){if(o.flags&16384){var c=o.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var v=0;v<c.length;v++){var g=c[v],k=g.getSnapshot;g=g.value;try{if(!Ci(k(),g))return!1}catch{return!1}}}if(c=o.child,o.subtreeFlags&16384&&c!==null)c.return=o,o=c;else{if(o===i)break;for(;o.sibling===null;){if(o.return===null||o.return===i)return!0;o=o.return}o.sibling.return=o.return,o=o.sibling}}return!0}function Ni(i,o){for(o&=~Ou,o&=~cf,i.suspendedLanes|=o,i.pingedLanes&=~o,i=i.expirationTimes;0<o;){var c=31-xi(o),v=1<<c;i[c]=-1,o&=~v}}function Uy(i){if(yt&6)throw Error(l(327));Iu();var o=ji(i,0);if(!(o&1))return xr(i,dn()),null;var c=mf(i,o);if(i.tag!==0&&c===2){var v=Bp(i);v!==0&&(o=v,c=jv(i,v))}if(c===1)throw c=cc,Ma(i,0),Ni(i,o),xr(i,dn()),c;if(c===6)throw Error(l(345));return i.finishedWork=i.current.alternate,i.finishedLanes=o,Na(i,Sr,Wo),xr(i,dn()),null}function Bu(i,o){var c=yt;yt|=1;try{return i(o)}finally{yt=c,yt===0&&(Fu=dn()+500,Hn&&Hr())}}function $l(i){Dl!==null&&Dl.tag===0&&!(yt&6)&&Iu();var o=yt;yt|=1;var c=gr.transition,v=Lt;try{if(gr.transition=null,Lt=1,i)return i()}finally{Lt=v,gr.transition=c,yt=o,!(yt&6)&&Hr()}}function Gv(){si=Au.current,Dt(Au)}function Ma(i,o){i.finishedWork=null,i.finishedLanes=0;var c=i.timeoutHandle;if(c!==-1&&(i.timeoutHandle=-1,my(c)),pn!==null)for(c=pn.return;c!==null;){var v=c;switch(yv(v),v.tag){case 1:v=v.type.childContextTypes,v!=null&&wi();break;case 3:Cl(),Dt(fn),Dt(it),Bd();break;case 5:pt(v);break;case 4:Cl();break;case 13:Dt(tt);break;case 19:Dt(tt);break;case 10:bl(v.type._context);break;case 22:case 23:Gv()}c=c.return}if(an=i,pn=i=Pl(i.current,null),jn=si=o,An=0,cc=null,Ou=cf=jo=0,Sr=Da=null,er!==null){for(o=0;o<er.length;o++)if(c=er[o],v=c.interleaved,v!==null){c.interleaved=null;var g=v.next,k=c.pending;if(k!==null){var P=k.next;k.next=g,v.next=P}c.pending=v}er=null}return i}function Hy(i,o){do{var c=pn;try{if(Ev(),Id.current=nf,nt){for(var v=qt.memoizedState;v!==null;){var g=v.queue;g!==null&&(g.pending=null),v=v.next}nt=!1}if(ya=0,kt=de=qt=null,ho=!1,ui=0,Vv.current=null,c===null||c.return===null){An=1,cc=o,pn=null;break}e:{var k=i,P=c.return,O=c,z=o;if(o=jn,O.flags|=32768,z!==null&&typeof z=="object"&&typeof z.then=="function"){var ae=z,ge=O,xe=ge.tag;if(!(ge.mode&1)&&(xe===0||xe===11||xe===15)){var he=ge.alternate;he?(ge.updateQueue=he.updateQueue,ge.memoizedState=he.memoizedState,ge.lanes=he.lanes):(ge.updateQueue=null,ge.memoizedState=null)}var Ae=Lv(P);if(Ae!==null){Ae.flags&=-257,Mv(Ae,P,O,k,o),Ae.mode&1&&Py(k,ae,o),o=Ae,z=ae;var He=o.updateQueue;if(He===null){var We=new Set;We.add(z),o.updateQueue=We}else He.add(z);break e}else{if(!(o&1)){Py(k,ae,o),Yv();break e}z=Error(l(426))}}else if(Yt&&O.mode&1){var gn=Lv(P);if(gn!==null){!(gn.flags&65536)&&(gn.flags|=256),Mv(gn,P,O,k,o),xv(Tu(z,O));break e}}k=z=Tu(z,O),An!==4&&(An=2),Da===null?Da=[k]:Da.push(k),k=P;do{switch(k.tag){case 3:k.flags|=65536,o&=-o,k.lanes|=o;var Z=$y(k,z,o);Sv(k,Z);break e;case 1:O=z;var H=k.type,te=k.stateNode;if(!(k.flags&128)&&(typeof H.getDerivedStateFromError=="function"||te!==null&&typeof te.componentDidCatch=="function"&&(bo===null||!bo.has(te)))){k.flags|=65536,o&=-o,k.lanes|=o;var Se=nc(k,O,o);Sv(k,Se);break e}}k=k.return}while(k!==null)}qv(c)}catch(Ge){o=Ge,pn===c&&c!==null&&(pn=c=c.return);continue}break}while(!0)}function vf(){var i=sc.current;return sc.current=nf,i===null?nf:i}function Yv(){(An===0||An===3||An===2)&&(An=4),an===null||!(jo&268435455)&&!(cf&268435455)||Ni(an,jn)}function mf(i,o){var c=yt;yt|=2;var v=vf();(an!==i||jn!==o)&&(Wo=null,Ma(i,o));do try{ok();break}catch(g){Hy(i,g)}while(!0);if(Ev(),yt=c,sc.current=v,pn!==null)throw Error(l(261));return an=null,jn=0,An}function ok(){for(;pn!==null;)Vy(pn)}function lk(){for(;pn!==null&&!$x();)Vy(pn)}function Vy(i){var o=jy(i.alternate,i,si);i.memoizedProps=i.pendingProps,o===null?qv(i):pn=o,Vv.current=null}function qv(i){var o=i;do{var c=o.alternate;if(i=o.return,o.flags&32768){if(c=Bv(c,o),c!==null){c.flags&=32767,pn=c;return}if(i!==null)i.flags|=32768,i.subtreeFlags=0,i.deletions=null;else{An=6,pn=null;return}}else if(c=ik(c,o,si),c!==null){pn=c;return}if(o=o.sibling,o!==null){pn=o;return}pn=o=i}while(o!==null);An===0&&(An=5)}function Na(i,o,c){var v=Lt,g=gr.transition;try{gr.transition=null,Lt=1,ak(i,o,c,v)}finally{gr.transition=g,Lt=v}return null}function ak(i,o,c,v){do Iu();while(Dl!==null);if(yt&6)throw Error(l(327));c=i.finishedWork;var g=i.finishedLanes;if(c===null)return null;if(i.finishedWork=null,i.finishedLanes=0,c===i.current)throw Error(l(177));i.callbackNode=null,i.callbackPriority=0;var k=c.lanes|c.childLanes;if(Nx(i,k),i===an&&(pn=an=null,jn=0),!(c.subtreeFlags&2064)&&!(c.flags&2064)||Tl||(Tl=!0,Qv(ul,function(){return Iu(),null})),k=(c.flags&15990)!==0,c.subtreeFlags&15990||k){k=gr.transition,gr.transition=null;var P=Lt;Lt=1;var O=yt;yt|=4,Vv.current=null,Oy(i,c),Ry(c,i),Ed(fa),aa=!!cv,fa=cv=null,i.current=c,zy(c),Px(),yt=O,Lt=P,gr.transition=k}else i.current=c;if(Tl&&(Tl=!1,Dl=i,ff=g),k=i.pendingLanes,k===0&&(bo=null),$g(c.stateNode),xr(i,dn()),o!==null)for(v=i.onRecoverableError,c=0;c<o.length;c++)g=o[c],v(g.value,{componentStack:g.stack,digest:g.digest});if(df)throw df=!1,i=$a,$a=null,i;return ff&1&&i.tag!==0&&Iu(),k=i.pendingLanes,k&1?i===pf?Ru++:(Ru=0,pf=i):Ru=0,Hr(),null}function Iu(){if(Dl!==null){var i=Up(ff),o=gr.transition,c=Lt;try{if(gr.transition=null,Lt=16>i?16:i,Dl===null)var v=!1;else{if(i=Dl,Dl=null,ff=0,yt&6)throw Error(l(331));var g=yt;for(yt|=4,Ie=i.current;Ie!==null;){var k=Ie,P=k.child;if(Ie.flags&16){var O=k.deletions;if(O!==null){for(var z=0;z<O.length;z++){var ae=O[z];for(Ie=ae;Ie!==null;){var ge=Ie;switch(ge.tag){case 0:case 11:case 15:ac(8,ge,k)}var xe=ge.child;if(xe!==null)xe.return=ge,Ie=xe;else for(;Ie!==null;){ge=Ie;var he=ge.sibling,Ae=ge.return;if(Uv(ge),ge===ae){Ie=null;break}if(he!==null){he.return=Ae,Ie=he;break}Ie=Ae}}}var He=k.alternate;if(He!==null){var We=He.child;if(We!==null){He.child=null;do{var gn=We.sibling;We.sibling=null,We=gn}while(We!==null)}}Ie=k}}if(k.subtreeFlags&2064&&P!==null)P.return=k,Ie=P;else e:for(;Ie!==null;){if(k=Ie,k.flags&2048)switch(k.tag){case 0:case 11:case 15:ac(9,k,k.return)}var Z=k.sibling;if(Z!==null){Z.return=k.return,Ie=Z;break e}Ie=k.return}}var H=i.current;for(Ie=H;Ie!==null;){P=Ie;var te=P.child;if(P.subtreeFlags&2064&&te!==null)te.return=P,Ie=te;else e:for(P=H;Ie!==null;){if(O=Ie,O.flags&2048)try{switch(O.tag){case 0:case 11:case 15:uc(9,O)}}catch(Ge){vn(O,O.return,Ge)}if(O===P){Ie=null;break e}var Se=O.sibling;if(Se!==null){Se.return=O.return,Ie=Se;break e}Ie=O.return}}if(yt=g,Hr(),Ki&&typeof Ki.onPostCommitFiberRoot=="function")try{Ki.onPostCommitFiberRoot(Ss,i)}catch{}v=!0}return v}finally{Lt=c,gr.transition=o}}return!1}function Ky(i,o,c){o=Tu(c,o),o=$y(i,o,1),i=kl(i,o,1),o=yr(),i!==null&&(la(i,1,o),xr(i,o))}function vn(i,o,c){if(i.tag===3)Ky(i,i,c);else for(;o!==null;){if(o.tag===3){Ky(o,i,c);break}else if(o.tag===1){var v=o.stateNode;if(typeof o.type.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&(bo===null||!bo.has(v))){i=Tu(c,i),i=nc(o,i,1),o=kl(o,i,1),i=yr(),o!==null&&(la(o,1,i),xr(o,i));break}}o=o.return}}function uk(i,o,c){var v=i.pingCache;v!==null&&v.delete(o),o=yr(),i.pingedLanes|=i.suspendedLanes&c,an===i&&(jn&c)===c&&(An===4||An===3&&(jn&130023424)===jn&&500>dn()-Kv?Ma(i,0):Ou|=c),xr(i,o)}function hf(i,o){o===0&&(i.mode&1?(o=uu,uu<<=1,!(uu&130023424)&&(uu=4194304)):o=1);var c=yr();i=Io(i,o),i!==null&&(la(i,o,c),xr(i,c))}function sk(i){var o=i.memoizedState,c=0;o!==null&&(c=o.retryLane),hf(i,c)}function ck(i,o){var c=0;switch(i.tag){case 13:var v=i.stateNode,g=i.memoizedState;g!==null&&(c=g.retryLane);break;case 19:v=i.stateNode;break;default:throw Error(l(314))}v!==null&&v.delete(o),hf(i,c)}var jy;jy=function(i,o,c){if(i!==null)if(i.memoizedProps!==o.pendingProps||fn.current)Cn=!0;else{if(!(i.lanes&c)&&!(o.flags&128))return Cn=!1,Vo(i,o,c);Cn=!!(i.flags&131072)}else Cn=!1,Yt&&o.flags&1048576&&gv(o,xu,o.index);switch(o.lanes=0,o.tag){case 2:var v=o.type;mr(i,o),i=o.pendingProps;var g=Si(o,it.current);Pe(o,c),g=_l(null,o,v,i,g,c);var k=ka();return o.flags|=1,typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0?(o.tag=1,o.memoizedState=null,o.updateQueue=null,en(v)?(k=!0,Dd(o)):k=!1,o.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,_v(o),g.updater=Fd,o.stateNode=g,g._reactInternals=o,Rd(o,v,i,c),o=Ly(null,o,v,!0,k,c)):(o.tag=0,Yt&&k&&$d(o),Ln(null,o,g,c),o=o.child),o;case 16:v=o.elementType;e:{switch(mr(i,o),i=o.pendingProps,g=v._init,v=g(v._payload),o.type=v,g=o.tag=fk(v),i=ai(v,i),g){case 0:o=Du(null,o,v,i,c);break e;case 1:o=Nv(null,o,v,i,c);break e;case 11:o=wl(null,o,v,i,c);break e;case 14:o=of(null,o,v,ai(v.type,i),c);break e}throw Error(l(306,v,""))}return o;case 0:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:ai(v,g),Du(i,o,v,g,c);case 1:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:ai(v,g),Nv(i,o,v,g,c);case 3:e:{if(My(o),i===null)throw Error(l(387));v=o.pendingProps,k=o.memoizedState,g=k.element,Pn(i,o),El(o,v,null,c);var P=o.memoizedState;if(v=P.element,k.isDehydrated)if(k={element:v,isDehydrated:!1,cache:P.cache,pendingSuspenseBoundaries:P.pendingSuspenseBoundaries,transitions:P.transitions},o.updateQueue.baseState=k,o.memoizedState=k,o.flags&256){g=Tu(Error(l(423)),o),o=lf(i,o,v,c,g);break e}else if(v!==g){g=Tu(Error(l(424)),o),o=lf(i,o,v,c,g);break e}else for(jr=qi(o.stateNode.containerInfo.firstChild),li=o,Yt=!0,Di=null,c=Ty(o,null,v,c),o.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(on(),v===g){o=tr(i,o,c);break e}Ln(i,o,v,c)}o=o.child}return o;case 5:return et(o),i===null&&Ld(o),v=o.type,g=o.pendingProps,k=i!==null?i.memoizedProps:null,P=g.children,Ks(v,g)?P=null:k!==null&&Ks(v,k)&&(o.flags|=32),ct(i,o),Ln(i,o,P,c),o.child;case 6:return i===null&&Ld(o),null;case 13:return Ov(i,o,c);case 4:return Tv(o,o.stateNode.containerInfo),v=o.pendingProps,i===null?o.child=Eu(o,null,v,c):Ln(i,o,v,c),o.child;case 11:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:ai(v,g),wl(i,o,v,g,c);case 7:return Ln(i,o,o.pendingProps,c),o.child;case 8:return Ln(i,o,o.pendingProps.children,c),o.child;case 12:return Ln(i,o,o.pendingProps.children,c),o.child;case 10:e:{if(v=o.type._context,g=o.pendingProps,k=o.memoizedProps,P=g.value,$t(mo,v._currentValue),v._currentValue=P,k!==null)if(Ci(k.value,P)){if(k.children===g.children&&!fn.current){o=tr(i,o,c);break e}}else for(k=o.child,k!==null&&(k.return=o);k!==null;){var O=k.dependencies;if(O!==null){P=k.child;for(var z=O.firstContext;z!==null;){if(z.context===v){if(k.tag===1){z=Uo(-1,c&-c),z.tag=2;var ae=k.updateQueue;if(ae!==null){ae=ae.shared;var ge=ae.pending;ge===null?z.next=z:(z.next=ge.next,ge.next=z),ae.pending=z}}k.lanes|=c,z=k.alternate,z!==null&&(z.lanes|=c),Vn(k.return,c,o),O.lanes|=c;break}z=z.next}}else if(k.tag===10)P=k.type===o.type?null:k.child;else if(k.tag===18){if(P=k.return,P===null)throw Error(l(341));P.lanes|=c,O=P.alternate,O!==null&&(O.lanes|=c),Vn(P,c,o),P=k.sibling}else P=k.child;if(P!==null)P.return=k;else for(P=k;P!==null;){if(P===o){P=null;break}if(k=P.sibling,k!==null){k.return=P.return,P=k;break}P=P.return}k=P}Ln(i,o,g.children,c),o=o.child}return o;case 9:return g=o.type,v=o.pendingProps.children,Pe(o,c),g=hn(g),v=v(g),o.flags|=1,Ln(i,o,v,c),o.child;case 14:return v=o.type,g=ai(v,o.pendingProps),g=ai(v.type,g),of(i,o,v,g,c);case 15:return Yr(i,o,o.type,o.pendingProps,c);case 17:return v=o.type,g=o.pendingProps,g=o.elementType===v?g:ai(v,g),mr(i,o),o.tag=1,en(v)?(i=!0,Dd(o)):i=!1,Pe(o,c),Cy(o,v,g),Rd(o,v,g,c),Ly(null,o,v,!0,i,c);case 19:return zv(i,o,c);case 22:return Sa(i,o,c)}throw Error(l(156,o.tag))};function Qv(i,o){return Fp(i,o)}function dk(i,o,c,v){this.tag=i,this.key=c,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=o,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=v,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ai(i,o,c,v){return new dk(i,o,c,v)}function Xv(i){return i=i.prototype,!(!i||!i.isReactComponent)}function fk(i){if(typeof i=="function")return Xv(i)?1:0;if(i!=null){if(i=i.$$typeof,i===be)return 11;if(i===_e)return 14}return 2}function Pl(i,o){var c=i.alternate;return c===null?(c=Ai(i.tag,o,i.key,i.mode),c.elementType=i.elementType,c.type=i.type,c.stateNode=i.stateNode,c.alternate=i,i.alternate=c):(c.pendingProps=o,c.type=i.type,c.flags=0,c.subtreeFlags=0,c.deletions=null),c.flags=i.flags&14680064,c.childLanes=i.childLanes,c.lanes=i.lanes,c.child=i.child,c.memoizedProps=i.memoizedProps,c.memoizedState=i.memoizedState,c.updateQueue=i.updateQueue,o=i.dependencies,c.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext},c.sibling=i.sibling,c.index=i.index,c.ref=i.ref,c}function gf(i,o,c,v,g,k){var P=2;if(v=i,typeof i=="function")Xv(i)&&(P=1);else if(typeof i=="string")P=5;else e:switch(i){case ne:return Aa(c.children,g,k,o);case M:P=8,g|=8;break;case ue:return i=Ai(12,c,o,g|2),i.elementType=ue,i.lanes=k,i;case Q:return i=Ai(13,c,o,g),i.elementType=Q,i.lanes=k,i;case oe:return i=Ai(19,c,o,g),i.elementType=oe,i.lanes=k,i;case ye:return fc(c,g,k,o);default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case K:P=10;break e;case G:P=9;break e;case be:P=11;break e;case _e:P=14;break e;case Ce:P=16,v=null;break e}throw Error(l(130,i==null?i:typeof i,""))}return o=Ai(P,c,o,g),o.elementType=i,o.type=v,o.lanes=k,o}function Aa(i,o,c,v){return i=Ai(7,i,v,o),i.lanes=c,i}function fc(i,o,c,v){return i=Ai(22,i,v,o),i.elementType=ye,i.lanes=c,i.stateNode={isHidden:!1},i}function pc(i,o,c){return i=Ai(6,i,null,o),i.lanes=c,i}function Oa(i,o,c){return o=Ai(4,i.children!==null?i.children:[],i.key,o),o.lanes=c,o.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},o}function pk(i,o,c,v,g){this.tag=o,this.containerInfo=i,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ip(0),this.expirationTimes=Ip(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ip(0),this.identifierPrefix=v,this.onRecoverableError=g,this.mutableSourceEagerHydrationData=null}function yf(i,o,c,v,g,k,P,O,z){return i=new pk(i,o,c,O,z),o===1?(o=1,k===!0&&(o|=8)):o=0,k=Ai(3,null,null,o),i.current=k,k.stateNode=i,k.memoizedState={element:v,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},_v(k),i}function Wy(i,o,c){var v=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:j,key:v==null?null:""+v,children:i,containerInfo:o,implementation:c}}function Zv(i){if(!i)return vo;i=i._reactInternals;e:{if(fo(i)!==i||i.tag!==1)throw Error(l(170));var o=i;do{switch(o.tag){case 3:o=o.stateNode.context;break e;case 1:if(en(o.type)){o=o.stateNode.__reactInternalMemoizedMergedChildContext;break e}}o=o.return}while(o!==null);throw Error(l(171))}if(i.tag===1){var c=i.type;if(en(c))return Gs(i,c,o)}return o}function Gy(i,o,c,v,g,k,P,O,z){return i=yf(c,v,!0,i,g,k,P,O,z),i.context=Zv(null),c=i.current,v=yr(),g=_n(c),k=Uo(v,g),k.callback=o??null,kl(c,k,g),i.current.lanes=g,la(i,g,v),xr(i,v),i}function vc(i,o,c,v){var g=o.current,k=yr(),P=_n(g);return c=Zv(c),o.context===null?o.context=c:o.pendingContext=c,o=Uo(k,P),o.payload={element:i},v=v===void 0?null:v,v!==null&&(o.callback=v),i=kl(g,o,P),i!==null&&(br(i,g,P,k),Od(i,g,P)),P}function bf(i){if(i=i.current,!i.child)return null;switch(i.child.tag){case 5:return i.child.stateNode;default:return i.child.stateNode}}function Yy(i,o){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var c=i.retryLane;i.retryLane=c!==0&&c<o?c:o}}function Jv(i,o){Yy(i,o),(i=i.alternate)&&Yy(i,o)}function qy(){return null}var em=typeof reportError=="function"?reportError:function(i){console.error(i)};function xf(i){this._internalRoot=i}Go.prototype.render=xf.prototype.render=function(i){var o=this._internalRoot;if(o===null)throw Error(l(409));vc(i,o,null,null)},Go.prototype.unmount=xf.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var o=i.containerInfo;$l(function(){vc(null,i,null,null)}),o[zo]=null}};function Go(i){this._internalRoot=i}Go.prototype.unstable_scheduleHydration=function(i){if(i){var o=Ng();i={blockedOn:null,target:i,priority:o};for(var c=0;c<Ft.length&&o!==0&&o<Ft[c].priority;c++);Ft.splice(c,0,i),c===0&&Ag(i)}};function tm(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function kf(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11&&(i.nodeType!==8||i.nodeValue!==" react-mount-point-unstable "))}function Qy(){}function vk(i,o,c,v,g){if(g){if(typeof v=="function"){var k=v;v=function(){var ae=bf(P);k.call(ae)}}var P=Gy(o,v,i,0,null,!1,!1,"",Qy);return i._reactRootContainer=P,i[zo]=P.current,yu(i.nodeType===8?i.parentNode:i),$l(),P}for(;g=i.lastChild;)i.removeChild(g);if(typeof v=="function"){var O=v;v=function(){var ae=bf(z);O.call(ae)}}var z=yf(i,0,!1,null,null,!1,!1,"",Qy);return i._reactRootContainer=z,i[zo]=z.current,yu(i.nodeType===8?i.parentNode:i),$l(function(){vc(o,z,c,v)}),z}function Ef(i,o,c,v,g){var k=c._reactRootContainer;if(k){var P=k;if(typeof g=="function"){var O=g;g=function(){var z=bf(P);O.call(z)}}vc(o,P,i,g)}else P=vk(c,o,i,g,v);return bf(P)}Mg=function(i){switch(i.tag){case 3:var o=i.stateNode;if(o.current.memoizedState.isDehydrated){var c=oa(o.pendingLanes);c!==0&&(ws(o,c|1),xr(o,dn()),!(yt&6)&&(Fu=dn()+500,Hr()))}break;case 13:$l(function(){var v=Io(i,1);if(v!==null){var g=yr();br(v,i,1,g)}}),Jv(i,1)}},cd=function(i){if(i.tag===13){var o=Io(i,134217728);if(o!==null){var c=yr();br(o,i,134217728,c)}Jv(i,134217728)}},Ht=function(i){if(i.tag===13){var o=_n(i),c=Io(i,o);if(c!==null){var v=yr();br(c,i,o,v)}Jv(i,o)}},Ng=function(){return Lt},Hp=function(i,o){var c=Lt;try{return Lt=i,o()}finally{Lt=c}},co=function(i,o,c){switch(o){case"input":if(Xn(i,c),o=c.name,c.type==="radio"&&o!=null){for(c=i;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+o)+'][type="radio"]'),o=0;o<c.length;o++){var v=c[o];if(v!==i&&v.form===i.form){var g=Ze(v);if(!g)throw Error(l(90));De(v),Xn(v,g)}}}break;case"textarea":Hi(i,c);break;case"select":o=c.value,o!=null&&Ot(i,!!c.multiple,o,!1)}},Cg=Bu,_g=$l;var mk={usingClientEntryPoint:!1,Events:[Ws,bu,Ze,rd,id,Bu]},Uu={findFiberByHostInstance:_i,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},hk={bundleType:Uu.bundleType,version:Uu.version,rendererPackageName:Uu.rendererPackageName,rendererConfig:Uu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:W.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=Sg(i),i===null?null:i.stateNode},findFiberByHostInstance:Uu.findFiberByHostInstance||qy,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 Cf=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Cf.isDisabled&&Cf.supportsFiber)try{Ss=Cf.inject(hk),Ki=Cf}catch{}}return mi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=mk,mi.createPortal=function(i,o){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!tm(o))throw Error(l(200));return Wy(i,o,null,c)},mi.createRoot=function(i,o){if(!tm(i))throw Error(l(299));var c=!1,v="",g=em;return o!=null&&(o.unstable_strictMode===!0&&(c=!0),o.identifierPrefix!==void 0&&(v=o.identifierPrefix),o.onRecoverableError!==void 0&&(g=o.onRecoverableError)),o=yf(i,1,!1,null,null,c,!1,v,g),i[zo]=o.current,yu(i.nodeType===8?i.parentNode:i),new xf(o)},mi.findDOMNode=function(i){if(i==null)return null;if(i.nodeType===1)return i;var o=i._reactInternals;if(o===void 0)throw typeof i.render=="function"?Error(l(188)):(i=Object.keys(i).join(","),Error(l(268,i)));return i=Sg(o),i=i===null?null:i.stateNode,i},mi.flushSync=function(i){return $l(i)},mi.hydrate=function(i,o,c){if(!kf(o))throw Error(l(200));return Ef(null,i,o,!0,c)},mi.hydrateRoot=function(i,o,c){if(!tm(i))throw Error(l(405));var v=c!=null&&c.hydratedSources||null,g=!1,k="",P=em;if(c!=null&&(c.unstable_strictMode===!0&&(g=!0),c.identifierPrefix!==void 0&&(k=c.identifierPrefix),c.onRecoverableError!==void 0&&(P=c.onRecoverableError)),o=Gy(o,null,i,1,c??null,g,!1,k,P),i[zo]=o.current,yu(i),v)for(i=0;i<v.length;i++)c=v[i],g=c._getVersion,g=g(c._source),o.mutableSourceEagerHydrationData==null?o.mutableSourceEagerHydrationData=[c,g]:o.mutableSourceEagerHydrationData.push(c,g);return new Go(o)},mi.render=function(i,o,c){if(!kf(o))throw Error(l(200));return Ef(null,i,o,!1,c)},mi.unmountComponentAtNode=function(i){if(!kf(i))throw Error(l(40));return i._reactRootContainer?($l(function(){Ef(null,null,i,!1,function(){i._reactRootContainer=null,i[zo]=null})}),!0):!1},mi.unstable_batchedUpdates=Bu,mi.unstable_renderSubtreeIntoContainer=function(i,o,c,v){if(!kf(c))throw Error(l(200));if(i==null||i._reactInternals===void 0)throw Error(l(38));return Ef(i,o,c,!1,v)},mi.version="18.2.0-next-9e3b772b8-20220608",mi}var hi={};/**
34
34
  * @license React
35
35
  * react-dom.development.js
36
36
  *
@@ -38,15 +38,15 @@ Error generating stack: `+k.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 D3;function s7(){return D3||(D3=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 n=x,r=_3(),l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,c=!1;function f(e){c=e}function h(e){if(!c){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];b("warn",e,a)}}function p(e){if(!c){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];b("error",e,a)}}function b(e,t,a){{var u=l.ReactDebugCurrentFrame,d=u.getStackAddendum();d!==""&&(t+="%s",a=a.concat([d]));var m=a.map(function(y){return String(y)});m.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,m)}}var E=0,S=1,T=2,_=3,D=4,$=5,A=6,F=7,I=8,re=9,Q=10,B=11,Y=12,R=13,j=14,ne=15,M=16,ue=17,K=18,W=19,ye=21,q=22,oe=23,Se=24,Ee=25,ge=!0,pe=!1,X=!1,G=!1,xe=!1,fe=!0,Me=!1,Ue=!1,Be=!0,Fe=!0,_e=!0,$e=new Set,je={},Xe={};function mt(e,t){De(e,t),De(e+"Capture",t)}function De(e,t){je[e]&&p("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),je[e]=t;{var a=e.toLowerCase();Xe[a]=e,e==="onDoubleClick"&&(Xe.ondblclick=e)}for(var u=0;u<t.length;u++)$e.add(t[u])}var Bt=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",jt=Object.prototype.hasOwnProperty;function bn(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function Qn(e){try{return Xn(e),!1}catch{return!0}}function Xn(e){return""+e}function ti(e,t){if(Qn(e))return p("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function dt(e){if(Qn(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",bn(e)),Xn(e)}function St(e,t){if(Qn(e))return p("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function At(e,t){if(Qn(e))return p("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function Do(e){if(Qn(e))return p("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",bn(e)),Xn(e)}function Rr(e){if(Qn(e))return p("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.",bn(e)),Xn(e)}var Ui=0,zr=1,dr=2,Zn=3,Br=4,na=5,uo=6,Te=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",qe=Te+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",ht=new RegExp("^["+Te+"]["+qe+"]*$"),It={},vn={};function fr(e){return jt.call(vn,e)?!0:jt.call(It,e)?!1:ht.test(e)?(vn[e]=!0,!0):(It[e]=!0,p("Invalid attribute name: `%s`",e),!1)}function Dn(e,t,a){return t!==null?t.type===Ui:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function yi(e,t,a,u){if(a!==null&&a.type===Ui)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(u)return!1;if(a!==null)return!a.acceptsBooleans;var d=e.toLowerCase().slice(0,5);return d!=="data-"&&d!=="aria-"}default:return!1}}function un(e,t,a,u){if(t===null||typeof t>"u"||yi(e,t,a,u))return!0;if(u)return!1;if(a!==null)switch(a.type){case Zn:return!t;case Br:return t===!1;case na:return isNaN(t);case uo:return isNaN(t)||t<1}return!1}function so(e){return sn.hasOwnProperty(e)?sn[e]:null}function xn(e,t,a,u,d,m,y){this.acceptsBooleans=t===dr||t===Zn||t===Br,this.attributeName=u,this.attributeNamespace=d,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=m,this.removeEmptyString=y}var sn={},bg=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];bg.forEach(function(e){sn[e]=new xn(e,Ui,!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];sn[t]=new xn(t,zr,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){sn[e]=new xn(e,dr,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){sn[e]=new xn(e,dr,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){sn[e]=new xn(e,Zn,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){sn[e]=new xn(e,Zn,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){sn[e]=new xn(e,Br,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){sn[e]=new xn(e,uo,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){sn[e]=new xn(e,na,!1,e.toLowerCase(),null,!1,!1)});var nd=/[\-\:]([a-z])/g,rd=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(nd,rd);sn[t]=new xn(t,zr,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(nd,rd);sn[t]=new xn(t,zr,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(nd,rd);sn[t]=new xn(t,zr,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){sn[e]=new xn(e,zr,!1,e.toLowerCase(),null,!1,!1)});var xg="xlinkHref";sn[xg]=new xn("xlinkHref",zr,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){sn[e]=new xn(e,zr,!1,e.toLowerCase(),null,!0,!0)});var kg=/^[\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,id=!1;function Pp(e){!id&&kg.test(e)&&(id=!0,p("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 ks(e,t,a,u){if(u.mustUseProperty){var d=u.propertyName;return e[d]}else{ti(a,t),u.sanitizeURL&&Pp(""+a);var m=u.attributeName,y=null;if(u.type===Br){if(e.hasAttribute(m)){var C=e.getAttribute(m);return C===""?!0:un(t,a,u,!1)?C:C===""+a?a:C}}else if(e.hasAttribute(m)){if(un(t,a,u,!1))return e.getAttribute(m);if(u.type===Zn)return a;y=e.getAttribute(m)}return un(t,a,u,!1)?y===null?a:y:y===""+a?a:y}}function od(e,t,a,u){{if(!fr(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var d=e.getAttribute(t);return ti(a,t),d===""+a?a:d}}function ra(e,t,a,u){var d=so(t);if(!Dn(t,d,u)){if(un(t,a,d,u)&&(a=null),u||d===null){if(fr(t)){var m=t;a===null?e.removeAttribute(m):(ti(a,t),e.setAttribute(m,""+a))}return}var y=d.mustUseProperty;if(y){var C=d.propertyName;if(a===null){var w=d.type;e[C]=w===Zn?!1:""}else e[C]=a;return}var L=d.attributeName,N=d.attributeNamespace;if(a===null)e.removeAttribute(L);else{var V=d.type,U;V===Zn||V===Br&&a===!0?U="":(ti(a,L),U=""+a,d.sanitizeURL&&Pp(U.toString())),N?e.setAttributeNS(N,L,U):e.setAttribute(L,U)}}}var nu=Symbol.for("react.element"),Hi=Symbol.for("react.portal"),$o=Symbol.for("react.fragment"),ru=Symbol.for("react.strict_mode"),Es=Symbol.for("react.profiler"),Lp=Symbol.for("react.provider"),Mp=Symbol.for("react.context"),iu=Symbol.for("react.forward_ref"),co=Symbol.for("react.suspense"),Cs=Symbol.for("react.suspense_list"),ou=Symbol.for("react.memo"),Sr=Symbol.for("react.lazy"),Eg=Symbol.for("react.scope"),Cg=Symbol.for("react.debug_trace_mode"),Np=Symbol.for("react.offscreen"),Sg=Symbol.for("react.legacy_hidden"),wx=Symbol.for("react.cache"),_x=Symbol.for("react.tracing_marker"),cn=Symbol.iterator,Tx="@@iterator";function Po(e){if(e===null||typeof e!="object")return null;var t=cn&&e[cn]||e[Tx];return typeof t=="function"?t:null}var gt=Object.assign,al=0,wg,Ap,Ss,Vi,_g,bi,Tg;function Dg(){}Dg.__reactDisabledLog=!0;function Dx(){{if(al===0){wg=console.log,Ap=console.info,Ss=console.warn,Vi=console.error,_g=console.group,bi=console.groupCollapsed,Tg=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Dg,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}al++}}function ld(){{if(al--,al===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:gt({},e,{value:wg}),info:gt({},e,{value:Ap}),warn:gt({},e,{value:Ss}),error:gt({},e,{value:Vi}),group:gt({},e,{value:_g}),groupCollapsed:gt({},e,{value:bi}),groupEnd:gt({},e,{value:Tg})})}al<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var lu=l.ReactCurrentDispatcher,ia;function Ki(e,t,a){{if(ia===void 0)try{throw Error()}catch(d){var u=d.stack.trim().match(/\n( *(at )?)/);ia=u&&u[1]||""}return`
42
- `+ia+e}}var Op=!1,ad;{var Fp=typeof WeakMap=="function"?WeakMap:Map;ad=new Fp}function ud(e,t){if(!e||Op)return"";{var a=ad.get(e);if(a!==void 0)return a}var u;Op=!0;var d=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var m;m=lu.current,lu.current=null,Dx();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(le){u=le}Reflect.construct(e,[],y)}else{try{y.call()}catch(le){u=le}e.call(y.prototype)}}else{try{throw Error()}catch(le){u=le}e()}}catch(le){if(le&&u&&typeof le.stack=="string"){for(var C=le.stack.split(`
43
- `),w=u.stack.split(`
44
- `),L=C.length-1,N=w.length-1;L>=1&&N>=0&&C[L]!==w[N];)N--;for(;L>=1&&N>=0;L--,N--)if(C[L]!==w[N]){if(L!==1||N!==1)do if(L--,N--,N<0||C[L]!==w[N]){var V=`
45
- `+C[L].replace(" at new "," at ");return e.displayName&&V.includes("<anonymous>")&&(V=V.replace("<anonymous>",e.displayName)),typeof e=="function"&&ad.set(e,V),V}while(L>=1&&N>=0);break}}}finally{Op=!1,lu.current=m,ld(),Error.prepareStackTrace=d}var U=e?e.displayName||e.name:"",ie=U?Ki(U):"";return typeof e=="function"&&ad.set(e,ie),ie}function Rp(e,t,a){return ud(e,!0)}function oa(e,t,a){return ud(e,!1)}function $x(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function ws(e,t,a){if(e==null)return"";if(typeof e=="function")return ud(e,$x(e));if(typeof e=="string")return Ki(e);switch(e){case co:return Ki("Suspense");case Cs:return Ki("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case iu:return oa(e.render);case ou:return ws(e.type,t,a);case Sr:{var u=e,d=u._payload,m=u._init;try{return ws(m(d),t,a)}catch{}}}return""}function Lt(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case $:return Ki(e.type);case M:return Ki("Lazy");case R:return Ki("Suspense");case W:return Ki("SuspenseList");case E:case T:case ne:return oa(e.type);case B:return oa(e.type.render);case S:return Rp(e.type);default:return""}}function zp(e){try{var t="",a=e;do t+=Lt(a),a=a.return;while(a);return t}catch(u){return`
41
+ */var M3;function v7(){return M3||(M3=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 n=x,r=P3(),l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,s=!1;function f(e){s=e}function m(e){if(!s){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];b("warn",e,a)}}function p(e){if(!s){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];b("error",e,a)}}function b(e,t,a){{var u=l.ReactDebugCurrentFrame,d=u.getStackAddendum();d!==""&&(t+="%s",a=a.concat([d]));var h=a.map(function(y){return String(y)});h.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,h)}}var E=0,_=1,T=2,w=3,D=4,$=5,A=6,F=7,I=8,re=9,q=10,B=11,W=12,R=13,j=14,ne=15,M=16,ue=17,K=18,G=19,be=21,Q=22,oe=23,_e=24,Ce=25,ye=!0,pe=!1,X=!1,Y=!1,ke=!1,fe=!0,Me=!1,Ue=!1,Be=!0,Fe=!0,we=!0,$e=new Set,je={},Xe={};function mt(e,t){De(e,t),De(e+"Capture",t)}function De(e,t){je[e]&&p("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),je[e]=t;{var a=e.toLowerCase();Xe[a]=e,e==="onDoubleClick"&&(Xe.ondblclick=e)}for(var u=0;u<t.length;u++)$e.add(t[u])}var It=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Wt=Object.prototype.hasOwnProperty;function bn(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function Qn(e){try{return Xn(e),!1}catch{return!0}}function Xn(e){return""+e}function ni(e,t){if(Qn(e))return p("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function dt(e){if(Qn(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",bn(e)),Xn(e)}function _t(e,t){if(Qn(e))return p("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function Ot(e,t){if(Qn(e))return p("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,bn(e)),Xn(e)}function $o(e){if(Qn(e))return p("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",bn(e)),Xn(e)}function Rr(e){if(Qn(e))return p("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.",bn(e)),Xn(e)}var Hi=0,zr=1,dr=2,Zn=3,Br=4,ra=5,so=6,Te=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",qe=Te+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",ht=new RegExp("^["+Te+"]["+qe+"]*$"),Ut={},mn={};function fr(e){return Wt.call(mn,e)?!0:Wt.call(Ut,e)?!1:ht.test(e)?(mn[e]=!0,!0):(Ut[e]=!0,p("Invalid attribute name: `%s`",e),!1)}function Dn(e,t,a){return t!==null?t.type===Hi:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function bi(e,t,a,u){if(a!==null&&a.type===Hi)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(u)return!1;if(a!==null)return!a.acceptsBooleans;var d=e.toLowerCase().slice(0,5);return d!=="data-"&&d!=="aria-"}default:return!1}}function sn(e,t,a,u){if(t===null||typeof t>"u"||bi(e,t,a,u))return!0;if(u)return!1;if(a!==null)switch(a.type){case Zn:return!t;case Br:return t===!1;case ra:return isNaN(t);case so:return isNaN(t)||t<1}return!1}function co(e){return cn.hasOwnProperty(e)?cn[e]:null}function xn(e,t,a,u,d,h,y){this.acceptsBooleans=t===dr||t===Zn||t===Br,this.attributeName=u,this.attributeNamespace=d,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=h,this.removeEmptyString=y}var cn={},Eg=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];Eg.forEach(function(e){cn[e]=new xn(e,Hi,!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];cn[t]=new xn(t,zr,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){cn[e]=new xn(e,dr,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){cn[e]=new xn(e,dr,!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){cn[e]=new xn(e,Zn,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){cn[e]=new xn(e,Zn,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){cn[e]=new xn(e,Br,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){cn[e]=new xn(e,so,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){cn[e]=new xn(e,ra,!1,e.toLowerCase(),null,!1,!1)});var rd=/[\-\:]([a-z])/g,id=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(rd,id);cn[t]=new xn(t,zr,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(rd,id);cn[t]=new xn(t,zr,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(rd,id);cn[t]=new xn(t,zr,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){cn[e]=new xn(e,zr,!1,e.toLowerCase(),null,!1,!1)});var Cg="xlinkHref";cn[Cg]=new xn("xlinkHref",zr,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){cn[e]=new xn(e,zr,!1,e.toLowerCase(),null,!0,!0)});var _g=/^[\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,od=!1;function Np(e){!od&&_g.test(e)&&(od=!0,p("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 Es(e,t,a,u){if(u.mustUseProperty){var d=u.propertyName;return e[d]}else{ni(a,t),u.sanitizeURL&&Np(""+a);var h=u.attributeName,y=null;if(u.type===Br){if(e.hasAttribute(h)){var C=e.getAttribute(h);return C===""?!0:sn(t,a,u,!1)?C:C===""+a?a:C}}else if(e.hasAttribute(h)){if(sn(t,a,u,!1))return e.getAttribute(h);if(u.type===Zn)return a;y=e.getAttribute(h)}return sn(t,a,u,!1)?y===null?a:y:y===""+a?a:y}}function ld(e,t,a,u){{if(!fr(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var d=e.getAttribute(t);return ni(a,t),d===""+a?a:d}}function ia(e,t,a,u){var d=co(t);if(!Dn(t,d,u)){if(sn(t,a,d,u)&&(a=null),u||d===null){if(fr(t)){var h=t;a===null?e.removeAttribute(h):(ni(a,t),e.setAttribute(h,""+a))}return}var y=d.mustUseProperty;if(y){var C=d.propertyName;if(a===null){var S=d.type;e[C]=S===Zn?!1:""}else e[C]=a;return}var L=d.attributeName,N=d.attributeNamespace;if(a===null)e.removeAttribute(L);else{var V=d.type,U;V===Zn||V===Br&&a===!0?U="":(ni(a,L),U=""+a,d.sanitizeURL&&Np(U.toString())),N?e.setAttributeNS(N,L,U):e.setAttribute(L,U)}}}var iu=Symbol.for("react.element"),Vi=Symbol.for("react.portal"),Po=Symbol.for("react.fragment"),ou=Symbol.for("react.strict_mode"),Cs=Symbol.for("react.profiler"),Ap=Symbol.for("react.provider"),Op=Symbol.for("react.context"),lu=Symbol.for("react.forward_ref"),fo=Symbol.for("react.suspense"),_s=Symbol.for("react.suspense_list"),au=Symbol.for("react.memo"),_r=Symbol.for("react.lazy"),Sg=Symbol.for("react.scope"),wg=Symbol.for("react.debug_trace_mode"),Fp=Symbol.for("react.offscreen"),Tg=Symbol.for("react.legacy_hidden"),$x=Symbol.for("react.cache"),Px=Symbol.for("react.tracing_marker"),dn=Symbol.iterator,Lx="@@iterator";function Lo(e){if(e===null||typeof e!="object")return null;var t=dn&&e[dn]||e[Lx];return typeof t=="function"?t:null}var gt=Object.assign,ul=0,Dg,Rp,Ss,Ki,$g,xi,Pg;function Lg(){}Lg.__reactDisabledLog=!0;function Mx(){{if(ul===0){Dg=console.log,Rp=console.info,Ss=console.warn,Ki=console.error,$g=console.group,xi=console.groupCollapsed,Pg=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Lg,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}ul++}}function ad(){{if(ul--,ul===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:gt({},e,{value:Dg}),info:gt({},e,{value:Rp}),warn:gt({},e,{value:Ss}),error:gt({},e,{value:Ki}),group:gt({},e,{value:$g}),groupCollapsed:gt({},e,{value:xi}),groupEnd:gt({},e,{value:Pg})})}ul<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var uu=l.ReactCurrentDispatcher,oa;function ji(e,t,a){{if(oa===void 0)try{throw Error()}catch(d){var u=d.stack.trim().match(/\n( *(at )?)/);oa=u&&u[1]||""}return`
42
+ `+oa+e}}var zp=!1,ud;{var Bp=typeof WeakMap=="function"?WeakMap:Map;ud=new Bp}function sd(e,t){if(!e||zp)return"";{var a=ud.get(e);if(a!==void 0)return a}var u;zp=!0;var d=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var h;h=uu.current,uu.current=null,Mx();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(le){u=le}Reflect.construct(e,[],y)}else{try{y.call()}catch(le){u=le}e.call(y.prototype)}}else{try{throw Error()}catch(le){u=le}e()}}catch(le){if(le&&u&&typeof le.stack=="string"){for(var C=le.stack.split(`
43
+ `),S=u.stack.split(`
44
+ `),L=C.length-1,N=S.length-1;L>=1&&N>=0&&C[L]!==S[N];)N--;for(;L>=1&&N>=0;L--,N--)if(C[L]!==S[N]){if(L!==1||N!==1)do if(L--,N--,N<0||C[L]!==S[N]){var V=`
45
+ `+C[L].replace(" at new "," at ");return e.displayName&&V.includes("<anonymous>")&&(V=V.replace("<anonymous>",e.displayName)),typeof e=="function"&&ud.set(e,V),V}while(L>=1&&N>=0);break}}}finally{zp=!1,uu.current=h,ad(),Error.prepareStackTrace=d}var U=e?e.displayName||e.name:"",ie=U?ji(U):"";return typeof e=="function"&&ud.set(e,ie),ie}function Ip(e,t,a){return sd(e,!0)}function la(e,t,a){return sd(e,!1)}function Nx(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function ws(e,t,a){if(e==null)return"";if(typeof e=="function")return sd(e,Nx(e));if(typeof e=="string")return ji(e);switch(e){case fo:return ji("Suspense");case _s:return ji("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case lu:return la(e.render);case au:return ws(e.type,t,a);case _r:{var u=e,d=u._payload,h=u._init;try{return ws(h(d),t,a)}catch{}}}return""}function Lt(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case $:return ji(e.type);case M:return ji("Lazy");case R:return ji("Suspense");case G:return ji("SuspenseList");case E:case T:case ne:return la(e.type);case B:return la(e.type.render);case _:return Ip(e.type);default:return""}}function Up(e){try{var t="",a=e;do t+=Lt(a),a=a.return;while(a);return t}catch(u){return`
46
46
  Error generating stack: `+u.message+`
47
- `+u.stack}}function $g(e,t,a){var u=e.displayName;if(u)return u;var d=t.displayName||t.name||"";return d!==""?a+"("+d+")":a}function sd(e){return e.displayName||"Context"}function Ut(e){if(e==null)return null;if(typeof e.tag=="number"&&p("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 $o:return"Fragment";case Hi:return"Portal";case Es:return"Profiler";case ru:return"StrictMode";case co:return"Suspense";case Cs:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Mp:var t=e;return sd(t)+".Consumer";case Lp:var a=e;return sd(a._context)+".Provider";case iu:return $g(e,e.render,"ForwardRef");case ou:var u=e.displayName||null;return u!==null?u:Ut(e.type)||"Memo";case Sr:{var d=e,m=d._payload,y=d._init;try{return Ut(y(m))}catch{return null}}}return null}function Pg(e,t,a){var u=t.displayName||t.name||"";return e.displayName||(u!==""?a+"("+u+")":a)}function Bp(e){return e.displayName||"Context"}function ut(e){var t=e.tag,a=e.type;switch(t){case Se:return"Cache";case re:var u=a;return Bp(u)+".Consumer";case Q:var d=a;return Bp(d._context)+".Provider";case K:return"DehydratedFragment";case B:return Pg(a,a.render,"ForwardRef");case F:return"Fragment";case $:return a;case D:return"Portal";case _:return"Root";case A:return"Text";case M:return Ut(a);case I:return a===ru?"StrictMode":"Mode";case q:return"Offscreen";case Y:return"Profiler";case ye:return"Scope";case R:return"Suspense";case W:return"SuspenseList";case Ee:return"TracingMarker";case S:case E:case ue:case T:case j:case ne:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var _s=l.ReactDebugCurrentFrame,kn=null,xi=!1;function ki(){{if(kn===null)return null;var e=kn._debugOwner;if(e!==null&&typeof e<"u")return ut(e)}return null}function Ts(){return kn===null?"":zp(kn)}function $n(){_s.getCurrentStack=null,kn=null,xi=!1}function Ot(e){_s.getCurrentStack=e===null?null:Ts,kn=e,xi=!1}function Px(){return kn}function ji(e){xi=e}function pr(e){return""+e}function ul(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Rr(e),e;default:return""}}var Lg={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function au(e,t){Lg[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||p("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||p("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 Ip(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Mg(e){return e._valueTracker}function Ds(e){e._valueTracker=null}function $s(e){var t="";return e&&(Ip(e)?t=e.checked?"true":"false":t=e.value),t}function uu(e){var t=Ip(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Rr(e[t]);var u=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var d=a.get,m=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return d.call(this)},set:function(C){Rr(C),u=""+C,m.call(this,C)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var y={getValue:function(){return u},setValue:function(C){Rr(C),u=""+C},stopTracking:function(){Ds(e),delete e[t]}};return y}}function la(e){Mg(e)||(e._valueTracker=uu(e))}function Ng(e){if(!e)return!1;var t=Mg(e);if(!t)return!0;var a=t.getValue(),u=$s(e);return u!==a?(t.setValue(u),!0):!1}function cd(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 dd=!1,Ps=!1,fd=!1,Up=!1;function Lo(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function Ls(e,t){var a=e,u=t.checked,d=gt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:u??a._wrapperState.initialChecked});return d}function Ms(e,t){au("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Ps&&(p("%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",ki()||"A component",t.type),Ps=!0),t.value!==void 0&&t.defaultValue!==void 0&&!dd&&(p("%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",ki()||"A component",t.type),dd=!0);var a=e,u=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:ul(t.value!=null?t.value:u),controlled:Lo(t)}}function Hp(e,t){var a=e,u=t.checked;u!=null&&ra(a,"checked",u,!1)}function su(e,t){var a=e;{var u=Lo(t);!a._wrapperState.controlled&&u&&!Up&&(p("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"),Up=!0),a._wrapperState.controlled&&!u&&!fd&&(p("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"),fd=!0)}Hp(e,t);var d=ul(t.value),m=t.type;if(d!=null)m==="number"?(d===0&&a.value===""||a.value!=d)&&(a.value=pr(d)):a.value!==pr(d)&&(a.value=pr(d));else if(m==="submit"||m==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?sl(a,t.type,d):t.hasOwnProperty("defaultValue")&&sl(a,t.type,ul(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function Ns(e,t,a){var u=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var d=t.type,m=d==="submit"||d==="reset";if(m&&(t.value===void 0||t.value===null))return;var y=pr(u._wrapperState.initialValue);a||y!==u.value&&(u.value=y),u.defaultValue=y}var C=u.name;C!==""&&(u.name=""),u.defaultChecked=!u.defaultChecked,u.defaultChecked=!!u._wrapperState.initialChecked,C!==""&&(u.name=C)}function Ag(e,t){var a=e;su(a,t),ni(a,t)}function ni(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var u=e;u.parentNode;)u=u.parentNode;ti(a,"name");for(var d=u.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),m=0;m<d.length;m++){var y=d[m];if(!(y===e||y.form!==e.form)){var C=c0(y);if(!C)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Ng(y),su(y,C)}}}}function sl(e,t,a){(t!=="number"||cd(e.ownerDocument)!==e)&&(a==null?e.defaultValue=pr(e._wrapperState.initialValue):e.defaultValue!==pr(a)&&(e.defaultValue=pr(a)))}var pd=!1,cu=!1,Og=!1;function vd(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?n.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||cu||(cu=!0,p("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(Og||(Og=!0,p("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!pd&&(p("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),pd=!0)}function Vp(e,t){t.value!=null&&e.setAttribute("value",pr(ul(t.value)))}var As=Array.isArray;function In(e){return As(e)}var md;md=!1;function Fg(){var e=ki();return e?`
47
+ `+u.stack}}function Mg(e,t,a){var u=e.displayName;if(u)return u;var d=t.displayName||t.name||"";return d!==""?a+"("+d+")":a}function cd(e){return e.displayName||"Context"}function Ht(e){if(e==null)return null;if(typeof e.tag=="number"&&p("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 Po:return"Fragment";case Vi:return"Portal";case Cs:return"Profiler";case ou:return"StrictMode";case fo:return"Suspense";case _s:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Op:var t=e;return cd(t)+".Consumer";case Ap:var a=e;return cd(a._context)+".Provider";case lu:return Mg(e,e.render,"ForwardRef");case au:var u=e.displayName||null;return u!==null?u:Ht(e.type)||"Memo";case _r:{var d=e,h=d._payload,y=d._init;try{return Ht(y(h))}catch{return null}}}return null}function Ng(e,t,a){var u=t.displayName||t.name||"";return e.displayName||(u!==""?a+"("+u+")":a)}function Hp(e){return e.displayName||"Context"}function ut(e){var t=e.tag,a=e.type;switch(t){case _e:return"Cache";case re:var u=a;return Hp(u)+".Consumer";case q:var d=a;return Hp(d._context)+".Provider";case K:return"DehydratedFragment";case B:return Ng(a,a.render,"ForwardRef");case F:return"Fragment";case $:return a;case D:return"Portal";case w:return"Root";case A:return"Text";case M:return Ht(a);case I:return a===ou?"StrictMode":"Mode";case Q:return"Offscreen";case W:return"Profiler";case be:return"Scope";case R:return"Suspense";case G:return"SuspenseList";case Ce:return"TracingMarker";case _:case E:case ue:case T:case j:case ne:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var Ts=l.ReactDebugCurrentFrame,kn=null,ki=!1;function Ei(){{if(kn===null)return null;var e=kn._debugOwner;if(e!==null&&typeof e<"u")return ut(e)}return null}function Ds(){return kn===null?"":Up(kn)}function $n(){Ts.getCurrentStack=null,kn=null,ki=!1}function Ft(e){Ts.getCurrentStack=e===null?null:Ds,kn=e,ki=!1}function Ax(){return kn}function Wi(e){ki=e}function pr(e){return""+e}function sl(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Rr(e),e;default:return""}}var Ag={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function su(e,t){Ag[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||p("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||p("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 Vp(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Og(e){return e._valueTracker}function $s(e){e._valueTracker=null}function Ps(e){var t="";return e&&(Vp(e)?t=e.checked?"true":"false":t=e.value),t}function cu(e){var t=Vp(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Rr(e[t]);var u=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var d=a.get,h=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return d.call(this)},set:function(C){Rr(C),u=""+C,h.call(this,C)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var y={getValue:function(){return u},setValue:function(C){Rr(C),u=""+C},stopTracking:function(){$s(e),delete e[t]}};return y}}function aa(e){Og(e)||(e._valueTracker=cu(e))}function Fg(e){if(!e)return!1;var t=Og(e);if(!t)return!0;var a=t.getValue(),u=Ps(e);return u!==a?(t.setValue(u),!0):!1}function dd(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 fd=!1,Ls=!1,pd=!1,Kp=!1;function Mo(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function Ms(e,t){var a=e,u=t.checked,d=gt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:u??a._wrapperState.initialChecked});return d}function Ns(e,t){su("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Ls&&(p("%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",Ei()||"A component",t.type),Ls=!0),t.value!==void 0&&t.defaultValue!==void 0&&!fd&&(p("%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",Ei()||"A component",t.type),fd=!0);var a=e,u=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:sl(t.value!=null?t.value:u),controlled:Mo(t)}}function jp(e,t){var a=e,u=t.checked;u!=null&&ia(a,"checked",u,!1)}function du(e,t){var a=e;{var u=Mo(t);!a._wrapperState.controlled&&u&&!Kp&&(p("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"),Kp=!0),a._wrapperState.controlled&&!u&&!pd&&(p("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"),pd=!0)}jp(e,t);var d=sl(t.value),h=t.type;if(d!=null)h==="number"?(d===0&&a.value===""||a.value!=d)&&(a.value=pr(d)):a.value!==pr(d)&&(a.value=pr(d));else if(h==="submit"||h==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?cl(a,t.type,d):t.hasOwnProperty("defaultValue")&&cl(a,t.type,sl(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function As(e,t,a){var u=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var d=t.type,h=d==="submit"||d==="reset";if(h&&(t.value===void 0||t.value===null))return;var y=pr(u._wrapperState.initialValue);a||y!==u.value&&(u.value=y),u.defaultValue=y}var C=u.name;C!==""&&(u.name=""),u.defaultChecked=!u.defaultChecked,u.defaultChecked=!!u._wrapperState.initialChecked,C!==""&&(u.name=C)}function Rg(e,t){var a=e;du(a,t),ri(a,t)}function ri(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var u=e;u.parentNode;)u=u.parentNode;ni(a,"name");for(var d=u.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),h=0;h<d.length;h++){var y=d[h];if(!(y===e||y.form!==e.form)){var C=p0(y);if(!C)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Fg(y),du(y,C)}}}}function cl(e,t,a){(t!=="number"||dd(e.ownerDocument)!==e)&&(a==null?e.defaultValue=pr(e._wrapperState.initialValue):e.defaultValue!==pr(a)&&(e.defaultValue=pr(a)))}var vd=!1,fu=!1,zg=!1;function md(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?n.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||fu||(fu=!0,p("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(zg||(zg=!0,p("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!vd&&(p("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),vd=!0)}function Wp(e,t){t.value!=null&&e.setAttribute("value",pr(sl(t.value)))}var Os=Array.isArray;function In(e){return Os(e)}var hd;hd=!1;function Bg(){var e=Ei();return e?`
48
48
 
49
- Check the render method of \``+e+"`.":""}var Rg=["value","defaultValue"];function Lx(e){{au("select",e);for(var t=0;t<Rg.length;t++){var a=Rg[t];if(e[a]!=null){var u=In(e[a]);e.multiple&&!u?p("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Fg()):!e.multiple&&u&&p("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Fg())}}}}function cl(e,t,a,u){var d=e.options;if(t){for(var m=a,y={},C=0;C<m.length;C++)y["$"+m[C]]=!0;for(var w=0;w<d.length;w++){var L=y.hasOwnProperty("$"+d[w].value);d[w].selected!==L&&(d[w].selected=L),L&&u&&(d[w].defaultSelected=!0)}}else{for(var N=pr(ul(a)),V=null,U=0;U<d.length;U++){if(d[U].value===N){d[U].selected=!0,u&&(d[U].defaultSelected=!0);return}V===null&&!d[U].disabled&&(V=d[U])}V!==null&&(V.selected=!0)}}function Kp(e,t){return gt({},t,{value:void 0})}function zg(e,t){var a=e;Lx(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!md&&(p("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"),md=!0)}function Mx(e,t){var a=e;a.multiple=!!t.multiple;var u=t.value;u!=null?cl(a,!!t.multiple,u,!1):t.defaultValue!=null&&cl(a,!!t.multiple,t.defaultValue,!0)}function Nx(e,t){var a=e,u=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var d=t.value;d!=null?cl(a,!!t.multiple,d,!1):u!==!!t.multiple&&(t.defaultValue!=null?cl(a,!!t.multiple,t.defaultValue,!0):cl(a,!!t.multiple,t.multiple?[]:"",!1))}function Ax(e,t){var a=e,u=t.value;u!=null&&cl(a,!!t.multiple,u,!1)}var jp=!1;function Wp(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var u=gt({},t,{value:void 0,defaultValue:void 0,children:pr(a._wrapperState.initialValue)});return u}function Bg(e,t){var a=e;au("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!jp&&(p("%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",ki()||"A component"),jp=!0);var u=t.value;if(u==null){var d=t.children,m=t.defaultValue;if(d!=null){p("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(m!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(In(d)){if(d.length>1)throw new Error("<textarea> can only have at most one child.");d=d[0]}m=d}}m==null&&(m=""),u=m}a._wrapperState={initialValue:ul(u)}}function Ig(e,t){var a=e,u=ul(t.value),d=ul(t.defaultValue);if(u!=null){var m=pr(u);m!==a.value&&(a.value=m),t.defaultValue==null&&a.defaultValue!==m&&(a.defaultValue=m)}d!=null&&(a.defaultValue=pr(d))}function Ug(e,t){var a=e,u=a.textContent;u===a._wrapperState.initialValue&&u!==""&&u!==null&&(a.value=u)}function Gp(e,t){Ig(e,t)}var Mo="http://www.w3.org/1999/xhtml",Ox="http://www.w3.org/1998/Math/MathML",Yp="http://www.w3.org/2000/svg";function hd(e){switch(e){case"svg":return Yp;case"math":return Ox;default:return Mo}}function qp(e,t){return e==null||e===Mo?hd(t):e===Yp&&t==="foreignObject"?Mo:e}var Fx=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,u,d){MSApp.execUnsafeLocalFunction(function(){return e(t,a,u,d)})}:e},gd,Hg=Fx(function(e,t){if(e.namespaceURI===Yp&&!("innerHTML"in e)){gd=gd||document.createElement("div"),gd.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=gd.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Ir=1,No=3,En=8,Wi=9,aa=11,yd=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===No){a.nodeValue=t;return}}e.textContent=t},Vg={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"]},du={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 Kg(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var jg=["Webkit","ms","Moz","O"];Object.keys(du).forEach(function(e){jg.forEach(function(t){du[Kg(t,e)]=du[e]})});function bd(e,t,a){var u=t==null||typeof t=="boolean"||t==="";return u?"":!a&&typeof t=="number"&&t!==0&&!(du.hasOwnProperty(e)&&du[e])?t+"px":(At(t,e),(""+t).trim())}var fu=/([A-Z])/g,Rx=/^ms-/;function zx(e){return e.replace(fu,"-$1").toLowerCase().replace(Rx,"-ms-")}var Wg=function(){};{var Gg=/^(?:webkit|moz|o)[A-Z]/,Yg=/^-ms-/,Os=/-(.)/g,pu=/;\s*$/,vu={},mu={},qg=!1,Qp=!1,Xp=function(e){return e.replace(Os,function(t,a){return a.toUpperCase()})},Zp=function(e){vu.hasOwnProperty(e)&&vu[e]||(vu[e]=!0,p("Unsupported style property %s. Did you mean %s?",e,Xp(e.replace(Yg,"ms-"))))},Qg=function(e){vu.hasOwnProperty(e)&&vu[e]||(vu[e]=!0,p("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Xg=function(e,t){mu.hasOwnProperty(t)&&mu[t]||(mu[t]=!0,p(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(pu,"")))},Zg=function(e,t){qg||(qg=!0,p("`NaN` is an invalid value for the `%s` css style property.",e))},Bx=function(e,t){Qp||(Qp=!0,p("`Infinity` is an invalid value for the `%s` css style property.",e))};Wg=function(e,t){e.indexOf("-")>-1?Zp(e):Gg.test(e)?Qg(e):pu.test(t)&&Xg(e,t),typeof t=="number"&&(isNaN(t)?Zg(e,t):isFinite(t)||Bx(e,t))}}var Ix=Wg;function Ux(e){{var t="",a="";for(var u in e)if(e.hasOwnProperty(u)){var d=e[u];if(d!=null){var m=u.indexOf("--")===0;t+=a+(m?u:zx(u))+":",t+=bd(u,d,m),a=";"}}return t||null}}function Jg(e,t){var a=e.style;for(var u in t)if(t.hasOwnProperty(u)){var d=u.indexOf("--")===0;d||Ix(u,t[u]);var m=bd(u,t[u],d);u==="float"&&(u="cssFloat"),d?a.setProperty(u,m):a[u]=m}}function Hx(e){return e==null||typeof e=="boolean"||e===""}function Ei(e){var t={};for(var a in e)for(var u=Vg[a]||[a],d=0;d<u.length;d++)t[u[d]]=a;return t}function Fs(e,t){{if(!t)return;var a=Ei(e),u=Ei(t),d={};for(var m in a){var y=a[m],C=u[m];if(C&&y!==C){var w=y+","+C;if(d[w])continue;d[w]=!0,p("%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.",Hx(e[y])?"Removing":"Updating",y,C)}}}}var ey={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},ty=gt({menuitem:!0},ey),ny="__html";function xd(e,t){if(t){if(ty[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"||!(ny 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&&p("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 Ao(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 kd={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"},ry={"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},Gi={},Jp=new RegExp("^(aria)-["+qe+"]*$"),Rs=new RegExp("^(aria)[A-Z]["+qe+"]*$");function ev(e,t){{if(jt.call(Gi,t)&&Gi[t])return!0;if(Rs.test(t)){var a="aria-"+t.slice(4).toLowerCase(),u=ry.hasOwnProperty(a)?a:null;if(u==null)return p("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Gi[t]=!0,!0;if(t!==u)return p("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,u),Gi[t]=!0,!0}if(Jp.test(t)){var d=t.toLowerCase(),m=ry.hasOwnProperty(d)?d:null;if(m==null)return Gi[t]=!0,!1;if(t!==m)return p("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,m),Gi[t]=!0,!0}}return!0}function iy(e,t){{var a=[];for(var u in t){var d=ev(e,u);d||a.push(u)}var m=a.map(function(y){return"`"+y+"`"}).join(", ");a.length===1?p("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",m,e):a.length>1&&p("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",m,e)}}function Ed(e,t){Ao(e,t)||iy(e,t)}var ua=!1;function tv(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!ua&&(ua=!0,e==="select"&&t.multiple?p("`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):p("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var nv=function(){};{var Un={},rv=/^on./,oy=/^on[^A-Z]/,ly=new RegExp("^(aria)-["+qe+"]*$"),ay=new RegExp("^(aria)[A-Z]["+qe+"]*$");nv=function(e,t,a,u){if(jt.call(Un,t)&&Un[t])return!0;var d=t.toLowerCase();if(d==="onfocusin"||d==="onfocusout")return p("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."),Un[t]=!0,!0;if(u!=null){var m=u.registrationNameDependencies,y=u.possibleRegistrationNames;if(m.hasOwnProperty(t))return!0;var C=y.hasOwnProperty(d)?y[d]:null;if(C!=null)return p("Invalid event handler property `%s`. Did you mean `%s`?",t,C),Un[t]=!0,!0;if(rv.test(t))return p("Unknown event handler property `%s`. It will be ignored.",t),Un[t]=!0,!0}else if(rv.test(t))return oy.test(t)&&p("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Un[t]=!0,!0;if(ly.test(t)||ay.test(t))return!0;if(d==="innerhtml")return p("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Un[t]=!0,!0;if(d==="aria")return p("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Un[t]=!0,!0;if(d==="is"&&a!==null&&a!==void 0&&typeof a!="string")return p("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Un[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return p("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Un[t]=!0,!0;var w=so(t),L=w!==null&&w.type===Ui;if(kd.hasOwnProperty(d)){var N=kd[d];if(N!==t)return p("Invalid DOM property `%s`. Did you mean `%s`?",t,N),Un[t]=!0,!0}else if(!L&&t!==d)return p("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,d),Un[t]=!0,!0;return typeof a=="boolean"&&yi(t,a,w,!1)?(a?p('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):p('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),Un[t]=!0,!0):L?!0:yi(t,a,w,!1)?(Un[t]=!0,!1):((a==="false"||a==="true")&&w!==null&&w.type===Zn&&(p("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),Un[t]=!0),!0)}}var uy=function(e,t,a){{var u=[];for(var d in t){var m=nv(e,d,t[d],a);m||u.push(d)}var y=u.map(function(C){return"`"+C+"`"}).join(", ");u.length===1?p("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&&p("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 sy(e,t,a){Ao(e,t)||uy(e,t,a)}var Oo=1,zs=2,sa=4,Vx=Oo|zs|sa,Bs=null;function Is(e){Bs!==null&&p("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),Bs=e}function Kx(){Bs===null&&p("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),Bs=null}function cy(e){return e===Bs}function Cd(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===No?t.parentNode:t}var Ht=null,dl=null,Fo=null;function hu(e){var t=Hu(e);if(t){if(typeof Ht!="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=c0(a);Ht(t.stateNode,t.type,u)}}}function dy(e){Ht=e}function Sd(e){dl?Fo?Fo.push(e):Fo=[e]:dl=e}function Us(){return dl!==null||Fo!==null}function Hs(){if(dl){var e=dl,t=Fo;if(dl=null,Fo=null,hu(e),t)for(var a=0;a<t.length;a++)hu(t[a])}}var ca=function(e,t){return e(t)},iv=function(){},ov=!1;function jx(){var e=Us();e&&(iv(),Hs())}function lv(e,t,a){if(ov)return e(t,a);ov=!0;try{return ca(e,t,a)}finally{ov=!1,jx()}}function wd(e,t,a){ca=e,iv=a}function _d(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function av(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&&_d(t));default:return!1}}function da(e,t){var a=e.stateNode;if(a===null)return null;var u=c0(a);if(u===null)return null;var d=u[t];if(av(t,e.type,u))return null;if(d&&typeof d!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof d+"` type.");return d}var Vs=!1;if(Bt)try{var fa={};Object.defineProperty(fa,"passive",{get:function(){Vs=!0}}),window.addEventListener("test",fa,fa),window.removeEventListener("test",fa,fa)}catch{Vs=!1}function fy(e,t,a,u,d,m,y,C,w){var L=Array.prototype.slice.call(arguments,3);try{t.apply(a,L)}catch(N){this.onError(N)}}var uv=fy;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var sv=document.createElement("react");uv=function(t,a,u,d,m,y,C,w,L){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"),V=!1,U=!0,ie=window.event,le=Object.getOwnPropertyDescriptor(window,"event");function se(){sv.removeEventListener(ce,Je,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=ie)}var Re=Array.prototype.slice.call(arguments,3);function Je(){V=!0,se(),a.apply(u,Re),U=!1}var Ye,Ct=!1,bt=!1;function J(ee){if(Ye=ee.error,Ct=!0,Ye===null&&ee.colno===0&&ee.lineno===0&&(bt=!0),ee.defaultPrevented&&Ye!=null&&typeof Ye=="object")try{Ye._suppressLogging=!0}catch{}}var ce="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",J),sv.addEventListener(ce,Je,!1),N.initEvent(ce,!1,!1),sv.dispatchEvent(N),le&&Object.defineProperty(window,"event",le),V&&U&&(Ct?bt&&(Ye=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Ye=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Ye)),window.removeEventListener("error",J),!V)return se(),fy.apply(this,arguments)}}var Wx=uv,fl=!1,Yi=null,Ks=!1,pl=null,fo={onError:function(e){fl=!0,Yi=e}};function pa(e,t,a,u,d,m,y,C,w){fl=!1,Yi=null,Wx.apply(fo,arguments)}function Ro(e,t,a,u,d,m,y,C,w){if(pa.apply(this,arguments),fl){var L=dv();Ks||(Ks=!0,pl=L)}}function cv(){if(Ks){var e=pl;throw Ks=!1,pl=null,e}}function Gx(){return fl}function dv(){if(fl){var e=Yi;return fl=!1,Yi=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 Ci(e){return e._reactInternals}function js(e){return e._reactInternals!==void 0}function gu(e,t){e._reactInternals=t}var Ze=0,vl=1,Wt=2,st=4,Dt=16,$t=32,po=64,it=128,dn=256,Ur=512,Si=1024,Jt=2048,wi=4096,ml=8192,Ws=16384,Td=Jt|st|po|Ur|Si|Ws,py=32767,ri=32768,Hn=65536,Gs=131072,fv=1048576,pv=2097152,Hr=4194304,hl=8388608,Vr=16777216,va=33554432,yu=st|Si|0,Kr=Wt|st|Dt|$t|Ur|wi|ml,vr=st|po|Ur|ml,_i=Jt|Dt,Jn=Hr|hl|pv,zo=l.ReactCurrentOwner;function ii(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var u=t;do t=u,(t.flags&(Wt|wi))!==Ze&&(a=t.return),u=t.return;while(u)}return t.tag===_?a:null}function vv(e){if(e.tag===R){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 Dd(e){return e.tag===_?e.stateNode.containerInfo:null}function mv(e){return ii(e)===e}function oi(e){{var t=zo.current;if(t!==null&&t.tag===S){var a=t,u=a.stateNode;u._warnedAboutRefsInRender||p("%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.",ut(a)||"A component"),u._warnedAboutRefsInRender=!0}}var d=Ci(e);return d?ii(d)===d:!1}function jr(e){if(ii(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function Gt(e){var t=e.alternate;if(!t){var a=ii(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var u=e,d=t;;){var m=u.return;if(m===null)break;var y=m.alternate;if(y===null){var C=m.return;if(C!==null){u=d=C;continue}break}if(m.child===y.child){for(var w=m.child;w;){if(w===u)return jr(m),e;if(w===d)return jr(m),t;w=w.sibling}throw new Error("Unable to find node on an unmounted component.")}if(u.return!==d.return)u=m,d=y;else{for(var L=!1,N=m.child;N;){if(N===u){L=!0,u=m,d=y;break}if(N===d){L=!0,d=m,u=y;break}N=N.sibling}if(!L){for(N=y.child;N;){if(N===u){L=!0,u=y,d=m;break}if(N===d){L=!0,d=y,u=m;break}N=N.sibling}if(!L)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!==d)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!==_)throw new Error("Unable to find node on an unmounted component.");return u.stateNode.current===u?e:t}function Ti(e){var t=Gt(e);return t!==null?hv(t):null}function hv(e){if(e.tag===$||e.tag===A)return e;for(var t=e.child;t!==null;){var a=hv(t);if(a!==null)return a;t=t.sibling}return null}function vy(e){var t=Gt(e);return t!==null?$d(t):null}function $d(e){if(e.tag===$||e.tag===A)return e;for(var t=e.child;t!==null;){if(t.tag!==D){var a=$d(t);if(a!==null)return a}t=t.sibling}return null}var Pd=r.unstable_scheduleCallback,my=r.unstable_cancelCallback,Ld=r.unstable_shouldYield,hy=r.unstable_requestPaint,rn=r.unstable_now,gv=r.unstable_getCurrentPriorityLevel,Md=r.unstable_ImmediatePriority,li=r.unstable_UserBlockingPriority,vo=r.unstable_NormalPriority,Nd=r.unstable_LowPriority,gl=r.unstable_IdlePriority,yv=r.unstable_yieldValue,bv=r.unstable_setDisableYieldValue,yl=null,Vn=null,Pe=null,mn=!1,er=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function xv(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 p("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Be&&(e=gt({},e,{getLaneLabelMap:xl,injectProfilingHooks:Io})),yl=t.inject(e),Vn=t}catch(a){p("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function gy(e,t){if(Vn&&typeof Vn.onScheduleFiberRoot=="function")try{Vn.onScheduleFiberRoot(yl,e,t)}catch(a){mn||(mn=!0,p("React instrumentation encountered an error: %s",a))}}function Bo(e,t){if(Vn&&typeof Vn.onCommitFiberRoot=="function")try{var a=(e.current.flags&it)===it;if(Fe){var u;switch(t){case mr:u=Md;break;case tr:u=li;break;case Ho:u=vo;break;case nc:u=gl;break;default:u=vo;break}Vn.onCommitFiberRoot(yl,e,u,a)}}catch(d){mn||(mn=!0,p("React instrumentation encountered an error: %s",d))}}function bl(e){if(Vn&&typeof Vn.onPostCommitFiberRoot=="function")try{Vn.onPostCommitFiberRoot(yl,e)}catch(t){mn||(mn=!0,p("React instrumentation encountered an error: %s",t))}}function kv(e){if(Vn&&typeof Vn.onCommitFiberUnmount=="function")try{Vn.onCommitFiberUnmount(yl,e)}catch(t){mn||(mn=!0,p("React instrumentation encountered an error: %s",t))}}function Pn(e){if(typeof yv=="function"&&(bv(e),f(e)),Vn&&typeof Vn.setStrictMode=="function")try{Vn.setStrictMode(yl,e)}catch(t){mn||(mn=!0,p("React instrumentation encountered an error: %s",t))}}function Io(e){Pe=e}function xl(){{for(var e=new Map,t=1,a=0;a<Yt;a++){var u=Yx(t);e.set(t,u),t*=2}return e}}function Ad(e){Pe!==null&&typeof Pe.markCommitStarted=="function"&&Pe.markCommitStarted(e)}function Ev(){Pe!==null&&typeof Pe.markCommitStopped=="function"&&Pe.markCommitStopped()}function kl(e){Pe!==null&&typeof Pe.markComponentRenderStarted=="function"&&Pe.markComponentRenderStarted(e)}function ma(){Pe!==null&&typeof Pe.markComponentRenderStopped=="function"&&Pe.markComponentRenderStopped()}function yy(e){Pe!==null&&typeof Pe.markComponentPassiveEffectMountStarted=="function"&&Pe.markComponentPassiveEffectMountStarted(e)}function Cv(){Pe!==null&&typeof Pe.markComponentPassiveEffectMountStopped=="function"&&Pe.markComponentPassiveEffectMountStopped()}function Od(e){Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStarted=="function"&&Pe.markComponentPassiveEffectUnmountStarted(e)}function by(){Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStopped=="function"&&Pe.markComponentPassiveEffectUnmountStopped()}function xy(e){Pe!==null&&typeof Pe.markComponentLayoutEffectMountStarted=="function"&&Pe.markComponentLayoutEffectMountStarted(e)}function ky(){Pe!==null&&typeof Pe.markComponentLayoutEffectMountStopped=="function"&&Pe.markComponentLayoutEffectMountStopped()}function Fd(e){Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStarted=="function"&&Pe.markComponentLayoutEffectUnmountStarted(e)}function bu(){Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStopped=="function"&&Pe.markComponentLayoutEffectUnmountStopped()}function Rd(e,t,a){Pe!==null&&typeof Pe.markComponentErrored=="function"&&Pe.markComponentErrored(e,t,a)}function Ey(e,t,a){Pe!==null&&typeof Pe.markComponentSuspended=="function"&&Pe.markComponentSuspended(e,t,a)}function Cy(e){Pe!==null&&typeof Pe.markLayoutEffectsStarted=="function"&&Pe.markLayoutEffectsStarted(e)}function xu(){Pe!==null&&typeof Pe.markLayoutEffectsStopped=="function"&&Pe.markLayoutEffectsStopped()}function Sy(e){Pe!==null&&typeof Pe.markPassiveEffectsStarted=="function"&&Pe.markPassiveEffectsStarted(e)}function Ys(){Pe!==null&&typeof Pe.markPassiveEffectsStopped=="function"&&Pe.markPassiveEffectsStopped()}function qi(e){Pe!==null&&typeof Pe.markRenderStarted=="function"&&Pe.markRenderStarted(e)}function qs(){Pe!==null&&typeof Pe.markRenderYielded=="function"&&Pe.markRenderYielded()}function ku(){Pe!==null&&typeof Pe.markRenderStopped=="function"&&Pe.markRenderStopped()}function ha(e){Pe!==null&&typeof Pe.markRenderScheduled=="function"&&Pe.markRenderScheduled(e)}function Sv(e,t){Pe!==null&&typeof Pe.markForceUpdateScheduled=="function"&&Pe.markForceUpdateScheduled(e,t)}function El(e,t){Pe!==null&&typeof Pe.markStateUpdateScheduled=="function"&&Pe.markStateUpdateScheduled(e,t)}var et=0,pt=1,tt=2,on=8,Di=16,zd=Math.clz32?Math.clz32:ga,Bd=Math.log,wv=Math.LN2;function ga(e){var t=e>>>0;return t===0?32:31-(Bd(t)/wv|0)|0}var Yt=31,de=0,kt=0,nt=1,mo=2,ai=4,ya=8,qt=16,ba=32,Cl=4194240,xa=64,$i=128,Wr=256,ka=512,Qs=1024,Xs=2048,Id=4096,Ud=8192,Hd=16384,Vd=32768,Kd=65536,jd=131072,Wd=262144,Gd=524288,Ea=1048576,Yd=2097152,Ca=130023424,Uo=4194304,qd=8388608,Zs=16777216,Qd=33554432,Xd=67108864,_v=Uo,Eu=134217728,Zd=268435455,Cu=268435456,Sl=536870912,Gr=1073741824;function Yx(e){{if(e&nt)return"Sync";if(e&mo)return"InputContinuousHydration";if(e&ai)return"InputContinuous";if(e&ya)return"DefaultHydration";if(e&qt)return"Default";if(e&ba)return"TransitionHydration";if(e&Cl)return"Transition";if(e&Ca)return"Retry";if(e&Eu)return"SelectiveHydration";if(e&Cu)return"IdleHydration";if(e&Sl)return"Idle";if(e&Gr)return"Offscreen"}}var Vt=-1,Jd=xa,ef=Uo;function Su(e){switch(Cn(e)){case nt:return nt;case mo:return mo;case ai:return ai;case ya:return ya;case qt:return qt;case ba:return ba;case xa:case $i:case Wr:case ka:case Qs:case Xs:case Id:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Ea:case Yd:return e&Cl;case Uo:case qd:case Zs:case Qd:case Xd:return e&Ca;case Eu:return Eu;case Cu:return Cu;case Sl:return Sl;case Gr:return Gr;default:return p("Should have found matching lanes. This is a bug in React."),e}}function Js(e,t){var a=e.pendingLanes;if(a===de)return de;var u=de,d=e.suspendedLanes,m=e.pingedLanes,y=a&Zd;if(y!==de){var C=y&~d;if(C!==de)u=Su(C);else{var w=y&m;w!==de&&(u=Su(w))}}else{var L=a&~d;L!==de?u=Su(L):m!==de&&(u=Su(m))}if(u===de)return de;if(t!==de&&t!==u&&(t&d)===de){var N=Cn(u),V=Cn(t);if(N>=V||N===qt&&(V&Cl)!==de)return t}(u&ai)!==de&&(u|=a&qt);var U=e.entangledLanes;if(U!==de)for(var ie=e.entanglements,le=u&U;le>0;){var se=wl(le),Re=1<<se;u|=ie[se],le&=~Re}return u}function wy(e,t){for(var a=e.eventTimes,u=Vt;t>0;){var d=wl(t),m=1<<d,y=a[d];y>u&&(u=y),t&=~m}return u}function tf(e,t){switch(e){case nt:case mo:case ai:return t+250;case ya:case qt:case ba:case xa:case $i:case Wr:case ka:case Qs:case Xs:case Id:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Ea:case Yd:return t+5e3;case Uo:case qd:case Zs:case Qd:case Xd:return Vt;case Eu:case Cu:case Sl:case Gr:return Vt;default:return p("Should have found matching lanes. This is a bug in React."),Vt}}function qx(e,t){for(var a=e.pendingLanes,u=e.suspendedLanes,d=e.pingedLanes,m=e.expirationTimes,y=a;y>0;){var C=wl(y),w=1<<C,L=m[C];L===Vt?((w&u)===de||(w&d)!==de)&&(m[C]=tf(w,t)):L<=t&&(e.expiredLanes|=w),y&=~w}}function Qx(e){return Su(e.pendingLanes)}function Tv(e){var t=e.pendingLanes&~Gr;return t!==de?t:t&Gr?Gr:de}function wu(e){return(e&nt)!==de}function ec(e){return(e&Zd)!==de}function nf(e){return(e&Ca)===e}function Xx(e){var t=nt|ai|qt;return(e&t)===de}function _y(e){return(e&Cl)===e}function tc(e,t){var a=mo|ai|ya|qt;return(t&a)!==de}function Ty(e,t){return(t&e.expiredLanes)!==de}function Dv(e){return(e&Cl)!==de}function $v(){var e=Jd;return Jd<<=1,(Jd&Cl)===de&&(Jd=xa),e}function Zx(){var e=ef;return ef<<=1,(ef&Ca)===de&&(ef=Uo),e}function Cn(e){return e&-e}function Ln(e){return Cn(e)}function wl(e){return 31-zd(e)}function rf(e){return wl(e)}function Yr(e,t){return(e&t)!==de}function Sa(e,t){return(e&t)===t}function ct(e,t){return e|t}function _u(e,t){return e&~t}function Pv(e,t){return e&t}function Dy(e){return e}function $y(e,t){return e!==kt&&e<t?e:t}function of(e){for(var t=[],a=0;a<Yt;a++)t.push(e);return t}function wa(e,t,a){e.pendingLanes|=t,t!==Sl&&(e.suspendedLanes=de,e.pingedLanes=de);var u=e.eventTimes,d=rf(t);u[d]=a}function Lv(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,u=t;u>0;){var d=wl(u),m=1<<d;a[d]=Vt,u&=~m}}function Mv(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function Nv(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=de,e.pingedLanes=de,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var u=e.entanglements,d=e.eventTimes,m=e.expirationTimes,y=a;y>0;){var C=wl(y),w=1<<C;u[C]=de,d[C]=Vt,m[C]=Vt,y&=~w}}function Tu(e,t){for(var a=e.entangledLanes|=t,u=e.entanglements,d=a;d;){var m=wl(d),y=1<<m;y&t|u[m]&t&&(u[m]|=t),d&=~y}}function Jx(e,t){var a=Cn(t),u;switch(a){case ai:u=mo;break;case qt:u=ya;break;case xa:case $i:case Wr:case ka:case Qs:case Xs:case Id:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Ea:case Yd:case Uo:case qd:case Zs:case Qd:case Xd:u=ba;break;case Sl:u=Cu;break;default:u=kt;break}return(u&(e.suspendedLanes|t))!==kt?kt:u}function Av(e,t,a){if(er)for(var u=e.pendingUpdatersLaneMap;a>0;){var d=rf(a),m=1<<d,y=u[d];y.add(t),a&=~m}}function lf(e,t){if(er)for(var a=e.pendingUpdatersLaneMap,u=e.memoizedUpdaters;t>0;){var d=rf(t),m=1<<d,y=a[d];y.size>0&&(y.forEach(function(C){var w=C.alternate;(w===null||!u.has(w))&&u.add(C)}),y.clear()),t&=~m}}function Ov(e,t){return null}var mr=nt,tr=ai,Ho=qt,nc=Sl,_a=kt;function Pi(){return _a}function Mn(e){_a=e}function rc(e,t){var a=_a;try{return _a=e,t()}finally{_a=a}}function hr(e,t){return e!==0&&e<t?e:t}function ek(e,t){return e===0||e>t?e:t}function Fv(e,t){return e!==0&&e<t}function ic(e){var t=Cn(e);return Fv(mr,t)?Fv(tr,t)?ec(t)?Ho:nc:tr:mr}function Nn(e){var t=e.current.memoizedState;return t.isDehydrated}var Py;function Ie(e){Py=e}function Du(e){Py(e)}var oc;function Ly(e){oc=e}var My;function lc(e){My=e}var ac;function Rv(e){ac=e}var zv;function Ny(e){zv=e}var af=!1,$u=[],ho=null,en=null,Kn=null,Li=new Map,Pu=new Map,Vo=[],Qi=["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 Ay(e){return Qi.indexOf(e)>-1}function go(e,t,a,u,d){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:d,targetContainers:[u]}}function Oy(e,t){switch(e){case"focusin":case"focusout":ho=null;break;case"dragenter":case"dragleave":en=null;break;case"mouseover":case"mouseout":Kn=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;Li.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var u=t.pointerId;Pu.delete(u);break}}}function Lu(e,t,a,u,d,m){if(e===null||e.nativeEvent!==m){var y=go(t,a,u,d,m);if(t!==null){var C=Hu(t);C!==null&&oc(C)}return y}e.eventSystemFlags|=u;var w=e.targetContainers;return d!==null&&w.indexOf(d)===-1&&w.push(d),e}function Fy(e,t,a,u,d){switch(t){case"focusin":{var m=d;return ho=Lu(ho,e,t,a,u,m),!0}case"dragenter":{var y=d;return en=Lu(en,e,t,a,u,y),!0}case"mouseover":{var C=d;return Kn=Lu(Kn,e,t,a,u,C),!0}case"pointerover":{var w=d,L=w.pointerId;return Li.set(L,Lu(Li.get(L)||null,e,t,a,u,w)),!0}case"gotpointercapture":{var N=d,V=N.pointerId;return Pu.set(V,Lu(Pu.get(V)||null,e,t,a,u,N)),!0}}return!1}function Bv(e){var t=hc(e.target);if(t!==null){var a=ii(t);if(a!==null){var u=a.tag;if(u===R){var d=vv(a);if(d!==null){e.blockedOn=d,zv(e.priority,function(){My(a)});return}}else if(u===_){var m=a.stateNode;if(Nn(m)){e.blockedOn=Dd(a);return}}}}e.blockedOn=null}function Ry(e){for(var t=ac(),a={blockedOn:null,target:e,priority:t},u=0;u<Vo.length&&Fv(t,Vo[u].priority);u++);Vo.splice(u,0,a),u===0&&Bv(a)}function uf(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],u=Ta(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(u===null){var d=e.nativeEvent,m=new d.constructor(d.type,d);Is(m),d.target.dispatchEvent(m),Kx()}else{var y=Hu(u);return y!==null&&oc(y),e.blockedOn=u,!1}t.shift()}return!0}function uc(e,t,a){uf(e)&&a.delete(t)}function Iv(){af=!1,ho!==null&&uf(ho)&&(ho=null),en!==null&&uf(en)&&(en=null),Kn!==null&&uf(Kn)&&(Kn=null),Li.forEach(uc),Pu.forEach(uc)}function gr(e,t){e.blockedOn===t&&(e.blockedOn=null,af||(af=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Iv)))}function yt(e){if($u.length>0){gr($u[0],e);for(var t=1;t<$u.length;t++){var a=$u[t];a.blockedOn===e&&(a.blockedOn=null)}}ho!==null&&gr(ho,e),en!==null&&gr(en,e),Kn!==null&&gr(Kn,e);var u=function(C){return gr(C,e)};Li.forEach(u),Pu.forEach(u);for(var d=0;d<Vo.length;d++){var m=Vo[d];m.blockedOn===e&&(m.blockedOn=null)}for(;Vo.length>0;){var y=Vo[0];if(y.blockedOn!==null)break;Bv(y),y.blockedOn===null&&Vo.shift()}}var ln=l.ReactCurrentBatchConfig,fn=!0;function jn(e){fn=!!e}function ui(){return fn}function Mu(e,t,a){var u=wr(t),d;switch(u){case mr:d=An;break;case tr:d=sc;break;case Ho:default:d=Ko;break}return d.bind(null,t,a,e)}function An(e,t,a,u){var d=Pi(),m=ln.transition;ln.transition=null;try{Mn(mr),Ko(e,t,a,u)}finally{Mn(d),ln.transition=m}}function sc(e,t,a,u){var d=Pi(),m=ln.transition;ln.transition=null;try{Mn(tr),Ko(e,t,a,u)}finally{Mn(d),ln.transition=m}}function Ko(e,t,a,u){fn&&sf(e,t,a,u)}function sf(e,t,a,u){var d=Ta(e,t,a,u);if(d===null){xk(e,t,u,Nu,a),Oy(e,u);return}if(Fy(d,e,t,a,u)){u.stopPropagation();return}if(Oy(e,u),t&sa&&Ay(e)){for(;d!==null;){var m=Hu(d);m!==null&&Du(m);var y=Ta(e,t,a,u);if(y===null&&xk(e,t,u,Nu,a),y===d)break;d=y}d!==null&&u.stopPropagation();return}xk(e,t,u,null,a)}var Nu=null;function Ta(e,t,a,u){Nu=null;var d=Cd(u),m=hc(d);if(m!==null){var y=ii(m);if(y===null)m=null;else{var C=y.tag;if(C===R){var w=vv(y);if(w!==null)return w;m=null}else if(C===_){var L=y.stateNode;if(Nn(L))return Dd(y);m=null}else y!==m&&(m=null)}}return Nu=m,null}function wr(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 mr;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 tr;case"message":{var t=gv();switch(t){case Md:return mr;case li:return tr;case vo:case Nd:return Ho;case gl:return nc;default:return Ho}}default:return Ho}}function Uv(e,t,a){return e.addEventListener(t,a,!1),a}function Au(e,t,a){return e.addEventListener(t,a,!0),a}function jo(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 Da=null,yo=null,_l=null;function Tl(e){return Da=e,yo=ff(),!0}function df(){Da=null,yo=null,_l=null}function Ou(){if(_l)return _l;var e,t=yo,a=t.length,u,d=ff(),m=d.length;for(e=0;e<a&&t[e]===d[e];e++);var y=a-e;for(u=1;u<=y&&t[a-u]===d[m-u];u++);var C=u>1?1-u:void 0;return _l=d.slice(e,C),_l}function ff(){return"value"in Da?Da.value:Da.textContent}function $a(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 Pa(){return!0}function yr(){return!1}function Sn(e){function t(a,u,d,m,y){this._reactName=a,this._targetInst=d,this.type=u,this.nativeEvent=m,this.target=y,this.currentTarget=null;for(var C in e)if(e.hasOwnProperty(C)){var w=e[C];w?this[C]=w(m):this[C]=m[C]}var L=m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1;return L?this.isDefaultPrevented=Pa:this.isDefaultPrevented=yr,this.isPropagationStopped=yr,this}return gt(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=Pa)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Pa)},persist:function(){},isPersistent:Pa}),t}var br={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},xr=Sn(br),Fu=gt({},br,{view:0,detail:0}),Hv=Sn(Fu),cc,Vv,Mi;function zy(e){e!==Mi&&(Mi&&e.type==="mousemove"?(cc=e.screenX-Mi.screenX,Vv=e.screenY-Mi.screenY):(cc=0,Vv=0),Mi=e)}var Ru=gt({},Fu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:mf,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:(zy(e),cc)},movementY:function(e){return"movementY"in e?e.movementY:Vv}}),Dl=Sn(Ru),Kv=gt({},Ru,{dataTransfer:0}),La=Sn(Kv),By=gt({},Fu,{relatedTarget:0}),pf=Sn(By),jv=gt({},br,{animationName:0,elapsedTime:0,pseudoElement:0}),vf=Sn(jv),tk=gt({},br,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),nk=Sn(tk),Iy=gt({},br,{data:0}),Wv=Sn(Iy),Ma=Wv,rk={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},zu={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 Uy(e){if(e.key){var t=rk[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=$a(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?zu[e.keyCode]||"Unidentified":""}var pn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ik(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var u=pn[e];return u?!!a[u]:!1}function mf(e){return ik}var ok=gt({},Fu,{key:Uy,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:mf,charCode:function(e){return e.type==="keypress"?$a(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?$a(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),lk=Sn(ok),Hy=gt({},Ru,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Gv=Sn(Hy),ak=gt({},Fu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:mf}),Ni=Sn(ak),Yv=gt({},br,{propertyName:0,elapsedTime:0,pseudoElement:0}),uk=Sn(Yv),$l=gt({},Ru,{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}),hf=Sn($l),Na=[9,13,27,32],dc=229,fc=Bt&&"CompositionEvent"in window,Aa=null;Bt&&"documentMode"in document&&(Aa=document.documentMode);var sk=Bt&&"TextEvent"in window&&!Aa,gf=Bt&&(!fc||Aa&&Aa>8&&Aa<=11),Vy=32,qv=String.fromCharCode(Vy);function Ky(){mt("onBeforeInput",["compositionend","keypress","textInput","paste"]),mt("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),mt("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),mt("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var pc=!1;function yf(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function jy(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function Qv(e,t){return e==="keydown"&&t.keyCode===dc}function Wy(e,t){switch(e){case"keyup":return Na.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==dc;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Xv(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function bf(e){return e.locale==="ko"}var Wo=!1;function Zv(e,t,a,u,d){var m,y;if(fc?m=jy(t):Wo?Wy(t,u)&&(m="onCompositionEnd"):Qv(t,u)&&(m="onCompositionStart"),!m)return null;gf&&!bf(u)&&(!Wo&&m==="onCompositionStart"?Wo=Tl(d):m==="onCompositionEnd"&&Wo&&(y=Ou()));var C=Xy(a,m);if(C.length>0){var w=new Wv(m,t,null,u,d);if(e.push({event:w,listeners:C}),y)w.data=y;else{var L=Xv(u);L!==null&&(w.data=L)}}}function xf(e,t){switch(e){case"compositionend":return Xv(t);case"keypress":var a=t.which;return a!==Vy?null:(pc=!0,qv);case"textInput":var u=t.data;return u===qv&&pc?null:u;default:return null}}function Gy(e,t){if(Wo){if(e==="compositionend"||!fc&&Wy(e,t)){var a=Ou();return df(),Wo=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!yf(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return gf&&!bf(t)?null:t.data;default:return null}}function ck(e,t,a,u,d){var m;if(sk?m=xf(t,u):m=Gy(t,u),!m)return null;var y=Xy(a,"onBeforeInput");if(y.length>0){var C=new Ma("onBeforeInput","beforeinput",null,u,d);e.push({event:C,listeners:y}),C.data=m}}function kf(e,t,a,u,d,m,y){Zv(e,t,a,u,d),ck(e,t,a,u,d)}var dk={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 Bu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!dk[e.type]:t==="textarea"}/**
49
+ Check the render method of \``+e+"`.":""}var Ig=["value","defaultValue"];function Ox(e){{su("select",e);for(var t=0;t<Ig.length;t++){var a=Ig[t];if(e[a]!=null){var u=In(e[a]);e.multiple&&!u?p("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Bg()):!e.multiple&&u&&p("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Bg())}}}}function dl(e,t,a,u){var d=e.options;if(t){for(var h=a,y={},C=0;C<h.length;C++)y["$"+h[C]]=!0;for(var S=0;S<d.length;S++){var L=y.hasOwnProperty("$"+d[S].value);d[S].selected!==L&&(d[S].selected=L),L&&u&&(d[S].defaultSelected=!0)}}else{for(var N=pr(sl(a)),V=null,U=0;U<d.length;U++){if(d[U].value===N){d[U].selected=!0,u&&(d[U].defaultSelected=!0);return}V===null&&!d[U].disabled&&(V=d[U])}V!==null&&(V.selected=!0)}}function Gp(e,t){return gt({},t,{value:void 0})}function Ug(e,t){var a=e;Ox(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!hd&&(p("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"),hd=!0)}function Fx(e,t){var a=e;a.multiple=!!t.multiple;var u=t.value;u!=null?dl(a,!!t.multiple,u,!1):t.defaultValue!=null&&dl(a,!!t.multiple,t.defaultValue,!0)}function Rx(e,t){var a=e,u=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var d=t.value;d!=null?dl(a,!!t.multiple,d,!1):u!==!!t.multiple&&(t.defaultValue!=null?dl(a,!!t.multiple,t.defaultValue,!0):dl(a,!!t.multiple,t.multiple?[]:"",!1))}function zx(e,t){var a=e,u=t.value;u!=null&&dl(a,!!t.multiple,u,!1)}var Yp=!1;function qp(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var u=gt({},t,{value:void 0,defaultValue:void 0,children:pr(a._wrapperState.initialValue)});return u}function Hg(e,t){var a=e;su("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!Yp&&(p("%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",Ei()||"A component"),Yp=!0);var u=t.value;if(u==null){var d=t.children,h=t.defaultValue;if(d!=null){p("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(h!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(In(d)){if(d.length>1)throw new Error("<textarea> can only have at most one child.");d=d[0]}h=d}}h==null&&(h=""),u=h}a._wrapperState={initialValue:sl(u)}}function Vg(e,t){var a=e,u=sl(t.value),d=sl(t.defaultValue);if(u!=null){var h=pr(u);h!==a.value&&(a.value=h),t.defaultValue==null&&a.defaultValue!==h&&(a.defaultValue=h)}d!=null&&(a.defaultValue=pr(d))}function Kg(e,t){var a=e,u=a.textContent;u===a._wrapperState.initialValue&&u!==""&&u!==null&&(a.value=u)}function Qp(e,t){Vg(e,t)}var No="http://www.w3.org/1999/xhtml",Bx="http://www.w3.org/1998/Math/MathML",Xp="http://www.w3.org/2000/svg";function gd(e){switch(e){case"svg":return Xp;case"math":return Bx;default:return No}}function Zp(e,t){return e==null||e===No?gd(t):e===Xp&&t==="foreignObject"?No:e}var Ix=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,u,d){MSApp.execUnsafeLocalFunction(function(){return e(t,a,u,d)})}:e},yd,jg=Ix(function(e,t){if(e.namespaceURI===Xp&&!("innerHTML"in e)){yd=yd||document.createElement("div"),yd.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=yd.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Ir=1,Ao=3,En=8,Gi=9,ua=11,bd=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===Ao){a.nodeValue=t;return}}e.textContent=t},Wg={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"]},pu={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 Gg(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var Yg=["Webkit","ms","Moz","O"];Object.keys(pu).forEach(function(e){Yg.forEach(function(t){pu[Gg(t,e)]=pu[e]})});function xd(e,t,a){var u=t==null||typeof t=="boolean"||t==="";return u?"":!a&&typeof t=="number"&&t!==0&&!(pu.hasOwnProperty(e)&&pu[e])?t+"px":(Ot(t,e),(""+t).trim())}var vu=/([A-Z])/g,Ux=/^ms-/;function Hx(e){return e.replace(vu,"-$1").toLowerCase().replace(Ux,"-ms-")}var qg=function(){};{var Qg=/^(?:webkit|moz|o)[A-Z]/,Xg=/^-ms-/,Fs=/-(.)/g,mu=/;\s*$/,hu={},gu={},Zg=!1,Jp=!1,ev=function(e){return e.replace(Fs,function(t,a){return a.toUpperCase()})},tv=function(e){hu.hasOwnProperty(e)&&hu[e]||(hu[e]=!0,p("Unsupported style property %s. Did you mean %s?",e,ev(e.replace(Xg,"ms-"))))},Jg=function(e){hu.hasOwnProperty(e)&&hu[e]||(hu[e]=!0,p("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},ey=function(e,t){gu.hasOwnProperty(t)&&gu[t]||(gu[t]=!0,p(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(mu,"")))},ty=function(e,t){Zg||(Zg=!0,p("`NaN` is an invalid value for the `%s` css style property.",e))},Vx=function(e,t){Jp||(Jp=!0,p("`Infinity` is an invalid value for the `%s` css style property.",e))};qg=function(e,t){e.indexOf("-")>-1?tv(e):Qg.test(e)?Jg(e):mu.test(t)&&ey(e,t),typeof t=="number"&&(isNaN(t)?ty(e,t):isFinite(t)||Vx(e,t))}}var Kx=qg;function jx(e){{var t="",a="";for(var u in e)if(e.hasOwnProperty(u)){var d=e[u];if(d!=null){var h=u.indexOf("--")===0;t+=a+(h?u:Hx(u))+":",t+=xd(u,d,h),a=";"}}return t||null}}function ny(e,t){var a=e.style;for(var u in t)if(t.hasOwnProperty(u)){var d=u.indexOf("--")===0;d||Kx(u,t[u]);var h=xd(u,t[u],d);u==="float"&&(u="cssFloat"),d?a.setProperty(u,h):a[u]=h}}function Wx(e){return e==null||typeof e=="boolean"||e===""}function Ci(e){var t={};for(var a in e)for(var u=Wg[a]||[a],d=0;d<u.length;d++)t[u[d]]=a;return t}function Rs(e,t){{if(!t)return;var a=Ci(e),u=Ci(t),d={};for(var h in a){var y=a[h],C=u[h];if(C&&y!==C){var S=y+","+C;if(d[S])continue;d[S]=!0,p("%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.",Wx(e[y])?"Removing":"Updating",y,C)}}}}var ry={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},iy=gt({menuitem:!0},ry),oy="__html";function kd(e,t){if(t){if(iy[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"||!(oy 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&&p("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 Oo(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 Ed={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"},ly={"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},Yi={},nv=new RegExp("^(aria)-["+qe+"]*$"),zs=new RegExp("^(aria)[A-Z]["+qe+"]*$");function rv(e,t){{if(Wt.call(Yi,t)&&Yi[t])return!0;if(zs.test(t)){var a="aria-"+t.slice(4).toLowerCase(),u=ly.hasOwnProperty(a)?a:null;if(u==null)return p("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Yi[t]=!0,!0;if(t!==u)return p("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,u),Yi[t]=!0,!0}if(nv.test(t)){var d=t.toLowerCase(),h=ly.hasOwnProperty(d)?d:null;if(h==null)return Yi[t]=!0,!1;if(t!==h)return p("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,h),Yi[t]=!0,!0}}return!0}function ay(e,t){{var a=[];for(var u in t){var d=rv(e,u);d||a.push(u)}var h=a.map(function(y){return"`"+y+"`"}).join(", ");a.length===1?p("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e):a.length>1&&p("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e)}}function Cd(e,t){Oo(e,t)||ay(e,t)}var sa=!1;function iv(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!sa&&(sa=!0,e==="select"&&t.multiple?p("`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):p("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var ov=function(){};{var Un={},lv=/^on./,uy=/^on[^A-Z]/,sy=new RegExp("^(aria)-["+qe+"]*$"),cy=new RegExp("^(aria)[A-Z]["+qe+"]*$");ov=function(e,t,a,u){if(Wt.call(Un,t)&&Un[t])return!0;var d=t.toLowerCase();if(d==="onfocusin"||d==="onfocusout")return p("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."),Un[t]=!0,!0;if(u!=null){var h=u.registrationNameDependencies,y=u.possibleRegistrationNames;if(h.hasOwnProperty(t))return!0;var C=y.hasOwnProperty(d)?y[d]:null;if(C!=null)return p("Invalid event handler property `%s`. Did you mean `%s`?",t,C),Un[t]=!0,!0;if(lv.test(t))return p("Unknown event handler property `%s`. It will be ignored.",t),Un[t]=!0,!0}else if(lv.test(t))return uy.test(t)&&p("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Un[t]=!0,!0;if(sy.test(t)||cy.test(t))return!0;if(d==="innerhtml")return p("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Un[t]=!0,!0;if(d==="aria")return p("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Un[t]=!0,!0;if(d==="is"&&a!==null&&a!==void 0&&typeof a!="string")return p("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Un[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return p("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Un[t]=!0,!0;var S=co(t),L=S!==null&&S.type===Hi;if(Ed.hasOwnProperty(d)){var N=Ed[d];if(N!==t)return p("Invalid DOM property `%s`. Did you mean `%s`?",t,N),Un[t]=!0,!0}else if(!L&&t!==d)return p("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,d),Un[t]=!0,!0;return typeof a=="boolean"&&bi(t,a,S,!1)?(a?p('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):p('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),Un[t]=!0,!0):L?!0:bi(t,a,S,!1)?(Un[t]=!0,!1):((a==="false"||a==="true")&&S!==null&&S.type===Zn&&(p("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),Un[t]=!0),!0)}}var dy=function(e,t,a){{var u=[];for(var d in t){var h=ov(e,d,t[d],a);h||u.push(d)}var y=u.map(function(C){return"`"+C+"`"}).join(", ");u.length===1?p("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&&p("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 fy(e,t,a){Oo(e,t)||dy(e,t,a)}var Fo=1,Bs=2,ca=4,Gx=Fo|Bs|ca,Is=null;function Us(e){Is!==null&&p("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),Is=e}function Yx(){Is===null&&p("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),Is=null}function py(e){return e===Is}function _d(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===Ao?t.parentNode:t}var Vt=null,fl=null,Ro=null;function yu(e){var t=Ku(e);if(t){if(typeof Vt!="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=p0(a);Vt(t.stateNode,t.type,u)}}}function vy(e){Vt=e}function Sd(e){fl?Ro?Ro.push(e):Ro=[e]:fl=e}function Hs(){return fl!==null||Ro!==null}function Vs(){if(fl){var e=fl,t=Ro;if(fl=null,Ro=null,yu(e),t)for(var a=0;a<t.length;a++)yu(t[a])}}var da=function(e,t){return e(t)},av=function(){},uv=!1;function qx(){var e=Hs();e&&(av(),Vs())}function sv(e,t,a){if(uv)return e(t,a);uv=!0;try{return da(e,t,a)}finally{uv=!1,qx()}}function wd(e,t,a){da=e,av=a}function Td(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function cv(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&&Td(t));default:return!1}}function fa(e,t){var a=e.stateNode;if(a===null)return null;var u=p0(a);if(u===null)return null;var d=u[t];if(cv(t,e.type,u))return null;if(d&&typeof d!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof d+"` type.");return d}var Ks=!1;if(It)try{var pa={};Object.defineProperty(pa,"passive",{get:function(){Ks=!0}}),window.addEventListener("test",pa,pa),window.removeEventListener("test",pa,pa)}catch{Ks=!1}function my(e,t,a,u,d,h,y,C,S){var L=Array.prototype.slice.call(arguments,3);try{t.apply(a,L)}catch(N){this.onError(N)}}var dv=my;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var fv=document.createElement("react");dv=function(t,a,u,d,h,y,C,S,L){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"),V=!1,U=!0,ie=window.event,le=Object.getOwnPropertyDescriptor(window,"event");function se(){fv.removeEventListener(ce,Je,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=ie)}var Re=Array.prototype.slice.call(arguments,3);function Je(){V=!0,se(),a.apply(u,Re),U=!1}var Ye,Ct=!1,bt=!1;function J(ee){if(Ye=ee.error,Ct=!0,Ye===null&&ee.colno===0&&ee.lineno===0&&(bt=!0),ee.defaultPrevented&&Ye!=null&&typeof Ye=="object")try{Ye._suppressLogging=!0}catch{}}var ce="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",J),fv.addEventListener(ce,Je,!1),N.initEvent(ce,!1,!1),fv.dispatchEvent(N),le&&Object.defineProperty(window,"event",le),V&&U&&(Ct?bt&&(Ye=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Ye=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Ye)),window.removeEventListener("error",J),!V)return se(),my.apply(this,arguments)}}var Qx=dv,pl=!1,qi=null,js=!1,vl=null,po={onError:function(e){pl=!0,qi=e}};function va(e,t,a,u,d,h,y,C,S){pl=!1,qi=null,Qx.apply(po,arguments)}function zo(e,t,a,u,d,h,y,C,S){if(va.apply(this,arguments),pl){var L=vv();js||(js=!0,vl=L)}}function pv(){if(js){var e=vl;throw js=!1,vl=null,e}}function Xx(){return pl}function vv(){if(pl){var e=qi;return pl=!1,qi=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 _i(e){return e._reactInternals}function Ws(e){return e._reactInternals!==void 0}function bu(e,t){e._reactInternals=t}var Ze=0,ml=1,Gt=2,st=4,Dt=16,$t=32,vo=64,it=128,fn=256,Ur=512,Si=1024,en=2048,wi=4096,hl=8192,Gs=16384,Dd=en|st|vo|Ur|Si|Gs,hy=32767,ii=32768,Hn=65536,Ys=131072,mv=1048576,hv=2097152,Hr=4194304,gl=8388608,Vr=16777216,ma=33554432,xu=st|Si|0,Kr=Gt|st|Dt|$t|Ur|wi|hl,vr=st|vo|Ur|hl,Ti=en|Dt,Jn=Hr|gl|hv,Bo=l.ReactCurrentOwner;function oi(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var u=t;do t=u,(t.flags&(Gt|wi))!==Ze&&(a=t.return),u=t.return;while(u)}return t.tag===w?a:null}function gv(e){if(e.tag===R){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 $d(e){return e.tag===w?e.stateNode.containerInfo:null}function yv(e){return oi(e)===e}function li(e){{var t=Bo.current;if(t!==null&&t.tag===_){var a=t,u=a.stateNode;u._warnedAboutRefsInRender||p("%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.",ut(a)||"A component"),u._warnedAboutRefsInRender=!0}}var d=_i(e);return d?oi(d)===d:!1}function jr(e){if(oi(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function Yt(e){var t=e.alternate;if(!t){var a=oi(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var u=e,d=t;;){var h=u.return;if(h===null)break;var y=h.alternate;if(y===null){var C=h.return;if(C!==null){u=d=C;continue}break}if(h.child===y.child){for(var S=h.child;S;){if(S===u)return jr(h),e;if(S===d)return jr(h),t;S=S.sibling}throw new Error("Unable to find node on an unmounted component.")}if(u.return!==d.return)u=h,d=y;else{for(var L=!1,N=h.child;N;){if(N===u){L=!0,u=h,d=y;break}if(N===d){L=!0,d=h,u=y;break}N=N.sibling}if(!L){for(N=y.child;N;){if(N===u){L=!0,u=y,d=h;break}if(N===d){L=!0,d=y,u=h;break}N=N.sibling}if(!L)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!==d)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!==w)throw new Error("Unable to find node on an unmounted component.");return u.stateNode.current===u?e:t}function Di(e){var t=Yt(e);return t!==null?bv(t):null}function bv(e){if(e.tag===$||e.tag===A)return e;for(var t=e.child;t!==null;){var a=bv(t);if(a!==null)return a;t=t.sibling}return null}function gy(e){var t=Yt(e);return t!==null?Pd(t):null}function Pd(e){if(e.tag===$||e.tag===A)return e;for(var t=e.child;t!==null;){if(t.tag!==D){var a=Pd(t);if(a!==null)return a}t=t.sibling}return null}var Ld=r.unstable_scheduleCallback,yy=r.unstable_cancelCallback,Md=r.unstable_shouldYield,by=r.unstable_requestPaint,on=r.unstable_now,xv=r.unstable_getCurrentPriorityLevel,Nd=r.unstable_ImmediatePriority,ai=r.unstable_UserBlockingPriority,mo=r.unstable_NormalPriority,Ad=r.unstable_LowPriority,yl=r.unstable_IdlePriority,kv=r.unstable_yieldValue,Ev=r.unstable_setDisableYieldValue,bl=null,Vn=null,Pe=null,hn=!1,er=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Cv(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 p("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Be&&(e=gt({},e,{getLaneLabelMap:kl,injectProfilingHooks:Uo})),bl=t.inject(e),Vn=t}catch(a){p("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function xy(e,t){if(Vn&&typeof Vn.onScheduleFiberRoot=="function")try{Vn.onScheduleFiberRoot(bl,e,t)}catch(a){hn||(hn=!0,p("React instrumentation encountered an error: %s",a))}}function Io(e,t){if(Vn&&typeof Vn.onCommitFiberRoot=="function")try{var a=(e.current.flags&it)===it;if(Fe){var u;switch(t){case mr:u=Nd;break;case tr:u=ai;break;case Vo:u=mo;break;case rc:u=yl;break;default:u=mo;break}Vn.onCommitFiberRoot(bl,e,u,a)}}catch(d){hn||(hn=!0,p("React instrumentation encountered an error: %s",d))}}function xl(e){if(Vn&&typeof Vn.onPostCommitFiberRoot=="function")try{Vn.onPostCommitFiberRoot(bl,e)}catch(t){hn||(hn=!0,p("React instrumentation encountered an error: %s",t))}}function _v(e){if(Vn&&typeof Vn.onCommitFiberUnmount=="function")try{Vn.onCommitFiberUnmount(bl,e)}catch(t){hn||(hn=!0,p("React instrumentation encountered an error: %s",t))}}function Pn(e){if(typeof kv=="function"&&(Ev(e),f(e)),Vn&&typeof Vn.setStrictMode=="function")try{Vn.setStrictMode(bl,e)}catch(t){hn||(hn=!0,p("React instrumentation encountered an error: %s",t))}}function Uo(e){Pe=e}function kl(){{for(var e=new Map,t=1,a=0;a<qt;a++){var u=Zx(t);e.set(t,u),t*=2}return e}}function Od(e){Pe!==null&&typeof Pe.markCommitStarted=="function"&&Pe.markCommitStarted(e)}function Sv(){Pe!==null&&typeof Pe.markCommitStopped=="function"&&Pe.markCommitStopped()}function El(e){Pe!==null&&typeof Pe.markComponentRenderStarted=="function"&&Pe.markComponentRenderStarted(e)}function ha(){Pe!==null&&typeof Pe.markComponentRenderStopped=="function"&&Pe.markComponentRenderStopped()}function ky(e){Pe!==null&&typeof Pe.markComponentPassiveEffectMountStarted=="function"&&Pe.markComponentPassiveEffectMountStarted(e)}function wv(){Pe!==null&&typeof Pe.markComponentPassiveEffectMountStopped=="function"&&Pe.markComponentPassiveEffectMountStopped()}function Fd(e){Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStarted=="function"&&Pe.markComponentPassiveEffectUnmountStarted(e)}function Ey(){Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStopped=="function"&&Pe.markComponentPassiveEffectUnmountStopped()}function Cy(e){Pe!==null&&typeof Pe.markComponentLayoutEffectMountStarted=="function"&&Pe.markComponentLayoutEffectMountStarted(e)}function _y(){Pe!==null&&typeof Pe.markComponentLayoutEffectMountStopped=="function"&&Pe.markComponentLayoutEffectMountStopped()}function Rd(e){Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStarted=="function"&&Pe.markComponentLayoutEffectUnmountStarted(e)}function ku(){Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStopped=="function"&&Pe.markComponentLayoutEffectUnmountStopped()}function zd(e,t,a){Pe!==null&&typeof Pe.markComponentErrored=="function"&&Pe.markComponentErrored(e,t,a)}function Sy(e,t,a){Pe!==null&&typeof Pe.markComponentSuspended=="function"&&Pe.markComponentSuspended(e,t,a)}function wy(e){Pe!==null&&typeof Pe.markLayoutEffectsStarted=="function"&&Pe.markLayoutEffectsStarted(e)}function Eu(){Pe!==null&&typeof Pe.markLayoutEffectsStopped=="function"&&Pe.markLayoutEffectsStopped()}function Ty(e){Pe!==null&&typeof Pe.markPassiveEffectsStarted=="function"&&Pe.markPassiveEffectsStarted(e)}function qs(){Pe!==null&&typeof Pe.markPassiveEffectsStopped=="function"&&Pe.markPassiveEffectsStopped()}function Qi(e){Pe!==null&&typeof Pe.markRenderStarted=="function"&&Pe.markRenderStarted(e)}function Qs(){Pe!==null&&typeof Pe.markRenderYielded=="function"&&Pe.markRenderYielded()}function Cu(){Pe!==null&&typeof Pe.markRenderStopped=="function"&&Pe.markRenderStopped()}function ga(e){Pe!==null&&typeof Pe.markRenderScheduled=="function"&&Pe.markRenderScheduled(e)}function Tv(e,t){Pe!==null&&typeof Pe.markForceUpdateScheduled=="function"&&Pe.markForceUpdateScheduled(e,t)}function Cl(e,t){Pe!==null&&typeof Pe.markStateUpdateScheduled=="function"&&Pe.markStateUpdateScheduled(e,t)}var et=0,pt=1,tt=2,ln=8,$i=16,Bd=Math.clz32?Math.clz32:ya,Id=Math.log,Dv=Math.LN2;function ya(e){var t=e>>>0;return t===0?32:31-(Id(t)/Dv|0)|0}var qt=31,de=0,kt=0,nt=1,ho=2,ui=4,ba=8,Qt=16,xa=32,_l=4194240,ka=64,Pi=128,Wr=256,Ea=512,Xs=1024,Zs=2048,Ud=4096,Hd=8192,Vd=16384,Kd=32768,jd=65536,Wd=131072,Gd=262144,Yd=524288,Ca=1048576,qd=2097152,_a=130023424,Ho=4194304,Qd=8388608,Js=16777216,Xd=33554432,Zd=67108864,$v=Ho,_u=134217728,Jd=268435455,Su=268435456,Sl=536870912,Gr=1073741824;function Zx(e){{if(e&nt)return"Sync";if(e&ho)return"InputContinuousHydration";if(e&ui)return"InputContinuous";if(e&ba)return"DefaultHydration";if(e&Qt)return"Default";if(e&xa)return"TransitionHydration";if(e&_l)return"Transition";if(e&_a)return"Retry";if(e&_u)return"SelectiveHydration";if(e&Su)return"IdleHydration";if(e&Sl)return"Idle";if(e&Gr)return"Offscreen"}}var Kt=-1,ef=ka,tf=Ho;function wu(e){switch(Cn(e)){case nt:return nt;case ho:return ho;case ui:return ui;case ba:return ba;case Qt:return Qt;case xa:return xa;case ka:case Pi:case Wr:case Ea:case Xs:case Zs:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Yd:case Ca:case qd:return e&_l;case Ho:case Qd:case Js:case Xd:case Zd:return e&_a;case _u:return _u;case Su:return Su;case Sl:return Sl;case Gr:return Gr;default:return p("Should have found matching lanes. This is a bug in React."),e}}function ec(e,t){var a=e.pendingLanes;if(a===de)return de;var u=de,d=e.suspendedLanes,h=e.pingedLanes,y=a&Jd;if(y!==de){var C=y&~d;if(C!==de)u=wu(C);else{var S=y&h;S!==de&&(u=wu(S))}}else{var L=a&~d;L!==de?u=wu(L):h!==de&&(u=wu(h))}if(u===de)return de;if(t!==de&&t!==u&&(t&d)===de){var N=Cn(u),V=Cn(t);if(N>=V||N===Qt&&(V&_l)!==de)return t}(u&ui)!==de&&(u|=a&Qt);var U=e.entangledLanes;if(U!==de)for(var ie=e.entanglements,le=u&U;le>0;){var se=wl(le),Re=1<<se;u|=ie[se],le&=~Re}return u}function Dy(e,t){for(var a=e.eventTimes,u=Kt;t>0;){var d=wl(t),h=1<<d,y=a[d];y>u&&(u=y),t&=~h}return u}function nf(e,t){switch(e){case nt:case ho:case ui:return t+250;case ba:case Qt:case xa:case ka:case Pi:case Wr:case Ea:case Xs:case Zs:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Yd:case Ca:case qd:return t+5e3;case Ho:case Qd:case Js:case Xd:case Zd:return Kt;case _u:case Su:case Sl:case Gr:return Kt;default:return p("Should have found matching lanes. This is a bug in React."),Kt}}function Jx(e,t){for(var a=e.pendingLanes,u=e.suspendedLanes,d=e.pingedLanes,h=e.expirationTimes,y=a;y>0;){var C=wl(y),S=1<<C,L=h[C];L===Kt?((S&u)===de||(S&d)!==de)&&(h[C]=nf(S,t)):L<=t&&(e.expiredLanes|=S),y&=~S}}function ek(e){return wu(e.pendingLanes)}function Pv(e){var t=e.pendingLanes&~Gr;return t!==de?t:t&Gr?Gr:de}function Tu(e){return(e&nt)!==de}function tc(e){return(e&Jd)!==de}function rf(e){return(e&_a)===e}function tk(e){var t=nt|ui|Qt;return(e&t)===de}function $y(e){return(e&_l)===e}function nc(e,t){var a=ho|ui|ba|Qt;return(t&a)!==de}function Py(e,t){return(t&e.expiredLanes)!==de}function Lv(e){return(e&_l)!==de}function Mv(){var e=ef;return ef<<=1,(ef&_l)===de&&(ef=ka),e}function nk(){var e=tf;return tf<<=1,(tf&_a)===de&&(tf=Ho),e}function Cn(e){return e&-e}function Ln(e){return Cn(e)}function wl(e){return 31-Bd(e)}function of(e){return wl(e)}function Yr(e,t){return(e&t)!==de}function Sa(e,t){return(e&t)===t}function ct(e,t){return e|t}function Du(e,t){return e&~t}function Nv(e,t){return e&t}function Ly(e){return e}function My(e,t){return e!==kt&&e<t?e:t}function lf(e){for(var t=[],a=0;a<qt;a++)t.push(e);return t}function wa(e,t,a){e.pendingLanes|=t,t!==Sl&&(e.suspendedLanes=de,e.pingedLanes=de);var u=e.eventTimes,d=of(t);u[d]=a}function Av(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,u=t;u>0;){var d=wl(u),h=1<<d;a[d]=Kt,u&=~h}}function Ov(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function Fv(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=de,e.pingedLanes=de,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var u=e.entanglements,d=e.eventTimes,h=e.expirationTimes,y=a;y>0;){var C=wl(y),S=1<<C;u[C]=de,d[C]=Kt,h[C]=Kt,y&=~S}}function $u(e,t){for(var a=e.entangledLanes|=t,u=e.entanglements,d=a;d;){var h=wl(d),y=1<<h;y&t|u[h]&t&&(u[h]|=t),d&=~y}}function rk(e,t){var a=Cn(t),u;switch(a){case ui:u=ho;break;case Qt:u=ba;break;case ka:case Pi:case Wr:case Ea:case Xs:case Zs:case Ud:case Hd:case Vd:case Kd:case jd:case Wd:case Gd:case Yd:case Ca:case qd:case Ho:case Qd:case Js:case Xd:case Zd:u=xa;break;case Sl:u=Su;break;default:u=kt;break}return(u&(e.suspendedLanes|t))!==kt?kt:u}function Rv(e,t,a){if(er)for(var u=e.pendingUpdatersLaneMap;a>0;){var d=of(a),h=1<<d,y=u[d];y.add(t),a&=~h}}function af(e,t){if(er)for(var a=e.pendingUpdatersLaneMap,u=e.memoizedUpdaters;t>0;){var d=of(t),h=1<<d,y=a[d];y.size>0&&(y.forEach(function(C){var S=C.alternate;(S===null||!u.has(S))&&u.add(C)}),y.clear()),t&=~h}}function zv(e,t){return null}var mr=nt,tr=ui,Vo=Qt,rc=Sl,Ta=kt;function Li(){return Ta}function Mn(e){Ta=e}function ic(e,t){var a=Ta;try{return Ta=e,t()}finally{Ta=a}}function hr(e,t){return e!==0&&e<t?e:t}function ik(e,t){return e===0||e>t?e:t}function Bv(e,t){return e!==0&&e<t}function oc(e){var t=Cn(e);return Bv(mr,t)?Bv(tr,t)?tc(t)?Vo:rc:tr:mr}function Nn(e){var t=e.current.memoizedState;return t.isDehydrated}var Ny;function Ie(e){Ny=e}function Pu(e){Ny(e)}var lc;function Ay(e){lc=e}var Oy;function ac(e){Oy=e}var uc;function Iv(e){uc=e}var Uv;function Fy(e){Uv=e}var uf=!1,Lu=[],go=null,tn=null,Kn=null,Mi=new Map,Mu=new Map,Ko=[],Xi=["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 Ry(e){return Xi.indexOf(e)>-1}function yo(e,t,a,u,d){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:d,targetContainers:[u]}}function zy(e,t){switch(e){case"focusin":case"focusout":go=null;break;case"dragenter":case"dragleave":tn=null;break;case"mouseover":case"mouseout":Kn=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;Mi.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var u=t.pointerId;Mu.delete(u);break}}}function Nu(e,t,a,u,d,h){if(e===null||e.nativeEvent!==h){var y=yo(t,a,u,d,h);if(t!==null){var C=Ku(t);C!==null&&lc(C)}return y}e.eventSystemFlags|=u;var S=e.targetContainers;return d!==null&&S.indexOf(d)===-1&&S.push(d),e}function By(e,t,a,u,d){switch(t){case"focusin":{var h=d;return go=Nu(go,e,t,a,u,h),!0}case"dragenter":{var y=d;return tn=Nu(tn,e,t,a,u,y),!0}case"mouseover":{var C=d;return Kn=Nu(Kn,e,t,a,u,C),!0}case"pointerover":{var S=d,L=S.pointerId;return Mi.set(L,Nu(Mi.get(L)||null,e,t,a,u,S)),!0}case"gotpointercapture":{var N=d,V=N.pointerId;return Mu.set(V,Nu(Mu.get(V)||null,e,t,a,u,N)),!0}}return!1}function Hv(e){var t=gc(e.target);if(t!==null){var a=oi(t);if(a!==null){var u=a.tag;if(u===R){var d=gv(a);if(d!==null){e.blockedOn=d,Uv(e.priority,function(){Oy(a)});return}}else if(u===w){var h=a.stateNode;if(Nn(h)){e.blockedOn=$d(a);return}}}}e.blockedOn=null}function Iy(e){for(var t=uc(),a={blockedOn:null,target:e,priority:t},u=0;u<Ko.length&&Bv(t,Ko[u].priority);u++);Ko.splice(u,0,a),u===0&&Hv(a)}function sf(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],u=Da(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(u===null){var d=e.nativeEvent,h=new d.constructor(d.type,d);Us(h),d.target.dispatchEvent(h),Yx()}else{var y=Ku(u);return y!==null&&lc(y),e.blockedOn=u,!1}t.shift()}return!0}function sc(e,t,a){sf(e)&&a.delete(t)}function Vv(){uf=!1,go!==null&&sf(go)&&(go=null),tn!==null&&sf(tn)&&(tn=null),Kn!==null&&sf(Kn)&&(Kn=null),Mi.forEach(sc),Mu.forEach(sc)}function gr(e,t){e.blockedOn===t&&(e.blockedOn=null,uf||(uf=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Vv)))}function yt(e){if(Lu.length>0){gr(Lu[0],e);for(var t=1;t<Lu.length;t++){var a=Lu[t];a.blockedOn===e&&(a.blockedOn=null)}}go!==null&&gr(go,e),tn!==null&&gr(tn,e),Kn!==null&&gr(Kn,e);var u=function(C){return gr(C,e)};Mi.forEach(u),Mu.forEach(u);for(var d=0;d<Ko.length;d++){var h=Ko[d];h.blockedOn===e&&(h.blockedOn=null)}for(;Ko.length>0;){var y=Ko[0];if(y.blockedOn!==null)break;Hv(y),y.blockedOn===null&&Ko.shift()}}var an=l.ReactCurrentBatchConfig,pn=!0;function jn(e){pn=!!e}function si(){return pn}function Au(e,t,a){var u=Sr(t),d;switch(u){case mr:d=An;break;case tr:d=cc;break;case Vo:default:d=jo;break}return d.bind(null,t,a,e)}function An(e,t,a,u){var d=Li(),h=an.transition;an.transition=null;try{Mn(mr),jo(e,t,a,u)}finally{Mn(d),an.transition=h}}function cc(e,t,a,u){var d=Li(),h=an.transition;an.transition=null;try{Mn(tr),jo(e,t,a,u)}finally{Mn(d),an.transition=h}}function jo(e,t,a,u){pn&&cf(e,t,a,u)}function cf(e,t,a,u){var d=Da(e,t,a,u);if(d===null){_k(e,t,u,Ou,a),zy(e,u);return}if(By(d,e,t,a,u)){u.stopPropagation();return}if(zy(e,u),t&ca&&Ry(e)){for(;d!==null;){var h=Ku(d);h!==null&&Pu(h);var y=Da(e,t,a,u);if(y===null&&_k(e,t,u,Ou,a),y===d)break;d=y}d!==null&&u.stopPropagation();return}_k(e,t,u,null,a)}var Ou=null;function Da(e,t,a,u){Ou=null;var d=_d(u),h=gc(d);if(h!==null){var y=oi(h);if(y===null)h=null;else{var C=y.tag;if(C===R){var S=gv(y);if(S!==null)return S;h=null}else if(C===w){var L=y.stateNode;if(Nn(L))return $d(y);h=null}else y!==h&&(h=null)}}return Ou=h,null}function Sr(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 mr;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 tr;case"message":{var t=xv();switch(t){case Nd:return mr;case ai:return tr;case mo:case Ad:return Vo;case yl:return rc;default:return Vo}}default:return Vo}}function Kv(e,t,a){return e.addEventListener(t,a,!1),a}function Fu(e,t,a){return e.addEventListener(t,a,!0),a}function Wo(e,t,a,u){return e.addEventListener(t,a,{capture:!0,passive:u}),a}function df(e,t,a,u){return e.addEventListener(t,a,{passive:u}),a}var $a=null,bo=null,Tl=null;function Dl(e){return $a=e,bo=pf(),!0}function ff(){$a=null,bo=null,Tl=null}function Ru(){if(Tl)return Tl;var e,t=bo,a=t.length,u,d=pf(),h=d.length;for(e=0;e<a&&t[e]===d[e];e++);var y=a-e;for(u=1;u<=y&&t[a-u]===d[h-u];u++);var C=u>1?1-u:void 0;return Tl=d.slice(e,C),Tl}function pf(){return"value"in $a?$a.value:$a.textContent}function Pa(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 La(){return!0}function yr(){return!1}function _n(e){function t(a,u,d,h,y){this._reactName=a,this._targetInst=d,this.type=u,this.nativeEvent=h,this.target=y,this.currentTarget=null;for(var C in e)if(e.hasOwnProperty(C)){var S=e[C];S?this[C]=S(h):this[C]=h[C]}var L=h.defaultPrevented!=null?h.defaultPrevented:h.returnValue===!1;return L?this.isDefaultPrevented=La:this.isDefaultPrevented=yr,this.isPropagationStopped=yr,this}return gt(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=La)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=La)},persist:function(){},isPersistent:La}),t}var br={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},xr=_n(br),zu=gt({},br,{view:0,detail:0}),jv=_n(zu),dc,Wv,Ni;function Uy(e){e!==Ni&&(Ni&&e.type==="mousemove"?(dc=e.screenX-Ni.screenX,Wv=e.screenY-Ni.screenY):(dc=0,Wv=0),Ni=e)}var Bu=gt({},zu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:hf,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:(Uy(e),dc)},movementY:function(e){return"movementY"in e?e.movementY:Wv}}),$l=_n(Bu),Gv=gt({},Bu,{dataTransfer:0}),Ma=_n(Gv),Hy=gt({},zu,{relatedTarget:0}),vf=_n(Hy),Yv=gt({},br,{animationName:0,elapsedTime:0,pseudoElement:0}),mf=_n(Yv),ok=gt({},br,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),lk=_n(ok),Vy=gt({},br,{data:0}),qv=_n(Vy),Na=qv,ak={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Iu={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 Ky(e){if(e.key){var t=ak[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Pa(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?Iu[e.keyCode]||"Unidentified":""}var vn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function uk(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var u=vn[e];return u?!!a[u]:!1}function hf(e){return uk}var sk=gt({},zu,{key:Ky,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:hf,charCode:function(e){return e.type==="keypress"?Pa(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Pa(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),ck=_n(sk),jy=gt({},Bu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Qv=_n(jy),dk=gt({},zu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:hf}),Ai=_n(dk),Xv=gt({},br,{propertyName:0,elapsedTime:0,pseudoElement:0}),fk=_n(Xv),Pl=gt({},Bu,{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}),gf=_n(Pl),Aa=[9,13,27,32],fc=229,pc=It&&"CompositionEvent"in window,Oa=null;It&&"documentMode"in document&&(Oa=document.documentMode);var pk=It&&"TextEvent"in window&&!Oa,yf=It&&(!pc||Oa&&Oa>8&&Oa<=11),Wy=32,Zv=String.fromCharCode(Wy);function Gy(){mt("onBeforeInput",["compositionend","keypress","textInput","paste"]),mt("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),mt("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),mt("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var vc=!1;function bf(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function Yy(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function Jv(e,t){return e==="keydown"&&t.keyCode===fc}function qy(e,t){switch(e){case"keyup":return Aa.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==fc;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function em(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function xf(e){return e.locale==="ko"}var Go=!1;function tm(e,t,a,u,d){var h,y;if(pc?h=Yy(t):Go?qy(t,u)&&(h="onCompositionEnd"):Jv(t,u)&&(h="onCompositionStart"),!h)return null;yf&&!xf(u)&&(!Go&&h==="onCompositionStart"?Go=Dl(d):h==="onCompositionEnd"&&Go&&(y=Ru()));var C=e0(a,h);if(C.length>0){var S=new qv(h,t,null,u,d);if(e.push({event:S,listeners:C}),y)S.data=y;else{var L=em(u);L!==null&&(S.data=L)}}}function kf(e,t){switch(e){case"compositionend":return em(t);case"keypress":var a=t.which;return a!==Wy?null:(vc=!0,Zv);case"textInput":var u=t.data;return u===Zv&&vc?null:u;default:return null}}function Qy(e,t){if(Go){if(e==="compositionend"||!pc&&qy(e,t)){var a=Ru();return ff(),Go=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!bf(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return yf&&!xf(t)?null:t.data;default:return null}}function vk(e,t,a,u,d){var h;if(pk?h=kf(t,u):h=Qy(t,u),!h)return null;var y=e0(a,"onBeforeInput");if(y.length>0){var C=new Na("onBeforeInput","beforeinput",null,u,d);e.push({event:C,listeners:y}),C.data=h}}function Ef(e,t,a,u,d,h,y){tm(e,t,a,u,d),vk(e,t,a,u,d)}var mk={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 Uu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!mk[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,43 +58,43 @@ Check the render method of \``+e+"`.":""}var Rg=["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 fk(e){if(!Bt)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 Ef(){mt("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function i(e,t,a,u){Sd(u);var d=Xy(t,"onChange");if(d.length>0){var m=new xr("onChange","change",null,a,u);e.push({event:m,listeners:d})}}var o=null,s=null;function v(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function g(e){var t=[];i(t,s,e,Cd(e)),lv(k,t)}function k(e){u6(e,0)}function P(e){var t=Df(e);if(Ng(t))return e}function O(e,t){if(e==="change")return t}var z=!1;Bt&&(z=fk("input")&&(!document.documentMode||document.documentMode>9));function ae(e,t){o=e,s=t,o.attachEvent("onpropertychange",be)}function he(){o&&(o.detachEvent("onpropertychange",be),o=null,s=null)}function be(e){e.propertyName==="value"&&P(s)&&g(e)}function me(e,t,a){e==="focusin"?(he(),ae(t,a)):e==="focusout"&&he()}function Ae(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return P(s)}function He(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function We(e,t){if(e==="click")return P(t)}function hn(e,t){if(e==="input"||e==="change")return P(t)}function Z(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||sl(e,"number",e.value)}function H(e,t,a,u,d,m,y){var C=a?Df(a):window,w,L;if(v(C)?w=O:Bu(C)?z?w=hn:(w=Ae,L=me):He(C)&&(w=We),w){var N=w(t,a);if(N){i(e,N,u,d);return}}L&&L(t,C,a),t==="focusout"&&Z(C)}function te(){De("onMouseEnter",["mouseout","mouseover"]),De("onMouseLeave",["mouseout","mouseover"]),De("onPointerEnter",["pointerout","pointerover"]),De("onPointerLeave",["pointerout","pointerover"])}function we(e,t,a,u,d,m,y){var C=t==="mouseover"||t==="pointerover",w=t==="mouseout"||t==="pointerout";if(C&&!cy(u)){var L=u.relatedTarget||u.fromElement;if(L&&(hc(L)||fm(L)))return}if(!(!w&&!C)){var N;if(d.window===d)N=d;else{var V=d.ownerDocument;V?N=V.defaultView||V.parentWindow:N=window}var U,ie;if(w){var le=u.relatedTarget||u.toElement;if(U=a,ie=le?hc(le):null,ie!==null){var se=ii(ie);(ie!==se||ie.tag!==$&&ie.tag!==A)&&(ie=null)}}else U=null,ie=a;if(U!==ie){var Re=Dl,Je="onMouseLeave",Ye="onMouseEnter",Ct="mouse";(t==="pointerout"||t==="pointerover")&&(Re=Gv,Je="onPointerLeave",Ye="onPointerEnter",Ct="pointer");var bt=U==null?N:Df(U),J=ie==null?N:Df(ie),ce=new Re(Je,Ct+"leave",U,u,d);ce.target=bt,ce.relatedTarget=J;var ee=null,ke=hc(d);if(ke===a){var ze=new Re(Ye,Ct+"enter",ie,u,d);ze.target=J,ze.relatedTarget=bt,ee=ze}UO(e,ce,ee,U,ie)}}}function Ge(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Ve=typeof Object.is=="function"?Object.is:Ge;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 d=0;d<a.length;d++){var m=a[d];if(!jt.call(t,m)||!Ve(e[m],t[m]))return!1}return!0}function ot(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Wn(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function wt(e,t){for(var a=ot(e),u=0,d=0;a;){if(a.nodeType===No){if(d=u+a.textContent.length,u<=t&&d>=t)return{node:a,offset:t-u};u=d}a=ot(Wn(a))}}function Pl(e){var t=e.ownerDocument,a=t&&t.defaultView||window,u=a.getSelection&&a.getSelection();if(!u||u.rangeCount===0)return null;var d=u.anchorNode,m=u.anchorOffset,y=u.focusNode,C=u.focusOffset;try{d.nodeType,y.nodeType}catch{return null}return pk(e,d,m,y,C)}function pk(e,t,a,u,d){var m=0,y=-1,C=-1,w=0,L=0,N=e,V=null;e:for(;;){for(var U=null;N===t&&(a===0||N.nodeType===No)&&(y=m+a),N===u&&(d===0||N.nodeType===No)&&(C=m+d),N.nodeType===No&&(m+=N.nodeValue.length),(U=N.firstChild)!==null;)V=N,N=U;for(;;){if(N===e)break e;if(V===t&&++w===a&&(y=m),V===u&&++L===d&&(C=m),(U=N.nextSibling)!==null)break;N=V,V=N.parentNode}N=U}return y===-1||C===-1?null:{start:y,end:C}}function EO(e,t){var a=e.ownerDocument||document,u=a&&a.defaultView||window;if(u.getSelection){var d=u.getSelection(),m=e.textContent.length,y=Math.min(t.start,m),C=t.end===void 0?y:Math.min(t.end,m);if(!d.extend&&y>C){var w=C;C=y,y=w}var L=wt(e,y),N=wt(e,C);if(L&&N){if(d.rangeCount===1&&d.anchorNode===L.node&&d.anchorOffset===L.offset&&d.focusNode===N.node&&d.focusOffset===N.offset)return;var V=a.createRange();V.setStart(L.node,L.offset),d.removeAllRanges(),y>C?(d.addRange(V),d.extend(N.node,N.offset)):(V.setEnd(N.node,N.offset),d.addRange(V))}}}function Q5(e){return e&&e.nodeType===No}function X5(e,t){return!e||!t?!1:e===t?!0:Q5(e)?!1:Q5(t)?X5(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function CO(e){return e&&e.ownerDocument&&X5(e.ownerDocument.documentElement,e)}function SO(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function Z5(){for(var e=window,t=cd();t instanceof e.HTMLIFrameElement;){if(SO(t))e=t.contentWindow;else return t;t=cd(e.document)}return t}function vk(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 wO(){var e=Z5();return{focusedElem:e,selectionRange:vk(e)?TO(e):null}}function _O(e){var t=Z5(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&CO(a)){u!==null&&vk(a)&&DO(a,u);for(var d=[],m=a;m=m.parentNode;)m.nodeType===Ir&&d.push({element:m,left:m.scrollLeft,top:m.scrollTop});typeof a.focus=="function"&&a.focus();for(var y=0;y<d.length;y++){var C=d[y];C.element.scrollLeft=C.left,C.element.scrollTop=C.top}}}function TO(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Pl(e),t||{start:0,end:0}}function DO(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)):EO(e,t)}var $O=Bt&&"documentMode"in document&&document.documentMode<=11;function PO(){mt("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Cf=null,mk=null,Jv=null,hk=!1;function LO(e){if("selectionStart"in e&&vk(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 MO(e){return e.window===e?e.document:e.nodeType===Wi?e:e.ownerDocument}function J5(e,t,a){var u=MO(a);if(!(hk||Cf==null||Cf!==cd(u))){var d=LO(Cf);if(!Jv||!Qe(Jv,d)){Jv=d;var m=Xy(mk,"onSelect");if(m.length>0){var y=new xr("onSelect","select",null,t,a);e.push({event:y,listeners:m}),y.target=Cf}}}}function NO(e,t,a,u,d,m,y){var C=a?Df(a):window;switch(t){case"focusin":(Bu(C)||C.contentEditable==="true")&&(Cf=C,mk=a,Jv=null);break;case"focusout":Cf=null,mk=null,Jv=null;break;case"mousedown":hk=!0;break;case"contextmenu":case"mouseup":case"dragend":hk=!1,J5(e,u,d);break;case"selectionchange":if($O)break;case"keydown":case"keyup":J5(e,u,d)}}function Yy(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var Sf={animationend:Yy("Animation","AnimationEnd"),animationiteration:Yy("Animation","AnimationIteration"),animationstart:Yy("Animation","AnimationStart"),transitionend:Yy("Transition","TransitionEnd")},gk={},e6={};Bt&&(e6=document.createElement("div").style,"AnimationEvent"in window||(delete Sf.animationend.animation,delete Sf.animationiteration.animation,delete Sf.animationstart.animation),"TransitionEvent"in window||delete Sf.transitionend.transition);function qy(e){if(gk[e])return gk[e];if(!Sf[e])return e;var t=Sf[e];for(var a in t)if(t.hasOwnProperty(a)&&a in e6)return gk[e]=t[a];return e}var t6=qy("animationend"),n6=qy("animationiteration"),r6=qy("animationstart"),i6=qy("transitionend"),o6=new Map,l6=["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 Iu(e,t){o6.set(e,t),mt(t,[e])}function AO(){for(var e=0;e<l6.length;e++){var t=l6[e],a=t.toLowerCase(),u=t[0].toUpperCase()+t.slice(1);Iu(a,"on"+u)}Iu(t6,"onAnimationEnd"),Iu(n6,"onAnimationIteration"),Iu(r6,"onAnimationStart"),Iu("dblclick","onDoubleClick"),Iu("focusin","onFocus"),Iu("focusout","onBlur"),Iu(i6,"onTransitionEnd")}function OO(e,t,a,u,d,m,y){var C=o6.get(t);if(C!==void 0){var w=xr,L=t;switch(t){case"keypress":if($a(u)===0)return;case"keydown":case"keyup":w=lk;break;case"focusin":L="focus",w=pf;break;case"focusout":L="blur",w=pf;break;case"beforeblur":case"afterblur":w=pf;break;case"click":if(u.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":w=Dl;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":w=La;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":w=Ni;break;case t6:case n6:case r6:w=vf;break;case i6:w=uk;break;case"scroll":w=Hv;break;case"wheel":w=hf;break;case"copy":case"cut":case"paste":w=nk;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":w=Gv;break}var N=(m&sa)!==0;{var V=!N&&t==="scroll",U=BO(a,C,u.type,N,V);if(U.length>0){var ie=new w(C,L,null,u,d);e.push({event:ie,listeners:U})}}}}AO(),te(),Ef(),PO(),Ky();function FO(e,t,a,u,d,m,y){OO(e,t,a,u,d,m);var C=(m&Vx)===0;C&&(we(e,t,a,u,d),H(e,t,a,u,d),NO(e,t,a,u,d),kf(e,t,a,u,d))}var em=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],yk=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(em));function a6(e,t,a){var u=e.type||"unknown-event";e.currentTarget=a,Ro(u,t,void 0,e),e.currentTarget=null}function RO(e,t,a){var u;if(a)for(var d=t.length-1;d>=0;d--){var m=t[d],y=m.instance,C=m.currentTarget,w=m.listener;if(y!==u&&e.isPropagationStopped())return;a6(e,w,C),u=y}else for(var L=0;L<t.length;L++){var N=t[L],V=N.instance,U=N.currentTarget,ie=N.listener;if(V!==u&&e.isPropagationStopped())return;a6(e,ie,U),u=V}}function u6(e,t){for(var a=(t&sa)!==0,u=0;u<e.length;u++){var d=e[u],m=d.event,y=d.listeners;RO(m,y,a)}cv()}function zO(e,t,a,u,d){var m=Cd(a),y=[];FO(y,e,u,a,m,t),u6(y,t)}function an(e,t){yk.has(e)||p('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,u=vR(t),d=HO(e,a);u.has(d)||(s6(t,e,zs,a),u.add(d))}function bk(e,t,a){yk.has(e)&&!t&&p('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|=sa),s6(a,e,u,t)}var Qy="_reactListening"+Math.random().toString(36).slice(2);function tm(e){if(!e[Qy]){e[Qy]=!0,$e.forEach(function(a){a!=="selectionchange"&&(yk.has(a)||bk(a,!1,e),bk(a,!0,e))});var t=e.nodeType===Wi?e:e.ownerDocument;t!==null&&(t[Qy]||(t[Qy]=!0,bk("selectionchange",!1,t)))}}function s6(e,t,a,u,d){var m=Mu(e,t,a),y=void 0;Vs&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(y=!0),e=e,u?y!==void 0?jo(e,t,m,y):Au(e,t,m):y!==void 0?cf(e,t,m,y):Uv(e,t,m)}function c6(e,t){return e===t||e.nodeType===En&&e.parentNode===t}function xk(e,t,a,u,d){var m=u;if(!(t&Oo)&&!(t&zs)){var y=d;if(u!==null){var C=u;e:for(;;){if(C===null)return;var w=C.tag;if(w===_||w===D){var L=C.stateNode.containerInfo;if(c6(L,y))break;if(w===D)for(var N=C.return;N!==null;){var V=N.tag;if(V===_||V===D){var U=N.stateNode.containerInfo;if(c6(U,y))return}N=N.return}for(;L!==null;){var ie=hc(L);if(ie===null)return;var le=ie.tag;if(le===$||le===A){C=m=ie;continue e}L=L.parentNode}}C=C.return}}}lv(function(){return zO(e,t,a,m)})}function nm(e,t,a){return{instance:e,listener:t,currentTarget:a}}function BO(e,t,a,u,d,m){for(var y=t!==null?t+"Capture":null,C=u?y:t,w=[],L=e,N=null;L!==null;){var V=L,U=V.stateNode,ie=V.tag;if(ie===$&&U!==null&&(N=U,C!==null)){var le=da(L,C);le!=null&&w.push(nm(L,le,N))}if(d)break;L=L.return}return w}function Xy(e,t){for(var a=t+"Capture",u=[],d=e;d!==null;){var m=d,y=m.stateNode,C=m.tag;if(C===$&&y!==null){var w=y,L=da(d,a);L!=null&&u.unshift(nm(d,L,w));var N=da(d,t);N!=null&&u.push(nm(d,N,w))}d=d.return}return u}function wf(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==$);return e||null}function IO(e,t){for(var a=e,u=t,d=0,m=a;m;m=wf(m))d++;for(var y=0,C=u;C;C=wf(C))y++;for(;d-y>0;)a=wf(a),d--;for(;y-d>0;)u=wf(u),y--;for(var w=d;w--;){if(a===u||u!==null&&a===u.alternate)return a;a=wf(a),u=wf(u)}return null}function d6(e,t,a,u,d){for(var m=t._reactName,y=[],C=a;C!==null&&C!==u;){var w=C,L=w.alternate,N=w.stateNode,V=w.tag;if(L!==null&&L===u)break;if(V===$&&N!==null){var U=N;if(d){var ie=da(C,m);ie!=null&&y.unshift(nm(C,ie,U))}else if(!d){var le=da(C,m);le!=null&&y.push(nm(C,le,U))}}C=C.return}y.length!==0&&e.push({event:t,listeners:y})}function UO(e,t,a,u,d){var m=u&&d?IO(u,d):null;u!==null&&d6(e,t,u,m,!1),d!==null&&a!==null&&d6(e,a,d,m,!0)}function HO(e,t){return e+"__"+(t?"capture":"bubble")}var Ai=!1,rm="dangerouslySetInnerHTML",Zy="suppressContentEditableWarning",Uu="suppressHydrationWarning",f6="autoFocus",vc="children",mc="style",Jy="__html",kk,e0,im,p6,t0,v6,m6;kk={dialog:!0,webview:!0},e0=function(e,t){Ed(e,t),tv(e,t),sy(e,t,{registrationNameDependencies:je,possibleRegistrationNames:Xe})},v6=Bt&&!document.documentMode,im=function(e,t,a){if(!Ai){var u=n0(a),d=n0(t);d!==u&&(Ai=!0,p("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(d),JSON.stringify(u)))}},p6=function(e){if(!Ai){Ai=!0;var t=[];e.forEach(function(a){t.push(a)}),p("Extra attributes from the server: %s",t)}},t0=function(e,t){t===!1?p("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):p("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},m6=function(e,t){var a=e.namespaceURI===Mo?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var VO=/\r\n?/g,KO=/\u0000|\uFFFD/g;function n0(e){Do(e);var t=typeof e=="string"?e:""+e;return t.replace(VO,`
62
- `).replace(KO,"")}function r0(e,t,a,u){var d=n0(t),m=n0(e);if(m!==d&&(u&&(Ai||(Ai=!0,p('Text content did not match. Server: "%s" Client: "%s"',m,d))),a&&ge))throw new Error("Text content does not match server-rendered HTML.")}function h6(e){return e.nodeType===Wi?e:e.ownerDocument}function jO(){}function i0(e){e.onclick=jO}function WO(e,t,a,u,d){for(var m in u)if(u.hasOwnProperty(m)){var y=u[m];if(m===mc)y&&Object.freeze(y),Jg(t,y);else if(m===rm){var C=y?y[Jy]:void 0;C!=null&&Hg(t,C)}else if(m===vc)if(typeof y=="string"){var w=e!=="textarea"||y!=="";w&&yd(t,y)}else typeof y=="number"&&yd(t,""+y);else m===Zy||m===Uu||m===f6||(je.hasOwnProperty(m)?y!=null&&(typeof y!="function"&&t0(m,y),m==="onScroll"&&an("scroll",t)):y!=null&&ra(t,m,y,d))}}function GO(e,t,a,u){for(var d=0;d<t.length;d+=2){var m=t[d],y=t[d+1];m===mc?Jg(e,y):m===rm?Hg(e,y):m===vc?yd(e,y):ra(e,m,y,u)}}function YO(e,t,a,u){var d,m=h6(a),y,C=u;if(C===Mo&&(C=hd(e)),C===Mo){if(d=Ao(e,t),!d&&e!==e.toLowerCase()&&p("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var w=m.createElement("div");w.innerHTML="<script><\/script>";var L=w.firstChild;y=w.removeChild(L)}else if(typeof t.is=="string")y=m.createElement(e,{is:t.is});else if(y=m.createElement(e),e==="select"){var N=y;t.multiple?N.multiple=!0:t.size&&(N.size=t.size)}}else y=m.createElementNS(C,e);return C===Mo&&!d&&Object.prototype.toString.call(y)==="[object HTMLUnknownElement]"&&!jt.call(kk,e)&&(kk[e]=!0,p("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 qO(e,t){return h6(t).createTextNode(e)}function QO(e,t,a,u){var d=Ao(t,a);e0(t,a);var m;switch(t){case"dialog":an("cancel",e),an("close",e),m=a;break;case"iframe":case"object":case"embed":an("load",e),m=a;break;case"video":case"audio":for(var y=0;y<em.length;y++)an(em[y],e);m=a;break;case"source":an("error",e),m=a;break;case"img":case"image":case"link":an("error",e),an("load",e),m=a;break;case"details":an("toggle",e),m=a;break;case"input":Ms(e,a),m=Ls(e,a),an("invalid",e);break;case"option":vd(e,a),m=a;break;case"select":zg(e,a),m=Kp(e,a),an("invalid",e);break;case"textarea":Bg(e,a),m=Wp(e,a),an("invalid",e);break;default:m=a}switch(xd(t,m),WO(t,e,u,m,d),t){case"input":la(e),Ns(e,a,!1);break;case"textarea":la(e),Ug(e);break;case"option":Vp(e,a);break;case"select":Mx(e,a);break;default:typeof m.onClick=="function"&&i0(e);break}}function XO(e,t,a,u,d){e0(t,u);var m=null,y,C;switch(t){case"input":y=Ls(e,a),C=Ls(e,u),m=[];break;case"select":y=Kp(e,a),C=Kp(e,u),m=[];break;case"textarea":y=Wp(e,a),C=Wp(e,u),m=[];break;default:y=a,C=u,typeof y.onClick!="function"&&typeof C.onClick=="function"&&i0(e);break}xd(t,C);var w,L,N=null;for(w in y)if(!(C.hasOwnProperty(w)||!y.hasOwnProperty(w)||y[w]==null))if(w===mc){var V=y[w];for(L in V)V.hasOwnProperty(L)&&(N||(N={}),N[L]="")}else w===rm||w===vc||w===Zy||w===Uu||w===f6||(je.hasOwnProperty(w)?m||(m=[]):(m=m||[]).push(w,null));for(w in C){var U=C[w],ie=y!=null?y[w]:void 0;if(!(!C.hasOwnProperty(w)||U===ie||U==null&&ie==null))if(w===mc)if(U&&Object.freeze(U),ie){for(L in ie)ie.hasOwnProperty(L)&&(!U||!U.hasOwnProperty(L))&&(N||(N={}),N[L]="");for(L in U)U.hasOwnProperty(L)&&ie[L]!==U[L]&&(N||(N={}),N[L]=U[L])}else N||(m||(m=[]),m.push(w,N)),N=U;else if(w===rm){var le=U?U[Jy]:void 0,se=ie?ie[Jy]:void 0;le!=null&&se!==le&&(m=m||[]).push(w,le)}else w===vc?(typeof U=="string"||typeof U=="number")&&(m=m||[]).push(w,""+U):w===Zy||w===Uu||(je.hasOwnProperty(w)?(U!=null&&(typeof U!="function"&&t0(w,U),w==="onScroll"&&an("scroll",e)),!m&&ie!==U&&(m=[])):(m=m||[]).push(w,U))}return N&&(Fs(N,C[mc]),(m=m||[]).push(mc,N)),m}function ZO(e,t,a,u,d){a==="input"&&d.type==="radio"&&d.name!=null&&Hp(e,d);var m=Ao(a,u),y=Ao(a,d);switch(GO(e,t,m,y),a){case"input":su(e,d);break;case"textarea":Ig(e,d);break;case"select":Nx(e,d);break}}function JO(e){{var t=e.toLowerCase();return kd.hasOwnProperty(t)&&kd[t]||null}}function eF(e,t,a,u,d,m,y){var C,w;switch(C=Ao(t,a),e0(t,a),t){case"dialog":an("cancel",e),an("close",e);break;case"iframe":case"object":case"embed":an("load",e);break;case"video":case"audio":for(var L=0;L<em.length;L++)an(em[L],e);break;case"source":an("error",e);break;case"img":case"image":case"link":an("error",e),an("load",e);break;case"details":an("toggle",e);break;case"input":Ms(e,a),an("invalid",e);break;case"option":vd(e,a);break;case"select":zg(e,a),an("invalid",e);break;case"textarea":Bg(e,a),an("invalid",e);break}xd(t,a);{w=new Set;for(var N=e.attributes,V=0;V<N.length;V++){var U=N[V].name.toLowerCase();switch(U){case"value":break;case"checked":break;case"selected":break;default:w.add(N[V].name)}}}var ie=null;for(var le in a)if(a.hasOwnProperty(le)){var se=a[le];if(le===vc)typeof se=="string"?e.textContent!==se&&(a[Uu]!==!0&&r0(e.textContent,se,m,y),ie=[vc,se]):typeof se=="number"&&e.textContent!==""+se&&(a[Uu]!==!0&&r0(e.textContent,se,m,y),ie=[vc,""+se]);else if(je.hasOwnProperty(le))se!=null&&(typeof se!="function"&&t0(le,se),le==="onScroll"&&an("scroll",e));else if(y&&typeof C=="boolean"){var Re=void 0,Je=C&&Me?null:so(le);if(a[Uu]!==!0){if(!(le===Zy||le===Uu||le==="value"||le==="checked"||le==="selected")){if(le===rm){var Ye=e.innerHTML,Ct=se?se[Jy]:void 0;if(Ct!=null){var bt=m6(e,Ct);bt!==Ye&&im(le,Ye,bt)}}else if(le===mc){if(w.delete(le),v6){var J=Ux(se);Re=e.getAttribute("style"),J!==Re&&im(le,Re,J)}}else if(C&&!Me)w.delete(le.toLowerCase()),Re=od(e,le,se),se!==Re&&im(le,Re,se);else if(!Dn(le,Je,C)&&!un(le,se,Je,C)){var ce=!1;if(Je!==null)w.delete(Je.attributeName),Re=ks(e,le,se,Je);else{var ee=u;if(ee===Mo&&(ee=hd(t)),ee===Mo)w.delete(le.toLowerCase());else{var ke=JO(le);ke!==null&&ke!==le&&(ce=!0,w.delete(ke)),w.delete(le)}Re=od(e,le,se)}var ze=Me;!ze&&se!==Re&&!ce&&im(le,Re,se)}}}}}switch(y&&w.size>0&&a[Uu]!==!0&&p6(w),t){case"input":la(e),Ns(e,a,!0);break;case"textarea":la(e),Ug(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&i0(e);break}return ie}function tF(e,t,a){var u=e.nodeValue!==t;return u}function Ek(e,t){{if(Ai)return;Ai=!0,p("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function Ck(e,t){{if(Ai)return;Ai=!0,p('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function Sk(e,t,a){{if(Ai)return;Ai=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function wk(e,t){{if(t===""||Ai)return;Ai=!0,p('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function nF(e,t,a){switch(t){case"input":Ag(e,a);return;case"textarea":Gp(e,a);return;case"select":Ax(e,a);return}}var om=function(){},lm=function(){};{var rF=["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"],g6=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],iF=g6.concat(["button"]),oF=["dd","dt","li","option","optgroup","p","rp","rt"],y6={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};lm=function(e,t){var a=gt({},e||y6),u={tag:t};return g6.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),iF.indexOf(t)!==-1&&(a.pTagInButtonScope=null),rF.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 lF=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 oF.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},aF=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},b6={};om=function(e,t,a){a=a||y6;var u=a.current,d=u&&u.tag;t!=null&&(e!=null&&p("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var m=lF(e,d)?null:u,y=m?null:aF(e,a),C=m||y;if(C){var w=C.tag,L=!!m+"|"+e+"|"+w;if(!b6[L]){b6[L]=!0;var N=e,V="";if(e==="#text"?/\S/.test(t)?N="Text nodes":(N="Whitespace text nodes",V=" Make sure you don't have any extra whitespace between tags on each line of your source code."):N="<"+e+">",m){var U="";w==="table"&&e==="tr"&&(U+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),p("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",N,w,V,U)}else p("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",N,w)}}}}var o0="suppressHydrationWarning",l0="$",a0="/$",am="$?",um="$!",uF="style",_k=null,Tk=null;function sF(e){var t,a,u=e.nodeType;switch(u){case Wi:case aa:{t=u===Wi?"#document":"#fragment";var d=e.documentElement;a=d?d.namespaceURI:qp(null,"");break}default:{var m=u===En?e.parentNode:e,y=m.namespaceURI||null;t=m.tagName,a=qp(y,t);break}}{var C=t.toLowerCase(),w=lm(null,C);return{namespace:a,ancestorInfo:w}}}function cF(e,t,a){{var u=e,d=qp(u.namespace,t),m=lm(u.ancestorInfo,t);return{namespace:d,ancestorInfo:m}}}function JH(e){return e}function dF(e){_k=ui(),Tk=wO();var t=null;return jn(!1),t}function fF(e){_O(Tk),jn(_k),_k=null,Tk=null}function pF(e,t,a,u,d){var m;{var y=u;if(om(e,null,y.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var C=""+t.children,w=lm(y.ancestorInfo,e);om(null,C,w)}m=y.namespace}var L=YO(e,t,a,m);return dm(d,L),Ok(L,t),L}function vF(e,t){e.appendChild(t)}function mF(e,t,a,u,d){switch(QO(e,t,a,u),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function hF(e,t,a,u,d,m){{var y=m;if(typeof u.children!=typeof a.children&&(typeof u.children=="string"||typeof u.children=="number")){var C=""+u.children,w=lm(y.ancestorInfo,t);om(null,C,w)}}return XO(e,t,a,u)}function Dk(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 gF(e,t,a,u){{var d=a;om(null,e,d.ancestorInfo)}var m=qO(e,t);return dm(u,m),m}function yF(){var e=window.event;return e===void 0?Ho:wr(e.type)}var $k=typeof setTimeout=="function"?setTimeout:void 0,bF=typeof clearTimeout=="function"?clearTimeout:void 0,Pk=-1,x6=typeof Promise=="function"?Promise:void 0,xF=typeof queueMicrotask=="function"?queueMicrotask:typeof x6<"u"?function(e){return x6.resolve(null).then(e).catch(kF)}:$k;function kF(e){setTimeout(function(){throw e})}function EF(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 CF(e,t,a,u,d,m){ZO(e,t,a,u,d),Ok(e,d)}function k6(e){yd(e,"")}function SF(e,t,a){e.nodeValue=a}function wF(e,t){e.appendChild(t)}function _F(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&&i0(a)}function TF(e,t,a){e.insertBefore(t,a)}function DF(e,t,a){e.nodeType===En?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function $F(e,t){e.removeChild(t)}function PF(e,t){e.nodeType===En?e.parentNode.removeChild(t):e.removeChild(t)}function Lk(e,t){var a=t,u=0;do{var d=a.nextSibling;if(e.removeChild(a),d&&d.nodeType===En){var m=d.data;if(m===a0)if(u===0){e.removeChild(d),yt(t);return}else u--;else(m===l0||m===am||m===um)&&u++}a=d}while(a);yt(t)}function LF(e,t){e.nodeType===En?Lk(e.parentNode,t):e.nodeType===Ir&&Lk(e,t),yt(e)}function MF(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function NF(e){e.nodeValue=""}function AF(e,t){e=e;var a=t[uF],u=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=bd("display",u)}function OF(e,t){e.nodeValue=t}function FF(e){e.nodeType===Ir?e.textContent="":e.nodeType===Wi&&e.documentElement&&e.removeChild(e.documentElement)}function RF(e,t,a){return e.nodeType!==Ir||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function zF(e,t){return t===""||e.nodeType!==No?null:e}function BF(e){return e.nodeType!==En?null:e}function E6(e){return e.data===am}function Mk(e){return e.data===um}function IF(e){var t=e.nextSibling&&e.nextSibling.dataset,a,u,d;return t&&(a=t.dgst,u=t.msg,d=t.stck),{message:u,digest:a,stack:d}}function UF(e,t){e._reactRetry=t}function u0(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Ir||t===No)break;if(t===En){var a=e.data;if(a===l0||a===um||a===am)break;if(a===a0)return null}}return e}function sm(e){return u0(e.nextSibling)}function HF(e){return u0(e.firstChild)}function VF(e){return u0(e.firstChild)}function KF(e){return u0(e.nextSibling)}function jF(e,t,a,u,d,m,y){dm(m,e),Ok(e,a);var C;{var w=d;C=w.namespace}var L=(m.mode&pt)!==et;return eF(e,t,a,C,u,L,y)}function WF(e,t,a,u){return dm(a,e),a.mode&pt,tF(e,t)}function GF(e,t){dm(t,e)}function YF(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===En){var u=t.data;if(u===a0){if(a===0)return sm(t);a--}else(u===l0||u===um||u===am)&&a++}t=t.nextSibling}return null}function C6(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===En){var u=t.data;if(u===l0||u===um||u===am){if(a===0)return t;a--}else u===a0&&a++}t=t.previousSibling}return null}function qF(e){yt(e)}function QF(e){yt(e)}function XF(e){return e!=="head"&&e!=="body"}function ZF(e,t,a,u){var d=!0;r0(t.nodeValue,a,u,d)}function JF(e,t,a,u,d,m){if(t[o0]!==!0){var y=!0;r0(u.nodeValue,d,m,y)}}function eR(e,t){t.nodeType===Ir?Ek(e,t):t.nodeType===En||Ck(e,t)}function tR(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Ir?Ek(a,t):t.nodeType===En||Ck(a,t))}}function nR(e,t,a,u,d){(d||t[o0]!==!0)&&(u.nodeType===Ir?Ek(a,u):u.nodeType===En||Ck(a,u))}function rR(e,t,a){Sk(e,t)}function iR(e,t){wk(e,t)}function oR(e,t,a){{var u=e.parentNode;u!==null&&Sk(u,t)}}function lR(e,t){{var a=e.parentNode;a!==null&&wk(a,t)}}function aR(e,t,a,u,d,m){(m||t[o0]!==!0)&&Sk(a,u)}function uR(e,t,a,u,d){(d||t[o0]!==!0)&&wk(a,u)}function sR(e){p("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function cR(e){tm(e)}var _f=Math.random().toString(36).slice(2),Tf="__reactFiber$"+_f,Nk="__reactProps$"+_f,cm="__reactContainer$"+_f,Ak="__reactEvents$"+_f,dR="__reactListeners$"+_f,fR="__reactHandles$"+_f;function pR(e){delete e[Tf],delete e[Nk],delete e[Ak],delete e[dR],delete e[fR]}function dm(e,t){t[Tf]=e}function s0(e,t){t[cm]=e}function S6(e){e[cm]=null}function fm(e){return!!e[cm]}function hc(e){var t=e[Tf];if(t)return t;for(var a=e.parentNode;a;){if(t=a[cm]||a[Tf],t){var u=t.alternate;if(t.child!==null||u!==null&&u.child!==null)for(var d=C6(e);d!==null;){var m=d[Tf];if(m)return m;d=C6(d)}return t}e=a,a=e.parentNode}return null}function Hu(e){var t=e[Tf]||e[cm];return t&&(t.tag===$||t.tag===A||t.tag===R||t.tag===_)?t:null}function Df(e){if(e.tag===$||e.tag===A)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function c0(e){return e[Nk]||null}function Ok(e,t){e[Nk]=t}function vR(e){var t=e[Ak];return t===void 0&&(t=e[Ak]=new Set),t}var w6={},_6=l.ReactDebugCurrentFrame;function d0(e){if(e){var t=e._owner,a=ws(e.type,e._source,t?t.type:null);_6.setExtraStackFrame(a)}else _6.setExtraStackFrame(null)}function Go(e,t,a,u,d){{var m=Function.call.bind(jt);for(var y in e)if(m(e,y)){var C=void 0;try{if(typeof e[y]!="function"){var w=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 w.name="Invariant Violation",w}C=e[y](t,y,u,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(L){C=L}C&&!(C instanceof Error)&&(d0(d),p("%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 C),d0(null)),C instanceof Error&&!(C.message in w6)&&(w6[C.message]=!0,d0(d),p("Failed %s type: %s",a,C.message),d0(null))}}}var Fk=[],f0;f0=[];var Oa=-1;function Vu(e){return{current:e}}function qr(e,t){if(Oa<0){p("Unexpected pop.");return}t!==f0[Oa]&&p("Unexpected Fiber popped."),e.current=Fk[Oa],Fk[Oa]=null,f0[Oa]=null,Oa--}function Qr(e,t,a){Oa++,Fk[Oa]=e.current,f0[Oa]=a,e.current=t}var Rk;Rk={};var Xi={};Object.freeze(Xi);var Fa=Vu(Xi),Ll=Vu(!1),zk=Xi;function $f(e,t,a){return a&&Ml(t)?zk:Fa.current}function T6(e,t,a){{var u=e.stateNode;u.__reactInternalMemoizedUnmaskedChildContext=t,u.__reactInternalMemoizedMaskedChildContext=a}}function Pf(e,t){{var a=e.type,u=a.contextTypes;if(!u)return Xi;var d=e.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===t)return d.__reactInternalMemoizedMaskedChildContext;var m={};for(var y in u)m[y]=t[y];{var C=ut(e)||"Unknown";Go(u,m,"context",C)}return d&&T6(e,t,m),m}}function p0(){return Ll.current}function Ml(e){{var t=e.childContextTypes;return t!=null}}function v0(e){qr(Ll,e),qr(Fa,e)}function Bk(e){qr(Ll,e),qr(Fa,e)}function D6(e,t,a){{if(Fa.current!==Xi)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");Qr(Fa,t,e),Qr(Ll,a,e)}}function $6(e,t,a){{var u=e.stateNode,d=t.childContextTypes;if(typeof u.getChildContext!="function"){{var m=ut(e)||"Unknown";Rk[m]||(Rk[m]=!0,p("%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.",m,m))}return a}var y=u.getChildContext();for(var C in y)if(!(C in d))throw new Error((ut(e)||"Unknown")+'.getChildContext(): key "'+C+'" is not defined in childContextTypes.');{var w=ut(e)||"Unknown";Go(d,y,"child context",w)}return gt({},a,y)}}function m0(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||Xi;return zk=Fa.current,Qr(Fa,a,e),Qr(Ll,Ll.current,e),!0}}function P6(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 d=$6(e,t,zk);u.__reactInternalMemoizedMergedChildContext=d,qr(Ll,e),qr(Fa,e),Qr(Fa,d,e),Qr(Ll,a,e)}else qr(Ll,e),Qr(Ll,a,e)}}function mR(e){{if(!mv(e)||e.tag!==S)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 _:return t.stateNode.context;case S:{var a=t.type;if(Ml(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 Ku=0,h0=1,Ra=null,Ik=!1,Uk=!1;function L6(e){Ra===null?Ra=[e]:Ra.push(e)}function hR(e){Ik=!0,L6(e)}function M6(){Ik&&ju()}function ju(){if(!Uk&&Ra!==null){Uk=!0;var e=0,t=Pi();try{var a=!0,u=Ra;for(Mn(mr);e<u.length;e++){var d=u[e];do d=d(a);while(d!==null)}Ra=null,Ik=!1}catch(m){throw Ra!==null&&(Ra=Ra.slice(e+1)),Pd(Md,ju),m}finally{Mn(t),Uk=!1}}return null}var Lf=[],Mf=0,g0=null,y0=0,bo=[],xo=0,gc=null,za=1,Ba="";function gR(e){return bc(),(e.flags&fv)!==Ze}function yR(e){return bc(),y0}function bR(){var e=Ba,t=za,a=t&~xR(t);return a.toString(32)+e}function yc(e,t){bc(),Lf[Mf++]=y0,Lf[Mf++]=g0,g0=e,y0=t}function N6(e,t,a){bc(),bo[xo++]=za,bo[xo++]=Ba,bo[xo++]=gc,gc=e;var u=za,d=Ba,m=b0(u)-1,y=u&~(1<<m),C=a+1,w=b0(t)+m;if(w>30){var L=m-m%5,N=(1<<L)-1,V=(y&N).toString(32),U=y>>L,ie=m-L,le=b0(t)+ie,se=C<<ie,Re=se|U,Je=V+d;za=1<<le|Re,Ba=Je}else{var Ye=C<<m,Ct=Ye|y,bt=d;za=1<<w|Ct,Ba=bt}}function Hk(e){bc();var t=e.return;if(t!==null){var a=1,u=0;yc(e,a),N6(e,a,u)}}function b0(e){return 32-zd(e)}function xR(e){return 1<<b0(e)-1}function Vk(e){for(;e===g0;)g0=Lf[--Mf],Lf[Mf]=null,y0=Lf[--Mf],Lf[Mf]=null;for(;e===gc;)gc=bo[--xo],bo[xo]=null,Ba=bo[--xo],bo[xo]=null,za=bo[--xo],bo[xo]=null}function kR(){return bc(),gc!==null?{id:za,overflow:Ba}:null}function ER(e,t){bc(),bo[xo++]=za,bo[xo++]=Ba,bo[xo++]=gc,za=t.id,Ba=t.overflow,gc=e}function bc(){Tr()||p("Expected to be hydrating. This is a bug in React. Please file an issue.")}var _r=null,ko=null,Yo=!1,xc=!1,Wu=null;function CR(){Yo&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function A6(){xc=!0}function SR(){return xc}function wR(e){var t=e.stateNode.containerInfo;return ko=VF(t),_r=e,Yo=!0,Wu=null,xc=!1,!0}function _R(e,t,a){return ko=KF(t),_r=e,Yo=!0,Wu=null,xc=!1,a!==null&&ER(e,a),!0}function O6(e,t){switch(e.tag){case _:{eR(e.stateNode.containerInfo,t);break}case $:{var a=(e.mode&pt)!==et;nR(e.type,e.memoizedProps,e.stateNode,t,a);break}case R:{var u=e.memoizedState;u.dehydrated!==null&&tR(u.dehydrated,t);break}}}function F6(e,t){O6(e,t);var a=$I();a.stateNode=t,a.return=e;var u=e.deletions;u===null?(e.deletions=[a],e.flags|=Dt):u.push(a)}function Kk(e,t){{if(xc)return;switch(e.tag){case _:{var a=e.stateNode.containerInfo;switch(t.tag){case $:var u=t.type;t.pendingProps,rR(a,u);break;case A:var d=t.pendingProps;iR(a,d);break}break}case $:{var m=e.type,y=e.memoizedProps,C=e.stateNode;switch(t.tag){case $:{var w=t.type,L=t.pendingProps,N=(e.mode&pt)!==et;aR(m,y,C,w,L,N);break}case A:{var V=t.pendingProps,U=(e.mode&pt)!==et;uR(m,y,C,V,U);break}}break}case R:{var ie=e.memoizedState,le=ie.dehydrated;if(le!==null)switch(t.tag){case $:var se=t.type;t.pendingProps,oR(le,se);break;case A:var Re=t.pendingProps;lR(le,Re);break}break}default:return}}}function R6(e,t){t.flags=t.flags&~wi|Wt,Kk(e,t)}function z6(e,t){switch(e.tag){case $:{var a=e.type;e.pendingProps;var u=RF(t,a);return u!==null?(e.stateNode=u,_r=e,ko=HF(u),!0):!1}case A:{var d=e.pendingProps,m=zF(t,d);return m!==null?(e.stateNode=m,_r=e,ko=null,!0):!1}case R:{var y=BF(t);if(y!==null){var C={dehydrated:y,treeContext:kR(),retryLane:Gr};e.memoizedState=C;var w=PI(y);return w.return=e,e.child=w,_r=e,ko=null,!0}return!1}default:return!1}}function jk(e){return(e.mode&pt)!==et&&(e.flags&it)===Ze}function Wk(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function Gk(e){if(Yo){var t=ko;if(!t){jk(e)&&(Kk(_r,e),Wk()),R6(_r,e),Yo=!1,_r=e;return}var a=t;if(!z6(e,t)){jk(e)&&(Kk(_r,e),Wk()),t=sm(a);var u=_r;if(!t||!z6(e,t)){R6(_r,e),Yo=!1,_r=e;return}F6(u,a)}}}function TR(e,t,a){var u=e.stateNode,d=!xc,m=jF(u,e.type,e.memoizedProps,t,a,e,d);return e.updateQueue=m,m!==null}function DR(e){var t=e.stateNode,a=e.memoizedProps,u=WF(t,a,e);if(u){var d=_r;if(d!==null)switch(d.tag){case _:{var m=d.stateNode.containerInfo,y=(d.mode&pt)!==et;ZF(m,t,a,y);break}case $:{var C=d.type,w=d.memoizedProps,L=d.stateNode,N=(d.mode&pt)!==et;JF(C,w,L,t,a,N);break}}}return u}function $R(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.");GF(a,e)}function PR(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 YF(a)}function B6(e){for(var t=e.return;t!==null&&t.tag!==$&&t.tag!==_&&t.tag!==R;)t=t.return;_r=t}function x0(e){if(e!==_r)return!1;if(!Yo)return B6(e),Yo=!0,!1;if(e.tag!==_&&(e.tag!==$||XF(e.type)&&!Dk(e.type,e.memoizedProps))){var t=ko;if(t)if(jk(e))I6(e),Wk();else for(;t;)F6(e,t),t=sm(t)}return B6(e),e.tag===R?ko=PR(e):ko=_r?sm(e.stateNode):null,!0}function LR(){return Yo&&ko!==null}function I6(e){for(var t=ko;t;)O6(e,t),t=sm(t)}function Nf(){_r=null,ko=null,Yo=!1,xc=!1}function U6(){Wu!==null&&(O8(Wu),Wu=null)}function Tr(){return Yo}function Yk(e){Wu===null?Wu=[e]:Wu.push(e)}var MR=l.ReactCurrentBatchConfig,NR=null;function AR(){return MR.transition}var qo={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var OR=function(e){for(var t=null,a=e;a!==null;)a.mode&on&&(t=a),a=a.return;return t},kc=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},pm=[],vm=[],mm=[],hm=[],gm=[],ym=[],Ec=new Set;qo.recordUnsafeLifecycleWarnings=function(e,t){Ec.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&pm.push(e),e.mode&on&&typeof t.UNSAFE_componentWillMount=="function"&&vm.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&mm.push(e),e.mode&on&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&hm.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&gm.push(e),e.mode&on&&typeof t.UNSAFE_componentWillUpdate=="function"&&ym.push(e))},qo.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;pm.length>0&&(pm.forEach(function(U){e.add(ut(U)||"Component"),Ec.add(U.type)}),pm=[]);var t=new Set;vm.length>0&&(vm.forEach(function(U){t.add(ut(U)||"Component"),Ec.add(U.type)}),vm=[]);var a=new Set;mm.length>0&&(mm.forEach(function(U){a.add(ut(U)||"Component"),Ec.add(U.type)}),mm=[]);var u=new Set;hm.length>0&&(hm.forEach(function(U){u.add(ut(U)||"Component"),Ec.add(U.type)}),hm=[]);var d=new Set;gm.length>0&&(gm.forEach(function(U){d.add(ut(U)||"Component"),Ec.add(U.type)}),gm=[]);var m=new Set;if(ym.length>0&&(ym.forEach(function(U){m.add(ut(U)||"Component"),Ec.add(U.type)}),ym=[]),t.size>0){var y=kc(t);p(`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 hk(e){if(!It)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 Cf(){mt("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function i(e,t,a,u){Sd(u);var d=e0(t,"onChange");if(d.length>0){var h=new xr("onChange","change",null,a,u);e.push({event:h,listeners:d})}}var o=null,c=null;function v(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function g(e){var t=[];i(t,c,e,_d(e)),sv(k,t)}function k(e){p6(e,0)}function P(e){var t=$f(e);if(Fg(t))return e}function O(e,t){if(e==="change")return t}var z=!1;It&&(z=hk("input")&&(!document.documentMode||document.documentMode>9));function ae(e,t){o=e,c=t,o.attachEvent("onpropertychange",xe)}function ge(){o&&(o.detachEvent("onpropertychange",xe),o=null,c=null)}function xe(e){e.propertyName==="value"&&P(c)&&g(e)}function he(e,t,a){e==="focusin"?(ge(),ae(t,a)):e==="focusout"&&ge()}function Ae(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return P(c)}function He(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function We(e,t){if(e==="click")return P(t)}function gn(e,t){if(e==="input"||e==="change")return P(t)}function Z(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||cl(e,"number",e.value)}function H(e,t,a,u,d,h,y){var C=a?$f(a):window,S,L;if(v(C)?S=O:Uu(C)?z?S=gn:(S=Ae,L=he):He(C)&&(S=We),S){var N=S(t,a);if(N){i(e,N,u,d);return}}L&&L(t,C,a),t==="focusout"&&Z(C)}function te(){De("onMouseEnter",["mouseout","mouseover"]),De("onMouseLeave",["mouseout","mouseover"]),De("onPointerEnter",["pointerout","pointerover"]),De("onPointerLeave",["pointerout","pointerover"])}function Se(e,t,a,u,d,h,y){var C=t==="mouseover"||t==="pointerover",S=t==="mouseout"||t==="pointerout";if(C&&!py(u)){var L=u.relatedTarget||u.fromElement;if(L&&(gc(L)||mm(L)))return}if(!(!S&&!C)){var N;if(d.window===d)N=d;else{var V=d.ownerDocument;V?N=V.defaultView||V.parentWindow:N=window}var U,ie;if(S){var le=u.relatedTarget||u.toElement;if(U=a,ie=le?gc(le):null,ie!==null){var se=oi(ie);(ie!==se||ie.tag!==$&&ie.tag!==A)&&(ie=null)}}else U=null,ie=a;if(U!==ie){var Re=$l,Je="onMouseLeave",Ye="onMouseEnter",Ct="mouse";(t==="pointerout"||t==="pointerover")&&(Re=Qv,Je="onPointerLeave",Ye="onPointerEnter",Ct="pointer");var bt=U==null?N:$f(U),J=ie==null?N:$f(ie),ce=new Re(Je,Ct+"leave",U,u,d);ce.target=bt,ce.relatedTarget=J;var ee=null,Ee=gc(d);if(Ee===a){var ze=new Re(Ye,Ct+"enter",ie,u,d);ze.target=J,ze.relatedTarget=bt,ee=ze}rF(e,ce,ee,U,ie)}}}function Ge(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Ve=typeof Object.is=="function"?Object.is:Ge;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 d=0;d<a.length;d++){var h=a[d];if(!Wt.call(t,h)||!Ve(e[h],t[h]))return!1}return!0}function ot(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Wn(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function St(e,t){for(var a=ot(e),u=0,d=0;a;){if(a.nodeType===Ao){if(d=u+a.textContent.length,u<=t&&d>=t)return{node:a,offset:t-u};u=d}a=ot(Wn(a))}}function Ll(e){var t=e.ownerDocument,a=t&&t.defaultView||window,u=a.getSelection&&a.getSelection();if(!u||u.rangeCount===0)return null;var d=u.anchorNode,h=u.anchorOffset,y=u.focusNode,C=u.focusOffset;try{d.nodeType,y.nodeType}catch{return null}return gk(e,d,h,y,C)}function gk(e,t,a,u,d){var h=0,y=-1,C=-1,S=0,L=0,N=e,V=null;e:for(;;){for(var U=null;N===t&&(a===0||N.nodeType===Ao)&&(y=h+a),N===u&&(d===0||N.nodeType===Ao)&&(C=h+d),N.nodeType===Ao&&(h+=N.nodeValue.length),(U=N.firstChild)!==null;)V=N,N=U;for(;;){if(N===e)break e;if(V===t&&++S===a&&(y=h),V===u&&++L===d&&(C=h),(U=N.nextSibling)!==null)break;N=V,V=N.parentNode}N=U}return y===-1||C===-1?null:{start:y,end:C}}function zO(e,t){var a=e.ownerDocument||document,u=a&&a.defaultView||window;if(u.getSelection){var d=u.getSelection(),h=e.textContent.length,y=Math.min(t.start,h),C=t.end===void 0?y:Math.min(t.end,h);if(!d.extend&&y>C){var S=C;C=y,y=S}var L=St(e,y),N=St(e,C);if(L&&N){if(d.rangeCount===1&&d.anchorNode===L.node&&d.anchorOffset===L.offset&&d.focusNode===N.node&&d.focusOffset===N.offset)return;var V=a.createRange();V.setStart(L.node,L.offset),d.removeAllRanges(),y>C?(d.addRange(V),d.extend(N.node,N.offset)):(V.setEnd(N.node,N.offset),d.addRange(V))}}}function t6(e){return e&&e.nodeType===Ao}function n6(e,t){return!e||!t?!1:e===t?!0:t6(e)?!1:t6(t)?n6(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function BO(e){return e&&e.ownerDocument&&n6(e.ownerDocument.documentElement,e)}function IO(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function r6(){for(var e=window,t=dd();t instanceof e.HTMLIFrameElement;){if(IO(t))e=t.contentWindow;else return t;t=dd(e.document)}return t}function yk(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 UO(){var e=r6();return{focusedElem:e,selectionRange:yk(e)?VO(e):null}}function HO(e){var t=r6(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&BO(a)){u!==null&&yk(a)&&KO(a,u);for(var d=[],h=a;h=h.parentNode;)h.nodeType===Ir&&d.push({element:h,left:h.scrollLeft,top:h.scrollTop});typeof a.focus=="function"&&a.focus();for(var y=0;y<d.length;y++){var C=d[y];C.element.scrollLeft=C.left,C.element.scrollTop=C.top}}}function VO(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Ll(e),t||{start:0,end:0}}function KO(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)):zO(e,t)}var jO=It&&"documentMode"in document&&document.documentMode<=11;function WO(){mt("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var _f=null,bk=null,nm=null,xk=!1;function GO(e){if("selectionStart"in e&&yk(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 YO(e){return e.window===e?e.document:e.nodeType===Gi?e:e.ownerDocument}function i6(e,t,a){var u=YO(a);if(!(xk||_f==null||_f!==dd(u))){var d=GO(_f);if(!nm||!Qe(nm,d)){nm=d;var h=e0(bk,"onSelect");if(h.length>0){var y=new xr("onSelect","select",null,t,a);e.push({event:y,listeners:h}),y.target=_f}}}}function qO(e,t,a,u,d,h,y){var C=a?$f(a):window;switch(t){case"focusin":(Uu(C)||C.contentEditable==="true")&&(_f=C,bk=a,nm=null);break;case"focusout":_f=null,bk=null,nm=null;break;case"mousedown":xk=!0;break;case"contextmenu":case"mouseup":case"dragend":xk=!1,i6(e,u,d);break;case"selectionchange":if(jO)break;case"keydown":case"keyup":i6(e,u,d)}}function Xy(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var Sf={animationend:Xy("Animation","AnimationEnd"),animationiteration:Xy("Animation","AnimationIteration"),animationstart:Xy("Animation","AnimationStart"),transitionend:Xy("Transition","TransitionEnd")},kk={},o6={};It&&(o6=document.createElement("div").style,"AnimationEvent"in window||(delete Sf.animationend.animation,delete Sf.animationiteration.animation,delete Sf.animationstart.animation),"TransitionEvent"in window||delete Sf.transitionend.transition);function Zy(e){if(kk[e])return kk[e];if(!Sf[e])return e;var t=Sf[e];for(var a in t)if(t.hasOwnProperty(a)&&a in o6)return kk[e]=t[a];return e}var l6=Zy("animationend"),a6=Zy("animationiteration"),u6=Zy("animationstart"),s6=Zy("transitionend"),c6=new Map,d6=["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){c6.set(e,t),mt(t,[e])}function QO(){for(var e=0;e<d6.length;e++){var t=d6[e],a=t.toLowerCase(),u=t[0].toUpperCase()+t.slice(1);Hu(a,"on"+u)}Hu(l6,"onAnimationEnd"),Hu(a6,"onAnimationIteration"),Hu(u6,"onAnimationStart"),Hu("dblclick","onDoubleClick"),Hu("focusin","onFocus"),Hu("focusout","onBlur"),Hu(s6,"onTransitionEnd")}function XO(e,t,a,u,d,h,y){var C=c6.get(t);if(C!==void 0){var S=xr,L=t;switch(t){case"keypress":if(Pa(u)===0)return;case"keydown":case"keyup":S=ck;break;case"focusin":L="focus",S=vf;break;case"focusout":L="blur",S=vf;break;case"beforeblur":case"afterblur":S=vf;break;case"click":if(u.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":S=$l;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":S=Ma;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":S=Ai;break;case l6:case a6:case u6:S=mf;break;case s6:S=fk;break;case"scroll":S=jv;break;case"wheel":S=gf;break;case"copy":case"cut":case"paste":S=lk;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":S=Qv;break}var N=(h&ca)!==0;{var V=!N&&t==="scroll",U=tF(a,C,u.type,N,V);if(U.length>0){var ie=new S(C,L,null,u,d);e.push({event:ie,listeners:U})}}}}QO(),te(),Cf(),WO(),Gy();function ZO(e,t,a,u,d,h,y){XO(e,t,a,u,d,h);var C=(h&Gx)===0;C&&(Se(e,t,a,u,d),H(e,t,a,u,d),qO(e,t,a,u,d),Ef(e,t,a,u,d))}var rm=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],Ek=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(rm));function f6(e,t,a){var u=e.type||"unknown-event";e.currentTarget=a,zo(u,t,void 0,e),e.currentTarget=null}function JO(e,t,a){var u;if(a)for(var d=t.length-1;d>=0;d--){var h=t[d],y=h.instance,C=h.currentTarget,S=h.listener;if(y!==u&&e.isPropagationStopped())return;f6(e,S,C),u=y}else for(var L=0;L<t.length;L++){var N=t[L],V=N.instance,U=N.currentTarget,ie=N.listener;if(V!==u&&e.isPropagationStopped())return;f6(e,ie,U),u=V}}function p6(e,t){for(var a=(t&ca)!==0,u=0;u<e.length;u++){var d=e[u],h=d.event,y=d.listeners;JO(h,y,a)}pv()}function eF(e,t,a,u,d){var h=_d(a),y=[];ZO(y,e,u,a,h,t),p6(y,t)}function un(e,t){Ek.has(e)||p('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,u=PR(t),d=iF(e,a);u.has(d)||(v6(t,e,Bs,a),u.add(d))}function Ck(e,t,a){Ek.has(e)&&!t&&p('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|=ca),v6(a,e,u,t)}var Jy="_reactListening"+Math.random().toString(36).slice(2);function im(e){if(!e[Jy]){e[Jy]=!0,$e.forEach(function(a){a!=="selectionchange"&&(Ek.has(a)||Ck(a,!1,e),Ck(a,!0,e))});var t=e.nodeType===Gi?e:e.ownerDocument;t!==null&&(t[Jy]||(t[Jy]=!0,Ck("selectionchange",!1,t)))}}function v6(e,t,a,u,d){var h=Au(e,t,a),y=void 0;Ks&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(y=!0),e=e,u?y!==void 0?Wo(e,t,h,y):Fu(e,t,h):y!==void 0?df(e,t,h,y):Kv(e,t,h)}function m6(e,t){return e===t||e.nodeType===En&&e.parentNode===t}function _k(e,t,a,u,d){var h=u;if(!(t&Fo)&&!(t&Bs)){var y=d;if(u!==null){var C=u;e:for(;;){if(C===null)return;var S=C.tag;if(S===w||S===D){var L=C.stateNode.containerInfo;if(m6(L,y))break;if(S===D)for(var N=C.return;N!==null;){var V=N.tag;if(V===w||V===D){var U=N.stateNode.containerInfo;if(m6(U,y))return}N=N.return}for(;L!==null;){var ie=gc(L);if(ie===null)return;var le=ie.tag;if(le===$||le===A){C=h=ie;continue e}L=L.parentNode}}C=C.return}}}sv(function(){return eF(e,t,a,h)})}function om(e,t,a){return{instance:e,listener:t,currentTarget:a}}function tF(e,t,a,u,d,h){for(var y=t!==null?t+"Capture":null,C=u?y:t,S=[],L=e,N=null;L!==null;){var V=L,U=V.stateNode,ie=V.tag;if(ie===$&&U!==null&&(N=U,C!==null)){var le=fa(L,C);le!=null&&S.push(om(L,le,N))}if(d)break;L=L.return}return S}function e0(e,t){for(var a=t+"Capture",u=[],d=e;d!==null;){var h=d,y=h.stateNode,C=h.tag;if(C===$&&y!==null){var S=y,L=fa(d,a);L!=null&&u.unshift(om(d,L,S));var N=fa(d,t);N!=null&&u.push(om(d,N,S))}d=d.return}return u}function wf(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==$);return e||null}function nF(e,t){for(var a=e,u=t,d=0,h=a;h;h=wf(h))d++;for(var y=0,C=u;C;C=wf(C))y++;for(;d-y>0;)a=wf(a),d--;for(;y-d>0;)u=wf(u),y--;for(var S=d;S--;){if(a===u||u!==null&&a===u.alternate)return a;a=wf(a),u=wf(u)}return null}function h6(e,t,a,u,d){for(var h=t._reactName,y=[],C=a;C!==null&&C!==u;){var S=C,L=S.alternate,N=S.stateNode,V=S.tag;if(L!==null&&L===u)break;if(V===$&&N!==null){var U=N;if(d){var ie=fa(C,h);ie!=null&&y.unshift(om(C,ie,U))}else if(!d){var le=fa(C,h);le!=null&&y.push(om(C,le,U))}}C=C.return}y.length!==0&&e.push({event:t,listeners:y})}function rF(e,t,a,u,d){var h=u&&d?nF(u,d):null;u!==null&&h6(e,t,u,h,!1),d!==null&&a!==null&&h6(e,a,d,h,!0)}function iF(e,t){return e+"__"+(t?"capture":"bubble")}var Oi=!1,lm="dangerouslySetInnerHTML",t0="suppressContentEditableWarning",Vu="suppressHydrationWarning",g6="autoFocus",mc="children",hc="style",n0="__html",Sk,r0,am,y6,i0,b6,x6;Sk={dialog:!0,webview:!0},r0=function(e,t){Cd(e,t),iv(e,t),fy(e,t,{registrationNameDependencies:je,possibleRegistrationNames:Xe})},b6=It&&!document.documentMode,am=function(e,t,a){if(!Oi){var u=o0(a),d=o0(t);d!==u&&(Oi=!0,p("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(d),JSON.stringify(u)))}},y6=function(e){if(!Oi){Oi=!0;var t=[];e.forEach(function(a){t.push(a)}),p("Extra attributes from the server: %s",t)}},i0=function(e,t){t===!1?p("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):p("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},x6=function(e,t){var a=e.namespaceURI===No?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var oF=/\r\n?/g,lF=/\u0000|\uFFFD/g;function o0(e){$o(e);var t=typeof e=="string"?e:""+e;return t.replace(oF,`
62
+ `).replace(lF,"")}function l0(e,t,a,u){var d=o0(t),h=o0(e);if(h!==d&&(u&&(Oi||(Oi=!0,p('Text content did not match. Server: "%s" Client: "%s"',h,d))),a&&ye))throw new Error("Text content does not match server-rendered HTML.")}function k6(e){return e.nodeType===Gi?e:e.ownerDocument}function aF(){}function a0(e){e.onclick=aF}function uF(e,t,a,u,d){for(var h in u)if(u.hasOwnProperty(h)){var y=u[h];if(h===hc)y&&Object.freeze(y),ny(t,y);else if(h===lm){var C=y?y[n0]:void 0;C!=null&&jg(t,C)}else if(h===mc)if(typeof y=="string"){var S=e!=="textarea"||y!=="";S&&bd(t,y)}else typeof y=="number"&&bd(t,""+y);else h===t0||h===Vu||h===g6||(je.hasOwnProperty(h)?y!=null&&(typeof y!="function"&&i0(h,y),h==="onScroll"&&un("scroll",t)):y!=null&&ia(t,h,y,d))}}function sF(e,t,a,u){for(var d=0;d<t.length;d+=2){var h=t[d],y=t[d+1];h===hc?ny(e,y):h===lm?jg(e,y):h===mc?bd(e,y):ia(e,h,y,u)}}function cF(e,t,a,u){var d,h=k6(a),y,C=u;if(C===No&&(C=gd(e)),C===No){if(d=Oo(e,t),!d&&e!==e.toLowerCase()&&p("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var S=h.createElement("div");S.innerHTML="<script><\/script>";var L=S.firstChild;y=S.removeChild(L)}else if(typeof t.is=="string")y=h.createElement(e,{is:t.is});else if(y=h.createElement(e),e==="select"){var N=y;t.multiple?N.multiple=!0:t.size&&(N.size=t.size)}}else y=h.createElementNS(C,e);return C===No&&!d&&Object.prototype.toString.call(y)==="[object HTMLUnknownElement]"&&!Wt.call(Sk,e)&&(Sk[e]=!0,p("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 dF(e,t){return k6(t).createTextNode(e)}function fF(e,t,a,u){var d=Oo(t,a);r0(t,a);var h;switch(t){case"dialog":un("cancel",e),un("close",e),h=a;break;case"iframe":case"object":case"embed":un("load",e),h=a;break;case"video":case"audio":for(var y=0;y<rm.length;y++)un(rm[y],e);h=a;break;case"source":un("error",e),h=a;break;case"img":case"image":case"link":un("error",e),un("load",e),h=a;break;case"details":un("toggle",e),h=a;break;case"input":Ns(e,a),h=Ms(e,a),un("invalid",e);break;case"option":md(e,a),h=a;break;case"select":Ug(e,a),h=Gp(e,a),un("invalid",e);break;case"textarea":Hg(e,a),h=qp(e,a),un("invalid",e);break;default:h=a}switch(kd(t,h),uF(t,e,u,h,d),t){case"input":aa(e),As(e,a,!1);break;case"textarea":aa(e),Kg(e);break;case"option":Wp(e,a);break;case"select":Fx(e,a);break;default:typeof h.onClick=="function"&&a0(e);break}}function pF(e,t,a,u,d){r0(t,u);var h=null,y,C;switch(t){case"input":y=Ms(e,a),C=Ms(e,u),h=[];break;case"select":y=Gp(e,a),C=Gp(e,u),h=[];break;case"textarea":y=qp(e,a),C=qp(e,u),h=[];break;default:y=a,C=u,typeof y.onClick!="function"&&typeof C.onClick=="function"&&a0(e);break}kd(t,C);var S,L,N=null;for(S in y)if(!(C.hasOwnProperty(S)||!y.hasOwnProperty(S)||y[S]==null))if(S===hc){var V=y[S];for(L in V)V.hasOwnProperty(L)&&(N||(N={}),N[L]="")}else S===lm||S===mc||S===t0||S===Vu||S===g6||(je.hasOwnProperty(S)?h||(h=[]):(h=h||[]).push(S,null));for(S in C){var U=C[S],ie=y!=null?y[S]:void 0;if(!(!C.hasOwnProperty(S)||U===ie||U==null&&ie==null))if(S===hc)if(U&&Object.freeze(U),ie){for(L in ie)ie.hasOwnProperty(L)&&(!U||!U.hasOwnProperty(L))&&(N||(N={}),N[L]="");for(L in U)U.hasOwnProperty(L)&&ie[L]!==U[L]&&(N||(N={}),N[L]=U[L])}else N||(h||(h=[]),h.push(S,N)),N=U;else if(S===lm){var le=U?U[n0]:void 0,se=ie?ie[n0]:void 0;le!=null&&se!==le&&(h=h||[]).push(S,le)}else S===mc?(typeof U=="string"||typeof U=="number")&&(h=h||[]).push(S,""+U):S===t0||S===Vu||(je.hasOwnProperty(S)?(U!=null&&(typeof U!="function"&&i0(S,U),S==="onScroll"&&un("scroll",e)),!h&&ie!==U&&(h=[])):(h=h||[]).push(S,U))}return N&&(Rs(N,C[hc]),(h=h||[]).push(hc,N)),h}function vF(e,t,a,u,d){a==="input"&&d.type==="radio"&&d.name!=null&&jp(e,d);var h=Oo(a,u),y=Oo(a,d);switch(sF(e,t,h,y),a){case"input":du(e,d);break;case"textarea":Vg(e,d);break;case"select":Rx(e,d);break}}function mF(e){{var t=e.toLowerCase();return Ed.hasOwnProperty(t)&&Ed[t]||null}}function hF(e,t,a,u,d,h,y){var C,S;switch(C=Oo(t,a),r0(t,a),t){case"dialog":un("cancel",e),un("close",e);break;case"iframe":case"object":case"embed":un("load",e);break;case"video":case"audio":for(var L=0;L<rm.length;L++)un(rm[L],e);break;case"source":un("error",e);break;case"img":case"image":case"link":un("error",e),un("load",e);break;case"details":un("toggle",e);break;case"input":Ns(e,a),un("invalid",e);break;case"option":md(e,a);break;case"select":Ug(e,a),un("invalid",e);break;case"textarea":Hg(e,a),un("invalid",e);break}kd(t,a);{S=new Set;for(var N=e.attributes,V=0;V<N.length;V++){var U=N[V].name.toLowerCase();switch(U){case"value":break;case"checked":break;case"selected":break;default:S.add(N[V].name)}}}var ie=null;for(var le in a)if(a.hasOwnProperty(le)){var se=a[le];if(le===mc)typeof se=="string"?e.textContent!==se&&(a[Vu]!==!0&&l0(e.textContent,se,h,y),ie=[mc,se]):typeof se=="number"&&e.textContent!==""+se&&(a[Vu]!==!0&&l0(e.textContent,se,h,y),ie=[mc,""+se]);else if(je.hasOwnProperty(le))se!=null&&(typeof se!="function"&&i0(le,se),le==="onScroll"&&un("scroll",e));else if(y&&typeof C=="boolean"){var Re=void 0,Je=C&&Me?null:co(le);if(a[Vu]!==!0){if(!(le===t0||le===Vu||le==="value"||le==="checked"||le==="selected")){if(le===lm){var Ye=e.innerHTML,Ct=se?se[n0]:void 0;if(Ct!=null){var bt=x6(e,Ct);bt!==Ye&&am(le,Ye,bt)}}else if(le===hc){if(S.delete(le),b6){var J=jx(se);Re=e.getAttribute("style"),J!==Re&&am(le,Re,J)}}else if(C&&!Me)S.delete(le.toLowerCase()),Re=ld(e,le,se),se!==Re&&am(le,Re,se);else if(!Dn(le,Je,C)&&!sn(le,se,Je,C)){var ce=!1;if(Je!==null)S.delete(Je.attributeName),Re=Es(e,le,se,Je);else{var ee=u;if(ee===No&&(ee=gd(t)),ee===No)S.delete(le.toLowerCase());else{var Ee=mF(le);Ee!==null&&Ee!==le&&(ce=!0,S.delete(Ee)),S.delete(le)}Re=ld(e,le,se)}var ze=Me;!ze&&se!==Re&&!ce&&am(le,Re,se)}}}}}switch(y&&S.size>0&&a[Vu]!==!0&&y6(S),t){case"input":aa(e),As(e,a,!0);break;case"textarea":aa(e),Kg(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&a0(e);break}return ie}function gF(e,t,a){var u=e.nodeValue!==t;return u}function wk(e,t){{if(Oi)return;Oi=!0,p("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function Tk(e,t){{if(Oi)return;Oi=!0,p('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function Dk(e,t,a){{if(Oi)return;Oi=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function $k(e,t){{if(t===""||Oi)return;Oi=!0,p('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function yF(e,t,a){switch(t){case"input":Rg(e,a);return;case"textarea":Qp(e,a);return;case"select":zx(e,a);return}}var um=function(){},sm=function(){};{var bF=["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"],E6=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],xF=E6.concat(["button"]),kF=["dd","dt","li","option","optgroup","p","rp","rt"],C6={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};sm=function(e,t){var a=gt({},e||C6),u={tag:t};return E6.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),xF.indexOf(t)!==-1&&(a.pTagInButtonScope=null),bF.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 EF=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 kF.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},CF=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},_6={};um=function(e,t,a){a=a||C6;var u=a.current,d=u&&u.tag;t!=null&&(e!=null&&p("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var h=EF(e,d)?null:u,y=h?null:CF(e,a),C=h||y;if(C){var S=C.tag,L=!!h+"|"+e+"|"+S;if(!_6[L]){_6[L]=!0;var N=e,V="";if(e==="#text"?/\S/.test(t)?N="Text nodes":(N="Whitespace text nodes",V=" Make sure you don't have any extra whitespace between tags on each line of your source code."):N="<"+e+">",h){var U="";S==="table"&&e==="tr"&&(U+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),p("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",N,S,V,U)}else p("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",N,S)}}}}var u0="suppressHydrationWarning",s0="$",c0="/$",cm="$?",dm="$!",_F="style",Pk=null,Lk=null;function SF(e){var t,a,u=e.nodeType;switch(u){case Gi:case ua:{t=u===Gi?"#document":"#fragment";var d=e.documentElement;a=d?d.namespaceURI:Zp(null,"");break}default:{var h=u===En?e.parentNode:e,y=h.namespaceURI||null;t=h.tagName,a=Zp(y,t);break}}{var C=t.toLowerCase(),S=sm(null,C);return{namespace:a,ancestorInfo:S}}}function wF(e,t,a){{var u=e,d=Zp(u.namespace,t),h=sm(u.ancestorInfo,t);return{namespace:d,ancestorInfo:h}}}function RV(e){return e}function TF(e){Pk=si(),Lk=UO();var t=null;return jn(!1),t}function DF(e){HO(Lk),jn(Pk),Pk=null,Lk=null}function $F(e,t,a,u,d){var h;{var y=u;if(um(e,null,y.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var C=""+t.children,S=sm(y.ancestorInfo,e);um(null,C,S)}h=y.namespace}var L=cF(e,t,a,h);return vm(d,L),Bk(L,t),L}function PF(e,t){e.appendChild(t)}function LF(e,t,a,u,d){switch(fF(e,t,a,u),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function MF(e,t,a,u,d,h){{var y=h;if(typeof u.children!=typeof a.children&&(typeof u.children=="string"||typeof u.children=="number")){var C=""+u.children,S=sm(y.ancestorInfo,t);um(null,C,S)}}return pF(e,t,a,u)}function Mk(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 NF(e,t,a,u){{var d=a;um(null,e,d.ancestorInfo)}var h=dF(e,t);return vm(u,h),h}function AF(){var e=window.event;return e===void 0?Vo:Sr(e.type)}var Nk=typeof setTimeout=="function"?setTimeout:void 0,OF=typeof clearTimeout=="function"?clearTimeout:void 0,Ak=-1,S6=typeof Promise=="function"?Promise:void 0,FF=typeof queueMicrotask=="function"?queueMicrotask:typeof S6<"u"?function(e){return S6.resolve(null).then(e).catch(RF)}:Nk;function RF(e){setTimeout(function(){throw e})}function zF(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 BF(e,t,a,u,d,h){vF(e,t,a,u,d),Bk(e,d)}function w6(e){bd(e,"")}function IF(e,t,a){e.nodeValue=a}function UF(e,t){e.appendChild(t)}function HF(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&&a0(a)}function VF(e,t,a){e.insertBefore(t,a)}function KF(e,t,a){e.nodeType===En?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function jF(e,t){e.removeChild(t)}function WF(e,t){e.nodeType===En?e.parentNode.removeChild(t):e.removeChild(t)}function Ok(e,t){var a=t,u=0;do{var d=a.nextSibling;if(e.removeChild(a),d&&d.nodeType===En){var h=d.data;if(h===c0)if(u===0){e.removeChild(d),yt(t);return}else u--;else(h===s0||h===cm||h===dm)&&u++}a=d}while(a);yt(t)}function GF(e,t){e.nodeType===En?Ok(e.parentNode,t):e.nodeType===Ir&&Ok(e,t),yt(e)}function YF(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function qF(e){e.nodeValue=""}function QF(e,t){e=e;var a=t[_F],u=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=xd("display",u)}function XF(e,t){e.nodeValue=t}function ZF(e){e.nodeType===Ir?e.textContent="":e.nodeType===Gi&&e.documentElement&&e.removeChild(e.documentElement)}function JF(e,t,a){return e.nodeType!==Ir||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function eR(e,t){return t===""||e.nodeType!==Ao?null:e}function tR(e){return e.nodeType!==En?null:e}function T6(e){return e.data===cm}function Fk(e){return e.data===dm}function nR(e){var t=e.nextSibling&&e.nextSibling.dataset,a,u,d;return t&&(a=t.dgst,u=t.msg,d=t.stck),{message:u,digest:a,stack:d}}function rR(e,t){e._reactRetry=t}function d0(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Ir||t===Ao)break;if(t===En){var a=e.data;if(a===s0||a===dm||a===cm)break;if(a===c0)return null}}return e}function fm(e){return d0(e.nextSibling)}function iR(e){return d0(e.firstChild)}function oR(e){return d0(e.firstChild)}function lR(e){return d0(e.nextSibling)}function aR(e,t,a,u,d,h,y){vm(h,e),Bk(e,a);var C;{var S=d;C=S.namespace}var L=(h.mode&pt)!==et;return hF(e,t,a,C,u,L,y)}function uR(e,t,a,u){return vm(a,e),a.mode&pt,gF(e,t)}function sR(e,t){vm(t,e)}function cR(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===En){var u=t.data;if(u===c0){if(a===0)return fm(t);a--}else(u===s0||u===dm||u===cm)&&a++}t=t.nextSibling}return null}function D6(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===En){var u=t.data;if(u===s0||u===dm||u===cm){if(a===0)return t;a--}else u===c0&&a++}t=t.previousSibling}return null}function dR(e){yt(e)}function fR(e){yt(e)}function pR(e){return e!=="head"&&e!=="body"}function vR(e,t,a,u){var d=!0;l0(t.nodeValue,a,u,d)}function mR(e,t,a,u,d,h){if(t[u0]!==!0){var y=!0;l0(u.nodeValue,d,h,y)}}function hR(e,t){t.nodeType===Ir?wk(e,t):t.nodeType===En||Tk(e,t)}function gR(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Ir?wk(a,t):t.nodeType===En||Tk(a,t))}}function yR(e,t,a,u,d){(d||t[u0]!==!0)&&(u.nodeType===Ir?wk(a,u):u.nodeType===En||Tk(a,u))}function bR(e,t,a){Dk(e,t)}function xR(e,t){$k(e,t)}function kR(e,t,a){{var u=e.parentNode;u!==null&&Dk(u,t)}}function ER(e,t){{var a=e.parentNode;a!==null&&$k(a,t)}}function CR(e,t,a,u,d,h){(h||t[u0]!==!0)&&Dk(a,u)}function _R(e,t,a,u,d){(d||t[u0]!==!0)&&$k(a,u)}function SR(e){p("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function wR(e){im(e)}var Tf=Math.random().toString(36).slice(2),Df="__reactFiber$"+Tf,Rk="__reactProps$"+Tf,pm="__reactContainer$"+Tf,zk="__reactEvents$"+Tf,TR="__reactListeners$"+Tf,DR="__reactHandles$"+Tf;function $R(e){delete e[Df],delete e[Rk],delete e[zk],delete e[TR],delete e[DR]}function vm(e,t){t[Df]=e}function f0(e,t){t[pm]=e}function $6(e){e[pm]=null}function mm(e){return!!e[pm]}function gc(e){var t=e[Df];if(t)return t;for(var a=e.parentNode;a;){if(t=a[pm]||a[Df],t){var u=t.alternate;if(t.child!==null||u!==null&&u.child!==null)for(var d=D6(e);d!==null;){var h=d[Df];if(h)return h;d=D6(d)}return t}e=a,a=e.parentNode}return null}function Ku(e){var t=e[Df]||e[pm];return t&&(t.tag===$||t.tag===A||t.tag===R||t.tag===w)?t:null}function $f(e){if(e.tag===$||e.tag===A)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function p0(e){return e[Rk]||null}function Bk(e,t){e[Rk]=t}function PR(e){var t=e[zk];return t===void 0&&(t=e[zk]=new Set),t}var P6={},L6=l.ReactDebugCurrentFrame;function v0(e){if(e){var t=e._owner,a=ws(e.type,e._source,t?t.type:null);L6.setExtraStackFrame(a)}else L6.setExtraStackFrame(null)}function Yo(e,t,a,u,d){{var h=Function.call.bind(Wt);for(var y in e)if(h(e,y)){var C=void 0;try{if(typeof e[y]!="function"){var S=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 S.name="Invariant Violation",S}C=e[y](t,y,u,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(L){C=L}C&&!(C instanceof Error)&&(v0(d),p("%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 C),v0(null)),C instanceof Error&&!(C.message in P6)&&(P6[C.message]=!0,v0(d),p("Failed %s type: %s",a,C.message),v0(null))}}}var Ik=[],m0;m0=[];var Fa=-1;function ju(e){return{current:e}}function qr(e,t){if(Fa<0){p("Unexpected pop.");return}t!==m0[Fa]&&p("Unexpected Fiber popped."),e.current=Ik[Fa],Ik[Fa]=null,m0[Fa]=null,Fa--}function Qr(e,t,a){Fa++,Ik[Fa]=e.current,m0[Fa]=a,e.current=t}var Uk;Uk={};var Zi={};Object.freeze(Zi);var Ra=ju(Zi),Ml=ju(!1),Hk=Zi;function Pf(e,t,a){return a&&Nl(t)?Hk:Ra.current}function M6(e,t,a){{var u=e.stateNode;u.__reactInternalMemoizedUnmaskedChildContext=t,u.__reactInternalMemoizedMaskedChildContext=a}}function Lf(e,t){{var a=e.type,u=a.contextTypes;if(!u)return Zi;var d=e.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===t)return d.__reactInternalMemoizedMaskedChildContext;var h={};for(var y in u)h[y]=t[y];{var C=ut(e)||"Unknown";Yo(u,h,"context",C)}return d&&M6(e,t,h),h}}function h0(){return Ml.current}function Nl(e){{var t=e.childContextTypes;return t!=null}}function g0(e){qr(Ml,e),qr(Ra,e)}function Vk(e){qr(Ml,e),qr(Ra,e)}function N6(e,t,a){{if(Ra.current!==Zi)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");Qr(Ra,t,e),Qr(Ml,a,e)}}function A6(e,t,a){{var u=e.stateNode,d=t.childContextTypes;if(typeof u.getChildContext!="function"){{var h=ut(e)||"Unknown";Uk[h]||(Uk[h]=!0,p("%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.",h,h))}return a}var y=u.getChildContext();for(var C in y)if(!(C in d))throw new Error((ut(e)||"Unknown")+'.getChildContext(): key "'+C+'" is not defined in childContextTypes.');{var S=ut(e)||"Unknown";Yo(d,y,"child context",S)}return gt({},a,y)}}function y0(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||Zi;return Hk=Ra.current,Qr(Ra,a,e),Qr(Ml,Ml.current,e),!0}}function O6(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 d=A6(e,t,Hk);u.__reactInternalMemoizedMergedChildContext=d,qr(Ml,e),qr(Ra,e),Qr(Ra,d,e),Qr(Ml,a,e)}else qr(Ml,e),Qr(Ml,a,e)}}function LR(e){{if(!yv(e)||e.tag!==_)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 w:return t.stateNode.context;case _:{var a=t.type;if(Nl(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 Wu=0,b0=1,za=null,Kk=!1,jk=!1;function F6(e){za===null?za=[e]:za.push(e)}function MR(e){Kk=!0,F6(e)}function R6(){Kk&&Gu()}function Gu(){if(!jk&&za!==null){jk=!0;var e=0,t=Li();try{var a=!0,u=za;for(Mn(mr);e<u.length;e++){var d=u[e];do d=d(a);while(d!==null)}za=null,Kk=!1}catch(h){throw za!==null&&(za=za.slice(e+1)),Ld(Nd,Gu),h}finally{Mn(t),jk=!1}}return null}var Mf=[],Nf=0,x0=null,k0=0,xo=[],ko=0,yc=null,Ba=1,Ia="";function NR(e){return xc(),(e.flags&mv)!==Ze}function AR(e){return xc(),k0}function OR(){var e=Ia,t=Ba,a=t&~FR(t);return a.toString(32)+e}function bc(e,t){xc(),Mf[Nf++]=k0,Mf[Nf++]=x0,x0=e,k0=t}function z6(e,t,a){xc(),xo[ko++]=Ba,xo[ko++]=Ia,xo[ko++]=yc,yc=e;var u=Ba,d=Ia,h=E0(u)-1,y=u&~(1<<h),C=a+1,S=E0(t)+h;if(S>30){var L=h-h%5,N=(1<<L)-1,V=(y&N).toString(32),U=y>>L,ie=h-L,le=E0(t)+ie,se=C<<ie,Re=se|U,Je=V+d;Ba=1<<le|Re,Ia=Je}else{var Ye=C<<h,Ct=Ye|y,bt=d;Ba=1<<S|Ct,Ia=bt}}function Wk(e){xc();var t=e.return;if(t!==null){var a=1,u=0;bc(e,a),z6(e,a,u)}}function E0(e){return 32-Bd(e)}function FR(e){return 1<<E0(e)-1}function Gk(e){for(;e===x0;)x0=Mf[--Nf],Mf[Nf]=null,k0=Mf[--Nf],Mf[Nf]=null;for(;e===yc;)yc=xo[--ko],xo[ko]=null,Ia=xo[--ko],xo[ko]=null,Ba=xo[--ko],xo[ko]=null}function RR(){return xc(),yc!==null?{id:Ba,overflow:Ia}:null}function zR(e,t){xc(),xo[ko++]=Ba,xo[ko++]=Ia,xo[ko++]=yc,Ba=t.id,Ia=t.overflow,yc=e}function xc(){Tr()||p("Expected to be hydrating. This is a bug in React. Please file an issue.")}var wr=null,Eo=null,qo=!1,kc=!1,Yu=null;function BR(){qo&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function B6(){kc=!0}function IR(){return kc}function UR(e){var t=e.stateNode.containerInfo;return Eo=oR(t),wr=e,qo=!0,Yu=null,kc=!1,!0}function HR(e,t,a){return Eo=lR(t),wr=e,qo=!0,Yu=null,kc=!1,a!==null&&zR(e,a),!0}function I6(e,t){switch(e.tag){case w:{hR(e.stateNode.containerInfo,t);break}case $:{var a=(e.mode&pt)!==et;yR(e.type,e.memoizedProps,e.stateNode,t,a);break}case R:{var u=e.memoizedState;u.dehydrated!==null&&gR(u.dehydrated,t);break}}}function U6(e,t){I6(e,t);var a=jI();a.stateNode=t,a.return=e;var u=e.deletions;u===null?(e.deletions=[a],e.flags|=Dt):u.push(a)}function Yk(e,t){{if(kc)return;switch(e.tag){case w:{var a=e.stateNode.containerInfo;switch(t.tag){case $:var u=t.type;t.pendingProps,bR(a,u);break;case A:var d=t.pendingProps;xR(a,d);break}break}case $:{var h=e.type,y=e.memoizedProps,C=e.stateNode;switch(t.tag){case $:{var S=t.type,L=t.pendingProps,N=(e.mode&pt)!==et;CR(h,y,C,S,L,N);break}case A:{var V=t.pendingProps,U=(e.mode&pt)!==et;_R(h,y,C,V,U);break}}break}case R:{var ie=e.memoizedState,le=ie.dehydrated;if(le!==null)switch(t.tag){case $:var se=t.type;t.pendingProps,kR(le,se);break;case A:var Re=t.pendingProps;ER(le,Re);break}break}default:return}}}function H6(e,t){t.flags=t.flags&~wi|Gt,Yk(e,t)}function V6(e,t){switch(e.tag){case $:{var a=e.type;e.pendingProps;var u=JF(t,a);return u!==null?(e.stateNode=u,wr=e,Eo=iR(u),!0):!1}case A:{var d=e.pendingProps,h=eR(t,d);return h!==null?(e.stateNode=h,wr=e,Eo=null,!0):!1}case R:{var y=tR(t);if(y!==null){var C={dehydrated:y,treeContext:RR(),retryLane:Gr};e.memoizedState=C;var S=WI(y);return S.return=e,e.child=S,wr=e,Eo=null,!0}return!1}default:return!1}}function qk(e){return(e.mode&pt)!==et&&(e.flags&it)===Ze}function Qk(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function Xk(e){if(qo){var t=Eo;if(!t){qk(e)&&(Yk(wr,e),Qk()),H6(wr,e),qo=!1,wr=e;return}var a=t;if(!V6(e,t)){qk(e)&&(Yk(wr,e),Qk()),t=fm(a);var u=wr;if(!t||!V6(e,t)){H6(wr,e),qo=!1,wr=e;return}U6(u,a)}}}function VR(e,t,a){var u=e.stateNode,d=!kc,h=aR(u,e.type,e.memoizedProps,t,a,e,d);return e.updateQueue=h,h!==null}function KR(e){var t=e.stateNode,a=e.memoizedProps,u=uR(t,a,e);if(u){var d=wr;if(d!==null)switch(d.tag){case w:{var h=d.stateNode.containerInfo,y=(d.mode&pt)!==et;vR(h,t,a,y);break}case $:{var C=d.type,S=d.memoizedProps,L=d.stateNode,N=(d.mode&pt)!==et;mR(C,S,L,t,a,N);break}}}return u}function jR(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.");sR(a,e)}function WR(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 cR(a)}function K6(e){for(var t=e.return;t!==null&&t.tag!==$&&t.tag!==w&&t.tag!==R;)t=t.return;wr=t}function C0(e){if(e!==wr)return!1;if(!qo)return K6(e),qo=!0,!1;if(e.tag!==w&&(e.tag!==$||pR(e.type)&&!Mk(e.type,e.memoizedProps))){var t=Eo;if(t)if(qk(e))j6(e),Qk();else for(;t;)U6(e,t),t=fm(t)}return K6(e),e.tag===R?Eo=WR(e):Eo=wr?fm(e.stateNode):null,!0}function GR(){return qo&&Eo!==null}function j6(e){for(var t=Eo;t;)I6(e,t),t=fm(t)}function Af(){wr=null,Eo=null,qo=!1,kc=!1}function W6(){Yu!==null&&(I8(Yu),Yu=null)}function Tr(){return qo}function Zk(e){Yu===null?Yu=[e]:Yu.push(e)}var YR=l.ReactCurrentBatchConfig,qR=null;function QR(){return YR.transition}var Qo={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var XR=function(e){for(var t=null,a=e;a!==null;)a.mode&ln&&(t=a),a=a.return;return t},Ec=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},hm=[],gm=[],ym=[],bm=[],xm=[],km=[],Cc=new Set;Qo.recordUnsafeLifecycleWarnings=function(e,t){Cc.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&hm.push(e),e.mode&ln&&typeof t.UNSAFE_componentWillMount=="function"&&gm.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&ym.push(e),e.mode&ln&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&bm.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&xm.push(e),e.mode&ln&&typeof t.UNSAFE_componentWillUpdate=="function"&&km.push(e))},Qo.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;hm.length>0&&(hm.forEach(function(U){e.add(ut(U)||"Component"),Cc.add(U.type)}),hm=[]);var t=new Set;gm.length>0&&(gm.forEach(function(U){t.add(ut(U)||"Component"),Cc.add(U.type)}),gm=[]);var a=new Set;ym.length>0&&(ym.forEach(function(U){a.add(ut(U)||"Component"),Cc.add(U.type)}),ym=[]);var u=new Set;bm.length>0&&(bm.forEach(function(U){u.add(ut(U)||"Component"),Cc.add(U.type)}),bm=[]);var d=new Set;xm.length>0&&(xm.forEach(function(U){d.add(ut(U)||"Component"),Cc.add(U.type)}),xm=[]);var h=new Set;if(km.length>0&&(km.forEach(function(U){h.add(ut(U)||"Component"),Cc.add(U.type)}),km=[]),t.size>0){var y=Ec(t);p(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
63
63
 
64
64
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
65
65
 
66
- Please update the following components: %s`,y)}if(u.size>0){var C=kc(u);p(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
66
+ Please update the following components: %s`,y)}if(u.size>0){var C=Ec(u);p(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
67
67
 
68
68
  * Move data fetching code or side effects to componentDidUpdate.
69
69
  * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
70
70
 
71
- Please update the following components: %s`,C)}if(m.size>0){var w=kc(m);p(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
71
+ Please update the following components: %s`,C)}if(h.size>0){var S=Ec(h);p(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
72
72
 
73
73
  * Move data fetching code or side effects to componentDidUpdate.
74
74
 
75
- Please update the following components: %s`,w)}if(e.size>0){var L=kc(e);h(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
75
+ Please update the following components: %s`,S)}if(e.size>0){var L=Ec(e);m(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
76
76
 
77
77
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
78
78
  * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
79
79
 
80
- Please update the following components: %s`,L)}if(a.size>0){var N=kc(a);h(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
80
+ Please update the following components: %s`,L)}if(a.size>0){var N=Ec(a);m(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
81
81
 
82
82
  * Move data fetching code or side effects to componentDidUpdate.
83
83
  * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
84
84
  * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
85
85
 
86
- Please update the following components: %s`,N)}if(d.size>0){var V=kc(d);h(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
86
+ Please update the following components: %s`,N)}if(d.size>0){var V=Ec(d);m(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
87
87
 
88
88
  * Move data fetching code or side effects to componentDidUpdate.
89
89
  * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
90
90
 
91
- Please update the following components: %s`,V)}};var k0=new Map,H6=new Set;qo.recordLegacyContextWarning=function(e,t){var a=OR(e);if(a===null){p("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(!H6.has(e.type)){var u=k0.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(u===void 0&&(u=[],k0.set(a,u)),u.push(e))}},qo.flushLegacyContextWarning=function(){k0.forEach(function(e,t){if(e.length!==0){var a=e[0],u=new Set;e.forEach(function(m){u.add(ut(m)||"Component"),H6.add(m.type)});var d=kc(u);try{Ot(a),p(`Legacy context API has been detected within a strict-mode tree.
91
+ Please update the following components: %s`,V)}};var _0=new Map,G6=new Set;Qo.recordLegacyContextWarning=function(e,t){var a=XR(e);if(a===null){p("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(!G6.has(e.type)){var u=_0.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(u===void 0&&(u=[],_0.set(a,u)),u.push(e))}},Qo.flushLegacyContextWarning=function(){_0.forEach(function(e,t){if(e.length!==0){var a=e[0],u=new Set;e.forEach(function(h){u.add(ut(h)||"Component"),G6.add(h.type)});var d=Ec(u);try{Ft(a),p(`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`,d)}finally{$n()}}})},qo.discardPendingWarnings=function(){pm=[],vm=[],mm=[],hm=[],gm=[],ym=[],k0=new Map}}function Qo(e,t){if(e&&e.defaultProps){var a=gt({},t),u=e.defaultProps;for(var d in u)a[d]===void 0&&(a[d]=u[d]);return a}return t}var qk=Vu(null),Qk;Qk={};var E0=null,Af=null,Xk=null,C0=!1;function S0(){E0=null,Af=null,Xk=null,C0=!1}function V6(){C0=!0}function K6(){C0=!1}function j6(e,t,a){Qr(qk,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==Qk&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=Qk}function Zk(e,t){var a=qk.current;qr(qk,t),e._currentValue=a}function Jk(e,t,a){for(var u=e;u!==null;){var d=u.alternate;if(Sa(u.childLanes,t)?d!==null&&!Sa(d.childLanes,t)&&(d.childLanes=ct(d.childLanes,t)):(u.childLanes=ct(u.childLanes,t),d!==null&&(d.childLanes=ct(d.childLanes,t))),u===a)break;u=u.return}u!==a&&p("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 FR(e,t,a){RR(e,t,a)}function RR(e,t,a){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var d=void 0,m=u.dependencies;if(m!==null){d=u.child;for(var y=m.firstContext;y!==null;){if(y.context===t){if(u.tag===S){var C=Ln(a),w=Ia(Vt,C);w.tag=_0;var L=u.updateQueue;if(L!==null){var N=L.shared,V=N.pending;V===null?w.next=w:(w.next=V.next,V.next=w),N.pending=w}}u.lanes=ct(u.lanes,a);var U=u.alternate;U!==null&&(U.lanes=ct(U.lanes,a)),Jk(u.return,a,e),m.lanes=ct(m.lanes,a);break}y=y.next}}else if(u.tag===Q)d=u.type===e.type?null:u.child;else if(u.tag===K){var ie=u.return;if(ie===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");ie.lanes=ct(ie.lanes,a);var le=ie.alternate;le!==null&&(le.lanes=ct(le.lanes,a)),Jk(ie,a,e),d=u.sibling}else d=u.child;if(d!==null)d.return=u;else for(d=u;d!==null;){if(d===e){d=null;break}var se=d.sibling;if(se!==null){se.return=d.return,d=se;break}d=d.return}u=d}}function Of(e,t){E0=e,Af=null,Xk=null;var a=e.dependencies;if(a!==null){var u=a.firstContext;u!==null&&(Yr(a.lanes,t)&&Mm(),a.firstContext=null)}}function Gn(e){C0&&p("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(Xk!==e){var a={context:e,memoizedValue:t,next:null};if(Af===null){if(E0===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().");Af=a,E0.dependencies={lanes:de,firstContext:a}}else Af=Af.next=a}return t}var Cc=null;function e4(e){Cc===null?Cc=[e]:Cc.push(e)}function zR(){if(Cc!==null){for(var e=0;e<Cc.length;e++){var t=Cc[e],a=t.interleaved;if(a!==null){t.interleaved=null;var u=a.next,d=t.pending;if(d!==null){var m=d.next;d.next=u,a.next=m}t.pending=a}}Cc=null}}function W6(e,t,a,u){var d=t.interleaved;return d===null?(a.next=a,e4(t)):(a.next=d.next,d.next=a),t.interleaved=a,w0(e,u)}function BR(e,t,a,u){var d=t.interleaved;d===null?(a.next=a,e4(t)):(a.next=d.next,d.next=a),t.interleaved=a}function IR(e,t,a,u){var d=t.interleaved;return d===null?(a.next=a,e4(t)):(a.next=d.next,d.next=a),t.interleaved=a,w0(e,u)}function Oi(e,t){return w0(e,t)}var UR=w0;function w0(e,t){e.lanes=ct(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=ct(a.lanes,t)),a===null&&(e.flags&(Wt|wi))!==Ze&&G8(e);for(var u=e,d=e.return;d!==null;)d.childLanes=ct(d.childLanes,t),a=d.alternate,a!==null?a.childLanes=ct(a.childLanes,t):(d.flags&(Wt|wi))!==Ze&&G8(e),u=d,d=d.return;if(u.tag===_){var m=u.stateNode;return m}else return null}var G6=0,Y6=1,_0=2,t4=3,T0=!1,n4,D0;n4=!1,D0=null;function r4(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:de},effects:null};e.updateQueue=t}function q6(e,t){var a=t.updateQueue,u=e.updateQueue;if(a===u){var d={baseState:u.baseState,firstBaseUpdate:u.firstBaseUpdate,lastBaseUpdate:u.lastBaseUpdate,shared:u.shared,effects:u.effects};t.updateQueue=d}}function Ia(e,t){var a={eventTime:e,lane:t,tag:G6,payload:null,callback:null,next:null};return a}function Gu(e,t,a){var u=e.updateQueue;if(u===null)return null;var d=u.shared;if(D0===d&&!n4&&(p("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."),n4=!0),UB()){var m=d.pending;return m===null?t.next=t:(t.next=m.next,m.next=t),d.pending=t,UR(e,a)}else return IR(e,d,t,a)}function $0(e,t,a){var u=t.updateQueue;if(u!==null){var d=u.shared;if(Dv(a)){var m=d.lanes;m=Pv(m,e.pendingLanes);var y=ct(m,a);d.lanes=y,Tu(e,y)}}}function i4(e,t){var a=e.updateQueue,u=e.alternate;if(u!==null){var d=u.updateQueue;if(a===d){var m=null,y=null,C=a.firstBaseUpdate;if(C!==null){var w=C;do{var L={eventTime:w.eventTime,lane:w.lane,tag:w.tag,payload:w.payload,callback:w.callback,next:null};y===null?m=y=L:(y.next=L,y=L),w=w.next}while(w!==null);y===null?m=y=t:(y.next=t,y=t)}else m=y=t;a={baseState:d.baseState,firstBaseUpdate:m,lastBaseUpdate:y,shared:d.shared,effects:d.effects},e.updateQueue=a;return}}var N=a.lastBaseUpdate;N===null?a.firstBaseUpdate=t:N.next=t,a.lastBaseUpdate=t}function HR(e,t,a,u,d,m){switch(a.tag){case Y6:{var y=a.payload;if(typeof y=="function"){V6();var C=y.call(m,u,d);{if(e.mode&on){Pn(!0);try{y.call(m,u,d)}finally{Pn(!1)}}K6()}return C}return y}case t4:e.flags=e.flags&~Hn|it;case G6:{var w=a.payload,L;if(typeof w=="function"){V6(),L=w.call(m,u,d);{if(e.mode&on){Pn(!0);try{w.call(m,u,d)}finally{Pn(!1)}}K6()}}else L=w;return L==null?u:gt({},u,L)}case _0:return T0=!0,u}return u}function P0(e,t,a,u){var d=e.updateQueue;T0=!1,D0=d.shared;var m=d.firstBaseUpdate,y=d.lastBaseUpdate,C=d.shared.pending;if(C!==null){d.shared.pending=null;var w=C,L=w.next;w.next=null,y===null?m=L:y.next=L,y=w;var N=e.alternate;if(N!==null){var V=N.updateQueue,U=V.lastBaseUpdate;U!==y&&(U===null?V.firstBaseUpdate=L:U.next=L,V.lastBaseUpdate=w)}}if(m!==null){var ie=d.baseState,le=de,se=null,Re=null,Je=null,Ye=m;do{var Ct=Ye.lane,bt=Ye.eventTime;if(Sa(u,Ct)){if(Je!==null){var ce={eventTime:bt,lane:kt,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Je=Je.next=ce}ie=HR(e,d,Ye,ie,t,a);var ee=Ye.callback;if(ee!==null&&Ye.lane!==kt){e.flags|=po;var ke=d.effects;ke===null?d.effects=[Ye]:ke.push(Ye)}}else{var J={eventTime:bt,lane:Ct,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Je===null?(Re=Je=J,se=ie):Je=Je.next=J,le=ct(le,Ct)}if(Ye=Ye.next,Ye===null){if(C=d.shared.pending,C===null)break;var ze=C,Ne=ze.next;ze.next=null,Ye=Ne,d.lastBaseUpdate=ze,d.shared.pending=null}}while(!0);Je===null&&(se=ie),d.baseState=se,d.firstBaseUpdate=Re,d.lastBaseUpdate=Je;var rt=d.shared.interleaved;if(rt!==null){var at=rt;do le=ct(le,at.lane),at=at.next;while(at!==rt)}else m===null&&(d.shared.lanes=de);Km(le),e.lanes=le,e.memoizedState=ie}D0=null}function VR(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function Q6(){T0=!1}function L0(){return T0}function X6(e,t,a){var u=t.effects;if(t.effects=null,u!==null)for(var d=0;d<u.length;d++){var m=u[d],y=m.callback;y!==null&&(m.callback=null,VR(y,a))}}var o4={},Z6=new n.Component().refs,l4,a4,u4,s4,c4,J6,M0,d4,f4,p4;{l4=new Set,a4=new Set,u4=new Set,s4=new Set,d4=new Set,c4=new Set,f4=new Set,p4=new Set;var eD=new Set;M0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;eD.has(a)||(eD.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},J6=function(e,t){if(t===void 0){var a=Ut(e)||"Component";c4.has(a)||(c4.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(o4,"_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(o4)}function v4(e,t,a,u){var d=e.memoizedState,m=a(u,d);{if(e.mode&on){Pn(!0);try{m=a(u,d)}finally{Pn(!1)}}J6(t,m)}var y=m==null?d:gt({},d,m);if(e.memoizedState=y,e.lanes===de){var C=e.updateQueue;C.baseState=y}}var m4={isMounted:oi,enqueueSetState:function(e,t,a){var u=Ci(e),d=di(),m=ts(u),y=Ia(d,m);y.payload=t,a!=null&&(M0(a,"setState"),y.callback=a);var C=Gu(u,y,m);C!==null&&(sr(C,u,m,d),$0(C,u,m)),El(u,m)},enqueueReplaceState:function(e,t,a){var u=Ci(e),d=di(),m=ts(u),y=Ia(d,m);y.tag=Y6,y.payload=t,a!=null&&(M0(a,"replaceState"),y.callback=a);var C=Gu(u,y,m);C!==null&&(sr(C,u,m,d),$0(C,u,m)),El(u,m)},enqueueForceUpdate:function(e,t){var a=Ci(e),u=di(),d=ts(a),m=Ia(u,d);m.tag=_0,t!=null&&(M0(t,"forceUpdate"),m.callback=t);var y=Gu(a,m,d);y!==null&&(sr(y,a,d,u),$0(y,a,d)),Sv(a,d)}};function tD(e,t,a,u,d,m,y){var C=e.stateNode;if(typeof C.shouldComponentUpdate=="function"){var w=C.shouldComponentUpdate(u,m,y);{if(e.mode&on){Pn(!0);try{w=C.shouldComponentUpdate(u,m,y)}finally{Pn(!1)}}w===void 0&&p("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Ut(t)||"Component")}return w}return t.prototype&&t.prototype.isPureReactComponent?!Qe(a,u)||!Qe(d,m):!0}function KR(e,t,a){var u=e.stateNode;{var d=Ut(t)||"Component",m=u.render;m||(t.prototype&&typeof t.prototype.render=="function"?p("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",d):p("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",d)),u.getInitialState&&!u.getInitialState.isReactClassApproved&&!u.state&&p("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?",d),u.getDefaultProps&&!u.getDefaultProps.isReactClassApproved&&p("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.",d),u.propTypes&&p("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",d),u.contextType&&p("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",d),u.contextTypes&&p("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",d),t.contextType&&t.contextTypes&&!f4.has(t)&&(f4.add(t),p("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",d)),typeof u.componentShouldUpdate=="function"&&p("%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.",d),t.prototype&&t.prototype.isPureReactComponent&&typeof u.shouldComponentUpdate<"u"&&p("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Ut(t)||"A pure component"),typeof u.componentDidUnmount=="function"&&p("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",d),typeof u.componentDidReceiveProps=="function"&&p("%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().",d),typeof u.componentWillRecieveProps=="function"&&p("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",d),typeof u.UNSAFE_componentWillRecieveProps=="function"&&p("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",d);var y=u.props!==a;u.props!==void 0&&y&&p("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",d,d),u.defaultProps&&p("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",d,d),typeof u.getSnapshotBeforeUpdate=="function"&&typeof u.componentDidUpdate!="function"&&!u4.has(t)&&(u4.add(t),p("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Ut(t))),typeof u.getDerivedStateFromProps=="function"&&p("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof u.getDerivedStateFromError=="function"&&p("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof t.getSnapshotBeforeUpdate=="function"&&p("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",d);var C=u.state;C&&(typeof C!="object"||In(C))&&p("%s.state: must be set to an object or null",d),typeof u.getChildContext=="function"&&typeof t.childContextTypes!="object"&&p("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",d)}}function nD(e,t){t.updater=m4,e.stateNode=t,gu(t,e),t._reactInternalInstance=o4}function rD(e,t,a){var u=!1,d=Xi,m=Xi,y=t.contextType;if("contextType"in t){var C=y===null||y!==void 0&&y.$$typeof===Mp&&y._context===void 0;if(!C&&!p4.has(t)){p4.add(t);var w="";y===void 0?w=" 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"?w=" However, it is set to a "+typeof y+".":y.$$typeof===Lp?w=" Did you accidentally pass the Context.Provider instead?":y._context!==void 0?w=" Did you accidentally pass the Context.Consumer instead?":w=" However, it is set to an object with keys {"+Object.keys(y).join(", ")+"}.",p("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Ut(t)||"Component",w)}}if(typeof y=="object"&&y!==null)m=Gn(y);else{d=$f(e,t,!0);var L=t.contextTypes;u=L!=null,m=u?Pf(e,d):Xi}var N=new t(a,m);if(e.mode&on){Pn(!0);try{N=new t(a,m)}finally{Pn(!1)}}var V=e.memoizedState=N.state!==null&&N.state!==void 0?N.state:null;nD(e,N);{if(typeof t.getDerivedStateFromProps=="function"&&V===null){var U=Ut(t)||"Component";a4.has(U)||(a4.add(U),p("`%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.",U,N.state===null?"null":"undefined",U))}if(typeof t.getDerivedStateFromProps=="function"||typeof N.getSnapshotBeforeUpdate=="function"){var ie=null,le=null,se=null;if(typeof N.componentWillMount=="function"&&N.componentWillMount.__suppressDeprecationWarning!==!0?ie="componentWillMount":typeof N.UNSAFE_componentWillMount=="function"&&(ie="UNSAFE_componentWillMount"),typeof N.componentWillReceiveProps=="function"&&N.componentWillReceiveProps.__suppressDeprecationWarning!==!0?le="componentWillReceiveProps":typeof N.UNSAFE_componentWillReceiveProps=="function"&&(le="UNSAFE_componentWillReceiveProps"),typeof N.componentWillUpdate=="function"&&N.componentWillUpdate.__suppressDeprecationWarning!==!0?se="componentWillUpdate":typeof N.UNSAFE_componentWillUpdate=="function"&&(se="UNSAFE_componentWillUpdate"),ie!==null||le!==null||se!==null){var Re=Ut(t)||"Component",Je=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";s4.has(Re)||(s4.add(Re),p(`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`,d)}finally{$n()}}})},Qo.discardPendingWarnings=function(){hm=[],gm=[],ym=[],bm=[],xm=[],km=[],_0=new Map}}function Xo(e,t){if(e&&e.defaultProps){var a=gt({},t),u=e.defaultProps;for(var d in u)a[d]===void 0&&(a[d]=u[d]);return a}return t}var Jk=ju(null),e4;e4={};var S0=null,Of=null,t4=null,w0=!1;function T0(){S0=null,Of=null,t4=null,w0=!1}function Y6(){w0=!0}function q6(){w0=!1}function Q6(e,t,a){Qr(Jk,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==e4&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=e4}function n4(e,t){var a=Jk.current;qr(Jk,t),e._currentValue=a}function r4(e,t,a){for(var u=e;u!==null;){var d=u.alternate;if(Sa(u.childLanes,t)?d!==null&&!Sa(d.childLanes,t)&&(d.childLanes=ct(d.childLanes,t)):(u.childLanes=ct(u.childLanes,t),d!==null&&(d.childLanes=ct(d.childLanes,t))),u===a)break;u=u.return}u!==a&&p("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 ZR(e,t,a){JR(e,t,a)}function JR(e,t,a){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var d=void 0,h=u.dependencies;if(h!==null){d=u.child;for(var y=h.firstContext;y!==null;){if(y.context===t){if(u.tag===_){var C=Ln(a),S=Ua(Kt,C);S.tag=$0;var L=u.updateQueue;if(L!==null){var N=L.shared,V=N.pending;V===null?S.next=S:(S.next=V.next,V.next=S),N.pending=S}}u.lanes=ct(u.lanes,a);var U=u.alternate;U!==null&&(U.lanes=ct(U.lanes,a)),r4(u.return,a,e),h.lanes=ct(h.lanes,a);break}y=y.next}}else if(u.tag===q)d=u.type===e.type?null:u.child;else if(u.tag===K){var ie=u.return;if(ie===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");ie.lanes=ct(ie.lanes,a);var le=ie.alternate;le!==null&&(le.lanes=ct(le.lanes,a)),r4(ie,a,e),d=u.sibling}else d=u.child;if(d!==null)d.return=u;else for(d=u;d!==null;){if(d===e){d=null;break}var se=d.sibling;if(se!==null){se.return=d.return,d=se;break}d=d.return}u=d}}function Ff(e,t){S0=e,Of=null,t4=null;var a=e.dependencies;if(a!==null){var u=a.firstContext;u!==null&&(Yr(a.lanes,t)&&Om(),a.firstContext=null)}}function Gn(e){w0&&p("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(t4!==e){var a={context:e,memoizedValue:t,next:null};if(Of===null){if(S0===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().");Of=a,S0.dependencies={lanes:de,firstContext:a}}else Of=Of.next=a}return t}var _c=null;function i4(e){_c===null?_c=[e]:_c.push(e)}function ez(){if(_c!==null){for(var e=0;e<_c.length;e++){var t=_c[e],a=t.interleaved;if(a!==null){t.interleaved=null;var u=a.next,d=t.pending;if(d!==null){var h=d.next;d.next=u,a.next=h}t.pending=a}}_c=null}}function X6(e,t,a,u){var d=t.interleaved;return d===null?(a.next=a,i4(t)):(a.next=d.next,d.next=a),t.interleaved=a,D0(e,u)}function tz(e,t,a,u){var d=t.interleaved;d===null?(a.next=a,i4(t)):(a.next=d.next,d.next=a),t.interleaved=a}function nz(e,t,a,u){var d=t.interleaved;return d===null?(a.next=a,i4(t)):(a.next=d.next,d.next=a),t.interleaved=a,D0(e,u)}function Fi(e,t){return D0(e,t)}var rz=D0;function D0(e,t){e.lanes=ct(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=ct(a.lanes,t)),a===null&&(e.flags&(Gt|wi))!==Ze&&Z8(e);for(var u=e,d=e.return;d!==null;)d.childLanes=ct(d.childLanes,t),a=d.alternate,a!==null?a.childLanes=ct(a.childLanes,t):(d.flags&(Gt|wi))!==Ze&&Z8(e),u=d,d=d.return;if(u.tag===w){var h=u.stateNode;return h}else return null}var Z6=0,J6=1,$0=2,o4=3,P0=!1,l4,L0;l4=!1,L0=null;function a4(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:de},effects:null};e.updateQueue=t}function eD(e,t){var a=t.updateQueue,u=e.updateQueue;if(a===u){var d={baseState:u.baseState,firstBaseUpdate:u.firstBaseUpdate,lastBaseUpdate:u.lastBaseUpdate,shared:u.shared,effects:u.effects};t.updateQueue=d}}function Ua(e,t){var a={eventTime:e,lane:t,tag:Z6,payload:null,callback:null,next:null};return a}function qu(e,t,a){var u=e.updateQueue;if(u===null)return null;var d=u.shared;if(L0===d&&!l4&&(p("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."),l4=!0),rI()){var h=d.pending;return h===null?t.next=t:(t.next=h.next,h.next=t),d.pending=t,rz(e,a)}else return nz(e,d,t,a)}function M0(e,t,a){var u=t.updateQueue;if(u!==null){var d=u.shared;if(Lv(a)){var h=d.lanes;h=Nv(h,e.pendingLanes);var y=ct(h,a);d.lanes=y,$u(e,y)}}}function u4(e,t){var a=e.updateQueue,u=e.alternate;if(u!==null){var d=u.updateQueue;if(a===d){var h=null,y=null,C=a.firstBaseUpdate;if(C!==null){var S=C;do{var L={eventTime:S.eventTime,lane:S.lane,tag:S.tag,payload:S.payload,callback:S.callback,next:null};y===null?h=y=L:(y.next=L,y=L),S=S.next}while(S!==null);y===null?h=y=t:(y.next=t,y=t)}else h=y=t;a={baseState:d.baseState,firstBaseUpdate:h,lastBaseUpdate:y,shared:d.shared,effects:d.effects},e.updateQueue=a;return}}var N=a.lastBaseUpdate;N===null?a.firstBaseUpdate=t:N.next=t,a.lastBaseUpdate=t}function iz(e,t,a,u,d,h){switch(a.tag){case J6:{var y=a.payload;if(typeof y=="function"){Y6();var C=y.call(h,u,d);{if(e.mode&ln){Pn(!0);try{y.call(h,u,d)}finally{Pn(!1)}}q6()}return C}return y}case o4:e.flags=e.flags&~Hn|it;case Z6:{var S=a.payload,L;if(typeof S=="function"){Y6(),L=S.call(h,u,d);{if(e.mode&ln){Pn(!0);try{S.call(h,u,d)}finally{Pn(!1)}}q6()}}else L=S;return L==null?u:gt({},u,L)}case $0:return P0=!0,u}return u}function N0(e,t,a,u){var d=e.updateQueue;P0=!1,L0=d.shared;var h=d.firstBaseUpdate,y=d.lastBaseUpdate,C=d.shared.pending;if(C!==null){d.shared.pending=null;var S=C,L=S.next;S.next=null,y===null?h=L:y.next=L,y=S;var N=e.alternate;if(N!==null){var V=N.updateQueue,U=V.lastBaseUpdate;U!==y&&(U===null?V.firstBaseUpdate=L:U.next=L,V.lastBaseUpdate=S)}}if(h!==null){var ie=d.baseState,le=de,se=null,Re=null,Je=null,Ye=h;do{var Ct=Ye.lane,bt=Ye.eventTime;if(Sa(u,Ct)){if(Je!==null){var ce={eventTime:bt,lane:kt,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Je=Je.next=ce}ie=iz(e,d,Ye,ie,t,a);var ee=Ye.callback;if(ee!==null&&Ye.lane!==kt){e.flags|=vo;var Ee=d.effects;Ee===null?d.effects=[Ye]:Ee.push(Ye)}}else{var J={eventTime:bt,lane:Ct,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Je===null?(Re=Je=J,se=ie):Je=Je.next=J,le=ct(le,Ct)}if(Ye=Ye.next,Ye===null){if(C=d.shared.pending,C===null)break;var ze=C,Ne=ze.next;ze.next=null,Ye=Ne,d.lastBaseUpdate=ze,d.shared.pending=null}}while(!0);Je===null&&(se=ie),d.baseState=se,d.firstBaseUpdate=Re,d.lastBaseUpdate=Je;var rt=d.shared.interleaved;if(rt!==null){var at=rt;do le=ct(le,at.lane),at=at.next;while(at!==rt)}else h===null&&(d.shared.lanes=de);Gm(le),e.lanes=le,e.memoizedState=ie}L0=null}function oz(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function tD(){P0=!1}function A0(){return P0}function nD(e,t,a){var u=t.effects;if(t.effects=null,u!==null)for(var d=0;d<u.length;d++){var h=u[d],y=h.callback;y!==null&&(h.callback=null,oz(y,a))}}var s4={},rD=new n.Component().refs,c4,d4,f4,p4,v4,iD,O0,m4,h4,g4;{c4=new Set,d4=new Set,f4=new Set,p4=new Set,m4=new Set,v4=new Set,h4=new Set,g4=new Set;var oD=new Set;O0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;oD.has(a)||(oD.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},iD=function(e,t){if(t===void 0){var a=Ht(e)||"Component";v4.has(a)||(v4.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(s4,"_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(s4)}function y4(e,t,a,u){var d=e.memoizedState,h=a(u,d);{if(e.mode&ln){Pn(!0);try{h=a(u,d)}finally{Pn(!1)}}iD(t,h)}var y=h==null?d:gt({},d,h);if(e.memoizedState=y,e.lanes===de){var C=e.updateQueue;C.baseState=y}}var b4={isMounted:li,enqueueSetState:function(e,t,a){var u=_i(e),d=fi(),h=rs(u),y=Ua(d,h);y.payload=t,a!=null&&(O0(a,"setState"),y.callback=a);var C=qu(u,y,h);C!==null&&(sr(C,u,h,d),M0(C,u,h)),Cl(u,h)},enqueueReplaceState:function(e,t,a){var u=_i(e),d=fi(),h=rs(u),y=Ua(d,h);y.tag=J6,y.payload=t,a!=null&&(O0(a,"replaceState"),y.callback=a);var C=qu(u,y,h);C!==null&&(sr(C,u,h,d),M0(C,u,h)),Cl(u,h)},enqueueForceUpdate:function(e,t){var a=_i(e),u=fi(),d=rs(a),h=Ua(u,d);h.tag=$0,t!=null&&(O0(t,"forceUpdate"),h.callback=t);var y=qu(a,h,d);y!==null&&(sr(y,a,d,u),M0(y,a,d)),Tv(a,d)}};function lD(e,t,a,u,d,h,y){var C=e.stateNode;if(typeof C.shouldComponentUpdate=="function"){var S=C.shouldComponentUpdate(u,h,y);{if(e.mode&ln){Pn(!0);try{S=C.shouldComponentUpdate(u,h,y)}finally{Pn(!1)}}S===void 0&&p("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Ht(t)||"Component")}return S}return t.prototype&&t.prototype.isPureReactComponent?!Qe(a,u)||!Qe(d,h):!0}function lz(e,t,a){var u=e.stateNode;{var d=Ht(t)||"Component",h=u.render;h||(t.prototype&&typeof t.prototype.render=="function"?p("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",d):p("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",d)),u.getInitialState&&!u.getInitialState.isReactClassApproved&&!u.state&&p("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?",d),u.getDefaultProps&&!u.getDefaultProps.isReactClassApproved&&p("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.",d),u.propTypes&&p("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",d),u.contextType&&p("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",d),u.contextTypes&&p("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",d),t.contextType&&t.contextTypes&&!h4.has(t)&&(h4.add(t),p("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",d)),typeof u.componentShouldUpdate=="function"&&p("%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.",d),t.prototype&&t.prototype.isPureReactComponent&&typeof u.shouldComponentUpdate<"u"&&p("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Ht(t)||"A pure component"),typeof u.componentDidUnmount=="function"&&p("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",d),typeof u.componentDidReceiveProps=="function"&&p("%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().",d),typeof u.componentWillRecieveProps=="function"&&p("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",d),typeof u.UNSAFE_componentWillRecieveProps=="function"&&p("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",d);var y=u.props!==a;u.props!==void 0&&y&&p("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",d,d),u.defaultProps&&p("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",d,d),typeof u.getSnapshotBeforeUpdate=="function"&&typeof u.componentDidUpdate!="function"&&!f4.has(t)&&(f4.add(t),p("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Ht(t))),typeof u.getDerivedStateFromProps=="function"&&p("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof u.getDerivedStateFromError=="function"&&p("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof t.getSnapshotBeforeUpdate=="function"&&p("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",d);var C=u.state;C&&(typeof C!="object"||In(C))&&p("%s.state: must be set to an object or null",d),typeof u.getChildContext=="function"&&typeof t.childContextTypes!="object"&&p("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",d)}}function aD(e,t){t.updater=b4,e.stateNode=t,bu(t,e),t._reactInternalInstance=s4}function uD(e,t,a){var u=!1,d=Zi,h=Zi,y=t.contextType;if("contextType"in t){var C=y===null||y!==void 0&&y.$$typeof===Op&&y._context===void 0;if(!C&&!g4.has(t)){g4.add(t);var S="";y===void 0?S=" 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"?S=" However, it is set to a "+typeof y+".":y.$$typeof===Ap?S=" Did you accidentally pass the Context.Provider instead?":y._context!==void 0?S=" Did you accidentally pass the Context.Consumer instead?":S=" However, it is set to an object with keys {"+Object.keys(y).join(", ")+"}.",p("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Ht(t)||"Component",S)}}if(typeof y=="object"&&y!==null)h=Gn(y);else{d=Pf(e,t,!0);var L=t.contextTypes;u=L!=null,h=u?Lf(e,d):Zi}var N=new t(a,h);if(e.mode&ln){Pn(!0);try{N=new t(a,h)}finally{Pn(!1)}}var V=e.memoizedState=N.state!==null&&N.state!==void 0?N.state:null;aD(e,N);{if(typeof t.getDerivedStateFromProps=="function"&&V===null){var U=Ht(t)||"Component";d4.has(U)||(d4.add(U),p("`%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.",U,N.state===null?"null":"undefined",U))}if(typeof t.getDerivedStateFromProps=="function"||typeof N.getSnapshotBeforeUpdate=="function"){var ie=null,le=null,se=null;if(typeof N.componentWillMount=="function"&&N.componentWillMount.__suppressDeprecationWarning!==!0?ie="componentWillMount":typeof N.UNSAFE_componentWillMount=="function"&&(ie="UNSAFE_componentWillMount"),typeof N.componentWillReceiveProps=="function"&&N.componentWillReceiveProps.__suppressDeprecationWarning!==!0?le="componentWillReceiveProps":typeof N.UNSAFE_componentWillReceiveProps=="function"&&(le="UNSAFE_componentWillReceiveProps"),typeof N.componentWillUpdate=="function"&&N.componentWillUpdate.__suppressDeprecationWarning!==!0?se="componentWillUpdate":typeof N.UNSAFE_componentWillUpdate=="function"&&(se="UNSAFE_componentWillUpdate"),ie!==null||le!==null||se!==null){var Re=Ht(t)||"Component",Je=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";p4.has(Re)||(p4.add(Re),p(`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`,Re,Je,ie!==null?`
103
103
  `+ie:"",le!==null?`
104
104
  `+le:"",se!==null?`
105
- `+se:""))}}}return u&&T6(e,d,m),N}function jR(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(p("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",ut(e)||"Component"),m4.enqueueReplaceState(t,t.state,null))}function iD(e,t,a,u){var d=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,u),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,u),t.state!==d){{var m=ut(e)||"Component";l4.has(m)||(l4.add(m),p("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",m))}m4.enqueueReplaceState(t,t.state,null)}}function h4(e,t,a,u){KR(e,t,a);var d=e.stateNode;d.props=a,d.state=e.memoizedState,d.refs=Z6,r4(e);var m=t.contextType;if(typeof m=="object"&&m!==null)d.context=Gn(m);else{var y=$f(e,t,!0);d.context=Pf(e,y)}{if(d.state===a){var C=Ut(t)||"Component";d4.has(C)||(d4.add(C),p("%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.",C))}e.mode&on&&qo.recordLegacyContextWarning(e,d),qo.recordUnsafeLifecycleWarnings(e,d)}d.state=e.memoizedState;var w=t.getDerivedStateFromProps;if(typeof w=="function"&&(v4(e,t,w,a),d.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof d.getSnapshotBeforeUpdate!="function"&&(typeof d.UNSAFE_componentWillMount=="function"||typeof d.componentWillMount=="function")&&(jR(e,d),P0(e,a,d,u),d.state=e.memoizedState),typeof d.componentDidMount=="function"){var L=st;L|=Hr,(e.mode&Di)!==et&&(L|=Vr),e.flags|=L}}function WR(e,t,a,u){var d=e.stateNode,m=e.memoizedProps;d.props=m;var y=d.context,C=t.contextType,w=Xi;if(typeof C=="object"&&C!==null)w=Gn(C);else{var L=$f(e,t,!0);w=Pf(e,L)}var N=t.getDerivedStateFromProps,V=typeof N=="function"||typeof d.getSnapshotBeforeUpdate=="function";!V&&(typeof d.UNSAFE_componentWillReceiveProps=="function"||typeof d.componentWillReceiveProps=="function")&&(m!==a||y!==w)&&iD(e,d,a,w),Q6();var U=e.memoizedState,ie=d.state=U;if(P0(e,a,d,u),ie=e.memoizedState,m===a&&U===ie&&!p0()&&!L0()){if(typeof d.componentDidMount=="function"){var le=st;le|=Hr,(e.mode&Di)!==et&&(le|=Vr),e.flags|=le}return!1}typeof N=="function"&&(v4(e,t,N,a),ie=e.memoizedState);var se=L0()||tD(e,t,m,a,U,ie,w);if(se){if(!V&&(typeof d.UNSAFE_componentWillMount=="function"||typeof d.componentWillMount=="function")&&(typeof d.componentWillMount=="function"&&d.componentWillMount(),typeof d.UNSAFE_componentWillMount=="function"&&d.UNSAFE_componentWillMount()),typeof d.componentDidMount=="function"){var Re=st;Re|=Hr,(e.mode&Di)!==et&&(Re|=Vr),e.flags|=Re}}else{if(typeof d.componentDidMount=="function"){var Je=st;Je|=Hr,(e.mode&Di)!==et&&(Je|=Vr),e.flags|=Je}e.memoizedProps=a,e.memoizedState=ie}return d.props=a,d.state=ie,d.context=w,se}function GR(e,t,a,u,d){var m=t.stateNode;q6(e,t);var y=t.memoizedProps,C=t.type===t.elementType?y:Qo(t.type,y);m.props=C;var w=t.pendingProps,L=m.context,N=a.contextType,V=Xi;if(typeof N=="object"&&N!==null)V=Gn(N);else{var U=$f(t,a,!0);V=Pf(t,U)}var ie=a.getDerivedStateFromProps,le=typeof ie=="function"||typeof m.getSnapshotBeforeUpdate=="function";!le&&(typeof m.UNSAFE_componentWillReceiveProps=="function"||typeof m.componentWillReceiveProps=="function")&&(y!==w||L!==V)&&iD(t,m,u,V),Q6();var se=t.memoizedState,Re=m.state=se;if(P0(t,u,m,d),Re=t.memoizedState,y===w&&se===Re&&!p0()&&!L0()&&!X)return typeof m.componentDidUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=st),typeof m.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=Si),!1;typeof ie=="function"&&(v4(t,a,ie,u),Re=t.memoizedState);var Je=L0()||tD(t,a,C,u,se,Re,V)||X;return Je?(!le&&(typeof m.UNSAFE_componentWillUpdate=="function"||typeof m.componentWillUpdate=="function")&&(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(u,Re,V),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(u,Re,V)),typeof m.componentDidUpdate=="function"&&(t.flags|=st),typeof m.getSnapshotBeforeUpdate=="function"&&(t.flags|=Si)):(typeof m.componentDidUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=st),typeof m.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=Si),t.memoizedProps=u,t.memoizedState=Re),m.props=u,m.state=Re,m.context=V,Je}var g4,y4,b4,x4,k4,oD=function(e,t){};g4=!1,y4=!1,b4={},x4={},k4={},oD=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=ut(t)||"Component";x4[a]||(x4[a]=!0,p('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function bm(e,t,a){var u=a.ref;if(u!==null&&typeof u!="function"&&typeof u!="object"){if((e.mode&on||Ue)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)){var d=ut(e)||"Component";b4[d]||(p('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),b4[d]=!0)}if(a._owner){var m=a._owner,y;if(m){var C=m;if(C.tag!==S)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=C.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 w=y;St(u,"ref");var L=""+u;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===L)return t.ref;var N=function(V){var U=w.refs;U===Z6&&(U=w.refs={}),V===null?delete U[L]:U[L]=V};return N._stringRef=L,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
+ `+se:""))}}}return u&&M6(e,d,h),N}function az(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(p("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",ut(e)||"Component"),b4.enqueueReplaceState(t,t.state,null))}function sD(e,t,a,u){var d=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,u),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,u),t.state!==d){{var h=ut(e)||"Component";c4.has(h)||(c4.add(h),p("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",h))}b4.enqueueReplaceState(t,t.state,null)}}function x4(e,t,a,u){lz(e,t,a);var d=e.stateNode;d.props=a,d.state=e.memoizedState,d.refs=rD,a4(e);var h=t.contextType;if(typeof h=="object"&&h!==null)d.context=Gn(h);else{var y=Pf(e,t,!0);d.context=Lf(e,y)}{if(d.state===a){var C=Ht(t)||"Component";m4.has(C)||(m4.add(C),p("%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.",C))}e.mode&ln&&Qo.recordLegacyContextWarning(e,d),Qo.recordUnsafeLifecycleWarnings(e,d)}d.state=e.memoizedState;var S=t.getDerivedStateFromProps;if(typeof S=="function"&&(y4(e,t,S,a),d.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof d.getSnapshotBeforeUpdate!="function"&&(typeof d.UNSAFE_componentWillMount=="function"||typeof d.componentWillMount=="function")&&(az(e,d),N0(e,a,d,u),d.state=e.memoizedState),typeof d.componentDidMount=="function"){var L=st;L|=Hr,(e.mode&$i)!==et&&(L|=Vr),e.flags|=L}}function uz(e,t,a,u){var d=e.stateNode,h=e.memoizedProps;d.props=h;var y=d.context,C=t.contextType,S=Zi;if(typeof C=="object"&&C!==null)S=Gn(C);else{var L=Pf(e,t,!0);S=Lf(e,L)}var N=t.getDerivedStateFromProps,V=typeof N=="function"||typeof d.getSnapshotBeforeUpdate=="function";!V&&(typeof d.UNSAFE_componentWillReceiveProps=="function"||typeof d.componentWillReceiveProps=="function")&&(h!==a||y!==S)&&sD(e,d,a,S),tD();var U=e.memoizedState,ie=d.state=U;if(N0(e,a,d,u),ie=e.memoizedState,h===a&&U===ie&&!h0()&&!A0()){if(typeof d.componentDidMount=="function"){var le=st;le|=Hr,(e.mode&$i)!==et&&(le|=Vr),e.flags|=le}return!1}typeof N=="function"&&(y4(e,t,N,a),ie=e.memoizedState);var se=A0()||lD(e,t,h,a,U,ie,S);if(se){if(!V&&(typeof d.UNSAFE_componentWillMount=="function"||typeof d.componentWillMount=="function")&&(typeof d.componentWillMount=="function"&&d.componentWillMount(),typeof d.UNSAFE_componentWillMount=="function"&&d.UNSAFE_componentWillMount()),typeof d.componentDidMount=="function"){var Re=st;Re|=Hr,(e.mode&$i)!==et&&(Re|=Vr),e.flags|=Re}}else{if(typeof d.componentDidMount=="function"){var Je=st;Je|=Hr,(e.mode&$i)!==et&&(Je|=Vr),e.flags|=Je}e.memoizedProps=a,e.memoizedState=ie}return d.props=a,d.state=ie,d.context=S,se}function sz(e,t,a,u,d){var h=t.stateNode;eD(e,t);var y=t.memoizedProps,C=t.type===t.elementType?y:Xo(t.type,y);h.props=C;var S=t.pendingProps,L=h.context,N=a.contextType,V=Zi;if(typeof N=="object"&&N!==null)V=Gn(N);else{var U=Pf(t,a,!0);V=Lf(t,U)}var ie=a.getDerivedStateFromProps,le=typeof ie=="function"||typeof h.getSnapshotBeforeUpdate=="function";!le&&(typeof h.UNSAFE_componentWillReceiveProps=="function"||typeof h.componentWillReceiveProps=="function")&&(y!==S||L!==V)&&sD(t,h,u,V),tD();var se=t.memoizedState,Re=h.state=se;if(N0(t,u,h,d),Re=t.memoizedState,y===S&&se===Re&&!h0()&&!A0()&&!X)return typeof h.componentDidUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=st),typeof h.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=Si),!1;typeof ie=="function"&&(y4(t,a,ie,u),Re=t.memoizedState);var Je=A0()||lD(t,a,C,u,se,Re,V)||X;return Je?(!le&&(typeof h.UNSAFE_componentWillUpdate=="function"||typeof h.componentWillUpdate=="function")&&(typeof h.componentWillUpdate=="function"&&h.componentWillUpdate(u,Re,V),typeof h.UNSAFE_componentWillUpdate=="function"&&h.UNSAFE_componentWillUpdate(u,Re,V)),typeof h.componentDidUpdate=="function"&&(t.flags|=st),typeof h.getSnapshotBeforeUpdate=="function"&&(t.flags|=Si)):(typeof h.componentDidUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=st),typeof h.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||se!==e.memoizedState)&&(t.flags|=Si),t.memoizedProps=u,t.memoizedState=Re),h.props=u,h.state=Re,h.context=V,Je}var k4,E4,C4,_4,S4,cD=function(e,t){};k4=!1,E4=!1,C4={},_4={},S4={},cD=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=ut(t)||"Component";_4[a]||(_4[a]=!0,p('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function Em(e,t,a){var u=a.ref;if(u!==null&&typeof u!="function"&&typeof u!="object"){if((e.mode&ln||Ue)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)){var d=ut(e)||"Component";C4[d]||(p('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),C4[d]=!0)}if(a._owner){var h=a._owner,y;if(h){var C=h;if(C.tag!==_)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=C.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 S=y;_t(u,"ref");var L=""+u;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===L)return t.ref;var N=function(V){var U=S.refs;U===rD&&(U=S.refs={}),V===null?delete U[L]:U[L]=V};return N._stringRef=L,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 N0(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 A0(e){{var t=ut(e)||"Component";if(k4[t])return;k4[t]=!0,p("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 lD(e){var t=e._payload,a=e._init;return a(t)}function aD(e){function t(J,ce){if(e){var ee=J.deletions;ee===null?(J.deletions=[ce],J.flags|=Dt):ee.push(ce)}}function a(J,ce){if(!e)return null;for(var ee=ce;ee!==null;)t(J,ee),ee=ee.sibling;return null}function u(J,ce){for(var ee=new Map,ke=ce;ke!==null;)ke.key!==null?ee.set(ke.key,ke):ee.set(ke.index,ke),ke=ke.sibling;return ee}function d(J,ce){var ee=Lc(J,ce);return ee.index=0,ee.sibling=null,ee}function m(J,ce,ee){if(J.index=ee,!e)return J.flags|=fv,ce;var ke=J.alternate;if(ke!==null){var ze=ke.index;return ze<ce?(J.flags|=Wt,ce):ze}else return J.flags|=Wt,ce}function y(J){return e&&J.alternate===null&&(J.flags|=Wt),J}function C(J,ce,ee,ke){if(ce===null||ce.tag!==A){var ze=YE(ee,J.mode,ke);return ze.return=J,ze}else{var Ne=d(ce,ee);return Ne.return=J,Ne}}function w(J,ce,ee,ke){var ze=ee.type;if(ze===$o)return N(J,ce,ee.props.children,ke,ee.key);if(ce!==null&&(ce.elementType===ze||X8(ce,ee)||typeof ze=="object"&&ze!==null&&ze.$$typeof===Sr&&lD(ze)===ce.type)){var Ne=d(ce,ee.props);return Ne.ref=bm(J,ce,ee),Ne.return=J,Ne._debugSource=ee._source,Ne._debugOwner=ee._owner,Ne}var rt=GE(ee,J.mode,ke);return rt.ref=bm(J,ce,ee),rt.return=J,rt}function L(J,ce,ee,ke){if(ce===null||ce.tag!==D||ce.stateNode.containerInfo!==ee.containerInfo||ce.stateNode.implementation!==ee.implementation){var ze=qE(ee,J.mode,ke);return ze.return=J,ze}else{var Ne=d(ce,ee.children||[]);return Ne.return=J,Ne}}function N(J,ce,ee,ke,ze){if(ce===null||ce.tag!==F){var Ne=rs(ee,J.mode,ke,ze);return Ne.return=J,Ne}else{var rt=d(ce,ee);return rt.return=J,rt}}function V(J,ce,ee){if(typeof ce=="string"&&ce!==""||typeof ce=="number"){var ke=YE(""+ce,J.mode,ee);return ke.return=J,ke}if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case nu:{var ze=GE(ce,J.mode,ee);return ze.ref=bm(J,null,ce),ze.return=J,ze}case Hi:{var Ne=qE(ce,J.mode,ee);return Ne.return=J,Ne}case Sr:{var rt=ce._payload,at=ce._init;return V(J,at(rt),ee)}}if(In(ce)||Po(ce)){var Rt=rs(ce,J.mode,ee,null);return Rt.return=J,Rt}N0(J,ce)}return typeof ce=="function"&&A0(J),null}function U(J,ce,ee,ke){var ze=ce!==null?ce.key:null;if(typeof ee=="string"&&ee!==""||typeof ee=="number")return ze!==null?null:C(J,ce,""+ee,ke);if(typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case nu:return ee.key===ze?w(J,ce,ee,ke):null;case Hi:return ee.key===ze?L(J,ce,ee,ke):null;case Sr:{var Ne=ee._payload,rt=ee._init;return U(J,ce,rt(Ne),ke)}}if(In(ee)||Po(ee))return ze!==null?null:N(J,ce,ee,ke,null);N0(J,ee)}return typeof ee=="function"&&A0(J),null}function ie(J,ce,ee,ke,ze){if(typeof ke=="string"&&ke!==""||typeof ke=="number"){var Ne=J.get(ee)||null;return C(ce,Ne,""+ke,ze)}if(typeof ke=="object"&&ke!==null){switch(ke.$$typeof){case nu:{var rt=J.get(ke.key===null?ee:ke.key)||null;return w(ce,rt,ke,ze)}case Hi:{var at=J.get(ke.key===null?ee:ke.key)||null;return L(ce,at,ke,ze)}case Sr:var Rt=ke._payload,_t=ke._init;return ie(J,ce,ee,_t(Rt),ze)}if(In(ke)||Po(ke)){var On=J.get(ee)||null;return N(ce,On,ke,ze,null)}N0(ce,ke)}return typeof ke=="function"&&A0(ce),null}function le(J,ce,ee){{if(typeof J!="object"||J===null)return ce;switch(J.$$typeof){case nu:case Hi:oD(J,ee);var ke=J.key;if(typeof ke!="string")break;if(ce===null){ce=new Set,ce.add(ke);break}if(!ce.has(ke)){ce.add(ke);break}p("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.",ke);break;case Sr:var ze=J._payload,Ne=J._init;le(Ne(ze),ce,ee);break}}return ce}function se(J,ce,ee,ke){for(var ze=null,Ne=0;Ne<ee.length;Ne++){var rt=ee[Ne];ze=le(rt,ze,J)}for(var at=null,Rt=null,_t=ce,On=0,Tt=0,wn=null;_t!==null&&Tt<ee.length;Tt++){_t.index>Tt?(wn=_t,_t=null):wn=_t.sibling;var Zr=U(J,_t,ee[Tt],ke);if(Zr===null){_t===null&&(_t=wn);break}e&&_t&&Zr.alternate===null&&t(J,_t),On=m(Zr,On,Tt),Rt===null?at=Zr:Rt.sibling=Zr,Rt=Zr,_t=wn}if(Tt===ee.length){if(a(J,_t),Tr()){var Ar=Tt;yc(J,Ar)}return at}if(_t===null){for(;Tt<ee.length;Tt++){var Ji=V(J,ee[Tt],ke);Ji!==null&&(On=m(Ji,On,Tt),Rt===null?at=Ji:Rt.sibling=Ji,Rt=Ji)}if(Tr()){var fi=Tt;yc(J,fi)}return at}for(var pi=u(J,_t);Tt<ee.length;Tt++){var Jr=ie(pi,J,Tt,ee[Tt],ke);Jr!==null&&(e&&Jr.alternate!==null&&pi.delete(Jr.key===null?Tt:Jr.key),On=m(Jr,On,Tt),Rt===null?at=Jr:Rt.sibling=Jr,Rt=Jr)}if(e&&pi.forEach(function(Zf){return t(J,Zf)}),Tr()){var Wa=Tt;yc(J,Wa)}return at}function Re(J,ce,ee,ke){var ze=Po(ee);if(typeof ze!="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"&&ee[Symbol.toStringTag]==="Generator"&&(y4||p("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."),y4=!0),ee.entries===ze&&(g4||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),g4=!0);var Ne=ze.call(ee);if(Ne)for(var rt=null,at=Ne.next();!at.done;at=Ne.next()){var Rt=at.value;rt=le(Rt,rt,J)}}var _t=ze.call(ee);if(_t==null)throw new Error("An iterable object provided no iterator.");for(var On=null,Tt=null,wn=ce,Zr=0,Ar=0,Ji=null,fi=_t.next();wn!==null&&!fi.done;Ar++,fi=_t.next()){wn.index>Ar?(Ji=wn,wn=null):Ji=wn.sibling;var pi=U(J,wn,fi.value,ke);if(pi===null){wn===null&&(wn=Ji);break}e&&wn&&pi.alternate===null&&t(J,wn),Zr=m(pi,Zr,Ar),Tt===null?On=pi:Tt.sibling=pi,Tt=pi,wn=Ji}if(fi.done){if(a(J,wn),Tr()){var Jr=Ar;yc(J,Jr)}return On}if(wn===null){for(;!fi.done;Ar++,fi=_t.next()){var Wa=V(J,fi.value,ke);Wa!==null&&(Zr=m(Wa,Zr,Ar),Tt===null?On=Wa:Tt.sibling=Wa,Tt=Wa)}if(Tr()){var Zf=Ar;yc(J,Zf)}return On}for(var qm=u(J,wn);!fi.done;Ar++,fi=_t.next()){var Il=ie(qm,J,Ar,fi.value,ke);Il!==null&&(e&&Il.alternate!==null&&qm.delete(Il.key===null?Ar:Il.key),Zr=m(Il,Zr,Ar),Tt===null?On=Il:Tt.sibling=Il,Tt=Il)}if(e&&qm.forEach(function(aU){return t(J,aU)}),Tr()){var lU=Ar;yc(J,lU)}return On}function Je(J,ce,ee,ke){if(ce!==null&&ce.tag===A){a(J,ce.sibling);var ze=d(ce,ee);return ze.return=J,ze}a(J,ce);var Ne=YE(ee,J.mode,ke);return Ne.return=J,Ne}function Ye(J,ce,ee,ke){for(var ze=ee.key,Ne=ce;Ne!==null;){if(Ne.key===ze){var rt=ee.type;if(rt===$o){if(Ne.tag===F){a(J,Ne.sibling);var at=d(Ne,ee.props.children);return at.return=J,at._debugSource=ee._source,at._debugOwner=ee._owner,at}}else if(Ne.elementType===rt||X8(Ne,ee)||typeof rt=="object"&&rt!==null&&rt.$$typeof===Sr&&lD(rt)===Ne.type){a(J,Ne.sibling);var Rt=d(Ne,ee.props);return Rt.ref=bm(J,Ne,ee),Rt.return=J,Rt._debugSource=ee._source,Rt._debugOwner=ee._owner,Rt}a(J,Ne);break}else t(J,Ne);Ne=Ne.sibling}if(ee.type===$o){var _t=rs(ee.props.children,J.mode,ke,ee.key);return _t.return=J,_t}else{var On=GE(ee,J.mode,ke);return On.ref=bm(J,ce,ee),On.return=J,On}}function Ct(J,ce,ee,ke){for(var ze=ee.key,Ne=ce;Ne!==null;){if(Ne.key===ze)if(Ne.tag===D&&Ne.stateNode.containerInfo===ee.containerInfo&&Ne.stateNode.implementation===ee.implementation){a(J,Ne.sibling);var rt=d(Ne,ee.children||[]);return rt.return=J,rt}else{a(J,Ne);break}else t(J,Ne);Ne=Ne.sibling}var at=qE(ee,J.mode,ke);return at.return=J,at}function bt(J,ce,ee,ke){var ze=typeof ee=="object"&&ee!==null&&ee.type===$o&&ee.key===null;if(ze&&(ee=ee.props.children),typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case nu:return y(Ye(J,ce,ee,ke));case Hi:return y(Ct(J,ce,ee,ke));case Sr:var Ne=ee._payload,rt=ee._init;return bt(J,ce,rt(Ne),ke)}if(In(ee))return se(J,ce,ee,ke);if(Po(ee))return Re(J,ce,ee,ke);N0(J,ee)}return typeof ee=="string"&&ee!==""||typeof ee=="number"?y(Je(J,ce,""+ee,ke)):(typeof ee=="function"&&A0(J),a(J,ce))}return bt}var Ff=aD(!0),uD=aD(!1);function YR(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=Lc(a,a.pendingProps);for(t.child=u,u.return=t;a.sibling!==null;)a=a.sibling,u=u.sibling=Lc(a,a.pendingProps),u.return=t;u.sibling=null}}function qR(e,t){for(var a=e.child;a!==null;)SI(a,t),a=a.sibling}var xm={},Yu=Vu(xm),km=Vu(xm),O0=Vu(xm);function F0(e){if(e===xm)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 sD(){var e=F0(O0.current);return e}function E4(e,t){Qr(O0,t,e),Qr(km,e,e),Qr(Yu,xm,e);var a=sF(t);qr(Yu,e),Qr(Yu,a,e)}function Rf(e){qr(Yu,e),qr(km,e),qr(O0,e)}function C4(){var e=F0(Yu.current);return e}function cD(e){F0(O0.current);var t=F0(Yu.current),a=cF(t,e.type);t!==a&&(Qr(km,e,e),Qr(Yu,a,e))}function S4(e){km.current===e&&(qr(Yu,e),qr(km,e))}var QR=0,dD=1,fD=1,Em=2,Xo=Vu(QR);function w4(e,t){return(e&t)!==0}function zf(e){return e&dD}function _4(e,t){return e&dD|t}function XR(e,t){return e|t}function qu(e,t){Qr(Xo,t,e)}function Bf(e){qr(Xo,e)}function ZR(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function R0(e){for(var t=e;t!==null;){if(t.tag===R){var a=t.memoizedState;if(a!==null){var u=a.dehydrated;if(u===null||E6(u)||Mk(u))return t}}else if(t.tag===W&&t.memoizedProps.revealOrder!==void 0){var d=(t.flags&it)!==Ze;if(d)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 Fi=0,nr=1,Nl=2,rr=4,Dr=8,T4=[];function D4(){for(var e=0;e<T4.length;e++){var t=T4[e];t._workInProgressVersionPrimary=null}T4.length=0}function JR(e,t){var a=t._getVersion,u=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,u]:e.mutableSourceEagerHydrationData.push(t,u)}var Oe=l.ReactCurrentDispatcher,Cm=l.ReactCurrentBatchConfig,$4,If;$4=new Set;var Sc=de,Ft=null,ir=null,or=null,z0=!1,Sm=!1,wm=0,ez=0,tz=25,ve=null,Eo=null,Qu=-1,P4=!1;function Pt(){{var e=ve;Eo===null?Eo=[e]:Eo.push(e)}}function Le(){{var e=ve;Eo!==null&&(Qu++,Eo[Qu]!==e&&nz(e))}}function Uf(e){e!=null&&!In(e)&&p("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",ve,typeof e)}function nz(e){{var t=ut(Ft);if(!$4.has(t)&&($4.add(t),Eo!==null)){for(var a="",u=30,d=0;d<=Qu;d++){for(var m=Eo[d],y=d===Qu?e:m,C=d+1+". "+m;C.length<u;)C+=" ";C+=y+`
109
+ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return u}function F0(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 R0(e){{var t=ut(e)||"Component";if(S4[t])return;S4[t]=!0,p("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 dD(e){var t=e._payload,a=e._init;return a(t)}function fD(e){function t(J,ce){if(e){var ee=J.deletions;ee===null?(J.deletions=[ce],J.flags|=Dt):ee.push(ce)}}function a(J,ce){if(!e)return null;for(var ee=ce;ee!==null;)t(J,ee),ee=ee.sibling;return null}function u(J,ce){for(var ee=new Map,Ee=ce;Ee!==null;)Ee.key!==null?ee.set(Ee.key,Ee):ee.set(Ee.index,Ee),Ee=Ee.sibling;return ee}function d(J,ce){var ee=Mc(J,ce);return ee.index=0,ee.sibling=null,ee}function h(J,ce,ee){if(J.index=ee,!e)return J.flags|=mv,ce;var Ee=J.alternate;if(Ee!==null){var ze=Ee.index;return ze<ce?(J.flags|=Gt,ce):ze}else return J.flags|=Gt,ce}function y(J){return e&&J.alternate===null&&(J.flags|=Gt),J}function C(J,ce,ee,Ee){if(ce===null||ce.tag!==A){var ze=ZE(ee,J.mode,Ee);return ze.return=J,ze}else{var Ne=d(ce,ee);return Ne.return=J,Ne}}function S(J,ce,ee,Ee){var ze=ee.type;if(ze===Po)return N(J,ce,ee.props.children,Ee,ee.key);if(ce!==null&&(ce.elementType===ze||n$(ce,ee)||typeof ze=="object"&&ze!==null&&ze.$$typeof===_r&&dD(ze)===ce.type)){var Ne=d(ce,ee.props);return Ne.ref=Em(J,ce,ee),Ne.return=J,Ne._debugSource=ee._source,Ne._debugOwner=ee._owner,Ne}var rt=XE(ee,J.mode,Ee);return rt.ref=Em(J,ce,ee),rt.return=J,rt}function L(J,ce,ee,Ee){if(ce===null||ce.tag!==D||ce.stateNode.containerInfo!==ee.containerInfo||ce.stateNode.implementation!==ee.implementation){var ze=JE(ee,J.mode,Ee);return ze.return=J,ze}else{var Ne=d(ce,ee.children||[]);return Ne.return=J,Ne}}function N(J,ce,ee,Ee,ze){if(ce===null||ce.tag!==F){var Ne=os(ee,J.mode,Ee,ze);return Ne.return=J,Ne}else{var rt=d(ce,ee);return rt.return=J,rt}}function V(J,ce,ee){if(typeof ce=="string"&&ce!==""||typeof ce=="number"){var Ee=ZE(""+ce,J.mode,ee);return Ee.return=J,Ee}if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case iu:{var ze=XE(ce,J.mode,ee);return ze.ref=Em(J,null,ce),ze.return=J,ze}case Vi:{var Ne=JE(ce,J.mode,ee);return Ne.return=J,Ne}case _r:{var rt=ce._payload,at=ce._init;return V(J,at(rt),ee)}}if(In(ce)||Lo(ce)){var zt=os(ce,J.mode,ee,null);return zt.return=J,zt}F0(J,ce)}return typeof ce=="function"&&R0(J),null}function U(J,ce,ee,Ee){var ze=ce!==null?ce.key:null;if(typeof ee=="string"&&ee!==""||typeof ee=="number")return ze!==null?null:C(J,ce,""+ee,Ee);if(typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case iu:return ee.key===ze?S(J,ce,ee,Ee):null;case Vi:return ee.key===ze?L(J,ce,ee,Ee):null;case _r:{var Ne=ee._payload,rt=ee._init;return U(J,ce,rt(Ne),Ee)}}if(In(ee)||Lo(ee))return ze!==null?null:N(J,ce,ee,Ee,null);F0(J,ee)}return typeof ee=="function"&&R0(J),null}function ie(J,ce,ee,Ee,ze){if(typeof Ee=="string"&&Ee!==""||typeof Ee=="number"){var Ne=J.get(ee)||null;return C(ce,Ne,""+Ee,ze)}if(typeof Ee=="object"&&Ee!==null){switch(Ee.$$typeof){case iu:{var rt=J.get(Ee.key===null?ee:Ee.key)||null;return S(ce,rt,Ee,ze)}case Vi:{var at=J.get(Ee.key===null?ee:Ee.key)||null;return L(ce,at,Ee,ze)}case _r:var zt=Ee._payload,wt=Ee._init;return ie(J,ce,ee,wt(zt),ze)}if(In(Ee)||Lo(Ee)){var On=J.get(ee)||null;return N(ce,On,Ee,ze,null)}F0(ce,Ee)}return typeof Ee=="function"&&R0(ce),null}function le(J,ce,ee){{if(typeof J!="object"||J===null)return ce;switch(J.$$typeof){case iu:case Vi:cD(J,ee);var Ee=J.key;if(typeof Ee!="string")break;if(ce===null){ce=new Set,ce.add(Ee);break}if(!ce.has(Ee)){ce.add(Ee);break}p("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.",Ee);break;case _r:var ze=J._payload,Ne=J._init;le(Ne(ze),ce,ee);break}}return ce}function se(J,ce,ee,Ee){for(var ze=null,Ne=0;Ne<ee.length;Ne++){var rt=ee[Ne];ze=le(rt,ze,J)}for(var at=null,zt=null,wt=ce,On=0,Tt=0,Sn=null;wt!==null&&Tt<ee.length;Tt++){wt.index>Tt?(Sn=wt,wt=null):Sn=wt.sibling;var Zr=U(J,wt,ee[Tt],Ee);if(Zr===null){wt===null&&(wt=Sn);break}e&&wt&&Zr.alternate===null&&t(J,wt),On=h(Zr,On,Tt),zt===null?at=Zr:zt.sibling=Zr,zt=Zr,wt=Sn}if(Tt===ee.length){if(a(J,wt),Tr()){var Ar=Tt;bc(J,Ar)}return at}if(wt===null){for(;Tt<ee.length;Tt++){var eo=V(J,ee[Tt],Ee);eo!==null&&(On=h(eo,On,Tt),zt===null?at=eo:zt.sibling=eo,zt=eo)}if(Tr()){var pi=Tt;bc(J,pi)}return at}for(var vi=u(J,wt);Tt<ee.length;Tt++){var Jr=ie(vi,J,Tt,ee[Tt],Ee);Jr!==null&&(e&&Jr.alternate!==null&&vi.delete(Jr.key===null?Tt:Jr.key),On=h(Jr,On,Tt),zt===null?at=Jr:zt.sibling=Jr,zt=Jr)}if(e&&vi.forEach(function(Jf){return t(J,Jf)}),Tr()){var Ga=Tt;bc(J,Ga)}return at}function Re(J,ce,ee,Ee){var ze=Lo(ee);if(typeof ze!="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"&&ee[Symbol.toStringTag]==="Generator"&&(E4||p("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."),E4=!0),ee.entries===ze&&(k4||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),k4=!0);var Ne=ze.call(ee);if(Ne)for(var rt=null,at=Ne.next();!at.done;at=Ne.next()){var zt=at.value;rt=le(zt,rt,J)}}var wt=ze.call(ee);if(wt==null)throw new Error("An iterable object provided no iterator.");for(var On=null,Tt=null,Sn=ce,Zr=0,Ar=0,eo=null,pi=wt.next();Sn!==null&&!pi.done;Ar++,pi=wt.next()){Sn.index>Ar?(eo=Sn,Sn=null):eo=Sn.sibling;var vi=U(J,Sn,pi.value,Ee);if(vi===null){Sn===null&&(Sn=eo);break}e&&Sn&&vi.alternate===null&&t(J,Sn),Zr=h(vi,Zr,Ar),Tt===null?On=vi:Tt.sibling=vi,Tt=vi,Sn=eo}if(pi.done){if(a(J,Sn),Tr()){var Jr=Ar;bc(J,Jr)}return On}if(Sn===null){for(;!pi.done;Ar++,pi=wt.next()){var Ga=V(J,pi.value,Ee);Ga!==null&&(Zr=h(Ga,Zr,Ar),Tt===null?On=Ga:Tt.sibling=Ga,Tt=Ga)}if(Tr()){var Jf=Ar;bc(J,Jf)}return On}for(var Zm=u(J,Sn);!pi.done;Ar++,pi=wt.next()){var Ul=ie(Zm,J,Ar,pi.value,Ee);Ul!==null&&(e&&Ul.alternate!==null&&Zm.delete(Ul.key===null?Ar:Ul.key),Zr=h(Ul,Zr,Ar),Tt===null?On=Ul:Tt.sibling=Ul,Tt=Ul)}if(e&&Zm.forEach(function(CU){return t(J,CU)}),Tr()){var EU=Ar;bc(J,EU)}return On}function Je(J,ce,ee,Ee){if(ce!==null&&ce.tag===A){a(J,ce.sibling);var ze=d(ce,ee);return ze.return=J,ze}a(J,ce);var Ne=ZE(ee,J.mode,Ee);return Ne.return=J,Ne}function Ye(J,ce,ee,Ee){for(var ze=ee.key,Ne=ce;Ne!==null;){if(Ne.key===ze){var rt=ee.type;if(rt===Po){if(Ne.tag===F){a(J,Ne.sibling);var at=d(Ne,ee.props.children);return at.return=J,at._debugSource=ee._source,at._debugOwner=ee._owner,at}}else if(Ne.elementType===rt||n$(Ne,ee)||typeof rt=="object"&&rt!==null&&rt.$$typeof===_r&&dD(rt)===Ne.type){a(J,Ne.sibling);var zt=d(Ne,ee.props);return zt.ref=Em(J,Ne,ee),zt.return=J,zt._debugSource=ee._source,zt._debugOwner=ee._owner,zt}a(J,Ne);break}else t(J,Ne);Ne=Ne.sibling}if(ee.type===Po){var wt=os(ee.props.children,J.mode,Ee,ee.key);return wt.return=J,wt}else{var On=XE(ee,J.mode,Ee);return On.ref=Em(J,ce,ee),On.return=J,On}}function Ct(J,ce,ee,Ee){for(var ze=ee.key,Ne=ce;Ne!==null;){if(Ne.key===ze)if(Ne.tag===D&&Ne.stateNode.containerInfo===ee.containerInfo&&Ne.stateNode.implementation===ee.implementation){a(J,Ne.sibling);var rt=d(Ne,ee.children||[]);return rt.return=J,rt}else{a(J,Ne);break}else t(J,Ne);Ne=Ne.sibling}var at=JE(ee,J.mode,Ee);return at.return=J,at}function bt(J,ce,ee,Ee){var ze=typeof ee=="object"&&ee!==null&&ee.type===Po&&ee.key===null;if(ze&&(ee=ee.props.children),typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case iu:return y(Ye(J,ce,ee,Ee));case Vi:return y(Ct(J,ce,ee,Ee));case _r:var Ne=ee._payload,rt=ee._init;return bt(J,ce,rt(Ne),Ee)}if(In(ee))return se(J,ce,ee,Ee);if(Lo(ee))return Re(J,ce,ee,Ee);F0(J,ee)}return typeof ee=="string"&&ee!==""||typeof ee=="number"?y(Je(J,ce,""+ee,Ee)):(typeof ee=="function"&&R0(J),a(J,ce))}return bt}var Rf=fD(!0),pD=fD(!1);function cz(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=Mc(a,a.pendingProps);for(t.child=u,u.return=t;a.sibling!==null;)a=a.sibling,u=u.sibling=Mc(a,a.pendingProps),u.return=t;u.sibling=null}}function dz(e,t){for(var a=e.child;a!==null;)II(a,t),a=a.sibling}var Cm={},Qu=ju(Cm),_m=ju(Cm),z0=ju(Cm);function B0(e){if(e===Cm)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 vD(){var e=B0(z0.current);return e}function w4(e,t){Qr(z0,t,e),Qr(_m,e,e),Qr(Qu,Cm,e);var a=SF(t);qr(Qu,e),Qr(Qu,a,e)}function zf(e){qr(Qu,e),qr(_m,e),qr(z0,e)}function T4(){var e=B0(Qu.current);return e}function mD(e){B0(z0.current);var t=B0(Qu.current),a=wF(t,e.type);t!==a&&(Qr(_m,e,e),Qr(Qu,a,e))}function D4(e){_m.current===e&&(qr(Qu,e),qr(_m,e))}var fz=0,hD=1,gD=1,Sm=2,Zo=ju(fz);function $4(e,t){return(e&t)!==0}function Bf(e){return e&hD}function P4(e,t){return e&hD|t}function pz(e,t){return e|t}function Xu(e,t){Qr(Zo,t,e)}function If(e){qr(Zo,e)}function vz(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function I0(e){for(var t=e;t!==null;){if(t.tag===R){var a=t.memoizedState;if(a!==null){var u=a.dehydrated;if(u===null||T6(u)||Fk(u))return t}}else if(t.tag===G&&t.memoizedProps.revealOrder!==void 0){var d=(t.flags&it)!==Ze;if(d)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,nr=1,Al=2,rr=4,Dr=8,L4=[];function M4(){for(var e=0;e<L4.length;e++){var t=L4[e];t._workInProgressVersionPrimary=null}L4.length=0}function mz(e,t){var a=t._getVersion,u=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,u]:e.mutableSourceEagerHydrationData.push(t,u)}var Oe=l.ReactCurrentDispatcher,wm=l.ReactCurrentBatchConfig,N4,Uf;N4=new Set;var Sc=de,Rt=null,ir=null,or=null,U0=!1,Tm=!1,Dm=0,hz=0,gz=25,ve=null,Co=null,Zu=-1,A4=!1;function Pt(){{var e=ve;Co===null?Co=[e]:Co.push(e)}}function Le(){{var e=ve;Co!==null&&(Zu++,Co[Zu]!==e&&yz(e))}}function Hf(e){e!=null&&!In(e)&&p("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",ve,typeof e)}function yz(e){{var t=ut(Rt);if(!N4.has(t)&&(N4.add(t),Co!==null)){for(var a="",u=30,d=0;d<=Zu;d++){for(var h=Co[d],y=d===Zu?e:h,C=d+1+". "+h;C.length<u;)C+=" ";C+=y+`
110
110
  `,a+=C}p(`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
@@ -116,20 +116,20 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}retur
116
116
  1. You might have mismatching versions of React and the renderer (such as React DOM)
117
117
  2. You might be breaking the Rules of Hooks
118
118
  3. You might have more than one copy of React in the same app
119
- See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function L4(e,t){if(P4)return!1;if(t===null)return p("%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.",ve),!1;e.length!==t.length&&p(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
119
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function O4(e,t){if(A4)return!1;if(t===null)return p("%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.",ve),!1;e.length!==t.length&&p(`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`,ve,"["+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 Hf(e,t,a,u,d,m){Sc=m,Ft=t,Eo=e!==null?e._debugHookTypes:null,Qu=-1,P4=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=de,e!==null&&e.memoizedState!==null?Oe.current=AD:Eo!==null?Oe.current=ND:Oe.current=MD;var y=a(u,d);if(Sm){var C=0;do{if(Sm=!1,wm=0,C>=tz)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");C+=1,P4=!1,ir=null,or=null,t.updateQueue=null,Qu=-1,Oe.current=OD,y=a(u,d)}while(Sm)}Oe.current=X0,t._debugHookTypes=Eo;var w=ir!==null&&ir.next!==null;if(Sc=de,Ft=null,ir=null,or=null,ve=null,Eo=null,Qu=-1,e!==null&&(e.flags&Jn)!==(t.flags&Jn)&&(e.mode&pt)!==et&&p("Internal React error: Expected static flag was missing. Please notify the React team."),z0=!1,w)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return y}function Vf(){var e=wm!==0;return wm=0,e}function pD(e,t,a){t.updateQueue=e.updateQueue,(t.mode&Di)!==et?t.flags&=~(va|Vr|Jt|st):t.flags&=~(Jt|st),e.lanes=_u(e.lanes,a)}function vD(){if(Oe.current=X0,z0){for(var e=Ft.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}z0=!1}Sc=de,Ft=null,ir=null,or=null,Eo=null,Qu=-1,ve=null,TD=!1,Sm=!1,wm=0}function Al(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return or===null?Ft.memoizedState=or=e:or=or.next=e,or}function Co(){var e;if(ir===null){var t=Ft.alternate;t!==null?e=t.memoizedState:e=null}else e=ir.next;var a;if(or===null?a=Ft.memoizedState:a=or.next,a!==null)or=a,a=or.next,ir=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");ir=e;var u={memoizedState:ir.memoizedState,baseState:ir.baseState,baseQueue:ir.baseQueue,queue:ir.queue,next:null};or===null?Ft.memoizedState=or=u:or=or.next=u}return or}function mD(){return{lastEffect:null,stores:null}}function M4(e,t){return typeof t=="function"?t(e):t}function N4(e,t,a){var u=Al(),d;a!==void 0?d=a(t):d=t,u.memoizedState=u.baseState=d;var m={pending:null,interleaved:null,lanes:de,dispatch:null,lastRenderedReducer:e,lastRenderedState:d};u.queue=m;var y=m.dispatch=lz.bind(null,Ft,m);return[u.memoizedState,y]}function A4(e,t,a){var u=Co(),d=u.queue;if(d===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");d.lastRenderedReducer=e;var m=ir,y=m.baseQueue,C=d.pending;if(C!==null){if(y!==null){var w=y.next,L=C.next;y.next=L,C.next=w}m.baseQueue!==y&&p("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),m.baseQueue=y=C,d.pending=null}if(y!==null){var N=y.next,V=m.baseState,U=null,ie=null,le=null,se=N;do{var Re=se.lane;if(Sa(Sc,Re)){if(le!==null){var Ye={lane:kt,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};le=le.next=Ye}if(se.hasEagerState)V=se.eagerState;else{var Ct=se.action;V=e(V,Ct)}}else{var Je={lane:Re,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};le===null?(ie=le=Je,U=V):le=le.next=Je,Ft.lanes=ct(Ft.lanes,Re),Km(Re)}se=se.next}while(se!==null&&se!==N);le===null?U=V:le.next=ie,Ve(V,u.memoizedState)||Mm(),u.memoizedState=V,u.baseState=U,u.baseQueue=le,d.lastRenderedState=V}var bt=d.interleaved;if(bt!==null){var J=bt;do{var ce=J.lane;Ft.lanes=ct(Ft.lanes,ce),Km(ce),J=J.next}while(J!==bt)}else y===null&&(d.lanes=de);var ee=d.dispatch;return[u.memoizedState,ee]}function O4(e,t,a){var u=Co(),d=u.queue;if(d===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");d.lastRenderedReducer=e;var m=d.dispatch,y=d.pending,C=u.memoizedState;if(y!==null){d.pending=null;var w=y.next,L=w;do{var N=L.action;C=e(C,N),L=L.next}while(L!==w);Ve(C,u.memoizedState)||Mm(),u.memoizedState=C,u.baseQueue===null&&(u.baseState=C),d.lastRenderedState=C}return[C,m]}function eV(e,t,a){}function tV(e,t,a){}function F4(e,t,a){var u=Ft,d=Al(),m,y=Tr();if(y){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");m=a(),If||m!==a()&&(p("The result of getServerSnapshot should be cached to avoid an infinite loop"),If=!0)}else{if(m=t(),!If){var C=t();Ve(m,C)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),If=!0)}var w=mb();if(w===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");tc(w,Sc)||hD(u,t,m)}d.memoizedState=m;var L={value:m,getSnapshot:t};return d.queue=L,V0(yD.bind(null,u,L,e),[e]),u.flags|=Jt,_m(nr|Dr,gD.bind(null,u,L,m,t),void 0,null),m}function B0(e,t,a){var u=Ft,d=Co(),m=t();if(!If){var y=t();Ve(m,y)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),If=!0)}var C=d.memoizedState,w=!Ve(C,m);w&&(d.memoizedState=m,Mm());var L=d.queue;if(Dm(yD.bind(null,u,L,e),[e]),L.getSnapshot!==t||w||or!==null&&or.memoizedState.tag&nr){u.flags|=Jt,_m(nr|Dr,gD.bind(null,u,L,m,t),void 0,null);var N=mb();if(N===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");tc(N,Sc)||hD(u,t,m)}return m}function hD(e,t,a){e.flags|=Ws;var u={getSnapshot:t,value:a},d=Ft.updateQueue;if(d===null)d=mD(),Ft.updateQueue=d,d.stores=[u];else{var m=d.stores;m===null?d.stores=[u]:m.push(u)}}function gD(e,t,a,u){t.value=a,t.getSnapshot=u,bD(t)&&xD(e)}function yD(e,t,a){var u=function(){bD(t)&&xD(e)};return a(u)}function bD(e){var t=e.getSnapshot,a=e.value;try{var u=t();return!Ve(a,u)}catch{return!0}}function xD(e){var t=Oi(e,nt);t!==null&&sr(t,e,nt,Vt)}function I0(e){var t=Al();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:de,dispatch:null,lastRenderedReducer:M4,lastRenderedState:e};t.queue=a;var u=a.dispatch=az.bind(null,Ft,a);return[t.memoizedState,u]}function R4(e){return A4(M4)}function z4(e){return O4(M4)}function _m(e,t,a,u){var d={tag:e,create:t,destroy:a,deps:u,next:null},m=Ft.updateQueue;if(m===null)m=mD(),Ft.updateQueue=m,m.lastEffect=d.next=d;else{var y=m.lastEffect;if(y===null)m.lastEffect=d.next=d;else{var C=y.next;y.next=d,d.next=C,m.lastEffect=d}}return d}function B4(e){var t=Al();{var a={current:e};return t.memoizedState=a,a}}function U0(e){var t=Co();return t.memoizedState}function Tm(e,t,a,u){var d=Al(),m=u===void 0?null:u;Ft.flags|=e,d.memoizedState=_m(nr|t,a,void 0,m)}function H0(e,t,a,u){var d=Co(),m=u===void 0?null:u,y=void 0;if(ir!==null){var C=ir.memoizedState;if(y=C.destroy,m!==null){var w=C.deps;if(L4(m,w)){d.memoizedState=_m(t,a,y,m);return}}}Ft.flags|=e,d.memoizedState=_m(nr|t,a,y,m)}function V0(e,t){return(Ft.mode&Di)!==et?Tm(va|Jt|hl,Dr,e,t):Tm(Jt|hl,Dr,e,t)}function Dm(e,t){return H0(Jt,Dr,e,t)}function I4(e,t){return Tm(st,Nl,e,t)}function K0(e,t){return H0(st,Nl,e,t)}function U4(e,t){var a=st;return a|=Hr,(Ft.mode&Di)!==et&&(a|=Vr),Tm(a,rr,e,t)}function j0(e,t){return H0(st,rr,e,t)}function kD(e,t){if(typeof t=="function"){var a=t,u=e();return a(u),function(){a(null)}}else if(t!=null){var d=t;d.hasOwnProperty("current")||p("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(d).join(", ")+"}");var m=e();return d.current=m,function(){d.current=null}}}function H4(e,t,a){typeof t!="function"&&p("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,d=st;return d|=Hr,(Ft.mode&Di)!==et&&(d|=Vr),Tm(d,rr,kD.bind(null,t,e),u)}function W0(e,t,a){typeof t!="function"&&p("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 H0(st,rr,kD.bind(null,t,e),u)}function rz(e,t){}var G0=rz;function V4(e,t){var a=Al(),u=t===void 0?null:t;return a.memoizedState=[e,u],e}function Y0(e,t){var a=Co(),u=t===void 0?null:t,d=a.memoizedState;if(d!==null&&u!==null){var m=d[1];if(L4(u,m))return d[0]}return a.memoizedState=[e,u],e}function K4(e,t){var a=Al(),u=t===void 0?null:t,d=e();return a.memoizedState=[d,u],d}function q0(e,t){var a=Co(),u=t===void 0?null:t,d=a.memoizedState;if(d!==null&&u!==null){var m=d[1];if(L4(u,m))return d[0]}var y=e();return a.memoizedState=[y,u],y}function j4(e){var t=Al();return t.memoizedState=e,e}function ED(e){var t=Co(),a=ir,u=a.memoizedState;return SD(t,u,e)}function CD(e){var t=Co();if(ir===null)return t.memoizedState=e,e;var a=ir.memoizedState;return SD(t,a,e)}function SD(e,t,a){var u=!Xx(Sc);if(u){if(!Ve(a,t)){var d=$v();Ft.lanes=ct(Ft.lanes,d),Km(d),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,Mm()),e.memoizedState=a,a}function iz(e,t,a){var u=Pi();Mn(hr(u,tr)),e(!0);var d=Cm.transition;Cm.transition={};var m=Cm.transition;Cm.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Mn(u),Cm.transition=d,d===null&&m._updatedFibers){var y=m._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."),m._updatedFibers.clear()}}}function W4(){var e=I0(!1),t=e[0],a=e[1],u=iz.bind(null,a),d=Al();return d.memoizedState=u,[t,u]}function wD(){var e=R4(),t=e[0],a=Co(),u=a.memoizedState;return[t,u]}function _D(){var e=z4(),t=e[0],a=Co(),u=a.memoizedState;return[t,u]}var TD=!1;function oz(){return TD}function G4(){var e=Al(),t=mb(),a=t.identifierPrefix,u;if(Tr()){var d=bR();u=":"+a+"R"+d;var m=wm++;m>0&&(u+="H"+m.toString(32)),u+=":"}else{var y=ez++;u=":"+a+"r"+y.toString(32)+":"}return e.memoizedState=u,u}function Q0(){var e=Co(),t=e.memoizedState;return t}function lz(e,t,a){typeof arguments[3]=="function"&&p("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=ts(e),d={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(DD(e))$D(t,d);else{var m=W6(e,t,d,u);if(m!==null){var y=di();sr(m,e,u,y),PD(m,t,u)}}LD(e,u)}function az(e,t,a){typeof arguments[3]=="function"&&p("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=ts(e),d={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(DD(e))$D(t,d);else{var m=e.alternate;if(e.lanes===de&&(m===null||m.lanes===de)){var y=t.lastRenderedReducer;if(y!==null){var C;C=Oe.current,Oe.current=Zo;try{var w=t.lastRenderedState,L=y(w,a);if(d.hasEagerState=!0,d.eagerState=L,Ve(L,w)){BR(e,t,d,u);return}}catch{}finally{Oe.current=C}}}var N=W6(e,t,d,u);if(N!==null){var V=di();sr(N,e,u,V),PD(N,t,u)}}LD(e,u)}function DD(e){var t=e.alternate;return e===Ft||t!==null&&t===Ft}function $D(e,t){Sm=z0=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function PD(e,t,a){if(Dv(a)){var u=t.lanes;u=Pv(u,e.pendingLanes);var d=ct(u,a);t.lanes=d,Tu(e,d)}}function LD(e,t,a){El(e,t)}var X0={readContext:Gn,useCallback:Xr,useContext:Xr,useEffect:Xr,useImperativeHandle:Xr,useInsertionEffect:Xr,useLayoutEffect:Xr,useMemo:Xr,useReducer:Xr,useRef:Xr,useState:Xr,useDebugValue:Xr,useDeferredValue:Xr,useTransition:Xr,useMutableSource:Xr,useSyncExternalStore:Xr,useId:Xr,unstable_isNewReconciler:pe},MD=null,ND=null,AD=null,OD=null,Ol=null,Zo=null,Z0=null;{var Y4=function(){p("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().")},lt=function(){p("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")};MD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Pt(),Uf(t),V4(e,t)},useContext:function(e){return ve="useContext",Pt(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Pt(),Uf(t),V0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Pt(),Uf(a),H4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Pt(),Uf(t),I4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Pt(),Uf(t),U4(e,t)},useMemo:function(e,t){ve="useMemo",Pt(),Uf(t);var a=Oe.current;Oe.current=Ol;try{return K4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Pt();var u=Oe.current;Oe.current=Ol;try{return N4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Pt(),B4(e)},useState:function(e){ve="useState",Pt();var t=Oe.current;Oe.current=Ol;try{return I0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Pt(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",Pt(),j4(e)},useTransition:function(){return ve="useTransition",Pt(),W4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Pt(),F4(e,t,a)},useId:function(){return ve="useId",Pt(),G4()},unstable_isNewReconciler:pe},ND={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),V4(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),V0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),H4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),I4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),U4(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Ol;try{return K4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Ol;try{return N4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),B4(e)},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=Ol;try{return I0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",Le(),j4(e)},useTransition:function(){return ve="useTransition",Le(),W4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),F4(e,t,a)},useId:function(){return ve="useId",Le(),G4()},unstable_isNewReconciler:pe},AD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),Y0(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),Dm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),W0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),K0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),j0(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Zo;try{return q0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Zo;try{return A4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),U0()},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=Zo;try{return R4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),G0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),ED(e)},useTransition:function(){return ve="useTransition",Le(),wD()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),B0(e,t)},useId:function(){return ve="useId",Le(),Q0()},unstable_isNewReconciler:pe},OD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),Y0(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),Dm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),W0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),K0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),j0(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Z0;try{return q0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Z0;try{return O4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),U0()},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=Z0;try{return z4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),G0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),CD(e)},useTransition:function(){return ve="useTransition",Le(),_D()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),B0(e,t)},useId:function(){return ve="useId",Le(),Q0()},unstable_isNewReconciler:pe},Ol={readContext:function(e){return Y4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Pt(),V4(e,t)},useContext:function(e){return ve="useContext",lt(),Pt(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Pt(),V0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Pt(),H4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Pt(),I4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Pt(),U4(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Pt();var a=Oe.current;Oe.current=Ol;try{return K4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Pt();var u=Oe.current;Oe.current=Ol;try{return N4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Pt(),B4(e)},useState:function(e){ve="useState",lt(),Pt();var t=Oe.current;Oe.current=Ol;try{return I0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Pt(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Pt(),j4(e)},useTransition:function(){return ve="useTransition",lt(),Pt(),W4()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Pt(),F4(e,t,a)},useId:function(){return ve="useId",lt(),Pt(),G4()},unstable_isNewReconciler:pe},Zo={readContext:function(e){return Y4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Le(),Y0(e,t)},useContext:function(e){return ve="useContext",lt(),Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Le(),Dm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Le(),W0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Le(),K0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Le(),j0(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Le();var a=Oe.current;Oe.current=Zo;try{return q0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Le();var u=Oe.current;Oe.current=Zo;try{return A4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Le(),U0()},useState:function(e){ve="useState",lt(),Le();var t=Oe.current;Oe.current=Zo;try{return R4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Le(),G0()},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Le(),ED(e)},useTransition:function(){return ve="useTransition",lt(),Le(),wD()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Le(),B0(e,t)},useId:function(){return ve="useId",lt(),Le(),Q0()},unstable_isNewReconciler:pe},Z0={readContext:function(e){return Y4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Le(),Y0(e,t)},useContext:function(e){return ve="useContext",lt(),Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Le(),Dm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Le(),W0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Le(),K0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Le(),j0(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Le();var a=Oe.current;Oe.current=Zo;try{return q0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Le();var u=Oe.current;Oe.current=Zo;try{return O4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Le(),U0()},useState:function(e){ve="useState",lt(),Le();var t=Oe.current;Oe.current=Zo;try{return z4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Le(),G0()},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Le(),CD(e)},useTransition:function(){return ve="useTransition",lt(),Le(),_D()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Le(),B0(e,t)},useId:function(){return ve="useId",lt(),Le(),Q0()},unstable_isNewReconciler:pe}}var Xu=r.unstable_now,FD=0,J0=-1,$m=-1,eb=-1,q4=!1,tb=!1;function RD(){return q4}function uz(){tb=!0}function sz(){q4=!1,tb=!1}function cz(){q4=tb,tb=!1}function zD(){return FD}function BD(){FD=Xu()}function Q4(e){$m=Xu(),e.actualStartTime<0&&(e.actualStartTime=Xu())}function ID(e){$m=-1}function nb(e,t){if($m>=0){var a=Xu()-$m;e.actualDuration+=a,t&&(e.selfBaseDuration=a),$m=-1}}function Fl(e){if(J0>=0){var t=Xu()-J0;J0=-1;for(var a=e.return;a!==null;){switch(a.tag){case _:var u=a.stateNode;u.effectDuration+=t;return;case Y:var d=a.stateNode;d.effectDuration+=t;return}a=a.return}}}function X4(e){if(eb>=0){var t=Xu()-eb;eb=-1;for(var a=e.return;a!==null;){switch(a.tag){case _:var u=a.stateNode;u!==null&&(u.passiveEffectDuration+=t);return;case Y:var d=a.stateNode;d!==null&&(d.passiveEffectDuration+=t);return}a=a.return}}}function Rl(){J0=Xu()}function Z4(){eb=Xu()}function J4(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function wc(e,t){return{value:e,source:t,stack:zp(t),digest:null}}function eE(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function dz(e,t){return!0}function tE(e,t){try{var a=dz(e,t);if(a===!1)return;var u=t.value,d=t.source,m=t.stack,y=m!==null?m:"";if(u!=null&&u._suppressLogging){if(e.tag===S)return;console.error(u)}var C=d?ut(d):null,w=C?"The above error occurred in the <"+C+"> component:":"The above error occurred in one of your React components:",L;if(e.tag===_)L=`Consider adding an error boundary to your tree to customize error handling behavior.
123
- Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var N=ut(e)||"Anonymous";L="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+N+".")}var V=w+`
122
+ Incoming: %s`,ve,"["+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 Vf(e,t,a,u,d,h){Sc=h,Rt=t,Co=e!==null?e._debugHookTypes:null,Zu=-1,A4=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=de,e!==null&&e.memoizedState!==null?Oe.current=BD:Co!==null?Oe.current=zD:Oe.current=RD;var y=a(u,d);if(Tm){var C=0;do{if(Tm=!1,Dm=0,C>=gz)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");C+=1,A4=!1,ir=null,or=null,t.updateQueue=null,Zu=-1,Oe.current=ID,y=a(u,d)}while(Tm)}Oe.current=eb,t._debugHookTypes=Co;var S=ir!==null&&ir.next!==null;if(Sc=de,Rt=null,ir=null,or=null,ve=null,Co=null,Zu=-1,e!==null&&(e.flags&Jn)!==(t.flags&Jn)&&(e.mode&pt)!==et&&p("Internal React error: Expected static flag was missing. Please notify the React team."),U0=!1,S)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return y}function Kf(){var e=Dm!==0;return Dm=0,e}function yD(e,t,a){t.updateQueue=e.updateQueue,(t.mode&$i)!==et?t.flags&=~(ma|Vr|en|st):t.flags&=~(en|st),e.lanes=Du(e.lanes,a)}function bD(){if(Oe.current=eb,U0){for(var e=Rt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}U0=!1}Sc=de,Rt=null,ir=null,or=null,Co=null,Zu=-1,ve=null,MD=!1,Tm=!1,Dm=0}function Ol(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return or===null?Rt.memoizedState=or=e:or=or.next=e,or}function _o(){var e;if(ir===null){var t=Rt.alternate;t!==null?e=t.memoizedState:e=null}else e=ir.next;var a;if(or===null?a=Rt.memoizedState:a=or.next,a!==null)or=a,a=or.next,ir=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");ir=e;var u={memoizedState:ir.memoizedState,baseState:ir.baseState,baseQueue:ir.baseQueue,queue:ir.queue,next:null};or===null?Rt.memoizedState=or=u:or=or.next=u}return or}function xD(){return{lastEffect:null,stores:null}}function F4(e,t){return typeof t=="function"?t(e):t}function R4(e,t,a){var u=Ol(),d;a!==void 0?d=a(t):d=t,u.memoizedState=u.baseState=d;var h={pending:null,interleaved:null,lanes:de,dispatch:null,lastRenderedReducer:e,lastRenderedState:d};u.queue=h;var y=h.dispatch=Ez.bind(null,Rt,h);return[u.memoizedState,y]}function z4(e,t,a){var u=_o(),d=u.queue;if(d===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");d.lastRenderedReducer=e;var h=ir,y=h.baseQueue,C=d.pending;if(C!==null){if(y!==null){var S=y.next,L=C.next;y.next=L,C.next=S}h.baseQueue!==y&&p("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),h.baseQueue=y=C,d.pending=null}if(y!==null){var N=y.next,V=h.baseState,U=null,ie=null,le=null,se=N;do{var Re=se.lane;if(Sa(Sc,Re)){if(le!==null){var Ye={lane:kt,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};le=le.next=Ye}if(se.hasEagerState)V=se.eagerState;else{var Ct=se.action;V=e(V,Ct)}}else{var Je={lane:Re,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};le===null?(ie=le=Je,U=V):le=le.next=Je,Rt.lanes=ct(Rt.lanes,Re),Gm(Re)}se=se.next}while(se!==null&&se!==N);le===null?U=V:le.next=ie,Ve(V,u.memoizedState)||Om(),u.memoizedState=V,u.baseState=U,u.baseQueue=le,d.lastRenderedState=V}var bt=d.interleaved;if(bt!==null){var J=bt;do{var ce=J.lane;Rt.lanes=ct(Rt.lanes,ce),Gm(ce),J=J.next}while(J!==bt)}else y===null&&(d.lanes=de);var ee=d.dispatch;return[u.memoizedState,ee]}function B4(e,t,a){var u=_o(),d=u.queue;if(d===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");d.lastRenderedReducer=e;var h=d.dispatch,y=d.pending,C=u.memoizedState;if(y!==null){d.pending=null;var S=y.next,L=S;do{var N=L.action;C=e(C,N),L=L.next}while(L!==S);Ve(C,u.memoizedState)||Om(),u.memoizedState=C,u.baseQueue===null&&(u.baseState=C),d.lastRenderedState=C}return[C,h]}function zV(e,t,a){}function BV(e,t,a){}function I4(e,t,a){var u=Rt,d=Ol(),h,y=Tr();if(y){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");h=a(),Uf||h!==a()&&(p("The result of getServerSnapshot should be cached to avoid an infinite loop"),Uf=!0)}else{if(h=t(),!Uf){var C=t();Ve(h,C)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),Uf=!0)}var S=yb();if(S===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");nc(S,Sc)||kD(u,t,h)}d.memoizedState=h;var L={value:h,getSnapshot:t};return d.queue=L,W0(CD.bind(null,u,L,e),[e]),u.flags|=en,$m(nr|Dr,ED.bind(null,u,L,h,t),void 0,null),h}function H0(e,t,a){var u=Rt,d=_o(),h=t();if(!Uf){var y=t();Ve(h,y)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),Uf=!0)}var C=d.memoizedState,S=!Ve(C,h);S&&(d.memoizedState=h,Om());var L=d.queue;if(Lm(CD.bind(null,u,L,e),[e]),L.getSnapshot!==t||S||or!==null&&or.memoizedState.tag&nr){u.flags|=en,$m(nr|Dr,ED.bind(null,u,L,h,t),void 0,null);var N=yb();if(N===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");nc(N,Sc)||kD(u,t,h)}return h}function kD(e,t,a){e.flags|=Gs;var u={getSnapshot:t,value:a},d=Rt.updateQueue;if(d===null)d=xD(),Rt.updateQueue=d,d.stores=[u];else{var h=d.stores;h===null?d.stores=[u]:h.push(u)}}function ED(e,t,a,u){t.value=a,t.getSnapshot=u,_D(t)&&SD(e)}function CD(e,t,a){var u=function(){_D(t)&&SD(e)};return a(u)}function _D(e){var t=e.getSnapshot,a=e.value;try{var u=t();return!Ve(a,u)}catch{return!0}}function SD(e){var t=Fi(e,nt);t!==null&&sr(t,e,nt,Kt)}function V0(e){var t=Ol();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:de,dispatch:null,lastRenderedReducer:F4,lastRenderedState:e};t.queue=a;var u=a.dispatch=Cz.bind(null,Rt,a);return[t.memoizedState,u]}function U4(e){return z4(F4)}function H4(e){return B4(F4)}function $m(e,t,a,u){var d={tag:e,create:t,destroy:a,deps:u,next:null},h=Rt.updateQueue;if(h===null)h=xD(),Rt.updateQueue=h,h.lastEffect=d.next=d;else{var y=h.lastEffect;if(y===null)h.lastEffect=d.next=d;else{var C=y.next;y.next=d,d.next=C,h.lastEffect=d}}return d}function V4(e){var t=Ol();{var a={current:e};return t.memoizedState=a,a}}function K0(e){var t=_o();return t.memoizedState}function Pm(e,t,a,u){var d=Ol(),h=u===void 0?null:u;Rt.flags|=e,d.memoizedState=$m(nr|t,a,void 0,h)}function j0(e,t,a,u){var d=_o(),h=u===void 0?null:u,y=void 0;if(ir!==null){var C=ir.memoizedState;if(y=C.destroy,h!==null){var S=C.deps;if(O4(h,S)){d.memoizedState=$m(t,a,y,h);return}}}Rt.flags|=e,d.memoizedState=$m(nr|t,a,y,h)}function W0(e,t){return(Rt.mode&$i)!==et?Pm(ma|en|gl,Dr,e,t):Pm(en|gl,Dr,e,t)}function Lm(e,t){return j0(en,Dr,e,t)}function K4(e,t){return Pm(st,Al,e,t)}function G0(e,t){return j0(st,Al,e,t)}function j4(e,t){var a=st;return a|=Hr,(Rt.mode&$i)!==et&&(a|=Vr),Pm(a,rr,e,t)}function Y0(e,t){return j0(st,rr,e,t)}function wD(e,t){if(typeof t=="function"){var a=t,u=e();return a(u),function(){a(null)}}else if(t!=null){var d=t;d.hasOwnProperty("current")||p("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(d).join(", ")+"}");var h=e();return d.current=h,function(){d.current=null}}}function W4(e,t,a){typeof t!="function"&&p("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,d=st;return d|=Hr,(Rt.mode&$i)!==et&&(d|=Vr),Pm(d,rr,wD.bind(null,t,e),u)}function q0(e,t,a){typeof t!="function"&&p("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 j0(st,rr,wD.bind(null,t,e),u)}function bz(e,t){}var Q0=bz;function G4(e,t){var a=Ol(),u=t===void 0?null:t;return a.memoizedState=[e,u],e}function X0(e,t){var a=_o(),u=t===void 0?null:t,d=a.memoizedState;if(d!==null&&u!==null){var h=d[1];if(O4(u,h))return d[0]}return a.memoizedState=[e,u],e}function Y4(e,t){var a=Ol(),u=t===void 0?null:t,d=e();return a.memoizedState=[d,u],d}function Z0(e,t){var a=_o(),u=t===void 0?null:t,d=a.memoizedState;if(d!==null&&u!==null){var h=d[1];if(O4(u,h))return d[0]}var y=e();return a.memoizedState=[y,u],y}function q4(e){var t=Ol();return t.memoizedState=e,e}function TD(e){var t=_o(),a=ir,u=a.memoizedState;return $D(t,u,e)}function DD(e){var t=_o();if(ir===null)return t.memoizedState=e,e;var a=ir.memoizedState;return $D(t,a,e)}function $D(e,t,a){var u=!tk(Sc);if(u){if(!Ve(a,t)){var d=Mv();Rt.lanes=ct(Rt.lanes,d),Gm(d),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,Om()),e.memoizedState=a,a}function xz(e,t,a){var u=Li();Mn(hr(u,tr)),e(!0);var d=wm.transition;wm.transition={};var h=wm.transition;wm.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Mn(u),wm.transition=d,d===null&&h._updatedFibers){var y=h._updatedFibers.size;y>10&&m("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."),h._updatedFibers.clear()}}}function Q4(){var e=V0(!1),t=e[0],a=e[1],u=xz.bind(null,a),d=Ol();return d.memoizedState=u,[t,u]}function PD(){var e=U4(),t=e[0],a=_o(),u=a.memoizedState;return[t,u]}function LD(){var e=H4(),t=e[0],a=_o(),u=a.memoizedState;return[t,u]}var MD=!1;function kz(){return MD}function X4(){var e=Ol(),t=yb(),a=t.identifierPrefix,u;if(Tr()){var d=OR();u=":"+a+"R"+d;var h=Dm++;h>0&&(u+="H"+h.toString(32)),u+=":"}else{var y=hz++;u=":"+a+"r"+y.toString(32)+":"}return e.memoizedState=u,u}function J0(){var e=_o(),t=e.memoizedState;return t}function Ez(e,t,a){typeof arguments[3]=="function"&&p("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=rs(e),d={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(ND(e))AD(t,d);else{var h=X6(e,t,d,u);if(h!==null){var y=fi();sr(h,e,u,y),OD(h,t,u)}}FD(e,u)}function Cz(e,t,a){typeof arguments[3]=="function"&&p("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=rs(e),d={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(ND(e))AD(t,d);else{var h=e.alternate;if(e.lanes===de&&(h===null||h.lanes===de)){var y=t.lastRenderedReducer;if(y!==null){var C;C=Oe.current,Oe.current=Jo;try{var S=t.lastRenderedState,L=y(S,a);if(d.hasEagerState=!0,d.eagerState=L,Ve(L,S)){tz(e,t,d,u);return}}catch{}finally{Oe.current=C}}}var N=X6(e,t,d,u);if(N!==null){var V=fi();sr(N,e,u,V),OD(N,t,u)}}FD(e,u)}function ND(e){var t=e.alternate;return e===Rt||t!==null&&t===Rt}function AD(e,t){Tm=U0=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function OD(e,t,a){if(Lv(a)){var u=t.lanes;u=Nv(u,e.pendingLanes);var d=ct(u,a);t.lanes=d,$u(e,d)}}function FD(e,t,a){Cl(e,t)}var eb={readContext:Gn,useCallback:Xr,useContext:Xr,useEffect:Xr,useImperativeHandle:Xr,useInsertionEffect:Xr,useLayoutEffect:Xr,useMemo:Xr,useReducer:Xr,useRef:Xr,useState:Xr,useDebugValue:Xr,useDeferredValue:Xr,useTransition:Xr,useMutableSource:Xr,useSyncExternalStore:Xr,useId:Xr,unstable_isNewReconciler:pe},RD=null,zD=null,BD=null,ID=null,Fl=null,Jo=null,tb=null;{var Z4=function(){p("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().")},lt=function(){p("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")};RD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Pt(),Hf(t),G4(e,t)},useContext:function(e){return ve="useContext",Pt(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Pt(),Hf(t),W0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Pt(),Hf(a),W4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Pt(),Hf(t),K4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Pt(),Hf(t),j4(e,t)},useMemo:function(e,t){ve="useMemo",Pt(),Hf(t);var a=Oe.current;Oe.current=Fl;try{return Y4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Pt();var u=Oe.current;Oe.current=Fl;try{return R4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Pt(),V4(e)},useState:function(e){ve="useState",Pt();var t=Oe.current;Oe.current=Fl;try{return V0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Pt(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",Pt(),q4(e)},useTransition:function(){return ve="useTransition",Pt(),Q4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Pt(),I4(e,t,a)},useId:function(){return ve="useId",Pt(),X4()},unstable_isNewReconciler:pe},zD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),G4(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),W0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),W4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),K4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),j4(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Fl;try{return Y4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Fl;try{return R4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),V4(e)},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=Fl;try{return V0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",Le(),q4(e)},useTransition:function(){return ve="useTransition",Le(),Q4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),I4(e,t,a)},useId:function(){return ve="useId",Le(),X4()},unstable_isNewReconciler:pe},BD={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),X0(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),Lm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),q0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),G0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),Y0(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Jo;try{return Z0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Jo;try{return z4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),K0()},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=Jo;try{return U4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),TD(e)},useTransition:function(){return ve="useTransition",Le(),PD()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),H0(e,t)},useId:function(){return ve="useId",Le(),J0()},unstable_isNewReconciler:pe},ID={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),X0(e,t)},useContext:function(e){return ve="useContext",Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",Le(),Lm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",Le(),q0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),G0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),Y0(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=tb;try{return Z0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=tb;try{return B4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),K0()},useState:function(e){ve="useState",Le();var t=Oe.current;Oe.current=tb;try{return H4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),DD(e)},useTransition:function(){return ve="useTransition",Le(),LD()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),H0(e,t)},useId:function(){return ve="useId",Le(),J0()},unstable_isNewReconciler:pe},Fl={readContext:function(e){return Z4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Pt(),G4(e,t)},useContext:function(e){return ve="useContext",lt(),Pt(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Pt(),W0(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Pt(),W4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Pt(),K4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Pt(),j4(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Pt();var a=Oe.current;Oe.current=Fl;try{return Y4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Pt();var u=Oe.current;Oe.current=Fl;try{return R4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Pt(),V4(e)},useState:function(e){ve="useState",lt(),Pt();var t=Oe.current;Oe.current=Fl;try{return V0(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Pt(),void 0},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Pt(),q4(e)},useTransition:function(){return ve="useTransition",lt(),Pt(),Q4()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Pt(),I4(e,t,a)},useId:function(){return ve="useId",lt(),Pt(),X4()},unstable_isNewReconciler:pe},Jo={readContext:function(e){return Z4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Le(),X0(e,t)},useContext:function(e){return ve="useContext",lt(),Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Le(),Lm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Le(),q0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Le(),G0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Le(),Y0(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Le();var a=Oe.current;Oe.current=Jo;try{return Z0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Le();var u=Oe.current;Oe.current=Jo;try{return z4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Le(),K0()},useState:function(e){ve="useState",lt(),Le();var t=Oe.current;Oe.current=Jo;try{return U4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Le(),TD(e)},useTransition:function(){return ve="useTransition",lt(),Le(),PD()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Le(),H0(e,t)},useId:function(){return ve="useId",lt(),Le(),J0()},unstable_isNewReconciler:pe},tb={readContext:function(e){return Z4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Le(),X0(e,t)},useContext:function(e){return ve="useContext",lt(),Le(),Gn(e)},useEffect:function(e,t){return ve="useEffect",lt(),Le(),Lm(e,t)},useImperativeHandle:function(e,t,a){return ve="useImperativeHandle",lt(),Le(),q0(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Le(),G0(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Le(),Y0(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Le();var a=Oe.current;Oe.current=Jo;try{return Z0(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Le();var u=Oe.current;Oe.current=Jo;try{return B4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Le(),K0()},useState:function(e){ve="useState",lt(),Le();var t=Oe.current;Oe.current=Jo;try{return H4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Le(),DD(e)},useTransition:function(){return ve="useTransition",lt(),Le(),LD()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Le(),H0(e,t)},useId:function(){return ve="useId",lt(),Le(),J0()},unstable_isNewReconciler:pe}}var Ju=r.unstable_now,UD=0,nb=-1,Mm=-1,rb=-1,J4=!1,ib=!1;function HD(){return J4}function _z(){ib=!0}function Sz(){J4=!1,ib=!1}function wz(){J4=ib,ib=!1}function VD(){return UD}function KD(){UD=Ju()}function eE(e){Mm=Ju(),e.actualStartTime<0&&(e.actualStartTime=Ju())}function jD(e){Mm=-1}function ob(e,t){if(Mm>=0){var a=Ju()-Mm;e.actualDuration+=a,t&&(e.selfBaseDuration=a),Mm=-1}}function Rl(e){if(nb>=0){var t=Ju()-nb;nb=-1;for(var a=e.return;a!==null;){switch(a.tag){case w:var u=a.stateNode;u.effectDuration+=t;return;case W:var d=a.stateNode;d.effectDuration+=t;return}a=a.return}}}function tE(e){if(rb>=0){var t=Ju()-rb;rb=-1;for(var a=e.return;a!==null;){switch(a.tag){case w:var u=a.stateNode;u!==null&&(u.passiveEffectDuration+=t);return;case W:var d=a.stateNode;d!==null&&(d.passiveEffectDuration+=t);return}a=a.return}}}function zl(){nb=Ju()}function nE(){rb=Ju()}function rE(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function wc(e,t){return{value:e,source:t,stack:Up(t),digest:null}}function iE(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function Tz(e,t){return!0}function oE(e,t){try{var a=Tz(e,t);if(a===!1)return;var u=t.value,d=t.source,h=t.stack,y=h!==null?h:"";if(u!=null&&u._suppressLogging){if(e.tag===_)return;console.error(u)}var C=d?ut(d):null,S=C?"The above error occurred in the <"+C+"> component:":"The above error occurred in one of your React components:",L;if(e.tag===w)L=`Consider adding an error boundary to your tree to customize error handling behavior.
123
+ Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var N=ut(e)||"Anonymous";L="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+N+".")}var V=S+`
124
124
  `+y+`
125
125
 
126
- `+(""+L);console.error(V)}catch(U){setTimeout(function(){throw U})}}var fz=typeof WeakMap=="function"?WeakMap:Map;function UD(e,t,a){var u=Ia(Vt,a);u.tag=t4,u.payload={element:null};var d=t.value;return u.callback=function(){iI(d),tE(e,t)},u}function nE(e,t,a){var u=Ia(Vt,a);u.tag=t4;var d=e.type.getDerivedStateFromError;if(typeof d=="function"){var m=t.value;u.payload=function(){return d(m)},u.callback=function(){Z8(e),tE(e,t)}}var y=e.stateNode;return y!==null&&typeof y.componentDidCatch=="function"&&(u.callback=function(){Z8(e),tE(e,t),typeof d!="function"&&nI(this);var w=t.value,L=t.stack;this.componentDidCatch(w,{componentStack:L!==null?L:""}),typeof d!="function"&&(Yr(e.lanes,nt)||p("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",ut(e)||"Unknown"))}),u}function HD(e,t,a){var u=e.pingCache,d;if(u===null?(u=e.pingCache=new fz,d=new Set,u.set(t,d)):(d=u.get(t),d===void 0&&(d=new Set,u.set(t,d))),!d.has(a)){d.add(a);var m=oI.bind(null,e,t,a);er&&jm(e,a),t.then(m,m)}}function pz(e,t,a,u){var d=e.updateQueue;if(d===null){var m=new Set;m.add(a),e.updateQueue=m}else d.add(a)}function vz(e,t){var a=e.tag;if((e.mode&pt)===et&&(a===E||a===B||a===ne)){var u=e.alternate;u?(e.updateQueue=u.updateQueue,e.memoizedState=u.memoizedState,e.lanes=u.lanes):(e.updateQueue=null,e.memoizedState=null)}}function VD(e){var t=e;do{if(t.tag===R&&ZR(t))return t;t=t.return}while(t!==null);return null}function KD(e,t,a,u,d){if((e.mode&pt)===et){if(e===t)e.flags|=Hn;else{if(e.flags|=it,a.flags|=Gs,a.flags&=~(Td|ri),a.tag===S){var m=a.alternate;if(m===null)a.tag=ue;else{var y=Ia(Vt,nt);y.tag=_0,Gu(a,y,nt)}}a.lanes=ct(a.lanes,nt)}return e}return e.flags|=Hn,e.lanes=d,e}function mz(e,t,a,u,d){if(a.flags|=ri,er&&jm(e,d),u!==null&&typeof u=="object"&&typeof u.then=="function"){var m=u;vz(a),Tr()&&a.mode&pt&&A6();var y=VD(t);if(y!==null){y.flags&=~dn,KD(y,t,a,e,d),y.mode&pt&&HD(e,m,d),pz(y,e,m);return}else{if(!wu(d)){HD(e,m,d),OE();return}var C=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=C}}else if(Tr()&&a.mode&pt){A6();var w=VD(t);if(w!==null){(w.flags&Hn)===Ze&&(w.flags|=dn),KD(w,t,a,e,d),Yk(wc(u,a));return}}u=wc(u,a),YB(u);var L=t;do{switch(L.tag){case _:{var N=u;L.flags|=Hn;var V=Ln(d);L.lanes=ct(L.lanes,V);var U=UD(L,N,V);i4(L,U);return}case S:var ie=u,le=L.type,se=L.stateNode;if((L.flags&it)===Ze&&(typeof le.getDerivedStateFromError=="function"||se!==null&&typeof se.componentDidCatch=="function"&&!V8(se))){L.flags|=Hn;var Re=Ln(d);L.lanes=ct(L.lanes,Re);var Je=nE(L,ie,Re);i4(L,Je);return}break}L=L.return}while(L!==null)}function hz(){return null}var Pm=l.ReactCurrentOwner,Jo=!1,rE,Lm,iE,oE,lE,_c,aE,rb;rE={},Lm={},iE={},oE={},lE={},_c=!1,aE={},rb={};function si(e,t,a,u){e===null?t.child=uD(t,null,a,u):t.child=Ff(t,e.child,a,u)}function gz(e,t,a,u){t.child=Ff(t,e.child,null,u),t.child=Ff(t,null,a,u)}function jD(e,t,a,u,d){if(t.type!==t.elementType){var m=a.propTypes;m&&Go(m,u,"prop",Ut(a))}var y=a.render,C=t.ref,w,L;Of(t,d),kl(t);{if(Pm.current=t,ji(!0),w=Hf(e,t,y,u,C,d),L=Vf(),t.mode&on){Pn(!0);try{w=Hf(e,t,y,u,C,d),L=Vf()}finally{Pn(!1)}}ji(!1)}return ma(),e!==null&&!Jo?(pD(e,t,d),Ua(e,t,d)):(Tr()&&L&&Hk(t),t.flags|=vl,si(e,t,w,d),t.child)}function WD(e,t,a,u,d){if(e===null){var m=a.type;if(EI(m)&&a.compare===null&&a.defaultProps===void 0){var y=m;return y=Xf(m),t.tag=ne,t.type=y,cE(t,m),GD(e,t,y,u,d)}{var C=m.propTypes;C&&Go(C,u,"prop",Ut(m))}var w=WE(a.type,null,u,t,t.mode,d);return w.ref=t.ref,w.return=t,t.child=w,w}{var L=a.type,N=L.propTypes;N&&Go(N,u,"prop",Ut(L))}var V=e.child,U=hE(e,d);if(!U){var ie=V.memoizedProps,le=a.compare;if(le=le!==null?le:Qe,le(ie,u)&&e.ref===t.ref)return Ua(e,t,d)}t.flags|=vl;var se=Lc(V,u);return se.ref=t.ref,se.return=t,t.child=se,se}function GD(e,t,a,u,d){if(t.type!==t.elementType){var m=t.elementType;if(m.$$typeof===Sr){var y=m,C=y._payload,w=y._init;try{m=w(C)}catch{m=null}var L=m&&m.propTypes;L&&Go(L,u,"prop",Ut(m))}}if(e!==null){var N=e.memoizedProps;if(Qe(N,u)&&e.ref===t.ref&&t.type===e.type)if(Jo=!1,t.pendingProps=u=N,hE(e,d))(e.flags&Gs)!==Ze&&(Jo=!0);else return t.lanes=e.lanes,Ua(e,t,d)}return uE(e,t,a,u,d)}function YD(e,t,a){var u=t.pendingProps,d=u.children,m=e!==null?e.memoizedState:null;if(u.mode==="hidden"||G)if((t.mode&pt)===et){var y={baseLanes:de,cachePool:null,transitions:null};t.memoizedState=y,hb(t,a)}else if(Yr(a,Gr)){var V={baseLanes:de,cachePool:null,transitions:null};t.memoizedState=V;var U=m!==null?m.baseLanes:a;hb(t,U)}else{var C=null,w;if(m!==null){var L=m.baseLanes;w=ct(L,a)}else w=a;t.lanes=t.childLanes=Gr;var N={baseLanes:w,cachePool:C,transitions:null};return t.memoizedState=N,t.updateQueue=null,hb(t,w),null}else{var ie;m!==null?(ie=ct(m.baseLanes,a),t.memoizedState=null):ie=a,hb(t,ie)}return si(e,t,d,a),t.child}function yz(e,t,a){var u=t.pendingProps;return si(e,t,u,a),t.child}function bz(e,t,a){var u=t.pendingProps.children;return si(e,t,u,a),t.child}function xz(e,t,a){{t.flags|=st;{var u=t.stateNode;u.effectDuration=0,u.passiveEffectDuration=0}}var d=t.pendingProps,m=d.children;return si(e,t,m,a),t.child}function qD(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=Ur,t.flags|=pv)}function uE(e,t,a,u,d){if(t.type!==t.elementType){var m=a.propTypes;m&&Go(m,u,"prop",Ut(a))}var y;{var C=$f(t,a,!0);y=Pf(t,C)}var w,L;Of(t,d),kl(t);{if(Pm.current=t,ji(!0),w=Hf(e,t,a,u,y,d),L=Vf(),t.mode&on){Pn(!0);try{w=Hf(e,t,a,u,y,d),L=Vf()}finally{Pn(!1)}}ji(!1)}return ma(),e!==null&&!Jo?(pD(e,t,d),Ua(e,t,d)):(Tr()&&L&&Hk(t),t.flags|=vl,si(e,t,w,d),t.child)}function QD(e,t,a,u,d){{switch(RI(t)){case!1:{var m=t.stateNode,y=t.type,C=new y(t.memoizedProps,m.context),w=C.state;m.updater.enqueueSetState(m,w,null);break}case!0:{t.flags|=it,t.flags|=Hn;var L=new Error("Simulated error coming from DevTools"),N=Ln(d);t.lanes=ct(t.lanes,N);var V=nE(t,wc(L,t),N);i4(t,V);break}}if(t.type!==t.elementType){var U=a.propTypes;U&&Go(U,u,"prop",Ut(a))}}var ie;Ml(a)?(ie=!0,m0(t)):ie=!1,Of(t,d);var le=t.stateNode,se;le===null?(ob(e,t),rD(t,a,u),h4(t,a,u,d),se=!0):e===null?se=WR(t,a,u,d):se=GR(e,t,a,u,d);var Re=sE(e,t,a,se,ie,d);{var Je=t.stateNode;se&&Je.props!==u&&(_c||p("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ut(t)||"a component"),_c=!0)}return Re}function sE(e,t,a,u,d,m){qD(e,t);var y=(t.flags&it)!==Ze;if(!u&&!y)return d&&P6(t,a,!1),Ua(e,t,m);var C=t.stateNode;Pm.current=t;var w;if(y&&typeof a.getDerivedStateFromError!="function")w=null,ID();else{kl(t);{if(ji(!0),w=C.render(),t.mode&on){Pn(!0);try{C.render()}finally{Pn(!1)}}ji(!1)}ma()}return t.flags|=vl,e!==null&&y?gz(e,t,w,m):si(e,t,w,m),t.memoizedState=C.state,d&&P6(t,a,!0),t.child}function XD(e){var t=e.stateNode;t.pendingContext?D6(e,t.pendingContext,t.pendingContext!==t.context):t.context&&D6(e,t.context,!1),E4(e,t.containerInfo)}function kz(e,t,a){if(XD(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var u=t.pendingProps,d=t.memoizedState,m=d.element;q6(e,t),P0(t,u,null,a);var y=t.memoizedState;t.stateNode;var C=y.element;if(d.isDehydrated){var w={element:C,isDehydrated:!1,cache:y.cache,pendingSuspenseBoundaries:y.pendingSuspenseBoundaries,transitions:y.transitions},L=t.updateQueue;if(L.baseState=w,t.memoizedState=w,t.flags&dn){var N=wc(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 ZD(e,t,C,a,N)}else if(C!==m){var V=wc(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return ZD(e,t,C,a,V)}else{wR(t);var U=uD(t,null,C,a);t.child=U;for(var ie=U;ie;)ie.flags=ie.flags&~Wt|wi,ie=ie.sibling}}else{if(Nf(),C===m)return Ua(e,t,a);si(e,t,C,a)}return t.child}function ZD(e,t,a,u,d){return Nf(),Yk(d),t.flags|=dn,si(e,t,a,u),t.child}function Ez(e,t,a){cD(t),e===null&&Gk(t);var u=t.type,d=t.pendingProps,m=e!==null?e.memoizedProps:null,y=d.children,C=Dk(u,d);return C?y=null:m!==null&&Dk(u,m)&&(t.flags|=$t),qD(e,t),si(e,t,y,a),t.child}function Cz(e,t){return e===null&&Gk(t),null}function Sz(e,t,a,u){ob(e,t);var d=t.pendingProps,m=a,y=m._payload,C=m._init,w=C(y);t.type=w;var L=t.tag=CI(w),N=Qo(w,d),V;switch(L){case E:return cE(t,w),t.type=w=Xf(w),V=uE(null,t,w,N,u),V;case S:return t.type=w=IE(w),V=QD(null,t,w,N,u),V;case B:return t.type=w=UE(w),V=jD(null,t,w,N,u),V;case j:{if(t.type!==t.elementType){var U=w.propTypes;U&&Go(U,N,"prop",Ut(w))}return V=WD(null,t,w,Qo(w.type,N),u),V}}var ie="";throw w!==null&&typeof w=="object"&&w.$$typeof===Sr&&(ie=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+w+". "+("Lazy element type must resolve to a class or function."+ie))}function wz(e,t,a,u,d){ob(e,t),t.tag=S;var m;return Ml(a)?(m=!0,m0(t)):m=!1,Of(t,d),rD(t,a,u),h4(t,a,u,d),sE(null,t,a,!0,m,d)}function _z(e,t,a,u){ob(e,t);var d=t.pendingProps,m;{var y=$f(t,a,!1);m=Pf(t,y)}Of(t,u);var C,w;kl(t);{if(a.prototype&&typeof a.prototype.render=="function"){var L=Ut(a)||"Unknown";rE[L]||(p("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.",L,L),rE[L]=!0)}t.mode&on&&qo.recordLegacyContextWarning(t,null),ji(!0),Pm.current=t,C=Hf(null,t,a,d,m,u),w=Vf(),ji(!1)}if(ma(),t.flags|=vl,typeof C=="object"&&C!==null&&typeof C.render=="function"&&C.$$typeof===void 0){var N=Ut(a)||"Unknown";Lm[N]||(p("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),Lm[N]=!0)}if(typeof C=="object"&&C!==null&&typeof C.render=="function"&&C.$$typeof===void 0){{var V=Ut(a)||"Unknown";Lm[V]||(p("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.",V,V,V),Lm[V]=!0)}t.tag=S,t.memoizedState=null,t.updateQueue=null;var U=!1;return Ml(a)?(U=!0,m0(t)):U=!1,t.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,r4(t),nD(t,C),h4(t,a,d,u),sE(null,t,a,!0,U,u)}else{if(t.tag=E,t.mode&on){Pn(!0);try{C=Hf(null,t,a,d,m,u),w=Vf()}finally{Pn(!1)}}return Tr()&&w&&Hk(t),si(null,t,C,u),cE(t,a),t.child}}function cE(e,t){{if(t&&t.childContextTypes&&p("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",u=ki();u&&(a+=`
126
+ `+(""+L);console.error(V)}catch(U){setTimeout(function(){throw U})}}var Dz=typeof WeakMap=="function"?WeakMap:Map;function WD(e,t,a){var u=Ua(Kt,a);u.tag=o4,u.payload={element:null};var d=t.value;return u.callback=function(){xI(d),oE(e,t)},u}function lE(e,t,a){var u=Ua(Kt,a);u.tag=o4;var d=e.type.getDerivedStateFromError;if(typeof d=="function"){var h=t.value;u.payload=function(){return d(h)},u.callback=function(){r$(e),oE(e,t)}}var y=e.stateNode;return y!==null&&typeof y.componentDidCatch=="function"&&(u.callback=function(){r$(e),oE(e,t),typeof d!="function"&&yI(this);var S=t.value,L=t.stack;this.componentDidCatch(S,{componentStack:L!==null?L:""}),typeof d!="function"&&(Yr(e.lanes,nt)||p("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",ut(e)||"Unknown"))}),u}function GD(e,t,a){var u=e.pingCache,d;if(u===null?(u=e.pingCache=new Dz,d=new Set,u.set(t,d)):(d=u.get(t),d===void 0&&(d=new Set,u.set(t,d))),!d.has(a)){d.add(a);var h=kI.bind(null,e,t,a);er&&Ym(e,a),t.then(h,h)}}function $z(e,t,a,u){var d=e.updateQueue;if(d===null){var h=new Set;h.add(a),e.updateQueue=h}else d.add(a)}function Pz(e,t){var a=e.tag;if((e.mode&pt)===et&&(a===E||a===B||a===ne)){var u=e.alternate;u?(e.updateQueue=u.updateQueue,e.memoizedState=u.memoizedState,e.lanes=u.lanes):(e.updateQueue=null,e.memoizedState=null)}}function YD(e){var t=e;do{if(t.tag===R&&vz(t))return t;t=t.return}while(t!==null);return null}function qD(e,t,a,u,d){if((e.mode&pt)===et){if(e===t)e.flags|=Hn;else{if(e.flags|=it,a.flags|=Ys,a.flags&=~(Dd|ii),a.tag===_){var h=a.alternate;if(h===null)a.tag=ue;else{var y=Ua(Kt,nt);y.tag=$0,qu(a,y,nt)}}a.lanes=ct(a.lanes,nt)}return e}return e.flags|=Hn,e.lanes=d,e}function Lz(e,t,a,u,d){if(a.flags|=ii,er&&Ym(e,d),u!==null&&typeof u=="object"&&typeof u.then=="function"){var h=u;Pz(a),Tr()&&a.mode&pt&&B6();var y=YD(t);if(y!==null){y.flags&=~fn,qD(y,t,a,e,d),y.mode&pt&&GD(e,h,d),$z(y,e,h);return}else{if(!Tu(d)){GD(e,h,d),BE();return}var C=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=C}}else if(Tr()&&a.mode&pt){B6();var S=YD(t);if(S!==null){(S.flags&Hn)===Ze&&(S.flags|=fn),qD(S,t,a,e,d),Zk(wc(u,a));return}}u=wc(u,a),cI(u);var L=t;do{switch(L.tag){case w:{var N=u;L.flags|=Hn;var V=Ln(d);L.lanes=ct(L.lanes,V);var U=WD(L,N,V);u4(L,U);return}case _:var ie=u,le=L.type,se=L.stateNode;if((L.flags&it)===Ze&&(typeof le.getDerivedStateFromError=="function"||se!==null&&typeof se.componentDidCatch=="function"&&!Y8(se))){L.flags|=Hn;var Re=Ln(d);L.lanes=ct(L.lanes,Re);var Je=lE(L,ie,Re);u4(L,Je);return}break}L=L.return}while(L!==null)}function Mz(){return null}var Nm=l.ReactCurrentOwner,el=!1,aE,Am,uE,sE,cE,Tc,dE,lb;aE={},Am={},uE={},sE={},cE={},Tc=!1,dE={},lb={};function ci(e,t,a,u){e===null?t.child=pD(t,null,a,u):t.child=Rf(t,e.child,a,u)}function Nz(e,t,a,u){t.child=Rf(t,e.child,null,u),t.child=Rf(t,null,a,u)}function QD(e,t,a,u,d){if(t.type!==t.elementType){var h=a.propTypes;h&&Yo(h,u,"prop",Ht(a))}var y=a.render,C=t.ref,S,L;Ff(t,d),El(t);{if(Nm.current=t,Wi(!0),S=Vf(e,t,y,u,C,d),L=Kf(),t.mode&ln){Pn(!0);try{S=Vf(e,t,y,u,C,d),L=Kf()}finally{Pn(!1)}}Wi(!1)}return ha(),e!==null&&!el?(yD(e,t,d),Ha(e,t,d)):(Tr()&&L&&Wk(t),t.flags|=ml,ci(e,t,S,d),t.child)}function XD(e,t,a,u,d){if(e===null){var h=a.type;if(zI(h)&&a.compare===null&&a.defaultProps===void 0){var y=h;return y=Zf(h),t.tag=ne,t.type=y,vE(t,h),ZD(e,t,y,u,d)}{var C=h.propTypes;C&&Yo(C,u,"prop",Ht(h))}var S=QE(a.type,null,u,t,t.mode,d);return S.ref=t.ref,S.return=t,t.child=S,S}{var L=a.type,N=L.propTypes;N&&Yo(N,u,"prop",Ht(L))}var V=e.child,U=xE(e,d);if(!U){var ie=V.memoizedProps,le=a.compare;if(le=le!==null?le:Qe,le(ie,u)&&e.ref===t.ref)return Ha(e,t,d)}t.flags|=ml;var se=Mc(V,u);return se.ref=t.ref,se.return=t,t.child=se,se}function ZD(e,t,a,u,d){if(t.type!==t.elementType){var h=t.elementType;if(h.$$typeof===_r){var y=h,C=y._payload,S=y._init;try{h=S(C)}catch{h=null}var L=h&&h.propTypes;L&&Yo(L,u,"prop",Ht(h))}}if(e!==null){var N=e.memoizedProps;if(Qe(N,u)&&e.ref===t.ref&&t.type===e.type)if(el=!1,t.pendingProps=u=N,xE(e,d))(e.flags&Ys)!==Ze&&(el=!0);else return t.lanes=e.lanes,Ha(e,t,d)}return fE(e,t,a,u,d)}function JD(e,t,a){var u=t.pendingProps,d=u.children,h=e!==null?e.memoizedState:null;if(u.mode==="hidden"||Y)if((t.mode&pt)===et){var y={baseLanes:de,cachePool:null,transitions:null};t.memoizedState=y,bb(t,a)}else if(Yr(a,Gr)){var V={baseLanes:de,cachePool:null,transitions:null};t.memoizedState=V;var U=h!==null?h.baseLanes:a;bb(t,U)}else{var C=null,S;if(h!==null){var L=h.baseLanes;S=ct(L,a)}else S=a;t.lanes=t.childLanes=Gr;var N={baseLanes:S,cachePool:C,transitions:null};return t.memoizedState=N,t.updateQueue=null,bb(t,S),null}else{var ie;h!==null?(ie=ct(h.baseLanes,a),t.memoizedState=null):ie=a,bb(t,ie)}return ci(e,t,d,a),t.child}function Az(e,t,a){var u=t.pendingProps;return ci(e,t,u,a),t.child}function Oz(e,t,a){var u=t.pendingProps.children;return ci(e,t,u,a),t.child}function Fz(e,t,a){{t.flags|=st;{var u=t.stateNode;u.effectDuration=0,u.passiveEffectDuration=0}}var d=t.pendingProps,h=d.children;return ci(e,t,h,a),t.child}function e8(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=Ur,t.flags|=hv)}function fE(e,t,a,u,d){if(t.type!==t.elementType){var h=a.propTypes;h&&Yo(h,u,"prop",Ht(a))}var y;{var C=Pf(t,a,!0);y=Lf(t,C)}var S,L;Ff(t,d),El(t);{if(Nm.current=t,Wi(!0),S=Vf(e,t,a,u,y,d),L=Kf(),t.mode&ln){Pn(!0);try{S=Vf(e,t,a,u,y,d),L=Kf()}finally{Pn(!1)}}Wi(!1)}return ha(),e!==null&&!el?(yD(e,t,d),Ha(e,t,d)):(Tr()&&L&&Wk(t),t.flags|=ml,ci(e,t,S,d),t.child)}function t8(e,t,a,u,d){{switch(JI(t)){case!1:{var h=t.stateNode,y=t.type,C=new y(t.memoizedProps,h.context),S=C.state;h.updater.enqueueSetState(h,S,null);break}case!0:{t.flags|=it,t.flags|=Hn;var L=new Error("Simulated error coming from DevTools"),N=Ln(d);t.lanes=ct(t.lanes,N);var V=lE(t,wc(L,t),N);u4(t,V);break}}if(t.type!==t.elementType){var U=a.propTypes;U&&Yo(U,u,"prop",Ht(a))}}var ie;Nl(a)?(ie=!0,y0(t)):ie=!1,Ff(t,d);var le=t.stateNode,se;le===null?(ub(e,t),uD(t,a,u),x4(t,a,u,d),se=!0):e===null?se=uz(t,a,u,d):se=sz(e,t,a,u,d);var Re=pE(e,t,a,se,ie,d);{var Je=t.stateNode;se&&Je.props!==u&&(Tc||p("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ut(t)||"a component"),Tc=!0)}return Re}function pE(e,t,a,u,d,h){e8(e,t);var y=(t.flags&it)!==Ze;if(!u&&!y)return d&&O6(t,a,!1),Ha(e,t,h);var C=t.stateNode;Nm.current=t;var S;if(y&&typeof a.getDerivedStateFromError!="function")S=null,jD();else{El(t);{if(Wi(!0),S=C.render(),t.mode&ln){Pn(!0);try{C.render()}finally{Pn(!1)}}Wi(!1)}ha()}return t.flags|=ml,e!==null&&y?Nz(e,t,S,h):ci(e,t,S,h),t.memoizedState=C.state,d&&O6(t,a,!0),t.child}function n8(e){var t=e.stateNode;t.pendingContext?N6(e,t.pendingContext,t.pendingContext!==t.context):t.context&&N6(e,t.context,!1),w4(e,t.containerInfo)}function Rz(e,t,a){if(n8(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var u=t.pendingProps,d=t.memoizedState,h=d.element;eD(e,t),N0(t,u,null,a);var y=t.memoizedState;t.stateNode;var C=y.element;if(d.isDehydrated){var S={element:C,isDehydrated:!1,cache:y.cache,pendingSuspenseBoundaries:y.pendingSuspenseBoundaries,transitions:y.transitions},L=t.updateQueue;if(L.baseState=S,t.memoizedState=S,t.flags&fn){var N=wc(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 r8(e,t,C,a,N)}else if(C!==h){var V=wc(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return r8(e,t,C,a,V)}else{UR(t);var U=pD(t,null,C,a);t.child=U;for(var ie=U;ie;)ie.flags=ie.flags&~Gt|wi,ie=ie.sibling}}else{if(Af(),C===h)return Ha(e,t,a);ci(e,t,C,a)}return t.child}function r8(e,t,a,u,d){return Af(),Zk(d),t.flags|=fn,ci(e,t,a,u),t.child}function zz(e,t,a){mD(t),e===null&&Xk(t);var u=t.type,d=t.pendingProps,h=e!==null?e.memoizedProps:null,y=d.children,C=Mk(u,d);return C?y=null:h!==null&&Mk(u,h)&&(t.flags|=$t),e8(e,t),ci(e,t,y,a),t.child}function Bz(e,t){return e===null&&Xk(t),null}function Iz(e,t,a,u){ub(e,t);var d=t.pendingProps,h=a,y=h._payload,C=h._init,S=C(y);t.type=S;var L=t.tag=BI(S),N=Xo(S,d),V;switch(L){case E:return vE(t,S),t.type=S=Zf(S),V=fE(null,t,S,N,u),V;case _:return t.type=S=KE(S),V=t8(null,t,S,N,u),V;case B:return t.type=S=jE(S),V=QD(null,t,S,N,u),V;case j:{if(t.type!==t.elementType){var U=S.propTypes;U&&Yo(U,N,"prop",Ht(S))}return V=XD(null,t,S,Xo(S.type,N),u),V}}var ie="";throw S!==null&&typeof S=="object"&&S.$$typeof===_r&&(ie=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+S+". "+("Lazy element type must resolve to a class or function."+ie))}function Uz(e,t,a,u,d){ub(e,t),t.tag=_;var h;return Nl(a)?(h=!0,y0(t)):h=!1,Ff(t,d),uD(t,a,u),x4(t,a,u,d),pE(null,t,a,!0,h,d)}function Hz(e,t,a,u){ub(e,t);var d=t.pendingProps,h;{var y=Pf(t,a,!1);h=Lf(t,y)}Ff(t,u);var C,S;El(t);{if(a.prototype&&typeof a.prototype.render=="function"){var L=Ht(a)||"Unknown";aE[L]||(p("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.",L,L),aE[L]=!0)}t.mode&ln&&Qo.recordLegacyContextWarning(t,null),Wi(!0),Nm.current=t,C=Vf(null,t,a,d,h,u),S=Kf(),Wi(!1)}if(ha(),t.flags|=ml,typeof C=="object"&&C!==null&&typeof C.render=="function"&&C.$$typeof===void 0){var N=Ht(a)||"Unknown";Am[N]||(p("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),Am[N]=!0)}if(typeof C=="object"&&C!==null&&typeof C.render=="function"&&C.$$typeof===void 0){{var V=Ht(a)||"Unknown";Am[V]||(p("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.",V,V,V),Am[V]=!0)}t.tag=_,t.memoizedState=null,t.updateQueue=null;var U=!1;return Nl(a)?(U=!0,y0(t)):U=!1,t.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,a4(t),aD(t,C),x4(t,a,d,u),pE(null,t,a,!0,U,u)}else{if(t.tag=E,t.mode&ln){Pn(!0);try{C=Vf(null,t,a,d,h,u),S=Kf()}finally{Pn(!1)}}return Tr()&&S&&Wk(t),ci(null,t,C,u),vE(t,a),t.child}}function vE(e,t){{if(t&&t.childContextTypes&&p("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",u=Ei();u&&(a+=`
127
127
 
128
- Check the render method of \``+u+"`.");var d=u||"",m=e._debugSource;m&&(d=m.fileName+":"+m.lineNumber),lE[d]||(lE[d]=!0,p("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=Ut(t)||"Unknown";oE[y]||(p("%s: Function components do not support getDerivedStateFromProps.",y),oE[y]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var C=Ut(t)||"Unknown";iE[C]||(p("%s: Function components do not support contextType.",C),iE[C]=!0)}}}var dE={dehydrated:null,treeContext:null,retryLane:kt};function fE(e){return{baseLanes:e,cachePool:hz(),transitions:null}}function Tz(e,t){var a=null;return{baseLanes:ct(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function Dz(e,t,a,u){if(t!==null){var d=t.memoizedState;if(d===null)return!1}return w4(e,Em)}function $z(e,t){return _u(e.childLanes,t)}function JD(e,t,a){var u=t.pendingProps;zI(t)&&(t.flags|=it);var d=Xo.current,m=!1,y=(t.flags&it)!==Ze;if(y||Dz(d,e)?(m=!0,t.flags&=~it):(e===null||e.memoizedState!==null)&&(d=XR(d,fD)),d=zf(d),qu(t,d),e===null){Gk(t);var C=t.memoizedState;if(C!==null){var w=C.dehydrated;if(w!==null)return Az(t,w)}var L=u.children,N=u.fallback;if(m){var V=Pz(t,L,N,a),U=t.child;return U.memoizedState=fE(a),t.memoizedState=dE,V}else return pE(t,L)}else{var ie=e.memoizedState;if(ie!==null){var le=ie.dehydrated;if(le!==null)return Oz(e,t,y,u,le,ie,a)}if(m){var se=u.fallback,Re=u.children,Je=Mz(e,t,Re,se,a),Ye=t.child,Ct=e.child.memoizedState;return Ye.memoizedState=Ct===null?fE(a):Tz(Ct,a),Ye.childLanes=$z(e,a),t.memoizedState=dE,Je}else{var bt=u.children,J=Lz(e,t,bt,a);return t.memoizedState=null,J}}}function pE(e,t,a){var u=e.mode,d={mode:"visible",children:t},m=vE(d,u);return m.return=e,e.child=m,m}function Pz(e,t,a,u){var d=e.mode,m=e.child,y={mode:"hidden",children:t},C,w;return(d&pt)===et&&m!==null?(C=m,C.childLanes=de,C.pendingProps=y,e.mode&tt&&(C.actualDuration=0,C.actualStartTime=-1,C.selfBaseDuration=0,C.treeBaseDuration=0),w=rs(a,d,u,null)):(C=vE(y,d),w=rs(a,d,u,null)),C.return=e,w.return=e,C.sibling=w,e.child=C,w}function vE(e,t,a){return e$(e,t,de,null)}function e8(e,t){return Lc(e,t)}function Lz(e,t,a,u){var d=e.child,m=d.sibling,y=e8(d,{mode:"visible",children:a});if((t.mode&pt)===et&&(y.lanes=u),y.return=t,y.sibling=null,m!==null){var C=t.deletions;C===null?(t.deletions=[m],t.flags|=Dt):C.push(m)}return t.child=y,y}function Mz(e,t,a,u,d){var m=t.mode,y=e.child,C=y.sibling,w={mode:"hidden",children:a},L;if((m&pt)===et&&t.child!==y){var N=t.child;L=N,L.childLanes=de,L.pendingProps=w,t.mode&tt&&(L.actualDuration=0,L.actualStartTime=-1,L.selfBaseDuration=y.selfBaseDuration,L.treeBaseDuration=y.treeBaseDuration),t.deletions=null}else L=e8(y,w),L.subtreeFlags=y.subtreeFlags&Jn;var V;return C!==null?V=Lc(C,u):(V=rs(u,m,d,null),V.flags|=Wt),V.return=t,L.return=t,L.sibling=V,t.child=L,V}function ib(e,t,a,u){u!==null&&Yk(u),Ff(t,e.child,null,a);var d=t.pendingProps,m=d.children,y=pE(t,m);return y.flags|=Wt,t.memoizedState=null,y}function Nz(e,t,a,u,d){var m=t.mode,y={mode:"visible",children:a},C=vE(y,m),w=rs(u,m,d,null);return w.flags|=Wt,C.return=t,w.return=t,C.sibling=w,t.child=C,(t.mode&pt)!==et&&Ff(t,e.child,null,d),w}function Az(e,t,a){return(e.mode&pt)===et?(p("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=nt):Mk(t)?e.lanes=ya:e.lanes=Gr,null}function Oz(e,t,a,u,d,m,y){if(a)if(t.flags&dn){t.flags&=~dn;var J=eE(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return ib(e,t,y,J)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=it,null;var ce=u.children,ee=u.fallback,ke=Nz(e,t,ce,ee,y),ze=t.child;return ze.memoizedState=fE(y),t.memoizedState=dE,ke}else{if(CR(),(t.mode&pt)===et)return ib(e,t,y,null);if(Mk(d)){var C,w,L;{var N=IF(d);C=N.digest,w=N.message,L=N.stack}var V;w?V=new Error(w):V=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var U=eE(V,C,L);return ib(e,t,y,U)}var ie=Yr(y,e.childLanes);if(Jo||ie){var le=mb();if(le!==null){var se=Jx(le,y);if(se!==kt&&se!==m.retryLane){m.retryLane=se;var Re=Vt;Oi(e,se),sr(le,e,se,Re)}}OE();var Je=eE(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 ib(e,t,y,Je)}else if(E6(d)){t.flags|=it,t.child=e.child;var Ye=lI.bind(null,e);return UF(d,Ye),null}else{_R(t,d,m.treeContext);var Ct=u.children,bt=pE(t,Ct);return bt.flags|=wi,bt}}}function t8(e,t,a){e.lanes=ct(e.lanes,t);var u=e.alternate;u!==null&&(u.lanes=ct(u.lanes,t)),Jk(e.return,t,a)}function Fz(e,t,a){for(var u=t;u!==null;){if(u.tag===R){var d=u.memoizedState;d!==null&&t8(u,a,e)}else if(u.tag===W)t8(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 Rz(e){for(var t=e,a=null;t!==null;){var u=t.alternate;u!==null&&R0(u)===null&&(a=t),t=t.sibling}return a}function zz(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!aE[e])if(aE[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{p('"%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:p('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else p('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function Bz(e,t){e!==void 0&&!rb[e]&&(e!=="collapsed"&&e!=="hidden"?(rb[e]=!0,p('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(rb[e]=!0,p('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function n8(e,t){{var a=In(e),u=!a&&typeof Po(e)=="function";if(a||u){var d=a?"array":"iterable";return p("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>",d,t,d),!1}}return!0}function Iz(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(!n8(e[a],a))return}else{var u=Po(e);if(typeof u=="function"){var d=u.call(e);if(d)for(var m=d.next(),y=0;!m.done;m=d.next()){if(!n8(m.value,y))return;y++}}else p('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 mE(e,t,a,u,d){var m=e.memoizedState;m===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:u,tail:a,tailMode:d}:(m.isBackwards=t,m.rendering=null,m.renderingStartTime=0,m.last=u,m.tail=a,m.tailMode=d)}function r8(e,t,a){var u=t.pendingProps,d=u.revealOrder,m=u.tail,y=u.children;zz(d),Bz(m,d),Iz(y,d),si(e,t,y,a);var C=Xo.current,w=w4(C,Em);if(w)C=_4(C,Em),t.flags|=it;else{var L=e!==null&&(e.flags&it)!==Ze;L&&Fz(t,t.child,a),C=zf(C)}if(qu(t,C),(t.mode&pt)===et)t.memoizedState=null;else switch(d){case"forwards":{var N=Rz(t.child),V;N===null?(V=t.child,t.child=null):(V=N.sibling,N.sibling=null),mE(t,!1,V,N,m);break}case"backwards":{var U=null,ie=t.child;for(t.child=null;ie!==null;){var le=ie.alternate;if(le!==null&&R0(le)===null){t.child=ie;break}var se=ie.sibling;ie.sibling=U,U=ie,ie=se}mE(t,!0,U,null,m);break}case"together":{mE(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function Uz(e,t,a){E4(t,t.stateNode.containerInfo);var u=t.pendingProps;return e===null?t.child=Ff(t,null,u,a):si(e,t,u,a),t.child}var i8=!1;function Hz(e,t,a){var u=t.type,d=u._context,m=t.pendingProps,y=t.memoizedProps,C=m.value;{"value"in m||i8||(i8=!0,p("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var w=t.type.propTypes;w&&Go(w,m,"prop","Context.Provider")}if(j6(t,d,C),y!==null){var L=y.value;if(Ve(L,C)){if(y.children===m.children&&!p0())return Ua(e,t,a)}else FR(t,d,a)}var N=m.children;return si(e,t,N,a),t.child}var o8=!1;function Vz(e,t,a){var u=t.type;u._context===void 0?u!==u.Consumer&&(o8||(o8=!0,p("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 d=t.pendingProps,m=d.children;typeof m!="function"&&p("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."),Of(t,a);var y=Gn(u);kl(t);var C;return Pm.current=t,ji(!0),C=m(y),ji(!1),ma(),t.flags|=vl,si(e,t,C,a),t.child}function Mm(){Jo=!0}function ob(e,t){(t.mode&pt)===et&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Wt)}function Ua(e,t,a){return e!==null&&(t.dependencies=e.dependencies),ID(),Km(t.lanes),Yr(a,t.childLanes)?(YR(e,t),t.child):null}function Kz(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 d=u.child;if(d===null)throw new Error("Expected parent to have a child.");for(;d.sibling!==t;)if(d=d.sibling,d===null)throw new Error("Expected to find the previous sibling.");d.sibling=a}var m=u.deletions;return m===null?(u.deletions=[e],u.flags|=Dt):m.push(e),a.flags|=Wt,a}}function hE(e,t){var a=e.lanes;return!!Yr(a,t)}function jz(e,t,a){switch(t.tag){case _:XD(t),t.stateNode,Nf();break;case $:cD(t);break;case S:{var u=t.type;Ml(u)&&m0(t);break}case D:E4(t,t.stateNode.containerInfo);break;case Q:{var d=t.memoizedProps.value,m=t.type._context;j6(t,m,d);break}case Y:{var y=Yr(a,t.childLanes);y&&(t.flags|=st);{var C=t.stateNode;C.effectDuration=0,C.passiveEffectDuration=0}}break;case R:{var w=t.memoizedState;if(w!==null){if(w.dehydrated!==null)return qu(t,zf(Xo.current)),t.flags|=it,null;var L=t.child,N=L.childLanes;if(Yr(a,N))return JD(e,t,a);qu(t,zf(Xo.current));var V=Ua(e,t,a);return V!==null?V.sibling:null}else qu(t,zf(Xo.current));break}case W:{var U=(e.flags&it)!==Ze,ie=Yr(a,t.childLanes);if(U){if(ie)return r8(e,t,a);t.flags|=it}var le=t.memoizedState;if(le!==null&&(le.rendering=null,le.tail=null,le.lastEffect=null),qu(t,Xo.current),ie)break;return null}case q:case oe:return t.lanes=de,YD(e,t,a)}return Ua(e,t,a)}function l8(e,t,a){if(t._debugNeedsRemount&&e!==null)return Kz(e,t,WE(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var u=e.memoizedProps,d=t.pendingProps;if(u!==d||p0()||t.type!==e.type)Jo=!0;else{var m=hE(e,a);if(!m&&(t.flags&it)===Ze)return Jo=!1,jz(e,t,a);(e.flags&Gs)!==Ze?Jo=!0:Jo=!1}}else if(Jo=!1,Tr()&&gR(t)){var y=t.index,C=yR();N6(t,C,y)}switch(t.lanes=de,t.tag){case T:return _z(e,t,t.type,a);case M:{var w=t.elementType;return Sz(e,t,w,a)}case E:{var L=t.type,N=t.pendingProps,V=t.elementType===L?N:Qo(L,N);return uE(e,t,L,V,a)}case S:{var U=t.type,ie=t.pendingProps,le=t.elementType===U?ie:Qo(U,ie);return QD(e,t,U,le,a)}case _:return kz(e,t,a);case $:return Ez(e,t,a);case A:return Cz(e,t);case R:return JD(e,t,a);case D:return Uz(e,t,a);case B:{var se=t.type,Re=t.pendingProps,Je=t.elementType===se?Re:Qo(se,Re);return jD(e,t,se,Je,a)}case F:return yz(e,t,a);case I:return bz(e,t,a);case Y:return xz(e,t,a);case Q:return Hz(e,t,a);case re:return Vz(e,t,a);case j:{var Ye=t.type,Ct=t.pendingProps,bt=Qo(Ye,Ct);if(t.type!==t.elementType){var J=Ye.propTypes;J&&Go(J,bt,"prop",Ut(Ye))}return bt=Qo(Ye.type,bt),WD(e,t,Ye,bt,a)}case ne:return GD(e,t,t.type,t.pendingProps,a);case ue:{var ce=t.type,ee=t.pendingProps,ke=t.elementType===ce?ee:Qo(ce,ee);return wz(e,t,ce,ke,a)}case W:return r8(e,t,a);case ye:break;case q:return YD(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 Kf(e){e.flags|=st}function a8(e){e.flags|=Ur,e.flags|=pv}var u8,gE,s8,c8;u8=function(e,t,a,u){for(var d=t.child;d!==null;){if(d.tag===$||d.tag===A)vF(e,d.stateNode);else if(d.tag!==D){if(d.child!==null){d.child.return=d,d=d.child;continue}}if(d===t)return;for(;d.sibling===null;){if(d.return===null||d.return===t)return;d=d.return}d.sibling.return=d.return,d=d.sibling}},gE=function(e,t){},s8=function(e,t,a,u,d){var m=e.memoizedProps;if(m!==u){var y=t.stateNode,C=C4(),w=hF(y,a,m,u,d,C);t.updateQueue=w,w&&Kf(t)}},c8=function(e,t,a,u){a!==u&&Kf(t)};function Nm(e,t){if(!Tr())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 d=e.tail,m=null;d!==null;)d.alternate!==null&&(m=d),d=d.sibling;m===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:m.sibling=null;break}}}function $r(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=de,u=Ze;if(t){if((e.mode&tt)!==et){for(var w=e.selfBaseDuration,L=e.child;L!==null;)a=ct(a,ct(L.lanes,L.childLanes)),u|=L.subtreeFlags&Jn,u|=L.flags&Jn,w+=L.treeBaseDuration,L=L.sibling;e.treeBaseDuration=w}else for(var N=e.child;N!==null;)a=ct(a,ct(N.lanes,N.childLanes)),u|=N.subtreeFlags&Jn,u|=N.flags&Jn,N.return=e,N=N.sibling;e.subtreeFlags|=u}else{if((e.mode&tt)!==et){for(var d=e.actualDuration,m=e.selfBaseDuration,y=e.child;y!==null;)a=ct(a,ct(y.lanes,y.childLanes)),u|=y.subtreeFlags,u|=y.flags,d+=y.actualDuration,m+=y.treeBaseDuration,y=y.sibling;e.actualDuration=d,e.treeBaseDuration=m}else for(var C=e.child;C!==null;)a=ct(a,ct(C.lanes,C.childLanes)),u|=C.subtreeFlags,u|=C.flags,C.return=e,C=C.sibling;e.subtreeFlags|=u}return e.childLanes=a,t}function Wz(e,t,a){if(LR()&&(t.mode&pt)!==et&&(t.flags&it)===Ze)return I6(t),Nf(),t.flags|=dn|ri|Hn,!1;var u=x0(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($R(t),$r(t),(t.mode&tt)!==et){var d=a!==null;if(d){var m=t.child;m!==null&&(t.treeBaseDuration-=m.treeBaseDuration)}}return!1}else{if(Nf(),(t.flags&it)===Ze&&(t.memoizedState=null),t.flags|=st,$r(t),(t.mode&tt)!==et){var y=a!==null;if(y){var C=t.child;C!==null&&(t.treeBaseDuration-=C.treeBaseDuration)}}return!1}else return U6(),!0}function d8(e,t,a){var u=t.pendingProps;switch(Vk(t),t.tag){case T:case M:case ne:case E:case B:case F:case I:case Y:case re:case j:return $r(t),null;case S:{var d=t.type;return Ml(d)&&v0(t),$r(t),null}case _:{var m=t.stateNode;if(Rf(t),Bk(t),D4(),m.pendingContext&&(m.context=m.pendingContext,m.pendingContext=null),e===null||e.child===null){var y=x0(t);if(y)Kf(t);else if(e!==null){var C=e.memoizedState;(!C.isDehydrated||(t.flags&dn)!==Ze)&&(t.flags|=Si,U6())}}return gE(e,t),$r(t),null}case $:{S4(t);var w=sD(),L=t.type;if(e!==null&&t.stateNode!=null)s8(e,t,L,u,w),e.ref!==t.ref&&a8(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=C4(),V=x0(t);if(V)TR(t,w,N)&&Kf(t);else{var U=pF(L,u,w,N,t);u8(U,t,!1,!1),t.stateNode=U,mF(U,L,u,w)&&Kf(t)}t.ref!==null&&a8(t)}return $r(t),null}case A:{var ie=u;if(e&&t.stateNode!=null){var le=e.memoizedProps;c8(e,t,le,ie)}else{if(typeof ie!="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 se=sD(),Re=C4(),Je=x0(t);Je?DR(t)&&Kf(t):t.stateNode=gF(ie,se,Re,t)}return $r(t),null}case R:{Bf(t);var Ye=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Ct=Wz(e,t,Ye);if(!Ct)return t.flags&Hn?t:null}if((t.flags&it)!==Ze)return t.lanes=a,(t.mode&tt)!==et&&J4(t),t;var bt=Ye!==null,J=e!==null&&e.memoizedState!==null;if(bt!==J&&bt){var ce=t.child;if(ce.flags|=ml,(t.mode&pt)!==et){var ee=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!xe);ee||w4(Xo.current,fD)?GB():OE()}}var ke=t.updateQueue;if(ke!==null&&(t.flags|=st),$r(t),(t.mode&tt)!==et&&bt){var ze=t.child;ze!==null&&(t.treeBaseDuration-=ze.treeBaseDuration)}return null}case D:return Rf(t),gE(e,t),e===null&&cR(t.stateNode.containerInfo),$r(t),null;case Q:var Ne=t.type._context;return Zk(Ne,t),$r(t),null;case ue:{var rt=t.type;return Ml(rt)&&v0(t),$r(t),null}case W:{Bf(t);var at=t.memoizedState;if(at===null)return $r(t),null;var Rt=(t.flags&it)!==Ze,_t=at.rendering;if(_t===null)if(Rt)Nm(at,!1);else{var On=qB()&&(e===null||(e.flags&it)===Ze);if(!On)for(var Tt=t.child;Tt!==null;){var wn=R0(Tt);if(wn!==null){Rt=!0,t.flags|=it,Nm(at,!1);var Zr=wn.updateQueue;return Zr!==null&&(t.updateQueue=Zr,t.flags|=st),t.subtreeFlags=Ze,qR(t,a),qu(t,_4(Xo.current,Em)),t.child}Tt=Tt.sibling}at.tail!==null&&rn()>M8()&&(t.flags|=it,Rt=!0,Nm(at,!1),t.lanes=_v)}else{if(!Rt){var Ar=R0(_t);if(Ar!==null){t.flags|=it,Rt=!0;var Ji=Ar.updateQueue;if(Ji!==null&&(t.updateQueue=Ji,t.flags|=st),Nm(at,!0),at.tail===null&&at.tailMode==="hidden"&&!_t.alternate&&!Tr())return $r(t),null}else rn()*2-at.renderingStartTime>M8()&&a!==Gr&&(t.flags|=it,Rt=!0,Nm(at,!1),t.lanes=_v)}if(at.isBackwards)_t.sibling=t.child,t.child=_t;else{var fi=at.last;fi!==null?fi.sibling=_t:t.child=_t,at.last=_t}}if(at.tail!==null){var pi=at.tail;at.rendering=pi,at.tail=pi.sibling,at.renderingStartTime=rn(),pi.sibling=null;var Jr=Xo.current;return Rt?Jr=_4(Jr,Em):Jr=zf(Jr),qu(t,Jr),pi}return $r(t),null}case ye:break;case q:case oe:{AE(t);var Wa=t.memoizedState,Zf=Wa!==null;if(e!==null){var qm=e.memoizedState,Il=qm!==null;Il!==Zf&&!G&&(t.flags|=ml)}return!Zf||(t.mode&pt)===et?$r(t):Yr(Bl,Gr)&&($r(t),t.subtreeFlags&(Wt|st)&&(t.flags|=ml)),null}case Se:return null;case Ee: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 Gz(e,t,a){switch(Vk(t),t.tag){case S:{var u=t.type;Ml(u)&&v0(t);var d=t.flags;return d&Hn?(t.flags=d&~Hn|it,(t.mode&tt)!==et&&J4(t),t):null}case _:{t.stateNode,Rf(t),Bk(t),D4();var m=t.flags;return(m&Hn)!==Ze&&(m&it)===Ze?(t.flags=m&~Hn|it,t):null}case $:return S4(t),null;case R:{Bf(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.");Nf()}var C=t.flags;return C&Hn?(t.flags=C&~Hn|it,(t.mode&tt)!==et&&J4(t),t):null}case W:return Bf(t),null;case D:return Rf(t),null;case Q:var w=t.type._context;return Zk(w,t),null;case q:case oe:return AE(t),null;case Se:return null;default:return null}}function f8(e,t,a){switch(Vk(t),t.tag){case S:{var u=t.type.childContextTypes;u!=null&&v0(t);break}case _:{t.stateNode,Rf(t),Bk(t),D4();break}case $:{S4(t);break}case D:Rf(t);break;case R:Bf(t);break;case W:Bf(t);break;case Q:var d=t.type._context;Zk(d,t);break;case q:case oe:AE(t);break}}var p8=null;p8=new Set;var lb=!1,Pr=!1,Yz=typeof WeakSet=="function"?WeakSet:Set,Ke=null,jf=null,Wf=null;function qz(e){pa(null,function(){throw e}),dv()}var Qz=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&tt)try{Rl(),t.componentWillUnmount()}finally{Fl(e)}else t.componentWillUnmount()};function v8(e,t){try{Zu(rr,e)}catch(a){Qt(e,t,a)}}function yE(e,t,a){try{Qz(e,a)}catch(u){Qt(e,t,u)}}function Xz(e,t,a){try{a.componentDidMount()}catch(u){Qt(e,t,u)}}function m8(e,t){try{g8(e)}catch(a){Qt(e,t,a)}}function Gf(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var u;try{if(Fe&&_e&&e.mode&tt)try{Rl(),u=a(null)}finally{Fl(e)}else u=a(null)}catch(d){Qt(e,t,d)}typeof u=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ut(e))}else a.current=null}function ab(e,t,a){try{a()}catch(u){Qt(e,t,u)}}var h8=!1;function Zz(e,t){dF(e.containerInfo),Ke=t,Jz();var a=h8;return h8=!1,a}function Jz(){for(;Ke!==null;){var e=Ke,t=e.child;(e.subtreeFlags&yu)!==Ze&&t!==null?(t.return=e,Ke=t):eB()}}function eB(){for(;Ke!==null;){var e=Ke;Ot(e);try{tB(e)}catch(a){Qt(e,e.return,a)}$n();var t=e.sibling;if(t!==null){t.return=e.return,Ke=t;return}Ke=e.return}}function tB(e){var t=e.alternate,a=e.flags;if((a&Si)!==Ze){switch(Ot(e),e.tag){case E:case B:case ne:break;case S:{if(t!==null){var u=t.memoizedProps,d=t.memoizedState,m=e.stateNode;e.type===e.elementType&&!_c&&(m.props!==e.memoizedProps&&p("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.",ut(e)||"instance"),m.state!==e.memoizedState&&p("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.",ut(e)||"instance"));var y=m.getSnapshotBeforeUpdate(e.elementType===e.type?u:Qo(e.type,u),d);{var C=p8;y===void 0&&!C.has(e.type)&&(C.add(e.type),p("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",ut(e)))}m.__reactInternalSnapshotBeforeUpdate=y}break}case _:{{var w=e.stateNode;FF(w.containerInfo)}break}case $:case A:case D:case ue: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.")}$n()}}function el(e,t,a){var u=t.updateQueue,d=u!==null?u.lastEffect:null;if(d!==null){var m=d.next,y=m;do{if((y.tag&e)===e){var C=y.destroy;y.destroy=void 0,C!==void 0&&((e&Dr)!==Fi?Od(t):(e&rr)!==Fi&&Fd(t),(e&Nl)!==Fi&&Wm(!0),ab(t,a,C),(e&Nl)!==Fi&&Wm(!1),(e&Dr)!==Fi?by():(e&rr)!==Fi&&bu())}y=y.next}while(y!==m)}}function Zu(e,t){var a=t.updateQueue,u=a!==null?a.lastEffect:null;if(u!==null){var d=u.next,m=d;do{if((m.tag&e)===e){(e&Dr)!==Fi?yy(t):(e&rr)!==Fi&&xy(t);var y=m.create;(e&Nl)!==Fi&&Wm(!0),m.destroy=y(),(e&Nl)!==Fi&&Wm(!1),(e&Dr)!==Fi?Cv():(e&rr)!==Fi&&ky();{var C=m.destroy;if(C!==void 0&&typeof C!="function"){var w=void 0;(m.tag&rr)!==Ze?w="useLayoutEffect":(m.tag&Nl)!==Ze?w="useInsertionEffect":w="useEffect";var L=void 0;C===null?L=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof C.then=="function"?L=`
128
+ Check the render method of \``+u+"`.");var d=u||"",h=e._debugSource;h&&(d=h.fileName+":"+h.lineNumber),cE[d]||(cE[d]=!0,p("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=Ht(t)||"Unknown";sE[y]||(p("%s: Function components do not support getDerivedStateFromProps.",y),sE[y]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var C=Ht(t)||"Unknown";uE[C]||(p("%s: Function components do not support contextType.",C),uE[C]=!0)}}}var mE={dehydrated:null,treeContext:null,retryLane:kt};function hE(e){return{baseLanes:e,cachePool:Mz(),transitions:null}}function Vz(e,t){var a=null;return{baseLanes:ct(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function Kz(e,t,a,u){if(t!==null){var d=t.memoizedState;if(d===null)return!1}return $4(e,Sm)}function jz(e,t){return Du(e.childLanes,t)}function i8(e,t,a){var u=t.pendingProps;eU(t)&&(t.flags|=it);var d=Zo.current,h=!1,y=(t.flags&it)!==Ze;if(y||Kz(d,e)?(h=!0,t.flags&=~it):(e===null||e.memoizedState!==null)&&(d=pz(d,gD)),d=Bf(d),Xu(t,d),e===null){Xk(t);var C=t.memoizedState;if(C!==null){var S=C.dehydrated;if(S!==null)return Qz(t,S)}var L=u.children,N=u.fallback;if(h){var V=Wz(t,L,N,a),U=t.child;return U.memoizedState=hE(a),t.memoizedState=mE,V}else return gE(t,L)}else{var ie=e.memoizedState;if(ie!==null){var le=ie.dehydrated;if(le!==null)return Xz(e,t,y,u,le,ie,a)}if(h){var se=u.fallback,Re=u.children,Je=Yz(e,t,Re,se,a),Ye=t.child,Ct=e.child.memoizedState;return Ye.memoizedState=Ct===null?hE(a):Vz(Ct,a),Ye.childLanes=jz(e,a),t.memoizedState=mE,Je}else{var bt=u.children,J=Gz(e,t,bt,a);return t.memoizedState=null,J}}}function gE(e,t,a){var u=e.mode,d={mode:"visible",children:t},h=yE(d,u);return h.return=e,e.child=h,h}function Wz(e,t,a,u){var d=e.mode,h=e.child,y={mode:"hidden",children:t},C,S;return(d&pt)===et&&h!==null?(C=h,C.childLanes=de,C.pendingProps=y,e.mode&tt&&(C.actualDuration=0,C.actualStartTime=-1,C.selfBaseDuration=0,C.treeBaseDuration=0),S=os(a,d,u,null)):(C=yE(y,d),S=os(a,d,u,null)),C.return=e,S.return=e,C.sibling=S,e.child=C,S}function yE(e,t,a){return o$(e,t,de,null)}function o8(e,t){return Mc(e,t)}function Gz(e,t,a,u){var d=e.child,h=d.sibling,y=o8(d,{mode:"visible",children:a});if((t.mode&pt)===et&&(y.lanes=u),y.return=t,y.sibling=null,h!==null){var C=t.deletions;C===null?(t.deletions=[h],t.flags|=Dt):C.push(h)}return t.child=y,y}function Yz(e,t,a,u,d){var h=t.mode,y=e.child,C=y.sibling,S={mode:"hidden",children:a},L;if((h&pt)===et&&t.child!==y){var N=t.child;L=N,L.childLanes=de,L.pendingProps=S,t.mode&tt&&(L.actualDuration=0,L.actualStartTime=-1,L.selfBaseDuration=y.selfBaseDuration,L.treeBaseDuration=y.treeBaseDuration),t.deletions=null}else L=o8(y,S),L.subtreeFlags=y.subtreeFlags&Jn;var V;return C!==null?V=Mc(C,u):(V=os(u,h,d,null),V.flags|=Gt),V.return=t,L.return=t,L.sibling=V,t.child=L,V}function ab(e,t,a,u){u!==null&&Zk(u),Rf(t,e.child,null,a);var d=t.pendingProps,h=d.children,y=gE(t,h);return y.flags|=Gt,t.memoizedState=null,y}function qz(e,t,a,u,d){var h=t.mode,y={mode:"visible",children:a},C=yE(y,h),S=os(u,h,d,null);return S.flags|=Gt,C.return=t,S.return=t,C.sibling=S,t.child=C,(t.mode&pt)!==et&&Rf(t,e.child,null,d),S}function Qz(e,t,a){return(e.mode&pt)===et?(p("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=nt):Fk(t)?e.lanes=ba:e.lanes=Gr,null}function Xz(e,t,a,u,d,h,y){if(a)if(t.flags&fn){t.flags&=~fn;var J=iE(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return ab(e,t,y,J)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=it,null;var ce=u.children,ee=u.fallback,Ee=qz(e,t,ce,ee,y),ze=t.child;return ze.memoizedState=hE(y),t.memoizedState=mE,Ee}else{if(BR(),(t.mode&pt)===et)return ab(e,t,y,null);if(Fk(d)){var C,S,L;{var N=nR(d);C=N.digest,S=N.message,L=N.stack}var V;S?V=new Error(S):V=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var U=iE(V,C,L);return ab(e,t,y,U)}var ie=Yr(y,e.childLanes);if(el||ie){var le=yb();if(le!==null){var se=rk(le,y);if(se!==kt&&se!==h.retryLane){h.retryLane=se;var Re=Kt;Fi(e,se),sr(le,e,se,Re)}}BE();var Je=iE(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 ab(e,t,y,Je)}else if(T6(d)){t.flags|=it,t.child=e.child;var Ye=EI.bind(null,e);return rR(d,Ye),null}else{HR(t,d,h.treeContext);var Ct=u.children,bt=gE(t,Ct);return bt.flags|=wi,bt}}}function l8(e,t,a){e.lanes=ct(e.lanes,t);var u=e.alternate;u!==null&&(u.lanes=ct(u.lanes,t)),r4(e.return,t,a)}function Zz(e,t,a){for(var u=t;u!==null;){if(u.tag===R){var d=u.memoizedState;d!==null&&l8(u,a,e)}else if(u.tag===G)l8(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 Jz(e){for(var t=e,a=null;t!==null;){var u=t.alternate;u!==null&&I0(u)===null&&(a=t),t=t.sibling}return a}function eB(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!dE[e])if(dE[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{p('"%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:p('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else p('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function tB(e,t){e!==void 0&&!lb[e]&&(e!=="collapsed"&&e!=="hidden"?(lb[e]=!0,p('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(lb[e]=!0,p('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function a8(e,t){{var a=In(e),u=!a&&typeof Lo(e)=="function";if(a||u){var d=a?"array":"iterable";return p("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>",d,t,d),!1}}return!0}function nB(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(!a8(e[a],a))return}else{var u=Lo(e);if(typeof u=="function"){var d=u.call(e);if(d)for(var h=d.next(),y=0;!h.done;h=d.next()){if(!a8(h.value,y))return;y++}}else p('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 bE(e,t,a,u,d){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:u,tail:a,tailMode:d}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=u,h.tail=a,h.tailMode=d)}function u8(e,t,a){var u=t.pendingProps,d=u.revealOrder,h=u.tail,y=u.children;eB(d),tB(h,d),nB(y,d),ci(e,t,y,a);var C=Zo.current,S=$4(C,Sm);if(S)C=P4(C,Sm),t.flags|=it;else{var L=e!==null&&(e.flags&it)!==Ze;L&&Zz(t,t.child,a),C=Bf(C)}if(Xu(t,C),(t.mode&pt)===et)t.memoizedState=null;else switch(d){case"forwards":{var N=Jz(t.child),V;N===null?(V=t.child,t.child=null):(V=N.sibling,N.sibling=null),bE(t,!1,V,N,h);break}case"backwards":{var U=null,ie=t.child;for(t.child=null;ie!==null;){var le=ie.alternate;if(le!==null&&I0(le)===null){t.child=ie;break}var se=ie.sibling;ie.sibling=U,U=ie,ie=se}bE(t,!0,U,null,h);break}case"together":{bE(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function rB(e,t,a){w4(t,t.stateNode.containerInfo);var u=t.pendingProps;return e===null?t.child=Rf(t,null,u,a):ci(e,t,u,a),t.child}var s8=!1;function iB(e,t,a){var u=t.type,d=u._context,h=t.pendingProps,y=t.memoizedProps,C=h.value;{"value"in h||s8||(s8=!0,p("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var S=t.type.propTypes;S&&Yo(S,h,"prop","Context.Provider")}if(Q6(t,d,C),y!==null){var L=y.value;if(Ve(L,C)){if(y.children===h.children&&!h0())return Ha(e,t,a)}else ZR(t,d,a)}var N=h.children;return ci(e,t,N,a),t.child}var c8=!1;function oB(e,t,a){var u=t.type;u._context===void 0?u!==u.Consumer&&(c8||(c8=!0,p("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 d=t.pendingProps,h=d.children;typeof h!="function"&&p("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."),Ff(t,a);var y=Gn(u);El(t);var C;return Nm.current=t,Wi(!0),C=h(y),Wi(!1),ha(),t.flags|=ml,ci(e,t,C,a),t.child}function Om(){el=!0}function ub(e,t){(t.mode&pt)===et&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Gt)}function Ha(e,t,a){return e!==null&&(t.dependencies=e.dependencies),jD(),Gm(t.lanes),Yr(a,t.childLanes)?(cz(e,t),t.child):null}function lB(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 d=u.child;if(d===null)throw new Error("Expected parent to have a child.");for(;d.sibling!==t;)if(d=d.sibling,d===null)throw new Error("Expected to find the previous sibling.");d.sibling=a}var h=u.deletions;return h===null?(u.deletions=[e],u.flags|=Dt):h.push(e),a.flags|=Gt,a}}function xE(e,t){var a=e.lanes;return!!Yr(a,t)}function aB(e,t,a){switch(t.tag){case w:n8(t),t.stateNode,Af();break;case $:mD(t);break;case _:{var u=t.type;Nl(u)&&y0(t);break}case D:w4(t,t.stateNode.containerInfo);break;case q:{var d=t.memoizedProps.value,h=t.type._context;Q6(t,h,d);break}case W:{var y=Yr(a,t.childLanes);y&&(t.flags|=st);{var C=t.stateNode;C.effectDuration=0,C.passiveEffectDuration=0}}break;case R:{var S=t.memoizedState;if(S!==null){if(S.dehydrated!==null)return Xu(t,Bf(Zo.current)),t.flags|=it,null;var L=t.child,N=L.childLanes;if(Yr(a,N))return i8(e,t,a);Xu(t,Bf(Zo.current));var V=Ha(e,t,a);return V!==null?V.sibling:null}else Xu(t,Bf(Zo.current));break}case G:{var U=(e.flags&it)!==Ze,ie=Yr(a,t.childLanes);if(U){if(ie)return u8(e,t,a);t.flags|=it}var le=t.memoizedState;if(le!==null&&(le.rendering=null,le.tail=null,le.lastEffect=null),Xu(t,Zo.current),ie)break;return null}case Q:case oe:return t.lanes=de,JD(e,t,a)}return Ha(e,t,a)}function d8(e,t,a){if(t._debugNeedsRemount&&e!==null)return lB(e,t,QE(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var u=e.memoizedProps,d=t.pendingProps;if(u!==d||h0()||t.type!==e.type)el=!0;else{var h=xE(e,a);if(!h&&(t.flags&it)===Ze)return el=!1,aB(e,t,a);(e.flags&Ys)!==Ze?el=!0:el=!1}}else if(el=!1,Tr()&&NR(t)){var y=t.index,C=AR();z6(t,C,y)}switch(t.lanes=de,t.tag){case T:return Hz(e,t,t.type,a);case M:{var S=t.elementType;return Iz(e,t,S,a)}case E:{var L=t.type,N=t.pendingProps,V=t.elementType===L?N:Xo(L,N);return fE(e,t,L,V,a)}case _:{var U=t.type,ie=t.pendingProps,le=t.elementType===U?ie:Xo(U,ie);return t8(e,t,U,le,a)}case w:return Rz(e,t,a);case $:return zz(e,t,a);case A:return Bz(e,t);case R:return i8(e,t,a);case D:return rB(e,t,a);case B:{var se=t.type,Re=t.pendingProps,Je=t.elementType===se?Re:Xo(se,Re);return QD(e,t,se,Je,a)}case F:return Az(e,t,a);case I:return Oz(e,t,a);case W:return Fz(e,t,a);case q:return iB(e,t,a);case re:return oB(e,t,a);case j:{var Ye=t.type,Ct=t.pendingProps,bt=Xo(Ye,Ct);if(t.type!==t.elementType){var J=Ye.propTypes;J&&Yo(J,bt,"prop",Ht(Ye))}return bt=Xo(Ye.type,bt),XD(e,t,Ye,bt,a)}case ne:return ZD(e,t,t.type,t.pendingProps,a);case ue:{var ce=t.type,ee=t.pendingProps,Ee=t.elementType===ce?ee:Xo(ce,ee);return Uz(e,t,ce,Ee,a)}case G:return u8(e,t,a);case be:break;case Q:return JD(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 jf(e){e.flags|=st}function f8(e){e.flags|=Ur,e.flags|=hv}var p8,kE,v8,m8;p8=function(e,t,a,u){for(var d=t.child;d!==null;){if(d.tag===$||d.tag===A)PF(e,d.stateNode);else if(d.tag!==D){if(d.child!==null){d.child.return=d,d=d.child;continue}}if(d===t)return;for(;d.sibling===null;){if(d.return===null||d.return===t)return;d=d.return}d.sibling.return=d.return,d=d.sibling}},kE=function(e,t){},v8=function(e,t,a,u,d){var h=e.memoizedProps;if(h!==u){var y=t.stateNode,C=T4(),S=MF(y,a,h,u,d,C);t.updateQueue=S,S&&jf(t)}},m8=function(e,t,a,u){a!==u&&jf(t)};function Fm(e,t){if(!Tr())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 d=e.tail,h=null;d!==null;)d.alternate!==null&&(h=d),d=d.sibling;h===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:h.sibling=null;break}}}function $r(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=de,u=Ze;if(t){if((e.mode&tt)!==et){for(var S=e.selfBaseDuration,L=e.child;L!==null;)a=ct(a,ct(L.lanes,L.childLanes)),u|=L.subtreeFlags&Jn,u|=L.flags&Jn,S+=L.treeBaseDuration,L=L.sibling;e.treeBaseDuration=S}else for(var N=e.child;N!==null;)a=ct(a,ct(N.lanes,N.childLanes)),u|=N.subtreeFlags&Jn,u|=N.flags&Jn,N.return=e,N=N.sibling;e.subtreeFlags|=u}else{if((e.mode&tt)!==et){for(var d=e.actualDuration,h=e.selfBaseDuration,y=e.child;y!==null;)a=ct(a,ct(y.lanes,y.childLanes)),u|=y.subtreeFlags,u|=y.flags,d+=y.actualDuration,h+=y.treeBaseDuration,y=y.sibling;e.actualDuration=d,e.treeBaseDuration=h}else for(var C=e.child;C!==null;)a=ct(a,ct(C.lanes,C.childLanes)),u|=C.subtreeFlags,u|=C.flags,C.return=e,C=C.sibling;e.subtreeFlags|=u}return e.childLanes=a,t}function uB(e,t,a){if(GR()&&(t.mode&pt)!==et&&(t.flags&it)===Ze)return j6(t),Af(),t.flags|=fn|ii|Hn,!1;var u=C0(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(jR(t),$r(t),(t.mode&tt)!==et){var d=a!==null;if(d){var h=t.child;h!==null&&(t.treeBaseDuration-=h.treeBaseDuration)}}return!1}else{if(Af(),(t.flags&it)===Ze&&(t.memoizedState=null),t.flags|=st,$r(t),(t.mode&tt)!==et){var y=a!==null;if(y){var C=t.child;C!==null&&(t.treeBaseDuration-=C.treeBaseDuration)}}return!1}else return W6(),!0}function h8(e,t,a){var u=t.pendingProps;switch(Gk(t),t.tag){case T:case M:case ne:case E:case B:case F:case I:case W:case re:case j:return $r(t),null;case _:{var d=t.type;return Nl(d)&&g0(t),$r(t),null}case w:{var h=t.stateNode;if(zf(t),Vk(t),M4(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),e===null||e.child===null){var y=C0(t);if(y)jf(t);else if(e!==null){var C=e.memoizedState;(!C.isDehydrated||(t.flags&fn)!==Ze)&&(t.flags|=Si,W6())}}return kE(e,t),$r(t),null}case $:{D4(t);var S=vD(),L=t.type;if(e!==null&&t.stateNode!=null)v8(e,t,L,u,S),e.ref!==t.ref&&f8(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=T4(),V=C0(t);if(V)VR(t,S,N)&&jf(t);else{var U=$F(L,u,S,N,t);p8(U,t,!1,!1),t.stateNode=U,LF(U,L,u,S)&&jf(t)}t.ref!==null&&f8(t)}return $r(t),null}case A:{var ie=u;if(e&&t.stateNode!=null){var le=e.memoizedProps;m8(e,t,le,ie)}else{if(typeof ie!="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 se=vD(),Re=T4(),Je=C0(t);Je?KR(t)&&jf(t):t.stateNode=NF(ie,se,Re,t)}return $r(t),null}case R:{If(t);var Ye=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Ct=uB(e,t,Ye);if(!Ct)return t.flags&Hn?t:null}if((t.flags&it)!==Ze)return t.lanes=a,(t.mode&tt)!==et&&rE(t),t;var bt=Ye!==null,J=e!==null&&e.memoizedState!==null;if(bt!==J&&bt){var ce=t.child;if(ce.flags|=hl,(t.mode&pt)!==et){var ee=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!ke);ee||$4(Zo.current,gD)?sI():BE()}}var Ee=t.updateQueue;if(Ee!==null&&(t.flags|=st),$r(t),(t.mode&tt)!==et&&bt){var ze=t.child;ze!==null&&(t.treeBaseDuration-=ze.treeBaseDuration)}return null}case D:return zf(t),kE(e,t),e===null&&wR(t.stateNode.containerInfo),$r(t),null;case q:var Ne=t.type._context;return n4(Ne,t),$r(t),null;case ue:{var rt=t.type;return Nl(rt)&&g0(t),$r(t),null}case G:{If(t);var at=t.memoizedState;if(at===null)return $r(t),null;var zt=(t.flags&it)!==Ze,wt=at.rendering;if(wt===null)if(zt)Fm(at,!1);else{var On=dI()&&(e===null||(e.flags&it)===Ze);if(!On)for(var Tt=t.child;Tt!==null;){var Sn=I0(Tt);if(Sn!==null){zt=!0,t.flags|=it,Fm(at,!1);var Zr=Sn.updateQueue;return Zr!==null&&(t.updateQueue=Zr,t.flags|=st),t.subtreeFlags=Ze,dz(t,a),Xu(t,P4(Zo.current,Sm)),t.child}Tt=Tt.sibling}at.tail!==null&&on()>R8()&&(t.flags|=it,zt=!0,Fm(at,!1),t.lanes=$v)}else{if(!zt){var Ar=I0(wt);if(Ar!==null){t.flags|=it,zt=!0;var eo=Ar.updateQueue;if(eo!==null&&(t.updateQueue=eo,t.flags|=st),Fm(at,!0),at.tail===null&&at.tailMode==="hidden"&&!wt.alternate&&!Tr())return $r(t),null}else on()*2-at.renderingStartTime>R8()&&a!==Gr&&(t.flags|=it,zt=!0,Fm(at,!1),t.lanes=$v)}if(at.isBackwards)wt.sibling=t.child,t.child=wt;else{var pi=at.last;pi!==null?pi.sibling=wt:t.child=wt,at.last=wt}}if(at.tail!==null){var vi=at.tail;at.rendering=vi,at.tail=vi.sibling,at.renderingStartTime=on(),vi.sibling=null;var Jr=Zo.current;return zt?Jr=P4(Jr,Sm):Jr=Bf(Jr),Xu(t,Jr),vi}return $r(t),null}case be:break;case Q:case oe:{zE(t);var Ga=t.memoizedState,Jf=Ga!==null;if(e!==null){var Zm=e.memoizedState,Ul=Zm!==null;Ul!==Jf&&!Y&&(t.flags|=hl)}return!Jf||(t.mode&pt)===et?$r(t):Yr(Il,Gr)&&($r(t),t.subtreeFlags&(Gt|st)&&(t.flags|=hl)),null}case _e:return null;case Ce: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 sB(e,t,a){switch(Gk(t),t.tag){case _:{var u=t.type;Nl(u)&&g0(t);var d=t.flags;return d&Hn?(t.flags=d&~Hn|it,(t.mode&tt)!==et&&rE(t),t):null}case w:{t.stateNode,zf(t),Vk(t),M4();var h=t.flags;return(h&Hn)!==Ze&&(h&it)===Ze?(t.flags=h&~Hn|it,t):null}case $:return D4(t),null;case R:{If(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.");Af()}var C=t.flags;return C&Hn?(t.flags=C&~Hn|it,(t.mode&tt)!==et&&rE(t),t):null}case G:return If(t),null;case D:return zf(t),null;case q:var S=t.type._context;return n4(S,t),null;case Q:case oe:return zE(t),null;case _e:return null;default:return null}}function g8(e,t,a){switch(Gk(t),t.tag){case _:{var u=t.type.childContextTypes;u!=null&&g0(t);break}case w:{t.stateNode,zf(t),Vk(t),M4();break}case $:{D4(t);break}case D:zf(t);break;case R:If(t);break;case G:If(t);break;case q:var d=t.type._context;n4(d,t);break;case Q:case oe:zE(t);break}}var y8=null;y8=new Set;var sb=!1,Pr=!1,cB=typeof WeakSet=="function"?WeakSet:Set,Ke=null,Wf=null,Gf=null;function dB(e){va(null,function(){throw e}),vv()}var fB=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&tt)try{zl(),t.componentWillUnmount()}finally{Rl(e)}else t.componentWillUnmount()};function b8(e,t){try{es(rr,e)}catch(a){Xt(e,t,a)}}function EE(e,t,a){try{fB(e,a)}catch(u){Xt(e,t,u)}}function pB(e,t,a){try{a.componentDidMount()}catch(u){Xt(e,t,u)}}function x8(e,t){try{E8(e)}catch(a){Xt(e,t,a)}}function Yf(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var u;try{if(Fe&&we&&e.mode&tt)try{zl(),u=a(null)}finally{Rl(e)}else u=a(null)}catch(d){Xt(e,t,d)}typeof u=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ut(e))}else a.current=null}function cb(e,t,a){try{a()}catch(u){Xt(e,t,u)}}var k8=!1;function vB(e,t){TF(e.containerInfo),Ke=t,mB();var a=k8;return k8=!1,a}function mB(){for(;Ke!==null;){var e=Ke,t=e.child;(e.subtreeFlags&xu)!==Ze&&t!==null?(t.return=e,Ke=t):hB()}}function hB(){for(;Ke!==null;){var e=Ke;Ft(e);try{gB(e)}catch(a){Xt(e,e.return,a)}$n();var t=e.sibling;if(t!==null){t.return=e.return,Ke=t;return}Ke=e.return}}function gB(e){var t=e.alternate,a=e.flags;if((a&Si)!==Ze){switch(Ft(e),e.tag){case E:case B:case ne:break;case _:{if(t!==null){var u=t.memoizedProps,d=t.memoizedState,h=e.stateNode;e.type===e.elementType&&!Tc&&(h.props!==e.memoizedProps&&p("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.",ut(e)||"instance"),h.state!==e.memoizedState&&p("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.",ut(e)||"instance"));var y=h.getSnapshotBeforeUpdate(e.elementType===e.type?u:Xo(e.type,u),d);{var C=y8;y===void 0&&!C.has(e.type)&&(C.add(e.type),p("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",ut(e)))}h.__reactInternalSnapshotBeforeUpdate=y}break}case w:{{var S=e.stateNode;ZF(S.containerInfo)}break}case $:case A:case D:case ue: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.")}$n()}}function tl(e,t,a){var u=t.updateQueue,d=u!==null?u.lastEffect:null;if(d!==null){var h=d.next,y=h;do{if((y.tag&e)===e){var C=y.destroy;y.destroy=void 0,C!==void 0&&((e&Dr)!==Ri?Fd(t):(e&rr)!==Ri&&Rd(t),(e&Al)!==Ri&&qm(!0),cb(t,a,C),(e&Al)!==Ri&&qm(!1),(e&Dr)!==Ri?Ey():(e&rr)!==Ri&&ku())}y=y.next}while(y!==h)}}function es(e,t){var a=t.updateQueue,u=a!==null?a.lastEffect:null;if(u!==null){var d=u.next,h=d;do{if((h.tag&e)===e){(e&Dr)!==Ri?ky(t):(e&rr)!==Ri&&Cy(t);var y=h.create;(e&Al)!==Ri&&qm(!0),h.destroy=y(),(e&Al)!==Ri&&qm(!1),(e&Dr)!==Ri?wv():(e&rr)!==Ri&&_y();{var C=h.destroy;if(C!==void 0&&typeof C!="function"){var S=void 0;(h.tag&rr)!==Ze?S="useLayoutEffect":(h.tag&Al)!==Ze?S="useInsertionEffect":S="useEffect";var L=void 0;C===null?L=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof C.then=="function"?L=`
129
129
 
130
- It looks like you wrote `+w+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
130
+ It looks like you wrote `+S+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
131
131
 
132
- `+w+`(() => {
132
+ `+S+`(() => {
133
133
  async function fetchData() {
134
134
  // You can await here
135
135
  const response = await MyAPI.getData(someId);
@@ -138,11 +138,11 @@ It looks like you wrote `+w+`(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`:L=" You returned: "+C,p("%s must not return anything besides a function, which is used for clean-up.%s",w,L)}}}m=m.next}while(m!==d)}}function nB(e,t){if((t.flags&st)!==Ze)switch(t.tag){case Y:{var a=t.stateNode.passiveEffectDuration,u=t.memoizedProps,d=u.id,m=u.onPostCommit,y=zD(),C=t.alternate===null?"mount":"update";RD()&&(C="nested-update"),typeof m=="function"&&m(d,C,a,y);var w=t.return;e:for(;w!==null;){switch(w.tag){case _:var L=w.stateNode;L.passiveEffectDuration+=a;break e;case Y:var N=w.stateNode;N.passiveEffectDuration+=a;break e}w=w.return}break}}}function rB(e,t,a,u){if((a.flags&vr)!==Ze)switch(a.tag){case E:case B:case ne:{if(!Pr)if(a.mode&tt)try{Rl(),Zu(rr|nr,a)}finally{Fl(a)}else Zu(rr|nr,a);break}case S:{var d=a.stateNode;if(a.flags&st&&!Pr)if(t===null)if(a.type===a.elementType&&!_c&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),a.mode&tt)try{Rl(),d.componentDidMount()}finally{Fl(a)}else d.componentDidMount();else{var m=a.elementType===a.type?t.memoizedProps:Qo(a.type,t.memoizedProps),y=t.memoizedState;if(a.type===a.elementType&&!_c&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),a.mode&tt)try{Rl(),d.componentDidUpdate(m,y,d.__reactInternalSnapshotBeforeUpdate)}finally{Fl(a)}else d.componentDidUpdate(m,y,d.__reactInternalSnapshotBeforeUpdate)}var C=a.updateQueue;C!==null&&(a.type===a.elementType&&!_c&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),X6(a,C,d));break}case _:{var w=a.updateQueue;if(w!==null){var L=null;if(a.child!==null)switch(a.child.tag){case $:L=a.child.stateNode;break;case S:L=a.child.stateNode;break}X6(a,w,L)}break}case $:{var N=a.stateNode;if(t===null&&a.flags&st){var V=a.type,U=a.memoizedProps;EF(N,V,U)}break}case A:break;case D:break;case Y:{{var ie=a.memoizedProps,le=ie.onCommit,se=ie.onRender,Re=a.stateNode.effectDuration,Je=zD(),Ye=t===null?"mount":"update";RD()&&(Ye="nested-update"),typeof se=="function"&&se(a.memoizedProps.id,Ye,a.actualDuration,a.treeBaseDuration,a.actualStartTime,Je);{typeof le=="function"&&le(a.memoizedProps.id,Ye,Re,Je),eI(a);var Ct=a.return;e:for(;Ct!==null;){switch(Ct.tag){case _:var bt=Ct.stateNode;bt.effectDuration+=Re;break e;case Y:var J=Ct.stateNode;J.effectDuration+=Re;break e}Ct=Ct.return}}}break}case R:{dB(e,a);break}case W:case ue:case ye:case q:case oe:case Ee: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.")}Pr||a.flags&Ur&&g8(a)}function iB(e){switch(e.tag){case E:case B:case ne:{if(e.mode&tt)try{Rl(),v8(e,e.return)}finally{Fl(e)}else v8(e,e.return);break}case S:{var t=e.stateNode;typeof t.componentDidMount=="function"&&Xz(e,e.return,t),m8(e,e.return);break}case $:{m8(e,e.return);break}}}function oB(e,t){for(var a=null,u=e;;){if(u.tag===$){if(a===null){a=u;try{var d=u.stateNode;t?MF(d):AF(u.stateNode,u.memoizedProps)}catch(y){Qt(e,e.return,y)}}}else if(u.tag===A){if(a===null)try{var m=u.stateNode;t?NF(m):OF(m,u.memoizedProps)}catch(y){Qt(e,e.return,y)}}else if(!((u.tag===q||u.tag===oe)&&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 g8(e){var t=e.ref;if(t!==null){var a=e.stateNode,u;switch(e.tag){case $:u=a;break;default:u=a}if(typeof t=="function"){var d;if(e.mode&tt)try{Rl(),d=t(u)}finally{Fl(e)}else d=t(u);typeof d=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ut(e))}else t.hasOwnProperty("current")||p("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",ut(e)),t.current=u}}function lB(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function y8(e){var t=e.alternate;t!==null&&(e.alternate=null,y8(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===$){var a=e.stateNode;a!==null&&pR(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 aB(e){for(var t=e.return;t!==null;){if(b8(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 b8(e){return e.tag===$||e.tag===_||e.tag===D}function x8(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||b8(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==$&&t.tag!==A&&t.tag!==K;){if(t.flags&Wt||t.child===null||t.tag===D)continue e;t.child.return=t,t=t.child}if(!(t.flags&Wt))return t.stateNode}}function uB(e){var t=aB(e);switch(t.tag){case $:{var a=t.stateNode;t.flags&$t&&(k6(a),t.flags&=~$t);var u=x8(e);xE(e,u,a);break}case _:case D:{var d=t.stateNode.containerInfo,m=x8(e);bE(e,m,d);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function bE(e,t,a){var u=e.tag,d=u===$||u===A;if(d){var m=e.stateNode;t?DF(a,m,t):_F(a,m)}else if(u!==D){var y=e.child;if(y!==null){bE(y,t,a);for(var C=y.sibling;C!==null;)bE(C,t,a),C=C.sibling}}}function xE(e,t,a){var u=e.tag,d=u===$||u===A;if(d){var m=e.stateNode;t?TF(a,m,t):wF(a,m)}else if(u!==D){var y=e.child;if(y!==null){xE(y,t,a);for(var C=y.sibling;C!==null;)xE(C,t,a),C=C.sibling}}}var Lr=null,tl=!1;function sB(e,t,a){{var u=t;e:for(;u!==null;){switch(u.tag){case $:{Lr=u.stateNode,tl=!1;break e}case _:{Lr=u.stateNode.containerInfo,tl=!0;break e}case D:{Lr=u.stateNode.containerInfo,tl=!0;break e}}u=u.return}if(Lr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");k8(e,t,a),Lr=null,tl=!1}lB(a)}function Ju(e,t,a){for(var u=a.child;u!==null;)k8(e,t,u),u=u.sibling}function k8(e,t,a){switch(kv(a),a.tag){case $:Pr||Gf(a,t);case A:{{var u=Lr,d=tl;Lr=null,Ju(e,t,a),Lr=u,tl=d,Lr!==null&&(tl?PF(Lr,a.stateNode):$F(Lr,a.stateNode))}return}case K:{Lr!==null&&(tl?LF(Lr,a.stateNode):Lk(Lr,a.stateNode));return}case D:{{var m=Lr,y=tl;Lr=a.stateNode.containerInfo,tl=!0,Ju(e,t,a),Lr=m,tl=y}return}case E:case B:case j:case ne:{if(!Pr){var C=a.updateQueue;if(C!==null){var w=C.lastEffect;if(w!==null){var L=w.next,N=L;do{var V=N,U=V.destroy,ie=V.tag;U!==void 0&&((ie&Nl)!==Fi?ab(a,t,U):(ie&rr)!==Fi&&(Fd(a),a.mode&tt?(Rl(),ab(a,t,U),Fl(a)):ab(a,t,U),bu())),N=N.next}while(N!==L)}}}Ju(e,t,a);return}case S:{if(!Pr){Gf(a,t);var le=a.stateNode;typeof le.componentWillUnmount=="function"&&yE(a,t,le)}Ju(e,t,a);return}case ye:{Ju(e,t,a);return}case q:{if(a.mode&pt){var se=Pr;Pr=se||a.memoizedState!==null,Ju(e,t,a),Pr=se}else Ju(e,t,a);break}default:{Ju(e,t,a);return}}}function cB(e){e.memoizedState}function dB(e,t){var a=t.memoizedState;if(a===null){var u=t.alternate;if(u!==null){var d=u.memoizedState;if(d!==null){var m=d.dehydrated;m!==null&&QF(m)}}}}function E8(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new Yz),t.forEach(function(u){var d=aI.bind(null,e,u);if(!a.has(u)){if(a.add(u),er)if(jf!==null&&Wf!==null)jm(Wf,jf);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");u.then(d,d)}})}}function fB(e,t,a){jf=a,Wf=e,Ot(t),C8(t,e),Ot(t),jf=null,Wf=null}function nl(e,t,a){var u=t.deletions;if(u!==null)for(var d=0;d<u.length;d++){var m=u[d];try{sB(e,t,m)}catch(w){Qt(m,t,w)}}var y=Px();if(t.subtreeFlags&Kr)for(var C=t.child;C!==null;)Ot(C),C8(C,e),C=C.sibling;Ot(y)}function C8(e,t,a){var u=e.alternate,d=e.flags;switch(e.tag){case E:case B:case j:case ne:{if(nl(t,e),zl(e),d&st){try{el(Nl|nr,e,e.return),Zu(Nl|nr,e)}catch(rt){Qt(e,e.return,rt)}if(e.mode&tt){try{Rl(),el(rr|nr,e,e.return)}catch(rt){Qt(e,e.return,rt)}Fl(e)}else try{el(rr|nr,e,e.return)}catch(rt){Qt(e,e.return,rt)}}return}case S:{nl(t,e),zl(e),d&Ur&&u!==null&&Gf(u,u.return);return}case $:{nl(t,e),zl(e),d&Ur&&u!==null&&Gf(u,u.return);{if(e.flags&$t){var m=e.stateNode;try{k6(m)}catch(rt){Qt(e,e.return,rt)}}if(d&st){var y=e.stateNode;if(y!=null){var C=e.memoizedProps,w=u!==null?u.memoizedProps:C,L=e.type,N=e.updateQueue;if(e.updateQueue=null,N!==null)try{CF(y,N,L,w,C,e)}catch(rt){Qt(e,e.return,rt)}}}}return}case A:{if(nl(t,e),zl(e),d&st){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 V=e.stateNode,U=e.memoizedProps,ie=u!==null?u.memoizedProps:U;try{SF(V,ie,U)}catch(rt){Qt(e,e.return,rt)}}return}case _:{if(nl(t,e),zl(e),d&st&&u!==null){var le=u.memoizedState;if(le.isDehydrated)try{qF(t.containerInfo)}catch(rt){Qt(e,e.return,rt)}}return}case D:{nl(t,e),zl(e);return}case R:{nl(t,e),zl(e);var se=e.child;if(se.flags&ml){var Re=se.stateNode,Je=se.memoizedState,Ye=Je!==null;if(Re.isHidden=Ye,Ye){var Ct=se.alternate!==null&&se.alternate.memoizedState!==null;Ct||WB()}}if(d&st){try{cB(e)}catch(rt){Qt(e,e.return,rt)}E8(e)}return}case q:{var bt=u!==null&&u.memoizedState!==null;if(e.mode&pt){var J=Pr;Pr=J||bt,nl(t,e),Pr=J}else nl(t,e);if(zl(e),d&ml){var ce=e.stateNode,ee=e.memoizedState,ke=ee!==null,ze=e;if(ce.isHidden=ke,ke&&!bt&&(ze.mode&pt)!==et){Ke=ze;for(var Ne=ze.child;Ne!==null;)Ke=Ne,vB(Ne),Ne=Ne.sibling}oB(ze,ke)}return}case W:{nl(t,e),zl(e),d&st&&E8(e);return}case ye:return;default:{nl(t,e),zl(e);return}}}function zl(e){var t=e.flags;if(t&Wt){try{uB(e)}catch(a){Qt(e,e.return,a)}e.flags&=~Wt}t&wi&&(e.flags&=~wi)}function pB(e,t,a){jf=a,Wf=t,Ke=e,S8(e,t,a),jf=null,Wf=null}function S8(e,t,a){for(var u=(e.mode&pt)!==et;Ke!==null;){var d=Ke,m=d.child;if(d.tag===q&&u){var y=d.memoizedState!==null,C=y||lb;if(C){kE(e,t,a);continue}else{var w=d.alternate,L=w!==null&&w.memoizedState!==null,N=L||Pr,V=lb,U=Pr;lb=C,Pr=N,Pr&&!U&&(Ke=d,mB(d));for(var ie=m;ie!==null;)Ke=ie,S8(ie,t,a),ie=ie.sibling;Ke=d,lb=V,Pr=U,kE(e,t,a);continue}}(d.subtreeFlags&vr)!==Ze&&m!==null?(m.return=d,Ke=m):kE(e,t,a)}}function kE(e,t,a){for(;Ke!==null;){var u=Ke;if((u.flags&vr)!==Ze){var d=u.alternate;Ot(u);try{rB(t,d,u,a)}catch(y){Qt(u,u.return,y)}$n()}if(u===e){Ke=null;return}var m=u.sibling;if(m!==null){m.return=u.return,Ke=m;return}Ke=u.return}}function vB(e){for(;Ke!==null;){var t=Ke,a=t.child;switch(t.tag){case E:case B:case j:case ne:{if(t.mode&tt)try{Rl(),el(rr,t,t.return)}finally{Fl(t)}else el(rr,t,t.return);break}case S:{Gf(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&yE(t,t.return,u);break}case $:{Gf(t,t.return);break}case q:{var d=t.memoizedState!==null;if(d){w8(e);continue}break}}a!==null?(a.return=t,Ke=a):w8(e)}}function w8(e){for(;Ke!==null;){var t=Ke;if(t===e){Ke=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Ke=a;return}Ke=t.return}}function mB(e){for(;Ke!==null;){var t=Ke,a=t.child;if(t.tag===q){var u=t.memoizedState!==null;if(u){_8(e);continue}}a!==null?(a.return=t,Ke=a):_8(e)}}function _8(e){for(;Ke!==null;){var t=Ke;Ot(t);try{iB(t)}catch(u){Qt(t,t.return,u)}if($n(),t===e){Ke=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Ke=a;return}Ke=t.return}}function hB(e,t,a,u){Ke=t,gB(t,e,a,u)}function gB(e,t,a,u){for(;Ke!==null;){var d=Ke,m=d.child;(d.subtreeFlags&_i)!==Ze&&m!==null?(m.return=d,Ke=m):yB(e,t,a,u)}}function yB(e,t,a,u){for(;Ke!==null;){var d=Ke;if((d.flags&Jt)!==Ze){Ot(d);try{bB(t,d,a,u)}catch(y){Qt(d,d.return,y)}$n()}if(d===e){Ke=null;return}var m=d.sibling;if(m!==null){m.return=d.return,Ke=m;return}Ke=d.return}}function bB(e,t,a,u){switch(t.tag){case E:case B:case ne:{if(t.mode&tt){Z4();try{Zu(Dr|nr,t)}finally{X4(t)}}else Zu(Dr|nr,t);break}}}function xB(e){Ke=e,kB()}function kB(){for(;Ke!==null;){var e=Ke,t=e.child;if((Ke.flags&Dt)!==Ze){var a=e.deletions;if(a!==null){for(var u=0;u<a.length;u++){var d=a[u];Ke=d,SB(d,e)}{var m=e.alternate;if(m!==null){var y=m.child;if(y!==null){m.child=null;do{var C=y.sibling;y.sibling=null,y=C}while(y!==null)}}}Ke=e}}(e.subtreeFlags&_i)!==Ze&&t!==null?(t.return=e,Ke=t):EB()}}function EB(){for(;Ke!==null;){var e=Ke;(e.flags&Jt)!==Ze&&(Ot(e),CB(e),$n());var t=e.sibling;if(t!==null){t.return=e.return,Ke=t;return}Ke=e.return}}function CB(e){switch(e.tag){case E:case B:case ne:{e.mode&tt?(Z4(),el(Dr|nr,e,e.return),X4(e)):el(Dr|nr,e,e.return);break}}}function SB(e,t){for(;Ke!==null;){var a=Ke;Ot(a),_B(a,t),$n();var u=a.child;u!==null?(u.return=a,Ke=u):wB(e)}}function wB(e){for(;Ke!==null;){var t=Ke,a=t.sibling,u=t.return;if(y8(t),t===e){Ke=null;return}if(a!==null){a.return=u,Ke=a;return}Ke=u}}function _B(e,t){switch(e.tag){case E:case B:case ne:{e.mode&tt?(Z4(),el(Dr,e,t),X4(e)):el(Dr,e,t);break}}}function TB(e){switch(e.tag){case E:case B:case ne:{try{Zu(rr|nr,e)}catch(a){Qt(e,e.return,a)}break}case S:{var t=e.stateNode;try{t.componentDidMount()}catch(a){Qt(e,e.return,a)}break}}}function DB(e){switch(e.tag){case E:case B:case ne:{try{Zu(Dr|nr,e)}catch(t){Qt(e,e.return,t)}break}}}function $B(e){switch(e.tag){case E:case B:case ne:{try{el(rr|nr,e,e.return)}catch(a){Qt(e,e.return,a)}break}case S:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&yE(e,e.return,t);break}}}function PB(e){switch(e.tag){case E:case B:case ne:try{el(Dr|nr,e,e.return)}catch(t){Qt(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var Am=Symbol.for;Am("selector.component"),Am("selector.has_pseudo_class"),Am("selector.role"),Am("selector.test_id"),Am("selector.text")}var LB=[];function MB(){LB.forEach(function(e){return e()})}var NB=l.ReactCurrentActQueue;function AB(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function T8(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&NB.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var OB=Math.ceil,EE=l.ReactCurrentDispatcher,CE=l.ReactCurrentOwner,Mr=l.ReactCurrentBatchConfig,rl=l.ReactCurrentActQueue,lr=0,D8=1,Nr=2,So=4,Ha=0,Om=1,Tc=2,ub=3,Fm=4,$8=5,SE=6,Et=lr,ci=null,gn=null,ar=de,Bl=de,wE=Vu(de),ur=Ha,Rm=null,sb=de,zm=de,cb=de,Bm=null,Ri=null,_E=0,P8=500,L8=1/0,FB=500,Va=null;function Im(){L8=rn()+FB}function M8(){return L8}var db=!1,TE=null,Yf=null,Dc=!1,es=null,Um=de,DE=[],$E=null,RB=50,Hm=0,PE=null,LE=!1,fb=!1,zB=50,qf=0,pb=null,Vm=Vt,vb=de,N8=!1;function mb(){return ci}function di(){return(Et&(Nr|So))!==lr?rn():(Vm!==Vt||(Vm=rn()),Vm)}function ts(e){var t=e.mode;if((t&pt)===et)return nt;if((Et&Nr)!==lr&&ar!==de)return Ln(ar);var a=AR()!==NR;if(a){if(Mr.transition!==null){var u=Mr.transition;u._updatedFibers||(u._updatedFibers=new Set),u._updatedFibers.add(e)}return vb===kt&&(vb=$v()),vb}var d=Pi();if(d!==kt)return d;var m=yF();return m}function BB(e){var t=e.mode;return(t&pt)===et?nt:Zx()}function sr(e,t,a,u){sI(),N8&&p("useInsertionEffect must not schedule updates."),LE&&(fb=!0),wa(e,a,u),(Et&Nr)!==de&&e===ci?fI(t):(er&&Av(e,t,a),pI(t),e===ci&&((Et&Nr)===lr&&(zm=ct(zm,a)),ur===Fm&&ns(e,ar)),zi(e,u),a===nt&&Et===lr&&(t.mode&pt)===et&&!rl.isBatchingLegacy&&(Im(),M6()))}function IB(e,t,a){var u=e.current;u.lanes=t,wa(e,t,a),zi(e,a)}function UB(e){return(Et&Nr)!==lr}function zi(e,t){var a=e.callbackNode;qx(e,t);var u=Js(e,e===ci?ar:de);if(u===de){a!==null&&q8(a),e.callbackNode=null,e.callbackPriority=kt;return}var d=Cn(u),m=e.callbackPriority;if(m===d&&!(rl.current!==null&&a!==zE)){a==null&&m!==nt&&p("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&q8(a);var y;if(d===nt)e.tag===Ku?(rl.isBatchingLegacy!==null&&(rl.didScheduleLegacyUpdate=!0),hR(F8.bind(null,e))):L6(F8.bind(null,e)),rl.current!==null?rl.current.push(ju):xF(function(){(Et&(Nr|So))===lr&&ju()}),y=null;else{var C;switch(ic(u)){case mr:C=Md;break;case tr:C=li;break;case Ho:C=vo;break;case nc:C=gl;break;default:C=vo;break}y=BE(C,A8.bind(null,e))}e.callbackPriority=d,e.callbackNode=y}function A8(e,t){if(sz(),Vm=Vt,vb=de,(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");var a=e.callbackNode,u=ja();if(u&&e.callbackNode!==a)return null;var d=Js(e,e===ci?ar:de);if(d===de)return null;var m=!tc(e,d)&&!Ty(e,d)&&!t,y=m?XB(e,d):gb(e,d);if(y!==Ha){if(y===Tc){var C=Tv(e);C!==de&&(d=C,y=ME(e,C))}if(y===Om){var w=Rm;throw $c(e,de),ns(e,d),zi(e,rn()),w}if(y===SE)ns(e,d);else{var L=!tc(e,d),N=e.current.alternate;if(L&&!VB(N)){if(y=gb(e,d),y===Tc){var V=Tv(e);V!==de&&(d=V,y=ME(e,V))}if(y===Om){var U=Rm;throw $c(e,de),ns(e,d),zi(e,rn()),U}}e.finishedWork=N,e.finishedLanes=d,HB(e,y,d)}}return zi(e,rn()),e.callbackNode===a?A8.bind(null,e):null}function ME(e,t){var a=Bm;if(Nn(e)){var u=$c(e,t);u.flags|=dn,sR(e.containerInfo)}var d=gb(e,t);if(d!==Tc){var m=Ri;Ri=a,m!==null&&O8(m)}return d}function O8(e){Ri===null?Ri=e:Ri.push.apply(Ri,e)}function HB(e,t,a){switch(t){case Ha:case Om:throw new Error("Root did not complete. This is a bug in React.");case Tc:{Pc(e,Ri,Va);break}case ub:{if(ns(e,a),nf(a)&&!Q8()){var u=_E+P8-rn();if(u>10){var d=Js(e,de);if(d!==de)break;var m=e.suspendedLanes;if(!Sa(m,a)){di(),Mv(e,m);break}e.timeoutHandle=$k(Pc.bind(null,e,Ri,Va),u);break}}Pc(e,Ri,Va);break}case Fm:{if(ns(e,a),_y(a))break;if(!Q8()){var y=wy(e,a),C=y,w=rn()-C,L=uI(w)-w;if(L>10){e.timeoutHandle=$k(Pc.bind(null,e,Ri,Va),L);break}}Pc(e,Ri,Va);break}case $8:{Pc(e,Ri,Va);break}default:throw new Error("Unknown root exit status.")}}function VB(e){for(var t=e;;){if(t.flags&Ws){var a=t.updateQueue;if(a!==null){var u=a.stores;if(u!==null)for(var d=0;d<u.length;d++){var m=u[d],y=m.getSnapshot,C=m.value;try{if(!Ve(y(),C))return!1}catch{return!1}}}}var w=t.child;if(t.subtreeFlags&Ws&&w!==null){w.return=t,t=w;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 ns(e,t){t=_u(t,cb),t=_u(t,zm),Lv(e,t)}function F8(e){if(cz(),(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");ja();var t=Js(e,de);if(!Yr(t,nt))return zi(e,rn()),null;var a=gb(e,t);if(e.tag!==Ku&&a===Tc){var u=Tv(e);u!==de&&(t=u,a=ME(e,u))}if(a===Om){var d=Rm;throw $c(e,de),ns(e,t),zi(e,rn()),d}if(a===SE)throw new Error("Root did not complete. This is a bug in React.");var m=e.current.alternate;return e.finishedWork=m,e.finishedLanes=t,Pc(e,Ri,Va),zi(e,rn()),null}function KB(e,t){t!==de&&(Tu(e,ct(t,nt)),zi(e,rn()),(Et&(Nr|So))===lr&&(Im(),ju()))}function NE(e,t){var a=Et;Et|=D8;try{return e(t)}finally{Et=a,Et===lr&&!rl.isBatchingLegacy&&(Im(),M6())}}function jB(e,t,a,u,d){var m=Pi(),y=Mr.transition;try{return Mr.transition=null,Mn(mr),e(t,a,u,d)}finally{Mn(m),Mr.transition=y,Et===lr&&Im()}}function Ka(e){es!==null&&es.tag===Ku&&(Et&(Nr|So))===lr&&ja();var t=Et;Et|=D8;var a=Mr.transition,u=Pi();try{return Mr.transition=null,Mn(mr),e?e():void 0}finally{Mn(u),Mr.transition=a,Et=t,(Et&(Nr|So))===lr&&ju()}}function R8(){return(Et&(Nr|So))!==lr}function hb(e,t){Qr(wE,Bl,e),Bl=ct(Bl,t)}function AE(e){Bl=wE.current,qr(wE,e)}function $c(e,t){e.finishedWork=null,e.finishedLanes=de;var a=e.timeoutHandle;if(a!==Pk&&(e.timeoutHandle=Pk,bF(a)),gn!==null)for(var u=gn.return;u!==null;){var d=u.alternate;f8(d,u),u=u.return}ci=e;var m=Lc(e.current,null);return gn=m,ar=Bl=t,ur=Ha,Rm=null,sb=de,zm=de,cb=de,Bm=null,Ri=null,zR(),qo.discardPendingWarnings(),m}function z8(e,t){do{var a=gn;try{if(S0(),vD(),$n(),CE.current=null,a===null||a.return===null){ur=Om,Rm=t,gn=null;return}if(Fe&&a.mode&tt&&nb(a,!0),Be)if(ma(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var u=t;Ey(a,u,ar)}else Rd(a,t,ar);mz(e,a.return,a,t,ar),H8(a)}catch(d){t=d,gn===a&&a!==null?(a=a.return,gn=a):a=gn;continue}return}while(!0)}function B8(){var e=EE.current;return EE.current=X0,e===null?X0:e}function I8(e){EE.current=e}function WB(){_E=rn()}function Km(e){sb=ct(e,sb)}function GB(){ur===Ha&&(ur=ub)}function OE(){(ur===Ha||ur===ub||ur===Tc)&&(ur=Fm),ci!==null&&(ec(sb)||ec(zm))&&ns(ci,ar)}function YB(e){ur!==Fm&&(ur=Tc),Bm===null?Bm=[e]:Bm.push(e)}function qB(){return ur===Ha}function gb(e,t){var a=Et;Et|=Nr;var u=B8();if(ci!==e||ar!==t){if(er){var d=e.memoizedUpdaters;d.size>0&&(jm(e,ar),d.clear()),lf(e,t)}Va=Ov(),$c(e,t)}qi(t);do try{QB();break}catch(m){z8(e,m)}while(!0);if(S0(),Et=a,I8(u),gn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return ku(),ci=null,ar=de,ur}function QB(){for(;gn!==null;)U8(gn)}function XB(e,t){var a=Et;Et|=Nr;var u=B8();if(ci!==e||ar!==t){if(er){var d=e.memoizedUpdaters;d.size>0&&(jm(e,ar),d.clear()),lf(e,t)}Va=Ov(),Im(),$c(e,t)}qi(t);do try{ZB();break}catch(m){z8(e,m)}while(!0);return S0(),I8(u),Et=a,gn!==null?(qs(),Ha):(ku(),ci=null,ar=de,ur)}function ZB(){for(;gn!==null&&!Ld();)U8(gn)}function U8(e){var t=e.alternate;Ot(e);var a;(e.mode&tt)!==et?(Q4(e),a=FE(t,e,Bl),nb(e,!0)):a=FE(t,e,Bl),$n(),e.memoizedProps=e.pendingProps,a===null?H8(e):gn=a,CE.current=null}function H8(e){var t=e;do{var a=t.alternate,u=t.return;if((t.flags&ri)===Ze){Ot(t);var d=void 0;if((t.mode&tt)===et?d=d8(a,t,Bl):(Q4(t),d=d8(a,t,Bl),nb(t,!1)),$n(),d!==null){gn=d;return}}else{var m=Gz(a,t);if(m!==null){m.flags&=py,gn=m;return}if((t.mode&tt)!==et){nb(t,!1);for(var y=t.actualDuration,C=t.child;C!==null;)y+=C.actualDuration,C=C.sibling;t.actualDuration=y}if(u!==null)u.flags|=ri,u.subtreeFlags=Ze,u.deletions=null;else{ur=SE,gn=null;return}}var w=t.sibling;if(w!==null){gn=w;return}t=u,gn=t}while(t!==null);ur===Ha&&(ur=$8)}function Pc(e,t,a){var u=Pi(),d=Mr.transition;try{Mr.transition=null,Mn(mr),JB(e,t,a,u)}finally{Mr.transition=d,Mn(u)}return null}function JB(e,t,a,u){do ja();while(es!==null);if(cI(),(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");var d=e.finishedWork,m=e.finishedLanes;if(Ad(m),d===null)return Ev(),null;if(m===de&&p("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=de,d===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=kt;var y=ct(d.lanes,d.childLanes);Nv(e,y),e===ci&&(ci=null,gn=null,ar=de),((d.subtreeFlags&_i)!==Ze||(d.flags&_i)!==Ze)&&(Dc||(Dc=!0,$E=a,BE(vo,function(){return ja(),null})));var C=(d.subtreeFlags&(yu|Kr|vr|_i))!==Ze,w=(d.flags&(yu|Kr|vr|_i))!==Ze;if(C||w){var L=Mr.transition;Mr.transition=null;var N=Pi();Mn(mr);var V=Et;Et|=So,CE.current=null,Zz(e,d),BD(),fB(e,d,m),fF(e.containerInfo),e.current=d,Cy(m),pB(d,e,m),xu(),hy(),Et=V,Mn(N),Mr.transition=L}else e.current=d,BD();var U=Dc;if(Dc?(Dc=!1,es=e,Um=m):(qf=0,pb=null),y=e.pendingLanes,y===de&&(Yf=null),U||W8(e.current,!1),Bo(d.stateNode,u),er&&e.memoizedUpdaters.clear(),MB(),zi(e,rn()),t!==null)for(var ie=e.onRecoverableError,le=0;le<t.length;le++){var se=t[le],Re=se.stack,Je=se.digest;ie(se.value,{componentStack:Re,digest:Je})}if(db){db=!1;var Ye=TE;throw TE=null,Ye}return Yr(Um,nt)&&e.tag!==Ku&&ja(),y=e.pendingLanes,Yr(y,nt)?(uz(),e===PE?Hm++:(Hm=0,PE=e)):Hm=0,ju(),Ev(),null}function ja(){if(es!==null){var e=ic(Um),t=ek(Ho,e),a=Mr.transition,u=Pi();try{return Mr.transition=null,Mn(t),tI()}finally{Mn(u),Mr.transition=a}}return!1}function eI(e){DE.push(e),Dc||(Dc=!0,BE(vo,function(){return ja(),null}))}function tI(){if(es===null)return!1;var e=$E;$E=null;var t=es,a=Um;if(es=null,Um=de,(Et&(Nr|So))!==lr)throw new Error("Cannot flush passive effects while already rendering.");LE=!0,fb=!1,Sy(a);var u=Et;Et|=So,xB(t.current),hB(t,t.current,a,e);{var d=DE;DE=[];for(var m=0;m<d.length;m++){var y=d[m];nB(t,y)}}Ys(),W8(t.current,!0),Et=u,ju(),fb?t===pb?qf++:(qf=0,pb=t):qf=0,LE=!1,fb=!1,bl(t);{var C=t.current.stateNode;C.effectDuration=0,C.passiveEffectDuration=0}return!0}function V8(e){return Yf!==null&&Yf.has(e)}function nI(e){Yf===null?Yf=new Set([e]):Yf.add(e)}function rI(e){db||(db=!0,TE=e)}var iI=rI;function K8(e,t,a){var u=wc(a,t),d=UD(e,u,nt),m=Gu(e,d,nt),y=di();m!==null&&(wa(m,nt,y),zi(m,y))}function Qt(e,t,a){if(qz(a),Wm(!1),e.tag===_){K8(e,e,a);return}var u=null;for(u=t;u!==null;){if(u.tag===_){K8(u,e,a);return}else if(u.tag===S){var d=u.type,m=u.stateNode;if(typeof d.getDerivedStateFromError=="function"||typeof m.componentDidCatch=="function"&&!V8(m)){var y=wc(a,e),C=nE(u,y,nt),w=Gu(u,C,nt),L=di();w!==null&&(wa(w,nt,L),zi(w,L));return}}u=u.return}p(`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`:L=" You returned: "+C,p("%s must not return anything besides a function, which is used for clean-up.%s",S,L)}}}h=h.next}while(h!==d)}}function yB(e,t){if((t.flags&st)!==Ze)switch(t.tag){case W:{var a=t.stateNode.passiveEffectDuration,u=t.memoizedProps,d=u.id,h=u.onPostCommit,y=VD(),C=t.alternate===null?"mount":"update";HD()&&(C="nested-update"),typeof h=="function"&&h(d,C,a,y);var S=t.return;e:for(;S!==null;){switch(S.tag){case w:var L=S.stateNode;L.passiveEffectDuration+=a;break e;case W:var N=S.stateNode;N.passiveEffectDuration+=a;break e}S=S.return}break}}}function bB(e,t,a,u){if((a.flags&vr)!==Ze)switch(a.tag){case E:case B:case ne:{if(!Pr)if(a.mode&tt)try{zl(),es(rr|nr,a)}finally{Rl(a)}else es(rr|nr,a);break}case _:{var d=a.stateNode;if(a.flags&st&&!Pr)if(t===null)if(a.type===a.elementType&&!Tc&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),a.mode&tt)try{zl(),d.componentDidMount()}finally{Rl(a)}else d.componentDidMount();else{var h=a.elementType===a.type?t.memoizedProps:Xo(a.type,t.memoizedProps),y=t.memoizedState;if(a.type===a.elementType&&!Tc&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),a.mode&tt)try{zl(),d.componentDidUpdate(h,y,d.__reactInternalSnapshotBeforeUpdate)}finally{Rl(a)}else d.componentDidUpdate(h,y,d.__reactInternalSnapshotBeforeUpdate)}var C=a.updateQueue;C!==null&&(a.type===a.elementType&&!Tc&&(d.props!==a.memoizedProps&&p("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.",ut(a)||"instance"),d.state!==a.memoizedState&&p("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.",ut(a)||"instance")),nD(a,C,d));break}case w:{var S=a.updateQueue;if(S!==null){var L=null;if(a.child!==null)switch(a.child.tag){case $:L=a.child.stateNode;break;case _:L=a.child.stateNode;break}nD(a,S,L)}break}case $:{var N=a.stateNode;if(t===null&&a.flags&st){var V=a.type,U=a.memoizedProps;zF(N,V,U)}break}case A:break;case D:break;case W:{{var ie=a.memoizedProps,le=ie.onCommit,se=ie.onRender,Re=a.stateNode.effectDuration,Je=VD(),Ye=t===null?"mount":"update";HD()&&(Ye="nested-update"),typeof se=="function"&&se(a.memoizedProps.id,Ye,a.actualDuration,a.treeBaseDuration,a.actualStartTime,Je);{typeof le=="function"&&le(a.memoizedProps.id,Ye,Re,Je),hI(a);var Ct=a.return;e:for(;Ct!==null;){switch(Ct.tag){case w:var bt=Ct.stateNode;bt.effectDuration+=Re;break e;case W:var J=Ct.stateNode;J.effectDuration+=Re;break e}Ct=Ct.return}}}break}case R:{TB(e,a);break}case G:case ue:case be:case Q:case oe:case Ce: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.")}Pr||a.flags&Ur&&E8(a)}function xB(e){switch(e.tag){case E:case B:case ne:{if(e.mode&tt)try{zl(),b8(e,e.return)}finally{Rl(e)}else b8(e,e.return);break}case _:{var t=e.stateNode;typeof t.componentDidMount=="function"&&pB(e,e.return,t),x8(e,e.return);break}case $:{x8(e,e.return);break}}}function kB(e,t){for(var a=null,u=e;;){if(u.tag===$){if(a===null){a=u;try{var d=u.stateNode;t?YF(d):QF(u.stateNode,u.memoizedProps)}catch(y){Xt(e,e.return,y)}}}else if(u.tag===A){if(a===null)try{var h=u.stateNode;t?qF(h):XF(h,u.memoizedProps)}catch(y){Xt(e,e.return,y)}}else if(!((u.tag===Q||u.tag===oe)&&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 E8(e){var t=e.ref;if(t!==null){var a=e.stateNode,u;switch(e.tag){case $:u=a;break;default:u=a}if(typeof t=="function"){var d;if(e.mode&tt)try{zl(),d=t(u)}finally{Rl(e)}else d=t(u);typeof d=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ut(e))}else t.hasOwnProperty("current")||p("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",ut(e)),t.current=u}}function EB(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function C8(e){var t=e.alternate;t!==null&&(e.alternate=null,C8(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===$){var a=e.stateNode;a!==null&&$R(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 CB(e){for(var t=e.return;t!==null;){if(_8(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 _8(e){return e.tag===$||e.tag===w||e.tag===D}function S8(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||_8(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==$&&t.tag!==A&&t.tag!==K;){if(t.flags&Gt||t.child===null||t.tag===D)continue e;t.child.return=t,t=t.child}if(!(t.flags&Gt))return t.stateNode}}function _B(e){var t=CB(e);switch(t.tag){case $:{var a=t.stateNode;t.flags&$t&&(w6(a),t.flags&=~$t);var u=S8(e);_E(e,u,a);break}case w:case D:{var d=t.stateNode.containerInfo,h=S8(e);CE(e,h,d);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function CE(e,t,a){var u=e.tag,d=u===$||u===A;if(d){var h=e.stateNode;t?KF(a,h,t):HF(a,h)}else if(u!==D){var y=e.child;if(y!==null){CE(y,t,a);for(var C=y.sibling;C!==null;)CE(C,t,a),C=C.sibling}}}function _E(e,t,a){var u=e.tag,d=u===$||u===A;if(d){var h=e.stateNode;t?VF(a,h,t):UF(a,h)}else if(u!==D){var y=e.child;if(y!==null){_E(y,t,a);for(var C=y.sibling;C!==null;)_E(C,t,a),C=C.sibling}}}var Lr=null,nl=!1;function SB(e,t,a){{var u=t;e:for(;u!==null;){switch(u.tag){case $:{Lr=u.stateNode,nl=!1;break e}case w:{Lr=u.stateNode.containerInfo,nl=!0;break e}case D:{Lr=u.stateNode.containerInfo,nl=!0;break e}}u=u.return}if(Lr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");w8(e,t,a),Lr=null,nl=!1}EB(a)}function ts(e,t,a){for(var u=a.child;u!==null;)w8(e,t,u),u=u.sibling}function w8(e,t,a){switch(_v(a),a.tag){case $:Pr||Yf(a,t);case A:{{var u=Lr,d=nl;Lr=null,ts(e,t,a),Lr=u,nl=d,Lr!==null&&(nl?WF(Lr,a.stateNode):jF(Lr,a.stateNode))}return}case K:{Lr!==null&&(nl?GF(Lr,a.stateNode):Ok(Lr,a.stateNode));return}case D:{{var h=Lr,y=nl;Lr=a.stateNode.containerInfo,nl=!0,ts(e,t,a),Lr=h,nl=y}return}case E:case B:case j:case ne:{if(!Pr){var C=a.updateQueue;if(C!==null){var S=C.lastEffect;if(S!==null){var L=S.next,N=L;do{var V=N,U=V.destroy,ie=V.tag;U!==void 0&&((ie&Al)!==Ri?cb(a,t,U):(ie&rr)!==Ri&&(Rd(a),a.mode&tt?(zl(),cb(a,t,U),Rl(a)):cb(a,t,U),ku())),N=N.next}while(N!==L)}}}ts(e,t,a);return}case _:{if(!Pr){Yf(a,t);var le=a.stateNode;typeof le.componentWillUnmount=="function"&&EE(a,t,le)}ts(e,t,a);return}case be:{ts(e,t,a);return}case Q:{if(a.mode&pt){var se=Pr;Pr=se||a.memoizedState!==null,ts(e,t,a),Pr=se}else ts(e,t,a);break}default:{ts(e,t,a);return}}}function wB(e){e.memoizedState}function TB(e,t){var a=t.memoizedState;if(a===null){var u=t.alternate;if(u!==null){var d=u.memoizedState;if(d!==null){var h=d.dehydrated;h!==null&&fR(h)}}}}function T8(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new cB),t.forEach(function(u){var d=CI.bind(null,e,u);if(!a.has(u)){if(a.add(u),er)if(Wf!==null&&Gf!==null)Ym(Gf,Wf);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");u.then(d,d)}})}}function DB(e,t,a){Wf=a,Gf=e,Ft(t),D8(t,e),Ft(t),Wf=null,Gf=null}function rl(e,t,a){var u=t.deletions;if(u!==null)for(var d=0;d<u.length;d++){var h=u[d];try{SB(e,t,h)}catch(S){Xt(h,t,S)}}var y=Ax();if(t.subtreeFlags&Kr)for(var C=t.child;C!==null;)Ft(C),D8(C,e),C=C.sibling;Ft(y)}function D8(e,t,a){var u=e.alternate,d=e.flags;switch(e.tag){case E:case B:case j:case ne:{if(rl(t,e),Bl(e),d&st){try{tl(Al|nr,e,e.return),es(Al|nr,e)}catch(rt){Xt(e,e.return,rt)}if(e.mode&tt){try{zl(),tl(rr|nr,e,e.return)}catch(rt){Xt(e,e.return,rt)}Rl(e)}else try{tl(rr|nr,e,e.return)}catch(rt){Xt(e,e.return,rt)}}return}case _:{rl(t,e),Bl(e),d&Ur&&u!==null&&Yf(u,u.return);return}case $:{rl(t,e),Bl(e),d&Ur&&u!==null&&Yf(u,u.return);{if(e.flags&$t){var h=e.stateNode;try{w6(h)}catch(rt){Xt(e,e.return,rt)}}if(d&st){var y=e.stateNode;if(y!=null){var C=e.memoizedProps,S=u!==null?u.memoizedProps:C,L=e.type,N=e.updateQueue;if(e.updateQueue=null,N!==null)try{BF(y,N,L,S,C,e)}catch(rt){Xt(e,e.return,rt)}}}}return}case A:{if(rl(t,e),Bl(e),d&st){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 V=e.stateNode,U=e.memoizedProps,ie=u!==null?u.memoizedProps:U;try{IF(V,ie,U)}catch(rt){Xt(e,e.return,rt)}}return}case w:{if(rl(t,e),Bl(e),d&st&&u!==null){var le=u.memoizedState;if(le.isDehydrated)try{dR(t.containerInfo)}catch(rt){Xt(e,e.return,rt)}}return}case D:{rl(t,e),Bl(e);return}case R:{rl(t,e),Bl(e);var se=e.child;if(se.flags&hl){var Re=se.stateNode,Je=se.memoizedState,Ye=Je!==null;if(Re.isHidden=Ye,Ye){var Ct=se.alternate!==null&&se.alternate.memoizedState!==null;Ct||uI()}}if(d&st){try{wB(e)}catch(rt){Xt(e,e.return,rt)}T8(e)}return}case Q:{var bt=u!==null&&u.memoizedState!==null;if(e.mode&pt){var J=Pr;Pr=J||bt,rl(t,e),Pr=J}else rl(t,e);if(Bl(e),d&hl){var ce=e.stateNode,ee=e.memoizedState,Ee=ee!==null,ze=e;if(ce.isHidden=Ee,Ee&&!bt&&(ze.mode&pt)!==et){Ke=ze;for(var Ne=ze.child;Ne!==null;)Ke=Ne,PB(Ne),Ne=Ne.sibling}kB(ze,Ee)}return}case G:{rl(t,e),Bl(e),d&st&&T8(e);return}case be:return;default:{rl(t,e),Bl(e);return}}}function Bl(e){var t=e.flags;if(t&Gt){try{_B(e)}catch(a){Xt(e,e.return,a)}e.flags&=~Gt}t&wi&&(e.flags&=~wi)}function $B(e,t,a){Wf=a,Gf=t,Ke=e,$8(e,t,a),Wf=null,Gf=null}function $8(e,t,a){for(var u=(e.mode&pt)!==et;Ke!==null;){var d=Ke,h=d.child;if(d.tag===Q&&u){var y=d.memoizedState!==null,C=y||sb;if(C){SE(e,t,a);continue}else{var S=d.alternate,L=S!==null&&S.memoizedState!==null,N=L||Pr,V=sb,U=Pr;sb=C,Pr=N,Pr&&!U&&(Ke=d,LB(d));for(var ie=h;ie!==null;)Ke=ie,$8(ie,t,a),ie=ie.sibling;Ke=d,sb=V,Pr=U,SE(e,t,a);continue}}(d.subtreeFlags&vr)!==Ze&&h!==null?(h.return=d,Ke=h):SE(e,t,a)}}function SE(e,t,a){for(;Ke!==null;){var u=Ke;if((u.flags&vr)!==Ze){var d=u.alternate;Ft(u);try{bB(t,d,u,a)}catch(y){Xt(u,u.return,y)}$n()}if(u===e){Ke=null;return}var h=u.sibling;if(h!==null){h.return=u.return,Ke=h;return}Ke=u.return}}function PB(e){for(;Ke!==null;){var t=Ke,a=t.child;switch(t.tag){case E:case B:case j:case ne:{if(t.mode&tt)try{zl(),tl(rr,t,t.return)}finally{Rl(t)}else tl(rr,t,t.return);break}case _:{Yf(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&EE(t,t.return,u);break}case $:{Yf(t,t.return);break}case Q:{var d=t.memoizedState!==null;if(d){P8(e);continue}break}}a!==null?(a.return=t,Ke=a):P8(e)}}function P8(e){for(;Ke!==null;){var t=Ke;if(t===e){Ke=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Ke=a;return}Ke=t.return}}function LB(e){for(;Ke!==null;){var t=Ke,a=t.child;if(t.tag===Q){var u=t.memoizedState!==null;if(u){L8(e);continue}}a!==null?(a.return=t,Ke=a):L8(e)}}function L8(e){for(;Ke!==null;){var t=Ke;Ft(t);try{xB(t)}catch(u){Xt(t,t.return,u)}if($n(),t===e){Ke=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Ke=a;return}Ke=t.return}}function MB(e,t,a,u){Ke=t,NB(t,e,a,u)}function NB(e,t,a,u){for(;Ke!==null;){var d=Ke,h=d.child;(d.subtreeFlags&Ti)!==Ze&&h!==null?(h.return=d,Ke=h):AB(e,t,a,u)}}function AB(e,t,a,u){for(;Ke!==null;){var d=Ke;if((d.flags&en)!==Ze){Ft(d);try{OB(t,d,a,u)}catch(y){Xt(d,d.return,y)}$n()}if(d===e){Ke=null;return}var h=d.sibling;if(h!==null){h.return=d.return,Ke=h;return}Ke=d.return}}function OB(e,t,a,u){switch(t.tag){case E:case B:case ne:{if(t.mode&tt){nE();try{es(Dr|nr,t)}finally{tE(t)}}else es(Dr|nr,t);break}}}function FB(e){Ke=e,RB()}function RB(){for(;Ke!==null;){var e=Ke,t=e.child;if((Ke.flags&Dt)!==Ze){var a=e.deletions;if(a!==null){for(var u=0;u<a.length;u++){var d=a[u];Ke=d,IB(d,e)}{var h=e.alternate;if(h!==null){var y=h.child;if(y!==null){h.child=null;do{var C=y.sibling;y.sibling=null,y=C}while(y!==null)}}}Ke=e}}(e.subtreeFlags&Ti)!==Ze&&t!==null?(t.return=e,Ke=t):zB()}}function zB(){for(;Ke!==null;){var e=Ke;(e.flags&en)!==Ze&&(Ft(e),BB(e),$n());var t=e.sibling;if(t!==null){t.return=e.return,Ke=t;return}Ke=e.return}}function BB(e){switch(e.tag){case E:case B:case ne:{e.mode&tt?(nE(),tl(Dr|nr,e,e.return),tE(e)):tl(Dr|nr,e,e.return);break}}}function IB(e,t){for(;Ke!==null;){var a=Ke;Ft(a),HB(a,t),$n();var u=a.child;u!==null?(u.return=a,Ke=u):UB(e)}}function UB(e){for(;Ke!==null;){var t=Ke,a=t.sibling,u=t.return;if(C8(t),t===e){Ke=null;return}if(a!==null){a.return=u,Ke=a;return}Ke=u}}function HB(e,t){switch(e.tag){case E:case B:case ne:{e.mode&tt?(nE(),tl(Dr,e,t),tE(e)):tl(Dr,e,t);break}}}function VB(e){switch(e.tag){case E:case B:case ne:{try{es(rr|nr,e)}catch(a){Xt(e,e.return,a)}break}case _:{var t=e.stateNode;try{t.componentDidMount()}catch(a){Xt(e,e.return,a)}break}}}function KB(e){switch(e.tag){case E:case B:case ne:{try{es(Dr|nr,e)}catch(t){Xt(e,e.return,t)}break}}}function jB(e){switch(e.tag){case E:case B:case ne:{try{tl(rr|nr,e,e.return)}catch(a){Xt(e,e.return,a)}break}case _:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&EE(e,e.return,t);break}}}function WB(e){switch(e.tag){case E:case B:case ne:try{tl(Dr|nr,e,e.return)}catch(t){Xt(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var Rm=Symbol.for;Rm("selector.component"),Rm("selector.has_pseudo_class"),Rm("selector.role"),Rm("selector.test_id"),Rm("selector.text")}var GB=[];function YB(){GB.forEach(function(e){return e()})}var qB=l.ReactCurrentActQueue;function QB(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function M8(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&qB.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var XB=Math.ceil,wE=l.ReactCurrentDispatcher,TE=l.ReactCurrentOwner,Mr=l.ReactCurrentBatchConfig,il=l.ReactCurrentActQueue,lr=0,N8=1,Nr=2,So=4,Va=0,zm=1,Dc=2,db=3,Bm=4,A8=5,DE=6,Et=lr,di=null,yn=null,ar=de,Il=de,$E=ju(de),ur=Va,Im=null,fb=de,Um=de,pb=de,Hm=null,zi=null,PE=0,O8=500,F8=1/0,ZB=500,Ka=null;function Vm(){F8=on()+ZB}function R8(){return F8}var vb=!1,LE=null,qf=null,$c=!1,ns=null,Km=de,ME=[],NE=null,JB=50,jm=0,AE=null,OE=!1,mb=!1,eI=50,Qf=0,hb=null,Wm=Kt,gb=de,z8=!1;function yb(){return di}function fi(){return(Et&(Nr|So))!==lr?on():(Wm!==Kt||(Wm=on()),Wm)}function rs(e){var t=e.mode;if((t&pt)===et)return nt;if((Et&Nr)!==lr&&ar!==de)return Ln(ar);var a=QR()!==qR;if(a){if(Mr.transition!==null){var u=Mr.transition;u._updatedFibers||(u._updatedFibers=new Set),u._updatedFibers.add(e)}return gb===kt&&(gb=Mv()),gb}var d=Li();if(d!==kt)return d;var h=AF();return h}function tI(e){var t=e.mode;return(t&pt)===et?nt:nk()}function sr(e,t,a,u){SI(),z8&&p("useInsertionEffect must not schedule updates."),OE&&(mb=!0),wa(e,a,u),(Et&Nr)!==de&&e===di?DI(t):(er&&Rv(e,t,a),$I(t),e===di&&((Et&Nr)===lr&&(Um=ct(Um,a)),ur===Bm&&is(e,ar)),Bi(e,u),a===nt&&Et===lr&&(t.mode&pt)===et&&!il.isBatchingLegacy&&(Vm(),R6()))}function nI(e,t,a){var u=e.current;u.lanes=t,wa(e,t,a),Bi(e,a)}function rI(e){return(Et&Nr)!==lr}function Bi(e,t){var a=e.callbackNode;Jx(e,t);var u=ec(e,e===di?ar:de);if(u===de){a!==null&&e$(a),e.callbackNode=null,e.callbackPriority=kt;return}var d=Cn(u),h=e.callbackPriority;if(h===d&&!(il.current!==null&&a!==HE)){a==null&&h!==nt&&p("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&e$(a);var y;if(d===nt)e.tag===Wu?(il.isBatchingLegacy!==null&&(il.didScheduleLegacyUpdate=!0),MR(U8.bind(null,e))):F6(U8.bind(null,e)),il.current!==null?il.current.push(Gu):FF(function(){(Et&(Nr|So))===lr&&Gu()}),y=null;else{var C;switch(oc(u)){case mr:C=Nd;break;case tr:C=ai;break;case Vo:C=mo;break;case rc:C=yl;break;default:C=mo;break}y=VE(C,B8.bind(null,e))}e.callbackPriority=d,e.callbackNode=y}function B8(e,t){if(Sz(),Wm=Kt,gb=de,(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");var a=e.callbackNode,u=Wa();if(u&&e.callbackNode!==a)return null;var d=ec(e,e===di?ar:de);if(d===de)return null;var h=!nc(e,d)&&!Py(e,d)&&!t,y=h?pI(e,d):xb(e,d);if(y!==Va){if(y===Dc){var C=Pv(e);C!==de&&(d=C,y=FE(e,C))}if(y===zm){var S=Im;throw Pc(e,de),is(e,d),Bi(e,on()),S}if(y===DE)is(e,d);else{var L=!nc(e,d),N=e.current.alternate;if(L&&!oI(N)){if(y=xb(e,d),y===Dc){var V=Pv(e);V!==de&&(d=V,y=FE(e,V))}if(y===zm){var U=Im;throw Pc(e,de),is(e,d),Bi(e,on()),U}}e.finishedWork=N,e.finishedLanes=d,iI(e,y,d)}}return Bi(e,on()),e.callbackNode===a?B8.bind(null,e):null}function FE(e,t){var a=Hm;if(Nn(e)){var u=Pc(e,t);u.flags|=fn,SR(e.containerInfo)}var d=xb(e,t);if(d!==Dc){var h=zi;zi=a,h!==null&&I8(h)}return d}function I8(e){zi===null?zi=e:zi.push.apply(zi,e)}function iI(e,t,a){switch(t){case Va:case zm:throw new Error("Root did not complete. This is a bug in React.");case Dc:{Lc(e,zi,Ka);break}case db:{if(is(e,a),rf(a)&&!t$()){var u=PE+O8-on();if(u>10){var d=ec(e,de);if(d!==de)break;var h=e.suspendedLanes;if(!Sa(h,a)){fi(),Ov(e,h);break}e.timeoutHandle=Nk(Lc.bind(null,e,zi,Ka),u);break}}Lc(e,zi,Ka);break}case Bm:{if(is(e,a),$y(a))break;if(!t$()){var y=Dy(e,a),C=y,S=on()-C,L=_I(S)-S;if(L>10){e.timeoutHandle=Nk(Lc.bind(null,e,zi,Ka),L);break}}Lc(e,zi,Ka);break}case A8:{Lc(e,zi,Ka);break}default:throw new Error("Unknown root exit status.")}}function oI(e){for(var t=e;;){if(t.flags&Gs){var a=t.updateQueue;if(a!==null){var u=a.stores;if(u!==null)for(var d=0;d<u.length;d++){var h=u[d],y=h.getSnapshot,C=h.value;try{if(!Ve(y(),C))return!1}catch{return!1}}}}var S=t.child;if(t.subtreeFlags&Gs&&S!==null){S.return=t,t=S;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 is(e,t){t=Du(t,pb),t=Du(t,Um),Av(e,t)}function U8(e){if(wz(),(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");Wa();var t=ec(e,de);if(!Yr(t,nt))return Bi(e,on()),null;var a=xb(e,t);if(e.tag!==Wu&&a===Dc){var u=Pv(e);u!==de&&(t=u,a=FE(e,u))}if(a===zm){var d=Im;throw Pc(e,de),is(e,t),Bi(e,on()),d}if(a===DE)throw new Error("Root did not complete. This is a bug in React.");var h=e.current.alternate;return e.finishedWork=h,e.finishedLanes=t,Lc(e,zi,Ka),Bi(e,on()),null}function lI(e,t){t!==de&&($u(e,ct(t,nt)),Bi(e,on()),(Et&(Nr|So))===lr&&(Vm(),Gu()))}function RE(e,t){var a=Et;Et|=N8;try{return e(t)}finally{Et=a,Et===lr&&!il.isBatchingLegacy&&(Vm(),R6())}}function aI(e,t,a,u,d){var h=Li(),y=Mr.transition;try{return Mr.transition=null,Mn(mr),e(t,a,u,d)}finally{Mn(h),Mr.transition=y,Et===lr&&Vm()}}function ja(e){ns!==null&&ns.tag===Wu&&(Et&(Nr|So))===lr&&Wa();var t=Et;Et|=N8;var a=Mr.transition,u=Li();try{return Mr.transition=null,Mn(mr),e?e():void 0}finally{Mn(u),Mr.transition=a,Et=t,(Et&(Nr|So))===lr&&Gu()}}function H8(){return(Et&(Nr|So))!==lr}function bb(e,t){Qr($E,Il,e),Il=ct(Il,t)}function zE(e){Il=$E.current,qr($E,e)}function Pc(e,t){e.finishedWork=null,e.finishedLanes=de;var a=e.timeoutHandle;if(a!==Ak&&(e.timeoutHandle=Ak,OF(a)),yn!==null)for(var u=yn.return;u!==null;){var d=u.alternate;g8(d,u),u=u.return}di=e;var h=Mc(e.current,null);return yn=h,ar=Il=t,ur=Va,Im=null,fb=de,Um=de,pb=de,Hm=null,zi=null,ez(),Qo.discardPendingWarnings(),h}function V8(e,t){do{var a=yn;try{if(T0(),bD(),$n(),TE.current=null,a===null||a.return===null){ur=zm,Im=t,yn=null;return}if(Fe&&a.mode&tt&&ob(a,!0),Be)if(ha(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var u=t;Sy(a,u,ar)}else zd(a,t,ar);Lz(e,a.return,a,t,ar),G8(a)}catch(d){t=d,yn===a&&a!==null?(a=a.return,yn=a):a=yn;continue}return}while(!0)}function K8(){var e=wE.current;return wE.current=eb,e===null?eb:e}function j8(e){wE.current=e}function uI(){PE=on()}function Gm(e){fb=ct(e,fb)}function sI(){ur===Va&&(ur=db)}function BE(){(ur===Va||ur===db||ur===Dc)&&(ur=Bm),di!==null&&(tc(fb)||tc(Um))&&is(di,ar)}function cI(e){ur!==Bm&&(ur=Dc),Hm===null?Hm=[e]:Hm.push(e)}function dI(){return ur===Va}function xb(e,t){var a=Et;Et|=Nr;var u=K8();if(di!==e||ar!==t){if(er){var d=e.memoizedUpdaters;d.size>0&&(Ym(e,ar),d.clear()),af(e,t)}Ka=zv(),Pc(e,t)}Qi(t);do try{fI();break}catch(h){V8(e,h)}while(!0);if(T0(),Et=a,j8(u),yn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return Cu(),di=null,ar=de,ur}function fI(){for(;yn!==null;)W8(yn)}function pI(e,t){var a=Et;Et|=Nr;var u=K8();if(di!==e||ar!==t){if(er){var d=e.memoizedUpdaters;d.size>0&&(Ym(e,ar),d.clear()),af(e,t)}Ka=zv(),Vm(),Pc(e,t)}Qi(t);do try{vI();break}catch(h){V8(e,h)}while(!0);return T0(),j8(u),Et=a,yn!==null?(Qs(),Va):(Cu(),di=null,ar=de,ur)}function vI(){for(;yn!==null&&!Md();)W8(yn)}function W8(e){var t=e.alternate;Ft(e);var a;(e.mode&tt)!==et?(eE(e),a=IE(t,e,Il),ob(e,!0)):a=IE(t,e,Il),$n(),e.memoizedProps=e.pendingProps,a===null?G8(e):yn=a,TE.current=null}function G8(e){var t=e;do{var a=t.alternate,u=t.return;if((t.flags&ii)===Ze){Ft(t);var d=void 0;if((t.mode&tt)===et?d=h8(a,t,Il):(eE(t),d=h8(a,t,Il),ob(t,!1)),$n(),d!==null){yn=d;return}}else{var h=sB(a,t);if(h!==null){h.flags&=hy,yn=h;return}if((t.mode&tt)!==et){ob(t,!1);for(var y=t.actualDuration,C=t.child;C!==null;)y+=C.actualDuration,C=C.sibling;t.actualDuration=y}if(u!==null)u.flags|=ii,u.subtreeFlags=Ze,u.deletions=null;else{ur=DE,yn=null;return}}var S=t.sibling;if(S!==null){yn=S;return}t=u,yn=t}while(t!==null);ur===Va&&(ur=A8)}function Lc(e,t,a){var u=Li(),d=Mr.transition;try{Mr.transition=null,Mn(mr),mI(e,t,a,u)}finally{Mr.transition=d,Mn(u)}return null}function mI(e,t,a,u){do Wa();while(ns!==null);if(wI(),(Et&(Nr|So))!==lr)throw new Error("Should not already be working.");var d=e.finishedWork,h=e.finishedLanes;if(Od(h),d===null)return Sv(),null;if(h===de&&p("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=de,d===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=kt;var y=ct(d.lanes,d.childLanes);Fv(e,y),e===di&&(di=null,yn=null,ar=de),((d.subtreeFlags&Ti)!==Ze||(d.flags&Ti)!==Ze)&&($c||($c=!0,NE=a,VE(mo,function(){return Wa(),null})));var C=(d.subtreeFlags&(xu|Kr|vr|Ti))!==Ze,S=(d.flags&(xu|Kr|vr|Ti))!==Ze;if(C||S){var L=Mr.transition;Mr.transition=null;var N=Li();Mn(mr);var V=Et;Et|=So,TE.current=null,vB(e,d),KD(),DB(e,d,h),DF(e.containerInfo),e.current=d,wy(h),$B(d,e,h),Eu(),by(),Et=V,Mn(N),Mr.transition=L}else e.current=d,KD();var U=$c;if($c?($c=!1,ns=e,Km=h):(Qf=0,hb=null),y=e.pendingLanes,y===de&&(qf=null),U||X8(e.current,!1),Io(d.stateNode,u),er&&e.memoizedUpdaters.clear(),YB(),Bi(e,on()),t!==null)for(var ie=e.onRecoverableError,le=0;le<t.length;le++){var se=t[le],Re=se.stack,Je=se.digest;ie(se.value,{componentStack:Re,digest:Je})}if(vb){vb=!1;var Ye=LE;throw LE=null,Ye}return Yr(Km,nt)&&e.tag!==Wu&&Wa(),y=e.pendingLanes,Yr(y,nt)?(_z(),e===AE?jm++:(jm=0,AE=e)):jm=0,Gu(),Sv(),null}function Wa(){if(ns!==null){var e=oc(Km),t=ik(Vo,e),a=Mr.transition,u=Li();try{return Mr.transition=null,Mn(t),gI()}finally{Mn(u),Mr.transition=a}}return!1}function hI(e){ME.push(e),$c||($c=!0,VE(mo,function(){return Wa(),null}))}function gI(){if(ns===null)return!1;var e=NE;NE=null;var t=ns,a=Km;if(ns=null,Km=de,(Et&(Nr|So))!==lr)throw new Error("Cannot flush passive effects while already rendering.");OE=!0,mb=!1,Ty(a);var u=Et;Et|=So,FB(t.current),MB(t,t.current,a,e);{var d=ME;ME=[];for(var h=0;h<d.length;h++){var y=d[h];yB(t,y)}}qs(),X8(t.current,!0),Et=u,Gu(),mb?t===hb?Qf++:(Qf=0,hb=t):Qf=0,OE=!1,mb=!1,xl(t);{var C=t.current.stateNode;C.effectDuration=0,C.passiveEffectDuration=0}return!0}function Y8(e){return qf!==null&&qf.has(e)}function yI(e){qf===null?qf=new Set([e]):qf.add(e)}function bI(e){vb||(vb=!0,LE=e)}var xI=bI;function q8(e,t,a){var u=wc(a,t),d=WD(e,u,nt),h=qu(e,d,nt),y=fi();h!==null&&(wa(h,nt,y),Bi(h,y))}function Xt(e,t,a){if(dB(a),qm(!1),e.tag===w){q8(e,e,a);return}var u=null;for(u=t;u!==null;){if(u.tag===w){q8(u,e,a);return}else if(u.tag===_){var d=u.type,h=u.stateNode;if(typeof d.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&!Y8(h)){var y=wc(a,e),C=lE(u,y,nt),S=qu(u,C,nt),L=fi();S!==null&&(wa(S,nt,L),Bi(S,L));return}}u=u.return}p(`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 oI(e,t,a){var u=e.pingCache;u!==null&&u.delete(t);var d=di();Mv(e,a),vI(e),ci===e&&Sa(ar,a)&&(ur===Fm||ur===ub&&nf(ar)&&rn()-_E<P8?$c(e,de):cb=ct(cb,a)),zi(e,d)}function j8(e,t){t===kt&&(t=BB(e));var a=di(),u=Oi(e,t);u!==null&&(wa(u,t,a),zi(u,a))}function lI(e){var t=e.memoizedState,a=kt;t!==null&&(a=t.retryLane),j8(e,a)}function aI(e,t){var a=kt,u;switch(e.tag){case R:u=e.stateNode;var d=e.memoizedState;d!==null&&(a=d.retryLane);break;case W: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),j8(e,a)}function uI(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:OB(e/1960)*1960}function sI(){if(Hm>RB)throw Hm=0,PE=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.");qf>zB&&(qf=0,pb=null,p("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 cI(){qo.flushLegacyContextWarning(),qo.flushPendingUnsafeLifecycleWarnings()}function W8(e,t){Ot(e),yb(e,Vr,$B),t&&yb(e,va,PB),yb(e,Vr,TB),t&&yb(e,va,DB),$n()}function yb(e,t,a){for(var u=e,d=null;u!==null;){var m=u.subtreeFlags&t;u!==d&&u.child!==null&&m!==Ze?u=u.child:((u.flags&t)!==Ze&&a(u),u.sibling!==null?u=u.sibling:u=d=u.return)}}var bb=null;function G8(e){{if((Et&Nr)!==lr||!(e.mode&pt))return;var t=e.tag;if(t!==T&&t!==_&&t!==S&&t!==E&&t!==B&&t!==j&&t!==ne)return;var a=ut(e)||"ReactComponent";if(bb!==null){if(bb.has(a))return;bb.add(a)}else bb=new Set([a]);var u=kn;try{Ot(e),p("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?Ot(e):$n()}}}var FE;{var dI=null;FE=function(e,t,a){var u=t$(dI,t);try{return l8(e,t,a)}catch(m){if(SR()||m!==null&&typeof m=="object"&&typeof m.then=="function")throw m;if(S0(),vD(),f8(e,t),t$(t,u),t.mode&tt&&Q4(t),pa(null,l8,null,e,t,a),Gx()){var d=dv();typeof d=="object"&&d!==null&&d._suppressLogging&&typeof m=="object"&&m!==null&&!m._suppressLogging&&(m._suppressLogging=!0)}throw m}}}var Y8=!1,RE;RE=new Set;function fI(e){if(xi&&!oz())switch(e.tag){case E:case B:case ne:{var t=gn&&ut(gn)||"Unknown",a=t;if(!RE.has(a)){RE.add(a);var u=ut(e)||"Unknown";p("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 S:{Y8||(p("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),Y8=!0);break}}}function jm(e,t){if(er){var a=e.memoizedUpdaters;a.forEach(function(u){Av(e,u,t)})}}var zE={};function BE(e,t){{var a=rl.current;return a!==null?(a.push(t),zE):Pd(e,t)}}function q8(e){if(e!==zE)return my(e)}function Q8(){return rl.current!==null}function pI(e){{if(e.mode&pt){if(!T8())return}else if(!AB()||Et!==lr||e.tag!==E&&e.tag!==B&&e.tag!==ne)return;if(rl.current===null){var t=kn;try{Ot(e),p(`An update to %s inside a test was not wrapped in act(...).
145
+ %s`,a)}function kI(e,t,a){var u=e.pingCache;u!==null&&u.delete(t);var d=fi();Ov(e,a),PI(e),di===e&&Sa(ar,a)&&(ur===Bm||ur===db&&rf(ar)&&on()-PE<O8?Pc(e,de):pb=ct(pb,a)),Bi(e,d)}function Q8(e,t){t===kt&&(t=tI(e));var a=fi(),u=Fi(e,t);u!==null&&(wa(u,t,a),Bi(u,a))}function EI(e){var t=e.memoizedState,a=kt;t!==null&&(a=t.retryLane),Q8(e,a)}function CI(e,t){var a=kt,u;switch(e.tag){case R:u=e.stateNode;var d=e.memoizedState;d!==null&&(a=d.retryLane);break;case G: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),Q8(e,a)}function _I(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:XB(e/1960)*1960}function SI(){if(jm>JB)throw jm=0,AE=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.");Qf>eI&&(Qf=0,hb=null,p("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 wI(){Qo.flushLegacyContextWarning(),Qo.flushPendingUnsafeLifecycleWarnings()}function X8(e,t){Ft(e),kb(e,Vr,jB),t&&kb(e,ma,WB),kb(e,Vr,VB),t&&kb(e,ma,KB),$n()}function kb(e,t,a){for(var u=e,d=null;u!==null;){var h=u.subtreeFlags&t;u!==d&&u.child!==null&&h!==Ze?u=u.child:((u.flags&t)!==Ze&&a(u),u.sibling!==null?u=u.sibling:u=d=u.return)}}var Eb=null;function Z8(e){{if((Et&Nr)!==lr||!(e.mode&pt))return;var t=e.tag;if(t!==T&&t!==w&&t!==_&&t!==E&&t!==B&&t!==j&&t!==ne)return;var a=ut(e)||"ReactComponent";if(Eb!==null){if(Eb.has(a))return;Eb.add(a)}else Eb=new Set([a]);var u=kn;try{Ft(e),p("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?Ft(e):$n()}}}var IE;{var TI=null;IE=function(e,t,a){var u=l$(TI,t);try{return d8(e,t,a)}catch(h){if(IR()||h!==null&&typeof h=="object"&&typeof h.then=="function")throw h;if(T0(),bD(),g8(e,t),l$(t,u),t.mode&tt&&eE(t),va(null,d8,null,e,t,a),Xx()){var d=vv();typeof d=="object"&&d!==null&&d._suppressLogging&&typeof h=="object"&&h!==null&&!h._suppressLogging&&(h._suppressLogging=!0)}throw h}}}var J8=!1,UE;UE=new Set;function DI(e){if(ki&&!kz())switch(e.tag){case E:case B:case ne:{var t=yn&&ut(yn)||"Unknown",a=t;if(!UE.has(a)){UE.add(a);var u=ut(e)||"Unknown";p("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 _:{J8||(p("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),J8=!0);break}}}function Ym(e,t){if(er){var a=e.memoizedUpdaters;a.forEach(function(u){Rv(e,u,t)})}}var HE={};function VE(e,t){{var a=il.current;return a!==null?(a.push(t),HE):Ld(e,t)}}function e$(e){if(e!==HE)return yy(e)}function t$(){return il.current!==null}function $I(e){{if(e.mode&pt){if(!M8())return}else if(!QB()||Et!==lr||e.tag!==E&&e.tag!==B&&e.tag!==ne)return;if(il.current===null){var t=kn;try{Ft(e),p(`An update to %s inside a test was not wrapped in act(...).
146
146
 
147
147
  When testing, code that causes React state updates should be wrapped into act(...):
148
148
 
@@ -151,7 +151,7 @@ act(() => {
151
151
  });
152
152
  /* assert on the output */
153
153
 
154
- This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,ut(e))}finally{t?Ot(e):$n()}}}}function vI(e){e.tag!==Ku&&T8()&&rl.current===null&&p(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
154
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,ut(e))}finally{t?Ft(e):$n()}}}}function PI(e){e.tag!==Wu&&M8()&&il.current===null&&p(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
155
155
 
156
156
  When testing, code that resolves suspended data should be wrapped into act(...):
157
157
 
@@ -160,15 +160,15 @@ act(() => {
160
160
  });
161
161
  /* assert on the output */
162
162
 
163
- This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function Wm(e){N8=e}var wo=null,Qf=null,mI=function(e){wo=e};function Xf(e){{if(wo===null)return e;var t=wo(e);return t===void 0?e:t.current}}function IE(e){return Xf(e)}function UE(e){{if(wo===null)return e;var t=wo(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=Xf(e.render);if(e.render!==a){var u={$$typeof:iu,render:a};return e.displayName!==void 0&&(u.displayName=e.displayName),u}}return e}return t.current}}function X8(e,t){{if(wo===null)return!1;var a=e.elementType,u=t.type,d=!1,m=typeof u=="object"&&u!==null?u.$$typeof:null;switch(e.tag){case S:{typeof u=="function"&&(d=!0);break}case E:{(typeof u=="function"||m===Sr)&&(d=!0);break}case B:{(m===iu||m===Sr)&&(d=!0);break}case j:case ne:{(m===ou||m===Sr)&&(d=!0);break}default:return!1}if(d){var y=wo(a);if(y!==void 0&&y===wo(u))return!0}return!1}}function Z8(e){{if(wo===null||typeof WeakSet!="function")return;Qf===null&&(Qf=new WeakSet),Qf.add(e)}}var hI=function(e,t){{if(wo===null)return;var a=t.staleFamilies,u=t.updatedFamilies;ja(),Ka(function(){HE(e.current,u,a)})}},gI=function(e,t){{if(e.context!==Xi)return;ja(),Ka(function(){Gm(t,e,null,null)})}};function HE(e,t,a){{var u=e.alternate,d=e.child,m=e.sibling,y=e.tag,C=e.type,w=null;switch(y){case E:case ne:case S:w=C;break;case B:w=C.render;break}if(wo===null)throw new Error("Expected resolveFamily to be set during hot reload.");var L=!1,N=!1;if(w!==null){var V=wo(w);V!==void 0&&(a.has(V)?N=!0:t.has(V)&&(y===S?N=!0:L=!0))}if(Qf!==null&&(Qf.has(e)||u!==null&&Qf.has(u))&&(N=!0),N&&(e._debugNeedsRemount=!0),N||L){var U=Oi(e,nt);U!==null&&sr(U,e,nt,Vt)}d!==null&&!N&&HE(d,t,a),m!==null&&HE(m,t,a)}}var yI=function(e,t){{var a=new Set,u=new Set(t.map(function(d){return d.current}));return VE(e.current,u,a),a}};function VE(e,t,a){{var u=e.child,d=e.sibling,m=e.tag,y=e.type,C=null;switch(m){case E:case ne:case S:C=y;break;case B:C=y.render;break}var w=!1;C!==null&&t.has(C)&&(w=!0),w?bI(e,a):u!==null&&VE(u,t,a),d!==null&&VE(d,t,a)}}function bI(e,t){{var a=xI(e,t);if(a)return;for(var u=e;;){switch(u.tag){case $:t.add(u.stateNode);return;case D:t.add(u.stateNode.containerInfo);return;case _:t.add(u.stateNode.containerInfo);return}if(u.return===null)throw new Error("Expected to reach root first.");u=u.return}}}function xI(e,t){for(var a=e,u=!1;;){if(a.tag===$)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 KE;{KE=!1;try{var J8=Object.preventExtensions({})}catch{KE=!0}}function kI(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=Ze,this.subtreeFlags=Ze,this.deletions=null,this.lanes=de,this.childLanes=de,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,!KE&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Zi=function(e,t,a,u){return new kI(e,t,a,u)};function jE(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function EI(e){return typeof e=="function"&&!jE(e)&&e.defaultProps===void 0}function CI(e){if(typeof e=="function")return jE(e)?S:E;if(e!=null){var t=e.$$typeof;if(t===iu)return B;if(t===ou)return j}return T}function Lc(e,t){var a=e.alternate;a===null?(a=Zi(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=Ze,a.subtreeFlags=Ze,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&Jn,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 T:case E:case ne:a.type=Xf(e.type);break;case S:a.type=IE(e.type);break;case B:a.type=UE(e.type);break}return a}function SI(e,t){e.flags&=Jn|Wt;var a=e.alternate;if(a===null)e.childLanes=de,e.lanes=t,e.child=null,e.subtreeFlags=Ze,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=Ze,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 wI(e,t,a){var u;return e===h0?(u=pt,t===!0&&(u|=on,u|=Di)):u=et,er&&(u|=tt),Zi(_,null,null,u)}function WE(e,t,a,u,d,m){var y=T,C=e;if(typeof e=="function")jE(e)?(y=S,C=IE(C)):C=Xf(C);else if(typeof e=="string")y=$;else e:switch(e){case $o:return rs(a.children,d,m,t);case ru:y=I,d|=on,(d&pt)!==et&&(d|=Di);break;case Es:return _I(a,d,m,t);case co:return TI(a,d,m,t);case Cs:return DI(a,d,m,t);case Np:return e$(a,d,m,t);case Sg:case Eg:case wx:case _x:case Cg:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Lp:y=Q;break e;case Mp:y=re;break e;case iu:y=B,C=UE(C);break e;case ou:y=j;break e;case Sr:y=M,C=null;break e}var w="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(w+=" 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 L=u?ut(u):null;L&&(w+=`
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 qm(e){z8=e}var wo=null,Xf=null,LI=function(e){wo=e};function Zf(e){{if(wo===null)return e;var t=wo(e);return t===void 0?e:t.current}}function KE(e){return Zf(e)}function jE(e){{if(wo===null)return e;var t=wo(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=Zf(e.render);if(e.render!==a){var u={$$typeof:lu,render:a};return e.displayName!==void 0&&(u.displayName=e.displayName),u}}return e}return t.current}}function n$(e,t){{if(wo===null)return!1;var a=e.elementType,u=t.type,d=!1,h=typeof u=="object"&&u!==null?u.$$typeof:null;switch(e.tag){case _:{typeof u=="function"&&(d=!0);break}case E:{(typeof u=="function"||h===_r)&&(d=!0);break}case B:{(h===lu||h===_r)&&(d=!0);break}case j:case ne:{(h===au||h===_r)&&(d=!0);break}default:return!1}if(d){var y=wo(a);if(y!==void 0&&y===wo(u))return!0}return!1}}function r$(e){{if(wo===null||typeof WeakSet!="function")return;Xf===null&&(Xf=new WeakSet),Xf.add(e)}}var MI=function(e,t){{if(wo===null)return;var a=t.staleFamilies,u=t.updatedFamilies;Wa(),ja(function(){WE(e.current,u,a)})}},NI=function(e,t){{if(e.context!==Zi)return;Wa(),ja(function(){Qm(t,e,null,null)})}};function WE(e,t,a){{var u=e.alternate,d=e.child,h=e.sibling,y=e.tag,C=e.type,S=null;switch(y){case E:case ne:case _:S=C;break;case B:S=C.render;break}if(wo===null)throw new Error("Expected resolveFamily to be set during hot reload.");var L=!1,N=!1;if(S!==null){var V=wo(S);V!==void 0&&(a.has(V)?N=!0:t.has(V)&&(y===_?N=!0:L=!0))}if(Xf!==null&&(Xf.has(e)||u!==null&&Xf.has(u))&&(N=!0),N&&(e._debugNeedsRemount=!0),N||L){var U=Fi(e,nt);U!==null&&sr(U,e,nt,Kt)}d!==null&&!N&&WE(d,t,a),h!==null&&WE(h,t,a)}}var AI=function(e,t){{var a=new Set,u=new Set(t.map(function(d){return d.current}));return GE(e.current,u,a),a}};function GE(e,t,a){{var u=e.child,d=e.sibling,h=e.tag,y=e.type,C=null;switch(h){case E:case ne:case _:C=y;break;case B:C=y.render;break}var S=!1;C!==null&&t.has(C)&&(S=!0),S?OI(e,a):u!==null&&GE(u,t,a),d!==null&&GE(d,t,a)}}function OI(e,t){{var a=FI(e,t);if(a)return;for(var u=e;;){switch(u.tag){case $:t.add(u.stateNode);return;case D:t.add(u.stateNode.containerInfo);return;case w:t.add(u.stateNode.containerInfo);return}if(u.return===null)throw new Error("Expected to reach root first.");u=u.return}}}function FI(e,t){for(var a=e,u=!1;;){if(a.tag===$)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 YE;{YE=!1;try{var i$=Object.preventExtensions({})}catch{YE=!0}}function RI(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=Ze,this.subtreeFlags=Ze,this.deletions=null,this.lanes=de,this.childLanes=de,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,!YE&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Ji=function(e,t,a,u){return new RI(e,t,a,u)};function qE(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function zI(e){return typeof e=="function"&&!qE(e)&&e.defaultProps===void 0}function BI(e){if(typeof e=="function")return qE(e)?_:E;if(e!=null){var t=e.$$typeof;if(t===lu)return B;if(t===au)return j}return T}function Mc(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=Ze,a.subtreeFlags=Ze,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&Jn,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 T:case E:case ne:a.type=Zf(e.type);break;case _:a.type=KE(e.type);break;case B:a.type=jE(e.type);break}return a}function II(e,t){e.flags&=Jn|Gt;var a=e.alternate;if(a===null)e.childLanes=de,e.lanes=t,e.child=null,e.subtreeFlags=Ze,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=Ze,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 UI(e,t,a){var u;return e===b0?(u=pt,t===!0&&(u|=ln,u|=$i)):u=et,er&&(u|=tt),Ji(w,null,null,u)}function QE(e,t,a,u,d,h){var y=T,C=e;if(typeof e=="function")qE(e)?(y=_,C=KE(C)):C=Zf(C);else if(typeof e=="string")y=$;else e:switch(e){case Po:return os(a.children,d,h,t);case ou:y=I,d|=ln,(d&pt)!==et&&(d|=$i);break;case Cs:return HI(a,d,h,t);case fo:return VI(a,d,h,t);case _s:return KI(a,d,h,t);case Fp:return o$(a,d,h,t);case Tg:case Sg:case $x:case Px:case wg:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Ap:y=q;break e;case Op:y=re;break e;case lu:y=B,C=jE(C);break e;case au:y=j;break e;case _r:y=M,C=null;break e}var S="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(S+=" 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 L=u?ut(u):null;L&&(S+=`
164
164
 
165
- Check the render method of \``+L+"`.")}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)+"."+w))}}var N=Zi(y,a,t,d);return N.elementType=e,N.type=C,N.lanes=m,N._debugOwner=u,N}function GE(e,t,a){var u=null;u=e._owner;var d=e.type,m=e.key,y=e.props,C=WE(d,m,y,u,t,a);return C._debugSource=e._source,C._debugOwner=e._owner,C}function rs(e,t,a,u){var d=Zi(F,e,u,t);return d.lanes=a,d}function _I(e,t,a,u){typeof e.id!="string"&&p('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var d=Zi(Y,e,u,t|tt);return d.elementType=Es,d.lanes=a,d.stateNode={effectDuration:0,passiveEffectDuration:0},d}function TI(e,t,a,u){var d=Zi(R,e,u,t);return d.elementType=co,d.lanes=a,d}function DI(e,t,a,u){var d=Zi(W,e,u,t);return d.elementType=Cs,d.lanes=a,d}function e$(e,t,a,u){var d=Zi(q,e,u,t);d.elementType=Np,d.lanes=a;var m={isHidden:!1};return d.stateNode=m,d}function YE(e,t,a){var u=Zi(A,e,null,t);return u.lanes=a,u}function $I(){var e=Zi($,null,null,et);return e.elementType="DELETED",e}function PI(e){var t=Zi(K,null,null,et);return t.stateNode=e,t}function qE(e,t,a){var u=e.children!==null?e.children:[],d=Zi(D,u,e.key,t);return d.lanes=a,d.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},d}function t$(e,t){return e===null&&(e=Zi(T,null,null,et)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function LI(e,t,a,u,d){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=Pk,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=kt,this.eventTimes=of(de),this.expirationTimes=of(Vt),this.pendingLanes=de,this.suspendedLanes=de,this.pingedLanes=de,this.expiredLanes=de,this.mutableReadLanes=de,this.finishedLanes=de,this.entangledLanes=de,this.entanglements=of(de),this.identifierPrefix=u,this.onRecoverableError=d,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var m=this.pendingUpdatersLaneMap=[],y=0;y<Yt;y++)m.push(new Set)}switch(t){case h0:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Ku:this._debugRootType=a?"hydrate()":"render()";break}}function n$(e,t,a,u,d,m,y,C,w,L){var N=new LI(e,t,a,C,w),V=wI(t,m);N.current=V,V.stateNode=N;{var U={element:u,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};V.memoizedState=U}return r4(V),N}var QE="18.2.0";function MI(e,t,a){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return dt(u),{$$typeof:Hi,key:u==null?null:""+u,children:e,containerInfo:t,implementation:a}}var XE,ZE;XE=!1,ZE={};function r$(e){if(!e)return Xi;var t=Ci(e),a=mR(t);if(t.tag===S){var u=t.type;if(Ml(u))return $6(t,u,a)}return a}function NI(e,t){{var a=Ci(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 d=Ti(a);if(d===null)return null;if(d.mode&on){var m=ut(a)||"Component";if(!ZE[m]){ZE[m]=!0;var y=kn;try{Ot(d),a.mode&on?p("%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,m):p("%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,m)}finally{y?Ot(y):$n()}}}return d.stateNode}}function i$(e,t,a,u,d,m,y,C){var w=!1,L=null;return n$(e,t,w,L,a,u,d,m,y)}function o$(e,t,a,u,d,m,y,C,w,L){var N=!0,V=n$(a,u,N,e,d,m,y,C,w);V.context=r$(null);var U=V.current,ie=di(),le=ts(U),se=Ia(ie,le);return se.callback=t??null,Gu(U,se,le),IB(V,le,ie),V}function Gm(e,t,a,u){gy(t,e);var d=t.current,m=di(),y=ts(d);ha(y);var C=r$(a);t.context===null?t.context=C:t.pendingContext=C,xi&&kn!==null&&!XE&&(XE=!0,p(`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 \``+L+"`.")}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)+"."+S))}}var N=Ji(y,a,t,d);return N.elementType=e,N.type=C,N.lanes=h,N._debugOwner=u,N}function XE(e,t,a){var u=null;u=e._owner;var d=e.type,h=e.key,y=e.props,C=QE(d,h,y,u,t,a);return C._debugSource=e._source,C._debugOwner=e._owner,C}function os(e,t,a,u){var d=Ji(F,e,u,t);return d.lanes=a,d}function HI(e,t,a,u){typeof e.id!="string"&&p('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var d=Ji(W,e,u,t|tt);return d.elementType=Cs,d.lanes=a,d.stateNode={effectDuration:0,passiveEffectDuration:0},d}function VI(e,t,a,u){var d=Ji(R,e,u,t);return d.elementType=fo,d.lanes=a,d}function KI(e,t,a,u){var d=Ji(G,e,u,t);return d.elementType=_s,d.lanes=a,d}function o$(e,t,a,u){var d=Ji(Q,e,u,t);d.elementType=Fp,d.lanes=a;var h={isHidden:!1};return d.stateNode=h,d}function ZE(e,t,a){var u=Ji(A,e,null,t);return u.lanes=a,u}function jI(){var e=Ji($,null,null,et);return e.elementType="DELETED",e}function WI(e){var t=Ji(K,null,null,et);return t.stateNode=e,t}function JE(e,t,a){var u=e.children!==null?e.children:[],d=Ji(D,u,e.key,t);return d.lanes=a,d.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},d}function l$(e,t){return e===null&&(e=Ji(T,null,null,et)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function GI(e,t,a,u,d){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=Ak,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=kt,this.eventTimes=lf(de),this.expirationTimes=lf(Kt),this.pendingLanes=de,this.suspendedLanes=de,this.pingedLanes=de,this.expiredLanes=de,this.mutableReadLanes=de,this.finishedLanes=de,this.entangledLanes=de,this.entanglements=lf(de),this.identifierPrefix=u,this.onRecoverableError=d,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var h=this.pendingUpdatersLaneMap=[],y=0;y<qt;y++)h.push(new Set)}switch(t){case b0:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Wu:this._debugRootType=a?"hydrate()":"render()";break}}function a$(e,t,a,u,d,h,y,C,S,L){var N=new GI(e,t,a,C,S),V=UI(t,h);N.current=V,V.stateNode=N;{var U={element:u,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};V.memoizedState=U}return a4(V),N}var e3="18.2.0";function YI(e,t,a){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return dt(u),{$$typeof:Vi,key:u==null?null:""+u,children:e,containerInfo:t,implementation:a}}var t3,n3;t3=!1,n3={};function u$(e){if(!e)return Zi;var t=_i(e),a=LR(t);if(t.tag===_){var u=t.type;if(Nl(u))return A6(t,u,a)}return a}function qI(e,t){{var a=_i(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 d=Di(a);if(d===null)return null;if(d.mode&ln){var h=ut(a)||"Component";if(!n3[h]){n3[h]=!0;var y=kn;try{Ft(d),a.mode&ln?p("%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,h):p("%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,h)}finally{y?Ft(y):$n()}}}return d.stateNode}}function s$(e,t,a,u,d,h,y,C){var S=!1,L=null;return a$(e,t,S,L,a,u,d,h,y)}function c$(e,t,a,u,d,h,y,C,S,L){var N=!0,V=a$(a,u,N,e,d,h,y,C,S);V.context=u$(null);var U=V.current,ie=fi(),le=rs(U),se=Ua(ie,le);return se.callback=t??null,qu(U,se,le),nI(V,le,ie),V}function Qm(e,t,a,u){xy(t,e);var d=t.current,h=fi(),y=rs(d);ga(y);var C=u$(a);t.context===null?t.context=C:t.pendingContext=C,ki&&kn!==null&&!t3&&(t3=!0,p(`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.`,ut(kn)||"Unknown"));var w=Ia(m,y);w.payload={element:e},u=u===void 0?null:u,u!==null&&(typeof u!="function"&&p("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",u),w.callback=u);var L=Gu(d,w,y);return L!==null&&(sr(L,d,y,m),$0(L,d,y)),y}function xb(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case $:return t.child.stateNode;default:return t.child.stateNode}}function AI(e){switch(e.tag){case _:{var t=e.stateNode;if(Nn(t)){var a=Qx(t);KB(t,a)}break}case R:{Ka(function(){var d=Oi(e,nt);if(d!==null){var m=di();sr(d,e,nt,m)}});var u=nt;JE(e,u);break}}}function l$(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=$y(a.retryLane,t))}function JE(e,t){l$(e,t);var a=e.alternate;a&&l$(a,t)}function OI(e){if(e.tag===R){var t=Eu,a=Oi(e,t);if(a!==null){var u=di();sr(a,e,t,u)}JE(e,t)}}function FI(e){if(e.tag===R){var t=ts(e),a=Oi(e,t);if(a!==null){var u=di();sr(a,e,t,u)}JE(e,t)}}function a$(e){var t=vy(e);return t===null?null:t.stateNode}var u$=function(e){return null};function RI(e){return u$(e)}var s$=function(e){return!1};function zI(e){return s$(e)}var c$=null,d$=null,f$=null,p$=null,v$=null,m$=null,h$=null,g$=null,y$=null;{var b$=function(e,t,a){var u=t[a],d=In(e)?e.slice():gt({},e);return a+1===t.length?(In(d)?d.splice(u,1):delete d[u],d):(d[u]=b$(e[u],t,a+1),d)},x$=function(e,t){return b$(e,t,0)},k$=function(e,t,a,u){var d=t[u],m=In(e)?e.slice():gt({},e);if(u+1===t.length){var y=a[u];m[y]=m[d],In(m)?m.splice(d,1):delete m[d]}else m[d]=k$(e[d],t,a,u+1);return m},E$=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 k$(e,t,a,0)},C$=function(e,t,a,u){if(a>=t.length)return u;var d=t[a],m=In(e)?e.slice():gt({},e);return m[d]=C$(e[d],t,a+1,u),m},S$=function(e,t,a){return C$(e,t,0,a)},e3=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};c$=function(e,t,a,u){var d=e3(e,t);if(d!==null){var m=S$(d.memoizedState,a,u);d.memoizedState=m,d.baseState=m,e.memoizedProps=gt({},e.memoizedProps);var y=Oi(e,nt);y!==null&&sr(y,e,nt,Vt)}},d$=function(e,t,a){var u=e3(e,t);if(u!==null){var d=x$(u.memoizedState,a);u.memoizedState=d,u.baseState=d,e.memoizedProps=gt({},e.memoizedProps);var m=Oi(e,nt);m!==null&&sr(m,e,nt,Vt)}},f$=function(e,t,a,u){var d=e3(e,t);if(d!==null){var m=E$(d.memoizedState,a,u);d.memoizedState=m,d.baseState=m,e.memoizedProps=gt({},e.memoizedProps);var y=Oi(e,nt);y!==null&&sr(y,e,nt,Vt)}},p$=function(e,t,a){e.pendingProps=S$(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Oi(e,nt);u!==null&&sr(u,e,nt,Vt)},v$=function(e,t){e.pendingProps=x$(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Oi(e,nt);a!==null&&sr(a,e,nt,Vt)},m$=function(e,t,a){e.pendingProps=E$(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Oi(e,nt);u!==null&&sr(u,e,nt,Vt)},h$=function(e){var t=Oi(e,nt);t!==null&&sr(t,e,nt,Vt)},g$=function(e){u$=e},y$=function(e){s$=e}}function BI(e){var t=Ti(e);return t===null?null:t.stateNode}function II(e){return null}function UI(){return kn}function HI(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return xv({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:c$,overrideHookStateDeletePath:d$,overrideHookStateRenamePath:f$,overrideProps:p$,overridePropsDeletePath:v$,overridePropsRenamePath:m$,setErrorHandler:g$,setSuspenseHandler:y$,scheduleUpdate:h$,currentDispatcherRef:a,findHostInstanceByFiber:BI,findFiberByHostInstance:t||II,findHostInstancesForRefresh:yI,scheduleRefresh:hI,scheduleRoot:gI,setRefreshHandler:mI,getCurrentFiber:UI,reconcilerVersion:QE})}var w$=typeof reportError=="function"?reportError:function(e){console.error(e)};function t3(e){this._internalRoot=e}kb.prototype.render=t3.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?p("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):Eb(arguments[1])?p("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"&&p("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==En){var u=a$(t.current);u&&u.parentNode!==a&&p("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.")}}Gm(e,t,null,null)},kb.prototype.unmount=t3.prototype.unmount=function(){typeof arguments[0]=="function"&&p("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;R8()&&p("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."),Ka(function(){Gm(null,e,null,null)}),S6(t)}};function VI(e,t){if(!Eb(e))throw new Error("createRoot(...): Target container is not a DOM element.");_$(e);var a=!1,u=!1,d="",m=w$;t!=null&&(t.hydrate?h("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===nu&&p(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
167
+ Check the render method of %s.`,ut(kn)||"Unknown"));var S=Ua(h,y);S.payload={element:e},u=u===void 0?null:u,u!==null&&(typeof u!="function"&&p("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",u),S.callback=u);var L=qu(d,S,y);return L!==null&&(sr(L,d,y,h),M0(L,d,y)),y}function Cb(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case $:return t.child.stateNode;default:return t.child.stateNode}}function QI(e){switch(e.tag){case w:{var t=e.stateNode;if(Nn(t)){var a=ek(t);lI(t,a)}break}case R:{ja(function(){var d=Fi(e,nt);if(d!==null){var h=fi();sr(d,e,nt,h)}});var u=nt;r3(e,u);break}}}function d$(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=My(a.retryLane,t))}function r3(e,t){d$(e,t);var a=e.alternate;a&&d$(a,t)}function XI(e){if(e.tag===R){var t=_u,a=Fi(e,t);if(a!==null){var u=fi();sr(a,e,t,u)}r3(e,t)}}function ZI(e){if(e.tag===R){var t=rs(e),a=Fi(e,t);if(a!==null){var u=fi();sr(a,e,t,u)}r3(e,t)}}function f$(e){var t=gy(e);return t===null?null:t.stateNode}var p$=function(e){return null};function JI(e){return p$(e)}var v$=function(e){return!1};function eU(e){return v$(e)}var m$=null,h$=null,g$=null,y$=null,b$=null,x$=null,k$=null,E$=null,C$=null;{var _$=function(e,t,a){var u=t[a],d=In(e)?e.slice():gt({},e);return a+1===t.length?(In(d)?d.splice(u,1):delete d[u],d):(d[u]=_$(e[u],t,a+1),d)},S$=function(e,t){return _$(e,t,0)},w$=function(e,t,a,u){var d=t[u],h=In(e)?e.slice():gt({},e);if(u+1===t.length){var y=a[u];h[y]=h[d],In(h)?h.splice(d,1):delete h[d]}else h[d]=w$(e[d],t,a,u+1);return h},T$=function(e,t,a){if(t.length!==a.length){m("copyWithRename() expects paths of the same length");return}else for(var u=0;u<a.length-1;u++)if(t[u]!==a[u]){m("copyWithRename() expects paths to be the same except for the deepest key");return}return w$(e,t,a,0)},D$=function(e,t,a,u){if(a>=t.length)return u;var d=t[a],h=In(e)?e.slice():gt({},e);return h[d]=D$(e[d],t,a+1,u),h},$$=function(e,t,a){return D$(e,t,0,a)},i3=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};m$=function(e,t,a,u){var d=i3(e,t);if(d!==null){var h=$$(d.memoizedState,a,u);d.memoizedState=h,d.baseState=h,e.memoizedProps=gt({},e.memoizedProps);var y=Fi(e,nt);y!==null&&sr(y,e,nt,Kt)}},h$=function(e,t,a){var u=i3(e,t);if(u!==null){var d=S$(u.memoizedState,a);u.memoizedState=d,u.baseState=d,e.memoizedProps=gt({},e.memoizedProps);var h=Fi(e,nt);h!==null&&sr(h,e,nt,Kt)}},g$=function(e,t,a,u){var d=i3(e,t);if(d!==null){var h=T$(d.memoizedState,a,u);d.memoizedState=h,d.baseState=h,e.memoizedProps=gt({},e.memoizedProps);var y=Fi(e,nt);y!==null&&sr(y,e,nt,Kt)}},y$=function(e,t,a){e.pendingProps=$$(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Fi(e,nt);u!==null&&sr(u,e,nt,Kt)},b$=function(e,t){e.pendingProps=S$(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Fi(e,nt);a!==null&&sr(a,e,nt,Kt)},x$=function(e,t,a){e.pendingProps=T$(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Fi(e,nt);u!==null&&sr(u,e,nt,Kt)},k$=function(e){var t=Fi(e,nt);t!==null&&sr(t,e,nt,Kt)},E$=function(e){p$=e},C$=function(e){v$=e}}function tU(e){var t=Di(e);return t===null?null:t.stateNode}function nU(e){return null}function rU(){return kn}function iU(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return Cv({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:m$,overrideHookStateDeletePath:h$,overrideHookStateRenamePath:g$,overrideProps:y$,overridePropsDeletePath:b$,overridePropsRenamePath:x$,setErrorHandler:E$,setSuspenseHandler:C$,scheduleUpdate:k$,currentDispatcherRef:a,findHostInstanceByFiber:tU,findFiberByHostInstance:t||nU,findHostInstancesForRefresh:AI,scheduleRefresh:MI,scheduleRoot:NI,setRefreshHandler:LI,getCurrentFiber:rU,reconcilerVersion:e3})}var P$=typeof reportError=="function"?reportError:function(e){console.error(e)};function o3(e){this._internalRoot=e}_b.prototype.render=o3.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?p("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):Sb(arguments[1])?p("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"&&p("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==En){var u=f$(t.current);u&&u.parentNode!==a&&p("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.")}}Qm(e,t,null,null)},_b.prototype.unmount=o3.prototype.unmount=function(){typeof arguments[0]=="function"&&p("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;H8()&&p("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."),ja(function(){Qm(null,e,null,null)}),$6(t)}};function oU(e,t){if(!Sb(e))throw new Error("createRoot(...): Target container is not a DOM element.");L$(e);var a=!1,u=!1,d="",h=P$;t!=null&&(t.hydrate?m("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===iu&&p(`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&&(d=t.identifierPrefix),t.onRecoverableError!==void 0&&(m=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var y=i$(e,h0,null,a,u,d,m);s0(y.current,e);var C=e.nodeType===En?e.parentNode:e;return tm(C),new t3(y)}function kb(e){this._internalRoot=e}function KI(e){e&&Ry(e)}kb.prototype.unstable_scheduleHydration=KI;function jI(e,t,a){if(!Eb(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");_$(e),t===void 0&&p("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var u=a??null,d=a!=null&&a.hydratedSources||null,m=!1,y=!1,C="",w=w$;a!=null&&(a.unstable_strictMode===!0&&(m=!0),a.identifierPrefix!==void 0&&(C=a.identifierPrefix),a.onRecoverableError!==void 0&&(w=a.onRecoverableError));var L=o$(t,null,e,h0,u,m,y,C,w);if(s0(L.current,e),tm(e),d)for(var N=0;N<d.length;N++){var V=d[N];JR(L,V)}return new kb(L)}function Eb(e){return!!(e&&(e.nodeType===Ir||e.nodeType===Wi||e.nodeType===aa||!fe))}function Ym(e){return!!(e&&(e.nodeType===Ir||e.nodeType===Wi||e.nodeType===aa||e.nodeType===En&&e.nodeValue===" react-mount-point-unstable "))}function _$(e){e.nodeType===Ir&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("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."),fm(e)&&(e._reactRootContainer?p("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):p("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 WI=l.ReactCurrentOwner,T$;T$=function(e){if(e._reactRootContainer&&e.nodeType!==En){var t=a$(e._reactRootContainer.current);t&&t.parentNode!==e&&p("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=n3(e),d=!!(u&&Hu(u));d&&!a&&p("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===Ir&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("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 n3(e){return e?e.nodeType===Wi?e.documentElement:e.firstChild:null}function D$(){}function GI(e,t,a,u,d){if(d){if(typeof u=="function"){var m=u;u=function(){var U=xb(y);m.call(U)}}var y=o$(t,u,e,Ku,null,!1,!1,"",D$);e._reactRootContainer=y,s0(y.current,e);var C=e.nodeType===En?e.parentNode:e;return tm(C),Ka(),y}else{for(var w;w=e.lastChild;)e.removeChild(w);if(typeof u=="function"){var L=u;u=function(){var U=xb(N);L.call(U)}}var N=i$(e,Ku,null,!1,!1,"",D$);e._reactRootContainer=N,s0(N.current,e);var V=e.nodeType===En?e.parentNode:e;return tm(V),Ka(function(){Gm(t,N,a,u)}),N}}function YI(e,t){e!==null&&typeof e!="function"&&p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function Cb(e,t,a,u,d){T$(a),YI(d===void 0?null:d,"render");var m=a._reactRootContainer,y;if(!m)y=GI(a,t,e,d,u);else{if(y=m,typeof d=="function"){var C=d;d=function(){var w=xb(y);C.call(w)}}Gm(t,y,e,d)}return xb(y)}function qI(e){{var t=WI.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||p("%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.",Ut(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Ir?e:NI(e,"findDOMNode")}function QI(e,t,a){if(p("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"),!Ym(t))throw new Error("Target container is not a DOM element.");{var u=fm(t)&&t._reactRootContainer===void 0;u&&p("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 Cb(null,e,t,!0,a)}function XI(e,t,a){if(p("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"),!Ym(t))throw new Error("Target container is not a DOM element.");{var u=fm(t)&&t._reactRootContainer===void 0;u&&p("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 Cb(null,e,t,!1,a)}function ZI(e,t,a,u){if(p("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"),!Ym(a))throw new Error("Target container is not a DOM element.");if(e==null||!js(e))throw new Error("parentComponent must be a valid React Component");return Cb(e,t,a,!1,u)}function JI(e){if(!Ym(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=fm(e)&&e._reactRootContainer===void 0;t&&p("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=n3(e),u=a&&!Hu(a);u&&p("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return Ka(function(){Cb(null,null,e,!1,function(){e._reactRootContainer=null,S6(e)})}),!0}else{{var d=n3(e),m=!!(d&&Hu(d)),y=e.nodeType===Ir&&Ym(e.parentNode)&&!!e.parentNode._reactRootContainer;m&&p("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}}Ie(AI),Ly(OI),lc(FI),Rv(Pi),Ny(rc),(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")&&p("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"),dy(nF),wd(NE,jB,Ka);function eU(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!Eb(t))throw new Error("Target container is not a DOM element.");return MI(e,t,null,a)}function tU(e,t,a,u){return ZI(e,t,a,u)}var r3={usingClientEntryPoint:!1,Events:[Hu,Df,c0,Sd,Hs,NE]};function nU(e,t){return r3.usingClientEntryPoint||p('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),VI(e,t)}function rU(e,t,a){return r3.usingClientEntryPoint||p('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),jI(e,t,a)}function iU(e){return R8()&&p("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."),Ka(e)}var oU=HI({findFiberByHostInstance:hc,bundleType:1,version:QE,rendererPackageName:"react-dom"});if(!oU&&Bt&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var $$=window.location.protocol;/^(https?|file):$/.test($$)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+($$==="file:"?`
171
- You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}mi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=r3,mi.createPortal=eU,mi.createRoot=nU,mi.findDOMNode=qI,mi.flushSync=iU,mi.hydrate=QI,mi.hydrateRoot=rU,mi.render=XI,mi.unmountComponentAtNode=JI,mi.unstable_batchedUpdates=NE,mi.unstable_renderSubtreeIntoContainer=tU,mi.version=QE,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),mi}function $3(){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($3)}catch(n){console.error(n)}}}process.env.NODE_ENV==="production"?($3(),$b.exports=u7()):$b.exports=s7();var Mb=$b.exports;const Nb=o7(Mb);x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null);const c7=x.createContext({}),Kt=typeof document<"u"?x.useLayoutEffect:()=>{};function Fn(n){const r=x.useRef(null);return Kt(()=>{r.current=n},[n]),x.useCallback((...l)=>{const c=r.current;return c==null?void 0:c(...l)},[])}function d7(n){let[r,l]=x.useState(n),c=x.useRef(null),f=Fn(()=>{if(!c.current)return;let p=c.current.next();if(p.done){c.current=null;return}r===p.value?f():l(p.value)});Kt(()=>{c.current&&f()});let h=Fn(p=>{c.current=p(r),f()});return[r,h]}const Jm={prefix:String(Math.round(Math.random()*1e10)),current:0},P3=x.createContext(Jm),f7=x.createContext(!1);let p7=!!(typeof window<"u"&&window.document&&window.document.createElement),Ab=new WeakMap;function v7(n=!1){let r=x.useContext(P3),l=x.useRef(null);if(l.current===null&&!n){var c,f;let h=(f=x.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||f===void 0||(c=f.ReactCurrentOwner)===null||c===void 0?void 0:c.current;if(h){let p=Ab.get(h);p==null?Ab.set(h,{id:r.current,state:h.memoizedState}):h.memoizedState!==p.state&&(r.current=p.id,Ab.delete(h))}l.current=++r.current}return l.current}function m7(n){let r=x.useContext(P3);r===Jm&&!p7&&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=v7(!!n),c=r===Jm&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${r.prefix}`;return n||`${c}-${l}`}function h7(n){let r=x.useId(),[l]=x.useState(Ul()),c=l||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Jm.prefix}`;return n||`${c}-${r}`}const g7=typeof x.useId=="function"?h7:m7;function y7(){return!1}function b7(){return!0}function x7(n){return()=>{}}function Ul(){return typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore(x7,y7,b7):x.useContext(f7)}let k7=!!(typeof window<"u"&&window.document&&window.document.createElement),eh=new Map;function Or(n){let[r,l]=x.useState(n),c=x.useRef(null),f=g7(r),h=x.useCallback(p=>{c.current=p},[]);return k7&&eh.set(f,h),Kt(()=>{let p=f;return()=>{eh.delete(p)}},[f]),x.useEffect(()=>{let p=c.current;p&&(c.current=null,l(p))}),f}function E7(n,r){if(n===r)return n;let l=eh.get(n);if(l)return l(r),r;let c=eh.get(r);return c?(c(n),n):r}function Ga(n=[]){let r=Or(),[l,c]=d7(r),f=x.useCallback(()=>{c(function*(){yield r,yield document.getElementById(r)?r:void 0})},[r,c]);return Kt(f,[r,f,...n]),l}function Hl(...n){return(...r)=>{for(let l of n)typeof l=="function"&&l(...r)}}const tn=n=>{var r;return(r=n==null?void 0:n.ownerDocument)!==null&&r!==void 0?r:document},to=n=>n&&"window"in n&&n.window===n?n:tn(n).defaultView||window;function ft(...n){let r={...n[0]};for(let l=1;l<n.length;l++){let c=n[l];for(let f in c){let h=r[f],p=c[f];typeof h=="function"&&typeof p=="function"&&f[0]==="o"&&f[1]==="n"&&f.charCodeAt(2)>=65&&f.charCodeAt(2)<=90?r[f]=Hl(h,p):(f==="className"||f==="UNSAFE_className")&&typeof h=="string"&&typeof p=="string"?r[f]=yn(h,p):f==="id"&&h&&p?r.id=E7(h,p):r[f]=p!==void 0?p:h}}return r}function th(...n){return n.length===1?n[0]:r=>{for(let l of n)typeof l=="function"?l(r):l!=null&&(l.current=r)}}const C7=new Set(["id"]),S7=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),w7=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),_7=/^(data-.*)$/;function Xt(n,r={}){let{labelable:l,isLink:c,propNames:f}=r,h={};for(const p in n)Object.prototype.hasOwnProperty.call(n,p)&&(C7.has(p)||l&&S7.has(p)||c&&w7.has(p)||f!=null&&f.has(p)||_7.test(p))&&(h[p]=n[p]);return h}function Vl(n){if(T7())n.focus({preventScroll:!0});else{let r=D7(n);n.focus(),$7(r)}}let nh=null;function T7(){if(nh==null){nh=!1;try{document.createElement("div").focus({get preventScroll(){return nh=!0,!0}})}catch{}}return nh}function D7(n){let r=n.parentNode,l=[],c=document.scrollingElement||document.documentElement;for(;r instanceof HTMLElement&&r!==c;)(r.offsetHeight<r.scrollHeight||r.offsetWidth<r.scrollWidth)&&l.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),r=r.parentNode;return c instanceof HTMLElement&&l.push({element:c,scrollTop:c.scrollTop,scrollLeft:c.scrollLeft}),l}function $7(n){for(let{element:r,scrollTop:l,scrollLeft:c}of n)r.scrollTop=l,r.scrollLeft=c}function rh(n){var r;return typeof window>"u"||window.navigator==null?!1:((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.brands.some(l=>n.test(l.brand)))||n.test(window.navigator.userAgent)}function Ob(n){var r;return typeof window<"u"&&window.navigator!=null?n.test(((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.platform)||window.navigator.platform):!1}function Ya(){return Ob(/^Mac/i)}function L3(){return Ob(/^iPhone/i)}function M3(){return Ob(/^iPad/i)||Ya()&&navigator.maxTouchPoints>1}function np(){return L3()||M3()}function ih(){return Ya()||np()}function Fb(){return rh(/AppleWebKit/i)&&!P7()}function P7(){return rh(/Chrome/i)}function Rb(){return rh(/Android/i)}function L7(){return rh(/Firefox/i)}const M7=x.createContext({isNative:!0,open:O7,useHref:n=>n});function Mc(){return x.useContext(M7)}function N7(n,r){let l=n.getAttribute("target");return(!l||l==="_self")&&n.origin===location.origin&&!n.hasAttribute("download")&&!r.metaKey&&!r.ctrlKey&&!r.altKey&&!r.shiftKey}function as(n,r,l=!0){var c,f;let{metaKey:h,ctrlKey:p,altKey:b,shiftKey:E}=r;L7()&&(!((f=window.event)===null||f===void 0||(c=f.type)===null||c===void 0)&&c.startsWith("key"))&&n.target==="_blank"&&(Ya()?h=!0:p=!0);let S=Fb()&&Ya()&&!M3()?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:h,ctrlKey:p,altKey:b,shiftKey:E}):new MouseEvent("click",{metaKey:h,ctrlKey:p,altKey:b,shiftKey:E,bubbles:!0,cancelable:!0});as.isOpening=l,Vl(n),n.dispatchEvent(S),as.isOpening=!1}as.isOpening=!1;function A7(n,r){if(n instanceof HTMLAnchorElement)r(n);else if(n.hasAttribute("data-href")){let l=document.createElement("a");l.href=n.getAttribute("data-href"),n.hasAttribute("data-target")&&(l.target=n.getAttribute("data-target")),n.hasAttribute("data-rel")&&(l.rel=n.getAttribute("data-rel")),n.hasAttribute("data-download")&&(l.download=n.getAttribute("data-download")),n.hasAttribute("data-ping")&&(l.ping=n.getAttribute("data-ping")),n.hasAttribute("data-referrer-policy")&&(l.referrerPolicy=n.getAttribute("data-referrer-policy")),n.appendChild(l),r(l),n.removeChild(l)}}function O7(n,r){A7(n,l=>as(l,r))}function zb(n){let r=Mc();return{href:n!=null&&n.href?r.useHref(n==null?void 0:n.href):void 0,target:n==null?void 0:n.target,rel:n==null?void 0:n.rel,download:n==null?void 0:n.download,ping:n==null?void 0:n.ping,referrerPolicy:n==null?void 0:n.referrerPolicy}}let Nc=new Map,Bb=new Set;function N3(){if(typeof window>"u")return;function n(c){return"propertyName"in c}let r=c=>{if(!n(c)||!c.target)return;let f=Nc.get(c.target);f||(f=new Set,Nc.set(c.target,f),c.target.addEventListener("transitioncancel",l,{once:!0})),f.add(c.propertyName)},l=c=>{if(!n(c)||!c.target)return;let f=Nc.get(c.target);if(f&&(f.delete(c.propertyName),f.size===0&&(c.target.removeEventListener("transitioncancel",l),Nc.delete(c.target)),Nc.size===0)){for(let h of Bb)h();Bb.clear()}};document.body.addEventListener("transitionrun",r),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?N3():document.addEventListener("DOMContentLoaded",N3));function A3(n){requestAnimationFrame(()=>{Nc.size===0?n():Bb.add(n)})}function Ib(){let n=x.useRef(new Map),r=x.useCallback((f,h,p,b)=>{let E=b!=null&&b.once?(...S)=>{n.current.delete(p),p(...S)}:p;n.current.set(p,{type:h,eventTarget:f,fn:E,options:b}),f.addEventListener(h,p,b)},[]),l=x.useCallback((f,h,p,b)=>{var E;let S=((E=n.current.get(p))===null||E===void 0?void 0:E.fn)||p;f.removeEventListener(h,S,b),n.current.delete(p)},[]),c=x.useCallback(()=>{n.current.forEach((f,h)=>{l(f.eventTarget,f.type,h,f.options)})},[l]);return x.useEffect(()=>c,[c]),{addGlobalListener:r,removeGlobalListener:l,removeAllGlobalListeners:c}}function oh(n,r){let{id:l,"aria-label":c,"aria-labelledby":f}=n;return l=Or(l),f&&c?f=[...new Set([l,...f.trim().split(/\s+/)])].join(" "):f&&(f=f.trim().split(/\s+/).join(" ")),!c&&!f&&r&&(c=r),{id:l,"aria-label":c,"aria-labelledby":f}}function qa(n){const r=x.useRef(null);return x.useMemo(()=>({get current(){return r.current},set current(l){r.current=l,typeof n=="function"?n(l):n&&(n.current=l)}}),[n])}function F7(){return typeof window.ResizeObserver<"u"}function rp(n){const{ref:r,onResize:l}=n;x.useEffect(()=>{let c=r==null?void 0:r.current;if(c)if(F7()){const f=new window.ResizeObserver(h=>{h.length&&l()});return f.observe(c),()=>{c&&f.unobserve(c)}}else return window.addEventListener("resize",l,!1),()=>{window.removeEventListener("resize",l,!1)}},[l,r])}function Ub(n,r){Kt(()=>{if(n&&n.ref&&r)return n.ref.current=r.current,()=>{n.ref&&(n.ref.current=null)}})}function ip(n,r){let l=window.getComputedStyle(n),c=/(auto|scroll)/.test(l.overflow+l.overflowX+l.overflowY);return c&&r&&(c=n.scrollHeight!==n.clientHeight||n.scrollWidth!==n.clientWidth),c}function O3(n,r){let l=n;for(ip(l,r)&&(l=l.parentElement);l&&!ip(l,r);)l=l.parentElement;return l||document.scrollingElement||document.documentElement}function R7(n,r){const l=[];for(;n&&n!==document.documentElement;)ip(n,r)&&l.push(n),n=n.parentElement;return l}let no=typeof document<"u"&&window.visualViewport;function z7(){let n=Ul(),[r,l]=x.useState(()=>n?{width:0,height:0}:F3());return x.useEffect(()=>{let c=()=>{l(f=>{let h=F3();return h.width===f.width&&h.height===f.height?f:h})};return no?no.addEventListener("resize",c):window.addEventListener("resize",c),()=>{no?no.removeEventListener("resize",c):window.removeEventListener("resize",c)}},[]),r}function F3(){return{width:no&&(no==null?void 0:no.width)||window.innerWidth,height:no&&(no==null?void 0:no.height)||window.innerHeight}}let B7=0;const Hb=new Map;function I7(n){let[r,l]=x.useState();return Kt(()=>{if(!n)return;let c=Hb.get(n);if(c)l(c.element.id);else{let f=`react-aria-description-${B7++}`;l(f);let h=document.createElement("div");h.id=f,h.style.display="none",h.textContent=n,document.body.appendChild(h),c={refCount:0,element:h},Hb.set(n,c)}return c.refCount++,()=>{c&&--c.refCount===0&&(c.element.remove(),Hb.delete(n))}},[n]),{"aria-describedby":n?r:void 0}}function R3(n,r,l,c){let f=Fn(l),h=l==null;x.useEffect(()=>{if(h||!n.current)return;let p=n.current;return p.addEventListener(r,f,c),()=>{p.removeEventListener(r,f,c)}},[n,r,c,h,f])}function z3(n,r){let l=B3(n,r,"left"),c=B3(n,r,"top"),f=r.offsetWidth,h=r.offsetHeight,p=n.scrollLeft,b=n.scrollTop,{borderTopWidth:E,borderLeftWidth:S}=getComputedStyle(n),T=n.scrollLeft+parseInt(S,10),_=n.scrollTop+parseInt(E,10),D=T+n.clientWidth,$=_+n.clientHeight;l<=p?p=l-parseInt(S,10):l+f>D&&(p+=l+f-D),c<=_?b=c-parseInt(E,10):c+h>$&&(b+=c+h-$),n.scrollLeft=p,n.scrollTop=b}function B3(n,r,l){const c=l==="left"?"offsetLeft":"offsetTop";let f=0;for(;r.offsetParent&&(f+=r[c],r.offsetParent!==n);){if(r.offsetParent.contains(n)){f-=n[c];break}r=r.offsetParent}return f}function I3(n,r){if(document.contains(n)){let p=document.scrollingElement||document.documentElement;if(window.getComputedStyle(p).overflow==="hidden"){let E=R7(n);for(let S of E)z3(S,n)}else{var l;let{left:E,top:S}=n.getBoundingClientRect();n==null||(l=n.scrollIntoView)===null||l===void 0||l.call(n,{block:"nearest"});let{left:T,top:_}=n.getBoundingClientRect();if(Math.abs(E-T)>1||Math.abs(S-_)>1){var c,f,h;r==null||(f=r.containingElement)===null||f===void 0||(c=f.scrollIntoView)===null||c===void 0||c.call(f,{block:"center",inline:"center"}),(h=n.scrollIntoView)===null||h===void 0||h.call(n,{block:"nearest"})}}}}function Vb(n){return n.mozInputSource===0&&n.isTrusted?!0:Rb()&&n.pointerType?n.type==="click"&&n.buttons===1:n.detail===0&&!n.pointerType}function U7(n){return!Rb()&&n.width===0&&n.height===0||n.width===1&&n.height===1&&n.pressure===0&&n.detail===0&&n.pointerType==="mouse"}function Kb(n,r,l){let c=x.useRef(r),f=Fn(()=>{l&&l(c.current)});x.useEffect(()=>{var h;let p=n==null||(h=n.current)===null||h===void 0?void 0:h.form;return p==null||p.addEventListener("reset",f),()=>{p==null||p.removeEventListener("reset",f)}},[n,f])}function us(n,r,l){let[c,f]=x.useState(n||r),h=x.useRef(n!==void 0),p=n!==void 0;x.useEffect(()=>{let S=h.current;S!==p&&console.warn(`WARN: A component changed from ${S?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}.`),h.current=p},[p]);let b=p?n:c,E=x.useCallback((S,...T)=>{let _=(D,...$)=>{l&&(Object.is(b,D)||l(D,...$)),p||(b=D)};typeof S=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),f(($,...A)=>{let F=S(p?b:$,...A);return _(F,...T),p?$:F})):(p||f(S),_(S,...T))},[p,b,l]);return[b,E]}function Ac(n,r=-1/0,l=1/0){return Math.min(Math.max(n,r),l)}function lh(n,r){let l=n,c=r.toString(),f=c.indexOf("."),h=f>=0?c.length-f:0;if(h>0){let p=Math.pow(10,h);l=Math.round(l*p)/p}return l}function Kl(n,r,l,c){r=Number(r),l=Number(l);let f=(n-(isNaN(r)?0:r))%c,h=lh(Math.abs(f)*2>=c?n+Math.sign(f)*(c-Math.abs(f)):n-f,c);return isNaN(r)?!isNaN(l)&&h>l&&(h=Math.floor(lh(l/c,c))*c):h<r?h=r:!isNaN(l)&&h>l&&(h=r+Math.floor(lh((l-r)/c,c))*c),h=lh(h,c),h}let Oc="default",jb="",ah=new WeakMap;function U3(n){if(np()){if(Oc==="default"){const r=tn(n);jb=r.documentElement.style.webkitUserSelect,r.documentElement.style.webkitUserSelect="none"}Oc="disabled"}else(n instanceof HTMLElement||n instanceof SVGElement)&&(ah.set(n,n.style.userSelect),n.style.userSelect="none")}function uh(n){if(np()){if(Oc!=="disabled")return;Oc="restoring",setTimeout(()=>{A3(()=>{if(Oc==="restoring"){const r=tn(n);r.documentElement.style.webkitUserSelect==="none"&&(r.documentElement.style.webkitUserSelect=jb||""),jb="",Oc="default"}})},300)}else if((n instanceof HTMLElement||n instanceof SVGElement)&&n&&ah.has(n)){let r=ah.get(n);n.style.userSelect==="none"&&(n.style.userSelect=r),n.getAttribute("style")===""&&n.removeAttribute("style"),ah.delete(n)}}const op=x.createContext({register:()=>{}});op.displayName="PressResponderContext";function H7(n){let r=x.useContext(op);if(r){let{register:l,...c}=r;n=ft(c,n),l()}return Ub(r,n.ref),n}var sh=new WeakMap;class ch{continuePropagation(){m3(this,sh,!1)}get shouldStopPropagation(){return H$(this,sh)}constructor(r,l,c){K$(this,sh,{writable:!0,value:void 0}),m3(this,sh,!0),this.type=r,this.pointerType=l,this.target=c.currentTarget,this.shiftKey=c.shiftKey,this.metaKey=c.metaKey,this.ctrlKey=c.ctrlKey,this.altKey=c.altKey}}const H3=Symbol("linkClicked");function lp(n){let{onPress:r,onPressChange:l,onPressStart:c,onPressEnd:f,onPressUp:h,isDisabled:p,isPressed:b,preventFocusOnPress:E,shouldCancelOnPointerExit:S,allowTextSelectionOnPress:T,ref:_,...D}=H7(n),[$,A]=x.useState(!1),F=x.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,ignoreClickAfterPress:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null}),{addGlobalListener:I,removeAllGlobalListeners:re}=Ib(),Q=Fn((M,ue)=>{let K=F.current;if(p||K.didFirePressStart)return!1;let W=!0;if(K.isTriggeringEvent=!0,c){let ye=new ch("pressstart",ue,M);c(ye),W=ye.shouldStopPropagation}return l&&l(!0),K.isTriggeringEvent=!1,K.didFirePressStart=!0,A(!0),W}),B=Fn((M,ue,K=!0)=>{let W=F.current;if(!W.didFirePressStart)return!1;W.ignoreClickAfterPress=!0,W.didFirePressStart=!1,W.isTriggeringEvent=!0;let ye=!0;if(f){let q=new ch("pressend",ue,M);f(q),ye=q.shouldStopPropagation}if(l&&l(!1),A(!1),r&&K&&!p){let q=new ch("press",ue,M);r(q),ye&&(ye=q.shouldStopPropagation)}return W.isTriggeringEvent=!1,ye}),Y=Fn((M,ue)=>{let K=F.current;if(p)return!1;if(h){K.isTriggeringEvent=!0;let W=new ch("pressup",ue,M);return h(W),K.isTriggeringEvent=!1,W.shouldStopPropagation}return!0}),R=Fn(M=>{let ue=F.current;ue.isPressed&&ue.target&&(ue.isOverTarget&&ue.pointerType!=null&&B(jl(ue.target,M),ue.pointerType,!1),ue.isPressed=!1,ue.isOverTarget=!1,ue.activePointerId=null,ue.pointerType=null,re(),T||uh(ue.target))}),j=Fn(M=>{S&&R(M)}),ne=x.useMemo(()=>{let M=F.current,ue={onKeyDown(W){if(Gb(W.nativeEvent,W.currentTarget)&&W.currentTarget.contains(W.target)){var ye;K3(W.target,W.key)&&W.preventDefault();let q=!0;if(!M.isPressed&&!W.repeat){M.target=W.currentTarget,M.isPressed=!0,q=Q(W,"keyboard");let oe=W.currentTarget,Se=Ee=>{Gb(Ee,oe)&&!Ee.repeat&&oe.contains(Ee.target)&&M.target&&Y(jl(M.target,Ee),"keyboard")};I(tn(W.currentTarget),"keyup",Hl(Se,K),!0)}q&&W.stopPropagation(),W.metaKey&&Ya()&&((ye=M.metaKeyEvents)===null||ye===void 0||ye.set(W.key,W.nativeEvent))}else W.key==="Meta"&&(M.metaKeyEvents=new Map)},onClick(W){if(!(W&&!W.currentTarget.contains(W.target))&&W&&W.button===0&&!M.isTriggeringEvent&&!as.isOpening){let ye=!0;if(p&&W.preventDefault(),!M.ignoreClickAfterPress&&!M.ignoreEmulatedMouseEvents&&!M.isPressed&&(M.pointerType==="virtual"||Vb(W.nativeEvent))){!p&&!E&&Vl(W.currentTarget);let q=Q(W,"virtual"),oe=Y(W,"virtual"),Se=B(W,"virtual");ye=q&&oe&&Se}M.ignoreEmulatedMouseEvents=!1,M.ignoreClickAfterPress=!1,ye&&W.stopPropagation()}}},K=W=>{var ye;if(M.isPressed&&M.target&&Gb(W,M.target)){var q;K3(W.target,W.key)&&W.preventDefault();let Se=W.target;B(jl(M.target,W),"keyboard",M.target.contains(Se)),re(),W.key!=="Enter"&&Wb(M.target)&&M.target.contains(Se)&&!W[H3]&&(W[H3]=!0,as(M.target,W,!1)),M.isPressed=!1,(q=M.metaKeyEvents)===null||q===void 0||q.delete(W.key)}else if(W.key==="Meta"&&(!((ye=M.metaKeyEvents)===null||ye===void 0)&&ye.size)){var oe;let Se=M.metaKeyEvents;M.metaKeyEvents=void 0;for(let Ee of Se.values())(oe=M.target)===null||oe===void 0||oe.dispatchEvent(new KeyboardEvent("keyup",Ee))}};if(typeof PointerEvent<"u"){ue.onPointerDown=oe=>{if(oe.button!==0||!oe.currentTarget.contains(oe.target))return;if(U7(oe.nativeEvent)){M.pointerType="virtual";return}Yb(oe.currentTarget)&&oe.preventDefault(),M.pointerType=oe.pointerType;let Se=!0;M.isPressed||(M.isPressed=!0,M.isOverTarget=!0,M.activePointerId=oe.pointerId,M.target=oe.currentTarget,!p&&!E&&Vl(oe.currentTarget),T||U3(M.target),Se=Q(oe,M.pointerType),I(tn(oe.currentTarget),"pointermove",W,!1),I(tn(oe.currentTarget),"pointerup",ye,!1),I(tn(oe.currentTarget),"pointercancel",q,!1)),Se&&oe.stopPropagation()},ue.onMouseDown=oe=>{oe.currentTarget.contains(oe.target)&&oe.button===0&&(Yb(oe.currentTarget)&&oe.preventDefault(),oe.stopPropagation())},ue.onPointerUp=oe=>{!oe.currentTarget.contains(oe.target)||M.pointerType==="virtual"||oe.button===0&&Fc(oe,oe.currentTarget)&&Y(oe,M.pointerType||oe.pointerType)};let W=oe=>{oe.pointerId===M.activePointerId&&(M.target&&Fc(oe,M.target)?!M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!0,Q(jl(M.target,oe),M.pointerType)):M.target&&M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!1,B(jl(M.target,oe),M.pointerType,!1),j(oe)))},ye=oe=>{oe.pointerId===M.activePointerId&&M.isPressed&&oe.button===0&&M.target&&(Fc(oe,M.target)&&M.pointerType!=null?B(jl(M.target,oe),M.pointerType):M.isOverTarget&&M.pointerType!=null&&B(jl(M.target,oe),M.pointerType,!1),M.isPressed=!1,M.isOverTarget=!1,M.activePointerId=null,M.pointerType=null,re(),T||uh(M.target))},q=oe=>{R(oe)};ue.onDragStart=oe=>{oe.currentTarget.contains(oe.target)&&R(oe)}}else{ue.onMouseDown=q=>{if(q.button!==0||!q.currentTarget.contains(q.target))return;if(Yb(q.currentTarget)&&q.preventDefault(),M.ignoreEmulatedMouseEvents){q.stopPropagation();return}M.isPressed=!0,M.isOverTarget=!0,M.target=q.currentTarget,M.pointerType=Vb(q.nativeEvent)?"virtual":"mouse",!p&&!E&&Vl(q.currentTarget),Q(q,M.pointerType)&&q.stopPropagation(),I(tn(q.currentTarget),"mouseup",W,!1)},ue.onMouseEnter=q=>{if(!q.currentTarget.contains(q.target))return;let oe=!0;M.isPressed&&!M.ignoreEmulatedMouseEvents&&M.pointerType!=null&&(M.isOverTarget=!0,oe=Q(q,M.pointerType)),oe&&q.stopPropagation()},ue.onMouseLeave=q=>{if(!q.currentTarget.contains(q.target))return;let oe=!0;M.isPressed&&!M.ignoreEmulatedMouseEvents&&M.pointerType!=null&&(M.isOverTarget=!1,oe=B(q,M.pointerType,!1),j(q)),oe&&q.stopPropagation()},ue.onMouseUp=q=>{q.currentTarget.contains(q.target)&&!M.ignoreEmulatedMouseEvents&&q.button===0&&Y(q,M.pointerType||"mouse")};let W=q=>{if(q.button===0){if(M.isPressed=!1,re(),M.ignoreEmulatedMouseEvents){M.ignoreEmulatedMouseEvents=!1;return}M.target&&Fc(q,M.target)&&M.pointerType!=null?B(jl(M.target,q),M.pointerType):M.target&&M.isOverTarget&&M.pointerType!=null&&B(jl(M.target,q),M.pointerType,!1),M.isOverTarget=!1}};ue.onTouchStart=q=>{if(!q.currentTarget.contains(q.target))return;let oe=V7(q.nativeEvent);if(!oe)return;M.activePointerId=oe.identifier,M.ignoreEmulatedMouseEvents=!0,M.isOverTarget=!0,M.isPressed=!0,M.target=q.currentTarget,M.pointerType="touch",!p&&!E&&Vl(q.currentTarget),T||U3(M.target),Q(q,M.pointerType)&&q.stopPropagation(),I(to(q.currentTarget),"scroll",ye,!0)},ue.onTouchMove=q=>{if(!q.currentTarget.contains(q.target))return;if(!M.isPressed){q.stopPropagation();return}let oe=V3(q.nativeEvent,M.activePointerId),Se=!0;oe&&Fc(oe,q.currentTarget)?!M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!0,Se=Q(q,M.pointerType)):M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!1,Se=B(q,M.pointerType,!1),j(q)),Se&&q.stopPropagation()},ue.onTouchEnd=q=>{if(!q.currentTarget.contains(q.target))return;if(!M.isPressed){q.stopPropagation();return}let oe=V3(q.nativeEvent,M.activePointerId),Se=!0;oe&&Fc(oe,q.currentTarget)&&M.pointerType!=null?(Y(q,M.pointerType),Se=B(q,M.pointerType)):M.isOverTarget&&M.pointerType!=null&&(Se=B(q,M.pointerType,!1)),Se&&q.stopPropagation(),M.isPressed=!1,M.activePointerId=null,M.isOverTarget=!1,M.ignoreEmulatedMouseEvents=!0,M.target&&!T&&uh(M.target),re()},ue.onTouchCancel=q=>{q.currentTarget.contains(q.target)&&(q.stopPropagation(),M.isPressed&&R(q))};let ye=q=>{M.isPressed&&q.target.contains(M.target)&&R({currentTarget:M.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};ue.onDragStart=q=>{q.currentTarget.contains(q.target)&&R(q)}}return ue},[I,p,E,re,T,R,j,B,Q,Y]);return x.useEffect(()=>()=>{var M;T||uh((M=F.current.target)!==null&&M!==void 0?M:void 0)},[T]),{isPressed:b||$,pressProps:ft(D,ne)}}function Wb(n){return n.tagName==="A"&&n.hasAttribute("href")}function Gb(n,r){const{key:l,code:c}=n,f=r,h=f.getAttribute("role");return(l==="Enter"||l===" "||l==="Spacebar"||c==="Space")&&!(f instanceof to(f).HTMLInputElement&&!j3(f,l)||f instanceof to(f).HTMLTextAreaElement||f.isContentEditable)&&!((h==="link"||!h&&Wb(f))&&l!=="Enter")}function V7(n){const{targetTouches:r}=n;return r.length>0?r[0]:null}function V3(n,r){const l=n.changedTouches;for(let c=0;c<l.length;c++){const f=l[c];if(f.identifier===r)return f}return null}function jl(n,r){return{currentTarget:n,shiftKey:r.shiftKey,ctrlKey:r.ctrlKey,metaKey:r.metaKey,altKey:r.altKey}}function K7(n){let r=0,l=0;return n.width!==void 0?r=n.width/2:n.radiusX!==void 0&&(r=n.radiusX),n.height!==void 0?l=n.height/2:n.radiusY!==void 0&&(l=n.radiusY),{top:n.clientY-l,right:n.clientX+r,bottom:n.clientY+l,left:n.clientX-r}}function j7(n,r){return!(n.left>r.right||r.left>n.right||n.top>r.bottom||r.top>n.bottom)}function Fc(n,r){let l=r.getBoundingClientRect(),c=K7(n);return j7(l,c)}function Yb(n){return!(n instanceof HTMLElement)||!n.hasAttribute("draggable")}function K3(n,r){return n instanceof HTMLInputElement?!j3(n,r):n instanceof HTMLButtonElement?n.type!=="submit"&&n.type!=="reset":!Wb(n)}const W7=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function j3(n,r){return n.type==="checkbox"||n.type==="radio"?r===" ":W7.has(n.type)}const W3=x.forwardRef(({children:n,...r},l)=>{let c=x.useRef(!1),f=x.useContext(op);l=qa(l||(f==null?void 0:f.ref));let h=ft(f||{},{...r,ref:l,register(){c.current=!0,f&&f.register()}});return Ub(f,l),x.useEffect(()=>{c.current||(console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component."),c.current=!0)},[]),x.createElement(op.Provider,{value:h},n)});function G7({children:n}){let r=x.useMemo(()=>({register:()=>{}}),[]);return x.createElement(op.Provider,{value:r},n)}class Y7{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(r,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=r}}function G3(n){let r=x.useRef({isFocused:!1,observer:null});Kt(()=>{const c=r.current;return()=>{c.observer&&(c.observer.disconnect(),c.observer=null)}},[]);let l=Fn(c=>{n==null||n(c)});return x.useCallback(c=>{if(c.target instanceof HTMLButtonElement||c.target instanceof HTMLInputElement||c.target instanceof HTMLTextAreaElement||c.target instanceof HTMLSelectElement){r.current.isFocused=!0;let f=c.target,h=p=>{r.current.isFocused=!1,f.disabled&&l(new Y7("blur",p)),r.current.observer&&(r.current.observer.disconnect(),r.current.observer=null)};f.addEventListener("focusout",h,{once:!0}),r.current.observer=new MutationObserver(()=>{if(r.current.isFocused&&f.disabled){var p;(p=r.current.observer)===null||p===void 0||p.disconnect();let b=f===document.activeElement?null:document.activeElement;f.dispatchEvent(new FocusEvent("blur",{relatedTarget:b})),f.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:b}))}}),r.current.observer.observe(f,{attributes:!0,attributeFilter:["disabled"]})}},[l])}function dh(n){let{isDisabled:r,onFocus:l,onBlur:c,onFocusChange:f}=n;const h=x.useCallback(E=>{if(E.target===E.currentTarget)return c&&c(E),f&&f(!1),!0},[c,f]),p=G3(h),b=x.useCallback(E=>{const S=tn(E.target);E.target===E.currentTarget&&S.activeElement===E.target&&(l&&l(E),f&&f(!0),p(E))},[f,l,p]);return{focusProps:{onFocus:!r&&(l||f||c)?b:void 0,onBlur:!r&&(c||f)?h:void 0}}}let Wl=null,ap=new Set,up=new Map,ss=!1,qb=!1;const q7={Tab:!0,Escape:!0};function fh(n,r){for(let l of ap)l(n,r)}function Q7(n){return!(n.metaKey||!Ya()&&n.altKey||n.ctrlKey||n.key==="Control"||n.key==="Shift"||n.key==="Meta")}function ph(n){ss=!0,Q7(n)&&(Wl="keyboard",fh("keyboard",n))}function ro(n){Wl="pointer",(n.type==="mousedown"||n.type==="pointerdown")&&(ss=!0,fh("pointer",n))}function Y3(n){Vb(n)&&(ss=!0,Wl="virtual")}function q3(n){n.target===window||n.target===document||(!ss&&!qb&&(Wl="virtual",fh("virtual",n)),ss=!1,qb=!1)}function Q3(){ss=!1,qb=!0}function vh(n){if(typeof window>"u"||up.get(to(n)))return;const r=to(n),l=tn(n);let c=r.HTMLElement.prototype.focus;r.HTMLElement.prototype.focus=function(){ss=!0,c.apply(this,arguments)},l.addEventListener("keydown",ph,!0),l.addEventListener("keyup",ph,!0),l.addEventListener("click",Y3,!0),r.addEventListener("focus",q3,!0),r.addEventListener("blur",Q3,!1),typeof PointerEvent<"u"?(l.addEventListener("pointerdown",ro,!0),l.addEventListener("pointermove",ro,!0),l.addEventListener("pointerup",ro,!0)):(l.addEventListener("mousedown",ro,!0),l.addEventListener("mousemove",ro,!0),l.addEventListener("mouseup",ro,!0)),r.addEventListener("beforeunload",()=>{X3(n)},{once:!0}),up.set(r,{focus:c})}const X3=(n,r)=>{const l=to(n),c=tn(n);r&&c.removeEventListener("DOMContentLoaded",r),up.has(l)&&(l.HTMLElement.prototype.focus=up.get(l).focus,c.removeEventListener("keydown",ph,!0),c.removeEventListener("keyup",ph,!0),c.removeEventListener("click",Y3,!0),l.removeEventListener("focus",q3,!0),l.removeEventListener("blur",Q3,!1),typeof PointerEvent<"u"?(c.removeEventListener("pointerdown",ro,!0),c.removeEventListener("pointermove",ro,!0),c.removeEventListener("pointerup",ro,!0)):(c.removeEventListener("mousedown",ro,!0),c.removeEventListener("mousemove",ro,!0),c.removeEventListener("mouseup",ro,!0)),up.delete(l))};function X7(n){const r=tn(n);let l;return r.readyState!=="loading"?vh(n):(l=()=>{vh(n)},r.addEventListener("DOMContentLoaded",l)),()=>X3(n,l)}typeof document<"u"&&X7();function sp(){return Wl!=="pointer"}function Qb(){return Wl}function Z3(n){Wl=n,fh(n,null)}function J3(){vh();let[n,r]=x.useState(Wl);return x.useEffect(()=>{let l=()=>{r(Wl)};return ap.add(l),()=>{ap.delete(l)}},[]),Ul()?null:n}const Z7=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function J7(n,r,l){var c;const f=typeof window<"u"?to(l==null?void 0:l.target).HTMLInputElement:HTMLInputElement,h=typeof window<"u"?to(l==null?void 0:l.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?to(l==null?void 0:l.target).HTMLElement:HTMLElement,b=typeof window<"u"?to(l==null?void 0:l.target).KeyboardEvent:KeyboardEvent;return n=n||(l==null?void 0:l.target)instanceof f&&!Z7.has(l==null||(c=l.target)===null||c===void 0?void 0:c.type)||(l==null?void 0:l.target)instanceof h||(l==null?void 0:l.target)instanceof p&&(l==null?void 0:l.target.isContentEditable),!(n&&r==="keyboard"&&l instanceof b&&!q7[l.key])}function eP(n,r,l){vh(),x.useEffect(()=>{let c=(f,h)=>{J7(!!(l!=null&&l.isTextInput),f,h)&&n(sp())};return ap.add(c),()=>{ap.delete(c)}},r)}function cp(n){let{isDisabled:r,onBlurWithin:l,onFocusWithin:c,onFocusWithinChange:f}=n,h=x.useRef({isFocusWithin:!1}),p=x.useCallback(S=>{h.current.isFocusWithin&&!S.currentTarget.contains(S.relatedTarget)&&(h.current.isFocusWithin=!1,l&&l(S),f&&f(!1))},[l,f,h]),b=G3(p),E=x.useCallback(S=>{!h.current.isFocusWithin&&document.activeElement===S.target&&(c&&c(S),f&&f(!0),h.current.isFocusWithin=!0,b(S))},[c,f,b]);return r?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:E,onBlur:p}}}let mh=!1,Xb=0;function Zb(){mh=!0,setTimeout(()=>{mh=!1},50)}function eC(n){n.pointerType==="touch"&&Zb()}function tP(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",eC):document.addEventListener("touchend",Zb),Xb++,()=>{Xb--,!(Xb>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",eC):document.removeEventListener("touchend",Zb))}}function il(n){let{onHoverStart:r,onHoverChange:l,onHoverEnd:c,isDisabled:f}=n,[h,p]=x.useState(!1),b=x.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;x.useEffect(tP,[]);let{hoverProps:E,triggerHoverEnd:S}=x.useMemo(()=>{let T=($,A)=>{if(b.pointerType=A,f||A==="touch"||b.isHovered||!$.currentTarget.contains($.target))return;b.isHovered=!0;let F=$.currentTarget;b.target=F,r&&r({type:"hoverstart",target:F,pointerType:A}),l&&l(!0),p(!0)},_=($,A)=>{if(b.pointerType="",b.target=null,A==="touch"||!b.isHovered)return;b.isHovered=!1;let F=$.currentTarget;c&&c({type:"hoverend",target:F,pointerType:A}),l&&l(!1),p(!1)},D={};return typeof PointerEvent<"u"?(D.onPointerEnter=$=>{mh&&$.pointerType==="mouse"||T($,$.pointerType)},D.onPointerLeave=$=>{!f&&$.currentTarget.contains($.target)&&_($,$.pointerType)}):(D.onTouchStart=()=>{b.ignoreEmulatedMouseEvents=!0},D.onMouseEnter=$=>{!b.ignoreEmulatedMouseEvents&&!mh&&T($,"mouse"),b.ignoreEmulatedMouseEvents=!1},D.onMouseLeave=$=>{!f&&$.currentTarget.contains($.target)&&_($,"mouse")}),{hoverProps:D,triggerHoverEnd:_}},[r,l,c,f,b]);return x.useEffect(()=>{f&&S({currentTarget:b.target},b.pointerType)},[f]),{hoverProps:E,isHovered:h}}function tC(n){let{ref:r,onInteractOutside:l,isDisabled:c,onInteractOutsideStart:f}=n,h=x.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),p=Fn(E=>{l&&hh(E,r)&&(f&&f(E),h.current.isPointerDown=!0)}),b=Fn(E=>{l&&l(E)});x.useEffect(()=>{let E=h.current;if(c)return;const S=r.current,T=tn(S);if(typeof PointerEvent<"u"){let _=D=>{E.isPointerDown&&hh(D,r)&&b(D),E.isPointerDown=!1};return T.addEventListener("pointerdown",p,!0),T.addEventListener("pointerup",_,!0),()=>{T.removeEventListener("pointerdown",p,!0),T.removeEventListener("pointerup",_,!0)}}else{let _=$=>{E.ignoreEmulatedMouseEvents?E.ignoreEmulatedMouseEvents=!1:E.isPointerDown&&hh($,r)&&b($),E.isPointerDown=!1},D=$=>{E.ignoreEmulatedMouseEvents=!0,E.isPointerDown&&hh($,r)&&b($),E.isPointerDown=!1};return T.addEventListener("mousedown",p,!0),T.addEventListener("mouseup",_,!0),T.addEventListener("touchstart",p,!0),T.addEventListener("touchend",D,!0),()=>{T.removeEventListener("mousedown",p,!0),T.removeEventListener("mouseup",_,!0),T.removeEventListener("touchstart",p,!0),T.removeEventListener("touchend",D,!0)}}},[r,c,p,b])}function hh(n,r){if(n.button>0)return!1;if(n.target){const l=n.target.ownerDocument;if(!l||!l.documentElement.contains(n.target)||n.target.closest("[data-react-aria-top-layer]"))return!1}return r.current&&!r.current.contains(n.target)}function nC(n){if(!n)return;let r=!0;return l=>{let c={...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(){r=!1}};n(c),r&&l.stopPropagation()}}function rC(n){return{keyboardProps:n.isDisabled?{}:{onKeyDown:nC(n.onKeyDown),onKeyUp:nC(n.onKeyUp)}}}function nP(n,r){let{onScroll:l,isDisabled:c}=n,f=x.useCallback(h=>{h.ctrlKey||(h.preventDefault(),h.stopPropagation(),l&&l({deltaX:h.deltaX,deltaY:h.deltaY}))},[l]);R3(r,"wheel",c?void 0:f)}const rP=500;function iC(n){let{isDisabled:r,onLongPressStart:l,onLongPressEnd:c,onLongPress:f,threshold:h=rP,accessibilityDescription:p}=n;const b=x.useRef();let{addGlobalListener:E,removeGlobalListener:S}=Ib(),{pressProps:T}=lp({isDisabled:r,onPressStart(D){if(D.continuePropagation(),(D.pointerType==="mouse"||D.pointerType==="touch")&&(l&&l({...D,type:"longpressstart"}),b.current=setTimeout(()=>{D.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),f&&f({...D,type:"longpress"}),b.current=void 0},h),D.pointerType==="touch")){let $=A=>{A.preventDefault()};E(D.target,"contextmenu",$,{once:!0}),E(window,"pointerup",()=>{setTimeout(()=>{S(D.target,"contextmenu",$)},30)},{once:!0})}},onPressEnd(D){b.current&&clearTimeout(b.current),c&&(D.pointerType==="mouse"||D.pointerType==="touch")&&c({...D,type:"longpressend"})}}),_=I7(f&&!r?p:void 0);return{longPressProps:ft(T,_)}}function cs(n){const r=tn(n);if(Qb()==="virtual"){let l=r.activeElement;A3(()=>{r.activeElement===l&&n.isConnected&&Vl(n)})}else Vl(n)}function iP(n){const r=to(n);if(!(n instanceof r.HTMLElement)&&!(n instanceof r.SVGElement))return!1;let{display:l,visibility:c}=n.style,f=l!=="none"&&c!=="hidden"&&c!=="collapse";if(f){const{getComputedStyle:h}=n.ownerDocument.defaultView;let{display:p,visibility:b}=h(n);f=p!=="none"&&b!=="hidden"&&b!=="collapse"}return f}function oP(n,r){return!n.hasAttribute("hidden")&&!n.hasAttribute("data-react-aria-prevent-focus")&&(n.nodeName==="DETAILS"&&r&&r.nodeName!=="SUMMARY"?n.hasAttribute("open"):!0)}function oC(n,r){return n.nodeName!=="#comment"&&iP(n)&&oP(n,r)&&(!n.parentElement||oC(n.parentElement,n))}const lC=x.createContext(null);let Zt=null;function Jb(n){let{children:r,contain:l,restoreFocus:c,autoFocus:f}=n,h=x.useRef(null),p=x.useRef(null),b=x.useRef([]),{parentNode:E}=x.useContext(lC)||{},S=x.useMemo(()=>new n1({scopeRef:b}),[b]);Kt(()=>{let D=E||Rn.root;if(Rn.getTreeNode(D.scopeRef)&&Zt&&!yh(Zt,D.scopeRef)){let $=Rn.getTreeNode(Zt);$&&(D=$)}D.addChild(S),Rn.addNode(S)},[S,E]),Kt(()=>{let D=Rn.getTreeNode(b);D&&(D.contain=!!l)},[l]),Kt(()=>{var D;let $=(D=h.current)===null||D===void 0?void 0:D.nextSibling,A=[];for(;$&&$!==p.current;)A.push($),$=$.nextSibling;b.current=A},[r]),fP(b,c,l),sP(b,l),vP(b,c,l),dP(b,f),x.useEffect(()=>{const D=tn(b.current?b.current[0]:void 0).activeElement;let $=null;if(Fr(D,b.current)){for(let A of Rn.traverse())A.scopeRef&&Fr(D,A.scopeRef.current)&&($=A);$===Rn.getTreeNode(b)&&(Zt=$.scopeRef)}},[b]),Kt(()=>()=>{var D,$,A;let F=(A=($=Rn.getTreeNode(b))===null||$===void 0||(D=$.parent)===null||D===void 0?void 0:D.scopeRef)!==null&&A!==void 0?A:null;(b===Zt||yh(b,Zt))&&(!F||Rn.getTreeNode(F))&&(Zt=F),Rn.removeTreeNode(b)},[b]);let T=x.useMemo(()=>lP(b),[]),_=x.useMemo(()=>({focusManager:T,parentNode:S}),[S,T]);return x.createElement(lC.Provider,{value:_},x.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:h}),r,x.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:p}))}function lP(n){return{focusNext(r={}){let l=n.current,{from:c,tabbable:f,wrap:h,accept:p}=r,b=c||tn(l[0]).activeElement,E=l[0].previousElementSibling,S=ds(l),T=Yl(S,{tabbable:f,accept:p},l);T.currentNode=Fr(b,l)?b:E;let _=T.nextNode();return!_&&h&&(T.currentNode=E,_=T.nextNode()),_&&Gl(_,!0),_},focusPrevious(r={}){let l=n.current,{from:c,tabbable:f,wrap:h,accept:p}=r,b=c||tn(l[0]).activeElement,E=l[l.length-1].nextElementSibling,S=ds(l),T=Yl(S,{tabbable:f,accept:p},l);T.currentNode=Fr(b,l)?b:E;let _=T.previousNode();return!_&&h&&(T.currentNode=E,_=T.previousNode()),_&&Gl(_,!0),_},focusFirst(r={}){let l=n.current,{tabbable:c,accept:f}=r,h=ds(l),p=Yl(h,{tabbable:c,accept:f},l);p.currentNode=l[0].previousElementSibling;let b=p.nextNode();return b&&Gl(b,!0),b},focusLast(r={}){let l=n.current,{tabbable:c,accept:f}=r,h=ds(l),p=Yl(h,{tabbable:c,accept:f},l);p.currentNode=l[l.length-1].nextElementSibling;let b=p.previousNode();return b&&Gl(b,!0),b}}}const e1=["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]"],aP=e1.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";e1.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const uP=e1.join(':not([hidden]):not([tabindex="-1"]),');function ds(n){return n[0].parentElement}function dp(n){let r=Rn.getTreeNode(Zt);for(;r&&r.scopeRef!==n;){if(r.contain)return!1;r=r.parent}return!0}function sP(n,r){let l=x.useRef(),c=x.useRef();Kt(()=>{let f=n.current;if(!r){c.current&&(cancelAnimationFrame(c.current),c.current=void 0);return}const h=tn(f?f[0]:void 0);let p=S=>{if(S.key!=="Tab"||S.altKey||S.ctrlKey||S.metaKey||!dp(n)||S.isComposing)return;let T=h.activeElement,_=n.current;if(!_||!Fr(T,_))return;let D=ds(_),$=Yl(D,{tabbable:!0},_);if(!T)return;$.currentNode=T;let A=S.shiftKey?$.previousNode():$.nextNode();A||($.currentNode=S.shiftKey?_[_.length-1].nextElementSibling:_[0].previousElementSibling,A=S.shiftKey?$.previousNode():$.nextNode()),S.preventDefault(),A&&Gl(A,!0)},b=S=>{(!Zt||yh(Zt,n))&&Fr(S.target,n.current)?(Zt=n,l.current=S.target):dp(n)&&!gh(S.target,n)?l.current?l.current.focus():Zt&&Zt.current&&bh(Zt.current):dp(n)&&(l.current=S.target)},E=S=>{c.current&&cancelAnimationFrame(c.current),c.current=requestAnimationFrame(()=>{if(h.activeElement&&dp(n)&&!gh(h.activeElement,n))if(Zt=n,h.body.contains(S.target)){var T;l.current=S.target,(T=l.current)===null||T===void 0||T.focus()}else Zt.current&&bh(Zt.current)})};return h.addEventListener("keydown",p,!1),h.addEventListener("focusin",b,!1),f==null||f.forEach(S=>S.addEventListener("focusin",b,!1)),f==null||f.forEach(S=>S.addEventListener("focusout",E,!1)),()=>{h.removeEventListener("keydown",p,!1),h.removeEventListener("focusin",b,!1),f==null||f.forEach(S=>S.removeEventListener("focusin",b,!1)),f==null||f.forEach(S=>S.removeEventListener("focusout",E,!1))}},[n,r]),Kt(()=>()=>{c.current&&cancelAnimationFrame(c.current)},[c])}function aC(n){return gh(n)}function Fr(n,r){return!n||!r?!1:r.some(l=>l.contains(n))}function gh(n,r=null){if(n instanceof Element&&n.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:l}of Rn.traverse(Rn.getTreeNode(r)))if(l&&Fr(n,l.current))return!0;return!1}function cP(n){return gh(n,Zt)}function yh(n,r){var l;let c=(l=Rn.getTreeNode(r))===null||l===void 0?void 0:l.parent;for(;c;){if(c.scopeRef===n)return!0;c=c.parent}return!1}function Gl(n,r=!1){if(n!=null&&!r)try{cs(n)}catch{}else if(n!=null)try{n.focus()}catch{}}function bh(n,r=!0){let l=n[0].previousElementSibling,c=ds(n),f=Yl(c,{tabbable:r},n);f.currentNode=l;let h=f.nextNode();r&&!h&&(c=ds(n),f=Yl(c,{tabbable:!1},n),f.currentNode=l,h=f.nextNode()),Gl(h)}function dP(n,r){const l=x.useRef(r);x.useEffect(()=>{if(l.current){Zt=n;const c=tn(n.current?n.current[0]:void 0);!Fr(c.activeElement,Zt.current)&&n.current&&bh(n.current)}l.current=!1},[n])}function fP(n,r,l){Kt(()=>{if(r||l)return;let c=n.current;const f=tn(c?c[0]:void 0);let h=p=>{let b=p.target;Fr(b,n.current)?Zt=n:aC(b)||(Zt=null)};return f.addEventListener("focusin",h,!1),c==null||c.forEach(p=>p.addEventListener("focusin",h,!1)),()=>{f.removeEventListener("focusin",h,!1),c==null||c.forEach(p=>p.removeEventListener("focusin",h,!1))}},[n,r,l])}function pP(n){let r=Rn.getTreeNode(Zt);for(;r&&r.scopeRef!==n;){if(r.nodeToRestore)return!1;r=r.parent}return(r==null?void 0:r.scopeRef)===n}function vP(n,r,l){const c=x.useRef(typeof document<"u"?tn(n.current?n.current[0]:void 0).activeElement:null);Kt(()=>{let f=n.current;const h=tn(f?f[0]:void 0);if(!r||l)return;let p=()=>{(!Zt||yh(Zt,n))&&Fr(h.activeElement,n.current)&&(Zt=n)};return h.addEventListener("focusin",p,!1),f==null||f.forEach(b=>b.addEventListener("focusin",p,!1)),()=>{h.removeEventListener("focusin",p,!1),f==null||f.forEach(b=>b.removeEventListener("focusin",p,!1))}},[n,l]),Kt(()=>{const f=tn(n.current?n.current[0]:void 0);if(!r)return;let h=p=>{if(p.key!=="Tab"||p.altKey||p.ctrlKey||p.metaKey||!dp(n)||p.isComposing)return;let b=f.activeElement;if(!Fr(b,n.current))return;let E=Rn.getTreeNode(n);if(!E)return;let S=E.nodeToRestore,T=Yl(f.body,{tabbable:!0});T.currentNode=b;let _=p.shiftKey?T.previousNode():T.nextNode();if((!S||!f.body.contains(S)||S===f.body)&&(S=void 0,E.nodeToRestore=void 0),(!_||!Fr(_,n.current))&&S){T.currentNode=S;do _=p.shiftKey?T.previousNode():T.nextNode();while(Fr(_,n.current));p.preventDefault(),p.stopPropagation(),_?Gl(_,!0):aC(S)?Gl(S,!0):b.blur()}};return l||f.addEventListener("keydown",h,!0),()=>{l||f.removeEventListener("keydown",h,!0)}},[n,r,l]),Kt(()=>{const f=tn(n.current?n.current[0]:void 0);if(!r)return;let h=Rn.getTreeNode(n);if(h){var p;return h.nodeToRestore=(p=c.current)!==null&&p!==void 0?p:void 0,()=>{let b=Rn.getTreeNode(n);if(!b)return;let E=b.nodeToRestore;if(r&&E&&(Fr(f.activeElement,n.current)||f.activeElement===f.body&&pP(n))){let S=Rn.clone();requestAnimationFrame(()=>{if(f.activeElement===f.body){let T=S.getTreeNode(n);for(;T;){if(T.nodeToRestore&&T.nodeToRestore.isConnected){Gl(T.nodeToRestore);return}T=T.parent}for(T=S.getTreeNode(n);T;){if(T.scopeRef&&T.scopeRef.current&&Rn.getTreeNode(T.scopeRef)){bh(T.scopeRef.current,!0);return}T=T.parent}}})}}}},[n,r])}function Yl(n,r,l){let c=r!=null&&r.tabbable?uP:aP,f=tn(n).createTreeWalker(n,NodeFilter.SHOW_ELEMENT,{acceptNode(h){var p;return!(r==null||(p=r.from)===null||p===void 0)&&p.contains(h)?NodeFilter.FILTER_REJECT:h.matches(c)&&oC(h)&&(!l||Fr(h,l))&&(!(r!=null&&r.accept)||r.accept(h))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return r!=null&&r.from&&(f.currentNode=r.from),f}class t1{get size(){return this.fastMap.size}getTreeNode(r){return this.fastMap.get(r)}addTreeNode(r,l,c){let f=this.fastMap.get(l??null);if(!f)return;let h=new n1({scopeRef:r});f.addChild(h),h.parent=f,this.fastMap.set(r,h),c&&(h.nodeToRestore=c)}addNode(r){this.fastMap.set(r.scopeRef,r)}removeTreeNode(r){if(r===null)return;let l=this.fastMap.get(r);if(!l)return;let c=l.parent;for(let h of this.traverse())h!==l&&l.nodeToRestore&&h.nodeToRestore&&l.scopeRef&&l.scopeRef.current&&Fr(h.nodeToRestore,l.scopeRef.current)&&(h.nodeToRestore=l.nodeToRestore);let f=l.children;c&&(c.removeChild(l),f.size>0&&f.forEach(h=>c&&c.addChild(h))),this.fastMap.delete(l.scopeRef)}*traverse(r=this.root){if(r.scopeRef!=null&&(yield r),r.children.size>0)for(let l of r.children)yield*this.traverse(l)}clone(){var r;let l=new t1;var c;for(let f of this.traverse())l.addTreeNode(f.scopeRef,(c=(r=f.parent)===null||r===void 0?void 0:r.scopeRef)!==null&&c!==void 0?c:null,f.nodeToRestore);return l}constructor(){this.fastMap=new Map,this.root=new n1({scopeRef:null}),this.fastMap.set(null,this.root)}}class n1{addChild(r){this.children.add(r),r.parent=this}removeChild(r){this.children.delete(r),r.parent=void 0}constructor(r){this.children=new Set,this.contain=!1,this.scopeRef=r.scopeRef}}let Rn=new t1;function ql(n={}){let{autoFocus:r=!1,isTextInput:l,within:c}=n,f=x.useRef({isFocused:!1,isFocusVisible:r||sp()}),[h,p]=x.useState(!1),[b,E]=x.useState(()=>f.current.isFocused&&f.current.isFocusVisible),S=x.useCallback(()=>E(f.current.isFocused&&f.current.isFocusVisible),[]),T=x.useCallback($=>{f.current.isFocused=$,p($),S()},[S]);eP($=>{f.current.isFocusVisible=$,S()},[],{isTextInput:l});let{focusProps:_}=dh({isDisabled:c,onFocusChange:T}),{focusWithinProps:D}=cp({isDisabled:!c,onFocusWithinChange:T});return{isFocused:h,isFocusVisible:b,focusProps:c?D:_}}let mP=x.createContext(null);function hP(n){let r=x.useContext(mP)||{};Ub(r,n);let{ref:l,...c}=r;return c}function r1(n,r){let{focusProps:l}=dh(n),{keyboardProps:c}=rC(n),f=ft(l,c),h=hP(r),p=n.isDisabled?{}:h,b=x.useRef(n.autoFocus);return x.useEffect(()=>{b.current&&r.current&&cs(r.current),b.current=!1},[r]),{focusableProps:ft({...f,tabIndex:n.excludeFromTabOrder&&!n.isDisabled?-1:void 0},p)}}function gP(n,r){let{elementType:l="a",onPress:c,onPressStart:f,onPressEnd:h,onClick:p,isDisabled:b,...E}=n,S={};l!=="a"&&(S={role:"link",tabIndex:b?void 0:0});let{focusableProps:T}=r1(n,r),{pressProps:_,isPressed:D}=lp({onPress:c,onPressStart:f,onPressEnd:h,isDisabled:b,ref:r}),$=Xt(E,{labelable:!0}),A=ft(T,_),F=Mc(),I=zb(n);return{isPressed:D,linkProps:ft($,I,{...A,...S,"aria-disabled":b||void 0,"aria-current":n["aria-current"],onClick:re=>{var Q;(Q=_.onClick)===null||Q===void 0||Q.call(_,re),p&&(p(re),console.warn("onClick is deprecated, please use onPress")),!F.isNative&&re.currentTarget instanceof HTMLAnchorElement&&re.currentTarget.href&&!re.isDefaultPrevented()&&N7(re.currentTarget,re)&&n.href&&(re.preventDefault(),F.open(re.currentTarget,re,n.href,n.routerOptions))}})}}const yP=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),bP=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function xP(n){if(Intl.Locale){let l=new Intl.Locale(n).maximize(),c=typeof l.getTextInfo=="function"?l.getTextInfo():l.textInfo;if(c)return c.direction==="rtl";if(l.script)return yP.has(l.script)}let r=n.split("-")[0];return bP.has(r)}const kP=Symbol.for("react-aria.i18n.locale");function uC(){let n=typeof window<"u"&&window[kP]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([n])}catch{n="en-US"}return{locale:n,direction:xP(n)?"rtl":"ltr"}}let i1=uC(),fp=new Set;function sC(){i1=uC();for(let n of fp)n(i1)}function EP(){let n=Ul(),[r,l]=x.useState(i1);return x.useEffect(()=>(fp.size===0&&window.addEventListener("languagechange",sC),fp.add(l),()=>{fp.delete(l),fp.size===0&&window.removeEventListener("languagechange",sC)}),[]),n?{locale:"en-US",direction:"ltr"}:r}const CP=x.createContext(null);function Qa(){let n=EP();return x.useContext(CP)||n}const SP=Symbol.for("react-aria.i18n.locale"),wP=Symbol.for("react-aria.i18n.strings");let Rc;class xh{getStringForLocale(r,l){let f=this.getStringsForLocale(l)[r];if(!f)throw new Error(`Could not find intl message ${r} in ${l} locale`);return f}getStringsForLocale(r){let l=this.strings[r];return l||(l=_P(r,this.strings,this.defaultLocale),this.strings[r]=l),l}static getGlobalDictionaryForPackage(r){if(typeof window>"u")return null;let l=window[SP];if(Rc===void 0){let f=window[wP];if(!f)return null;Rc={};for(let h in f)Rc[h]=new xh({[l]:f[h]},l)}let c=Rc==null?void 0:Rc[r];if(!c)throw new Error(`Strings for package "${r}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return c}constructor(r,l="en-US"){this.strings=Object.fromEntries(Object.entries(r).filter(([,c])=>c)),this.defaultLocale=l}}function _P(n,r,l="en-US"){if(r[n])return r[n];let c=TP(n);if(r[c])return r[c];for(let f in r)if(f.startsWith(c+"-"))return r[f];return r[l]}function TP(n){return Intl.Locale?new Intl.Locale(n).language:n.split("-")[0]}const cC=new Map,dC=new Map;class DP{format(r,l){let c=this.strings.getStringForLocale(r,this.locale);return typeof c=="function"?c(l,this):c}plural(r,l,c="cardinal"){let f=l["="+r];if(f)return typeof f=="function"?f():f;let h=this.locale+":"+c,p=cC.get(h);p||(p=new Intl.PluralRules(this.locale,{type:c}),cC.set(h,p));let b=p.select(r);return f=l[b]||l.other,typeof f=="function"?f():f}number(r){let l=dC.get(this.locale);return l||(l=new Intl.NumberFormat(this.locale),dC.set(this.locale,l)),l.format(r)}select(r,l){let c=r[l]||r.other;return typeof c=="function"?c():c}constructor(r,l){this.locale=r,this.strings=l}}const fC=new WeakMap;function $P(n){let r=fC.get(n);return r||(r=new xh(n),fC.set(n,r)),r}function PP(n,r){return r&&xh.getGlobalDictionaryForPackage(r)||$P(n)}function zc(n,r){let{locale:l}=Qa(),c=PP(n,r);return x.useMemo(()=>new DP(l,c),[l,c])}let o1=new Map,l1=!1;try{l1=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let kh=!1;try{kh=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const pC={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Eh{format(r){let l="";if(!l1&&this.options.signDisplay!=null?l=MP(this.numberFormatter,this.options.signDisplay,r):l=this.numberFormatter.format(r),this.options.style==="unit"&&!kh){var c;let{unit:f,unitDisplay:h="short",locale:p}=this.resolvedOptions();if(!f)return l;let b=(c=pC[f])===null||c===void 0?void 0:c[h];l+=b[p]||b.default}return l}formatToParts(r){return this.numberFormatter.formatToParts(r)}formatRange(r,l){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(r,l);if(l<r)throw new RangeError("End date must be >= start date");return`${this.format(r)} – ${this.format(l)}`}formatRangeToParts(r,l){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(r,l);if(l<r)throw new RangeError("End date must be >= start date");let c=this.numberFormatter.formatToParts(r),f=this.numberFormatter.formatToParts(l);return[...c.map(h=>({...h,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...f.map(h=>({...h,source:"endRange"}))]}resolvedOptions(){let r=this.numberFormatter.resolvedOptions();return!l1&&this.options.signDisplay!=null&&(r={...r,signDisplay:this.options.signDisplay}),!kh&&this.options.style==="unit"&&(r={...r,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),r}constructor(r,l={}){this.numberFormatter=LP(r,l),this.options=l}}function LP(n,r={}){let{numberingSystem:l}=r;if(l&&n.includes("-nu-")&&(n.includes("-u-")||(n+="-u-"),n+=`-nu-${l}`),r.style==="unit"&&!kh){var c;let{unit:p,unitDisplay:b="short"}=r;if(!p)throw new Error('unit option must be provided with style: "unit"');if(!(!((c=pC[p])===null||c===void 0)&&c[b]))throw new Error(`Unsupported unit ${p} with unitDisplay = ${b}`);r={...r,style:"decimal"}}let f=n+(r?Object.entries(r).sort((p,b)=>p[0]<b[0]?-1:1).join():"");if(o1.has(f))return o1.get(f);let h=new Intl.NumberFormat(n,r);return o1.set(f,h),h}function MP(n,r,l){if(r==="auto")return n.format(l);if(r==="never")return n.format(Math.abs(l));{let c=!1;if(r==="always"?c=l>0||Object.is(l,0):r==="exceptZero"&&(Object.is(l,-0)||Object.is(l,0)?l=Math.abs(l):c=l>0),c){let f=n.format(-l),h=n.format(l),p=f.replace(h,"").replace(/\u200e|\u061C/,"");return[...p].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),f.replace(h,"!!!").replace(p,"+").replace("!!!",h)}else return n.format(l)}}const NP=new RegExp("^.*\\(.*\\).*$"),AP=["latn","arab","hanidec"];class vC{parse(r){return a1(this.locale,this.options,r).parse(r)}isValidPartialNumber(r,l,c){return a1(this.locale,this.options,r).isValidPartialNumber(r,l,c)}getNumberingSystem(r){return a1(this.locale,this.options,r).options.numberingSystem}constructor(r,l={}){this.locale=r,this.options=l}}const mC=new Map;function a1(n,r,l){let c=hC(n,r);if(!n.includes("-nu-")&&!c.isValidPartialNumber(l)){for(let f of AP)if(f!==c.options.numberingSystem){let h=hC(n+(n.includes("-u-")?"-nu-":"-u-nu-")+f,r);if(h.isValidPartialNumber(l))return h}}return c}function hC(n,r){let l=n+(r?Object.entries(r).sort((f,h)=>f[0]<h[0]?-1:1).join():""),c=mC.get(l);return c||(c=new OP(n,r),mC.set(l,c)),c}class OP{parse(r){let l=this.sanitize(r);if(this.symbols.group&&(l=Ch(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 b=l.indexOf(".");b===-1&&(b=l.length),l=l.replace(".",""),b-2===0?l=`0.${l}`:b-2===-1?l=`0.0${l}`:b-2===-2?l="0.00":l=`${l.slice(0,b-2)}.${l.slice(b-2)}`,p>-1&&(l=`-${l}`)}let c=l?+l:NaN;if(isNaN(c))return NaN;if(this.options.style==="percent"){var f,h;let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(((f=this.options.minimumFractionDigits)!==null&&f!==void 0?f:0)+2,20),maximumFractionDigits:Math.min(((h=this.options.maximumFractionDigits)!==null&&h!==void 0?h:0)+2,20)};return new vC(this.locale,p).parse(new Eh(this.locale,p).format(c))}return this.options.currencySign==="accounting"&&NP.test(r)&&(c=-1*c),c}sanitize(r){return r=r.replace(this.symbols.literals,""),this.symbols.minusSign&&(r=r.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(r=r.replace(",",this.symbols.decimal),r=r.replace("،",this.symbols.decimal)),this.symbols.group&&(r=Ch(r,".",this.symbols.group))),this.options.locale==="fr-FR"&&(r=Ch(r,"."," ")),r}isValidPartialNumber(r,l=-1/0,c=1/0){return r=this.sanitize(r),this.symbols.minusSign&&r.startsWith(this.symbols.minusSign)&&l<0?r=r.slice(this.symbols.minusSign.length):this.symbols.plusSign&&r.startsWith(this.symbols.plusSign)&&c>0&&(r=r.slice(this.symbols.plusSign.length)),this.symbols.group&&r.startsWith(this.symbols.group)||this.symbols.decimal&&r.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(r=Ch(r,this.symbols.group,"")),r=r.replace(this.symbols.numeral,""),this.symbols.decimal&&(r=r.replace(this.symbols.decimal,"")),r.length===0)}constructor(r,l={}){this.locale=r,this.formatter=new Intl.NumberFormat(r,l),this.options=this.formatter.resolvedOptions(),this.symbols=RP(r,this.formatter,this.options,l);var c,f;this.options.style==="percent"&&(((c=this.options.minimumFractionDigits)!==null&&c!==void 0?c:0)>18||((f=this.options.maximumFractionDigits)!==null&&f!==void 0?f:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const gC=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),FP=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function RP(n,r,l,c){var f,h,p,b;let E=new Intl.NumberFormat(n,{...l,minimumSignificantDigits:1,maximumSignificantDigits:21}),S=E.formatToParts(-10000.111),T=E.formatToParts(10000.111),_=FP.map(K=>E.formatToParts(K));var D;let $=(D=(f=S.find(K=>K.type==="minusSign"))===null||f===void 0?void 0:f.value)!==null&&D!==void 0?D:"-",A=(h=T.find(K=>K.type==="plusSign"))===null||h===void 0?void 0:h.value;!A&&((c==null?void 0:c.signDisplay)==="exceptZero"||(c==null?void 0:c.signDisplay)==="always")&&(A="+");let I=(p=new Intl.NumberFormat(n,{...l,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(K=>K.type==="decimal"))===null||p===void 0?void 0:p.value,re=(b=S.find(K=>K.type==="group"))===null||b===void 0?void 0:b.value,Q=S.filter(K=>!gC.has(K.type)).map(K=>yC(K.value)),B=_.flatMap(K=>K.filter(W=>!gC.has(W.type)).map(W=>yC(W.value))),Y=[...new Set([...Q,...B])].sort((K,W)=>W.length-K.length),R=Y.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${Y.join("|")}|[\\p{White_Space}]`,"gu"),j=[...new Intl.NumberFormat(l.locale,{useGrouping:!1}).format(9876543210)].reverse(),ne=new Map(j.map((K,W)=>[K,W])),M=new RegExp(`[${j.join("")}]`,"g");return{minusSign:$,plusSign:A,decimal:I,group:re,literals:R,numeral:M,index:K=>String(ne.get(K))}}function Ch(n,r,l){return n.replaceAll?n.replaceAll(r,l):n.split(r).join(l)}function yC(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function bC(n={}){let{locale:r}=Qa();return x.useMemo(()=>new Eh(r,n),[r,n])}let u1=new Map;function Sh(n){let{locale:r}=Qa(),l=r+(n?Object.entries(n).sort((f,h)=>f[0]<h[0]?-1:1).join():"");if(u1.has(l))return u1.get(l);let c=new Intl.Collator(r,n);return u1.set(l,c),c}function zP(n){let r=Sh({usage:"search",...n}),l=x.useCallback((h,p)=>p.length===0?!0:(h=h.normalize("NFC"),p=p.normalize("NFC"),r.compare(h.slice(0,p.length),p)===0),[r]),c=x.useCallback((h,p)=>p.length===0?!0:(h=h.normalize("NFC"),p=p.normalize("NFC"),r.compare(h.slice(-p.length),p)===0),[r]),f=x.useCallback((h,p)=>{if(p.length===0)return!0;h=h.normalize("NFC"),p=p.normalize("NFC");let b=0,E=p.length;for(;b+E<=h.length;b++){let S=h.slice(b,b+E);if(r.compare(p,S)===0)return!0}return!1},[r]);return x.useMemo(()=>({startsWith:l,endsWith:c,contains:f}),[l,c,f])}function BP(n,r){let{elementType:l="button",isDisabled:c,onPress:f,onPressStart:h,onPressEnd:p,onPressUp:b,onPressChange:E,preventFocusOnPress:S,allowFocusWhenDisabled:T,onClick:_,href:D,target:$,rel:A,type:F="button"}=n,I;l==="button"?I={type:F,disabled:c}:I={role:"button",tabIndex:c?void 0:0,href:l==="a"&&c?void 0:D,target:l==="a"?$:void 0,type:l==="input"?F:void 0,disabled:l==="input"?c:void 0,"aria-disabled":!c||l==="input"?void 0:c,rel:l==="a"?A:void 0};let{pressProps:re,isPressed:Q}=lp({onPressStart:h,onPressEnd:p,onPressChange:E,onPress:f,onPressUp:b,isDisabled:c,preventFocusOnPress:S,ref:r}),{focusableProps:B}=r1(n,r);T&&(B.tabIndex=c?-1:B.tabIndex);let Y=ft(B,re,Xt(n,{labelable:!0}));return{isPressed:Q,buttonProps:ft(I,Y,{"aria-haspopup":n["aria-haspopup"],"aria-expanded":n["aria-expanded"],"aria-controls":n["aria-controls"],"aria-pressed":n["aria-pressed"],onClick:R=>{_&&(_(R),console.warn("onClick is deprecated, please use onPress"))}})}}const xC=7e3;let pp=null;function wh(n,r="assertive",l=xC){pp||(pp=new UP),pp.announce(n,r,l)}function IP(n){pp&&pp.clear(n)}class UP{createLog(r){let l=document.createElement("div");return l.setAttribute("role","log"),l.setAttribute("aria-live",r),l.setAttribute("aria-relevant","additions"),l}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(r,l="assertive",c=xC){if(!this.node)return;let f=document.createElement("div");f.textContent=r,l==="assertive"?this.assertiveLog.appendChild(f):this.politeLog.appendChild(f),r!==""&&setTimeout(()=>{f.remove()},c)}clear(r){this.node&&((!r||r==="assertive")&&(this.assertiveLog.innerHTML=""),(!r||r==="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 kC(n,r,l){let{validationBehavior:c,focus:f}=n;Kt(()=>{if(c==="native"&&(l!=null&&l.current)){let E=r.realtimeValidation.isInvalid?r.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";l.current.setCustomValidity(E),l.current.hasAttribute("title")||(l.current.title=""),r.realtimeValidation.isInvalid||r.updateValidation(VP(l.current))}});let h=Fn(()=>{r.resetValidation()}),p=Fn(E=>{var S;r.displayValidation.isInvalid||r.commitValidation();let T=l==null||(S=l.current)===null||S===void 0?void 0:S.form;if(!E.defaultPrevented&&l&&T&&KP(T)===l.current){var _;f?f():(_=l.current)===null||_===void 0||_.focus(),Z3("keyboard")}E.preventDefault()}),b=Fn(()=>{r.commitValidation()});x.useEffect(()=>{let E=l==null?void 0:l.current;if(!E)return;let S=E.form;return E.addEventListener("invalid",p),E.addEventListener("change",b),S==null||S.addEventListener("reset",h),()=>{E.removeEventListener("invalid",p),E.removeEventListener("change",b),S==null||S.removeEventListener("reset",h)}},[l,p,b,h,c])}function HP(n){let r=n.validity;return{badInput:r.badInput,customError:r.customError,patternMismatch:r.patternMismatch,rangeOverflow:r.rangeOverflow,rangeUnderflow:r.rangeUnderflow,stepMismatch:r.stepMismatch,tooLong:r.tooLong,tooShort:r.tooShort,typeMismatch:r.typeMismatch,valueMissing:r.valueMissing,valid:r.valid}}function VP(n){return{isInvalid:!n.validity.valid,validationDetails:HP(n),validationErrors:n.validationMessage?[n.validationMessage]:[]}}function KP(n){for(let r=0;r<n.elements.length;r++){let l=n.elements[r];if(!l.validity.valid)return l}return null}const EC={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},CC={...EC,customError:!0,valid:!1},vp={isInvalid:!1,validationDetails:EC,validationErrors:[]},jP=x.createContext({}),_h="__formValidationState"+Date.now();function Th(n){if(n[_h]){let{realtimeValidation:r,displayValidation:l,updateValidation:c,resetValidation:f,commitValidation:h}=n[_h];return{realtimeValidation:r,displayValidation:l,updateValidation:c,resetValidation:f,commitValidation:h}}return WP(n)}function WP(n){let{isInvalid:r,validationState:l,name:c,value:f,builtinValidation:h,validate:p,validationBehavior:b="aria"}=n;l&&(r||(r=l==="invalid"));let E=r!==void 0?{isInvalid:r,validationErrors:[],validationDetails:CC}:null,S=x.useMemo(()=>SC(GP(p,f)),[p,f]);h!=null&&h.validationDetails.valid&&(h=null);let T=x.useContext(jP),_=x.useMemo(()=>c?Array.isArray(c)?c.flatMap(K=>s1(T[K])):s1(T[c]):[],[T,c]),[D,$]=x.useState(T),[A,F]=x.useState(!1);T!==D&&($(T),F(!1));let I=x.useMemo(()=>SC(A?[]:_),[A,_]),re=x.useRef(vp),[Q,B]=x.useState(vp),Y=x.useRef(vp),R=()=>{if(!j)return;ne(!1);let K=S||h||re.current;c1(K,Y.current)||(Y.current=K,B(K))},[j,ne]=x.useState(!1);return x.useEffect(R),{realtimeValidation:E||I||S||h||vp,displayValidation:b==="native"?E||I||Q:E||I||S||h||Q,updateValidation(K){b==="aria"&&!c1(Q,K)?B(K):re.current=K},resetValidation(){let K=vp;c1(K,Y.current)||(Y.current=K,B(K)),b==="native"&&ne(!1),F(!0)},commitValidation(){b==="native"&&ne(!0),F(!0)}}}function s1(n){return n?Array.isArray(n)?n:[n]:[]}function GP(n,r){if(typeof n=="function"){let l=n(r);if(l&&typeof l!="boolean")return s1(l)}return[]}function SC(n){return n.length?{isInvalid:!0,validationErrors:n,validationDetails:CC}:null}function c1(n,r){return n===r?!0:n&&r&&n.isInvalid===r.isInvalid&&n.validationErrors.length===r.validationErrors.length&&n.validationErrors.every((l,c)=>l===r.validationErrors[c])&&Object.entries(n.validationDetails).every(([l,c])=>r.validationDetails[l]===c)}function wC(n){let{id:r,label:l,"aria-labelledby":c,"aria-label":f,labelElementType:h="label"}=n;r=Or(r);let p=Or(),b={};l?(c=c?`${p} ${c}`:p,b={id:p,htmlFor:h==="label"?r:void 0}):!c&&!f&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let E=oh({id:r,"aria-label":f,"aria-labelledby":c});return{labelProps:b,fieldProps:E}}function _C(n){let{description:r,errorMessage:l,isInvalid:c,validationState:f}=n,{labelProps:h,fieldProps:p}=wC(n),b=Ga([!!r,!!l,c,f]),E=Ga([!!r,!!l,c,f]);return p=ft(p,{"aria-describedby":[b,E,n["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:h,fieldProps:p,descriptionProps:{id:b},errorMessageProps:{id:E}}}var TC={};TC={buttonLabel:"عرض المقترحات",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} خيار`,other:()=>`${r.number(n.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`المجموعة المدخلة ${n.groupTitle}, مع ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} خيار`,other:()=>`${r.number(n.groupCount)} خيارات`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", محدد",other:""},n.isSelected)}`,listboxLabel:"مقترحات",selectedAnnouncement:n=>`${n.optionText}، محدد`};var DC={};DC={buttonLabel:"Покажи предложения",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} опция`,other:()=>`${r.number(n.optionCount)} опции`})} на разположение.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Въведена група ${n.groupTitle}, с ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} опция`,other:()=>`${r.number(n.groupCount)} опции`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", избрани",other:""},n.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:n=>`${n.optionText}, избрани`};var $C={};$C={buttonLabel:"Zobrazit doporučení",countAnnouncement:(n,r)=>`K dispozici ${r.plural(n.optionCount,{one:()=>`je ${r.number(n.optionCount)} možnost`,other:()=>`jsou/je ${r.number(n.optionCount)} možnosti/-í`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Zadaná skupina „${n.groupTitle}“ ${r.plural(n.groupCount,{one:()=>`s ${r.number(n.groupCount)} možností`,other:()=>`se ${r.number(n.groupCount)} možnostmi`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:" (vybráno)",other:""},n.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:n=>`${n.optionText}, vybráno`};var PC={};PC={buttonLabel:"Vis forslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} mulighed tilgængelig`,other:()=>`${r.number(n.optionCount)} muligheder tilgængelige`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Angivet gruppe ${n.groupTitle}, med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} mulighed`,other:()=>`${r.number(n.groupCount)} muligheder`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valgt",other:""},n.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:n=>`${n.optionText}, valgt`};var LC={};LC={buttonLabel:"Empfehlungen anzeigen",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} Option`,other:()=>`${r.number(n.optionCount)} Optionen`})} verfügbar.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Eingetretene Gruppe ${n.groupTitle}, mit ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} Option`,other:()=>`${r.number(n.groupCount)} Optionen`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", ausgewählt",other:""},n.isSelected)}`,listboxLabel:"Empfehlungen",selectedAnnouncement:n=>`${n.optionText}, ausgewählt`};var MC={};MC={buttonLabel:"Προβολή προτάσεων",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} επιλογή`,other:()=>`${r.number(n.optionCount)} επιλογές `})} διαθέσιμες.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Εισαγμένη ομάδα ${n.groupTitle}, με ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} επιλογή`,other:()=>`${r.number(n.groupCount)} επιλογές`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", επιλεγμένο",other:""},n.isSelected)}`,listboxLabel:"Προτάσεις",selectedAnnouncement:n=>`${n.optionText}, επιλέχθηκε`};var NC={};NC={focusAnnouncement:(n,r)=>`${r.select({true:()=>`Entered group ${n.groupTitle}, with ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} option`,other:()=>`${r.number(n.groupCount)} options`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selected",other:""},n.isSelected)}`,countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} option`,other:()=>`${r.number(n.optionCount)} options`})} available.`,selectedAnnouncement:n=>`${n.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"};var AC={};AC={buttonLabel:"Mostrar sugerencias",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opción`,other:()=>`${r.number(n.optionCount)} opciones`})} disponible(s).`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Se ha unido al grupo ${n.groupTitle}, con ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opción`,other:()=>`${r.number(n.groupCount)} opciones`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", seleccionado",other:""},n.isSelected)}`,listboxLabel:"Sugerencias",selectedAnnouncement:n=>`${n.optionText}, seleccionado`};var OC={};OC={buttonLabel:"Kuva soovitused",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} valik`,other:()=>`${r.number(n.optionCount)} valikud`})} saadaval.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Sisestatud rühm ${n.groupTitle}, valikuga ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} valik`,other:()=>`${r.number(n.groupCount)} valikud`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valitud",other:""},n.isSelected)}`,listboxLabel:"Soovitused",selectedAnnouncement:n=>`${n.optionText}, valitud`};var FC={};FC={buttonLabel:"Näytä ehdotukset",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} vaihtoehto`,other:()=>`${r.number(n.optionCount)} vaihtoehdot`})} saatavilla.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Mentiin ryhmään ${n.groupTitle}, ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} vaihtoehdon`,other:()=>`${r.number(n.groupCount)} vaihtoehdon`})} kanssa.`,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valittu",other:""},n.isSelected)}`,listboxLabel:"Ehdotukset",selectedAnnouncement:n=>`${n.optionText}, valittu`};var RC={};RC={buttonLabel:"Afficher les suggestions",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} option`,other:()=>`${r.number(n.optionCount)} options`})} disponible(s).`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Groupe ${n.groupTitle} rejoint, avec ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} option`,other:()=>`${r.number(n.groupCount)} options`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", sélectionné(s)",other:""},n.isSelected)}`,listboxLabel:"Suggestions",selectedAnnouncement:n=>`${n.optionText}, sélectionné`};var zC={};zC={buttonLabel:"הצג הצעות",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`אפשרות ${r.number(n.optionCount)}`,other:()=>`${r.number(n.optionCount)} אפשרויות`})} במצב זמין.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`נכנס לקבוצה ${n.groupTitle}, עם ${r.plural(n.groupCount,{one:()=>`אפשרות ${r.number(n.groupCount)}`,other:()=>`${r.number(n.groupCount)} אפשרויות`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", נבחר",other:""},n.isSelected)}`,listboxLabel:"הצעות",selectedAnnouncement:n=>`${n.optionText}, נבחר`};var BC={};BC={buttonLabel:"Prikaži prijedloge",countAnnouncement:(n,r)=>`Dostupno još: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije/a`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Unesena skupina ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcijom`,other:()=>`${r.number(n.groupCount)} opcije/a`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", odabranih",other:""},n.isSelected)}`,listboxLabel:"Prijedlozi",selectedAnnouncement:n=>`${n.optionText}, odabrano`};var IC={};IC={buttonLabel:"Javaslatok megjelenítése",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} lehetőség`,other:()=>`${r.number(n.optionCount)} lehetőség`})} áll rendelkezésre.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Belépett a(z) ${n.groupTitle} csoportba, amely ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} lehetőséget`,other:()=>`${r.number(n.groupCount)} lehetőséget`})} tartalmaz. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", kijelölve",other:""},n.isSelected)}`,listboxLabel:"Javaslatok",selectedAnnouncement:n=>`${n.optionText}, kijelölve`};var UC={};UC={buttonLabel:"Mostra suggerimenti",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opzione disponibile`,other:()=>`${r.number(n.optionCount)} opzioni disponibili`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ingresso nel gruppo ${n.groupTitle}, con ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opzione`,other:()=>`${r.number(n.groupCount)} opzioni`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selezionato",other:""},n.isSelected)}`,listboxLabel:"Suggerimenti",selectedAnnouncement:n=>`${n.optionText}, selezionato`};var HC={};HC={buttonLabel:"候補を表示",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 個のオプション`,other:()=>`${r.number(n.optionCount)} 個のオプション`})}を利用できます。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`入力されたグループ ${n.groupTitle}、${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 個のオプション`,other:()=>`${r.number(n.groupCount)} 個のオプション`})}を含む。`,other:""},n.isGroupChange)}${n.optionText}${r.select({true:"、選択済み",other:""},n.isSelected)}`,listboxLabel:"候補",selectedAnnouncement:n=>`${n.optionText}、選択済み`};var VC={};VC={buttonLabel:"제안 사항 표시",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)}개 옵션`,other:()=>`${r.number(n.optionCount)}개 옵션`})}을 사용할 수 있습니다.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`입력한 그룹 ${n.groupTitle}, ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)}개 옵션`,other:()=>`${r.number(n.groupCount)}개 옵션`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 선택됨",other:""},n.isSelected)}`,listboxLabel:"제안",selectedAnnouncement:n=>`${n.optionText}, 선택됨`};var KC={};KC={buttonLabel:"Rodyti pasiūlymus",countAnnouncement:(n,r)=>`Yra ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} parinktis`,other:()=>`${r.number(n.optionCount)} parinktys (-ių)`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Įvesta grupė ${n.groupTitle}, su ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} parinktimi`,other:()=>`${r.number(n.groupCount)} parinktimis (-ių)`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", pasirinkta",other:""},n.isSelected)}`,listboxLabel:"Pasiūlymai",selectedAnnouncement:n=>`${n.optionText}, pasirinkta`};var jC={};jC={buttonLabel:"Rādīt ieteikumus",countAnnouncement:(n,r)=>`Pieejamo opciju skaits: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcijas`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ievadīta grupa ${n.groupTitle}, ar ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opciju`,other:()=>`${r.number(n.groupCount)} opcijām`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", atlasīta",other:""},n.isSelected)}`,listboxLabel:"Ieteikumi",selectedAnnouncement:n=>`${n.optionText}, atlasīta`};var WC={};WC={buttonLabel:"Vis forslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} alternativ`,other:()=>`${r.number(n.optionCount)} alternativer`})} finnes.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Angitt gruppe ${n.groupTitle}, med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} alternativ`,other:()=>`${r.number(n.groupCount)} alternativer`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valgt",other:""},n.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:n=>`${n.optionText}, valgt`};var GC={};GC={buttonLabel:"Suggesties weergeven",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} optie`,other:()=>`${r.number(n.optionCount)} opties`})} beschikbaar.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Groep ${n.groupTitle} ingevoerd met ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} optie`,other:()=>`${r.number(n.groupCount)} opties`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", geselecteerd",other:""},n.isSelected)}`,listboxLabel:"Suggesties",selectedAnnouncement:n=>`${n.optionText}, geselecteerd`};var YC={};YC={buttonLabel:"Wyświetlaj sugestie",countAnnouncement:(n,r)=>`dostępna/dostępne(-nych) ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcja`,other:()=>`${r.number(n.optionCount)} opcje(-i)`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Dołączono do grupy ${n.groupTitle}, z ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcją`,other:()=>`${r.number(n.groupCount)} opcjami`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", wybrano",other:""},n.isSelected)}`,listboxLabel:"Sugestie",selectedAnnouncement:n=>`${n.optionText}, wybrano`};var qC={};qC={buttonLabel:"Mostrar sugestões",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opção`,other:()=>`${r.number(n.optionCount)} opções`})} disponível.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grupo inserido ${n.groupTitle}, com ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opção`,other:()=>`${r.number(n.groupCount)} opções`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selecionado",other:""},n.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:n=>`${n.optionText}, selecionado`};var QC={};QC={buttonLabel:"Apresentar sugestões",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opção`,other:()=>`${r.number(n.optionCount)} opções`})} disponível.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grupo introduzido ${n.groupTitle}, com ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opção`,other:()=>`${r.number(n.groupCount)} opções`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selecionado",other:""},n.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:n=>`${n.optionText}, selecionado`};var XC={};XC={buttonLabel:"Afișare sugestii",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opțiune`,other:()=>`${r.number(n.optionCount)} opțiuni`})} disponibile.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grup ${n.groupTitle} introdus, cu ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opțiune`,other:()=>`${r.number(n.groupCount)} opțiuni`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selectat",other:""},n.isSelected)}`,listboxLabel:"Sugestii",selectedAnnouncement:n=>`${n.optionText}, selectat`};var ZC={};ZC={buttonLabel:"Показать предложения",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} параметр`,other:()=>`${r.number(n.optionCount)} параметров`})} доступно.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Введенная группа ${n.groupTitle}, с ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} параметром`,other:()=>`${r.number(n.groupCount)} параметрами`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", выбранными",other:""},n.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:n=>`${n.optionText}, выбрано`};var JC={};JC={buttonLabel:"Zobraziť návrhy",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} možnosť`,other:()=>`${r.number(n.optionCount)} možnosti/-í`})} k dispozícii.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Zadaná skupina ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} možnosťou`,other:()=>`${r.number(n.groupCount)} možnosťami`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", vybraté",other:""},n.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:n=>`${n.optionText}, vybraté`};var eS={};eS={buttonLabel:"Prikaži predloge",countAnnouncement:(n,r)=>`Na voljo je ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Vnesena skupina ${n.groupTitle}, z ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcija`,other:()=>`${r.number(n.groupCount)} opcije`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", izbrano",other:""},n.isSelected)}`,listboxLabel:"Predlogi",selectedAnnouncement:n=>`${n.optionText}, izbrano`};var tS={};tS={buttonLabel:"Prikaži predloge",countAnnouncement:(n,r)=>`Dostupno još: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije/a`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Unesena grupa ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcijom`,other:()=>`${r.number(n.groupCount)} optione/a`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", izabranih",other:""},n.isSelected)}`,listboxLabel:"Predlozi",selectedAnnouncement:n=>`${n.optionText}, izabrano`};var nS={};nS={buttonLabel:"Visa förslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} alternativ`,other:()=>`${r.number(n.optionCount)} alternativ`})} tillgängliga.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ingick i gruppen ${n.groupTitle} med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} alternativ`,other:()=>`${r.number(n.groupCount)} alternativ`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valda",other:""},n.isSelected)}`,listboxLabel:"Förslag",selectedAnnouncement:n=>`${n.optionText}, valda`};var rS={};rS={buttonLabel:"Önerileri göster",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} seçenek`,other:()=>`${r.number(n.optionCount)} seçenekler`})} kullanılabilir.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Girilen grup ${n.groupTitle}, ile ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} seçenek`,other:()=>`${r.number(n.groupCount)} seçenekler`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", seçildi",other:""},n.isSelected)}`,listboxLabel:"Öneriler",selectedAnnouncement:n=>`${n.optionText}, seçildi`};var iS={};iS={buttonLabel:"Показати пропозиції",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} параметр`,other:()=>`${r.number(n.optionCount)} параметри(-ів)`})} доступно.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Введена група ${n.groupTitle}, з ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} параметр`,other:()=>`${r.number(n.groupCount)} параметри(-ів)`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", вибрано",other:""},n.isSelected)}`,listboxLabel:"Пропозиції",selectedAnnouncement:n=>`${n.optionText}, вибрано`};var oS={};oS={buttonLabel:"显示建议",countAnnouncement:(n,r)=>`有 ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 个选项`,other:()=>`${r.number(n.optionCount)} 个选项`})}可用。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`进入了 ${n.groupTitle} 组,其中有 ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 个选项`,other:()=>`${r.number(n.groupCount)} 个选项`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 已选择",other:""},n.isSelected)}`,listboxLabel:"建议",selectedAnnouncement:n=>`${n.optionText}, 已选择`};var lS={};lS={buttonLabel:"顯示建議",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 選項`,other:()=>`${r.number(n.optionCount)} 選項`})} 可用。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`輸入的群組 ${n.groupTitle}, 有 ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 選項`,other:()=>`${r.number(n.groupCount)} 選項`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 已選取",other:""},n.isSelected)}`,listboxLabel:"建議",selectedAnnouncement:n=>`${n.optionText}, 已選取`};var aS={};aS={"ar-AE":TC,"bg-BG":DC,"cs-CZ":$C,"da-DK":PC,"de-DE":LC,"el-GR":MC,"en-US":NC,"es-ES":AC,"et-EE":OC,"fi-FI":FC,"fr-FR":RC,"he-IL":zC,"hr-HR":BC,"hu-HU":IC,"it-IT":UC,"ja-JP":HC,"ko-KR":VC,"lt-LT":KC,"lv-LV":jC,"nb-NO":WC,"nl-NL":GC,"pl-PL":YC,"pt-BR":qC,"pt-PT":QC,"ro-RO":XC,"ru-RU":ZC,"sk-SK":JC,"sl-SI":eS,"sr-SP":tS,"sv-SE":nS,"tr-TR":rS,"uk-UA":iS,"zh-CN":oS,"zh-TW":lS};const Bc={top:"top",bottom:"top",left:"left",right:"left"},Dh={top:"bottom",bottom:"top",left:"right",right:"left"},YP={top:"left",left:"top"},d1={top:"height",left:"width"},uS={width:"totalWidth",height:"totalHeight"},$h={};let hi=typeof document<"u"&&window.visualViewport;function sS(n){let r=0,l=0,c=0,f=0,h=0,p=0,b={},E=(hi==null?void 0:hi.scale)>1;if(n.tagName==="BODY"){let _=document.documentElement;c=_.clientWidth,f=_.clientHeight;var S;r=(S=hi==null?void 0:hi.width)!==null&&S!==void 0?S:c;var T;l=(T=hi==null?void 0:hi.height)!==null&&T!==void 0?T:f,b.top=_.scrollTop||n.scrollTop,b.left=_.scrollLeft||n.scrollLeft,hi&&(h=hi.offsetTop,p=hi.offsetLeft)}else({width:r,height:l,top:h,left:p}=Ic(n)),b.top=n.scrollTop,b.left=n.scrollLeft,c=r,f=l;return Fb()&&(n.tagName==="BODY"||n.tagName==="HTML")&&E&&(b.top=0,b.left=0,h=hi.pageTop,p=hi.pageLeft),{width:r,height:l,totalWidth:c,totalHeight:f,scroll:b,top:h,left:p}}function qP(n){return{top:n.scrollTop,left:n.scrollLeft,width:n.scrollWidth,height:n.scrollHeight}}function cS(n,r,l,c,f,h,p){let b=f.scroll[n],E=c[d1[n]],S=c.scroll[Bc[n]]+h,T=E+c.scroll[Bc[n]]-h,_=r-b+p[n]-c[Bc[n]],D=r-b+l+p[n]-c[Bc[n]];return _<S?S-_:D>T?Math.max(T-D,S-_):0}function QP(n){let r=window.getComputedStyle(n);return{top:parseInt(r.marginTop,10)||0,bottom:parseInt(r.marginBottom,10)||0,left:parseInt(r.marginLeft,10)||0,right:parseInt(r.marginRight,10)||0}}function dS(n){if($h[n])return $h[n];let[r,l]=n.split(" "),c=Bc[r]||"right",f=YP[c];Bc[l]||(l="center");let h=d1[c],p=d1[f];return $h[n]={placement:r,crossPlacement:l,axis:c,crossAxis:f,size:h,crossSize:p},$h[n]}function f1(n,r,l,c,f,h,p,b,E,S){let{placement:T,crossPlacement:_,axis:D,crossAxis:$,size:A,crossSize:F}=c,I={};I[$]=n[$],_==="center"?I[$]+=(n[F]-l[F])/2:_!==$&&(I[$]+=n[F]-l[F]),I[$]+=h;const re=n[$]-l[F]+E+S,Q=n[$]+n[F]-E-S;if(I[$]=Ac(I[$],re,Q),T===D){const B=b?p[A]:r[uS[A]];I[Dh[D]]=Math.floor(B-n[D]+f)}else I[D]=Math.floor(n[D]+n[A]+f);return I}function XP(n,r,l,c,f,h,p,b){const E=c?l.height:r[uS.height];let S=n.top!=null?l.top+n.top:l.top+(E-n.bottom-p),T=b!=="top"?Math.max(0,r.height+r.top+r.scroll.top-S-(f.top+f.bottom+h)):Math.max(0,S+p-(r.top+r.scroll.top)-(f.top+f.bottom+h));return Math.min(r.height-h*2,T)}function fS(n,r,l,c,f,h){let{placement:p,axis:b,size:E}=h;return p===b?Math.max(0,l[b]-n[b]-n.scroll[b]+r[b]-c[b]-c[Dh[b]]-f):Math.max(0,n[E]+n[b]+n.scroll[b]-r[b]-l[b]-l[E]-c[b]-c[Dh[b]]-f)}function ZP(n,r,l,c,f,h,p,b,E,S,T,_,D,$,A,F){let I=dS(n),{size:re,crossAxis:Q,crossSize:B,placement:Y,crossPlacement:R}=I,j=f1(r,b,l,I,T,_,S,D,A,F),ne=T,M=fS(b,S,r,f,h+T,I);if(p&&c[re]>M){let X=dS(`${Dh[Y]} ${R}`),G=f1(r,b,l,X,T,_,S,D,A,F);fS(b,S,r,f,h+T,X)>M&&(I=X,j=G,ne=T)}let ue="bottom";I.axis==="top"?I.placement==="top"?ue="top":I.placement==="bottom"&&(ue="bottom"):I.crossAxis==="top"&&(I.crossPlacement==="top"?ue="bottom":I.crossPlacement==="bottom"&&(ue="top"));let K=cS(Q,j[Q],l[B],b,E,h,S);j[Q]+=K;let W=XP(j,b,S,D,f,h,l.height,ue);$&&$<W&&(W=$),l.height=Math.min(l.height,W),j=f1(r,b,l,I,ne,_,S,D,A,F),K=cS(Q,j[Q],l[B],b,E,h,S),j[Q]+=K;let ye={},q=r[Q]+.5*r[B]-j[Q];const oe=A/2+F,Se=l[B]-A/2-F,Ee=r[Q]-j[Q]+A/2,ge=r[Q]+r[B]-j[Q]-A/2,pe=Ac(q,Ee,ge);return ye[Q]=Ac(pe,oe,Se),{position:j,maxHeight:W,arrowOffsetLeft:ye.left,arrowOffsetTop:ye.top,placement:I.placement}}function JP(n){let{placement:r,targetNode:l,overlayNode:c,scrollNode:f,padding:h,shouldFlip:p,boundaryElement:b,offset:E,crossOffset:S,maxHeight:T,arrowSize:_=0,arrowBoundaryOffset:D=0}=n,$=c instanceof HTMLElement?e9(c):document.documentElement,A=$===document.documentElement;const F=window.getComputedStyle($).position;let I=!!F&&F!=="static",re=A?Ic(l):pS(l,$);if(!A){let{marginTop:M,marginLeft:ue}=window.getComputedStyle(l);re.top+=parseInt(M,10)||0,re.left+=parseInt(ue,10)||0}let Q=Ic(c),B=QP(c);Q.width+=B.left+B.right,Q.height+=B.top+B.bottom;let Y=qP(f),R=sS(b),j=sS($),ne=b.tagName==="BODY"?Ic($):pS($,b);return $.tagName==="HTML"&&b.tagName==="BODY"&&(j.scroll.top=0,j.scroll.left=0),ZP(r,re,Q,Y,B,h,p,R,j,ne,E,S,I,T,_,D)}function Ic(n){let{top:r,left:l,width:c,height:f}=n.getBoundingClientRect(),{scrollTop:h,scrollLeft:p,clientTop:b,clientLeft:E}=document.documentElement;return{top:r+h-b,left:l+p-E,width:c,height:f}}function pS(n,r){let l=window.getComputedStyle(n),c;if(l.position==="fixed"){let{top:f,left:h,width:p,height:b}=n.getBoundingClientRect();c={top:f,left:h,width:p,height:b}}else{c=Ic(n);let f=Ic(r),h=window.getComputedStyle(r);f.top+=(parseInt(h.borderTopWidth,10)||0)-r.scrollTop,f.left+=(parseInt(h.borderLeftWidth,10)||0)-r.scrollLeft,c.top-=f.top,c.left-=f.left}return c.top-=parseInt(l.marginTop,10)||0,c.left-=parseInt(l.marginLeft,10)||0,c}function e9(n){let r=n.offsetParent;if(r&&r===document.body&&window.getComputedStyle(r).position==="static"&&!vS(r)&&(r=document.documentElement),r==null)for(r=n.parentElement;r&&!vS(r);)r=r.parentElement;return r||document.documentElement}function vS(n){let r=window.getComputedStyle(n);return r.transform!=="none"||/transform|perspective/.test(r.willChange)||r.filter!=="none"||r.contain==="paint"||"backdropFilter"in r&&r.backdropFilter!=="none"||"WebkitBackdropFilter"in r&&r.WebkitBackdropFilter!=="none"}const mS=new WeakMap;function t9(n){let{triggerRef:r,isOpen:l,onClose:c}=n;x.useEffect(()=>{if(!l||c===null)return;let f=h=>{let p=h.target;if(!r.current||p instanceof Node&&!p.contains(r.current))return;let b=c||mS.get(r.current);b&&b()};return window.addEventListener("scroll",f,!0),()=>{window.removeEventListener("scroll",f,!0)}},[l,c,r])}let Tn=typeof document<"u"&&window.visualViewport;function n9(n){let{direction:r}=Qa(),{arrowSize:l=0,targetRef:c,overlayRef:f,scrollRef:h=f,placement:p="bottom",containerPadding:b=12,shouldFlip:E=!0,boundaryElement:S=typeof document<"u"?document.body:null,offset:T=0,crossOffset:_=0,shouldUpdatePosition:D=!0,isOpen:$=!0,onClose:A,maxHeight:F,arrowBoundaryOffset:I=0}=n,[re,Q]=x.useState({position:{},arrowOffsetLeft:void 0,arrowOffsetTop:void 0,maxHeight:void 0,placement:void 0}),B=[D,p,f.current,c.current,h.current,b,E,S,T,_,$,r,F,I,l],Y=x.useRef(Tn==null?void 0:Tn.scale);x.useEffect(()=>{$&&(Y.current=Tn==null?void 0:Tn.scale)},[$]);let R=x.useCallback(()=>{if(D===!1||!$||!f.current||!c.current||!h.current||!S||(Tn==null?void 0:Tn.scale)!==Y.current)return;let M=f.current;if(!F&&f.current){var ue;M.style.top="0px",M.style.bottom="";var K;M.style.maxHeight=((K=(ue=window.visualViewport)===null||ue===void 0?void 0:ue.height)!==null&&K!==void 0?K:window.innerHeight)+"px"}let W=JP({placement:i9(p,r),overlayNode:f.current,targetNode:c.current,scrollNode:h.current,padding:b,shouldFlip:E,boundaryElement:S,offset:T,crossOffset:_,maxHeight:F,arrowSize:l,arrowBoundaryOffset:I});M.style.top="",M.style.bottom="",Object.keys(W.position).forEach(ye=>M.style[ye]=W.position[ye]+"px"),M.style.maxHeight=W.maxHeight!=null?W.maxHeight+"px":void 0,Q(W)},B);Kt(R,B),r9(R),rp({ref:f,onResize:R});let j=x.useRef(!1);Kt(()=>{let M,ue=()=>{j.current=!0,clearTimeout(M),M=setTimeout(()=>{j.current=!1},500),R()},K=()=>{j.current&&ue()};return Tn==null||Tn.addEventListener("resize",ue),Tn==null||Tn.addEventListener("scroll",K),()=>{Tn==null||Tn.removeEventListener("resize",ue),Tn==null||Tn.removeEventListener("scroll",K)}},[R]);let ne=x.useCallback(()=>{j.current||A()},[A,j]);return t9({triggerRef:c,isOpen:$,onClose:A&&ne}),{overlayProps:{style:{position:"absolute",zIndex:1e5,...re.position,maxHeight:re.maxHeight}},placement:re.placement,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:re.arrowOffsetLeft,top:re.arrowOffsetTop}},updatePosition:R}}function r9(n){Kt(()=>(window.addEventListener("resize",n,!1),()=>{window.removeEventListener("resize",n,!1)}),[n])}function i9(n,r){return r==="rtl"?n.replace("start","right").replace("end","left"):n.replace("start","left").replace("end","right")}const Ql=[];function hS(n,r){let{onClose:l,shouldCloseOnBlur:c,isOpen:f,isDismissable:h=!1,isKeyboardDismissDisabled:p=!1,shouldCloseOnInteractOutside:b}=n;x.useEffect(()=>(f&&Ql.push(r),()=>{let A=Ql.indexOf(r);A>=0&&Ql.splice(A,1)}),[f,r]);let E=()=>{Ql[Ql.length-1]===r&&l&&l()},S=A=>{(!b||b(A.target))&&Ql[Ql.length-1]===r&&(A.stopPropagation(),A.preventDefault())},T=A=>{(!b||b(A.target))&&(Ql[Ql.length-1]===r&&(A.stopPropagation(),A.preventDefault()),E())},_=A=>{A.key==="Escape"&&!p&&!A.nativeEvent.isComposing&&(A.stopPropagation(),A.preventDefault(),E())};tC({ref:r,onInteractOutside:h&&f?T:null,onInteractOutsideStart:S});let{focusWithinProps:D}=cp({isDisabled:!c,onBlurWithin:A=>{!A.relatedTarget||cP(A.relatedTarget)||(!b||b(A.relatedTarget))&&l()}}),$=A=>{A.target===A.currentTarget&&A.preventDefault()};return{overlayProps:{onKeyDown:_,...D},underlayProps:{onPointerDown:$}}}function gS(n,r,l){let{type:c}=n,{isOpen:f}=r;x.useEffect(()=>{l&&l.current&&mS.set(l.current,r.close)});let h;c==="menu"?h=!0:c==="listbox"&&(h="listbox");let p=Or();return{triggerProps:{"aria-haspopup":h,"aria-expanded":f,"aria-controls":f?p:null,onPress:r.toggle},overlayProps:{id:p}}}const p1=typeof document<"u"&&window.visualViewport,o9=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Ph=0,v1;function yS(n={}){let{isDisabled:r}=n;Kt(()=>{if(!r)return Ph++,Ph===1&&(np()?v1=a9():v1=l9()),()=>{Ph--,Ph===0&&v1()}},[r])}function l9(){return Hl(Uc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),Uc(document.documentElement,"overflow","hidden"))}function a9(){let n,r,l=S=>{n=O3(S.target,!0),!(n===document.documentElement&&n===document.body)&&n instanceof HTMLElement&&window.getComputedStyle(n).overscrollBehavior==="auto"&&(r=Uc(n,"overscrollBehavior","contain"))},c=S=>{if(!n||n===document.documentElement||n===document.body){S.preventDefault();return}n.scrollHeight===n.clientHeight&&n.scrollWidth===n.clientWidth&&S.preventDefault()},f=S=>{let T=S.target;xS(T)&&T!==document.activeElement&&(S.preventDefault(),b(),T.style.transform="translateY(-2000px)",T.focus(),requestAnimationFrame(()=>{T.style.transform=""})),r&&r()},h=S=>{let T=S.target;xS(T)&&(b(),T.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{T.style.transform="",p1&&(p1.height<window.innerHeight?requestAnimationFrame(()=>{bS(T)}):p1.addEventListener("resize",()=>bS(T),{once:!0}))}))},p=null,b=()=>{if(p)return;let S=()=>{window.scrollTo(0,0)},T=window.pageXOffset,_=window.pageYOffset;p=Hl(mp(window,"scroll",S),Uc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),Uc(document.documentElement,"overflow","hidden"),Uc(document.body,"marginTop",`-${_}px`),()=>{window.scrollTo(T,_)}),window.scrollTo(0,0)},E=Hl(mp(document,"touchstart",l,{passive:!1,capture:!0}),mp(document,"touchmove",c,{passive:!1,capture:!0}),mp(document,"touchend",f,{passive:!1,capture:!0}),mp(document,"focus",h,!0));return()=>{r==null||r(),p==null||p(),E()}}function Uc(n,r,l){let c=n.style[r];return n.style[r]=l,()=>{n.style[r]=c}}function mp(n,r,l,c){return n.addEventListener(r,l,c),()=>{n.removeEventListener(r,l,c)}}function bS(n){let r=document.scrollingElement||document.documentElement;for(;n&&n!==r;){let l=O3(n);if(l!==document.documentElement&&l!==document.body&&l!==n){let c=l.getBoundingClientRect().top,f=n.getBoundingClientRect().top;f>c+n.clientHeight&&(l.scrollTop+=f-c)}n=l.parentElement}}function xS(n){return n instanceof HTMLInputElement&&!o9.has(n.type)||n instanceof HTMLTextAreaElement||n instanceof HTMLElement&&n.isContentEditable}var kS={};kS={dismiss:"تجاهل"};var ES={};ES={dismiss:"Отхвърляне"};var CS={};CS={dismiss:"Odstranit"};var SS={};SS={dismiss:"Luk"};var wS={};wS={dismiss:"Schließen"};var _S={};_S={dismiss:"Απόρριψη"};var TS={};TS={dismiss:"Dismiss"};var DS={};DS={dismiss:"Descartar"};var $S={};$S={dismiss:"Lõpeta"};var PS={};PS={dismiss:"Hylkää"};var LS={};LS={dismiss:"Rejeter"};var MS={};MS={dismiss:"התעלם"};var NS={};NS={dismiss:"Odbaci"};var AS={};AS={dismiss:"Elutasítás"};var OS={};OS={dismiss:"Ignora"};var FS={};FS={dismiss:"閉じる"};var RS={};RS={dismiss:"무시"};var zS={};zS={dismiss:"Atmesti"};var BS={};BS={dismiss:"Nerādīt"};var IS={};IS={dismiss:"Lukk"};var US={};US={dismiss:"Negeren"};var HS={};HS={dismiss:"Zignoruj"};var VS={};VS={dismiss:"Descartar"};var KS={};KS={dismiss:"Dispensar"};var jS={};jS={dismiss:"Revocare"};var WS={};WS={dismiss:"Пропустить"};var GS={};GS={dismiss:"Zrušiť"};var YS={};YS={dismiss:"Opusti"};var qS={};qS={dismiss:"Odbaci"};var QS={};QS={dismiss:"Avvisa"};var XS={};XS={dismiss:"Kapat"};var ZS={};ZS={dismiss:"Скасувати"};var JS={};JS={dismiss:"取消"};var ew={};ew={dismiss:"關閉"};var tw={};tw={"ar-AE":kS,"bg-BG":ES,"cs-CZ":CS,"da-DK":SS,"de-DE":wS,"el-GR":_S,"en-US":TS,"es-ES":DS,"et-EE":$S,"fi-FI":PS,"fr-FR":LS,"he-IL":MS,"hr-HR":NS,"hu-HU":AS,"it-IT":OS,"ja-JP":FS,"ko-KR":RS,"lt-LT":zS,"lv-LV":BS,"nb-NO":IS,"nl-NL":US,"pl-PL":HS,"pt-BR":VS,"pt-PT":KS,"ro-RO":jS,"ru-RU":WS,"sk-SK":GS,"sl-SI":YS,"sr-SP":qS,"sv-SE":QS,"tr-TR":XS,"uk-UA":ZS,"zh-CN":JS,"zh-TW":ew};const nw={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 rw(n={}){let{style:r,isFocusable:l}=n,[c,f]=x.useState(!1),{focusWithinProps:h}=cp({isDisabled:!l,onFocusWithinChange:b=>f(b)}),p=x.useMemo(()=>c?r:r?{...nw,...r}:nw,[c]);return{visuallyHiddenProps:{...h,style:p}}}function u9(n){let{children:r,elementType:l="div",isFocusable:c,style:f,...h}=n,{visuallyHiddenProps:p}=rw(n);return x.createElement(l,ft(h,p),r)}function s9(n){return n&&n.__esModule?n.default:n}function m1(n){let{onDismiss:r,...l}=n,c=zc(s9(tw),"@react-aria/overlays"),f=oh(l,c.format("dismiss")),h=()=>{r&&r()};return x.createElement(u9,null,x.createElement("button",{...f,tabIndex:-1,onClick:h,style:{width:1,height:1}}))}let hp=new WeakMap,io=[];function h1(n,r=document.body){let l=new Set(n),c=new Set,f=E=>{for(let D of E.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))l.add(D);let S=D=>{if(l.has(D)||c.has(D.parentElement)&&D.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let $ of l)if(D.contains($))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},T=document.createTreeWalker(E,NodeFilter.SHOW_ELEMENT,{acceptNode:S}),_=S(E);if(_===NodeFilter.FILTER_ACCEPT&&h(E),_!==NodeFilter.FILTER_REJECT){let D=T.nextNode();for(;D!=null;)h(D),D=T.nextNode()}},h=E=>{var S;let T=(S=hp.get(E))!==null&&S!==void 0?S:0;E.getAttribute("aria-hidden")==="true"&&T===0||(T===0&&E.setAttribute("aria-hidden","true"),c.add(E),hp.set(E,T+1))};io.length&&io[io.length-1].disconnect(),f(r);let p=new MutationObserver(E=>{for(let S of E)if(!(S.type!=="childList"||S.addedNodes.length===0)&&![...l,...c].some(T=>T.contains(S.target))){for(let T of S.removedNodes)T instanceof Element&&(l.delete(T),c.delete(T));for(let T of S.addedNodes)(T instanceof HTMLElement||T instanceof SVGElement)&&(T.dataset.liveAnnouncer==="true"||T.dataset.reactAriaTopLayer==="true")?l.add(T):T instanceof Element&&f(T)}});p.observe(r,{childList:!0,subtree:!0});let b={observe(){p.observe(r,{childList:!0,subtree:!0})},disconnect(){p.disconnect()}};return io.push(b),()=>{p.disconnect();for(let E of c){let S=hp.get(E);S===1?(E.removeAttribute("aria-hidden"),hp.delete(E)):hp.set(E,S-1)}b===io[io.length-1]?(io.pop(),io.length&&io[io.length-1].observe()):io.splice(io.indexOf(b),1)}}function c9(n,r){let{triggerRef:l,popoverRef:c,isNonModal:f,isKeyboardDismissDisabled:h,shouldCloseOnInteractOutside:p,...b}=n,{overlayProps:E,underlayProps:S}=hS({isOpen:r.isOpen,onClose:r.close,shouldCloseOnBlur:!0,isDismissable:!f,isKeyboardDismissDisabled:h,shouldCloseOnInteractOutside:p},c),{overlayProps:T,arrowProps:_,placement:D}=n9({...b,targetRef:l,overlayRef:c,isOpen:r.isOpen,onClose:f?r.close:null});return yS({isDisabled:f||!r.isOpen}),Kt(()=>{if(r.isOpen&&!f&&c.current)return h1([c.current])},[f,r.isOpen,c]),{popoverProps:ft(E,T),arrowProps:_,underlayProps:S,placement:D}}const d9=x.createContext({});function f9(){var n;return(n=x.useContext(d9))!==null&&n!==void 0?n:{}}const iw=x.createContext(null);function ow(n){let r=Ul(),{portalContainer:l=r?null:document.body,isExiting:c}=n,[f,h]=x.useState(!1),p=x.useMemo(()=>({contain:f,setContain:h}),[f,h]),{getContainer:b}=f9();if(!n.portalContainer&&b&&(l=b()),!l)return null;let E=n.children;return n.disableFocusManagement||(E=x.createElement(Jb,{restoreFocus:!0,contain:f&&!c},E)),E=x.createElement(iw.Provider,{value:p},x.createElement(G7,null,E)),Nb.createPortal(E,l)}function lw(){let n=x.useContext(iw),r=n==null?void 0:n.setContain;Kt(()=>{r==null||r(!0)},[r])}function p9(n,r,l){let{overlayProps:c,underlayProps:f}=hS({...n,isOpen:r.isOpen,onClose:r.close},l);return yS({isDisabled:!r.isOpen}),lw(),x.useEffect(()=>{if(r.isOpen)return h1([l.current])},[r.isOpen,l]),{modalProps:ft(c),underlayProps:f}}const Lh=new WeakMap;function v9(n){return typeof n=="string"?n.replace(/\s*/g,""):""+n}function aw(n,r){let l=Lh.get(n);if(!l)throw new Error("Unknown list");return`${l.id}-option-${v9(r)}`}function g1(n){return ih()?n.altKey:n.ctrlKey}function Hc(n){return Ya()?n.metaKey:n.ctrlKey}const m9=1e3;function uw(n){let{keyboardDelegate:r,selectionManager:l,onTypeSelect:c}=n,f=x.useRef({search:"",timeout:null}).current,h=p=>{let b=h9(p.key);if(!b||p.ctrlKey||p.metaKey||!p.currentTarget.contains(p.target))return;b===" "&&f.search.trim().length>0&&(p.preventDefault(),"continuePropagation"in p||p.stopPropagation()),f.search+=b;let E=r.getKeyForSearch(f.search,l.focusedKey);E==null&&(E=r.getKeyForSearch(f.search)),E!=null&&(l.setFocusedKey(E),c&&c(E)),clearTimeout(f.timeout),f.timeout=setTimeout(()=>{f.search=""},m9)};return{typeSelectProps:{onKeyDownCapture:r.getKeyForSearch?h:null}}}function h9(n){return n.length===1||!/^[A-Z]/i.test(n)?n:""}function sw(n){let{selectionManager:r,keyboardDelegate:l,ref:c,autoFocus:f=!1,shouldFocusWrap:h=!1,disallowEmptySelection:p=!1,disallowSelectAll:b=!1,selectOnFocus:E=r.selectionBehavior==="replace",disallowTypeAhead:S=!1,shouldUseVirtualFocus:T,allowsTabNavigation:_=!1,isVirtualized:D,scrollRef:$=c,linkBehavior:A="action"}=n,{direction:F}=Qa(),I=Mc(),re=K=>{if(K.altKey&&K.key==="Tab"&&K.preventDefault(),!c.current.contains(K.target))return;const W=(G,xe)=>{if(G!=null){if(r.isLink(G)&&A==="selection"&&E&&!g1(K)){Mb.flushSync(()=>{r.setFocusedKey(G,xe)});let fe=$.current.querySelector(`[data-key="${CSS.escape(G.toString())}"]`),Me=r.getItemProps(G);I.open(fe,K,Me.href,Me.routerOptions);return}if(r.setFocusedKey(G,xe),r.isLink(G)&&A==="override")return;K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(G):E&&!g1(K)&&r.replaceSelection(G)}};switch(K.key){case"ArrowDown":if(l.getKeyBelow){var ye,q;K.preventDefault();let G=r.focusedKey!=null?l.getKeyBelow(r.focusedKey):(ye=l.getFirstKey)===null||ye===void 0?void 0:ye.call(l);G==null&&h&&(G=(q=l.getFirstKey)===null||q===void 0?void 0:q.call(l,r.focusedKey)),W(G)}break;case"ArrowUp":if(l.getKeyAbove){var oe,Se;K.preventDefault();let G=r.focusedKey!=null?l.getKeyAbove(r.focusedKey):(oe=l.getLastKey)===null||oe===void 0?void 0:oe.call(l);G==null&&h&&(G=(Se=l.getLastKey)===null||Se===void 0?void 0:Se.call(l,r.focusedKey)),W(G)}break;case"ArrowLeft":if(l.getKeyLeftOf){var Ee,ge;K.preventDefault();let G=l.getKeyLeftOf(r.focusedKey);G==null&&h&&(G=F==="rtl"?(Ee=l.getFirstKey)===null||Ee===void 0?void 0:Ee.call(l,r.focusedKey):(ge=l.getLastKey)===null||ge===void 0?void 0:ge.call(l,r.focusedKey)),W(G,F==="rtl"?"first":"last")}break;case"ArrowRight":if(l.getKeyRightOf){var pe,X;K.preventDefault();let G=l.getKeyRightOf(r.focusedKey);G==null&&h&&(G=F==="rtl"?(pe=l.getLastKey)===null||pe===void 0?void 0:pe.call(l,r.focusedKey):(X=l.getFirstKey)===null||X===void 0?void 0:X.call(l,r.focusedKey)),W(G,F==="rtl"?"last":"first")}break;case"Home":if(l.getFirstKey){K.preventDefault();let G=l.getFirstKey(r.focusedKey,Hc(K));r.setFocusedKey(G),Hc(K)&&K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(G):E&&r.replaceSelection(G)}break;case"End":if(l.getLastKey){K.preventDefault();let G=l.getLastKey(r.focusedKey,Hc(K));r.setFocusedKey(G),Hc(K)&&K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(G):E&&r.replaceSelection(G)}break;case"PageDown":if(l.getKeyPageBelow){K.preventDefault();let G=l.getKeyPageBelow(r.focusedKey);W(G)}break;case"PageUp":if(l.getKeyPageAbove){K.preventDefault();let G=l.getKeyPageAbove(r.focusedKey);W(G)}break;case"a":Hc(K)&&r.selectionMode==="multiple"&&b!==!0&&(K.preventDefault(),r.selectAll());break;case"Escape":!p&&r.selectedKeys.size!==0&&(K.stopPropagation(),K.preventDefault(),r.clearSelection());break;case"Tab":if(!_){if(K.shiftKey)c.current.focus();else{let G=Yl(c.current,{tabbable:!0}),xe,fe;do fe=G.lastChild(),fe&&(xe=fe);while(fe);xe&&!xe.contains(document.activeElement)&&Vl(xe)}break}}},Q=x.useRef({top:0,left:0});R3($,"scroll",D?null:()=>{Q.current={top:$.current.scrollTop,left:$.current.scrollLeft}});let B=K=>{if(r.isFocused){K.currentTarget.contains(K.target)||r.setFocused(!1);return}if(K.currentTarget.contains(K.target)){if(r.setFocused(!0),r.focusedKey==null){let q=Se=>{Se!=null&&(r.setFocusedKey(Se),E&&r.replaceSelection(Se))},oe=K.relatedTarget;var W,ye;oe&&K.currentTarget.compareDocumentPosition(oe)&Node.DOCUMENT_POSITION_FOLLOWING?q((W=r.lastSelectedKey)!==null&&W!==void 0?W:l.getLastKey()):q((ye=r.firstSelectedKey)!==null&&ye!==void 0?ye:l.getFirstKey())}else D||($.current.scrollTop=Q.current.top,$.current.scrollLeft=Q.current.left);if(!D&&r.focusedKey!=null){let q=$.current.querySelector(`[data-key="${CSS.escape(r.focusedKey.toString())}"]`);q&&(q.contains(document.activeElement)||Vl(q),Qb()==="keyboard"&&I3(q,{containingElement:c.current}))}}},Y=K=>{K.currentTarget.contains(K.relatedTarget)||r.setFocused(!1)};const R=x.useRef(f);x.useEffect(()=>{if(R.current){let K=null;f==="first"&&(K=l.getFirstKey()),f==="last"&&(K=l.getLastKey());let W=r.selectedKeys;if(W.size){for(let ye of W)if(r.canSelectItem(ye)){K=ye;break}}r.setFocused(!0),r.setFocusedKey(K),K==null&&!T&&cs(c.current)}},[]);let j=x.useRef(r.focusedKey);x.useEffect(()=>{let K=Qb();if(r.isFocused&&r.focusedKey!=null&&($!=null&&$.current)){let W=$.current.querySelector(`[data-key="${CSS.escape(r.focusedKey.toString())}"]`);W&&(K==="keyboard"||R.current)&&(D||z3($.current,W),K!=="virtual"&&I3(W,{containingElement:c.current}))}r.isFocused&&r.focusedKey==null&&j.current!=null&&cs(c.current),j.current=r.focusedKey,R.current=!1},[D,$,r.focusedKey,r.isFocused,c]);let ne={onKeyDown:re,onFocus:B,onBlur:Y,onMouseDown(K){$.current===K.target&&K.preventDefault()}},{typeSelectProps:M}=uw({keyboardDelegate:l,selectionManager:r});S||(ne=ft(M,ne));let ue;return T||(ue=r.focusedKey==null?0:-1),{collectionProps:{...ne,tabIndex:ue}}}function cw(n){let{selectionManager:r,key:l,ref:c,shouldSelectOnPressUp:f,shouldUseVirtualFocus:h,focus:p,isDisabled:b,onAction:E,allowsDifferentPressOrigin:S,linkBehavior:T="action"}=n,_=Mc(),D=ge=>{if(ge.pointerType==="keyboard"&&g1(ge))r.toggleSelection(l);else{if(r.selectionMode==="none")return;if(r.isLink(l)){if(T==="selection"){let pe=r.getItemProps(l);_.open(c.current,ge,pe.href,pe.routerOptions),r.setSelectedKeys(r.selectedKeys);return}else if(T==="override"||T==="none")return}r.selectionMode==="single"?r.isSelected(l)&&!r.disallowEmptySelection?r.toggleSelection(l):r.replaceSelection(l):ge&&ge.shiftKey?r.extendSelection(l):r.selectionBehavior==="toggle"||ge&&(Hc(ge)||ge.pointerType==="touch"||ge.pointerType==="virtual")?r.toggleSelection(l):r.replaceSelection(l)}};x.useEffect(()=>{l===r.focusedKey&&r.isFocused&&!h&&(p?p():document.activeElement!==c.current&&cs(c.current))},[c,l,r.focusedKey,r.childFocusStrategy,r.isFocused,h]),b=b||r.isDisabled(l);let $={};!h&&!b?$={tabIndex:l===r.focusedKey?0:-1,onFocus(ge){ge.target===c.current&&r.setFocusedKey(l)}}:b&&($.onMouseDown=ge=>{ge.preventDefault()});let A=r.isLink(l)&&T==="override",F=r.isLink(l)&&T!=="selection"&&T!=="none",I=!b&&r.canSelectItem(l)&&!A,re=(E||F)&&!b,Q=re&&(r.selectionBehavior==="replace"?!I:!I||r.isEmpty),B=re&&I&&r.selectionBehavior==="replace",Y=Q||B,R=x.useRef(null),j=Y&&I,ne=x.useRef(!1),M=x.useRef(!1),ue=ge=>{if(E&&E(),F){let pe=r.getItemProps(l);_.open(c.current,ge,pe.href,pe.routerOptions)}},K={};f?(K.onPressStart=ge=>{R.current=ge.pointerType,ne.current=j,ge.pointerType==="keyboard"&&(!Y||fw())&&D(ge)},S?(K.onPressUp=Q?null:ge=>{ge.pointerType!=="keyboard"&&I&&D(ge)},K.onPress=Q?ue:null):K.onPress=ge=>{if(Q||B&&ge.pointerType!=="mouse"){if(ge.pointerType==="keyboard"&&!dw())return;ue(ge)}else ge.pointerType!=="keyboard"&&I&&D(ge)}):(K.onPressStart=ge=>{R.current=ge.pointerType,ne.current=j,M.current=Q,I&&(ge.pointerType==="mouse"&&!Q||ge.pointerType==="keyboard"&&(!re||fw()))&&D(ge)},K.onPress=ge=>{(ge.pointerType==="touch"||ge.pointerType==="pen"||ge.pointerType==="virtual"||ge.pointerType==="keyboard"&&Y&&dw()||ge.pointerType==="mouse"&&M.current)&&(Y?ue(ge):I&&D(ge))}),$["data-key"]=l,K.preventFocusOnPress=h;let{pressProps:W,isPressed:ye}=lp(K),q=B?ge=>{R.current==="mouse"&&(ge.stopPropagation(),ge.preventDefault(),ue(ge))}:void 0,{longPressProps:oe}=iC({isDisabled:!j,onLongPress(ge){ge.pointerType==="touch"&&(D(ge),r.setSelectionBehavior("toggle"))}}),Se=ge=>{R.current==="touch"&&ne.current&&ge.preventDefault()},Ee=r.isLink(l)?ge=>{as.isOpening||ge.preventDefault()}:void 0;return{itemProps:ft($,I||Q?W:{},j?oe:{},{onDoubleClick:q,onDragStartCapture:Se,onClick:Ee}),isPressed:ye,isSelected:r.isSelected(l),isFocused:r.isFocused&&r.focusedKey===l,isDisabled:b,allowsSelection:I,hasAction:Y}}function dw(){let n=window.event;return(n==null?void 0:n.key)==="Enter"}function fw(){let n=window.event;return(n==null?void 0:n.key)===" "||(n==null?void 0:n.code)==="Space"}class Mh{isDisabled(r){var l;return this.disabledBehavior==="all"&&(((l=r.props)===null||l===void 0?void 0:l.isDisabled)||this.disabledKeys.has(r.key))}getNextKey(r){for(r=this.collection.getKeyAfter(r);r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyAfter(r)}return null}getPreviousKey(r){for(r=this.collection.getKeyBefore(r);r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyBefore(r)}return null}findKey(r,l,c){let f=this.getItem(r);if(!f)return null;let h=f.getBoundingClientRect();do r=l(r),f=this.getItem(r);while(f&&c(h,f.getBoundingClientRect()));return r}isSameRow(r,l){return r.top===l.top||r.left!==l.left}isSameColumn(r,l){return r.left===l.left||r.top!==l.top}getKeyBelow(r){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(r,l=>this.getNextKey(l),this.isSameRow):this.getNextKey(r)}getKeyAbove(r){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(r,l=>this.getPreviousKey(l),this.isSameRow):this.getPreviousKey(r)}getNextColumn(r,l){return l?this.getPreviousKey(r):this.getNextKey(r)}getKeyRightOf(r){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(r,this.direction==="rtl"):this.findKey(r,l=>this.getNextColumn(l,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(r,this.direction==="rtl"):null}getKeyLeftOf(r){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(r,this.direction==="ltr"):this.findKey(r,l=>this.getNextColumn(l,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(r,this.direction==="ltr"):null}getFirstKey(){let r=this.collection.getFirstKey();for(;r!=null;){let l=this.collection.getItem(r);if((l==null?void 0:l.type)==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyAfter(r)}return null}getLastKey(){let r=this.collection.getLastKey();for(;r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyBefore(r)}return null}getItem(r){return r!==null?this.ref.current.querySelector(`[data-key="${CSS.escape(r.toString())}"]`):null}getKeyPageAbove(r){let l=this.ref.current,c=this.getItem(r);if(!c)return null;if(!ip(l))return this.getFirstKey();let f=l.getBoundingClientRect(),h=c.getBoundingClientRect();if(this.orientation==="horizontal"){let p=f.x-l.scrollLeft,b=Math.max(0,h.x-p+h.width-f.width);for(;c&&h.x-p>b;)r=this.getKeyAbove(r),c=r==null?null:this.getItem(r),h=c==null?void 0:c.getBoundingClientRect()}else{let p=f.y-l.scrollTop,b=Math.max(0,h.y-p+h.height-f.height);for(;c&&h.y-p>b;)r=this.getKeyAbove(r),c=r==null?null:this.getItem(r),h=c==null?void 0:c.getBoundingClientRect()}return r??this.getFirstKey()}getKeyPageBelow(r){let l=this.ref.current,c=this.getItem(r);if(!c)return null;if(!ip(l))return this.getLastKey();let f=l.getBoundingClientRect(),h=c.getBoundingClientRect();if(this.orientation==="horizontal"){let p=f.x-l.scrollLeft,b=Math.min(l.scrollWidth,h.x-p-h.width+f.width);for(;c&&h.x-p<b;)r=this.getKeyBelow(r),c=r==null?null:this.getItem(r),h=c==null?void 0:c.getBoundingClientRect()}else{let p=f.y-l.scrollTop,b=Math.min(l.scrollHeight,h.y-p-h.height+f.height);for(;c&&h.y-p<b;)r=this.getKeyBelow(r),c=r==null?null:this.getItem(r),h=c==null?void 0:c.getBoundingClientRect()}return r??this.getLastKey()}getKeyForSearch(r,l){if(!this.collator)return null;let c=this.collection,f=l||this.getFirstKey();for(;f!=null;){let h=c.getItem(f),p=h.textValue.slice(0,r.length);if(h.textValue&&this.collator.compare(p,r)===0)return f;f=this.getKeyBelow(f)}return null}constructor(...r){if(r.length===1){let l=r[0];this.collection=l.collection,this.ref=l.ref,this.collator=l.collator,this.disabledKeys=l.disabledKeys||new Set,this.disabledBehavior=l.disabledBehavior||"all",this.orientation=l.orientation,this.direction=l.direction,this.layout=l.layout||"stack"}else this.collection=r[0],this.disabledKeys=r[1],this.ref=r[2],this.collator=r[3],this.layout="stack",this.orientation="vertical",this.disabledBehavior="all";this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function pw(n){let{selectionManager:r,collection:l,disabledKeys:c,ref:f,keyboardDelegate:h}=n,p=Sh({usage:"search",sensitivity:"base"}),b=r.disabledBehavior,E=x.useMemo(()=>h||new Mh({collection:l,disabledKeys:c,disabledBehavior:b,ref:f,collator:p}),[h,l,c,f,p,b]),{collectionProps:S}=sw({...n,ref:f,selectionManager:r,keyboardDelegate:E});return{listProps:S}}function g9(n,r,l){let c=Xt(n,{labelable:!0}),f=n.selectionBehavior||"toggle",h=n.linkBehavior||(f==="replace"?"action":"override");f==="toggle"&&h==="action"&&(h="override");let{listProps:p}=pw({...n,ref:l,selectionManager:r.selectionManager,collection:r.collection,disabledKeys:r.disabledKeys,linkBehavior:h}),{focusWithinProps:b}=cp({onFocusWithin:n.onFocus,onBlurWithin:n.onBlur,onFocusWithinChange:n.onFocusChange}),E=Or(n.id);Lh.set(r,{id:E,shouldUseVirtualFocus:n.shouldUseVirtualFocus,shouldSelectOnPressUp:n.shouldSelectOnPressUp,shouldFocusOnHover:n.shouldFocusOnHover,isVirtualized:n.isVirtualized,onAction:n.onAction,linkBehavior:h});let{labelProps:S,fieldProps:T}=wC({...n,id:E,labelElementType:"span"});return{labelProps:S,listBoxProps:ft(c,b,r.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...ft(T,p)})}}class y9{build(r,l){return this.context=l,vw(()=>this.iterateCollection(r))}*iterateCollection(r){let{children:l,items:c}=r;if(typeof l=="function"){if(!c)throw new Error("props.children was a function but props.items is missing");for(let f of r.items)yield*this.getFullNode({value:f},{renderer:l})}else{let f=[];x.Children.forEach(l,p=>{f.push(p)});let h=0;for(let p of f){let b=this.getFullNode({element:p,index:h},{});for(let E of b)h++,yield E}}}getKey(r,l,c,f){if(r.key!=null)return r.key;if(l.type==="cell"&&l.key!=null)return`${f}${l.key}`;let h=l.value;if(h!=null){var p;let b=(p=h.key)!==null&&p!==void 0?p:h.id;if(b==null)throw new Error("No key found for item");return b}return f?`${f}.${l.index}`:`$.${l.index}`}getChildState(r,l){return{renderer:l.renderer||r.renderer}}*getFullNode(r,l,c,f){let h=r.element;if(!h&&r.value&&l&&l.renderer){let E=this.cache.get(r.value);if(E&&(!E.shouldInvalidate||!E.shouldInvalidate(this.context))){E.index=r.index,E.parentKey=f?f.key:null,yield E;return}h=l.renderer(r.value)}if(x.isValidElement(h)){let E=h.type;if(typeof E!="function"&&typeof E.getCollectionNode!="function"){let D=typeof h.type=="function"?h.type.name:h.type;throw new Error(`Unknown element <${D}> in collection.`)}let S=E.getCollectionNode(h.props,this.context),T=r.index,_=S.next();for(;!_.done&&_.value;){let D=_.value;r.index=T;let $=D.key;$||($=D.element?null:this.getKey(h,r,l,c));let F=[...this.getFullNode({...D,key:$,index:T,wrapper:b9(r.wrapper,D.wrapper)},this.getChildState(l,D),c?`${c}${h.key}`:h.key,f)];for(let I of F){if(I.value=D.value||r.value,I.value&&this.cache.set(I.value,I),r.type&&I.type!==r.type)throw new Error(`Unsupported type <${y1(I.type)}> in <${y1(f.type)}>. Only <${y1(r.type)}> is supported.`);T++,yield I}_=S.next(F)}return}if(r.key==null)return;let p=this,b={type:r.type,props:r.props,key:r.key,parentKey:f?f.key:null,value:r.value,level:f?f.level+1:0,index:r.index,rendered:r.rendered,textValue:r.textValue,"aria-label":r["aria-label"],wrapper:r.wrapper,shouldInvalidate:r.shouldInvalidate,hasChildNodes:r.hasChildNodes,childNodes:vw(function*(){if(!r.hasChildNodes)return;let E=0;for(let S of r.childNodes()){S.key!=null&&(S.key=`${b.key}${S.key}`),S.index=E;let T=p.getFullNode(S,p.getChildState(l,S),b.key,b);for(let _ of T)E++,yield _}})};yield b}constructor(){this.cache=new WeakMap}}function vw(n){let r=[],l=null;return{*[Symbol.iterator](){for(let c of r)yield c;l||(l=n());for(let c of l)r.push(c),yield c}}}function b9(n,r){if(n&&r)return l=>n(r(l));if(n)return n;if(r)return r}function y1(n){return n[0].toUpperCase()+n.slice(1)}function mw(n,r,l){let c=x.useMemo(()=>new y9,[]),{children:f,items:h,collection:p}=n;return x.useMemo(()=>{if(p)return p;let E=c.build({children:f,items:h},l);return r(E)},[c,f,h,p,l,r])}function Nh(n,r){return typeof r.getChildren=="function"?r.getChildren(n.key):n.childNodes}function x9(n){return k9(n,0)}function k9(n,r){if(r<0)return;let l=0;for(let c of n){if(l===r)return c;l++}}function b1(n,r,l){if(r.parentKey===l.parentKey)return r.index-l.index;let c=[...hw(n,r),r],f=[...hw(n,l),l],h=c.slice(0,f.length).findIndex((p,b)=>p!==f[b]);return h!==-1?(r=c[h],l=f[h],r.index-l.index):c.findIndex(p=>p===l)>=0?1:(f.findIndex(p=>p===r)>=0,-1)}function hw(n,r){let l=[];for(;(r==null?void 0:r.parentKey)!=null;)r=n.getItem(r.parentKey),l.unshift(r);return l}const gw=new WeakMap;function x1(n){let r=gw.get(n);if(r!=null)return r;r=0;let l=c=>{for(let f of c)f.type==="section"?l(Nh(f,n)):r++};return l(n),gw.set(n,r),r}function E9(n,r,l){var c,f;let{key:h}=n,p=Lh.get(r);var b;let E=(b=n.isDisabled)!==null&&b!==void 0?b:r.selectionManager.isDisabled(h);var S;let T=(S=n.isSelected)!==null&&S!==void 0?S:r.selectionManager.isSelected(h);var _;let D=(_=n.shouldSelectOnPressUp)!==null&&_!==void 0?_:p==null?void 0:p.shouldSelectOnPressUp;var $;let A=($=n.shouldFocusOnHover)!==null&&$!==void 0?$:p==null?void 0:p.shouldFocusOnHover;var F;let I=(F=n.shouldUseVirtualFocus)!==null&&F!==void 0?F:p==null?void 0:p.shouldUseVirtualFocus;var re;let Q=(re=n.isVirtualized)!==null&&re!==void 0?re:p==null?void 0:p.isVirtualized,B=Ga(),Y=Ga(),R={role:"option","aria-disabled":E||void 0,"aria-selected":r.selectionManager.selectionMode!=="none"?T:void 0};Ya()&&Fb()||(R["aria-label"]=n["aria-label"],R["aria-labelledby"]=B,R["aria-describedby"]=Y);let j=r.collection.getItem(h);if(Q){let Ee=Number(j==null?void 0:j.index);R["aria-posinset"]=Number.isNaN(Ee)?void 0:Ee+1,R["aria-setsize"]=x1(r.collection)}let ne=p!=null&&p.onAction?()=>{var Ee;return p==null||(Ee=p.onAction)===null||Ee===void 0?void 0:Ee.call(p,h)}:void 0,{itemProps:M,isPressed:ue,isFocused:K,hasAction:W,allowsSelection:ye}=cw({selectionManager:r.selectionManager,key:h,ref:l,shouldSelectOnPressUp:D,allowsDifferentPressOrigin:D&&A,isVirtualized:Q,shouldUseVirtualFocus:I,isDisabled:E,onAction:ne||!(j==null||(c=j.props)===null||c===void 0)&&c.onAction?Hl(j==null||(f=j.props)===null||f===void 0?void 0:f.onAction,ne):void 0,linkBehavior:p==null?void 0:p.linkBehavior}),{hoverProps:q}=il({isDisabled:E||!A,onHoverStart(){sp()||(r.selectionManager.setFocused(!0),r.selectionManager.setFocusedKey(h))}}),oe=Xt(j==null?void 0:j.props);delete oe.id;let Se=zb(j==null?void 0:j.props);return{optionProps:{...R,...ft(oe,M,q,Se),id:aw(r,h)},labelProps:{id:B},descriptionProps:{id:Y},isFocused:K,isFocusVisible:K&&sp(),isSelected:T,isDisabled:E,isPressed:ue,allowsSelection:ye,hasAction:W}}function C9(n){let{heading:r,"aria-label":l}=n,c=Or();return{itemProps:{role:"presentation"},headingProps:r?{id:c,role:"presentation"}:{},groupProps:{role:"group","aria-label":l,"aria-labelledby":r?c:void 0}}}var yw={};yw={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var bw={};bw={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var xw={};xw={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var kw={};kw={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var Ew={};Ew={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var Cw={};Cw={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var Sw={};Sw={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var ww={};ww={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var _w={};_w={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var Tw={};Tw={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var Dw={};Dw={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var $w={};$w={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var Pw={};Pw={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var Lw={};Lw={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var Mw={};Mw={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var Nw={};Nw={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var Aw={};Aw={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var Ow={};Ow={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var Fw={};Fw={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var Rw={};Rw={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var zw={};zw={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var Bw={};Bw={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var Iw={};Iw={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var Uw={};Uw={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var Hw={};Hw={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var Vw={};Vw={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var Kw={};Kw={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var jw={};jw={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var Ww={};Ww={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var Gw={};Gw={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var Yw={};Yw={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var qw={};qw={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var Qw={};Qw={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var Xw={};Xw={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var Zw={};Zw={"ar-AE":yw,"bg-BG":bw,"cs-CZ":xw,"da-DK":kw,"de-DE":Ew,"el-GR":Cw,"en-US":Sw,"es-ES":ww,"et-EE":_w,"fi-FI":Tw,"fr-FR":Dw,"he-IL":$w,"hr-HR":Pw,"hu-HU":Lw,"it-IT":Mw,"ja-JP":Nw,"ko-KR":Aw,"lt-LT":Ow,"lv-LV":Fw,"nb-NO":Rw,"nl-NL":zw,"pl-PL":Bw,"pt-BR":Iw,"pt-PT":Uw,"ro-RO":Hw,"ru-RU":Vw,"sk-SK":Kw,"sl-SI":jw,"sr-SP":Ww,"sv-SE":Gw,"tr-TR":Yw,"uk-UA":qw,"zh-CN":Qw,"zh-TW":Xw};function S9(n){return n&&n.__esModule?n.default:n}function k1(n,r,l){let{type:c="menu",isDisabled:f,trigger:h="press"}=n,p=Or(),{triggerProps:b,overlayProps:E}=gS({type:c},r,l),S=$=>{if(!f&&!(h==="longPress"&&!$.altKey)&&l&&l.current)switch($.key){case"Enter":case" ":if(h==="longPress")return;case"ArrowDown":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),r.toggle("first");break;case"ArrowUp":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),r.toggle("last");break;default:"continuePropagation"in $&&$.continuePropagation()}},T=zc(S9(Zw),"@react-aria/menu"),{longPressProps:_}=iC({isDisabled:f||h!=="longPress",accessibilityDescription:T.format("longPressMessage"),onLongPressStart(){r.close()},onLongPress(){r.open("first")}}),D={onPressStart($){$.pointerType!=="touch"&&$.pointerType!=="keyboard"&&!f&&r.open($.pointerType==="virtual"?"first":null)},onPress($){$.pointerType==="touch"&&!f&&r.toggle()}};return delete b.onPress,{menuTriggerProps:{...b,...h==="press"?D:_,id:p,onKeyDown:S},menuProps:{...E,"aria-labelledby":p,autoFocus:r.focusStrategy||!0,onClose:r.close}}}const Jw=new WeakMap;function w9(n,r,l){let{shouldFocusWrap:c=!0,onKeyDown:f,onKeyUp:h,...p}=n;!n["aria-label"]&&!n["aria-labelledby"]&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let b=Xt(n,{labelable:!0}),{listProps:E}=pw({...p,ref:l,selectionManager:r.selectionManager,collection:r.collection,disabledKeys:r.disabledKeys,shouldFocusWrap:c,linkBehavior:"override"});return Jw.set(r,{onClose:n.onClose,onAction:n.onAction}),{menuProps:ft(b,{onKeyDown:f,onKeyUp:h},{role:"menu",...E,onKeyDown:S=>{S.key!=="Escape"&&E.onKeyDown(S)}})}}function e_(n,r,l){let{key:c,closeOnSelect:f,isVirtualized:h,"aria-haspopup":p,onPressStart:b,onPressUp:E,onPress:S,onPressChange:T,onPressEnd:_,onHoverStart:D,onHoverChange:$,onHoverEnd:A,onKeyDown:F,onKeyUp:I,onFocus:re,onFocusChange:Q,onBlur:B}=n,Y=!!p;var R;let j=(R=n.isDisabled)!==null&&R!==void 0?R:r.selectionManager.isDisabled(c);var ne;let M=(ne=n.isSelected)!==null&&ne!==void 0?ne:r.selectionManager.isSelected(c),ue=Jw.get(r),K=r.collection.getItem(c),W=n.onClose||ue.onClose,ye=Mc(),q=Xe=>{var mt;Y||(!(K==null||(mt=K.props)===null||mt===void 0)&&mt.onAction&&K.props.onAction(),n.onAction?n.onAction(c):ue.onAction&&ue.onAction(c),Xe.target instanceof HTMLAnchorElement&&ye.open(Xe.target,Xe,K.props.href,K.props.routerOptions))},oe="menuitem";Y||(r.selectionManager.selectionMode==="single"?oe="menuitemradio":r.selectionManager.selectionMode==="multiple"&&(oe="menuitemcheckbox"));let Se=Ga(),Ee=Ga(),ge=Ga(),pe={"aria-disabled":j||void 0,role:oe,"aria-label":n["aria-label"],"aria-labelledby":Se,"aria-describedby":[Ee,ge].filter(Boolean).join(" ")||void 0,"aria-controls":n["aria-controls"],"aria-haspopup":p,"aria-expanded":n["aria-expanded"]};r.selectionManager.selectionMode!=="none"&&!Y&&(pe["aria-checked"]=M),h&&(pe["aria-posinset"]=K==null?void 0:K.index,pe["aria-setsize"]=x1(r.collection));let X=Xe=>{Xe.pointerType==="keyboard"&&q(Xe),b==null||b(Xe)},G=Xe=>{Xe.pointerType!=="keyboard"&&(q(Xe),!Y&&W&&(f??(r.selectionManager.selectionMode!=="multiple"||r.selectionManager.isLink(c)))&&W()),E==null||E(Xe)},{itemProps:xe,isFocused:fe}=cw({selectionManager:r.selectionManager,key:c,ref:l,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none"}),{pressProps:Me,isPressed:Ue}=lp({onPressStart:X,onPress:S,onPressUp:G,onPressChange:T,onPressEnd:_,isDisabled:j}),{hoverProps:Be}=il({isDisabled:j,onHoverStart(Xe){sp()||(r.selectionManager.setFocused(!0),r.selectionManager.setFocusedKey(c)),D==null||D(Xe)},onHoverChange:$,onHoverEnd:A}),{keyboardProps:Fe}=rC({onKeyDown:Xe=>{if(Xe.repeat){Xe.continuePropagation();return}switch(Xe.key){case" ":!j&&r.selectionManager.selectionMode==="none"&&!Y&&f!==!1&&W&&W();break;case"Enter":!j&&f!==!1&&!Y&&W&&W();break;default:Y||Xe.continuePropagation(),F==null||F(Xe);break}},onKeyUp:I}),{focusProps:_e}=dh({onBlur:B,onFocus:re,onFocusChange:Q}),$e=Xt(K.props);delete $e.id;let je=zb(K.props);return{menuItemProps:{...pe,...ft($e,je,Y?{onFocus:xe.onFocus,"data-key":xe["data-key"]}:xe,Me,Be,Fe,_e),tabIndex:xe.tabIndex!=null?-1:void 0},labelProps:{id:Se},descriptionProps:{id:Ee},keyboardShortcutProps:{id:ge},isFocused:fe,isSelected:M,isPressed:Ue,isDisabled:j}}function _9(n){let{heading:r,"aria-label":l}=n,c=Or();return{itemProps:{role:"presentation"},headingProps:r?{id:c,role:"presentation"}:{},groupProps:{role:"group","aria-label":l,"aria-labelledby":r?c:void 0}}}const Ah=2,T9=50,D9=1e3,t_=Math.PI/12;function $9(n){let{menuRef:r,submenuRef:l,isOpen:c,isDisabled:f}=n,h=x.useRef(),p=x.useRef(),b=x.useRef(0),E=x.useRef(),S=x.useRef(),T=x.useRef(),_=x.useRef(2),[D,$]=x.useState(!1);rp({ref:l,onResize:()=>{l.current&&(p.current=l.current.getBoundingClientRect(),T.current=void 0)}});let F=()=>{$(!1),_.current=Ah,h.current=void 0},I=J3();x.useEffect(()=>{D&&r.current?r.current.style.pointerEvents="none":r.current.style.pointerEvents=""},[r,D]),x.useEffect(()=>{let re=l.current,Q=r.current;if(f||!re||!c||I!=="pointer"){F();return}p.current=re.getBoundingClientRect();let B=Y=>{if(Y.pointerType==="touch"||Y.pointerType==="pen")return;let R=Date.now();if(R-b.current<T9)return;clearTimeout(E.current),clearTimeout(S.current);let{clientX:j,clientY:ne}=Y;if(!h.current){h.current={x:j,y:ne};return}if(!p.current)return;if(T.current||(T.current=j>p.current.right?"left":"right"),j<Q.getBoundingClientRect().left||j>Q.getBoundingClientRect().right||ne<Q.getBoundingClientRect().top||ne>Q.getBoundingClientRect().bottom){F();return}let M=h.current.x,ue=h.current.y,K=T.current==="right"?p.current.left-M:M-p.current.right,W=Math.atan2(ue-p.current.top,K)+t_,ye=Math.atan2(ue-p.current.bottom,K)-t_,q=Math.atan2(ue-ne,T.current==="left"?-(j-M):j-M),oe=q<W&&q>ye;_.current=oe?Math.min(_.current+1,Ah):Math.max(_.current-1,0),_.current>=Ah?$(!0):$(!1),b.current=R,h.current={x:j,y:ne},oe&&(E.current=setTimeout(()=>{F(),S.current=setTimeout(()=>{let Se=document.elementFromPoint(j,ne);Se&&Q.contains(Se)&&Se.dispatchEvent(new PointerEvent("pointerover",{bubbles:!0,cancelable:!0}))},100)},D9))};return window.addEventListener("pointermove",B),()=>{window.removeEventListener("pointermove",B),clearTimeout(E.current),clearTimeout(S.current),_.current=Ah}},[f,c,r,I,$,l])}function P9(n,r,l){let{parentMenuRef:c,submenuRef:f,type:h="menu",isDisabled:p,node:b,delay:E=200}=n,S=Or(),T=Or(),{direction:_}=Qa(),D=x.useRef(),$=x.useCallback(()=>{D.current&&(clearTimeout(D.current),D.current=void 0)},[D]),A=Fn(M=>{$(),r.open(M)}),F=Fn(()=>{$(),r.close()});Kt(()=>()=>{$()},[$]);let I=M=>{switch(M.key){case"ArrowLeft":_==="ltr"&&M.currentTarget.contains(M.target)&&(M.stopPropagation(),F(),l.current.focus());break;case"ArrowRight":_==="rtl"&&M.currentTarget.contains(M.target)&&(M.stopPropagation(),F(),l.current.focus());break;case"Escape":M.stopPropagation(),r.closeAll();break}},re={id:T,"aria-label":b.textValue,submenuLevel:r.submenuLevel,...h==="menu"&&{onClose:r.closeAll,autoFocus:r.focusStrategy,onKeyDown:I}},Q=M=>{switch(M.key){case"ArrowRight":p||(_==="ltr"?(r.isOpen||A("first"),h==="menu"&&(f!=null&&f.current)&&document.activeElement===(l==null?void 0:l.current)&&f.current.focus()):r.isOpen?F():M.continuePropagation());break;case"ArrowLeft":p||(_==="rtl"?(r.isOpen||A("first"),h==="menu"&&(f!=null&&f.current)&&document.activeElement===(l==null?void 0:l.current)&&f.current.focus()):r.isOpen?F():M.continuePropagation());break;case"Escape":r.closeAll();break;default:M.continuePropagation();break}},B=M=>{!p&&(M.pointerType==="virtual"||M.pointerType==="keyboard")&&A("first")},Y=M=>{!p&&(M.pointerType==="touch"||M.pointerType==="mouse")&&A()},R=M=>{p||(M&&!r.isOpen?D.current||(D.current=setTimeout(()=>{A()},E)):M||$())},j=M=>{r.isOpen&&c.current.contains(M.relatedTarget)&&F()},ne=M=>M!==l.current;return $9({menuRef:c,submenuRef:f,isOpen:r.isOpen,isDisabled:p}),{submenuTriggerProps:{id:S,"aria-controls":r.isOpen?T:void 0,"aria-haspopup":p?void 0:h,"aria-expanded":r.isOpen?"true":"false",onPressStart:B,onPress:Y,onHoverChange:R,onKeyDown:Q,onBlur:j,isOpen:r.isOpen},submenuProps:re,popoverProps:{isNonModal:!0,disableFocusManagement:!0,shouldCloseOnInteractOutside:ne}}}function E1(n,r){let{inputElementType:l="input",isDisabled:c=!1,isRequired:f=!1,isReadOnly:h=!1,type:p="text",validationBehavior:b="aria"}=n,[E,S]=us(n.value,n.defaultValue||"",n.onChange),{focusableProps:T}=r1(n,r),_=Th({...n,value:E}),{isInvalid:D,validationErrors:$,validationDetails:A}=_.displayValidation,{labelProps:F,fieldProps:I,descriptionProps:re,errorMessageProps:Q}=_C({...n,isInvalid:D,errorMessage:n.errorMessage||$}),B=Xt(n,{labelable:!0});const Y={type:p,pattern:n.pattern};return Kb(r,E,S),kC(n,_,r),x.useEffect(()=>{if(r.current instanceof to(r.current).HTMLTextAreaElement){let R=r.current;Object.defineProperty(R,"defaultValue",{get:()=>R.value,set:()=>{},configurable:!0})}},[r]),{labelProps:F,inputProps:ft(B,l==="input"&&Y,{disabled:c,readOnly:h,required:f&&b==="native","aria-required":f&&b==="aria"||void 0,"aria-invalid":D||void 0,"aria-errormessage":n["aria-errormessage"],"aria-activedescendant":n["aria-activedescendant"],"aria-autocomplete":n["aria-autocomplete"],"aria-haspopup":n["aria-haspopup"],value:E,onChange:R=>S(R.target.value),autoComplete:n.autoComplete,autoCapitalize:n.autoCapitalize,maxLength:n.maxLength,minLength:n.minLength,name:n.name,placeholder:n.placeholder,inputMode:n.inputMode,onCopy:n.onCopy,onCut:n.onCut,onPaste:n.onPaste,onCompositionEnd:n.onCompositionEnd,onCompositionStart:n.onCompositionStart,onCompositionUpdate:n.onCompositionUpdate,onSelect:n.onSelect,onBeforeInput:n.onBeforeInput,onInput:n.onInput,...T,...I}),descriptionProps:re,errorMessageProps:Q,isInvalid:D,validationErrors:$,validationDetails:A}}function n_(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function L9(n,r,l){let c=Fn(_=>{let D=l.current,$;switch(_.inputType){case"historyUndo":case"historyRedo":return;case"insertLineBreak":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":$=D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd);break;case"deleteContentForward":$=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":$=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":$=D.value.slice(D.selectionStart);break;default:_.data!=null&&($=D.value.slice(0,D.selectionStart)+_.data+D.value.slice(D.selectionEnd));break}($==null||!r.validate($))&&_.preventDefault()});x.useEffect(()=>{if(!n_())return;let _=l.current;return _.addEventListener("beforeinput",c,!1),()=>{_.removeEventListener("beforeinput",c,!1)}},[l,c]);let f=n_()?null:_=>{let D=_.target.value.slice(0,_.target.selectionStart)+_.data+_.target.value.slice(_.target.selectionEnd);r.validate(D)||_.preventDefault()},{labelProps:h,inputProps:p,descriptionProps:b,errorMessageProps:E,...S}=E1(n,l),T=x.useRef(null);return{inputProps:ft(p,{onBeforeInput:f,onCompositionStart(){let{value:_,selectionStart:D,selectionEnd:$}=l.current;T.current={value:_,selectionStart:D,selectionEnd:$}},onCompositionEnd(){if(!r.validate(l.current.value)){let{value:_,selectionStart:D,selectionEnd:$}=T.current;l.current.value=_,l.current.setSelectionRange(D,$),r.setInputValue(_)}}}),labelProps:h,descriptionProps:b,errorMessageProps:E,...S}}function M9(n){return n&&n.__esModule?n.default:n}function N9(n,r){let{buttonRef:l,popoverRef:c,inputRef:f,listBoxRef:h,keyboardDelegate:p,shouldFocusWrap:b,isReadOnly:E,isDisabled:S}=n,T=zc(M9(aS),"@react-aria/combobox"),{menuTriggerProps:_,menuProps:D}=k1({type:"listbox",isDisabled:S||E},r,l);Lh.set(r,{id:D.id});let $=x.useMemo(()=>p||new Mh(r.collection,r.disabledKeys,h),[p,r.collection,r.disabledKeys,h]),{collectionProps:A}=sw({selectionManager:r.selectionManager,keyboardDelegate:$,disallowTypeAhead:!0,disallowEmptySelection:!0,shouldFocusWrap:b,ref:f,isVirtualized:!0}),F=Mc(),I=_e=>{switch(_e.key){case"Enter":case"Tab":if(r.isOpen&&_e.key==="Enter"&&_e.preventDefault(),r.isOpen&&r.selectionManager.focusedKey!=null&&r.selectionManager.isLink(r.selectionManager.focusedKey)){if(_e.key==="Enter"){let $e=h.current.querySelector(`[data-key="${CSS.escape(r.selectionManager.focusedKey.toString())}"]`);if($e instanceof HTMLAnchorElement){let je=r.collection.getItem(r.selectionManager.focusedKey);F.open($e,_e,je.props.href,je.props.routerOptions)}}r.close()}else r.commit();break;case"Escape":(r.selectedKey!==null||r.inputValue===""||n.allowsCustomValue)&&_e.continuePropagation(),r.revert();break;case"ArrowDown":r.open("first","manual");break;case"ArrowUp":r.open("last","manual");break;case"ArrowLeft":case"ArrowRight":r.selectionManager.setFocusedKey(null);break}},re=_e=>{var $e;let je=(l==null?void 0:l.current)&&l.current===_e.relatedTarget,Xe=($e=c.current)===null||$e===void 0?void 0:$e.contains(_e.relatedTarget);je||Xe||(n.onBlur&&n.onBlur(_e),r.setFocused(!1))},Q=_e=>{r.isFocused||(n.onFocus&&n.onFocus(_e),r.setFocused(!0))},{isInvalid:B,validationErrors:Y,validationDetails:R}=r.displayValidation,{labelProps:j,inputProps:ne,descriptionProps:M,errorMessageProps:ue}=E1({...n,onChange:r.setInputValue,onKeyDown:E?n.onKeyDown:Hl(r.isOpen&&A.onKeyDown,I,n.onKeyDown),onBlur:re,value:r.inputValue,onFocus:Q,autoComplete:"off",validate:void 0,[_h]:r},f),K=_e=>{_e.pointerType==="touch"&&(f.current.focus(),r.toggle(null,"manual"))},W=_e=>{_e.pointerType!=="touch"&&(f.current.focus(),r.toggle(_e.pointerType==="keyboard"||_e.pointerType==="virtual"?"first":null,"manual"))},ye=oh({id:_.id,"aria-label":T.format("buttonLabel"),"aria-labelledby":n["aria-labelledby"]||j.id}),q=oh({id:D.id,"aria-label":T.format("listboxLabel"),"aria-labelledby":n["aria-labelledby"]||j.id}),oe=x.useRef(0),Se=_e=>{if(S||E)return;if(_e.timeStamp-oe.current<500){_e.preventDefault(),f.current.focus();return}let $e=_e.target.getBoundingClientRect(),je=_e.changedTouches[0],Xe=Math.ceil($e.left+.5*$e.width),mt=Math.ceil($e.top+.5*$e.height);je.clientX===Xe&&je.clientY===mt&&(_e.preventDefault(),f.current.focus(),r.toggle(null,"manual"),oe.current=_e.timeStamp)},Ee=r.selectionManager.focusedKey!=null&&r.isOpen?r.collection.getItem(r.selectionManager.focusedKey):void 0;var ge;let pe=(ge=Ee==null?void 0:Ee.parentKey)!==null&&ge!==void 0?ge:null;var X;let G=(X=r.selectionManager.focusedKey)!==null&&X!==void 0?X:null,xe=x.useRef(pe),fe=x.useRef(G);x.useEffect(()=>{if(ih()&&Ee!=null&&G!==fe.current){let _e=r.selectionManager.isSelected(G),$e=pe!=null?r.collection.getItem(pe):null,je=($e==null?void 0:$e["aria-label"])||(typeof($e==null?void 0:$e.rendered)=="string"?$e.rendered:"")||"",Xe=T.format("focusAnnouncement",{isGroupChange:$e&&pe!==xe.current,groupTitle:je,groupCount:$e?[...Nh($e,r.collection)].length:0,optionText:Ee["aria-label"]||Ee.textValue||"",isSelected:_e});wh(Xe)}xe.current=pe,fe.current=G});let Me=x1(r.collection),Ue=x.useRef(Me),Be=x.useRef(r.isOpen);x.useEffect(()=>{let _e=r.isOpen!==Be.current&&(r.selectionManager.focusedKey==null||ih());if(r.isOpen&&(_e||Me!==Ue.current)){let $e=T.format("countAnnouncement",{optionCount:Me});wh($e)}Ue.current=Me,Be.current=r.isOpen});let Fe=x.useRef(r.selectedKey);return x.useEffect(()=>{if(ih()&&r.isFocused&&r.selectedItem&&r.selectedKey!==Fe.current){let _e=r.selectedItem["aria-label"]||r.selectedItem.textValue||"",$e=T.format("selectedAnnouncement",{optionText:_e});wh($e)}Fe.current=r.selectedKey}),x.useEffect(()=>{if(r.isOpen)return h1([f.current,c.current])},[r.isOpen,f,c]),{labelProps:j,buttonProps:{..._,...ye,excludeFromTabOrder:!0,onPress:K,onPressStart:W,isDisabled:S||E},inputProps:ft(ne,{role:"combobox","aria-expanded":_["aria-expanded"],"aria-controls":r.isOpen?D.id:void 0,"aria-autocomplete":"list","aria-activedescendant":Ee?aw(r,Ee.key):void 0,onTouchEnd:Se,autoCorrect:"off",spellCheck:"false"}),listBoxProps:ft(D,q,{autoFocus:r.focusStrategy,shouldUseVirtualFocus:!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,linkBehavior:"selection"}),descriptionProps:M,errorMessageProps:ue,isInvalid:B,validationErrors:Y,validationDetails:R}}var r_={};r_={Empty:"فارغ"};var i_={};i_={Empty:"Изпразни"};var o_={};o_={Empty:"Prázdné"};var l_={};l_={Empty:"Tom"};var a_={};a_={Empty:"Leer"};var u_={};u_={Empty:"Άδειο"};var s_={};s_={Empty:"Empty"};var c_={};c_={Empty:"Vacío"};var d_={};d_={Empty:"Tühjenda"};var f_={};f_={Empty:"Tyhjä"};var p_={};p_={Empty:"Vide"};var v_={};v_={Empty:"ריק"};var m_={};m_={Empty:"Prazno"};var h_={};h_={Empty:"Üres"};var g_={};g_={Empty:"Vuoto"};var y_={};y_={Empty:"空"};var b_={};b_={Empty:"비어 있음"};var x_={};x_={Empty:"Tuščias"};var k_={};k_={Empty:"Tukšs"};var E_={};E_={Empty:"Tom"};var C_={};C_={Empty:"Leeg"};var S_={};S_={Empty:"Pusty"};var w_={};w_={Empty:"Vazio"};var __={};__={Empty:"Vazio"};var T_={};T_={Empty:"Gol"};var D_={};D_={Empty:"Не заполнено"};var $_={};$_={Empty:"Prázdne"};var P_={};P_={Empty:"Prazen"};var L_={};L_={Empty:"Prazno"};var M_={};M_={Empty:"Tomt"};var N_={};N_={Empty:"Boş"};var A_={};A_={Empty:"Пусто"};var O_={};O_={Empty:"空"};var F_={};F_={Empty:"空白"};var R_={};R_={"ar-AE":r_,"bg-BG":i_,"cs-CZ":o_,"da-DK":l_,"de-DE":a_,"el-GR":u_,"en-US":s_,"es-ES":c_,"et-EE":d_,"fi-FI":f_,"fr-FR":p_,"he-IL":v_,"hr-HR":m_,"hu-HU":h_,"it-IT":g_,"ja-JP":y_,"ko-KR":b_,"lt-LT":x_,"lv-LV":k_,"nb-NO":E_,"nl-NL":C_,"pl-PL":S_,"pt-BR":w_,"pt-PT":__,"ro-RO":T_,"ru-RU":D_,"sk-SK":$_,"sl-SI":P_,"sr-SP":L_,"sv-SE":M_,"tr-TR":N_,"uk-UA":A_,"zh-CN":O_,"zh-TW":F_};function A9(n){return n&&n.__esModule?n.default:n}function O9(n){const r=x.useRef();let{value:l,textValue:c,minValue:f,maxValue:h,isDisabled:p,isReadOnly:b,isRequired:E,onIncrement:S,onIncrementPage:T,onDecrement:_,onDecrementPage:D,onDecrementToMin:$,onIncrementToMax:A}=n;const F=zc(A9(R_),"@react-aria/spinbutton"),I=()=>clearTimeout(r.current);x.useEffect(()=>()=>I(),[]);let re=W=>{if(!(W.ctrlKey||W.metaKey||W.shiftKey||W.altKey||b))switch(W.key){case"PageUp":if(T){W.preventDefault(),T==null||T();break}case"ArrowUp":case"Up":S&&(W.preventDefault(),S==null||S());break;case"PageDown":if(D){W.preventDefault(),D==null||D();break}case"ArrowDown":case"Down":_&&(W.preventDefault(),_==null||_());break;case"Home":$&&(W.preventDefault(),$==null||$());break;case"End":A&&(W.preventDefault(),A==null||A());break}},Q=x.useRef(!1),B=()=>{Q.current=!0},Y=()=>{Q.current=!1},R=c===""?F.format("Empty"):(c||`${l}`).replace("-","−");x.useEffect(()=>{Q.current&&(IP("assertive"),wh(R,"assertive"))},[R]);const j=Fn(W=>{I(),S==null||S(),r.current=window.setTimeout(()=>{(h===void 0||isNaN(h)||l===void 0||isNaN(l)||l<h)&&j(60)},W)}),ne=Fn(W=>{I(),_==null||_(),r.current=window.setTimeout(()=>{(f===void 0||isNaN(f)||l===void 0||isNaN(l)||l>f)&&ne(60)},W)});let M=W=>{W.preventDefault()},{addGlobalListener:ue,removeAllGlobalListeners:K}=Ib();return{spinButtonProps:{role:"spinbutton","aria-valuenow":l!==void 0&&!isNaN(l)?l:void 0,"aria-valuetext":R,"aria-valuemin":f,"aria-valuemax":h,"aria-disabled":p||void 0,"aria-readonly":b||void 0,"aria-required":E||void 0,onKeyDown:re,onFocus:B,onBlur:Y},incrementButtonProps:{onPressStart:()=>{j(400),ue(window,"contextmenu",M)},onPressEnd:()=>{I(),K()},onFocus:B,onBlur:Y},decrementButtonProps:{onPressStart:()=>{ne(400),ue(window,"contextmenu",M)},onPressEnd:()=>{I(),K()},onFocus:B,onBlur:Y}}}function F9(n,r){let{role:l="dialog"}=n,c=Ga();c=n["aria-label"]?void 0:c;let f=x.useRef(!1);return x.useEffect(()=>{if(r.current&&!r.current.contains(document.activeElement)){cs(r.current);let h=setTimeout(()=>{document.activeElement===r.current&&(f.current=!0,r.current&&(r.current.blur(),cs(r.current)),f.current=!1)},500);return()=>{clearTimeout(h)}}},[r]),lw(),{dialogProps:{...Xt(n,{labelable:!0}),role:l,tabIndex:-1,"aria-labelledby":n["aria-labelledby"]||c,onBlur:h=>{f.current&&h.stopPropagation()}},titleProps:{id:c}}}var z_={};z_={decrease:n=>`خفض ${n.fieldLabel}`,increase:n=>`زيادة ${n.fieldLabel}`,numberField:"حقل رقمي"};var B_={};B_={decrease:n=>`Намаляване ${n.fieldLabel}`,increase:n=>`Усилване ${n.fieldLabel}`,numberField:"Номер на полето"};var I_={};I_={decrease:n=>`Snížit ${n.fieldLabel}`,increase:n=>`Zvýšit ${n.fieldLabel}`,numberField:"Číselné pole"};var U_={};U_={decrease:n=>`Reducer ${n.fieldLabel}`,increase:n=>`Øg ${n.fieldLabel}`,numberField:"Talfelt"};var H_={};H_={decrease:n=>`${n.fieldLabel} verringern`,increase:n=>`${n.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var V_={};V_={decrease:n=>`Μείωση ${n.fieldLabel}`,increase:n=>`Αύξηση ${n.fieldLabel}`,numberField:"Πεδίο αριθμού"};var K_={};K_={decrease:n=>`Decrease ${n.fieldLabel}`,increase:n=>`Increase ${n.fieldLabel}`,numberField:"Number field"};var j_={};j_={decrease:n=>`Reducir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo de número"};var W_={};W_={decrease:n=>`Vähenda ${n.fieldLabel}`,increase:n=>`Suurenda ${n.fieldLabel}`,numberField:"Numbri väli"};var G_={};G_={decrease:n=>`Vähennä ${n.fieldLabel}`,increase:n=>`Lisää ${n.fieldLabel}`,numberField:"Numerokenttä"};var Y_={};Y_={decrease:n=>`Diminuer ${n.fieldLabel}`,increase:n=>`Augmenter ${n.fieldLabel}`,numberField:"Champ de nombre"};var q_={};q_={decrease:n=>`הקטן ${n.fieldLabel}`,increase:n=>`הגדל ${n.fieldLabel}`,numberField:"שדה מספר"};var Q_={};Q_={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var X_={};X_={decrease:n=>`${n.fieldLabel} csökkentése`,increase:n=>`${n.fieldLabel} növelése`,numberField:"Számmező"};var Z_={};Z_={decrease:n=>`Riduci ${n.fieldLabel}`,increase:n=>`Aumenta ${n.fieldLabel}`,numberField:"Campo numero"};var J_={};J_={decrease:n=>`${n.fieldLabel}を縮小`,increase:n=>`${n.fieldLabel}を拡大`,numberField:"数値フィールド"};var e2={};e2={decrease:n=>`${n.fieldLabel} 감소`,increase:n=>`${n.fieldLabel} 증가`,numberField:"번호 필드"};var t2={};t2={decrease:n=>`Sumažinti ${n.fieldLabel}`,increase:n=>`Padidinti ${n.fieldLabel}`,numberField:"Numerio laukas"};var n2={};n2={decrease:n=>`Samazināšana ${n.fieldLabel}`,increase:n=>`Palielināšana ${n.fieldLabel}`,numberField:"Skaitļu lauks"};var r2={};r2={decrease:n=>`Reduser ${n.fieldLabel}`,increase:n=>`Øk ${n.fieldLabel}`,numberField:"Tallfelt"};var i2={};i2={decrease:n=>`${n.fieldLabel} verlagen`,increase:n=>`${n.fieldLabel} verhogen`,numberField:"Getalveld"};var o2={};o2={decrease:n=>`Zmniejsz ${n.fieldLabel}`,increase:n=>`Zwiększ ${n.fieldLabel}`,numberField:"Pole numeru"};var l2={};l2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo de número"};var a2={};a2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo numérico"};var u2={};u2={decrease:n=>`Scădere ${n.fieldLabel}`,increase:n=>`Creștere ${n.fieldLabel}`,numberField:"Câmp numeric"};var s2={};s2={decrease:n=>`Уменьшение ${n.fieldLabel}`,increase:n=>`Увеличение ${n.fieldLabel}`,numberField:"Числовое поле"};var c2={};c2={decrease:n=>`Znížiť ${n.fieldLabel}`,increase:n=>`Zvýšiť ${n.fieldLabel}`,numberField:"Číselné pole"};var d2={};d2={decrease:n=>`Upadati ${n.fieldLabel}`,increase:n=>`Povečajte ${n.fieldLabel}`,numberField:"Številčno polje"};var f2={};f2={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var p2={};p2={decrease:n=>`Minska ${n.fieldLabel}`,increase:n=>`Öka ${n.fieldLabel}`,numberField:"Nummerfält"};var v2={};v2={decrease:n=>`${n.fieldLabel} azalt`,increase:n=>`${n.fieldLabel} arttır`,numberField:"Sayı alanı"};var m2={};m2={decrease:n=>`Зменшити ${n.fieldLabel}`,increase:n=>`Збільшити ${n.fieldLabel}`,numberField:"Поле номера"};var h2={};h2={decrease:n=>`降低 ${n.fieldLabel}`,increase:n=>`提高 ${n.fieldLabel}`,numberField:"数字字段"};var g2={};g2={decrease:n=>`縮小 ${n.fieldLabel}`,increase:n=>`放大 ${n.fieldLabel}`,numberField:"數字欄位"};var y2={};y2={"ar-AE":z_,"bg-BG":B_,"cs-CZ":I_,"da-DK":U_,"de-DE":H_,"el-GR":V_,"en-US":K_,"es-ES":j_,"et-EE":W_,"fi-FI":G_,"fr-FR":Y_,"he-IL":q_,"hr-HR":Q_,"hu-HU":X_,"it-IT":Z_,"ja-JP":J_,"ko-KR":e2,"lt-LT":t2,"lv-LV":n2,"nb-NO":r2,"nl-NL":i2,"pl-PL":o2,"pt-BR":l2,"pt-PT":a2,"ro-RO":u2,"ru-RU":s2,"sk-SK":c2,"sl-SI":d2,"sr-SP":f2,"sv-SE":p2,"tr-TR":v2,"uk-UA":m2,"zh-CN":h2,"zh-TW":g2};function R9(n){return n&&n.__esModule?n.default:n}function z9(n,r,l){let{id:c,decrementAriaLabel:f,incrementAriaLabel:h,isDisabled:p,isReadOnly:b,isRequired:E,minValue:S,maxValue:T,autoFocus:_,label:D,formatOptions:$,onBlur:A=()=>{},onFocus:F,onFocusChange:I,onKeyDown:re,onKeyUp:Q,description:B,errorMessage:Y,isWheelDisabled:R,...j}=n,{increment:ne,incrementToMax:M,decrement:ue,decrementToMin:K,numberValue:W,inputValue:ye,commit:q,commitValidation:oe}=r;const Se=zc(R9(y2),"@react-aria/numberfield");let Ee=Or(c),{focusProps:ge}=dh({onBlur(){q()}}),pe=bC($),X=x.useMemo(()=>pe.resolvedOptions(),[pe]),G=bC({...$,currencySign:void 0}),xe=x.useMemo(()=>isNaN(W)?"":G.format(W),[G,W]),{spinButtonProps:fe,incrementButtonProps:Me,decrementButtonProps:Ue}=O9({isDisabled:p,isReadOnly:b,isRequired:E,maxValue:T,minValue:S,onIncrement:ne,onIncrementToMax:M,onDecrement:ue,onDecrementToMin:K,value:W,textValue:xe}),[Be,Fe]=x.useState(!1),{focusWithinProps:_e}=cp({isDisabled:p,onFocusWithinChange:Fe}),$e=x.useCallback(Te=>{Math.abs(Te.deltaY)<=Math.abs(Te.deltaX)||(Te.deltaY>0?ne():Te.deltaY<0&&ue())},[ue,ne]);nP({onScroll:$e,isDisabled:R||p||b||!Be},l);let Xe=X.maximumFractionDigits>0,mt=r.minValue===void 0||isNaN(r.minValue)||r.minValue<0,De="numeric";L3()?mt?De="text":Xe&&(De="decimal"):Rb()&&(mt?De="numeric":Xe&&(De="decimal"));let Bt=Te=>{r.validate(Te)&&r.setInputValue(Te)},jt=Xt(n),bn=x.useCallback(Te=>{Te.key==="Enter"?(q(),oe()):Te.continuePropagation()},[q,oe]),{isInvalid:Qn,validationErrors:Xn,validationDetails:ti}=r.displayValidation,{labelProps:dt,inputProps:St,descriptionProps:At,errorMessageProps:Do}=L9({...j,...jt,name:void 0,label:D,autoFocus:_,isDisabled:p,isReadOnly:b,isRequired:E,validate:void 0,[_h]:r,value:ye,defaultValue:void 0,autoComplete:"off","aria-label":n["aria-label"]||void 0,"aria-labelledby":n["aria-labelledby"]||void 0,id:Ee,type:"text",inputMode:De,onChange:Bt,onBlur:A,onFocus:F,onFocusChange:I,onKeyDown:x.useMemo(()=>Hl(bn,re),[bn,re]),onKeyUp:Q,description:B,errorMessage:Y},r,l);Kb(l,r.numberValue,r.setNumberValue);let Rr=ft(fe,ge,St,{role:null,"aria-roledescription":np()?null:Se.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});n.validationBehavior==="native"&&(Rr["aria-required"]=void 0);let Ui=Te=>{var qe;document.activeElement!==l.current&&(Te.pointerType==="mouse"?(qe=l.current)===null||qe===void 0||qe.focus():Te.target.focus())},zr=n["aria-label"]||(typeof n.label=="string"?n.label:""),dr;zr||(dr=n.label!=null?dt.id:n["aria-labelledby"]);let Zn=Or(),Br=Or(),na=ft(Me,{"aria-label":h||Se.format("increase",{fieldLabel:zr}).trim(),id:dr&&!h?Zn:null,"aria-labelledby":dr&&!h?`${Zn} ${dr}`:null,"aria-controls":Ee,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!r.canIncrement,onPressStart:Ui}),uo=ft(Ue,{"aria-label":f||Se.format("decrease",{fieldLabel:zr}).trim(),id:dr&&!f?Br:null,"aria-labelledby":dr&&!f?`${Br} ${dr}`:null,"aria-controls":Ee,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!r.canDecrement,onPressStart:Ui});return{groupProps:{..._e,role:"group","aria-disabled":p,"aria-invalid":Qn?"true":void 0},labelProps:dt,inputProps:Rr,incrementButtonProps:na,decrementButtonProps:uo,errorMessageProps:Do,descriptionProps:At,isInvalid:Qn,validationErrors:Xn,validationDetails:ti}}const b2=new WeakMap;function B9(n,r,l){let{keyboardDelegate:c,isDisabled:f,isRequired:h,name:p,validationBehavior:b="aria"}=n,E=Sh({usage:"search",sensitivity:"base"}),S=x.useMemo(()=>c||new Mh(r.collection,r.disabledKeys,null,E),[c,r.collection,r.disabledKeys,E]),{menuTriggerProps:T,menuProps:_}=k1({isDisabled:f,type:"listbox"},r,l),D=M=>{switch(M.key){case"ArrowLeft":{M.preventDefault();let ue=r.selectedKey!=null?S.getKeyAbove(r.selectedKey):S.getFirstKey();ue&&r.setSelectedKey(ue);break}case"ArrowRight":{M.preventDefault();let ue=r.selectedKey!=null?S.getKeyBelow(r.selectedKey):S.getFirstKey();ue&&r.setSelectedKey(ue);break}}},{typeSelectProps:$}=uw({keyboardDelegate:S,selectionManager:r.selectionManager,onTypeSelect(M){r.setSelectedKey(M)}}),{isInvalid:A,validationErrors:F,validationDetails:I}=r.displayValidation,{labelProps:re,fieldProps:Q,descriptionProps:B,errorMessageProps:Y}=_C({...n,labelElementType:"span",isInvalid:A,errorMessage:n.errorMessage||F});$.onKeyDown=$.onKeyDownCapture,delete $.onKeyDownCapture;let R=Xt(n,{labelable:!0}),j=ft($,T,Q),ne=Or();return b2.set(r,{isDisabled:f,isRequired:h,name:p,validationBehavior:b}),{labelProps:{...re,onClick:()=>{n.isDisabled||(l.current.focus(),Z3("keyboard"))}},triggerProps:ft(R,{...j,isDisabled:f,onKeyDown:Hl(j.onKeyDown,D,n.onKeyDown),onKeyUp:n.onKeyUp,"aria-labelledby":[ne,j["aria-labelledby"],j["aria-label"]&&!j["aria-labelledby"]?j.id:null].filter(Boolean).join(" "),onFocus(M){r.isFocused||(n.onFocus&&n.onFocus(M),n.onFocusChange&&n.onFocusChange(!0),r.setFocused(!0))},onBlur(M){r.isOpen||(n.onBlur&&n.onBlur(M),n.onFocusChange&&n.onFocusChange(!1),r.setFocused(!1))}}),valueProps:{id:ne},menuProps:{..._,autoFocus:r.focusStrategy||!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,disallowEmptySelection:!0,linkBehavior:"selection",onBlur:M=>{M.currentTarget.contains(M.relatedTarget)||(n.onBlur&&n.onBlur(M),n.onFocusChange&&n.onFocusChange(!1),r.setFocused(!1))},"aria-labelledby":[Q["aria-labelledby"],j["aria-label"]&&!Q["aria-labelledby"]?j.id:null].filter(Boolean).join(" ")},descriptionProps:B,errorMessageProps:Y,isInvalid:A,validationErrors:F,validationDetails:I}}function I9(n,r,l){let c=b2.get(r)||{},{autoComplete:f,name:h=c.name,isDisabled:p=c.isDisabled}=n,{validationBehavior:b,isRequired:E}=c,S=J3(),{visuallyHiddenProps:T}=rw();Kb(n.selectRef,r.selectedKey,r.setSelectedKey),kC({validationBehavior:b,focus:()=>l.current.focus()},r,n.selectRef);var _;return{containerProps:{...T,"aria-hidden":!0,"data-react-aria-prevent-focus":!0,"data-a11y-ignore":"aria-hidden-focus"},inputProps:{type:"text",tabIndex:S==null||r.isFocused||r.isOpen?-1:0,style:{fontSize:16},onFocus:()=>l.current.focus(),disabled:p},selectProps:{tabIndex:-1,autoComplete:f,disabled:p,required:b==="native"&&E,name:h,value:(_=r.selectedKey)!==null&&_!==void 0?_:"",onChange:D=>r.setSelectedKey(D.target.value)}}}function U9(n){let{state:r,triggerRef:l,label:c,name:f,isDisabled:h}=n,p=x.useRef(null),{containerProps:b,inputProps:E,selectProps:S}=I9({...n,selectRef:p},r,l);var T;return r.collection.size<=300?x.createElement("div",{...b,"data-testid":"hidden-select-container"},x.createElement("input",E),x.createElement("label",null,c,x.createElement("select",{...S,ref:p},x.createElement("option",null),[...r.collection.getKeys()].map(_=>{let D=r.collection.getItem(_);if(D.type==="item")return x.createElement("option",{key:D.key,value:D.key},D.textValue)})))):f?x.createElement("input",{type:"hidden",autoComplete:S.autoComplete,name:f,disabled:h,value:(T=r.selectedKey)!==null&&T!==void 0?T:""}):null}function H9(n){let r=Xt(n,{labelable:!0}),l;return n.orientation==="vertical"&&(l="vertical"),n.elementType!=="hr"?{separatorProps:{...r,role:"separator","aria-orientation":l}}:{separatorProps:r}}var C1={exports:{}},S1={};/**
170
+ root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(d=t.identifierPrefix),t.onRecoverableError!==void 0&&(h=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var y=s$(e,b0,null,a,u,d,h);f0(y.current,e);var C=e.nodeType===En?e.parentNode:e;return im(C),new o3(y)}function _b(e){this._internalRoot=e}function lU(e){e&&Iy(e)}_b.prototype.unstable_scheduleHydration=lU;function aU(e,t,a){if(!Sb(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");L$(e),t===void 0&&p("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var u=a??null,d=a!=null&&a.hydratedSources||null,h=!1,y=!1,C="",S=P$;a!=null&&(a.unstable_strictMode===!0&&(h=!0),a.identifierPrefix!==void 0&&(C=a.identifierPrefix),a.onRecoverableError!==void 0&&(S=a.onRecoverableError));var L=c$(t,null,e,b0,u,h,y,C,S);if(f0(L.current,e),im(e),d)for(var N=0;N<d.length;N++){var V=d[N];mz(L,V)}return new _b(L)}function Sb(e){return!!(e&&(e.nodeType===Ir||e.nodeType===Gi||e.nodeType===ua||!fe))}function Xm(e){return!!(e&&(e.nodeType===Ir||e.nodeType===Gi||e.nodeType===ua||e.nodeType===En&&e.nodeValue===" react-mount-point-unstable "))}function L$(e){e.nodeType===Ir&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("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."),mm(e)&&(e._reactRootContainer?p("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):p("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 uU=l.ReactCurrentOwner,M$;M$=function(e){if(e._reactRootContainer&&e.nodeType!==En){var t=f$(e._reactRootContainer.current);t&&t.parentNode!==e&&p("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=l3(e),d=!!(u&&Ku(u));d&&!a&&p("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===Ir&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("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 l3(e){return e?e.nodeType===Gi?e.documentElement:e.firstChild:null}function N$(){}function sU(e,t,a,u,d){if(d){if(typeof u=="function"){var h=u;u=function(){var U=Cb(y);h.call(U)}}var y=c$(t,u,e,Wu,null,!1,!1,"",N$);e._reactRootContainer=y,f0(y.current,e);var C=e.nodeType===En?e.parentNode:e;return im(C),ja(),y}else{for(var S;S=e.lastChild;)e.removeChild(S);if(typeof u=="function"){var L=u;u=function(){var U=Cb(N);L.call(U)}}var N=s$(e,Wu,null,!1,!1,"",N$);e._reactRootContainer=N,f0(N.current,e);var V=e.nodeType===En?e.parentNode:e;return im(V),ja(function(){Qm(t,N,a,u)}),N}}function cU(e,t){e!==null&&typeof e!="function"&&p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function wb(e,t,a,u,d){M$(a),cU(d===void 0?null:d,"render");var h=a._reactRootContainer,y;if(!h)y=sU(a,t,e,d,u);else{if(y=h,typeof d=="function"){var C=d;d=function(){var S=Cb(y);C.call(S)}}Qm(t,y,e,d)}return Cb(y)}function dU(e){{var t=uU.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||p("%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.",Ht(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Ir?e:qI(e,"findDOMNode")}function fU(e,t,a){if(p("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"),!Xm(t))throw new Error("Target container is not a DOM element.");{var u=mm(t)&&t._reactRootContainer===void 0;u&&p("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 wb(null,e,t,!0,a)}function pU(e,t,a){if(p("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"),!Xm(t))throw new Error("Target container is not a DOM element.");{var u=mm(t)&&t._reactRootContainer===void 0;u&&p("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 wb(null,e,t,!1,a)}function vU(e,t,a,u){if(p("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"),!Xm(a))throw new Error("Target container is not a DOM element.");if(e==null||!Ws(e))throw new Error("parentComponent must be a valid React Component");return wb(e,t,a,!1,u)}function mU(e){if(!Xm(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=mm(e)&&e._reactRootContainer===void 0;t&&p("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=l3(e),u=a&&!Ku(a);u&&p("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return ja(function(){wb(null,null,e,!1,function(){e._reactRootContainer=null,$6(e)})}),!0}else{{var d=l3(e),h=!!(d&&Ku(d)),y=e.nodeType===Ir&&Xm(e.parentNode)&&!!e.parentNode._reactRootContainer;h&&p("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}}Ie(QI),Ay(XI),ac(ZI),Iv(Li),Fy(ic),(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")&&p("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"),vy(yF),wd(RE,aI,ja);function hU(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!Sb(t))throw new Error("Target container is not a DOM element.");return YI(e,t,null,a)}function gU(e,t,a,u){return vU(e,t,a,u)}var a3={usingClientEntryPoint:!1,Events:[Ku,$f,p0,Sd,Vs,RE]};function yU(e,t){return a3.usingClientEntryPoint||p('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),oU(e,t)}function bU(e,t,a){return a3.usingClientEntryPoint||p('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),aU(e,t,a)}function xU(e){return H8()&&p("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."),ja(e)}var kU=iU({findFiberByHostInstance:gc,bundleType:1,version:e3,rendererPackageName:"react-dom"});if(!kU&&It&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var A$=window.location.protocol;/^(https?|file):$/.test(A$)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(A$==="file:"?`
171
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}hi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=a3,hi.createPortal=hU,hi.createRoot=yU,hi.findDOMNode=dU,hi.flushSync=xU,hi.hydrate=fU,hi.hydrateRoot=bU,hi.render=pU,hi.unmountComponentAtNode=mU,hi.unstable_batchedUpdates=RE,hi.unstable_renderSubtreeIntoContainer=gU,hi.version=e3,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),hi}function N3(){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(N3)}catch(n){console.error(n)}}}process.env.NODE_ENV==="production"?(N3(),Mb.exports=p7()):Mb.exports=v7();var Ob=Mb.exports;const Fb=c7(Ob);x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null);const m7=x.createContext({}),jt=typeof document<"u"?x.useLayoutEffect:()=>{};function Fn(n){const r=x.useRef(null);return jt(()=>{r.current=n},[n]),x.useCallback((...l)=>{const s=r.current;return s==null?void 0:s(...l)},[])}function h7(n){let[r,l]=x.useState(n),s=x.useRef(null),f=Fn(()=>{if(!s.current)return;let p=s.current.next();if(p.done){s.current=null;return}r===p.value?f():l(p.value)});jt(()=>{s.current&&f()});let m=Fn(p=>{s.current=p(r),f()});return[r,m]}const nh={prefix:String(Math.round(Math.random()*1e10)),current:0},A3=x.createContext(nh),g7=x.createContext(!1);let y7=!!(typeof window<"u"&&window.document&&window.document.createElement),Rb=new WeakMap;function b7(n=!1){let r=x.useContext(A3),l=x.useRef(null);if(l.current===null&&!n){var s,f;let m=(f=x.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||f===void 0||(s=f.ReactCurrentOwner)===null||s===void 0?void 0:s.current;if(m){let p=Rb.get(m);p==null?Rb.set(m,{id:r.current,state:m.memoizedState}):m.memoizedState!==p.state&&(r.current=p.id,Rb.delete(m))}l.current=++r.current}return l.current}function x7(n){let r=x.useContext(A3);r===nh&&!y7&&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=b7(!!n),s=r===nh&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${r.prefix}`;return n||`${s}-${l}`}function k7(n){let r=x.useId(),[l]=x.useState(Hl()),s=l||process.env.NODE_ENV==="test"?"react-aria":`react-aria${nh.prefix}`;return n||`${s}-${r}`}const E7=typeof x.useId=="function"?k7:x7;function C7(){return!1}function _7(){return!0}function S7(n){return()=>{}}function Hl(){return typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore(S7,C7,_7):x.useContext(g7)}let w7=!!(typeof window<"u"&&window.document&&window.document.createElement),rh=new Map;function Or(n){let[r,l]=x.useState(n),s=x.useRef(null),f=E7(r),m=x.useCallback(p=>{s.current=p},[]);return w7&&rh.set(f,m),jt(()=>{let p=f;return()=>{rh.delete(p)}},[f]),x.useEffect(()=>{let p=s.current;p&&(s.current=null,l(p))}),f}function T7(n,r){if(n===r)return n;let l=rh.get(n);if(l)return l(r),r;let s=rh.get(r);return s?(s(n),n):r}function Ya(n=[]){let r=Or(),[l,s]=h7(r),f=x.useCallback(()=>{s(function*(){yield r,yield document.getElementById(r)?r:void 0})},[r,s]);return jt(f,[r,f,...n]),l}function Vl(...n){return(...r)=>{for(let l of n)typeof l=="function"&&l(...r)}}const nn=n=>{var r;return(r=n==null?void 0:n.ownerDocument)!==null&&r!==void 0?r:document},no=n=>n&&"window"in n&&n.window===n?n:nn(n).defaultView||window;function ft(...n){let r={...n[0]};for(let l=1;l<n.length;l++){let s=n[l];for(let f in s){let m=r[f],p=s[f];typeof m=="function"&&typeof p=="function"&&f[0]==="o"&&f[1]==="n"&&f.charCodeAt(2)>=65&&f.charCodeAt(2)<=90?r[f]=Vl(m,p):(f==="className"||f==="UNSAFE_className")&&typeof m=="string"&&typeof p=="string"?r[f]=Mt(m,p):f==="id"&&m&&p?r.id=T7(m,p):r[f]=p!==void 0?p:m}}return r}function ih(...n){return n.length===1?n[0]:r=>{for(let l of n)typeof l=="function"?l(r):l!=null&&(l.current=r)}}const D7=new Set(["id"]),$7=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),P7=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),L7=/^(data-.*)$/;function Zt(n,r={}){let{labelable:l,isLink:s,propNames:f}=r,m={};for(const p in n)Object.prototype.hasOwnProperty.call(n,p)&&(D7.has(p)||l&&$7.has(p)||s&&P7.has(p)||f!=null&&f.has(p)||L7.test(p))&&(m[p]=n[p]);return m}function Kl(n){if(M7())n.focus({preventScroll:!0});else{let r=N7(n);n.focus(),A7(r)}}let oh=null;function M7(){if(oh==null){oh=!1;try{document.createElement("div").focus({get preventScroll(){return oh=!0,!0}})}catch{}}return oh}function N7(n){let r=n.parentNode,l=[],s=document.scrollingElement||document.documentElement;for(;r instanceof HTMLElement&&r!==s;)(r.offsetHeight<r.scrollHeight||r.offsetWidth<r.scrollWidth)&&l.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),r=r.parentNode;return s instanceof HTMLElement&&l.push({element:s,scrollTop:s.scrollTop,scrollLeft:s.scrollLeft}),l}function A7(n){for(let{element:r,scrollTop:l,scrollLeft:s}of n)r.scrollTop=l,r.scrollLeft=s}function lh(n){var r;return typeof window>"u"||window.navigator==null?!1:((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.brands.some(l=>n.test(l.brand)))||n.test(window.navigator.userAgent)}function zb(n){var r;return typeof window<"u"&&window.navigator!=null?n.test(((r=window.navigator.userAgentData)===null||r===void 0?void 0:r.platform)||window.navigator.platform):!1}function qa(){return zb(/^Mac/i)}function O3(){return zb(/^iPhone/i)}function F3(){return zb(/^iPad/i)||qa()&&navigator.maxTouchPoints>1}function rp(){return O3()||F3()}function ah(){return qa()||rp()}function Bb(){return lh(/AppleWebKit/i)&&!O7()}function O7(){return lh(/Chrome/i)}function Ib(){return lh(/Android/i)}function F7(){return lh(/Firefox/i)}const R7=x.createContext({isNative:!0,open:I7,useHref:n=>n});function Nc(){return x.useContext(R7)}function z7(n,r){let l=n.getAttribute("target");return(!l||l==="_self")&&n.origin===location.origin&&!n.hasAttribute("download")&&!r.metaKey&&!r.ctrlKey&&!r.altKey&&!r.shiftKey}function ss(n,r,l=!0){var s,f;let{metaKey:m,ctrlKey:p,altKey:b,shiftKey:E}=r;F7()&&(!((f=window.event)===null||f===void 0||(s=f.type)===null||s===void 0)&&s.startsWith("key"))&&n.target==="_blank"&&(qa()?m=!0:p=!0);let _=Bb()&&qa()&&!F3()?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:m,ctrlKey:p,altKey:b,shiftKey:E}):new MouseEvent("click",{metaKey:m,ctrlKey:p,altKey:b,shiftKey:E,bubbles:!0,cancelable:!0});ss.isOpening=l,Kl(n),n.dispatchEvent(_),ss.isOpening=!1}ss.isOpening=!1;function B7(n,r){if(n instanceof HTMLAnchorElement)r(n);else if(n.hasAttribute("data-href")){let l=document.createElement("a");l.href=n.getAttribute("data-href"),n.hasAttribute("data-target")&&(l.target=n.getAttribute("data-target")),n.hasAttribute("data-rel")&&(l.rel=n.getAttribute("data-rel")),n.hasAttribute("data-download")&&(l.download=n.getAttribute("data-download")),n.hasAttribute("data-ping")&&(l.ping=n.getAttribute("data-ping")),n.hasAttribute("data-referrer-policy")&&(l.referrerPolicy=n.getAttribute("data-referrer-policy")),n.appendChild(l),r(l),n.removeChild(l)}}function I7(n,r){B7(n,l=>ss(l,r))}function Ub(n){let r=Nc();return{href:n!=null&&n.href?r.useHref(n==null?void 0:n.href):void 0,target:n==null?void 0:n.target,rel:n==null?void 0:n.rel,download:n==null?void 0:n.download,ping:n==null?void 0:n.ping,referrerPolicy:n==null?void 0:n.referrerPolicy}}let Ac=new Map,Hb=new Set;function R3(){if(typeof window>"u")return;function n(s){return"propertyName"in s}let r=s=>{if(!n(s)||!s.target)return;let f=Ac.get(s.target);f||(f=new Set,Ac.set(s.target,f),s.target.addEventListener("transitioncancel",l,{once:!0})),f.add(s.propertyName)},l=s=>{if(!n(s)||!s.target)return;let f=Ac.get(s.target);if(f&&(f.delete(s.propertyName),f.size===0&&(s.target.removeEventListener("transitioncancel",l),Ac.delete(s.target)),Ac.size===0)){for(let m of Hb)m();Hb.clear()}};document.body.addEventListener("transitionrun",r),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?R3():document.addEventListener("DOMContentLoaded",R3));function z3(n){requestAnimationFrame(()=>{Ac.size===0?n():Hb.add(n)})}function Vb(){let n=x.useRef(new Map),r=x.useCallback((f,m,p,b)=>{let E=b!=null&&b.once?(..._)=>{n.current.delete(p),p(..._)}:p;n.current.set(p,{type:m,eventTarget:f,fn:E,options:b}),f.addEventListener(m,p,b)},[]),l=x.useCallback((f,m,p,b)=>{var E;let _=((E=n.current.get(p))===null||E===void 0?void 0:E.fn)||p;f.removeEventListener(m,_,b),n.current.delete(p)},[]),s=x.useCallback(()=>{n.current.forEach((f,m)=>{l(f.eventTarget,f.type,m,f.options)})},[l]);return x.useEffect(()=>s,[s]),{addGlobalListener:r,removeGlobalListener:l,removeAllGlobalListeners:s}}function uh(n,r){let{id:l,"aria-label":s,"aria-labelledby":f}=n;return l=Or(l),f&&s?f=[...new Set([l,...f.trim().split(/\s+/)])].join(" "):f&&(f=f.trim().split(/\s+/).join(" ")),!s&&!f&&r&&(s=r),{id:l,"aria-label":s,"aria-labelledby":f}}function Qa(n){const r=x.useRef(null);return x.useMemo(()=>({get current(){return r.current},set current(l){r.current=l,typeof n=="function"?n(l):n&&(n.current=l)}}),[n])}function U7(){return typeof window.ResizeObserver<"u"}function ip(n){const{ref:r,onResize:l}=n;x.useEffect(()=>{let s=r==null?void 0:r.current;if(s)if(U7()){const f=new window.ResizeObserver(m=>{m.length&&l()});return f.observe(s),()=>{s&&f.unobserve(s)}}else return window.addEventListener("resize",l,!1),()=>{window.removeEventListener("resize",l,!1)}},[l,r])}function Kb(n,r){jt(()=>{if(n&&n.ref&&r)return n.ref.current=r.current,()=>{n.ref&&(n.ref.current=null)}})}function op(n,r){let l=window.getComputedStyle(n),s=/(auto|scroll)/.test(l.overflow+l.overflowX+l.overflowY);return s&&r&&(s=n.scrollHeight!==n.clientHeight||n.scrollWidth!==n.clientWidth),s}function B3(n,r){let l=n;for(op(l,r)&&(l=l.parentElement);l&&!op(l,r);)l=l.parentElement;return l||document.scrollingElement||document.documentElement}function H7(n,r){const l=[];for(;n&&n!==document.documentElement;)op(n,r)&&l.push(n),n=n.parentElement;return l}let ro=typeof document<"u"&&window.visualViewport;function V7(){let n=Hl(),[r,l]=x.useState(()=>n?{width:0,height:0}:I3());return x.useEffect(()=>{let s=()=>{l(f=>{let m=I3();return m.width===f.width&&m.height===f.height?f:m})};return ro?ro.addEventListener("resize",s):window.addEventListener("resize",s),()=>{ro?ro.removeEventListener("resize",s):window.removeEventListener("resize",s)}},[]),r}function I3(){return{width:ro&&(ro==null?void 0:ro.width)||window.innerWidth,height:ro&&(ro==null?void 0:ro.height)||window.innerHeight}}let K7=0;const jb=new Map;function j7(n){let[r,l]=x.useState();return jt(()=>{if(!n)return;let s=jb.get(n);if(s)l(s.element.id);else{let f=`react-aria-description-${K7++}`;l(f);let m=document.createElement("div");m.id=f,m.style.display="none",m.textContent=n,document.body.appendChild(m),s={refCount:0,element:m},jb.set(n,s)}return s.refCount++,()=>{s&&--s.refCount===0&&(s.element.remove(),jb.delete(n))}},[n]),{"aria-describedby":n?r:void 0}}function U3(n,r,l,s){let f=Fn(l),m=l==null;x.useEffect(()=>{if(m||!n.current)return;let p=n.current;return p.addEventListener(r,f,s),()=>{p.removeEventListener(r,f,s)}},[n,r,s,m,f])}function H3(n,r){let l=V3(n,r,"left"),s=V3(n,r,"top"),f=r.offsetWidth,m=r.offsetHeight,p=n.scrollLeft,b=n.scrollTop,{borderTopWidth:E,borderLeftWidth:_}=getComputedStyle(n),T=n.scrollLeft+parseInt(_,10),w=n.scrollTop+parseInt(E,10),D=T+n.clientWidth,$=w+n.clientHeight;l<=p?p=l-parseInt(_,10):l+f>D&&(p+=l+f-D),s<=w?b=s-parseInt(E,10):s+m>$&&(b+=s+m-$),n.scrollLeft=p,n.scrollTop=b}function V3(n,r,l){const s=l==="left"?"offsetLeft":"offsetTop";let f=0;for(;r.offsetParent&&(f+=r[s],r.offsetParent!==n);){if(r.offsetParent.contains(n)){f-=n[s];break}r=r.offsetParent}return f}function K3(n,r){if(document.contains(n)){let p=document.scrollingElement||document.documentElement;if(window.getComputedStyle(p).overflow==="hidden"){let E=H7(n);for(let _ of E)H3(_,n)}else{var l;let{left:E,top:_}=n.getBoundingClientRect();n==null||(l=n.scrollIntoView)===null||l===void 0||l.call(n,{block:"nearest"});let{left:T,top:w}=n.getBoundingClientRect();if(Math.abs(E-T)>1||Math.abs(_-w)>1){var s,f,m;r==null||(f=r.containingElement)===null||f===void 0||(s=f.scrollIntoView)===null||s===void 0||s.call(f,{block:"center",inline:"center"}),(m=n.scrollIntoView)===null||m===void 0||m.call(n,{block:"nearest"})}}}}function Wb(n){return n.mozInputSource===0&&n.isTrusted?!0:Ib()&&n.pointerType?n.type==="click"&&n.buttons===1:n.detail===0&&!n.pointerType}function W7(n){return!Ib()&&n.width===0&&n.height===0||n.width===1&&n.height===1&&n.pressure===0&&n.detail===0&&n.pointerType==="mouse"}function Gb(n,r,l){let s=x.useRef(r),f=Fn(()=>{l&&l(s.current)});x.useEffect(()=>{var m;let p=n==null||(m=n.current)===null||m===void 0?void 0:m.form;return p==null||p.addEventListener("reset",f),()=>{p==null||p.removeEventListener("reset",f)}},[n,f])}function cs(n,r,l){let[s,f]=x.useState(n||r),m=x.useRef(n!==void 0),p=n!==void 0;x.useEffect(()=>{let _=m.current;_!==p&&console.warn(`WARN: A component changed from ${_?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}.`),m.current=p},[p]);let b=p?n:s,E=x.useCallback((_,...T)=>{let w=(D,...$)=>{l&&(Object.is(b,D)||l(D,...$)),p||(b=D)};typeof _=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),f(($,...A)=>{let F=_(p?b:$,...A);return w(F,...T),p?$:F})):(p||f(_),w(_,...T))},[p,b,l]);return[b,E]}function Oc(n,r=-1/0,l=1/0){return Math.min(Math.max(n,r),l)}function sh(n,r){let l=n,s=r.toString(),f=s.indexOf("."),m=f>=0?s.length-f:0;if(m>0){let p=Math.pow(10,m);l=Math.round(l*p)/p}return l}function jl(n,r,l,s){r=Number(r),l=Number(l);let f=(n-(isNaN(r)?0:r))%s,m=sh(Math.abs(f)*2>=s?n+Math.sign(f)*(s-Math.abs(f)):n-f,s);return isNaN(r)?!isNaN(l)&&m>l&&(m=Math.floor(sh(l/s,s))*s):m<r?m=r:!isNaN(l)&&m>l&&(m=r+Math.floor(sh((l-r)/s,s))*s),m=sh(m,s),m}let Fc="default",Yb="",ch=new WeakMap;function j3(n){if(rp()){if(Fc==="default"){const r=nn(n);Yb=r.documentElement.style.webkitUserSelect,r.documentElement.style.webkitUserSelect="none"}Fc="disabled"}else(n instanceof HTMLElement||n instanceof SVGElement)&&(ch.set(n,n.style.userSelect),n.style.userSelect="none")}function dh(n){if(rp()){if(Fc!=="disabled")return;Fc="restoring",setTimeout(()=>{z3(()=>{if(Fc==="restoring"){const r=nn(n);r.documentElement.style.webkitUserSelect==="none"&&(r.documentElement.style.webkitUserSelect=Yb||""),Yb="",Fc="default"}})},300)}else if((n instanceof HTMLElement||n instanceof SVGElement)&&n&&ch.has(n)){let r=ch.get(n);n.style.userSelect==="none"&&(n.style.userSelect=r),n.getAttribute("style")===""&&n.removeAttribute("style"),ch.delete(n)}}const lp=x.createContext({register:()=>{}});lp.displayName="PressResponderContext";function G7(n){let r=x.useContext(lp);if(r){let{register:l,...s}=r;n=ft(s,n),l()}return Kb(r,n.ref),n}var fh=new WeakMap;class ph{continuePropagation(){b3(this,fh,!1)}get shouldStopPropagation(){return G$(this,fh)}constructor(r,l,s){q$(this,fh,{writable:!0,value:void 0}),b3(this,fh,!0),this.type=r,this.pointerType=l,this.target=s.currentTarget,this.shiftKey=s.shiftKey,this.metaKey=s.metaKey,this.ctrlKey=s.ctrlKey,this.altKey=s.altKey}}const W3=Symbol("linkClicked");function ap(n){let{onPress:r,onPressChange:l,onPressStart:s,onPressEnd:f,onPressUp:m,isDisabled:p,isPressed:b,preventFocusOnPress:E,shouldCancelOnPointerExit:_,allowTextSelectionOnPress:T,ref:w,...D}=G7(n),[$,A]=x.useState(!1),F=x.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,ignoreClickAfterPress:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null}),{addGlobalListener:I,removeAllGlobalListeners:re}=Vb(),q=Fn((M,ue)=>{let K=F.current;if(p||K.didFirePressStart)return!1;let G=!0;if(K.isTriggeringEvent=!0,s){let be=new ph("pressstart",ue,M);s(be),G=be.shouldStopPropagation}return l&&l(!0),K.isTriggeringEvent=!1,K.didFirePressStart=!0,A(!0),G}),B=Fn((M,ue,K=!0)=>{let G=F.current;if(!G.didFirePressStart)return!1;G.ignoreClickAfterPress=!0,G.didFirePressStart=!1,G.isTriggeringEvent=!0;let be=!0;if(f){let Q=new ph("pressend",ue,M);f(Q),be=Q.shouldStopPropagation}if(l&&l(!1),A(!1),r&&K&&!p){let Q=new ph("press",ue,M);r(Q),be&&(be=Q.shouldStopPropagation)}return G.isTriggeringEvent=!1,be}),W=Fn((M,ue)=>{let K=F.current;if(p)return!1;if(m){K.isTriggeringEvent=!0;let G=new ph("pressup",ue,M);return m(G),K.isTriggeringEvent=!1,G.shouldStopPropagation}return!0}),R=Fn(M=>{let ue=F.current;ue.isPressed&&ue.target&&(ue.isOverTarget&&ue.pointerType!=null&&B(Wl(ue.target,M),ue.pointerType,!1),ue.isPressed=!1,ue.isOverTarget=!1,ue.activePointerId=null,ue.pointerType=null,re(),T||dh(ue.target))}),j=Fn(M=>{_&&R(M)}),ne=x.useMemo(()=>{let M=F.current,ue={onKeyDown(G){if(Qb(G.nativeEvent,G.currentTarget)&&G.currentTarget.contains(G.target)){var be;Y3(G.target,G.key)&&G.preventDefault();let Q=!0;if(!M.isPressed&&!G.repeat){M.target=G.currentTarget,M.isPressed=!0,Q=q(G,"keyboard");let oe=G.currentTarget,_e=Ce=>{Qb(Ce,oe)&&!Ce.repeat&&oe.contains(Ce.target)&&M.target&&W(Wl(M.target,Ce),"keyboard")};I(nn(G.currentTarget),"keyup",Vl(_e,K),!0)}Q&&G.stopPropagation(),G.metaKey&&qa()&&((be=M.metaKeyEvents)===null||be===void 0||be.set(G.key,G.nativeEvent))}else G.key==="Meta"&&(M.metaKeyEvents=new Map)},onClick(G){if(!(G&&!G.currentTarget.contains(G.target))&&G&&G.button===0&&!M.isTriggeringEvent&&!ss.isOpening){let be=!0;if(p&&G.preventDefault(),!M.ignoreClickAfterPress&&!M.ignoreEmulatedMouseEvents&&!M.isPressed&&(M.pointerType==="virtual"||Wb(G.nativeEvent))){!p&&!E&&Kl(G.currentTarget);let Q=q(G,"virtual"),oe=W(G,"virtual"),_e=B(G,"virtual");be=Q&&oe&&_e}M.ignoreEmulatedMouseEvents=!1,M.ignoreClickAfterPress=!1,be&&G.stopPropagation()}}},K=G=>{var be;if(M.isPressed&&M.target&&Qb(G,M.target)){var Q;Y3(G.target,G.key)&&G.preventDefault();let _e=G.target;B(Wl(M.target,G),"keyboard",M.target.contains(_e)),re(),G.key!=="Enter"&&qb(M.target)&&M.target.contains(_e)&&!G[W3]&&(G[W3]=!0,ss(M.target,G,!1)),M.isPressed=!1,(Q=M.metaKeyEvents)===null||Q===void 0||Q.delete(G.key)}else if(G.key==="Meta"&&(!((be=M.metaKeyEvents)===null||be===void 0)&&be.size)){var oe;let _e=M.metaKeyEvents;M.metaKeyEvents=void 0;for(let Ce of _e.values())(oe=M.target)===null||oe===void 0||oe.dispatchEvent(new KeyboardEvent("keyup",Ce))}};if(typeof PointerEvent<"u"){ue.onPointerDown=oe=>{if(oe.button!==0||!oe.currentTarget.contains(oe.target))return;if(W7(oe.nativeEvent)){M.pointerType="virtual";return}Xb(oe.currentTarget)&&oe.preventDefault(),M.pointerType=oe.pointerType;let _e=!0;M.isPressed||(M.isPressed=!0,M.isOverTarget=!0,M.activePointerId=oe.pointerId,M.target=oe.currentTarget,!p&&!E&&Kl(oe.currentTarget),T||j3(M.target),_e=q(oe,M.pointerType),I(nn(oe.currentTarget),"pointermove",G,!1),I(nn(oe.currentTarget),"pointerup",be,!1),I(nn(oe.currentTarget),"pointercancel",Q,!1)),_e&&oe.stopPropagation()},ue.onMouseDown=oe=>{oe.currentTarget.contains(oe.target)&&oe.button===0&&(Xb(oe.currentTarget)&&oe.preventDefault(),oe.stopPropagation())},ue.onPointerUp=oe=>{!oe.currentTarget.contains(oe.target)||M.pointerType==="virtual"||oe.button===0&&Rc(oe,oe.currentTarget)&&W(oe,M.pointerType||oe.pointerType)};let G=oe=>{oe.pointerId===M.activePointerId&&(M.target&&Rc(oe,M.target)?!M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!0,q(Wl(M.target,oe),M.pointerType)):M.target&&M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!1,B(Wl(M.target,oe),M.pointerType,!1),j(oe)))},be=oe=>{oe.pointerId===M.activePointerId&&M.isPressed&&oe.button===0&&M.target&&(Rc(oe,M.target)&&M.pointerType!=null?B(Wl(M.target,oe),M.pointerType):M.isOverTarget&&M.pointerType!=null&&B(Wl(M.target,oe),M.pointerType,!1),M.isPressed=!1,M.isOverTarget=!1,M.activePointerId=null,M.pointerType=null,re(),T||dh(M.target))},Q=oe=>{R(oe)};ue.onDragStart=oe=>{oe.currentTarget.contains(oe.target)&&R(oe)}}else{ue.onMouseDown=Q=>{if(Q.button!==0||!Q.currentTarget.contains(Q.target))return;if(Xb(Q.currentTarget)&&Q.preventDefault(),M.ignoreEmulatedMouseEvents){Q.stopPropagation();return}M.isPressed=!0,M.isOverTarget=!0,M.target=Q.currentTarget,M.pointerType=Wb(Q.nativeEvent)?"virtual":"mouse",!p&&!E&&Kl(Q.currentTarget),q(Q,M.pointerType)&&Q.stopPropagation(),I(nn(Q.currentTarget),"mouseup",G,!1)},ue.onMouseEnter=Q=>{if(!Q.currentTarget.contains(Q.target))return;let oe=!0;M.isPressed&&!M.ignoreEmulatedMouseEvents&&M.pointerType!=null&&(M.isOverTarget=!0,oe=q(Q,M.pointerType)),oe&&Q.stopPropagation()},ue.onMouseLeave=Q=>{if(!Q.currentTarget.contains(Q.target))return;let oe=!0;M.isPressed&&!M.ignoreEmulatedMouseEvents&&M.pointerType!=null&&(M.isOverTarget=!1,oe=B(Q,M.pointerType,!1),j(Q)),oe&&Q.stopPropagation()},ue.onMouseUp=Q=>{Q.currentTarget.contains(Q.target)&&!M.ignoreEmulatedMouseEvents&&Q.button===0&&W(Q,M.pointerType||"mouse")};let G=Q=>{if(Q.button===0){if(M.isPressed=!1,re(),M.ignoreEmulatedMouseEvents){M.ignoreEmulatedMouseEvents=!1;return}M.target&&Rc(Q,M.target)&&M.pointerType!=null?B(Wl(M.target,Q),M.pointerType):M.target&&M.isOverTarget&&M.pointerType!=null&&B(Wl(M.target,Q),M.pointerType,!1),M.isOverTarget=!1}};ue.onTouchStart=Q=>{if(!Q.currentTarget.contains(Q.target))return;let oe=Y7(Q.nativeEvent);if(!oe)return;M.activePointerId=oe.identifier,M.ignoreEmulatedMouseEvents=!0,M.isOverTarget=!0,M.isPressed=!0,M.target=Q.currentTarget,M.pointerType="touch",!p&&!E&&Kl(Q.currentTarget),T||j3(M.target),q(Q,M.pointerType)&&Q.stopPropagation(),I(no(Q.currentTarget),"scroll",be,!0)},ue.onTouchMove=Q=>{if(!Q.currentTarget.contains(Q.target))return;if(!M.isPressed){Q.stopPropagation();return}let oe=G3(Q.nativeEvent,M.activePointerId),_e=!0;oe&&Rc(oe,Q.currentTarget)?!M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!0,_e=q(Q,M.pointerType)):M.isOverTarget&&M.pointerType!=null&&(M.isOverTarget=!1,_e=B(Q,M.pointerType,!1),j(Q)),_e&&Q.stopPropagation()},ue.onTouchEnd=Q=>{if(!Q.currentTarget.contains(Q.target))return;if(!M.isPressed){Q.stopPropagation();return}let oe=G3(Q.nativeEvent,M.activePointerId),_e=!0;oe&&Rc(oe,Q.currentTarget)&&M.pointerType!=null?(W(Q,M.pointerType),_e=B(Q,M.pointerType)):M.isOverTarget&&M.pointerType!=null&&(_e=B(Q,M.pointerType,!1)),_e&&Q.stopPropagation(),M.isPressed=!1,M.activePointerId=null,M.isOverTarget=!1,M.ignoreEmulatedMouseEvents=!0,M.target&&!T&&dh(M.target),re()},ue.onTouchCancel=Q=>{Q.currentTarget.contains(Q.target)&&(Q.stopPropagation(),M.isPressed&&R(Q))};let be=Q=>{M.isPressed&&Q.target.contains(M.target)&&R({currentTarget:M.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};ue.onDragStart=Q=>{Q.currentTarget.contains(Q.target)&&R(Q)}}return ue},[I,p,E,re,T,R,j,B,q,W]);return x.useEffect(()=>()=>{var M;T||dh((M=F.current.target)!==null&&M!==void 0?M:void 0)},[T]),{isPressed:b||$,pressProps:ft(D,ne)}}function qb(n){return n.tagName==="A"&&n.hasAttribute("href")}function Qb(n,r){const{key:l,code:s}=n,f=r,m=f.getAttribute("role");return(l==="Enter"||l===" "||l==="Spacebar"||s==="Space")&&!(f instanceof no(f).HTMLInputElement&&!q3(f,l)||f instanceof no(f).HTMLTextAreaElement||f.isContentEditable)&&!((m==="link"||!m&&qb(f))&&l!=="Enter")}function Y7(n){const{targetTouches:r}=n;return r.length>0?r[0]:null}function G3(n,r){const l=n.changedTouches;for(let s=0;s<l.length;s++){const f=l[s];if(f.identifier===r)return f}return null}function Wl(n,r){return{currentTarget:n,shiftKey:r.shiftKey,ctrlKey:r.ctrlKey,metaKey:r.metaKey,altKey:r.altKey}}function q7(n){let r=0,l=0;return n.width!==void 0?r=n.width/2:n.radiusX!==void 0&&(r=n.radiusX),n.height!==void 0?l=n.height/2:n.radiusY!==void 0&&(l=n.radiusY),{top:n.clientY-l,right:n.clientX+r,bottom:n.clientY+l,left:n.clientX-r}}function Q7(n,r){return!(n.left>r.right||r.left>n.right||n.top>r.bottom||r.top>n.bottom)}function Rc(n,r){let l=r.getBoundingClientRect(),s=q7(n);return Q7(l,s)}function Xb(n){return!(n instanceof HTMLElement)||!n.hasAttribute("draggable")}function Y3(n,r){return n instanceof HTMLInputElement?!q3(n,r):n instanceof HTMLButtonElement?n.type!=="submit"&&n.type!=="reset":!qb(n)}const X7=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function q3(n,r){return n.type==="checkbox"||n.type==="radio"?r===" ":X7.has(n.type)}const Q3=x.forwardRef(({children:n,...r},l)=>{let s=x.useRef(!1),f=x.useContext(lp);l=Qa(l||(f==null?void 0:f.ref));let m=ft(f||{},{...r,ref:l,register(){s.current=!0,f&&f.register()}});return Kb(f,l),x.useEffect(()=>{s.current||(console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component."),s.current=!0)},[]),x.createElement(lp.Provider,{value:m},n)});function Z7({children:n}){let r=x.useMemo(()=>({register:()=>{}}),[]);return x.createElement(lp.Provider,{value:r},n)}class J7{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(r,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=r}}function X3(n){let r=x.useRef({isFocused:!1,observer:null});jt(()=>{const s=r.current;return()=>{s.observer&&(s.observer.disconnect(),s.observer=null)}},[]);let l=Fn(s=>{n==null||n(s)});return x.useCallback(s=>{if(s.target instanceof HTMLButtonElement||s.target instanceof HTMLInputElement||s.target instanceof HTMLTextAreaElement||s.target instanceof HTMLSelectElement){r.current.isFocused=!0;let f=s.target,m=p=>{r.current.isFocused=!1,f.disabled&&l(new J7("blur",p)),r.current.observer&&(r.current.observer.disconnect(),r.current.observer=null)};f.addEventListener("focusout",m,{once:!0}),r.current.observer=new MutationObserver(()=>{if(r.current.isFocused&&f.disabled){var p;(p=r.current.observer)===null||p===void 0||p.disconnect();let b=f===document.activeElement?null:document.activeElement;f.dispatchEvent(new FocusEvent("blur",{relatedTarget:b})),f.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:b}))}}),r.current.observer.observe(f,{attributes:!0,attributeFilter:["disabled"]})}},[l])}function vh(n){let{isDisabled:r,onFocus:l,onBlur:s,onFocusChange:f}=n;const m=x.useCallback(E=>{if(E.target===E.currentTarget)return s&&s(E),f&&f(!1),!0},[s,f]),p=X3(m),b=x.useCallback(E=>{const _=nn(E.target);E.target===E.currentTarget&&_.activeElement===E.target&&(l&&l(E),f&&f(!0),p(E))},[f,l,p]);return{focusProps:{onFocus:!r&&(l||f||s)?b:void 0,onBlur:!r&&(s||f)?m:void 0}}}let Gl=null,up=new Set,sp=new Map,ds=!1,Zb=!1;const eP={Tab:!0,Escape:!0};function mh(n,r){for(let l of up)l(n,r)}function tP(n){return!(n.metaKey||!qa()&&n.altKey||n.ctrlKey||n.key==="Control"||n.key==="Shift"||n.key==="Meta")}function hh(n){ds=!0,tP(n)&&(Gl="keyboard",mh("keyboard",n))}function io(n){Gl="pointer",(n.type==="mousedown"||n.type==="pointerdown")&&(ds=!0,mh("pointer",n))}function Z3(n){Wb(n)&&(ds=!0,Gl="virtual")}function J3(n){n.target===window||n.target===document||(!ds&&!Zb&&(Gl="virtual",mh("virtual",n)),ds=!1,Zb=!1)}function eC(){ds=!1,Zb=!0}function gh(n){if(typeof window>"u"||sp.get(no(n)))return;const r=no(n),l=nn(n);let s=r.HTMLElement.prototype.focus;r.HTMLElement.prototype.focus=function(){ds=!0,s.apply(this,arguments)},l.addEventListener("keydown",hh,!0),l.addEventListener("keyup",hh,!0),l.addEventListener("click",Z3,!0),r.addEventListener("focus",J3,!0),r.addEventListener("blur",eC,!1),typeof PointerEvent<"u"?(l.addEventListener("pointerdown",io,!0),l.addEventListener("pointermove",io,!0),l.addEventListener("pointerup",io,!0)):(l.addEventListener("mousedown",io,!0),l.addEventListener("mousemove",io,!0),l.addEventListener("mouseup",io,!0)),r.addEventListener("beforeunload",()=>{tC(n)},{once:!0}),sp.set(r,{focus:s})}const tC=(n,r)=>{const l=no(n),s=nn(n);r&&s.removeEventListener("DOMContentLoaded",r),sp.has(l)&&(l.HTMLElement.prototype.focus=sp.get(l).focus,s.removeEventListener("keydown",hh,!0),s.removeEventListener("keyup",hh,!0),s.removeEventListener("click",Z3,!0),l.removeEventListener("focus",J3,!0),l.removeEventListener("blur",eC,!1),typeof PointerEvent<"u"?(s.removeEventListener("pointerdown",io,!0),s.removeEventListener("pointermove",io,!0),s.removeEventListener("pointerup",io,!0)):(s.removeEventListener("mousedown",io,!0),s.removeEventListener("mousemove",io,!0),s.removeEventListener("mouseup",io,!0)),sp.delete(l))};function nP(n){const r=nn(n);let l;return r.readyState!=="loading"?gh(n):(l=()=>{gh(n)},r.addEventListener("DOMContentLoaded",l)),()=>tC(n,l)}typeof document<"u"&&nP();function cp(){return Gl!=="pointer"}function Jb(){return Gl}function nC(n){Gl=n,mh(n,null)}function rC(){gh();let[n,r]=x.useState(Gl);return x.useEffect(()=>{let l=()=>{r(Gl)};return up.add(l),()=>{up.delete(l)}},[]),Hl()?null:n}const rP=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function iP(n,r,l){var s;const f=typeof window<"u"?no(l==null?void 0:l.target).HTMLInputElement:HTMLInputElement,m=typeof window<"u"?no(l==null?void 0:l.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?no(l==null?void 0:l.target).HTMLElement:HTMLElement,b=typeof window<"u"?no(l==null?void 0:l.target).KeyboardEvent:KeyboardEvent;return n=n||(l==null?void 0:l.target)instanceof f&&!rP.has(l==null||(s=l.target)===null||s===void 0?void 0:s.type)||(l==null?void 0:l.target)instanceof m||(l==null?void 0:l.target)instanceof p&&(l==null?void 0:l.target.isContentEditable),!(n&&r==="keyboard"&&l instanceof b&&!eP[l.key])}function oP(n,r,l){gh(),x.useEffect(()=>{let s=(f,m)=>{iP(!!(l!=null&&l.isTextInput),f,m)&&n(cp())};return up.add(s),()=>{up.delete(s)}},r)}function dp(n){let{isDisabled:r,onBlurWithin:l,onFocusWithin:s,onFocusWithinChange:f}=n,m=x.useRef({isFocusWithin:!1}),p=x.useCallback(_=>{m.current.isFocusWithin&&!_.currentTarget.contains(_.relatedTarget)&&(m.current.isFocusWithin=!1,l&&l(_),f&&f(!1))},[l,f,m]),b=X3(p),E=x.useCallback(_=>{!m.current.isFocusWithin&&document.activeElement===_.target&&(s&&s(_),f&&f(!0),m.current.isFocusWithin=!0,b(_))},[s,f,b]);return r?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:E,onBlur:p}}}let yh=!1,e1=0;function t1(){yh=!0,setTimeout(()=>{yh=!1},50)}function iC(n){n.pointerType==="touch"&&t1()}function lP(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",iC):document.addEventListener("touchend",t1),e1++,()=>{e1--,!(e1>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",iC):document.removeEventListener("touchend",t1))}}function ol(n){let{onHoverStart:r,onHoverChange:l,onHoverEnd:s,isDisabled:f}=n,[m,p]=x.useState(!1),b=x.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;x.useEffect(lP,[]);let{hoverProps:E,triggerHoverEnd:_}=x.useMemo(()=>{let T=($,A)=>{if(b.pointerType=A,f||A==="touch"||b.isHovered||!$.currentTarget.contains($.target))return;b.isHovered=!0;let F=$.currentTarget;b.target=F,r&&r({type:"hoverstart",target:F,pointerType:A}),l&&l(!0),p(!0)},w=($,A)=>{if(b.pointerType="",b.target=null,A==="touch"||!b.isHovered)return;b.isHovered=!1;let F=$.currentTarget;s&&s({type:"hoverend",target:F,pointerType:A}),l&&l(!1),p(!1)},D={};return typeof PointerEvent<"u"?(D.onPointerEnter=$=>{yh&&$.pointerType==="mouse"||T($,$.pointerType)},D.onPointerLeave=$=>{!f&&$.currentTarget.contains($.target)&&w($,$.pointerType)}):(D.onTouchStart=()=>{b.ignoreEmulatedMouseEvents=!0},D.onMouseEnter=$=>{!b.ignoreEmulatedMouseEvents&&!yh&&T($,"mouse"),b.ignoreEmulatedMouseEvents=!1},D.onMouseLeave=$=>{!f&&$.currentTarget.contains($.target)&&w($,"mouse")}),{hoverProps:D,triggerHoverEnd:w}},[r,l,s,f,b]);return x.useEffect(()=>{f&&_({currentTarget:b.target},b.pointerType)},[f]),{hoverProps:E,isHovered:m}}function oC(n){let{ref:r,onInteractOutside:l,isDisabled:s,onInteractOutsideStart:f}=n,m=x.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),p=Fn(E=>{l&&bh(E,r)&&(f&&f(E),m.current.isPointerDown=!0)}),b=Fn(E=>{l&&l(E)});x.useEffect(()=>{let E=m.current;if(s)return;const _=r.current,T=nn(_);if(typeof PointerEvent<"u"){let w=D=>{E.isPointerDown&&bh(D,r)&&b(D),E.isPointerDown=!1};return T.addEventListener("pointerdown",p,!0),T.addEventListener("pointerup",w,!0),()=>{T.removeEventListener("pointerdown",p,!0),T.removeEventListener("pointerup",w,!0)}}else{let w=$=>{E.ignoreEmulatedMouseEvents?E.ignoreEmulatedMouseEvents=!1:E.isPointerDown&&bh($,r)&&b($),E.isPointerDown=!1},D=$=>{E.ignoreEmulatedMouseEvents=!0,E.isPointerDown&&bh($,r)&&b($),E.isPointerDown=!1};return T.addEventListener("mousedown",p,!0),T.addEventListener("mouseup",w,!0),T.addEventListener("touchstart",p,!0),T.addEventListener("touchend",D,!0),()=>{T.removeEventListener("mousedown",p,!0),T.removeEventListener("mouseup",w,!0),T.removeEventListener("touchstart",p,!0),T.removeEventListener("touchend",D,!0)}}},[r,s,p,b])}function bh(n,r){if(n.button>0)return!1;if(n.target){const l=n.target.ownerDocument;if(!l||!l.documentElement.contains(n.target)||n.target.closest("[data-react-aria-top-layer]"))return!1}return r.current&&!r.current.contains(n.target)}function lC(n){if(!n)return;let r=!0;return l=>{let s={...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(){r=!1}};n(s),r&&l.stopPropagation()}}function aC(n){return{keyboardProps:n.isDisabled?{}:{onKeyDown:lC(n.onKeyDown),onKeyUp:lC(n.onKeyUp)}}}function aP(n,r){let{onScroll:l,isDisabled:s}=n,f=x.useCallback(m=>{m.ctrlKey||(m.preventDefault(),m.stopPropagation(),l&&l({deltaX:m.deltaX,deltaY:m.deltaY}))},[l]);U3(r,"wheel",s?void 0:f)}const uP=500;function uC(n){let{isDisabled:r,onLongPressStart:l,onLongPressEnd:s,onLongPress:f,threshold:m=uP,accessibilityDescription:p}=n;const b=x.useRef();let{addGlobalListener:E,removeGlobalListener:_}=Vb(),{pressProps:T}=ap({isDisabled:r,onPressStart(D){if(D.continuePropagation(),(D.pointerType==="mouse"||D.pointerType==="touch")&&(l&&l({...D,type:"longpressstart"}),b.current=setTimeout(()=>{D.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),f&&f({...D,type:"longpress"}),b.current=void 0},m),D.pointerType==="touch")){let $=A=>{A.preventDefault()};E(D.target,"contextmenu",$,{once:!0}),E(window,"pointerup",()=>{setTimeout(()=>{_(D.target,"contextmenu",$)},30)},{once:!0})}},onPressEnd(D){b.current&&clearTimeout(b.current),s&&(D.pointerType==="mouse"||D.pointerType==="touch")&&s({...D,type:"longpressend"})}}),w=j7(f&&!r?p:void 0);return{longPressProps:ft(T,w)}}function fs(n){const r=nn(n);if(Jb()==="virtual"){let l=r.activeElement;z3(()=>{r.activeElement===l&&n.isConnected&&Kl(n)})}else Kl(n)}function sP(n){const r=no(n);if(!(n instanceof r.HTMLElement)&&!(n instanceof r.SVGElement))return!1;let{display:l,visibility:s}=n.style,f=l!=="none"&&s!=="hidden"&&s!=="collapse";if(f){const{getComputedStyle:m}=n.ownerDocument.defaultView;let{display:p,visibility:b}=m(n);f=p!=="none"&&b!=="hidden"&&b!=="collapse"}return f}function cP(n,r){return!n.hasAttribute("hidden")&&!n.hasAttribute("data-react-aria-prevent-focus")&&(n.nodeName==="DETAILS"&&r&&r.nodeName!=="SUMMARY"?n.hasAttribute("open"):!0)}function sC(n,r){return n.nodeName!=="#comment"&&sP(n)&&cP(n,r)&&(!n.parentElement||sC(n.parentElement,n))}const cC=x.createContext(null);let Jt=null;function n1(n){let{children:r,contain:l,restoreFocus:s,autoFocus:f}=n,m=x.useRef(null),p=x.useRef(null),b=x.useRef([]),{parentNode:E}=x.useContext(cC)||{},_=x.useMemo(()=>new o1({scopeRef:b}),[b]);jt(()=>{let D=E||Rn.root;if(Rn.getTreeNode(D.scopeRef)&&Jt&&!kh(Jt,D.scopeRef)){let $=Rn.getTreeNode(Jt);$&&(D=$)}D.addChild(_),Rn.addNode(_)},[_,E]),jt(()=>{let D=Rn.getTreeNode(b);D&&(D.contain=!!l)},[l]),jt(()=>{var D;let $=(D=m.current)===null||D===void 0?void 0:D.nextSibling,A=[];for(;$&&$!==p.current;)A.push($),$=$.nextSibling;b.current=A},[r]),gP(b,s,l),vP(b,l),bP(b,s,l),hP(b,f),x.useEffect(()=>{const D=nn(b.current?b.current[0]:void 0).activeElement;let $=null;if(Fr(D,b.current)){for(let A of Rn.traverse())A.scopeRef&&Fr(D,A.scopeRef.current)&&($=A);$===Rn.getTreeNode(b)&&(Jt=$.scopeRef)}},[b]),jt(()=>()=>{var D,$,A;let F=(A=($=Rn.getTreeNode(b))===null||$===void 0||(D=$.parent)===null||D===void 0?void 0:D.scopeRef)!==null&&A!==void 0?A:null;(b===Jt||kh(b,Jt))&&(!F||Rn.getTreeNode(F))&&(Jt=F),Rn.removeTreeNode(b)},[b]);let T=x.useMemo(()=>dP(b),[]),w=x.useMemo(()=>({focusManager:T,parentNode:_}),[_,T]);return x.createElement(cC.Provider,{value:w},x.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:m}),r,x.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:p}))}function dP(n){return{focusNext(r={}){let l=n.current,{from:s,tabbable:f,wrap:m,accept:p}=r,b=s||nn(l[0]).activeElement,E=l[0].previousElementSibling,_=ps(l),T=ql(_,{tabbable:f,accept:p},l);T.currentNode=Fr(b,l)?b:E;let w=T.nextNode();return!w&&m&&(T.currentNode=E,w=T.nextNode()),w&&Yl(w,!0),w},focusPrevious(r={}){let l=n.current,{from:s,tabbable:f,wrap:m,accept:p}=r,b=s||nn(l[0]).activeElement,E=l[l.length-1].nextElementSibling,_=ps(l),T=ql(_,{tabbable:f,accept:p},l);T.currentNode=Fr(b,l)?b:E;let w=T.previousNode();return!w&&m&&(T.currentNode=E,w=T.previousNode()),w&&Yl(w,!0),w},focusFirst(r={}){let l=n.current,{tabbable:s,accept:f}=r,m=ps(l),p=ql(m,{tabbable:s,accept:f},l);p.currentNode=l[0].previousElementSibling;let b=p.nextNode();return b&&Yl(b,!0),b},focusLast(r={}){let l=n.current,{tabbable:s,accept:f}=r,m=ps(l),p=ql(m,{tabbable:s,accept:f},l);p.currentNode=l[l.length-1].nextElementSibling;let b=p.previousNode();return b&&Yl(b,!0),b}}}const r1=["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]"],fP=r1.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";r1.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const pP=r1.join(':not([hidden]):not([tabindex="-1"]),');function ps(n){return n[0].parentElement}function fp(n){let r=Rn.getTreeNode(Jt);for(;r&&r.scopeRef!==n;){if(r.contain)return!1;r=r.parent}return!0}function vP(n,r){let l=x.useRef(),s=x.useRef();jt(()=>{let f=n.current;if(!r){s.current&&(cancelAnimationFrame(s.current),s.current=void 0);return}const m=nn(f?f[0]:void 0);let p=_=>{if(_.key!=="Tab"||_.altKey||_.ctrlKey||_.metaKey||!fp(n)||_.isComposing)return;let T=m.activeElement,w=n.current;if(!w||!Fr(T,w))return;let D=ps(w),$=ql(D,{tabbable:!0},w);if(!T)return;$.currentNode=T;let A=_.shiftKey?$.previousNode():$.nextNode();A||($.currentNode=_.shiftKey?w[w.length-1].nextElementSibling:w[0].previousElementSibling,A=_.shiftKey?$.previousNode():$.nextNode()),_.preventDefault(),A&&Yl(A,!0)},b=_=>{(!Jt||kh(Jt,n))&&Fr(_.target,n.current)?(Jt=n,l.current=_.target):fp(n)&&!xh(_.target,n)?l.current?l.current.focus():Jt&&Jt.current&&Eh(Jt.current):fp(n)&&(l.current=_.target)},E=_=>{s.current&&cancelAnimationFrame(s.current),s.current=requestAnimationFrame(()=>{if(m.activeElement&&fp(n)&&!xh(m.activeElement,n))if(Jt=n,m.body.contains(_.target)){var T;l.current=_.target,(T=l.current)===null||T===void 0||T.focus()}else Jt.current&&Eh(Jt.current)})};return m.addEventListener("keydown",p,!1),m.addEventListener("focusin",b,!1),f==null||f.forEach(_=>_.addEventListener("focusin",b,!1)),f==null||f.forEach(_=>_.addEventListener("focusout",E,!1)),()=>{m.removeEventListener("keydown",p,!1),m.removeEventListener("focusin",b,!1),f==null||f.forEach(_=>_.removeEventListener("focusin",b,!1)),f==null||f.forEach(_=>_.removeEventListener("focusout",E,!1))}},[n,r]),jt(()=>()=>{s.current&&cancelAnimationFrame(s.current)},[s])}function dC(n){return xh(n)}function Fr(n,r){return!n||!r?!1:r.some(l=>l.contains(n))}function xh(n,r=null){if(n instanceof Element&&n.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:l}of Rn.traverse(Rn.getTreeNode(r)))if(l&&Fr(n,l.current))return!0;return!1}function mP(n){return xh(n,Jt)}function kh(n,r){var l;let s=(l=Rn.getTreeNode(r))===null||l===void 0?void 0:l.parent;for(;s;){if(s.scopeRef===n)return!0;s=s.parent}return!1}function Yl(n,r=!1){if(n!=null&&!r)try{fs(n)}catch{}else if(n!=null)try{n.focus()}catch{}}function Eh(n,r=!0){let l=n[0].previousElementSibling,s=ps(n),f=ql(s,{tabbable:r},n);f.currentNode=l;let m=f.nextNode();r&&!m&&(s=ps(n),f=ql(s,{tabbable:!1},n),f.currentNode=l,m=f.nextNode()),Yl(m)}function hP(n,r){const l=x.useRef(r);x.useEffect(()=>{if(l.current){Jt=n;const s=nn(n.current?n.current[0]:void 0);!Fr(s.activeElement,Jt.current)&&n.current&&Eh(n.current)}l.current=!1},[n])}function gP(n,r,l){jt(()=>{if(r||l)return;let s=n.current;const f=nn(s?s[0]:void 0);let m=p=>{let b=p.target;Fr(b,n.current)?Jt=n:dC(b)||(Jt=null)};return f.addEventListener("focusin",m,!1),s==null||s.forEach(p=>p.addEventListener("focusin",m,!1)),()=>{f.removeEventListener("focusin",m,!1),s==null||s.forEach(p=>p.removeEventListener("focusin",m,!1))}},[n,r,l])}function yP(n){let r=Rn.getTreeNode(Jt);for(;r&&r.scopeRef!==n;){if(r.nodeToRestore)return!1;r=r.parent}return(r==null?void 0:r.scopeRef)===n}function bP(n,r,l){const s=x.useRef(typeof document<"u"?nn(n.current?n.current[0]:void 0).activeElement:null);jt(()=>{let f=n.current;const m=nn(f?f[0]:void 0);if(!r||l)return;let p=()=>{(!Jt||kh(Jt,n))&&Fr(m.activeElement,n.current)&&(Jt=n)};return m.addEventListener("focusin",p,!1),f==null||f.forEach(b=>b.addEventListener("focusin",p,!1)),()=>{m.removeEventListener("focusin",p,!1),f==null||f.forEach(b=>b.removeEventListener("focusin",p,!1))}},[n,l]),jt(()=>{const f=nn(n.current?n.current[0]:void 0);if(!r)return;let m=p=>{if(p.key!=="Tab"||p.altKey||p.ctrlKey||p.metaKey||!fp(n)||p.isComposing)return;let b=f.activeElement;if(!Fr(b,n.current))return;let E=Rn.getTreeNode(n);if(!E)return;let _=E.nodeToRestore,T=ql(f.body,{tabbable:!0});T.currentNode=b;let w=p.shiftKey?T.previousNode():T.nextNode();if((!_||!f.body.contains(_)||_===f.body)&&(_=void 0,E.nodeToRestore=void 0),(!w||!Fr(w,n.current))&&_){T.currentNode=_;do w=p.shiftKey?T.previousNode():T.nextNode();while(Fr(w,n.current));p.preventDefault(),p.stopPropagation(),w?Yl(w,!0):dC(_)?Yl(_,!0):b.blur()}};return l||f.addEventListener("keydown",m,!0),()=>{l||f.removeEventListener("keydown",m,!0)}},[n,r,l]),jt(()=>{const f=nn(n.current?n.current[0]:void 0);if(!r)return;let m=Rn.getTreeNode(n);if(m){var p;return m.nodeToRestore=(p=s.current)!==null&&p!==void 0?p:void 0,()=>{let b=Rn.getTreeNode(n);if(!b)return;let E=b.nodeToRestore;if(r&&E&&(Fr(f.activeElement,n.current)||f.activeElement===f.body&&yP(n))){let _=Rn.clone();requestAnimationFrame(()=>{if(f.activeElement===f.body){let T=_.getTreeNode(n);for(;T;){if(T.nodeToRestore&&T.nodeToRestore.isConnected){Yl(T.nodeToRestore);return}T=T.parent}for(T=_.getTreeNode(n);T;){if(T.scopeRef&&T.scopeRef.current&&Rn.getTreeNode(T.scopeRef)){Eh(T.scopeRef.current,!0);return}T=T.parent}}})}}}},[n,r])}function ql(n,r,l){let s=r!=null&&r.tabbable?pP:fP,f=nn(n).createTreeWalker(n,NodeFilter.SHOW_ELEMENT,{acceptNode(m){var p;return!(r==null||(p=r.from)===null||p===void 0)&&p.contains(m)?NodeFilter.FILTER_REJECT:m.matches(s)&&sC(m)&&(!l||Fr(m,l))&&(!(r!=null&&r.accept)||r.accept(m))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return r!=null&&r.from&&(f.currentNode=r.from),f}class i1{get size(){return this.fastMap.size}getTreeNode(r){return this.fastMap.get(r)}addTreeNode(r,l,s){let f=this.fastMap.get(l??null);if(!f)return;let m=new o1({scopeRef:r});f.addChild(m),m.parent=f,this.fastMap.set(r,m),s&&(m.nodeToRestore=s)}addNode(r){this.fastMap.set(r.scopeRef,r)}removeTreeNode(r){if(r===null)return;let l=this.fastMap.get(r);if(!l)return;let s=l.parent;for(let m of this.traverse())m!==l&&l.nodeToRestore&&m.nodeToRestore&&l.scopeRef&&l.scopeRef.current&&Fr(m.nodeToRestore,l.scopeRef.current)&&(m.nodeToRestore=l.nodeToRestore);let f=l.children;s&&(s.removeChild(l),f.size>0&&f.forEach(m=>s&&s.addChild(m))),this.fastMap.delete(l.scopeRef)}*traverse(r=this.root){if(r.scopeRef!=null&&(yield r),r.children.size>0)for(let l of r.children)yield*this.traverse(l)}clone(){var r;let l=new i1;var s;for(let f of this.traverse())l.addTreeNode(f.scopeRef,(s=(r=f.parent)===null||r===void 0?void 0:r.scopeRef)!==null&&s!==void 0?s:null,f.nodeToRestore);return l}constructor(){this.fastMap=new Map,this.root=new o1({scopeRef:null}),this.fastMap.set(null,this.root)}}class o1{addChild(r){this.children.add(r),r.parent=this}removeChild(r){this.children.delete(r),r.parent=void 0}constructor(r){this.children=new Set,this.contain=!1,this.scopeRef=r.scopeRef}}let Rn=new i1;function Ql(n={}){let{autoFocus:r=!1,isTextInput:l,within:s}=n,f=x.useRef({isFocused:!1,isFocusVisible:r||cp()}),[m,p]=x.useState(!1),[b,E]=x.useState(()=>f.current.isFocused&&f.current.isFocusVisible),_=x.useCallback(()=>E(f.current.isFocused&&f.current.isFocusVisible),[]),T=x.useCallback($=>{f.current.isFocused=$,p($),_()},[_]);oP($=>{f.current.isFocusVisible=$,_()},[],{isTextInput:l});let{focusProps:w}=vh({isDisabled:s,onFocusChange:T}),{focusWithinProps:D}=dp({isDisabled:!s,onFocusWithinChange:T});return{isFocused:m,isFocusVisible:b,focusProps:s?D:w}}let xP=x.createContext(null);function kP(n){let r=x.useContext(xP)||{};Kb(r,n);let{ref:l,...s}=r;return s}function l1(n,r){let{focusProps:l}=vh(n),{keyboardProps:s}=aC(n),f=ft(l,s),m=kP(r),p=n.isDisabled?{}:m,b=x.useRef(n.autoFocus);return x.useEffect(()=>{b.current&&r.current&&fs(r.current),b.current=!1},[r]),{focusableProps:ft({...f,tabIndex:n.excludeFromTabOrder&&!n.isDisabled?-1:void 0},p)}}function EP(n,r){let{elementType:l="a",onPress:s,onPressStart:f,onPressEnd:m,onClick:p,isDisabled:b,...E}=n,_={};l!=="a"&&(_={role:"link",tabIndex:b?void 0:0});let{focusableProps:T}=l1(n,r),{pressProps:w,isPressed:D}=ap({onPress:s,onPressStart:f,onPressEnd:m,isDisabled:b,ref:r}),$=Zt(E,{labelable:!0}),A=ft(T,w),F=Nc(),I=Ub(n);return{isPressed:D,linkProps:ft($,I,{...A,..._,"aria-disabled":b||void 0,"aria-current":n["aria-current"],onClick:re=>{var q;(q=w.onClick)===null||q===void 0||q.call(w,re),p&&(p(re),console.warn("onClick is deprecated, please use onPress")),!F.isNative&&re.currentTarget instanceof HTMLAnchorElement&&re.currentTarget.href&&!re.isDefaultPrevented()&&z7(re.currentTarget,re)&&n.href&&(re.preventDefault(),F.open(re.currentTarget,re,n.href,n.routerOptions))}})}}const CP=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),_P=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function SP(n){if(Intl.Locale){let l=new Intl.Locale(n).maximize(),s=typeof l.getTextInfo=="function"?l.getTextInfo():l.textInfo;if(s)return s.direction==="rtl";if(l.script)return CP.has(l.script)}let r=n.split("-")[0];return _P.has(r)}const wP=Symbol.for("react-aria.i18n.locale");function fC(){let n=typeof window<"u"&&window[wP]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([n])}catch{n="en-US"}return{locale:n,direction:SP(n)?"rtl":"ltr"}}let a1=fC(),pp=new Set;function pC(){a1=fC();for(let n of pp)n(a1)}function TP(){let n=Hl(),[r,l]=x.useState(a1);return x.useEffect(()=>(pp.size===0&&window.addEventListener("languagechange",pC),pp.add(l),()=>{pp.delete(l),pp.size===0&&window.removeEventListener("languagechange",pC)}),[]),n?{locale:"en-US",direction:"ltr"}:r}const DP=x.createContext(null);function Xa(){let n=TP();return x.useContext(DP)||n}const $P=Symbol.for("react-aria.i18n.locale"),PP=Symbol.for("react-aria.i18n.strings");let zc;class Ch{getStringForLocale(r,l){let f=this.getStringsForLocale(l)[r];if(!f)throw new Error(`Could not find intl message ${r} in ${l} locale`);return f}getStringsForLocale(r){let l=this.strings[r];return l||(l=LP(r,this.strings,this.defaultLocale),this.strings[r]=l),l}static getGlobalDictionaryForPackage(r){if(typeof window>"u")return null;let l=window[$P];if(zc===void 0){let f=window[PP];if(!f)return null;zc={};for(let m in f)zc[m]=new Ch({[l]:f[m]},l)}let s=zc==null?void 0:zc[r];if(!s)throw new Error(`Strings for package "${r}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return s}constructor(r,l="en-US"){this.strings=Object.fromEntries(Object.entries(r).filter(([,s])=>s)),this.defaultLocale=l}}function LP(n,r,l="en-US"){if(r[n])return r[n];let s=MP(n);if(r[s])return r[s];for(let f in r)if(f.startsWith(s+"-"))return r[f];return r[l]}function MP(n){return Intl.Locale?new Intl.Locale(n).language:n.split("-")[0]}const vC=new Map,mC=new Map;class NP{format(r,l){let s=this.strings.getStringForLocale(r,this.locale);return typeof s=="function"?s(l,this):s}plural(r,l,s="cardinal"){let f=l["="+r];if(f)return typeof f=="function"?f():f;let m=this.locale+":"+s,p=vC.get(m);p||(p=new Intl.PluralRules(this.locale,{type:s}),vC.set(m,p));let b=p.select(r);return f=l[b]||l.other,typeof f=="function"?f():f}number(r){let l=mC.get(this.locale);return l||(l=new Intl.NumberFormat(this.locale),mC.set(this.locale,l)),l.format(r)}select(r,l){let s=r[l]||r.other;return typeof s=="function"?s():s}constructor(r,l){this.locale=r,this.strings=l}}const hC=new WeakMap;function AP(n){let r=hC.get(n);return r||(r=new Ch(n),hC.set(n,r)),r}function OP(n,r){return r&&Ch.getGlobalDictionaryForPackage(r)||AP(n)}function Bc(n,r){let{locale:l}=Xa(),s=OP(n,r);return x.useMemo(()=>new NP(l,s),[l,s])}let u1=new Map,s1=!1;try{s1=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let _h=!1;try{_h=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const gC={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Sh{format(r){let l="";if(!s1&&this.options.signDisplay!=null?l=RP(this.numberFormatter,this.options.signDisplay,r):l=this.numberFormatter.format(r),this.options.style==="unit"&&!_h){var s;let{unit:f,unitDisplay:m="short",locale:p}=this.resolvedOptions();if(!f)return l;let b=(s=gC[f])===null||s===void 0?void 0:s[m];l+=b[p]||b.default}return l}formatToParts(r){return this.numberFormatter.formatToParts(r)}formatRange(r,l){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(r,l);if(l<r)throw new RangeError("End date must be >= start date");return`${this.format(r)} – ${this.format(l)}`}formatRangeToParts(r,l){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(r,l);if(l<r)throw new RangeError("End date must be >= start date");let s=this.numberFormatter.formatToParts(r),f=this.numberFormatter.formatToParts(l);return[...s.map(m=>({...m,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...f.map(m=>({...m,source:"endRange"}))]}resolvedOptions(){let r=this.numberFormatter.resolvedOptions();return!s1&&this.options.signDisplay!=null&&(r={...r,signDisplay:this.options.signDisplay}),!_h&&this.options.style==="unit"&&(r={...r,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),r}constructor(r,l={}){this.numberFormatter=FP(r,l),this.options=l}}function FP(n,r={}){let{numberingSystem:l}=r;if(l&&n.includes("-nu-")&&(n.includes("-u-")||(n+="-u-"),n+=`-nu-${l}`),r.style==="unit"&&!_h){var s;let{unit:p,unitDisplay:b="short"}=r;if(!p)throw new Error('unit option must be provided with style: "unit"');if(!(!((s=gC[p])===null||s===void 0)&&s[b]))throw new Error(`Unsupported unit ${p} with unitDisplay = ${b}`);r={...r,style:"decimal"}}let f=n+(r?Object.entries(r).sort((p,b)=>p[0]<b[0]?-1:1).join():"");if(u1.has(f))return u1.get(f);let m=new Intl.NumberFormat(n,r);return u1.set(f,m),m}function RP(n,r,l){if(r==="auto")return n.format(l);if(r==="never")return n.format(Math.abs(l));{let s=!1;if(r==="always"?s=l>0||Object.is(l,0):r==="exceptZero"&&(Object.is(l,-0)||Object.is(l,0)?l=Math.abs(l):s=l>0),s){let f=n.format(-l),m=n.format(l),p=f.replace(m,"").replace(/\u200e|\u061C/,"");return[...p].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),f.replace(m,"!!!").replace(p,"+").replace("!!!",m)}else return n.format(l)}}const zP=new RegExp("^.*\\(.*\\).*$"),BP=["latn","arab","hanidec"];class yC{parse(r){return c1(this.locale,this.options,r).parse(r)}isValidPartialNumber(r,l,s){return c1(this.locale,this.options,r).isValidPartialNumber(r,l,s)}getNumberingSystem(r){return c1(this.locale,this.options,r).options.numberingSystem}constructor(r,l={}){this.locale=r,this.options=l}}const bC=new Map;function c1(n,r,l){let s=xC(n,r);if(!n.includes("-nu-")&&!s.isValidPartialNumber(l)){for(let f of BP)if(f!==s.options.numberingSystem){let m=xC(n+(n.includes("-u-")?"-nu-":"-u-nu-")+f,r);if(m.isValidPartialNumber(l))return m}}return s}function xC(n,r){let l=n+(r?Object.entries(r).sort((f,m)=>f[0]<m[0]?-1:1).join():""),s=bC.get(l);return s||(s=new IP(n,r),bC.set(l,s)),s}class IP{parse(r){let l=this.sanitize(r);if(this.symbols.group&&(l=wh(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 b=l.indexOf(".");b===-1&&(b=l.length),l=l.replace(".",""),b-2===0?l=`0.${l}`:b-2===-1?l=`0.0${l}`:b-2===-2?l="0.00":l=`${l.slice(0,b-2)}.${l.slice(b-2)}`,p>-1&&(l=`-${l}`)}let s=l?+l:NaN;if(isNaN(s))return NaN;if(this.options.style==="percent"){var f,m;let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(((f=this.options.minimumFractionDigits)!==null&&f!==void 0?f:0)+2,20),maximumFractionDigits:Math.min(((m=this.options.maximumFractionDigits)!==null&&m!==void 0?m:0)+2,20)};return new yC(this.locale,p).parse(new Sh(this.locale,p).format(s))}return this.options.currencySign==="accounting"&&zP.test(r)&&(s=-1*s),s}sanitize(r){return r=r.replace(this.symbols.literals,""),this.symbols.minusSign&&(r=r.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(r=r.replace(",",this.symbols.decimal),r=r.replace("،",this.symbols.decimal)),this.symbols.group&&(r=wh(r,".",this.symbols.group))),this.options.locale==="fr-FR"&&(r=wh(r,"."," ")),r}isValidPartialNumber(r,l=-1/0,s=1/0){return r=this.sanitize(r),this.symbols.minusSign&&r.startsWith(this.symbols.minusSign)&&l<0?r=r.slice(this.symbols.minusSign.length):this.symbols.plusSign&&r.startsWith(this.symbols.plusSign)&&s>0&&(r=r.slice(this.symbols.plusSign.length)),this.symbols.group&&r.startsWith(this.symbols.group)||this.symbols.decimal&&r.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(r=wh(r,this.symbols.group,"")),r=r.replace(this.symbols.numeral,""),this.symbols.decimal&&(r=r.replace(this.symbols.decimal,"")),r.length===0)}constructor(r,l={}){this.locale=r,this.formatter=new Intl.NumberFormat(r,l),this.options=this.formatter.resolvedOptions(),this.symbols=HP(r,this.formatter,this.options,l);var s,f;this.options.style==="percent"&&(((s=this.options.minimumFractionDigits)!==null&&s!==void 0?s:0)>18||((f=this.options.maximumFractionDigits)!==null&&f!==void 0?f:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const kC=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),UP=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function HP(n,r,l,s){var f,m,p,b;let E=new Intl.NumberFormat(n,{...l,minimumSignificantDigits:1,maximumSignificantDigits:21}),_=E.formatToParts(-10000.111),T=E.formatToParts(10000.111),w=UP.map(K=>E.formatToParts(K));var D;let $=(D=(f=_.find(K=>K.type==="minusSign"))===null||f===void 0?void 0:f.value)!==null&&D!==void 0?D:"-",A=(m=T.find(K=>K.type==="plusSign"))===null||m===void 0?void 0:m.value;!A&&((s==null?void 0:s.signDisplay)==="exceptZero"||(s==null?void 0:s.signDisplay)==="always")&&(A="+");let I=(p=new Intl.NumberFormat(n,{...l,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(K=>K.type==="decimal"))===null||p===void 0?void 0:p.value,re=(b=_.find(K=>K.type==="group"))===null||b===void 0?void 0:b.value,q=_.filter(K=>!kC.has(K.type)).map(K=>EC(K.value)),B=w.flatMap(K=>K.filter(G=>!kC.has(G.type)).map(G=>EC(G.value))),W=[...new Set([...q,...B])].sort((K,G)=>G.length-K.length),R=W.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${W.join("|")}|[\\p{White_Space}]`,"gu"),j=[...new Intl.NumberFormat(l.locale,{useGrouping:!1}).format(9876543210)].reverse(),ne=new Map(j.map((K,G)=>[K,G])),M=new RegExp(`[${j.join("")}]`,"g");return{minusSign:$,plusSign:A,decimal:I,group:re,literals:R,numeral:M,index:K=>String(ne.get(K))}}function wh(n,r,l){return n.replaceAll?n.replaceAll(r,l):n.split(r).join(l)}function EC(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function CC(n={}){let{locale:r}=Xa();return x.useMemo(()=>new Sh(r,n),[r,n])}let d1=new Map;function Th(n){let{locale:r}=Xa(),l=r+(n?Object.entries(n).sort((f,m)=>f[0]<m[0]?-1:1).join():"");if(d1.has(l))return d1.get(l);let s=new Intl.Collator(r,n);return d1.set(l,s),s}function VP(n){let r=Th({usage:"search",...n}),l=x.useCallback((m,p)=>p.length===0?!0:(m=m.normalize("NFC"),p=p.normalize("NFC"),r.compare(m.slice(0,p.length),p)===0),[r]),s=x.useCallback((m,p)=>p.length===0?!0:(m=m.normalize("NFC"),p=p.normalize("NFC"),r.compare(m.slice(-p.length),p)===0),[r]),f=x.useCallback((m,p)=>{if(p.length===0)return!0;m=m.normalize("NFC"),p=p.normalize("NFC");let b=0,E=p.length;for(;b+E<=m.length;b++){let _=m.slice(b,b+E);if(r.compare(p,_)===0)return!0}return!1},[r]);return x.useMemo(()=>({startsWith:l,endsWith:s,contains:f}),[l,s,f])}function KP(n,r){let{elementType:l="button",isDisabled:s,onPress:f,onPressStart:m,onPressEnd:p,onPressUp:b,onPressChange:E,preventFocusOnPress:_,allowFocusWhenDisabled:T,onClick:w,href:D,target:$,rel:A,type:F="button"}=n,I;l==="button"?I={type:F,disabled:s}:I={role:"button",tabIndex:s?void 0:0,href:l==="a"&&s?void 0:D,target:l==="a"?$:void 0,type:l==="input"?F:void 0,disabled:l==="input"?s:void 0,"aria-disabled":!s||l==="input"?void 0:s,rel:l==="a"?A:void 0};let{pressProps:re,isPressed:q}=ap({onPressStart:m,onPressEnd:p,onPressChange:E,onPress:f,onPressUp:b,isDisabled:s,preventFocusOnPress:_,ref:r}),{focusableProps:B}=l1(n,r);T&&(B.tabIndex=s?-1:B.tabIndex);let W=ft(B,re,Zt(n,{labelable:!0}));return{isPressed:q,buttonProps:ft(I,W,{"aria-haspopup":n["aria-haspopup"],"aria-expanded":n["aria-expanded"],"aria-controls":n["aria-controls"],"aria-pressed":n["aria-pressed"],onClick:R=>{w&&(w(R),console.warn("onClick is deprecated, please use onPress"))}})}}const _C=7e3;let vp=null;function Dh(n,r="assertive",l=_C){vp||(vp=new WP),vp.announce(n,r,l)}function jP(n){vp&&vp.clear(n)}class WP{createLog(r){let l=document.createElement("div");return l.setAttribute("role","log"),l.setAttribute("aria-live",r),l.setAttribute("aria-relevant","additions"),l}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(r,l="assertive",s=_C){if(!this.node)return;let f=document.createElement("div");f.textContent=r,l==="assertive"?this.assertiveLog.appendChild(f):this.politeLog.appendChild(f),r!==""&&setTimeout(()=>{f.remove()},s)}clear(r){this.node&&((!r||r==="assertive")&&(this.assertiveLog.innerHTML=""),(!r||r==="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 SC(n,r,l){let{validationBehavior:s,focus:f}=n;jt(()=>{if(s==="native"&&(l!=null&&l.current)){let E=r.realtimeValidation.isInvalid?r.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";l.current.setCustomValidity(E),l.current.hasAttribute("title")||(l.current.title=""),r.realtimeValidation.isInvalid||r.updateValidation(YP(l.current))}});let m=Fn(()=>{r.resetValidation()}),p=Fn(E=>{var _;r.displayValidation.isInvalid||r.commitValidation();let T=l==null||(_=l.current)===null||_===void 0?void 0:_.form;if(!E.defaultPrevented&&l&&T&&qP(T)===l.current){var w;f?f():(w=l.current)===null||w===void 0||w.focus(),nC("keyboard")}E.preventDefault()}),b=Fn(()=>{r.commitValidation()});x.useEffect(()=>{let E=l==null?void 0:l.current;if(!E)return;let _=E.form;return E.addEventListener("invalid",p),E.addEventListener("change",b),_==null||_.addEventListener("reset",m),()=>{E.removeEventListener("invalid",p),E.removeEventListener("change",b),_==null||_.removeEventListener("reset",m)}},[l,p,b,m,s])}function GP(n){let r=n.validity;return{badInput:r.badInput,customError:r.customError,patternMismatch:r.patternMismatch,rangeOverflow:r.rangeOverflow,rangeUnderflow:r.rangeUnderflow,stepMismatch:r.stepMismatch,tooLong:r.tooLong,tooShort:r.tooShort,typeMismatch:r.typeMismatch,valueMissing:r.valueMissing,valid:r.valid}}function YP(n){return{isInvalid:!n.validity.valid,validationDetails:GP(n),validationErrors:n.validationMessage?[n.validationMessage]:[]}}function qP(n){for(let r=0;r<n.elements.length;r++){let l=n.elements[r];if(!l.validity.valid)return l}return null}const wC={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},TC={...wC,customError:!0,valid:!1},mp={isInvalid:!1,validationDetails:wC,validationErrors:[]},QP=x.createContext({}),$h="__formValidationState"+Date.now();function Ph(n){if(n[$h]){let{realtimeValidation:r,displayValidation:l,updateValidation:s,resetValidation:f,commitValidation:m}=n[$h];return{realtimeValidation:r,displayValidation:l,updateValidation:s,resetValidation:f,commitValidation:m}}return XP(n)}function XP(n){let{isInvalid:r,validationState:l,name:s,value:f,builtinValidation:m,validate:p,validationBehavior:b="aria"}=n;l&&(r||(r=l==="invalid"));let E=r!==void 0?{isInvalid:r,validationErrors:[],validationDetails:TC}:null,_=x.useMemo(()=>DC(ZP(p,f)),[p,f]);m!=null&&m.validationDetails.valid&&(m=null);let T=x.useContext(QP),w=x.useMemo(()=>s?Array.isArray(s)?s.flatMap(K=>f1(T[K])):f1(T[s]):[],[T,s]),[D,$]=x.useState(T),[A,F]=x.useState(!1);T!==D&&($(T),F(!1));let I=x.useMemo(()=>DC(A?[]:w),[A,w]),re=x.useRef(mp),[q,B]=x.useState(mp),W=x.useRef(mp),R=()=>{if(!j)return;ne(!1);let K=_||m||re.current;p1(K,W.current)||(W.current=K,B(K))},[j,ne]=x.useState(!1);return x.useEffect(R),{realtimeValidation:E||I||_||m||mp,displayValidation:b==="native"?E||I||q:E||I||_||m||q,updateValidation(K){b==="aria"&&!p1(q,K)?B(K):re.current=K},resetValidation(){let K=mp;p1(K,W.current)||(W.current=K,B(K)),b==="native"&&ne(!1),F(!0)},commitValidation(){b==="native"&&ne(!0),F(!0)}}}function f1(n){return n?Array.isArray(n)?n:[n]:[]}function ZP(n,r){if(typeof n=="function"){let l=n(r);if(l&&typeof l!="boolean")return f1(l)}return[]}function DC(n){return n.length?{isInvalid:!0,validationErrors:n,validationDetails:TC}:null}function p1(n,r){return n===r?!0:n&&r&&n.isInvalid===r.isInvalid&&n.validationErrors.length===r.validationErrors.length&&n.validationErrors.every((l,s)=>l===r.validationErrors[s])&&Object.entries(n.validationDetails).every(([l,s])=>r.validationDetails[l]===s)}function $C(n){let{id:r,label:l,"aria-labelledby":s,"aria-label":f,labelElementType:m="label"}=n;r=Or(r);let p=Or(),b={};l?(s=s?`${p} ${s}`:p,b={id:p,htmlFor:m==="label"?r:void 0}):!s&&!f&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let E=uh({id:r,"aria-label":f,"aria-labelledby":s});return{labelProps:b,fieldProps:E}}function PC(n){let{description:r,errorMessage:l,isInvalid:s,validationState:f}=n,{labelProps:m,fieldProps:p}=$C(n),b=Ya([!!r,!!l,s,f]),E=Ya([!!r,!!l,s,f]);return p=ft(p,{"aria-describedby":[b,E,n["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:m,fieldProps:p,descriptionProps:{id:b},errorMessageProps:{id:E}}}var LC={};LC={buttonLabel:"عرض المقترحات",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} خيار`,other:()=>`${r.number(n.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`المجموعة المدخلة ${n.groupTitle}, مع ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} خيار`,other:()=>`${r.number(n.groupCount)} خيارات`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", محدد",other:""},n.isSelected)}`,listboxLabel:"مقترحات",selectedAnnouncement:n=>`${n.optionText}، محدد`};var MC={};MC={buttonLabel:"Покажи предложения",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} опция`,other:()=>`${r.number(n.optionCount)} опции`})} на разположение.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Въведена група ${n.groupTitle}, с ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} опция`,other:()=>`${r.number(n.groupCount)} опции`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", избрани",other:""},n.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:n=>`${n.optionText}, избрани`};var NC={};NC={buttonLabel:"Zobrazit doporučení",countAnnouncement:(n,r)=>`K dispozici ${r.plural(n.optionCount,{one:()=>`je ${r.number(n.optionCount)} možnost`,other:()=>`jsou/je ${r.number(n.optionCount)} možnosti/-í`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Zadaná skupina „${n.groupTitle}“ ${r.plural(n.groupCount,{one:()=>`s ${r.number(n.groupCount)} možností`,other:()=>`se ${r.number(n.groupCount)} možnostmi`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:" (vybráno)",other:""},n.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:n=>`${n.optionText}, vybráno`};var AC={};AC={buttonLabel:"Vis forslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} mulighed tilgængelig`,other:()=>`${r.number(n.optionCount)} muligheder tilgængelige`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Angivet gruppe ${n.groupTitle}, med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} mulighed`,other:()=>`${r.number(n.groupCount)} muligheder`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valgt",other:""},n.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:n=>`${n.optionText}, valgt`};var OC={};OC={buttonLabel:"Empfehlungen anzeigen",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} Option`,other:()=>`${r.number(n.optionCount)} Optionen`})} verfügbar.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Eingetretene Gruppe ${n.groupTitle}, mit ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} Option`,other:()=>`${r.number(n.groupCount)} Optionen`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", ausgewählt",other:""},n.isSelected)}`,listboxLabel:"Empfehlungen",selectedAnnouncement:n=>`${n.optionText}, ausgewählt`};var FC={};FC={buttonLabel:"Προβολή προτάσεων",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} επιλογή`,other:()=>`${r.number(n.optionCount)} επιλογές `})} διαθέσιμες.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Εισαγμένη ομάδα ${n.groupTitle}, με ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} επιλογή`,other:()=>`${r.number(n.groupCount)} επιλογές`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", επιλεγμένο",other:""},n.isSelected)}`,listboxLabel:"Προτάσεις",selectedAnnouncement:n=>`${n.optionText}, επιλέχθηκε`};var RC={};RC={focusAnnouncement:(n,r)=>`${r.select({true:()=>`Entered group ${n.groupTitle}, with ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} option`,other:()=>`${r.number(n.groupCount)} options`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selected",other:""},n.isSelected)}`,countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} option`,other:()=>`${r.number(n.optionCount)} options`})} available.`,selectedAnnouncement:n=>`${n.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"};var zC={};zC={buttonLabel:"Mostrar sugerencias",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opción`,other:()=>`${r.number(n.optionCount)} opciones`})} disponible(s).`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Se ha unido al grupo ${n.groupTitle}, con ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opción`,other:()=>`${r.number(n.groupCount)} opciones`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", seleccionado",other:""},n.isSelected)}`,listboxLabel:"Sugerencias",selectedAnnouncement:n=>`${n.optionText}, seleccionado`};var BC={};BC={buttonLabel:"Kuva soovitused",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} valik`,other:()=>`${r.number(n.optionCount)} valikud`})} saadaval.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Sisestatud rühm ${n.groupTitle}, valikuga ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} valik`,other:()=>`${r.number(n.groupCount)} valikud`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valitud",other:""},n.isSelected)}`,listboxLabel:"Soovitused",selectedAnnouncement:n=>`${n.optionText}, valitud`};var IC={};IC={buttonLabel:"Näytä ehdotukset",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} vaihtoehto`,other:()=>`${r.number(n.optionCount)} vaihtoehdot`})} saatavilla.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Mentiin ryhmään ${n.groupTitle}, ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} vaihtoehdon`,other:()=>`${r.number(n.groupCount)} vaihtoehdon`})} kanssa.`,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valittu",other:""},n.isSelected)}`,listboxLabel:"Ehdotukset",selectedAnnouncement:n=>`${n.optionText}, valittu`};var UC={};UC={buttonLabel:"Afficher les suggestions",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} option`,other:()=>`${r.number(n.optionCount)} options`})} disponible(s).`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Groupe ${n.groupTitle} rejoint, avec ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} option`,other:()=>`${r.number(n.groupCount)} options`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", sélectionné(s)",other:""},n.isSelected)}`,listboxLabel:"Suggestions",selectedAnnouncement:n=>`${n.optionText}, sélectionné`};var HC={};HC={buttonLabel:"הצג הצעות",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`אפשרות ${r.number(n.optionCount)}`,other:()=>`${r.number(n.optionCount)} אפשרויות`})} במצב זמין.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`נכנס לקבוצה ${n.groupTitle}, עם ${r.plural(n.groupCount,{one:()=>`אפשרות ${r.number(n.groupCount)}`,other:()=>`${r.number(n.groupCount)} אפשרויות`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", נבחר",other:""},n.isSelected)}`,listboxLabel:"הצעות",selectedAnnouncement:n=>`${n.optionText}, נבחר`};var VC={};VC={buttonLabel:"Prikaži prijedloge",countAnnouncement:(n,r)=>`Dostupno još: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije/a`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Unesena skupina ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcijom`,other:()=>`${r.number(n.groupCount)} opcije/a`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", odabranih",other:""},n.isSelected)}`,listboxLabel:"Prijedlozi",selectedAnnouncement:n=>`${n.optionText}, odabrano`};var KC={};KC={buttonLabel:"Javaslatok megjelenítése",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} lehetőség`,other:()=>`${r.number(n.optionCount)} lehetőség`})} áll rendelkezésre.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Belépett a(z) ${n.groupTitle} csoportba, amely ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} lehetőséget`,other:()=>`${r.number(n.groupCount)} lehetőséget`})} tartalmaz. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", kijelölve",other:""},n.isSelected)}`,listboxLabel:"Javaslatok",selectedAnnouncement:n=>`${n.optionText}, kijelölve`};var jC={};jC={buttonLabel:"Mostra suggerimenti",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opzione disponibile`,other:()=>`${r.number(n.optionCount)} opzioni disponibili`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ingresso nel gruppo ${n.groupTitle}, con ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opzione`,other:()=>`${r.number(n.groupCount)} opzioni`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selezionato",other:""},n.isSelected)}`,listboxLabel:"Suggerimenti",selectedAnnouncement:n=>`${n.optionText}, selezionato`};var WC={};WC={buttonLabel:"候補を表示",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 個のオプション`,other:()=>`${r.number(n.optionCount)} 個のオプション`})}を利用できます。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`入力されたグループ ${n.groupTitle}、${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 個のオプション`,other:()=>`${r.number(n.groupCount)} 個のオプション`})}を含む。`,other:""},n.isGroupChange)}${n.optionText}${r.select({true:"、選択済み",other:""},n.isSelected)}`,listboxLabel:"候補",selectedAnnouncement:n=>`${n.optionText}、選択済み`};var GC={};GC={buttonLabel:"제안 사항 표시",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)}개 옵션`,other:()=>`${r.number(n.optionCount)}개 옵션`})}을 사용할 수 있습니다.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`입력한 그룹 ${n.groupTitle}, ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)}개 옵션`,other:()=>`${r.number(n.groupCount)}개 옵션`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 선택됨",other:""},n.isSelected)}`,listboxLabel:"제안",selectedAnnouncement:n=>`${n.optionText}, 선택됨`};var YC={};YC={buttonLabel:"Rodyti pasiūlymus",countAnnouncement:(n,r)=>`Yra ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} parinktis`,other:()=>`${r.number(n.optionCount)} parinktys (-ių)`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Įvesta grupė ${n.groupTitle}, su ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} parinktimi`,other:()=>`${r.number(n.groupCount)} parinktimis (-ių)`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", pasirinkta",other:""},n.isSelected)}`,listboxLabel:"Pasiūlymai",selectedAnnouncement:n=>`${n.optionText}, pasirinkta`};var qC={};qC={buttonLabel:"Rādīt ieteikumus",countAnnouncement:(n,r)=>`Pieejamo opciju skaits: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcijas`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ievadīta grupa ${n.groupTitle}, ar ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opciju`,other:()=>`${r.number(n.groupCount)} opcijām`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", atlasīta",other:""},n.isSelected)}`,listboxLabel:"Ieteikumi",selectedAnnouncement:n=>`${n.optionText}, atlasīta`};var QC={};QC={buttonLabel:"Vis forslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} alternativ`,other:()=>`${r.number(n.optionCount)} alternativer`})} finnes.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Angitt gruppe ${n.groupTitle}, med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} alternativ`,other:()=>`${r.number(n.groupCount)} alternativer`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valgt",other:""},n.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:n=>`${n.optionText}, valgt`};var XC={};XC={buttonLabel:"Suggesties weergeven",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} optie`,other:()=>`${r.number(n.optionCount)} opties`})} beschikbaar.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Groep ${n.groupTitle} ingevoerd met ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} optie`,other:()=>`${r.number(n.groupCount)} opties`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", geselecteerd",other:""},n.isSelected)}`,listboxLabel:"Suggesties",selectedAnnouncement:n=>`${n.optionText}, geselecteerd`};var ZC={};ZC={buttonLabel:"Wyświetlaj sugestie",countAnnouncement:(n,r)=>`dostępna/dostępne(-nych) ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcja`,other:()=>`${r.number(n.optionCount)} opcje(-i)`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Dołączono do grupy ${n.groupTitle}, z ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcją`,other:()=>`${r.number(n.groupCount)} opcjami`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", wybrano",other:""},n.isSelected)}`,listboxLabel:"Sugestie",selectedAnnouncement:n=>`${n.optionText}, wybrano`};var JC={};JC={buttonLabel:"Mostrar sugestões",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opção`,other:()=>`${r.number(n.optionCount)} opções`})} disponível.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grupo inserido ${n.groupTitle}, com ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opção`,other:()=>`${r.number(n.groupCount)} opções`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selecionado",other:""},n.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:n=>`${n.optionText}, selecionado`};var e_={};e_={buttonLabel:"Apresentar sugestões",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opção`,other:()=>`${r.number(n.optionCount)} opções`})} disponível.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grupo introduzido ${n.groupTitle}, com ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opção`,other:()=>`${r.number(n.groupCount)} opções`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selecionado",other:""},n.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:n=>`${n.optionText}, selecionado`};var t_={};t_={buttonLabel:"Afișare sugestii",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opțiune`,other:()=>`${r.number(n.optionCount)} opțiuni`})} disponibile.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Grup ${n.groupTitle} introdus, cu ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opțiune`,other:()=>`${r.number(n.groupCount)} opțiuni`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", selectat",other:""},n.isSelected)}`,listboxLabel:"Sugestii",selectedAnnouncement:n=>`${n.optionText}, selectat`};var n_={};n_={buttonLabel:"Показать предложения",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} параметр`,other:()=>`${r.number(n.optionCount)} параметров`})} доступно.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Введенная группа ${n.groupTitle}, с ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} параметром`,other:()=>`${r.number(n.groupCount)} параметрами`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", выбранными",other:""},n.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:n=>`${n.optionText}, выбрано`};var r_={};r_={buttonLabel:"Zobraziť návrhy",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} možnosť`,other:()=>`${r.number(n.optionCount)} možnosti/-í`})} k dispozícii.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Zadaná skupina ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} možnosťou`,other:()=>`${r.number(n.groupCount)} možnosťami`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", vybraté",other:""},n.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:n=>`${n.optionText}, vybraté`};var i_={};i_={buttonLabel:"Prikaži predloge",countAnnouncement:(n,r)=>`Na voljo je ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Vnesena skupina ${n.groupTitle}, z ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcija`,other:()=>`${r.number(n.groupCount)} opcije`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", izbrano",other:""},n.isSelected)}`,listboxLabel:"Predlogi",selectedAnnouncement:n=>`${n.optionText}, izbrano`};var o_={};o_={buttonLabel:"Prikaži predloge",countAnnouncement:(n,r)=>`Dostupno još: ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} opcija`,other:()=>`${r.number(n.optionCount)} opcije/a`})}.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Unesena grupa ${n.groupTitle}, s ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} opcijom`,other:()=>`${r.number(n.groupCount)} optione/a`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", izabranih",other:""},n.isSelected)}`,listboxLabel:"Predlozi",selectedAnnouncement:n=>`${n.optionText}, izabrano`};var l_={};l_={buttonLabel:"Visa förslag",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} alternativ`,other:()=>`${r.number(n.optionCount)} alternativ`})} tillgängliga.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Ingick i gruppen ${n.groupTitle} med ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} alternativ`,other:()=>`${r.number(n.groupCount)} alternativ`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", valda",other:""},n.isSelected)}`,listboxLabel:"Förslag",selectedAnnouncement:n=>`${n.optionText}, valda`};var a_={};a_={buttonLabel:"Önerileri göster",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} seçenek`,other:()=>`${r.number(n.optionCount)} seçenekler`})} kullanılabilir.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Girilen grup ${n.groupTitle}, ile ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} seçenek`,other:()=>`${r.number(n.groupCount)} seçenekler`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", seçildi",other:""},n.isSelected)}`,listboxLabel:"Öneriler",selectedAnnouncement:n=>`${n.optionText}, seçildi`};var u_={};u_={buttonLabel:"Показати пропозиції",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} параметр`,other:()=>`${r.number(n.optionCount)} параметри(-ів)`})} доступно.`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`Введена група ${n.groupTitle}, з ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} параметр`,other:()=>`${r.number(n.groupCount)} параметри(-ів)`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", вибрано",other:""},n.isSelected)}`,listboxLabel:"Пропозиції",selectedAnnouncement:n=>`${n.optionText}, вибрано`};var s_={};s_={buttonLabel:"显示建议",countAnnouncement:(n,r)=>`有 ${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 个选项`,other:()=>`${r.number(n.optionCount)} 个选项`})}可用。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`进入了 ${n.groupTitle} 组,其中有 ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 个选项`,other:()=>`${r.number(n.groupCount)} 个选项`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 已选择",other:""},n.isSelected)}`,listboxLabel:"建议",selectedAnnouncement:n=>`${n.optionText}, 已选择`};var c_={};c_={buttonLabel:"顯示建議",countAnnouncement:(n,r)=>`${r.plural(n.optionCount,{one:()=>`${r.number(n.optionCount)} 選項`,other:()=>`${r.number(n.optionCount)} 選項`})} 可用。`,focusAnnouncement:(n,r)=>`${r.select({true:()=>`輸入的群組 ${n.groupTitle}, 有 ${r.plural(n.groupCount,{one:()=>`${r.number(n.groupCount)} 選項`,other:()=>`${r.number(n.groupCount)} 選項`})}. `,other:""},n.isGroupChange)}${n.optionText}${r.select({true:", 已選取",other:""},n.isSelected)}`,listboxLabel:"建議",selectedAnnouncement:n=>`${n.optionText}, 已選取`};var d_={};d_={"ar-AE":LC,"bg-BG":MC,"cs-CZ":NC,"da-DK":AC,"de-DE":OC,"el-GR":FC,"en-US":RC,"es-ES":zC,"et-EE":BC,"fi-FI":IC,"fr-FR":UC,"he-IL":HC,"hr-HR":VC,"hu-HU":KC,"it-IT":jC,"ja-JP":WC,"ko-KR":GC,"lt-LT":YC,"lv-LV":qC,"nb-NO":QC,"nl-NL":XC,"pl-PL":ZC,"pt-BR":JC,"pt-PT":e_,"ro-RO":t_,"ru-RU":n_,"sk-SK":r_,"sl-SI":i_,"sr-SP":o_,"sv-SE":l_,"tr-TR":a_,"uk-UA":u_,"zh-CN":s_,"zh-TW":c_};const Ic={top:"top",bottom:"top",left:"left",right:"left"},Lh={top:"bottom",bottom:"top",left:"right",right:"left"},JP={top:"left",left:"top"},v1={top:"height",left:"width"},f_={width:"totalWidth",height:"totalHeight"},Mh={};let gi=typeof document<"u"&&window.visualViewport;function p_(n){let r=0,l=0,s=0,f=0,m=0,p=0,b={},E=(gi==null?void 0:gi.scale)>1;if(n.tagName==="BODY"){let w=document.documentElement;s=w.clientWidth,f=w.clientHeight;var _;r=(_=gi==null?void 0:gi.width)!==null&&_!==void 0?_:s;var T;l=(T=gi==null?void 0:gi.height)!==null&&T!==void 0?T:f,b.top=w.scrollTop||n.scrollTop,b.left=w.scrollLeft||n.scrollLeft,gi&&(m=gi.offsetTop,p=gi.offsetLeft)}else({width:r,height:l,top:m,left:p}=Uc(n)),b.top=n.scrollTop,b.left=n.scrollLeft,s=r,f=l;return Bb()&&(n.tagName==="BODY"||n.tagName==="HTML")&&E&&(b.top=0,b.left=0,m=gi.pageTop,p=gi.pageLeft),{width:r,height:l,totalWidth:s,totalHeight:f,scroll:b,top:m,left:p}}function e9(n){return{top:n.scrollTop,left:n.scrollLeft,width:n.scrollWidth,height:n.scrollHeight}}function v_(n,r,l,s,f,m,p){let b=f.scroll[n],E=s[v1[n]],_=s.scroll[Ic[n]]+m,T=E+s.scroll[Ic[n]]-m,w=r-b+p[n]-s[Ic[n]],D=r-b+l+p[n]-s[Ic[n]];return w<_?_-w:D>T?Math.max(T-D,_-w):0}function t9(n){let r=window.getComputedStyle(n);return{top:parseInt(r.marginTop,10)||0,bottom:parseInt(r.marginBottom,10)||0,left:parseInt(r.marginLeft,10)||0,right:parseInt(r.marginRight,10)||0}}function m_(n){if(Mh[n])return Mh[n];let[r,l]=n.split(" "),s=Ic[r]||"right",f=JP[s];Ic[l]||(l="center");let m=v1[s],p=v1[f];return Mh[n]={placement:r,crossPlacement:l,axis:s,crossAxis:f,size:m,crossSize:p},Mh[n]}function m1(n,r,l,s,f,m,p,b,E,_){let{placement:T,crossPlacement:w,axis:D,crossAxis:$,size:A,crossSize:F}=s,I={};I[$]=n[$],w==="center"?I[$]+=(n[F]-l[F])/2:w!==$&&(I[$]+=n[F]-l[F]),I[$]+=m;const re=n[$]-l[F]+E+_,q=n[$]+n[F]-E-_;if(I[$]=Oc(I[$],re,q),T===D){const B=b?p[A]:r[f_[A]];I[Lh[D]]=Math.floor(B-n[D]+f)}else I[D]=Math.floor(n[D]+n[A]+f);return I}function n9(n,r,l,s,f,m,p,b){const E=s?l.height:r[f_.height];let _=n.top!=null?l.top+n.top:l.top+(E-n.bottom-p),T=b!=="top"?Math.max(0,r.height+r.top+r.scroll.top-_-(f.top+f.bottom+m)):Math.max(0,_+p-(r.top+r.scroll.top)-(f.top+f.bottom+m));return Math.min(r.height-m*2,T)}function h_(n,r,l,s,f,m){let{placement:p,axis:b,size:E}=m;return p===b?Math.max(0,l[b]-n[b]-n.scroll[b]+r[b]-s[b]-s[Lh[b]]-f):Math.max(0,n[E]+n[b]+n.scroll[b]-r[b]-l[b]-l[E]-s[b]-s[Lh[b]]-f)}function r9(n,r,l,s,f,m,p,b,E,_,T,w,D,$,A,F){let I=m_(n),{size:re,crossAxis:q,crossSize:B,placement:W,crossPlacement:R}=I,j=m1(r,b,l,I,T,w,_,D,A,F),ne=T,M=h_(b,_,r,f,m+T,I);if(p&&s[re]>M){let X=m_(`${Lh[W]} ${R}`),Y=m1(r,b,l,X,T,w,_,D,A,F);h_(b,_,r,f,m+T,X)>M&&(I=X,j=Y,ne=T)}let ue="bottom";I.axis==="top"?I.placement==="top"?ue="top":I.placement==="bottom"&&(ue="bottom"):I.crossAxis==="top"&&(I.crossPlacement==="top"?ue="bottom":I.crossPlacement==="bottom"&&(ue="top"));let K=v_(q,j[q],l[B],b,E,m,_);j[q]+=K;let G=n9(j,b,_,D,f,m,l.height,ue);$&&$<G&&(G=$),l.height=Math.min(l.height,G),j=m1(r,b,l,I,ne,w,_,D,A,F),K=v_(q,j[q],l[B],b,E,m,_),j[q]+=K;let be={},Q=r[q]+.5*r[B]-j[q];const oe=A/2+F,_e=l[B]-A/2-F,Ce=r[q]-j[q]+A/2,ye=r[q]+r[B]-j[q]-A/2,pe=Oc(Q,Ce,ye);return be[q]=Oc(pe,oe,_e),{position:j,maxHeight:G,arrowOffsetLeft:be.left,arrowOffsetTop:be.top,placement:I.placement}}function i9(n){let{placement:r,targetNode:l,overlayNode:s,scrollNode:f,padding:m,shouldFlip:p,boundaryElement:b,offset:E,crossOffset:_,maxHeight:T,arrowSize:w=0,arrowBoundaryOffset:D=0}=n,$=s instanceof HTMLElement?o9(s):document.documentElement,A=$===document.documentElement;const F=window.getComputedStyle($).position;let I=!!F&&F!=="static",re=A?Uc(l):g_(l,$);if(!A){let{marginTop:M,marginLeft:ue}=window.getComputedStyle(l);re.top+=parseInt(M,10)||0,re.left+=parseInt(ue,10)||0}let q=Uc(s),B=t9(s);q.width+=B.left+B.right,q.height+=B.top+B.bottom;let W=e9(f),R=p_(b),j=p_($),ne=b.tagName==="BODY"?Uc($):g_($,b);return $.tagName==="HTML"&&b.tagName==="BODY"&&(j.scroll.top=0,j.scroll.left=0),r9(r,re,q,W,B,m,p,R,j,ne,E,_,I,T,w,D)}function Uc(n){let{top:r,left:l,width:s,height:f}=n.getBoundingClientRect(),{scrollTop:m,scrollLeft:p,clientTop:b,clientLeft:E}=document.documentElement;return{top:r+m-b,left:l+p-E,width:s,height:f}}function g_(n,r){let l=window.getComputedStyle(n),s;if(l.position==="fixed"){let{top:f,left:m,width:p,height:b}=n.getBoundingClientRect();s={top:f,left:m,width:p,height:b}}else{s=Uc(n);let f=Uc(r),m=window.getComputedStyle(r);f.top+=(parseInt(m.borderTopWidth,10)||0)-r.scrollTop,f.left+=(parseInt(m.borderLeftWidth,10)||0)-r.scrollLeft,s.top-=f.top,s.left-=f.left}return s.top-=parseInt(l.marginTop,10)||0,s.left-=parseInt(l.marginLeft,10)||0,s}function o9(n){let r=n.offsetParent;if(r&&r===document.body&&window.getComputedStyle(r).position==="static"&&!y_(r)&&(r=document.documentElement),r==null)for(r=n.parentElement;r&&!y_(r);)r=r.parentElement;return r||document.documentElement}function y_(n){let r=window.getComputedStyle(n);return r.transform!=="none"||/transform|perspective/.test(r.willChange)||r.filter!=="none"||r.contain==="paint"||"backdropFilter"in r&&r.backdropFilter!=="none"||"WebkitBackdropFilter"in r&&r.WebkitBackdropFilter!=="none"}const b_=new WeakMap;function l9(n){let{triggerRef:r,isOpen:l,onClose:s}=n;x.useEffect(()=>{if(!l||s===null)return;let f=m=>{let p=m.target;if(!r.current||p instanceof Node&&!p.contains(r.current))return;let b=s||b_.get(r.current);b&&b()};return window.addEventListener("scroll",f,!0),()=>{window.removeEventListener("scroll",f,!0)}},[l,s,r])}let Tn=typeof document<"u"&&window.visualViewport;function a9(n){let{direction:r}=Xa(),{arrowSize:l=0,targetRef:s,overlayRef:f,scrollRef:m=f,placement:p="bottom",containerPadding:b=12,shouldFlip:E=!0,boundaryElement:_=typeof document<"u"?document.body:null,offset:T=0,crossOffset:w=0,shouldUpdatePosition:D=!0,isOpen:$=!0,onClose:A,maxHeight:F,arrowBoundaryOffset:I=0}=n,[re,q]=x.useState({position:{},arrowOffsetLeft:void 0,arrowOffsetTop:void 0,maxHeight:void 0,placement:void 0}),B=[D,p,f.current,s.current,m.current,b,E,_,T,w,$,r,F,I,l],W=x.useRef(Tn==null?void 0:Tn.scale);x.useEffect(()=>{$&&(W.current=Tn==null?void 0:Tn.scale)},[$]);let R=x.useCallback(()=>{if(D===!1||!$||!f.current||!s.current||!m.current||!_||(Tn==null?void 0:Tn.scale)!==W.current)return;let M=f.current;if(!F&&f.current){var ue;M.style.top="0px",M.style.bottom="";var K;M.style.maxHeight=((K=(ue=window.visualViewport)===null||ue===void 0?void 0:ue.height)!==null&&K!==void 0?K:window.innerHeight)+"px"}let G=i9({placement:s9(p,r),overlayNode:f.current,targetNode:s.current,scrollNode:m.current,padding:b,shouldFlip:E,boundaryElement:_,offset:T,crossOffset:w,maxHeight:F,arrowSize:l,arrowBoundaryOffset:I});M.style.top="",M.style.bottom="",Object.keys(G.position).forEach(be=>M.style[be]=G.position[be]+"px"),M.style.maxHeight=G.maxHeight!=null?G.maxHeight+"px":void 0,q(G)},B);jt(R,B),u9(R),ip({ref:f,onResize:R});let j=x.useRef(!1);jt(()=>{let M,ue=()=>{j.current=!0,clearTimeout(M),M=setTimeout(()=>{j.current=!1},500),R()},K=()=>{j.current&&ue()};return Tn==null||Tn.addEventListener("resize",ue),Tn==null||Tn.addEventListener("scroll",K),()=>{Tn==null||Tn.removeEventListener("resize",ue),Tn==null||Tn.removeEventListener("scroll",K)}},[R]);let ne=x.useCallback(()=>{j.current||A()},[A,j]);return l9({triggerRef:s,isOpen:$,onClose:A&&ne}),{overlayProps:{style:{position:"absolute",zIndex:1e5,...re.position,maxHeight:re.maxHeight}},placement:re.placement,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:re.arrowOffsetLeft,top:re.arrowOffsetTop}},updatePosition:R}}function u9(n){jt(()=>(window.addEventListener("resize",n,!1),()=>{window.removeEventListener("resize",n,!1)}),[n])}function s9(n,r){return r==="rtl"?n.replace("start","right").replace("end","left"):n.replace("start","left").replace("end","right")}const Xl=[];function x_(n,r){let{onClose:l,shouldCloseOnBlur:s,isOpen:f,isDismissable:m=!1,isKeyboardDismissDisabled:p=!1,shouldCloseOnInteractOutside:b}=n;x.useEffect(()=>(f&&Xl.push(r),()=>{let A=Xl.indexOf(r);A>=0&&Xl.splice(A,1)}),[f,r]);let E=()=>{Xl[Xl.length-1]===r&&l&&l()},_=A=>{(!b||b(A.target))&&Xl[Xl.length-1]===r&&(A.stopPropagation(),A.preventDefault())},T=A=>{(!b||b(A.target))&&(Xl[Xl.length-1]===r&&(A.stopPropagation(),A.preventDefault()),E())},w=A=>{A.key==="Escape"&&!p&&!A.nativeEvent.isComposing&&(A.stopPropagation(),A.preventDefault(),E())};oC({ref:r,onInteractOutside:m&&f?T:null,onInteractOutsideStart:_});let{focusWithinProps:D}=dp({isDisabled:!s,onBlurWithin:A=>{!A.relatedTarget||mP(A.relatedTarget)||(!b||b(A.relatedTarget))&&l()}}),$=A=>{A.target===A.currentTarget&&A.preventDefault()};return{overlayProps:{onKeyDown:w,...D},underlayProps:{onPointerDown:$}}}function k_(n,r,l){let{type:s}=n,{isOpen:f}=r;x.useEffect(()=>{l&&l.current&&b_.set(l.current,r.close)});let m;s==="menu"?m=!0:s==="listbox"&&(m="listbox");let p=Or();return{triggerProps:{"aria-haspopup":m,"aria-expanded":f,"aria-controls":f?p:null,onPress:r.toggle},overlayProps:{id:p}}}const h1=typeof document<"u"&&window.visualViewport,c9=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Nh=0,g1;function E_(n={}){let{isDisabled:r}=n;jt(()=>{if(!r)return Nh++,Nh===1&&(rp()?g1=f9():g1=d9()),()=>{Nh--,Nh===0&&g1()}},[r])}function d9(){return Vl(Hc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),Hc(document.documentElement,"overflow","hidden"))}function f9(){let n,r,l=_=>{n=B3(_.target,!0),!(n===document.documentElement&&n===document.body)&&n instanceof HTMLElement&&window.getComputedStyle(n).overscrollBehavior==="auto"&&(r=Hc(n,"overscrollBehavior","contain"))},s=_=>{if(!n||n===document.documentElement||n===document.body){_.preventDefault();return}n.scrollHeight===n.clientHeight&&n.scrollWidth===n.clientWidth&&_.preventDefault()},f=_=>{let T=_.target;__(T)&&T!==document.activeElement&&(_.preventDefault(),b(),T.style.transform="translateY(-2000px)",T.focus(),requestAnimationFrame(()=>{T.style.transform=""})),r&&r()},m=_=>{let T=_.target;__(T)&&(b(),T.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{T.style.transform="",h1&&(h1.height<window.innerHeight?requestAnimationFrame(()=>{C_(T)}):h1.addEventListener("resize",()=>C_(T),{once:!0}))}))},p=null,b=()=>{if(p)return;let _=()=>{window.scrollTo(0,0)},T=window.pageXOffset,w=window.pageYOffset;p=Vl(hp(window,"scroll",_),Hc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),Hc(document.documentElement,"overflow","hidden"),Hc(document.body,"marginTop",`-${w}px`),()=>{window.scrollTo(T,w)}),window.scrollTo(0,0)},E=Vl(hp(document,"touchstart",l,{passive:!1,capture:!0}),hp(document,"touchmove",s,{passive:!1,capture:!0}),hp(document,"touchend",f,{passive:!1,capture:!0}),hp(document,"focus",m,!0));return()=>{r==null||r(),p==null||p(),E()}}function Hc(n,r,l){let s=n.style[r];return n.style[r]=l,()=>{n.style[r]=s}}function hp(n,r,l,s){return n.addEventListener(r,l,s),()=>{n.removeEventListener(r,l,s)}}function C_(n){let r=document.scrollingElement||document.documentElement;for(;n&&n!==r;){let l=B3(n);if(l!==document.documentElement&&l!==document.body&&l!==n){let s=l.getBoundingClientRect().top,f=n.getBoundingClientRect().top;f>s+n.clientHeight&&(l.scrollTop+=f-s)}n=l.parentElement}}function __(n){return n instanceof HTMLInputElement&&!c9.has(n.type)||n instanceof HTMLTextAreaElement||n instanceof HTMLElement&&n.isContentEditable}var S_={};S_={dismiss:"تجاهل"};var w_={};w_={dismiss:"Отхвърляне"};var T_={};T_={dismiss:"Odstranit"};var D_={};D_={dismiss:"Luk"};var $_={};$_={dismiss:"Schließen"};var P_={};P_={dismiss:"Απόρριψη"};var L_={};L_={dismiss:"Dismiss"};var M_={};M_={dismiss:"Descartar"};var N_={};N_={dismiss:"Lõpeta"};var A_={};A_={dismiss:"Hylkää"};var O_={};O_={dismiss:"Rejeter"};var F_={};F_={dismiss:"התעלם"};var R_={};R_={dismiss:"Odbaci"};var z_={};z_={dismiss:"Elutasítás"};var B_={};B_={dismiss:"Ignora"};var I_={};I_={dismiss:"閉じる"};var U_={};U_={dismiss:"무시"};var H_={};H_={dismiss:"Atmesti"};var V_={};V_={dismiss:"Nerādīt"};var K_={};K_={dismiss:"Lukk"};var j_={};j_={dismiss:"Negeren"};var W_={};W_={dismiss:"Zignoruj"};var G_={};G_={dismiss:"Descartar"};var Y_={};Y_={dismiss:"Dispensar"};var q_={};q_={dismiss:"Revocare"};var Q_={};Q_={dismiss:"Пропустить"};var X_={};X_={dismiss:"Zrušiť"};var Z_={};Z_={dismiss:"Opusti"};var J_={};J_={dismiss:"Odbaci"};var eS={};eS={dismiss:"Avvisa"};var tS={};tS={dismiss:"Kapat"};var nS={};nS={dismiss:"Скасувати"};var rS={};rS={dismiss:"取消"};var iS={};iS={dismiss:"關閉"};var oS={};oS={"ar-AE":S_,"bg-BG":w_,"cs-CZ":T_,"da-DK":D_,"de-DE":$_,"el-GR":P_,"en-US":L_,"es-ES":M_,"et-EE":N_,"fi-FI":A_,"fr-FR":O_,"he-IL":F_,"hr-HR":R_,"hu-HU":z_,"it-IT":B_,"ja-JP":I_,"ko-KR":U_,"lt-LT":H_,"lv-LV":V_,"nb-NO":K_,"nl-NL":j_,"pl-PL":W_,"pt-BR":G_,"pt-PT":Y_,"ro-RO":q_,"ru-RU":Q_,"sk-SK":X_,"sl-SI":Z_,"sr-SP":J_,"sv-SE":eS,"tr-TR":tS,"uk-UA":nS,"zh-CN":rS,"zh-TW":iS};const lS={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 aS(n={}){let{style:r,isFocusable:l}=n,[s,f]=x.useState(!1),{focusWithinProps:m}=dp({isDisabled:!l,onFocusWithinChange:b=>f(b)}),p=x.useMemo(()=>s?r:r?{...lS,...r}:lS,[s]);return{visuallyHiddenProps:{...m,style:p}}}function p9(n){let{children:r,elementType:l="div",isFocusable:s,style:f,...m}=n,{visuallyHiddenProps:p}=aS(n);return x.createElement(l,ft(m,p),r)}function v9(n){return n&&n.__esModule?n.default:n}function y1(n){let{onDismiss:r,...l}=n,s=Bc(v9(oS),"@react-aria/overlays"),f=uh(l,s.format("dismiss")),m=()=>{r&&r()};return x.createElement(p9,null,x.createElement("button",{...f,tabIndex:-1,onClick:m,style:{width:1,height:1}}))}let gp=new WeakMap,oo=[];function b1(n,r=document.body){let l=new Set(n),s=new Set,f=E=>{for(let D of E.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))l.add(D);let _=D=>{if(l.has(D)||s.has(D.parentElement)&&D.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let $ of l)if(D.contains($))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},T=document.createTreeWalker(E,NodeFilter.SHOW_ELEMENT,{acceptNode:_}),w=_(E);if(w===NodeFilter.FILTER_ACCEPT&&m(E),w!==NodeFilter.FILTER_REJECT){let D=T.nextNode();for(;D!=null;)m(D),D=T.nextNode()}},m=E=>{var _;let T=(_=gp.get(E))!==null&&_!==void 0?_:0;E.getAttribute("aria-hidden")==="true"&&T===0||(T===0&&E.setAttribute("aria-hidden","true"),s.add(E),gp.set(E,T+1))};oo.length&&oo[oo.length-1].disconnect(),f(r);let p=new MutationObserver(E=>{for(let _ of E)if(!(_.type!=="childList"||_.addedNodes.length===0)&&![...l,...s].some(T=>T.contains(_.target))){for(let T of _.removedNodes)T instanceof Element&&(l.delete(T),s.delete(T));for(let T of _.addedNodes)(T instanceof HTMLElement||T instanceof SVGElement)&&(T.dataset.liveAnnouncer==="true"||T.dataset.reactAriaTopLayer==="true")?l.add(T):T instanceof Element&&f(T)}});p.observe(r,{childList:!0,subtree:!0});let b={observe(){p.observe(r,{childList:!0,subtree:!0})},disconnect(){p.disconnect()}};return oo.push(b),()=>{p.disconnect();for(let E of s){let _=gp.get(E);_===1?(E.removeAttribute("aria-hidden"),gp.delete(E)):gp.set(E,_-1)}b===oo[oo.length-1]?(oo.pop(),oo.length&&oo[oo.length-1].observe()):oo.splice(oo.indexOf(b),1)}}function m9(n,r){let{triggerRef:l,popoverRef:s,isNonModal:f,isKeyboardDismissDisabled:m,shouldCloseOnInteractOutside:p,...b}=n,{overlayProps:E,underlayProps:_}=x_({isOpen:r.isOpen,onClose:r.close,shouldCloseOnBlur:!0,isDismissable:!f,isKeyboardDismissDisabled:m,shouldCloseOnInteractOutside:p},s),{overlayProps:T,arrowProps:w,placement:D}=a9({...b,targetRef:l,overlayRef:s,isOpen:r.isOpen,onClose:f?r.close:null});return E_({isDisabled:f||!r.isOpen}),jt(()=>{if(r.isOpen&&!f&&s.current)return b1([s.current])},[f,r.isOpen,s]),{popoverProps:ft(E,T),arrowProps:w,underlayProps:_,placement:D}}const h9=x.createContext({});function g9(){var n;return(n=x.useContext(h9))!==null&&n!==void 0?n:{}}const uS=x.createContext(null);function sS(n){let r=Hl(),{portalContainer:l=r?null:document.body,isExiting:s}=n,[f,m]=x.useState(!1),p=x.useMemo(()=>({contain:f,setContain:m}),[f,m]),{getContainer:b}=g9();if(!n.portalContainer&&b&&(l=b()),!l)return null;let E=n.children;return n.disableFocusManagement||(E=x.createElement(n1,{restoreFocus:!0,contain:f&&!s},E)),E=x.createElement(uS.Provider,{value:p},x.createElement(Z7,null,E)),Fb.createPortal(E,l)}function cS(){let n=x.useContext(uS),r=n==null?void 0:n.setContain;jt(()=>{r==null||r(!0)},[r])}function y9(n,r,l){let{overlayProps:s,underlayProps:f}=x_({...n,isOpen:r.isOpen,onClose:r.close},l);return E_({isDisabled:!r.isOpen}),cS(),x.useEffect(()=>{if(r.isOpen)return b1([l.current])},[r.isOpen,l]),{modalProps:ft(s),underlayProps:f}}const Ah=new WeakMap;function b9(n){return typeof n=="string"?n.replace(/\s*/g,""):""+n}function dS(n,r){let l=Ah.get(n);if(!l)throw new Error("Unknown list");return`${l.id}-option-${b9(r)}`}function x1(n){return ah()?n.altKey:n.ctrlKey}function Vc(n){return qa()?n.metaKey:n.ctrlKey}const x9=1e3;function fS(n){let{keyboardDelegate:r,selectionManager:l,onTypeSelect:s}=n,f=x.useRef({search:"",timeout:null}).current,m=p=>{let b=k9(p.key);if(!b||p.ctrlKey||p.metaKey||!p.currentTarget.contains(p.target))return;b===" "&&f.search.trim().length>0&&(p.preventDefault(),"continuePropagation"in p||p.stopPropagation()),f.search+=b;let E=r.getKeyForSearch(f.search,l.focusedKey);E==null&&(E=r.getKeyForSearch(f.search)),E!=null&&(l.setFocusedKey(E),s&&s(E)),clearTimeout(f.timeout),f.timeout=setTimeout(()=>{f.search=""},x9)};return{typeSelectProps:{onKeyDownCapture:r.getKeyForSearch?m:null}}}function k9(n){return n.length===1||!/^[A-Z]/i.test(n)?n:""}function pS(n){let{selectionManager:r,keyboardDelegate:l,ref:s,autoFocus:f=!1,shouldFocusWrap:m=!1,disallowEmptySelection:p=!1,disallowSelectAll:b=!1,selectOnFocus:E=r.selectionBehavior==="replace",disallowTypeAhead:_=!1,shouldUseVirtualFocus:T,allowsTabNavigation:w=!1,isVirtualized:D,scrollRef:$=s,linkBehavior:A="action"}=n,{direction:F}=Xa(),I=Nc(),re=K=>{if(K.altKey&&K.key==="Tab"&&K.preventDefault(),!s.current.contains(K.target))return;const G=(Y,ke)=>{if(Y!=null){if(r.isLink(Y)&&A==="selection"&&E&&!x1(K)){Ob.flushSync(()=>{r.setFocusedKey(Y,ke)});let fe=$.current.querySelector(`[data-key="${CSS.escape(Y.toString())}"]`),Me=r.getItemProps(Y);I.open(fe,K,Me.href,Me.routerOptions);return}if(r.setFocusedKey(Y,ke),r.isLink(Y)&&A==="override")return;K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(Y):E&&!x1(K)&&r.replaceSelection(Y)}};switch(K.key){case"ArrowDown":if(l.getKeyBelow){var be,Q;K.preventDefault();let Y=r.focusedKey!=null?l.getKeyBelow(r.focusedKey):(be=l.getFirstKey)===null||be===void 0?void 0:be.call(l);Y==null&&m&&(Y=(Q=l.getFirstKey)===null||Q===void 0?void 0:Q.call(l,r.focusedKey)),G(Y)}break;case"ArrowUp":if(l.getKeyAbove){var oe,_e;K.preventDefault();let Y=r.focusedKey!=null?l.getKeyAbove(r.focusedKey):(oe=l.getLastKey)===null||oe===void 0?void 0:oe.call(l);Y==null&&m&&(Y=(_e=l.getLastKey)===null||_e===void 0?void 0:_e.call(l,r.focusedKey)),G(Y)}break;case"ArrowLeft":if(l.getKeyLeftOf){var Ce,ye;K.preventDefault();let Y=l.getKeyLeftOf(r.focusedKey);Y==null&&m&&(Y=F==="rtl"?(Ce=l.getFirstKey)===null||Ce===void 0?void 0:Ce.call(l,r.focusedKey):(ye=l.getLastKey)===null||ye===void 0?void 0:ye.call(l,r.focusedKey)),G(Y,F==="rtl"?"first":"last")}break;case"ArrowRight":if(l.getKeyRightOf){var pe,X;K.preventDefault();let Y=l.getKeyRightOf(r.focusedKey);Y==null&&m&&(Y=F==="rtl"?(pe=l.getLastKey)===null||pe===void 0?void 0:pe.call(l,r.focusedKey):(X=l.getFirstKey)===null||X===void 0?void 0:X.call(l,r.focusedKey)),G(Y,F==="rtl"?"last":"first")}break;case"Home":if(l.getFirstKey){K.preventDefault();let Y=l.getFirstKey(r.focusedKey,Vc(K));r.setFocusedKey(Y),Vc(K)&&K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(Y):E&&r.replaceSelection(Y)}break;case"End":if(l.getLastKey){K.preventDefault();let Y=l.getLastKey(r.focusedKey,Vc(K));r.setFocusedKey(Y),Vc(K)&&K.shiftKey&&r.selectionMode==="multiple"?r.extendSelection(Y):E&&r.replaceSelection(Y)}break;case"PageDown":if(l.getKeyPageBelow){K.preventDefault();let Y=l.getKeyPageBelow(r.focusedKey);G(Y)}break;case"PageUp":if(l.getKeyPageAbove){K.preventDefault();let Y=l.getKeyPageAbove(r.focusedKey);G(Y)}break;case"a":Vc(K)&&r.selectionMode==="multiple"&&b!==!0&&(K.preventDefault(),r.selectAll());break;case"Escape":!p&&r.selectedKeys.size!==0&&(K.stopPropagation(),K.preventDefault(),r.clearSelection());break;case"Tab":if(!w){if(K.shiftKey)s.current.focus();else{let Y=ql(s.current,{tabbable:!0}),ke,fe;do fe=Y.lastChild(),fe&&(ke=fe);while(fe);ke&&!ke.contains(document.activeElement)&&Kl(ke)}break}}},q=x.useRef({top:0,left:0});U3($,"scroll",D?null:()=>{q.current={top:$.current.scrollTop,left:$.current.scrollLeft}});let B=K=>{if(r.isFocused){K.currentTarget.contains(K.target)||r.setFocused(!1);return}if(K.currentTarget.contains(K.target)){if(r.setFocused(!0),r.focusedKey==null){let Q=_e=>{_e!=null&&(r.setFocusedKey(_e),E&&r.replaceSelection(_e))},oe=K.relatedTarget;var G,be;oe&&K.currentTarget.compareDocumentPosition(oe)&Node.DOCUMENT_POSITION_FOLLOWING?Q((G=r.lastSelectedKey)!==null&&G!==void 0?G:l.getLastKey()):Q((be=r.firstSelectedKey)!==null&&be!==void 0?be:l.getFirstKey())}else D||($.current.scrollTop=q.current.top,$.current.scrollLeft=q.current.left);if(!D&&r.focusedKey!=null){let Q=$.current.querySelector(`[data-key="${CSS.escape(r.focusedKey.toString())}"]`);Q&&(Q.contains(document.activeElement)||Kl(Q),Jb()==="keyboard"&&K3(Q,{containingElement:s.current}))}}},W=K=>{K.currentTarget.contains(K.relatedTarget)||r.setFocused(!1)};const R=x.useRef(f);x.useEffect(()=>{if(R.current){let K=null;f==="first"&&(K=l.getFirstKey()),f==="last"&&(K=l.getLastKey());let G=r.selectedKeys;if(G.size){for(let be of G)if(r.canSelectItem(be)){K=be;break}}r.setFocused(!0),r.setFocusedKey(K),K==null&&!T&&fs(s.current)}},[]);let j=x.useRef(r.focusedKey);x.useEffect(()=>{let K=Jb();if(r.isFocused&&r.focusedKey!=null&&($!=null&&$.current)){let G=$.current.querySelector(`[data-key="${CSS.escape(r.focusedKey.toString())}"]`);G&&(K==="keyboard"||R.current)&&(D||H3($.current,G),K!=="virtual"&&K3(G,{containingElement:s.current}))}r.isFocused&&r.focusedKey==null&&j.current!=null&&fs(s.current),j.current=r.focusedKey,R.current=!1},[D,$,r.focusedKey,r.isFocused,s]);let ne={onKeyDown:re,onFocus:B,onBlur:W,onMouseDown(K){$.current===K.target&&K.preventDefault()}},{typeSelectProps:M}=fS({keyboardDelegate:l,selectionManager:r});_||(ne=ft(M,ne));let ue;return T||(ue=r.focusedKey==null?0:-1),{collectionProps:{...ne,tabIndex:ue}}}function vS(n){let{selectionManager:r,key:l,ref:s,shouldSelectOnPressUp:f,shouldUseVirtualFocus:m,focus:p,isDisabled:b,onAction:E,allowsDifferentPressOrigin:_,linkBehavior:T="action"}=n,w=Nc(),D=ye=>{if(ye.pointerType==="keyboard"&&x1(ye))r.toggleSelection(l);else{if(r.selectionMode==="none")return;if(r.isLink(l)){if(T==="selection"){let pe=r.getItemProps(l);w.open(s.current,ye,pe.href,pe.routerOptions),r.setSelectedKeys(r.selectedKeys);return}else if(T==="override"||T==="none")return}r.selectionMode==="single"?r.isSelected(l)&&!r.disallowEmptySelection?r.toggleSelection(l):r.replaceSelection(l):ye&&ye.shiftKey?r.extendSelection(l):r.selectionBehavior==="toggle"||ye&&(Vc(ye)||ye.pointerType==="touch"||ye.pointerType==="virtual")?r.toggleSelection(l):r.replaceSelection(l)}};x.useEffect(()=>{l===r.focusedKey&&r.isFocused&&!m&&(p?p():document.activeElement!==s.current&&fs(s.current))},[s,l,r.focusedKey,r.childFocusStrategy,r.isFocused,m]),b=b||r.isDisabled(l);let $={};!m&&!b?$={tabIndex:l===r.focusedKey?0:-1,onFocus(ye){ye.target===s.current&&r.setFocusedKey(l)}}:b&&($.onMouseDown=ye=>{ye.preventDefault()});let A=r.isLink(l)&&T==="override",F=r.isLink(l)&&T!=="selection"&&T!=="none",I=!b&&r.canSelectItem(l)&&!A,re=(E||F)&&!b,q=re&&(r.selectionBehavior==="replace"?!I:!I||r.isEmpty),B=re&&I&&r.selectionBehavior==="replace",W=q||B,R=x.useRef(null),j=W&&I,ne=x.useRef(!1),M=x.useRef(!1),ue=ye=>{if(E&&E(),F){let pe=r.getItemProps(l);w.open(s.current,ye,pe.href,pe.routerOptions)}},K={};f?(K.onPressStart=ye=>{R.current=ye.pointerType,ne.current=j,ye.pointerType==="keyboard"&&(!W||hS())&&D(ye)},_?(K.onPressUp=q?null:ye=>{ye.pointerType!=="keyboard"&&I&&D(ye)},K.onPress=q?ue:null):K.onPress=ye=>{if(q||B&&ye.pointerType!=="mouse"){if(ye.pointerType==="keyboard"&&!mS())return;ue(ye)}else ye.pointerType!=="keyboard"&&I&&D(ye)}):(K.onPressStart=ye=>{R.current=ye.pointerType,ne.current=j,M.current=q,I&&(ye.pointerType==="mouse"&&!q||ye.pointerType==="keyboard"&&(!re||hS()))&&D(ye)},K.onPress=ye=>{(ye.pointerType==="touch"||ye.pointerType==="pen"||ye.pointerType==="virtual"||ye.pointerType==="keyboard"&&W&&mS()||ye.pointerType==="mouse"&&M.current)&&(W?ue(ye):I&&D(ye))}),$["data-key"]=l,K.preventFocusOnPress=m;let{pressProps:G,isPressed:be}=ap(K),Q=B?ye=>{R.current==="mouse"&&(ye.stopPropagation(),ye.preventDefault(),ue(ye))}:void 0,{longPressProps:oe}=uC({isDisabled:!j,onLongPress(ye){ye.pointerType==="touch"&&(D(ye),r.setSelectionBehavior("toggle"))}}),_e=ye=>{R.current==="touch"&&ne.current&&ye.preventDefault()},Ce=r.isLink(l)?ye=>{ss.isOpening||ye.preventDefault()}:void 0;return{itemProps:ft($,I||q?G:{},j?oe:{},{onDoubleClick:Q,onDragStartCapture:_e,onClick:Ce}),isPressed:be,isSelected:r.isSelected(l),isFocused:r.isFocused&&r.focusedKey===l,isDisabled:b,allowsSelection:I,hasAction:W}}function mS(){let n=window.event;return(n==null?void 0:n.key)==="Enter"}function hS(){let n=window.event;return(n==null?void 0:n.key)===" "||(n==null?void 0:n.code)==="Space"}class Oh{isDisabled(r){var l;return this.disabledBehavior==="all"&&(((l=r.props)===null||l===void 0?void 0:l.isDisabled)||this.disabledKeys.has(r.key))}getNextKey(r){for(r=this.collection.getKeyAfter(r);r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyAfter(r)}return null}getPreviousKey(r){for(r=this.collection.getKeyBefore(r);r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyBefore(r)}return null}findKey(r,l,s){let f=this.getItem(r);if(!f)return null;let m=f.getBoundingClientRect();do r=l(r),f=this.getItem(r);while(f&&s(m,f.getBoundingClientRect()));return r}isSameRow(r,l){return r.top===l.top||r.left!==l.left}isSameColumn(r,l){return r.left===l.left||r.top!==l.top}getKeyBelow(r){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(r,l=>this.getNextKey(l),this.isSameRow):this.getNextKey(r)}getKeyAbove(r){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(r,l=>this.getPreviousKey(l),this.isSameRow):this.getPreviousKey(r)}getNextColumn(r,l){return l?this.getPreviousKey(r):this.getNextKey(r)}getKeyRightOf(r){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(r,this.direction==="rtl"):this.findKey(r,l=>this.getNextColumn(l,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(r,this.direction==="rtl"):null}getKeyLeftOf(r){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(r,this.direction==="ltr"):this.findKey(r,l=>this.getNextColumn(l,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(r,this.direction==="ltr"):null}getFirstKey(){let r=this.collection.getFirstKey();for(;r!=null;){let l=this.collection.getItem(r);if((l==null?void 0:l.type)==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyAfter(r)}return null}getLastKey(){let r=this.collection.getLastKey();for(;r!=null;){let l=this.collection.getItem(r);if(l.type==="item"&&!this.isDisabled(l))return r;r=this.collection.getKeyBefore(r)}return null}getItem(r){return r!==null?this.ref.current.querySelector(`[data-key="${CSS.escape(r.toString())}"]`):null}getKeyPageAbove(r){let l=this.ref.current,s=this.getItem(r);if(!s)return null;if(!op(l))return this.getFirstKey();let f=l.getBoundingClientRect(),m=s.getBoundingClientRect();if(this.orientation==="horizontal"){let p=f.x-l.scrollLeft,b=Math.max(0,m.x-p+m.width-f.width);for(;s&&m.x-p>b;)r=this.getKeyAbove(r),s=r==null?null:this.getItem(r),m=s==null?void 0:s.getBoundingClientRect()}else{let p=f.y-l.scrollTop,b=Math.max(0,m.y-p+m.height-f.height);for(;s&&m.y-p>b;)r=this.getKeyAbove(r),s=r==null?null:this.getItem(r),m=s==null?void 0:s.getBoundingClientRect()}return r??this.getFirstKey()}getKeyPageBelow(r){let l=this.ref.current,s=this.getItem(r);if(!s)return null;if(!op(l))return this.getLastKey();let f=l.getBoundingClientRect(),m=s.getBoundingClientRect();if(this.orientation==="horizontal"){let p=f.x-l.scrollLeft,b=Math.min(l.scrollWidth,m.x-p-m.width+f.width);for(;s&&m.x-p<b;)r=this.getKeyBelow(r),s=r==null?null:this.getItem(r),m=s==null?void 0:s.getBoundingClientRect()}else{let p=f.y-l.scrollTop,b=Math.min(l.scrollHeight,m.y-p-m.height+f.height);for(;s&&m.y-p<b;)r=this.getKeyBelow(r),s=r==null?null:this.getItem(r),m=s==null?void 0:s.getBoundingClientRect()}return r??this.getLastKey()}getKeyForSearch(r,l){if(!this.collator)return null;let s=this.collection,f=l||this.getFirstKey();for(;f!=null;){let m=s.getItem(f),p=m.textValue.slice(0,r.length);if(m.textValue&&this.collator.compare(p,r)===0)return f;f=this.getKeyBelow(f)}return null}constructor(...r){if(r.length===1){let l=r[0];this.collection=l.collection,this.ref=l.ref,this.collator=l.collator,this.disabledKeys=l.disabledKeys||new Set,this.disabledBehavior=l.disabledBehavior||"all",this.orientation=l.orientation,this.direction=l.direction,this.layout=l.layout||"stack"}else this.collection=r[0],this.disabledKeys=r[1],this.ref=r[2],this.collator=r[3],this.layout="stack",this.orientation="vertical",this.disabledBehavior="all";this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function gS(n){let{selectionManager:r,collection:l,disabledKeys:s,ref:f,keyboardDelegate:m}=n,p=Th({usage:"search",sensitivity:"base"}),b=r.disabledBehavior,E=x.useMemo(()=>m||new Oh({collection:l,disabledKeys:s,disabledBehavior:b,ref:f,collator:p}),[m,l,s,f,p,b]),{collectionProps:_}=pS({...n,ref:f,selectionManager:r,keyboardDelegate:E});return{listProps:_}}function E9(n,r,l){let s=Zt(n,{labelable:!0}),f=n.selectionBehavior||"toggle",m=n.linkBehavior||(f==="replace"?"action":"override");f==="toggle"&&m==="action"&&(m="override");let{listProps:p}=gS({...n,ref:l,selectionManager:r.selectionManager,collection:r.collection,disabledKeys:r.disabledKeys,linkBehavior:m}),{focusWithinProps:b}=dp({onFocusWithin:n.onFocus,onBlurWithin:n.onBlur,onFocusWithinChange:n.onFocusChange}),E=Or(n.id);Ah.set(r,{id:E,shouldUseVirtualFocus:n.shouldUseVirtualFocus,shouldSelectOnPressUp:n.shouldSelectOnPressUp,shouldFocusOnHover:n.shouldFocusOnHover,isVirtualized:n.isVirtualized,onAction:n.onAction,linkBehavior:m});let{labelProps:_,fieldProps:T}=$C({...n,id:E,labelElementType:"span"});return{labelProps:_,listBoxProps:ft(s,b,r.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...ft(T,p)})}}class C9{build(r,l){return this.context=l,yS(()=>this.iterateCollection(r))}*iterateCollection(r){let{children:l,items:s}=r;if(typeof l=="function"){if(!s)throw new Error("props.children was a function but props.items is missing");for(let f of r.items)yield*this.getFullNode({value:f},{renderer:l})}else{let f=[];x.Children.forEach(l,p=>{f.push(p)});let m=0;for(let p of f){let b=this.getFullNode({element:p,index:m},{});for(let E of b)m++,yield E}}}getKey(r,l,s,f){if(r.key!=null)return r.key;if(l.type==="cell"&&l.key!=null)return`${f}${l.key}`;let m=l.value;if(m!=null){var p;let b=(p=m.key)!==null&&p!==void 0?p:m.id;if(b==null)throw new Error("No key found for item");return b}return f?`${f}.${l.index}`:`$.${l.index}`}getChildState(r,l){return{renderer:l.renderer||r.renderer}}*getFullNode(r,l,s,f){let m=r.element;if(!m&&r.value&&l&&l.renderer){let E=this.cache.get(r.value);if(E&&(!E.shouldInvalidate||!E.shouldInvalidate(this.context))){E.index=r.index,E.parentKey=f?f.key:null,yield E;return}m=l.renderer(r.value)}if(x.isValidElement(m)){let E=m.type;if(typeof E!="function"&&typeof E.getCollectionNode!="function"){let D=typeof m.type=="function"?m.type.name:m.type;throw new Error(`Unknown element <${D}> in collection.`)}let _=E.getCollectionNode(m.props,this.context),T=r.index,w=_.next();for(;!w.done&&w.value;){let D=w.value;r.index=T;let $=D.key;$||($=D.element?null:this.getKey(m,r,l,s));let F=[...this.getFullNode({...D,key:$,index:T,wrapper:_9(r.wrapper,D.wrapper)},this.getChildState(l,D),s?`${s}${m.key}`:m.key,f)];for(let I of F){if(I.value=D.value||r.value,I.value&&this.cache.set(I.value,I),r.type&&I.type!==r.type)throw new Error(`Unsupported type <${k1(I.type)}> in <${k1(f.type)}>. Only <${k1(r.type)}> is supported.`);T++,yield I}w=_.next(F)}return}if(r.key==null)return;let p=this,b={type:r.type,props:r.props,key:r.key,parentKey:f?f.key:null,value:r.value,level:f?f.level+1:0,index:r.index,rendered:r.rendered,textValue:r.textValue,"aria-label":r["aria-label"],wrapper:r.wrapper,shouldInvalidate:r.shouldInvalidate,hasChildNodes:r.hasChildNodes,childNodes:yS(function*(){if(!r.hasChildNodes)return;let E=0;for(let _ of r.childNodes()){_.key!=null&&(_.key=`${b.key}${_.key}`),_.index=E;let T=p.getFullNode(_,p.getChildState(l,_),b.key,b);for(let w of T)E++,yield w}})};yield b}constructor(){this.cache=new WeakMap}}function yS(n){let r=[],l=null;return{*[Symbol.iterator](){for(let s of r)yield s;l||(l=n());for(let s of l)r.push(s),yield s}}}function _9(n,r){if(n&&r)return l=>n(r(l));if(n)return n;if(r)return r}function k1(n){return n[0].toUpperCase()+n.slice(1)}function bS(n,r,l){let s=x.useMemo(()=>new C9,[]),{children:f,items:m,collection:p}=n;return x.useMemo(()=>{if(p)return p;let E=s.build({children:f,items:m},l);return r(E)},[s,f,m,p,l,r])}function Fh(n,r){return typeof r.getChildren=="function"?r.getChildren(n.key):n.childNodes}function S9(n){return w9(n,0)}function w9(n,r){if(r<0)return;let l=0;for(let s of n){if(l===r)return s;l++}}function E1(n,r,l){if(r.parentKey===l.parentKey)return r.index-l.index;let s=[...xS(n,r),r],f=[...xS(n,l),l],m=s.slice(0,f.length).findIndex((p,b)=>p!==f[b]);return m!==-1?(r=s[m],l=f[m],r.index-l.index):s.findIndex(p=>p===l)>=0?1:(f.findIndex(p=>p===r)>=0,-1)}function xS(n,r){let l=[];for(;(r==null?void 0:r.parentKey)!=null;)r=n.getItem(r.parentKey),l.unshift(r);return l}const kS=new WeakMap;function C1(n){let r=kS.get(n);if(r!=null)return r;r=0;let l=s=>{for(let f of s)f.type==="section"?l(Fh(f,n)):r++};return l(n),kS.set(n,r),r}function T9(n,r,l){var s,f;let{key:m}=n,p=Ah.get(r);var b;let E=(b=n.isDisabled)!==null&&b!==void 0?b:r.selectionManager.isDisabled(m);var _;let T=(_=n.isSelected)!==null&&_!==void 0?_:r.selectionManager.isSelected(m);var w;let D=(w=n.shouldSelectOnPressUp)!==null&&w!==void 0?w:p==null?void 0:p.shouldSelectOnPressUp;var $;let A=($=n.shouldFocusOnHover)!==null&&$!==void 0?$:p==null?void 0:p.shouldFocusOnHover;var F;let I=(F=n.shouldUseVirtualFocus)!==null&&F!==void 0?F:p==null?void 0:p.shouldUseVirtualFocus;var re;let q=(re=n.isVirtualized)!==null&&re!==void 0?re:p==null?void 0:p.isVirtualized,B=Ya(),W=Ya(),R={role:"option","aria-disabled":E||void 0,"aria-selected":r.selectionManager.selectionMode!=="none"?T:void 0};qa()&&Bb()||(R["aria-label"]=n["aria-label"],R["aria-labelledby"]=B,R["aria-describedby"]=W);let j=r.collection.getItem(m);if(q){let Ce=Number(j==null?void 0:j.index);R["aria-posinset"]=Number.isNaN(Ce)?void 0:Ce+1,R["aria-setsize"]=C1(r.collection)}let ne=p!=null&&p.onAction?()=>{var Ce;return p==null||(Ce=p.onAction)===null||Ce===void 0?void 0:Ce.call(p,m)}:void 0,{itemProps:M,isPressed:ue,isFocused:K,hasAction:G,allowsSelection:be}=vS({selectionManager:r.selectionManager,key:m,ref:l,shouldSelectOnPressUp:D,allowsDifferentPressOrigin:D&&A,isVirtualized:q,shouldUseVirtualFocus:I,isDisabled:E,onAction:ne||!(j==null||(s=j.props)===null||s===void 0)&&s.onAction?Vl(j==null||(f=j.props)===null||f===void 0?void 0:f.onAction,ne):void 0,linkBehavior:p==null?void 0:p.linkBehavior}),{hoverProps:Q}=ol({isDisabled:E||!A,onHoverStart(){cp()||(r.selectionManager.setFocused(!0),r.selectionManager.setFocusedKey(m))}}),oe=Zt(j==null?void 0:j.props);delete oe.id;let _e=Ub(j==null?void 0:j.props);return{optionProps:{...R,...ft(oe,M,Q,_e),id:dS(r,m)},labelProps:{id:B},descriptionProps:{id:W},isFocused:K,isFocusVisible:K&&cp(),isSelected:T,isDisabled:E,isPressed:ue,allowsSelection:be,hasAction:G}}function D9(n){let{heading:r,"aria-label":l}=n,s=Or();return{itemProps:{role:"presentation"},headingProps:r?{id:s,role:"presentation"}:{},groupProps:{role:"group","aria-label":l,"aria-labelledby":r?s:void 0}}}var ES={};ES={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var CS={};CS={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var _S={};_S={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var SS={};SS={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var wS={};wS={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var TS={};TS={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var DS={};DS={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var $S={};$S={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var PS={};PS={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var LS={};LS={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var MS={};MS={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var NS={};NS={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var AS={};AS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var OS={};OS={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var FS={};FS={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var RS={};RS={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var zS={};zS={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var BS={};BS={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var IS={};IS={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var US={};US={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var HS={};HS={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var VS={};VS={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var KS={};KS={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var jS={};jS={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var WS={};WS={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var GS={};GS={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var YS={};YS={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var qS={};qS={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var QS={};QS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var XS={};XS={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var ZS={};ZS={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var JS={};JS={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var ew={};ew={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var tw={};tw={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var nw={};nw={"ar-AE":ES,"bg-BG":CS,"cs-CZ":_S,"da-DK":SS,"de-DE":wS,"el-GR":TS,"en-US":DS,"es-ES":$S,"et-EE":PS,"fi-FI":LS,"fr-FR":MS,"he-IL":NS,"hr-HR":AS,"hu-HU":OS,"it-IT":FS,"ja-JP":RS,"ko-KR":zS,"lt-LT":BS,"lv-LV":IS,"nb-NO":US,"nl-NL":HS,"pl-PL":VS,"pt-BR":KS,"pt-PT":jS,"ro-RO":WS,"ru-RU":GS,"sk-SK":YS,"sl-SI":qS,"sr-SP":QS,"sv-SE":XS,"tr-TR":ZS,"uk-UA":JS,"zh-CN":ew,"zh-TW":tw};function $9(n){return n&&n.__esModule?n.default:n}function _1(n,r,l){let{type:s="menu",isDisabled:f,trigger:m="press"}=n,p=Or(),{triggerProps:b,overlayProps:E}=k_({type:s},r,l),_=$=>{if(!f&&!(m==="longPress"&&!$.altKey)&&l&&l.current)switch($.key){case"Enter":case" ":if(m==="longPress")return;case"ArrowDown":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),r.toggle("first");break;case"ArrowUp":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),r.toggle("last");break;default:"continuePropagation"in $&&$.continuePropagation()}},T=Bc($9(nw),"@react-aria/menu"),{longPressProps:w}=uC({isDisabled:f||m!=="longPress",accessibilityDescription:T.format("longPressMessage"),onLongPressStart(){r.close()},onLongPress(){r.open("first")}}),D={onPressStart($){$.pointerType!=="touch"&&$.pointerType!=="keyboard"&&!f&&r.open($.pointerType==="virtual"?"first":null)},onPress($){$.pointerType==="touch"&&!f&&r.toggle()}};return delete b.onPress,{menuTriggerProps:{...b,...m==="press"?D:w,id:p,onKeyDown:_},menuProps:{...E,"aria-labelledby":p,autoFocus:r.focusStrategy||!0,onClose:r.close}}}const rw=new WeakMap;function P9(n,r,l){let{shouldFocusWrap:s=!0,onKeyDown:f,onKeyUp:m,...p}=n;!n["aria-label"]&&!n["aria-labelledby"]&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let b=Zt(n,{labelable:!0}),{listProps:E}=gS({...p,ref:l,selectionManager:r.selectionManager,collection:r.collection,disabledKeys:r.disabledKeys,shouldFocusWrap:s,linkBehavior:"override"});return rw.set(r,{onClose:n.onClose,onAction:n.onAction}),{menuProps:ft(b,{onKeyDown:f,onKeyUp:m},{role:"menu",...E,onKeyDown:_=>{_.key!=="Escape"&&E.onKeyDown(_)}})}}function iw(n,r,l){let{key:s,closeOnSelect:f,isVirtualized:m,"aria-haspopup":p,onPressStart:b,onPressUp:E,onPress:_,onPressChange:T,onPressEnd:w,onHoverStart:D,onHoverChange:$,onHoverEnd:A,onKeyDown:F,onKeyUp:I,onFocus:re,onFocusChange:q,onBlur:B}=n,W=!!p;var R;let j=(R=n.isDisabled)!==null&&R!==void 0?R:r.selectionManager.isDisabled(s);var ne;let M=(ne=n.isSelected)!==null&&ne!==void 0?ne:r.selectionManager.isSelected(s),ue=rw.get(r),K=r.collection.getItem(s),G=n.onClose||ue.onClose,be=Nc(),Q=Xe=>{var mt;W||(!(K==null||(mt=K.props)===null||mt===void 0)&&mt.onAction&&K.props.onAction(),n.onAction?n.onAction(s):ue.onAction&&ue.onAction(s),Xe.target instanceof HTMLAnchorElement&&be.open(Xe.target,Xe,K.props.href,K.props.routerOptions))},oe="menuitem";W||(r.selectionManager.selectionMode==="single"?oe="menuitemradio":r.selectionManager.selectionMode==="multiple"&&(oe="menuitemcheckbox"));let _e=Ya(),Ce=Ya(),ye=Ya(),pe={"aria-disabled":j||void 0,role:oe,"aria-label":n["aria-label"],"aria-labelledby":_e,"aria-describedby":[Ce,ye].filter(Boolean).join(" ")||void 0,"aria-controls":n["aria-controls"],"aria-haspopup":p,"aria-expanded":n["aria-expanded"]};r.selectionManager.selectionMode!=="none"&&!W&&(pe["aria-checked"]=M),m&&(pe["aria-posinset"]=K==null?void 0:K.index,pe["aria-setsize"]=C1(r.collection));let X=Xe=>{Xe.pointerType==="keyboard"&&Q(Xe),b==null||b(Xe)},Y=Xe=>{Xe.pointerType!=="keyboard"&&(Q(Xe),!W&&G&&(f??(r.selectionManager.selectionMode!=="multiple"||r.selectionManager.isLink(s)))&&G()),E==null||E(Xe)},{itemProps:ke,isFocused:fe}=vS({selectionManager:r.selectionManager,key:s,ref:l,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none"}),{pressProps:Me,isPressed:Ue}=ap({onPressStart:X,onPress:_,onPressUp:Y,onPressChange:T,onPressEnd:w,isDisabled:j}),{hoverProps:Be}=ol({isDisabled:j,onHoverStart(Xe){cp()||(r.selectionManager.setFocused(!0),r.selectionManager.setFocusedKey(s)),D==null||D(Xe)},onHoverChange:$,onHoverEnd:A}),{keyboardProps:Fe}=aC({onKeyDown:Xe=>{if(Xe.repeat){Xe.continuePropagation();return}switch(Xe.key){case" ":!j&&r.selectionManager.selectionMode==="none"&&!W&&f!==!1&&G&&G();break;case"Enter":!j&&f!==!1&&!W&&G&&G();break;default:W||Xe.continuePropagation(),F==null||F(Xe);break}},onKeyUp:I}),{focusProps:we}=vh({onBlur:B,onFocus:re,onFocusChange:q}),$e=Zt(K.props);delete $e.id;let je=Ub(K.props);return{menuItemProps:{...pe,...ft($e,je,W?{onFocus:ke.onFocus,"data-key":ke["data-key"]}:ke,Me,Be,Fe,we),tabIndex:ke.tabIndex!=null?-1:void 0},labelProps:{id:_e},descriptionProps:{id:Ce},keyboardShortcutProps:{id:ye},isFocused:fe,isSelected:M,isPressed:Ue,isDisabled:j}}function L9(n){let{heading:r,"aria-label":l}=n,s=Or();return{itemProps:{role:"presentation"},headingProps:r?{id:s,role:"presentation"}:{},groupProps:{role:"group","aria-label":l,"aria-labelledby":r?s:void 0}}}const Rh=2,M9=50,N9=1e3,ow=Math.PI/12;function A9(n){let{menuRef:r,submenuRef:l,isOpen:s,isDisabled:f}=n,m=x.useRef(),p=x.useRef(),b=x.useRef(0),E=x.useRef(),_=x.useRef(),T=x.useRef(),w=x.useRef(2),[D,$]=x.useState(!1);ip({ref:l,onResize:()=>{l.current&&(p.current=l.current.getBoundingClientRect(),T.current=void 0)}});let F=()=>{$(!1),w.current=Rh,m.current=void 0},I=rC();x.useEffect(()=>{D&&r.current?r.current.style.pointerEvents="none":r.current.style.pointerEvents=""},[r,D]),x.useEffect(()=>{let re=l.current,q=r.current;if(f||!re||!s||I!=="pointer"){F();return}p.current=re.getBoundingClientRect();let B=W=>{if(W.pointerType==="touch"||W.pointerType==="pen")return;let R=Date.now();if(R-b.current<M9)return;clearTimeout(E.current),clearTimeout(_.current);let{clientX:j,clientY:ne}=W;if(!m.current){m.current={x:j,y:ne};return}if(!p.current)return;if(T.current||(T.current=j>p.current.right?"left":"right"),j<q.getBoundingClientRect().left||j>q.getBoundingClientRect().right||ne<q.getBoundingClientRect().top||ne>q.getBoundingClientRect().bottom){F();return}let M=m.current.x,ue=m.current.y,K=T.current==="right"?p.current.left-M:M-p.current.right,G=Math.atan2(ue-p.current.top,K)+ow,be=Math.atan2(ue-p.current.bottom,K)-ow,Q=Math.atan2(ue-ne,T.current==="left"?-(j-M):j-M),oe=Q<G&&Q>be;w.current=oe?Math.min(w.current+1,Rh):Math.max(w.current-1,0),w.current>=Rh?$(!0):$(!1),b.current=R,m.current={x:j,y:ne},oe&&(E.current=setTimeout(()=>{F(),_.current=setTimeout(()=>{let _e=document.elementFromPoint(j,ne);_e&&q.contains(_e)&&_e.dispatchEvent(new PointerEvent("pointerover",{bubbles:!0,cancelable:!0}))},100)},N9))};return window.addEventListener("pointermove",B),()=>{window.removeEventListener("pointermove",B),clearTimeout(E.current),clearTimeout(_.current),w.current=Rh}},[f,s,r,I,$,l])}function O9(n,r,l){let{parentMenuRef:s,submenuRef:f,type:m="menu",isDisabled:p,node:b,delay:E=200}=n,_=Or(),T=Or(),{direction:w}=Xa(),D=x.useRef(),$=x.useCallback(()=>{D.current&&(clearTimeout(D.current),D.current=void 0)},[D]),A=Fn(M=>{$(),r.open(M)}),F=Fn(()=>{$(),r.close()});jt(()=>()=>{$()},[$]);let I=M=>{switch(M.key){case"ArrowLeft":w==="ltr"&&M.currentTarget.contains(M.target)&&(M.stopPropagation(),F(),l.current.focus());break;case"ArrowRight":w==="rtl"&&M.currentTarget.contains(M.target)&&(M.stopPropagation(),F(),l.current.focus());break;case"Escape":M.stopPropagation(),r.closeAll();break}},re={id:T,"aria-label":b.textValue,submenuLevel:r.submenuLevel,...m==="menu"&&{onClose:r.closeAll,autoFocus:r.focusStrategy,onKeyDown:I}},q=M=>{switch(M.key){case"ArrowRight":p||(w==="ltr"?(r.isOpen||A("first"),m==="menu"&&(f!=null&&f.current)&&document.activeElement===(l==null?void 0:l.current)&&f.current.focus()):r.isOpen?F():M.continuePropagation());break;case"ArrowLeft":p||(w==="rtl"?(r.isOpen||A("first"),m==="menu"&&(f!=null&&f.current)&&document.activeElement===(l==null?void 0:l.current)&&f.current.focus()):r.isOpen?F():M.continuePropagation());break;case"Escape":r.closeAll();break;default:M.continuePropagation();break}},B=M=>{!p&&(M.pointerType==="virtual"||M.pointerType==="keyboard")&&A("first")},W=M=>{!p&&(M.pointerType==="touch"||M.pointerType==="mouse")&&A()},R=M=>{p||(M&&!r.isOpen?D.current||(D.current=setTimeout(()=>{A()},E)):M||$())},j=M=>{r.isOpen&&s.current.contains(M.relatedTarget)&&F()},ne=M=>M!==l.current;return A9({menuRef:s,submenuRef:f,isOpen:r.isOpen,isDisabled:p}),{submenuTriggerProps:{id:_,"aria-controls":r.isOpen?T:void 0,"aria-haspopup":p?void 0:m,"aria-expanded":r.isOpen?"true":"false",onPressStart:B,onPress:W,onHoverChange:R,onKeyDown:q,onBlur:j,isOpen:r.isOpen},submenuProps:re,popoverProps:{isNonModal:!0,disableFocusManagement:!0,shouldCloseOnInteractOutside:ne}}}function S1(n,r){let{inputElementType:l="input",isDisabled:s=!1,isRequired:f=!1,isReadOnly:m=!1,type:p="text",validationBehavior:b="aria"}=n,[E,_]=cs(n.value,n.defaultValue||"",n.onChange),{focusableProps:T}=l1(n,r),w=Ph({...n,value:E}),{isInvalid:D,validationErrors:$,validationDetails:A}=w.displayValidation,{labelProps:F,fieldProps:I,descriptionProps:re,errorMessageProps:q}=PC({...n,isInvalid:D,errorMessage:n.errorMessage||$}),B=Zt(n,{labelable:!0});const W={type:p,pattern:n.pattern};return Gb(r,E,_),SC(n,w,r),x.useEffect(()=>{if(r.current instanceof no(r.current).HTMLTextAreaElement){let R=r.current;Object.defineProperty(R,"defaultValue",{get:()=>R.value,set:()=>{},configurable:!0})}},[r]),{labelProps:F,inputProps:ft(B,l==="input"&&W,{disabled:s,readOnly:m,required:f&&b==="native","aria-required":f&&b==="aria"||void 0,"aria-invalid":D||void 0,"aria-errormessage":n["aria-errormessage"],"aria-activedescendant":n["aria-activedescendant"],"aria-autocomplete":n["aria-autocomplete"],"aria-haspopup":n["aria-haspopup"],value:E,onChange:R=>_(R.target.value),autoComplete:n.autoComplete,autoCapitalize:n.autoCapitalize,maxLength:n.maxLength,minLength:n.minLength,name:n.name,placeholder:n.placeholder,inputMode:n.inputMode,onCopy:n.onCopy,onCut:n.onCut,onPaste:n.onPaste,onCompositionEnd:n.onCompositionEnd,onCompositionStart:n.onCompositionStart,onCompositionUpdate:n.onCompositionUpdate,onSelect:n.onSelect,onBeforeInput:n.onBeforeInput,onInput:n.onInput,...T,...I}),descriptionProps:re,errorMessageProps:q,isInvalid:D,validationErrors:$,validationDetails:A}}function lw(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function F9(n,r,l){let s=Fn(w=>{let D=l.current,$;switch(w.inputType){case"historyUndo":case"historyRedo":return;case"insertLineBreak":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":$=D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd);break;case"deleteContentForward":$=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":$=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":$=D.value.slice(D.selectionStart);break;default:w.data!=null&&($=D.value.slice(0,D.selectionStart)+w.data+D.value.slice(D.selectionEnd));break}($==null||!r.validate($))&&w.preventDefault()});x.useEffect(()=>{if(!lw())return;let w=l.current;return w.addEventListener("beforeinput",s,!1),()=>{w.removeEventListener("beforeinput",s,!1)}},[l,s]);let f=lw()?null:w=>{let D=w.target.value.slice(0,w.target.selectionStart)+w.data+w.target.value.slice(w.target.selectionEnd);r.validate(D)||w.preventDefault()},{labelProps:m,inputProps:p,descriptionProps:b,errorMessageProps:E,..._}=S1(n,l),T=x.useRef(null);return{inputProps:ft(p,{onBeforeInput:f,onCompositionStart(){let{value:w,selectionStart:D,selectionEnd:$}=l.current;T.current={value:w,selectionStart:D,selectionEnd:$}},onCompositionEnd(){if(!r.validate(l.current.value)){let{value:w,selectionStart:D,selectionEnd:$}=T.current;l.current.value=w,l.current.setSelectionRange(D,$),r.setInputValue(w)}}}),labelProps:m,descriptionProps:b,errorMessageProps:E,..._}}function R9(n){return n&&n.__esModule?n.default:n}function z9(n,r){let{buttonRef:l,popoverRef:s,inputRef:f,listBoxRef:m,keyboardDelegate:p,shouldFocusWrap:b,isReadOnly:E,isDisabled:_}=n,T=Bc(R9(d_),"@react-aria/combobox"),{menuTriggerProps:w,menuProps:D}=_1({type:"listbox",isDisabled:_||E},r,l);Ah.set(r,{id:D.id});let $=x.useMemo(()=>p||new Oh(r.collection,r.disabledKeys,m),[p,r.collection,r.disabledKeys,m]),{collectionProps:A}=pS({selectionManager:r.selectionManager,keyboardDelegate:$,disallowTypeAhead:!0,disallowEmptySelection:!0,shouldFocusWrap:b,ref:f,isVirtualized:!0}),F=Nc(),I=we=>{switch(we.key){case"Enter":case"Tab":if(r.isOpen&&we.key==="Enter"&&we.preventDefault(),r.isOpen&&r.selectionManager.focusedKey!=null&&r.selectionManager.isLink(r.selectionManager.focusedKey)){if(we.key==="Enter"){let $e=m.current.querySelector(`[data-key="${CSS.escape(r.selectionManager.focusedKey.toString())}"]`);if($e instanceof HTMLAnchorElement){let je=r.collection.getItem(r.selectionManager.focusedKey);F.open($e,we,je.props.href,je.props.routerOptions)}}r.close()}else r.commit();break;case"Escape":(r.selectedKey!==null||r.inputValue===""||n.allowsCustomValue)&&we.continuePropagation(),r.revert();break;case"ArrowDown":r.open("first","manual");break;case"ArrowUp":r.open("last","manual");break;case"ArrowLeft":case"ArrowRight":r.selectionManager.setFocusedKey(null);break}},re=we=>{var $e;let je=(l==null?void 0:l.current)&&l.current===we.relatedTarget,Xe=($e=s.current)===null||$e===void 0?void 0:$e.contains(we.relatedTarget);je||Xe||(n.onBlur&&n.onBlur(we),r.setFocused(!1))},q=we=>{r.isFocused||(n.onFocus&&n.onFocus(we),r.setFocused(!0))},{isInvalid:B,validationErrors:W,validationDetails:R}=r.displayValidation,{labelProps:j,inputProps:ne,descriptionProps:M,errorMessageProps:ue}=S1({...n,onChange:r.setInputValue,onKeyDown:E?n.onKeyDown:Vl(r.isOpen&&A.onKeyDown,I,n.onKeyDown),onBlur:re,value:r.inputValue,onFocus:q,autoComplete:"off",validate:void 0,[$h]:r},f),K=we=>{we.pointerType==="touch"&&(f.current.focus(),r.toggle(null,"manual"))},G=we=>{we.pointerType!=="touch"&&(f.current.focus(),r.toggle(we.pointerType==="keyboard"||we.pointerType==="virtual"?"first":null,"manual"))},be=uh({id:w.id,"aria-label":T.format("buttonLabel"),"aria-labelledby":n["aria-labelledby"]||j.id}),Q=uh({id:D.id,"aria-label":T.format("listboxLabel"),"aria-labelledby":n["aria-labelledby"]||j.id}),oe=x.useRef(0),_e=we=>{if(_||E)return;if(we.timeStamp-oe.current<500){we.preventDefault(),f.current.focus();return}let $e=we.target.getBoundingClientRect(),je=we.changedTouches[0],Xe=Math.ceil($e.left+.5*$e.width),mt=Math.ceil($e.top+.5*$e.height);je.clientX===Xe&&je.clientY===mt&&(we.preventDefault(),f.current.focus(),r.toggle(null,"manual"),oe.current=we.timeStamp)},Ce=r.selectionManager.focusedKey!=null&&r.isOpen?r.collection.getItem(r.selectionManager.focusedKey):void 0;var ye;let pe=(ye=Ce==null?void 0:Ce.parentKey)!==null&&ye!==void 0?ye:null;var X;let Y=(X=r.selectionManager.focusedKey)!==null&&X!==void 0?X:null,ke=x.useRef(pe),fe=x.useRef(Y);x.useEffect(()=>{if(ah()&&Ce!=null&&Y!==fe.current){let we=r.selectionManager.isSelected(Y),$e=pe!=null?r.collection.getItem(pe):null,je=($e==null?void 0:$e["aria-label"])||(typeof($e==null?void 0:$e.rendered)=="string"?$e.rendered:"")||"",Xe=T.format("focusAnnouncement",{isGroupChange:$e&&pe!==ke.current,groupTitle:je,groupCount:$e?[...Fh($e,r.collection)].length:0,optionText:Ce["aria-label"]||Ce.textValue||"",isSelected:we});Dh(Xe)}ke.current=pe,fe.current=Y});let Me=C1(r.collection),Ue=x.useRef(Me),Be=x.useRef(r.isOpen);x.useEffect(()=>{let we=r.isOpen!==Be.current&&(r.selectionManager.focusedKey==null||ah());if(r.isOpen&&(we||Me!==Ue.current)){let $e=T.format("countAnnouncement",{optionCount:Me});Dh($e)}Ue.current=Me,Be.current=r.isOpen});let Fe=x.useRef(r.selectedKey);return x.useEffect(()=>{if(ah()&&r.isFocused&&r.selectedItem&&r.selectedKey!==Fe.current){let we=r.selectedItem["aria-label"]||r.selectedItem.textValue||"",$e=T.format("selectedAnnouncement",{optionText:we});Dh($e)}Fe.current=r.selectedKey}),x.useEffect(()=>{if(r.isOpen)return b1([f.current,s.current])},[r.isOpen,f,s]),{labelProps:j,buttonProps:{...w,...be,excludeFromTabOrder:!0,onPress:K,onPressStart:G,isDisabled:_||E},inputProps:ft(ne,{role:"combobox","aria-expanded":w["aria-expanded"],"aria-controls":r.isOpen?D.id:void 0,"aria-autocomplete":"list","aria-activedescendant":Ce?dS(r,Ce.key):void 0,onTouchEnd:_e,autoCorrect:"off",spellCheck:"false"}),listBoxProps:ft(D,Q,{autoFocus:r.focusStrategy,shouldUseVirtualFocus:!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,linkBehavior:"selection"}),descriptionProps:M,errorMessageProps:ue,isInvalid:B,validationErrors:W,validationDetails:R}}var aw={};aw={Empty:"فارغ"};var uw={};uw={Empty:"Изпразни"};var sw={};sw={Empty:"Prázdné"};var cw={};cw={Empty:"Tom"};var dw={};dw={Empty:"Leer"};var fw={};fw={Empty:"Άδειο"};var pw={};pw={Empty:"Empty"};var vw={};vw={Empty:"Vacío"};var mw={};mw={Empty:"Tühjenda"};var hw={};hw={Empty:"Tyhjä"};var gw={};gw={Empty:"Vide"};var yw={};yw={Empty:"ריק"};var bw={};bw={Empty:"Prazno"};var xw={};xw={Empty:"Üres"};var kw={};kw={Empty:"Vuoto"};var Ew={};Ew={Empty:"空"};var Cw={};Cw={Empty:"비어 있음"};var _w={};_w={Empty:"Tuščias"};var Sw={};Sw={Empty:"Tukšs"};var ww={};ww={Empty:"Tom"};var Tw={};Tw={Empty:"Leeg"};var Dw={};Dw={Empty:"Pusty"};var $w={};$w={Empty:"Vazio"};var Pw={};Pw={Empty:"Vazio"};var Lw={};Lw={Empty:"Gol"};var Mw={};Mw={Empty:"Не заполнено"};var Nw={};Nw={Empty:"Prázdne"};var Aw={};Aw={Empty:"Prazen"};var Ow={};Ow={Empty:"Prazno"};var Fw={};Fw={Empty:"Tomt"};var Rw={};Rw={Empty:"Boş"};var zw={};zw={Empty:"Пусто"};var Bw={};Bw={Empty:"空"};var Iw={};Iw={Empty:"空白"};var Uw={};Uw={"ar-AE":aw,"bg-BG":uw,"cs-CZ":sw,"da-DK":cw,"de-DE":dw,"el-GR":fw,"en-US":pw,"es-ES":vw,"et-EE":mw,"fi-FI":hw,"fr-FR":gw,"he-IL":yw,"hr-HR":bw,"hu-HU":xw,"it-IT":kw,"ja-JP":Ew,"ko-KR":Cw,"lt-LT":_w,"lv-LV":Sw,"nb-NO":ww,"nl-NL":Tw,"pl-PL":Dw,"pt-BR":$w,"pt-PT":Pw,"ro-RO":Lw,"ru-RU":Mw,"sk-SK":Nw,"sl-SI":Aw,"sr-SP":Ow,"sv-SE":Fw,"tr-TR":Rw,"uk-UA":zw,"zh-CN":Bw,"zh-TW":Iw};function B9(n){return n&&n.__esModule?n.default:n}function I9(n){const r=x.useRef();let{value:l,textValue:s,minValue:f,maxValue:m,isDisabled:p,isReadOnly:b,isRequired:E,onIncrement:_,onIncrementPage:T,onDecrement:w,onDecrementPage:D,onDecrementToMin:$,onIncrementToMax:A}=n;const F=Bc(B9(Uw),"@react-aria/spinbutton"),I=()=>clearTimeout(r.current);x.useEffect(()=>()=>I(),[]);let re=G=>{if(!(G.ctrlKey||G.metaKey||G.shiftKey||G.altKey||b))switch(G.key){case"PageUp":if(T){G.preventDefault(),T==null||T();break}case"ArrowUp":case"Up":_&&(G.preventDefault(),_==null||_());break;case"PageDown":if(D){G.preventDefault(),D==null||D();break}case"ArrowDown":case"Down":w&&(G.preventDefault(),w==null||w());break;case"Home":$&&(G.preventDefault(),$==null||$());break;case"End":A&&(G.preventDefault(),A==null||A());break}},q=x.useRef(!1),B=()=>{q.current=!0},W=()=>{q.current=!1},R=s===""?F.format("Empty"):(s||`${l}`).replace("-","−");x.useEffect(()=>{q.current&&(jP("assertive"),Dh(R,"assertive"))},[R]);const j=Fn(G=>{I(),_==null||_(),r.current=window.setTimeout(()=>{(m===void 0||isNaN(m)||l===void 0||isNaN(l)||l<m)&&j(60)},G)}),ne=Fn(G=>{I(),w==null||w(),r.current=window.setTimeout(()=>{(f===void 0||isNaN(f)||l===void 0||isNaN(l)||l>f)&&ne(60)},G)});let M=G=>{G.preventDefault()},{addGlobalListener:ue,removeAllGlobalListeners:K}=Vb();return{spinButtonProps:{role:"spinbutton","aria-valuenow":l!==void 0&&!isNaN(l)?l:void 0,"aria-valuetext":R,"aria-valuemin":f,"aria-valuemax":m,"aria-disabled":p||void 0,"aria-readonly":b||void 0,"aria-required":E||void 0,onKeyDown:re,onFocus:B,onBlur:W},incrementButtonProps:{onPressStart:()=>{j(400),ue(window,"contextmenu",M)},onPressEnd:()=>{I(),K()},onFocus:B,onBlur:W},decrementButtonProps:{onPressStart:()=>{ne(400),ue(window,"contextmenu",M)},onPressEnd:()=>{I(),K()},onFocus:B,onBlur:W}}}function U9(n,r){let{role:l="dialog"}=n,s=Ya();s=n["aria-label"]?void 0:s;let f=x.useRef(!1);return x.useEffect(()=>{if(r.current&&!r.current.contains(document.activeElement)){fs(r.current);let m=setTimeout(()=>{document.activeElement===r.current&&(f.current=!0,r.current&&(r.current.blur(),fs(r.current)),f.current=!1)},500);return()=>{clearTimeout(m)}}},[r]),cS(),{dialogProps:{...Zt(n,{labelable:!0}),role:l,tabIndex:-1,"aria-labelledby":n["aria-labelledby"]||s,onBlur:m=>{f.current&&m.stopPropagation()}},titleProps:{id:s}}}var Hw={};Hw={decrease:n=>`خفض ${n.fieldLabel}`,increase:n=>`زيادة ${n.fieldLabel}`,numberField:"حقل رقمي"};var Vw={};Vw={decrease:n=>`Намаляване ${n.fieldLabel}`,increase:n=>`Усилване ${n.fieldLabel}`,numberField:"Номер на полето"};var Kw={};Kw={decrease:n=>`Snížit ${n.fieldLabel}`,increase:n=>`Zvýšit ${n.fieldLabel}`,numberField:"Číselné pole"};var jw={};jw={decrease:n=>`Reducer ${n.fieldLabel}`,increase:n=>`Øg ${n.fieldLabel}`,numberField:"Talfelt"};var Ww={};Ww={decrease:n=>`${n.fieldLabel} verringern`,increase:n=>`${n.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var Gw={};Gw={decrease:n=>`Μείωση ${n.fieldLabel}`,increase:n=>`Αύξηση ${n.fieldLabel}`,numberField:"Πεδίο αριθμού"};var Yw={};Yw={decrease:n=>`Decrease ${n.fieldLabel}`,increase:n=>`Increase ${n.fieldLabel}`,numberField:"Number field"};var qw={};qw={decrease:n=>`Reducir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo de número"};var Qw={};Qw={decrease:n=>`Vähenda ${n.fieldLabel}`,increase:n=>`Suurenda ${n.fieldLabel}`,numberField:"Numbri väli"};var Xw={};Xw={decrease:n=>`Vähennä ${n.fieldLabel}`,increase:n=>`Lisää ${n.fieldLabel}`,numberField:"Numerokenttä"};var Zw={};Zw={decrease:n=>`Diminuer ${n.fieldLabel}`,increase:n=>`Augmenter ${n.fieldLabel}`,numberField:"Champ de nombre"};var Jw={};Jw={decrease:n=>`הקטן ${n.fieldLabel}`,increase:n=>`הגדל ${n.fieldLabel}`,numberField:"שדה מספר"};var e2={};e2={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var t2={};t2={decrease:n=>`${n.fieldLabel} csökkentése`,increase:n=>`${n.fieldLabel} növelése`,numberField:"Számmező"};var n2={};n2={decrease:n=>`Riduci ${n.fieldLabel}`,increase:n=>`Aumenta ${n.fieldLabel}`,numberField:"Campo numero"};var r2={};r2={decrease:n=>`${n.fieldLabel}を縮小`,increase:n=>`${n.fieldLabel}を拡大`,numberField:"数値フィールド"};var i2={};i2={decrease:n=>`${n.fieldLabel} 감소`,increase:n=>`${n.fieldLabel} 증가`,numberField:"번호 필드"};var o2={};o2={decrease:n=>`Sumažinti ${n.fieldLabel}`,increase:n=>`Padidinti ${n.fieldLabel}`,numberField:"Numerio laukas"};var l2={};l2={decrease:n=>`Samazināšana ${n.fieldLabel}`,increase:n=>`Palielināšana ${n.fieldLabel}`,numberField:"Skaitļu lauks"};var a2={};a2={decrease:n=>`Reduser ${n.fieldLabel}`,increase:n=>`Øk ${n.fieldLabel}`,numberField:"Tallfelt"};var u2={};u2={decrease:n=>`${n.fieldLabel} verlagen`,increase:n=>`${n.fieldLabel} verhogen`,numberField:"Getalveld"};var s2={};s2={decrease:n=>`Zmniejsz ${n.fieldLabel}`,increase:n=>`Zwiększ ${n.fieldLabel}`,numberField:"Pole numeru"};var c2={};c2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo de número"};var d2={};d2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo numérico"};var f2={};f2={decrease:n=>`Scădere ${n.fieldLabel}`,increase:n=>`Creștere ${n.fieldLabel}`,numberField:"Câmp numeric"};var p2={};p2={decrease:n=>`Уменьшение ${n.fieldLabel}`,increase:n=>`Увеличение ${n.fieldLabel}`,numberField:"Числовое поле"};var v2={};v2={decrease:n=>`Znížiť ${n.fieldLabel}`,increase:n=>`Zvýšiť ${n.fieldLabel}`,numberField:"Číselné pole"};var m2={};m2={decrease:n=>`Upadati ${n.fieldLabel}`,increase:n=>`Povečajte ${n.fieldLabel}`,numberField:"Številčno polje"};var h2={};h2={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var g2={};g2={decrease:n=>`Minska ${n.fieldLabel}`,increase:n=>`Öka ${n.fieldLabel}`,numberField:"Nummerfält"};var y2={};y2={decrease:n=>`${n.fieldLabel} azalt`,increase:n=>`${n.fieldLabel} arttır`,numberField:"Sayı alanı"};var b2={};b2={decrease:n=>`Зменшити ${n.fieldLabel}`,increase:n=>`Збільшити ${n.fieldLabel}`,numberField:"Поле номера"};var x2={};x2={decrease:n=>`降低 ${n.fieldLabel}`,increase:n=>`提高 ${n.fieldLabel}`,numberField:"数字字段"};var k2={};k2={decrease:n=>`縮小 ${n.fieldLabel}`,increase:n=>`放大 ${n.fieldLabel}`,numberField:"數字欄位"};var E2={};E2={"ar-AE":Hw,"bg-BG":Vw,"cs-CZ":Kw,"da-DK":jw,"de-DE":Ww,"el-GR":Gw,"en-US":Yw,"es-ES":qw,"et-EE":Qw,"fi-FI":Xw,"fr-FR":Zw,"he-IL":Jw,"hr-HR":e2,"hu-HU":t2,"it-IT":n2,"ja-JP":r2,"ko-KR":i2,"lt-LT":o2,"lv-LV":l2,"nb-NO":a2,"nl-NL":u2,"pl-PL":s2,"pt-BR":c2,"pt-PT":d2,"ro-RO":f2,"ru-RU":p2,"sk-SK":v2,"sl-SI":m2,"sr-SP":h2,"sv-SE":g2,"tr-TR":y2,"uk-UA":b2,"zh-CN":x2,"zh-TW":k2};function H9(n){return n&&n.__esModule?n.default:n}function V9(n,r,l){let{id:s,decrementAriaLabel:f,incrementAriaLabel:m,isDisabled:p,isReadOnly:b,isRequired:E,minValue:_,maxValue:T,autoFocus:w,label:D,formatOptions:$,onBlur:A=()=>{},onFocus:F,onFocusChange:I,onKeyDown:re,onKeyUp:q,description:B,errorMessage:W,isWheelDisabled:R,...j}=n,{increment:ne,incrementToMax:M,decrement:ue,decrementToMin:K,numberValue:G,inputValue:be,commit:Q,commitValidation:oe}=r;const _e=Bc(H9(E2),"@react-aria/numberfield");let Ce=Or(s),{focusProps:ye}=vh({onBlur(){Q()}}),pe=CC($),X=x.useMemo(()=>pe.resolvedOptions(),[pe]),Y=CC({...$,currencySign:void 0}),ke=x.useMemo(()=>isNaN(G)?"":Y.format(G),[Y,G]),{spinButtonProps:fe,incrementButtonProps:Me,decrementButtonProps:Ue}=I9({isDisabled:p,isReadOnly:b,isRequired:E,maxValue:T,minValue:_,onIncrement:ne,onIncrementToMax:M,onDecrement:ue,onDecrementToMin:K,value:G,textValue:ke}),[Be,Fe]=x.useState(!1),{focusWithinProps:we}=dp({isDisabled:p,onFocusWithinChange:Fe}),$e=x.useCallback(Te=>{Math.abs(Te.deltaY)<=Math.abs(Te.deltaX)||(Te.deltaY>0?ne():Te.deltaY<0&&ue())},[ue,ne]);aP({onScroll:$e,isDisabled:R||p||b||!Be},l);let Xe=X.maximumFractionDigits>0,mt=r.minValue===void 0||isNaN(r.minValue)||r.minValue<0,De="numeric";O3()?mt?De="text":Xe&&(De="decimal"):Ib()&&(mt?De="numeric":Xe&&(De="decimal"));let It=Te=>{r.validate(Te)&&r.setInputValue(Te)},Wt=Zt(n),bn=x.useCallback(Te=>{Te.key==="Enter"?(Q(),oe()):Te.continuePropagation()},[Q,oe]),{isInvalid:Qn,validationErrors:Xn,validationDetails:ni}=r.displayValidation,{labelProps:dt,inputProps:_t,descriptionProps:Ot,errorMessageProps:$o}=F9({...j,...Wt,name:void 0,label:D,autoFocus:w,isDisabled:p,isReadOnly:b,isRequired:E,validate:void 0,[$h]:r,value:be,defaultValue:void 0,autoComplete:"off","aria-label":n["aria-label"]||void 0,"aria-labelledby":n["aria-labelledby"]||void 0,id:Ce,type:"text",inputMode:De,onChange:It,onBlur:A,onFocus:F,onFocusChange:I,onKeyDown:x.useMemo(()=>Vl(bn,re),[bn,re]),onKeyUp:q,description:B,errorMessage:W},r,l);Gb(l,r.numberValue,r.setNumberValue);let Rr=ft(fe,ye,_t,{role:null,"aria-roledescription":rp()?null:_e.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});n.validationBehavior==="native"&&(Rr["aria-required"]=void 0);let Hi=Te=>{var qe;document.activeElement!==l.current&&(Te.pointerType==="mouse"?(qe=l.current)===null||qe===void 0||qe.focus():Te.target.focus())},zr=n["aria-label"]||(typeof n.label=="string"?n.label:""),dr;zr||(dr=n.label!=null?dt.id:n["aria-labelledby"]);let Zn=Or(),Br=Or(),ra=ft(Me,{"aria-label":m||_e.format("increase",{fieldLabel:zr}).trim(),id:dr&&!m?Zn:null,"aria-labelledby":dr&&!m?`${Zn} ${dr}`:null,"aria-controls":Ce,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!r.canIncrement,onPressStart:Hi}),so=ft(Ue,{"aria-label":f||_e.format("decrease",{fieldLabel:zr}).trim(),id:dr&&!f?Br:null,"aria-labelledby":dr&&!f?`${Br} ${dr}`:null,"aria-controls":Ce,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!r.canDecrement,onPressStart:Hi});return{groupProps:{...we,role:"group","aria-disabled":p,"aria-invalid":Qn?"true":void 0},labelProps:dt,inputProps:Rr,incrementButtonProps:ra,decrementButtonProps:so,errorMessageProps:$o,descriptionProps:Ot,isInvalid:Qn,validationErrors:Xn,validationDetails:ni}}const C2=new WeakMap;function K9(n,r,l){let{keyboardDelegate:s,isDisabled:f,isRequired:m,name:p,validationBehavior:b="aria"}=n,E=Th({usage:"search",sensitivity:"base"}),_=x.useMemo(()=>s||new Oh(r.collection,r.disabledKeys,null,E),[s,r.collection,r.disabledKeys,E]),{menuTriggerProps:T,menuProps:w}=_1({isDisabled:f,type:"listbox"},r,l),D=M=>{switch(M.key){case"ArrowLeft":{M.preventDefault();let ue=r.selectedKey!=null?_.getKeyAbove(r.selectedKey):_.getFirstKey();ue&&r.setSelectedKey(ue);break}case"ArrowRight":{M.preventDefault();let ue=r.selectedKey!=null?_.getKeyBelow(r.selectedKey):_.getFirstKey();ue&&r.setSelectedKey(ue);break}}},{typeSelectProps:$}=fS({keyboardDelegate:_,selectionManager:r.selectionManager,onTypeSelect(M){r.setSelectedKey(M)}}),{isInvalid:A,validationErrors:F,validationDetails:I}=r.displayValidation,{labelProps:re,fieldProps:q,descriptionProps:B,errorMessageProps:W}=PC({...n,labelElementType:"span",isInvalid:A,errorMessage:n.errorMessage||F});$.onKeyDown=$.onKeyDownCapture,delete $.onKeyDownCapture;let R=Zt(n,{labelable:!0}),j=ft($,T,q),ne=Or();return C2.set(r,{isDisabled:f,isRequired:m,name:p,validationBehavior:b}),{labelProps:{...re,onClick:()=>{n.isDisabled||(l.current.focus(),nC("keyboard"))}},triggerProps:ft(R,{...j,isDisabled:f,onKeyDown:Vl(j.onKeyDown,D,n.onKeyDown),onKeyUp:n.onKeyUp,"aria-labelledby":[ne,j["aria-labelledby"],j["aria-label"]&&!j["aria-labelledby"]?j.id:null].filter(Boolean).join(" "),onFocus(M){r.isFocused||(n.onFocus&&n.onFocus(M),n.onFocusChange&&n.onFocusChange(!0),r.setFocused(!0))},onBlur(M){r.isOpen||(n.onBlur&&n.onBlur(M),n.onFocusChange&&n.onFocusChange(!1),r.setFocused(!1))}}),valueProps:{id:ne},menuProps:{...w,autoFocus:r.focusStrategy||!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,disallowEmptySelection:!0,linkBehavior:"selection",onBlur:M=>{M.currentTarget.contains(M.relatedTarget)||(n.onBlur&&n.onBlur(M),n.onFocusChange&&n.onFocusChange(!1),r.setFocused(!1))},"aria-labelledby":[q["aria-labelledby"],j["aria-label"]&&!q["aria-labelledby"]?j.id:null].filter(Boolean).join(" ")},descriptionProps:B,errorMessageProps:W,isInvalid:A,validationErrors:F,validationDetails:I}}function j9(n,r,l){let s=C2.get(r)||{},{autoComplete:f,name:m=s.name,isDisabled:p=s.isDisabled}=n,{validationBehavior:b,isRequired:E}=s,_=rC(),{visuallyHiddenProps:T}=aS();Gb(n.selectRef,r.selectedKey,r.setSelectedKey),SC({validationBehavior:b,focus:()=>l.current.focus()},r,n.selectRef);var w;return{containerProps:{...T,"aria-hidden":!0,"data-react-aria-prevent-focus":!0,"data-a11y-ignore":"aria-hidden-focus"},inputProps:{type:"text",tabIndex:_==null||r.isFocused||r.isOpen?-1:0,style:{fontSize:16},onFocus:()=>l.current.focus(),disabled:p},selectProps:{tabIndex:-1,autoComplete:f,disabled:p,required:b==="native"&&E,name:m,value:(w=r.selectedKey)!==null&&w!==void 0?w:"",onChange:D=>r.setSelectedKey(D.target.value)}}}function W9(n){let{state:r,triggerRef:l,label:s,name:f,isDisabled:m}=n,p=x.useRef(null),{containerProps:b,inputProps:E,selectProps:_}=j9({...n,selectRef:p},r,l);var T;return r.collection.size<=300?x.createElement("div",{...b,"data-testid":"hidden-select-container"},x.createElement("input",E),x.createElement("label",null,s,x.createElement("select",{..._,ref:p},x.createElement("option",null),[...r.collection.getKeys()].map(w=>{let D=r.collection.getItem(w);if(D.type==="item")return x.createElement("option",{key:D.key,value:D.key},D.textValue)})))):f?x.createElement("input",{type:"hidden",autoComplete:_.autoComplete,name:f,disabled:m,value:(T=r.selectedKey)!==null&&T!==void 0?T:""}):null}function G9(n){let r=Zt(n,{labelable:!0}),l;return n.orientation==="vertical"&&(l="vertical"),n.elementType!=="hr"?{separatorProps:{...r,role:"separator","aria-orientation":l}}:{separatorProps:r}}var w1={exports:{}},T1={};/**
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 x2;function V9(){if(x2)return S1;x2=1;var n=x;function r(_,D){return _===D&&(_!==0||1/_===1/D)||_!==_&&D!==D}var l=typeof Object.is=="function"?Object.is:r,c=n.useState,f=n.useEffect,h=n.useLayoutEffect,p=n.useDebugValue;function b(_,D){var $=D(),A=c({inst:{value:$,getSnapshot:D}}),F=A[0].inst,I=A[1];return h(function(){F.value=$,F.getSnapshot=D,E(F)&&I({inst:F})},[_,$,D]),f(function(){return E(F)&&I({inst:F}),_(function(){E(F)&&I({inst:F})})},[_]),p($),$}function E(_){var D=_.getSnapshot;_=_.value;try{var $=D();return!l(_,$)}catch{return!0}}function S(_,D){return D()}var T=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?S:b;return S1.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:T,S1}var w1={};/**
179
+ */var _2;function Y9(){if(_2)return T1;_2=1;var n=x;function r(w,D){return w===D&&(w!==0||1/w===1/D)||w!==w&&D!==D}var l=typeof Object.is=="function"?Object.is:r,s=n.useState,f=n.useEffect,m=n.useLayoutEffect,p=n.useDebugValue;function b(w,D){var $=D(),A=s({inst:{value:$,getSnapshot:D}}),F=A[0].inst,I=A[1];return m(function(){F.value=$,F.getSnapshot=D,E(F)&&I({inst:F})},[w,$,D]),f(function(){return E(F)&&I({inst:F}),w(function(){E(F)&&I({inst:F})})},[w]),p($),$}function E(w){var D=w.getSnapshot;w=w.value;try{var $=D();return!l(w,$)}catch{return!0}}function _(w,D){return D()}var T=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?_:b;return T1.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:T,T1}var D1={};/**
180
180
  * @license React
181
181
  * use-sync-external-store-shim.development.js
182
182
  *
@@ -184,29 +184,29 @@ 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 k2;function K9(){return k2||(k2=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 n=x,r=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function l(B){{for(var Y=arguments.length,R=new Array(Y>1?Y-1:0),j=1;j<Y;j++)R[j-1]=arguments[j];c("error",B,R)}}function c(B,Y,R){{var j=r.ReactDebugCurrentFrame,ne=j.getStackAddendum();ne!==""&&(Y+="%s",R=R.concat([ne]));var M=R.map(function(ue){return String(ue)});M.unshift("Warning: "+Y),Function.prototype.apply.call(console[B],console,M)}}function f(B,Y){return B===Y&&(B!==0||1/B===1/Y)||B!==B&&Y!==Y}var h=typeof Object.is=="function"?Object.is:f,p=n.useState,b=n.useEffect,E=n.useLayoutEffect,S=n.useDebugValue,T=!1,_=!1;function D(B,Y,R){T||n.startTransition!==void 0&&(T=!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 j=Y();if(!_){var ne=Y();h(j,ne)||(l("The result of getSnapshot should be cached to avoid an infinite loop"),_=!0)}var M=p({inst:{value:j,getSnapshot:Y}}),ue=M[0].inst,K=M[1];return E(function(){ue.value=j,ue.getSnapshot=Y,$(ue)&&K({inst:ue})},[B,j,Y]),b(function(){$(ue)&&K({inst:ue});var W=function(){$(ue)&&K({inst:ue})};return B(W)},[B]),S(j),j}function $(B){var Y=B.getSnapshot,R=B.value;try{var j=Y();return!h(R,j)}catch{return!0}}function A(B,Y,R){return Y()}var F=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",I=!F,re=I?A:D,Q=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:re;w1.useSyncExternalStore=Q,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),w1}process.env.NODE_ENV==="production"?C1.exports=V9():C1.exports=K9();var j9=C1.exports;class _1{get childNodes(){throw new Error("childNodes is not supported")}clone(){let r=new _1(this.type,this.key);return r.value=this.value,r.level=this.level,r.hasChildNodes=this.hasChildNodes,r.rendered=this.rendered,r.textValue=this.textValue,r["aria-label"]=this["aria-label"],r.index=this.index,r.parentKey=this.parentKey,r.prevKey=this.prevKey,r.nextKey=this.nextKey,r.firstChildKey=this.firstChildKey,r.lastChildKey=this.lastChildKey,r.props=this.props,r}constructor(r,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=r,this.key=l}}class E2{*[Symbol.iterator](){let r=this.firstChild;for(;r;)yield r,r=r.nextSibling}get firstChild(){return this._firstChild}set firstChild(r){this._firstChild=r,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(r){this._lastChild=r,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(r){this._previousSibling=r,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(r){this._nextSibling=r,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(r){this._parentNode=r,this.ownerDocument.markDirty(this)}get isConnected(){var r;return((r=this.parentNode)===null||r===void 0?void 0:r.isConnected)||!1}appendChild(r){this.ownerDocument.startTransaction(),r.parentNode&&r.parentNode.removeChild(r),this.firstChild==null&&(this.firstChild=r),this.lastChild?(this.lastChild.nextSibling=r,r.index=this.lastChild.index+1,r.previousSibling=this.lastChild):(r.previousSibling=null,r.index=0),r.parentNode=this,r.nextSibling=null,this.lastChild=r,this.ownerDocument.markDirty(this),r.hasSetProps&&this.ownerDocument.addNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}insertBefore(r,l){if(l==null)return this.appendChild(r);this.ownerDocument.startTransaction(),r.parentNode&&r.parentNode.removeChild(r),r.nextSibling=l,r.previousSibling=l.previousSibling,r.index=l.index,this.firstChild===l?this.firstChild=r:l.previousSibling&&(l.previousSibling.nextSibling=r),l.previousSibling=r,r.parentNode=l.parentNode;let c=l;for(;c;)c.index++,c=c.nextSibling;r.hasSetProps&&this.ownerDocument.addNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}removeChild(r){if(r.parentNode!==this)return;this.ownerDocument.startTransaction();let l=r.nextSibling;for(;l;)l.index--,l=l.nextSibling;r.nextSibling&&(r.nextSibling.previousSibling=r.previousSibling),r.previousSibling&&(r.previousSibling.nextSibling=r.nextSibling),this.firstChild===r&&(this.firstChild=r.nextSibling),this.lastChild===r&&(this.lastChild=r.previousSibling),r.parentNode=null,r.nextSibling=null,r.previousSibling=null,r.index=0,this.ownerDocument.removeNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}addEventListener(){}removeEventListener(){}constructor(r){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this.ownerDocument=r}}class gp extends E2{get index(){return this._index}set index(r){this._index=r,this.ownerDocument.markDirty(this)}get level(){return this.parentNode instanceof gp?this.parentNode.level+(this.node.type==="item"?1:0):0}updateNode(){var r,l,c,f;let h=this.ownerDocument.getMutableNode(this);h.index=this.index,h.level=this.level,h.parentKey=this.parentNode instanceof gp?this.parentNode.node.key:null;var p;h.prevKey=(p=(r=this.previousSibling)===null||r===void 0?void 0:r.node.key)!==null&&p!==void 0?p:null;var b;h.nextKey=(b=(l=this.nextSibling)===null||l===void 0?void 0:l.node.key)!==null&&b!==void 0?b:null,h.hasChildNodes=!!this.firstChild;var E;h.firstChildKey=(E=(c=this.firstChild)===null||c===void 0?void 0:c.node.key)!==null&&E!==void 0?E:null;var S;h.lastChildKey=(S=(f=this.lastChild)===null||f===void 0?void 0:f.node.key)!==null&&S!==void 0?S:null}setProps(r,l,c){let f=this.ownerDocument.getMutableNode(this),{value:h,textValue:p,id:b,...E}=r;if(E.ref=l,f.props=E,f.rendered=c,f.value=h,f.textValue=p||(typeof c=="string"?c:"")||r["aria-label"]||"",b!=null&&b!==f.key){if(this.hasSetProps)throw new Error("Cannot change the id of an item");f.key=b}this.hasSetProps||(this.ownerDocument.addNode(this),this.ownerDocument.endTransaction(),this.hasSetProps=!0),this.ownerDocument.queueUpdate()}get style(){return{}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(r,l){super(l),this.nodeType=8,this._index=0,this.hasSetProps=!1,this.node=new _1(r,`react-aria-${++l.nodeId}`),this.ownerDocument.startTransaction()}}class W9{get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let r=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;r;)yield r,r=r.nextKey!=null?this.keyMap.get(r.nextKey):void 0}getChildren(r){let l=this.keyMap;return{*[Symbol.iterator](){let c=l.get(r),f=(c==null?void 0:c.firstChildKey)!=null?l.get(c.firstChildKey):null;for(;f;)yield f,f=f.nextKey!=null?l.get(f.nextKey):void 0}}}getKeyBefore(r){let l=this.keyMap.get(r);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 c;return(c=l==null?void 0:l.key)!==null&&c!==void 0?c:null}return l.parentKey}getKeyAfter(r){let l=this.keyMap.get(r);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 r=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(r==null?void 0:r.lastChildKey)!=null;)r=this.keyMap.get(r.lastChildKey);var l;return(l=r==null?void 0:r.key)!==null&&l!==void 0?l:null}getItem(r){var l;return(l=this.keyMap.get(r))!==null&&l!==void 0?l:null}at(){throw new Error("Not implemented")}clone(){let r=this.constructor,l=new r;return l.keyMap=new Map(this.keyMap),l.firstKey=this.firstKey,l.lastKey=this.lastKey,l}addNode(r){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");this.keyMap.set(r.key,r)}removeNode(r){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");this.keyMap.delete(r)}commit(r,l,c=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=r,this.lastKey=l,this.frozen=!c}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1}}class G9 extends E2{get isConnected(){return!0}createElement(r){return new gp(r,this)}getMutableNode(r){let l=r.node;return this.mutatedNodes.has(r)||(l=r.node.clone(),this.mutatedNodes.add(r),r.node=l),this.markDirty(r),l}getMutableCollection(){return!this.isSSR&&!this.collectionMutated&&(this.collection=this.collection.clone(),this.collectionMutated=!0),this.collection}markDirty(r){this.dirtyNodes.add(r)}startTransaction(){this.transactionCount++}endTransaction(){this.transactionCount--}addNode(r){let l=this.getMutableCollection();if(!l.getItem(r.node.key)){l.addNode(r.node);for(let c of r)this.addNode(c)}this.markDirty(r)}removeNode(r){for(let c of r)this.removeNode(c);this.getMutableCollection().removeNode(r.node.key),this.markDirty(r)}getCollection(){return this.transactionCount>0?this.collection:(this.updateCollection(),this.collection)}updateCollection(){for(let h of this.dirtyNodes)h instanceof gp&&h.isConnected&&h.updateNode();if(this.dirtyNodes.clear(),this.mutatedNodes.size||this.collectionMutated){var r,l;let h=this.getMutableCollection();for(let p of this.mutatedNodes)p.isConnected&&h.addNode(p.node);var c,f;h.commit((c=(r=this.firstChild)===null||r===void 0?void 0:r.node.key)!==null&&c!==void 0?c:null,(f=(l=this.lastChild)===null||l===void 0?void 0:l.node.key)!==null&&f!==void 0?f:null,this.isSSR),this.mutatedNodes.clear()}this.collectionMutated=!1}queueUpdate(){if(!(this.dirtyNodes.size===0||this.transactionCount>0))for(let r of this.subscriptions)r()}subscribe(r){return this.subscriptions.add(r),()=>this.subscriptions.delete(r)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(r){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=r,this.collectionMutated=!0}}function Vc(n){let{children:r,items:l,idScope:c,addIdAndValue:f,dependencies:h=[]}=n,p=x.useMemo(()=>new WeakMap,h);return x.useMemo(()=>{if(l&&typeof r=="function"){let S=[];for(let T of l){let _=p.get(T);if(!_){_=r(T);var b,E;let D=(E=(b=_.props.id)!==null&&b!==void 0?b:T.key)!==null&&E!==void 0?E:T.id;if(D==null)throw new Error("Could not determine key for item");c&&(D=c+":"+D),_=x.cloneElement(_,f?{key:D,id:D,value:T}:{key:D}),p.set(T,_)}S.push(_)}return S}else if(typeof r!="function")return r},[r,l,p,c,f])}function Y9(n){return Vc({...n,addIdAndValue:!0})}const C2=x.createContext(!1);function S2(n,r){let{collection:l,document:c}=T1(r);return{portal:w2(n,c),collection:l}}function q9(n,r,l){let c=Ul(),f=x.useRef(c);f.current=c;let h=x.useCallback(()=>f.current?l():r(),[r,l]);return j9.useSyncExternalStore(n,h)}const Q9=typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore:q9;function T1(n){let r=x.useMemo(()=>new G9(n||new W9),[n]),l=x.useCallback(p=>r.subscribe(p),[r]),c=x.useCallback(()=>{let p=r.getCollection();return r.isSSR&&r.resetAfterSSR(),p},[r]),f=x.useCallback(()=>(r.isSSR=!0,r.getCollection()),[r]);return{collection:Q9(l,c,f),document:r}}const D1=x.createContext(null),Oh=x.createContext(null);function w2(n,r){let l=x.useContext(Oh),c=r??l,f=Y9(n),h=x.useMemo(()=>x.createElement(C2.Provider,{value:!0},f),[f]);return Ul()?x.createElement(D1.Provider,{value:c},h):Mb.createPortal(h,c)}function X9(n){return x.createElement(x.Fragment,null,w2(n))}function _2(n,r,l){let c=x.useContext(C2);var f;return c?(f=$1(n,r,l,"children"in r?r.children:null))!==null&&f!==void 0?f:x.createElement(x.Fragment,null):null}function Z9(n,r,l){return x.useCallback(c=>{c==null||c.setProps(n,r,l)},[n,r,l])}function $1(n,r,l,c,f){let h=Z9(r,l,c),p=x.useContext(D1);if(p){let b=p.ownerDocument.nodesByProps.get(r);return b||(b=p.ownerDocument.createElement(n),b.setProps(r,l,c),p.appendChild(b),p.ownerDocument.updateCollection(),p.ownerDocument.nodesByProps.set(r,b)),f?x.createElement(D1.Provider,{value:b},f):null}return x.createElement(n,{ref:h},f)}const P1=Symbol("default");function ei({values:n,children:r}){for(let[l,c]of n)r=x.createElement(l.Provider,{value:c},r);return r}function Yn(n){let{className:r,style:l,children:c,defaultClassName:f,defaultChildren:h,defaultStyle:p,values:b}=n;return x.useMemo(()=>{let E,S,T;return typeof r=="function"?E=r({...b,defaultClassName:f}):E=r,typeof l=="function"?S=l({...b,defaultStyle:p||{}}):S=l,typeof c=="function"?T=c({...b,defaultChildren:h}):c==null?T=h:T=c,{className:E??f,style:S||p?{...p,...S}:void 0,children:T??h,"data-rac":""}},[r,l,c,f,h,p,b])}function fs(n,r){let l=x.useContext(n);if(r===null)return null;if(l&&typeof l=="object"&&"slots"in l&&l.slots){let c=new Intl.ListFormat().format(Object.keys(l.slots).map(h=>`"${h}"`));if(!r&&!l.slots[P1])throw new Error(`A slot prop is required. Valid slot names are ${c}.`);let f=r||P1;if(!l.slots[f])throw new Error(`Invalid slot "${r}". Valid slot names are ${c}.`);return l.slots[f]}return l}function qn(n,r,l){let c=fs(l,n.slot)||{},{ref:f,...h}=c,p=qa(x.useMemo(()=>th(r,f),[r,f])),b=ft(h,n);return"style"in h&&h.style&&"style"in n&&n.style&&(typeof h.style=="function"||typeof n.style=="function"?b.style=E=>{let S=typeof h.style=="function"?h.style(E):h.style,T={...E.defaultStyle,...S},_=typeof n.style=="function"?n.style({...E,defaultStyle:T}):n.style;return{...T,..._}}:b.style={...h.style,...n.style}),[b,p]}function Kc(){let[n,r]=x.useState(!0),l=x.useRef(!1),c=x.useCallback(f=>{l.current=!0,r(!!f)},[]);return Kt(()=>{l.current||r(!1)},[]),[c,n]}function L1(n,r=!0){let[l,c]=x.useState(!0);return T2(n,l&&r,x.useCallback(()=>c(!1),[])),l&&r}function M1(n,r){let[l,c]=x.useState(!1),[f,h]=x.useState("idle");return!r&&n.current&&f==="idle"&&(l=!0,c(!0),h("exiting")),!n.current&&f==="exited"&&h("idle"),T2(n,l,x.useCallback(()=>{h("exited"),c(!1)},[])),l}function T2(n,r,l){let c=x.useRef(null);r&&n.current&&(c.current=window.getComputedStyle(n.current).animation),Kt(()=>{if(r&&n.current){let f=window.getComputedStyle(n.current);if(f.animationName&&f.animationName!=="none"&&f.animation!==c.current){let h=b=>{b.target===n.current&&(p.removeEventListener("animationend",h),Nb.flushSync(()=>{l()}))},p=n.current;return p.addEventListener("animationend",h),()=>{p.removeEventListener("animationend",h)}}else l()}},[n,r,l])}if(typeof HTMLTemplateElement<"u"){const n=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:n.call(this)}})}const yp=x.createContext(!1),J9=typeof DocumentFragment<"u"?new DocumentFragment:null;function D2(n){let r=x.useContext(yp),l=Ul();if(r)return x.createElement(x.Fragment,null,n.children);let c=x.createElement(yp.Provider,{value:!0},n.children);return l?x.createElement("template",{"data-react-aria-hidden":!0},c):Nb.createPortal(c,J9)}function N1(n){let r=(l,c)=>x.useContext(yp)?null:n(l,c);return r.displayName=n.displayName||n.name,x.forwardRef(r)}function Fh(n){const r=/^(data-.*)$/;let l={};for(const c in n)r.test(c)||(l[c]=n[c]);return l}const eL=x.createContext(null);function tL(n,r){[n,r]=qn(n,r,eL);let l=n.href?"a":"span",{linkProps:c,isPressed:f}=gP({...n,elementType:l},r),{hoverProps:h,isHovered:p}=il(n),{focusProps:b,isFocused:E,isFocusVisible:S}=ql(),T=Yn({...n,defaultClassName:"react-aria-Link",values:{isCurrent:!!n["aria-current"],isDisabled:n.isDisabled||!1,isPressed:f,isHovered:p,isFocused:E,isFocusVisible:S}});return x.createElement(l,{ref:r,slot:n.slot||void 0,...ft(T,c,h,b),"data-focused":E||void 0,"data-hovered":p||void 0,"data-pressed":f||void 0,"data-focus-visible":S||void 0,"data-current":!!n["aria-current"]||void 0,"data-disabled":n.isDisabled||void 0},T.children)}const nL=x.forwardRef(tL),rL=new Set(["form","formAction","formEncType","formMethod","formNoValidate","formTarget","name","value"]),Rh=x.createContext({});function iL(n,r){[n,r]=qn(n,r,Rh);let l=n,{buttonProps:c,isPressed:f}=BP(n,r),{focusProps:h,isFocused:p,isFocusVisible:b}=ql(n),{hoverProps:E,isHovered:S}=il(n),T=Yn({...n,values:{isHovered:S,isPressed:f,isFocused:p,isFocusVisible:b,isDisabled:n.isDisabled||!1},defaultClassName:"react-aria-Button"});return x.createElement("button",{...Xt(n,{propNames:rL}),...ft(c,h,E),...T,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-pressed":l.isPressed||f||void 0,"data-hovered":S||void 0,"data-focused":p||void 0,"data-focus-visible":b||void 0})}const A1=N1(iL),Xl=x.createContext({});function oL(n,r){[n,r]=qn(n,r,Xl);let{elementType:l="span",...c}=n;return x.createElement(l,{className:"react-aria-Text",...c,ref:r})}const lL=x.forwardRef(oL);class O1{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(r){let l=this.keyMap.get(r);return l?l.prevKey:null}getKeyAfter(r){let l=this.keyMap.get(r);return l?l.nextKey:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(r){return this.keyMap.get(r)}at(r){const l=[...this.getKeys()];return this.getItem(l[r])}getChildren(r){let l=this.keyMap.get(r);return(l==null?void 0:l.childNodes)||[]}constructor(r){this.keyMap=new Map,this.iterable=r;let l=h=>{if(this.keyMap.set(h.key,h),h.childNodes&&h.type==="section")for(let p of h.childNodes)l(p)};for(let h of r)l(h);let c,f=0;for(let[h,p]of this.keyMap)c?(c.nextKey=h,p.prevKey=c.key):(this.firstKey=h,p.prevKey=void 0),p.type==="item"&&(p.index=f++),c=p,c.nextKey=void 0;this.lastKey=c==null?void 0:c.key}}class _o extends Set{constructor(r,l,c){super(r),r instanceof _o?(this.anchorKey=l||r.anchorKey,this.currentKey=c||r.currentKey):(this.anchorKey=l,this.currentKey=c)}}function aL(n,r){if(n.size!==r.size)return!1;for(let l of n)if(!r.has(l))return!1;return!0}function $2(n){let{selectionMode:r="none",disallowEmptySelection:l,allowDuplicateSelectionEvents:c,selectionBehavior:f="toggle",disabledBehavior:h="all"}=n,p=x.useRef(!1),[,b]=x.useState(!1),E=x.useRef(null),S=x.useRef(null),[,T]=x.useState(null),_=x.useMemo(()=>P2(n.selectedKeys),[n.selectedKeys]),D=x.useMemo(()=>P2(n.defaultSelectedKeys,new _o),[n.defaultSelectedKeys]),[$,A]=us(_,D,n.onSelectionChange),F=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),[I,re]=x.useState(f);f==="replace"&&I==="toggle"&&typeof $=="object"&&$.size===0&&re("replace");let Q=x.useRef(f);return x.useEffect(()=>{f!==Q.current&&(re(f),Q.current=f)},[f]),{selectionMode:r,disallowEmptySelection:l,selectionBehavior:I,setSelectionBehavior:re,get isFocused(){return p.current},setFocused(B){p.current=B,b(B)},get focusedKey(){return E.current},get childFocusStrategy(){return S.current},setFocusedKey(B,Y="first"){E.current=B,S.current=Y,T(B)},selectedKeys:$,setSelectedKeys(B){(c||!aL(B,$))&&A(B)},disabledKeys:F,disabledBehavior:h}}function P2(n,r){return n?n==="all"?"all":new _o(n):r}class L2{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(r){this.state.setSelectionBehavior(r)}get isFocused(){return this.state.isFocused}setFocused(r){this.state.setFocused(r)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(r,l){(r==null||this.collection.getItem(r))&&this.state.setFocusedKey(r,l)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(r){return this.state.selectionMode==="none"?!1:(r=this.getKey(r),this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r))}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 r=this.getSelectAllKeys(),l=this.state.selectedKeys;return this._isSelectAll=r.every(c=>l.has(c)),this._isSelectAll}get firstSelectedKey(){let r=null;for(let l of this.state.selectedKeys){let c=this.collection.getItem(l);(!r||c&&b1(this.collection,c,r)<0)&&(r=c)}return r==null?void 0:r.key}get lastSelectedKey(){let r=null;for(let l of this.state.selectedKeys){let c=this.collection.getItem(l);(!r||c&&b1(this.collection,c,r)>0)&&(r=c)}return r==null?void 0:r.key}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(r){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(r);return}r=this.getKey(r);let l;if(this.state.selectedKeys==="all")l=new _o([r],r,r);else{let c=this.state.selectedKeys,f=c.anchorKey||r;l=new _o(c,f,r);for(let h of this.getKeyRange(f,c.currentKey||r))l.delete(h);for(let h of this.getKeyRange(r,f))this.canSelectItem(h)&&l.add(h)}this.state.setSelectedKeys(l)}getKeyRange(r,l){let c=this.collection.getItem(r),f=this.collection.getItem(l);return c&&f?b1(this.collection,c,f)<=0?this.getKeyRangeInternal(r,l):this.getKeyRangeInternal(l,r):[]}getKeyRangeInternal(r,l){let c=[],f=r;for(;f;){let h=this.collection.getItem(f);if((h&&h.type==="item"||h.type==="cell"&&this.allowsCellSelection)&&c.push(f),f===l)return c;f=this.collection.getKeyAfter(f)}return[]}getKey(r){let l=this.collection.getItem(r);if(!l||l.type==="cell"&&this.allowsCellSelection)return r;for(;l.type!=="item"&&l.parentKey!=null;)l=this.collection.getItem(l.parentKey);return!l||l.type!=="item"?null:l.key}toggleSelection(r){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(r)){this.replaceSelection(r);return}if(r=this.getKey(r),r==null)return;let l=new _o(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);l.has(r)?l.delete(r):this.canSelectItem(r)&&(l.add(r),l.anchorKey=r,l.currentKey=r),!(this.disallowEmptySelection&&l.size===0)&&this.state.setSelectedKeys(l)}replaceSelection(r){if(this.selectionMode==="none"||(r=this.getKey(r),r==null))return;let l=this.canSelectItem(r)?new _o([r],r,r):new _o;this.state.setSelectedKeys(l)}setSelectedKeys(r){if(this.selectionMode==="none")return;let l=new _o;for(let c of r)if(c=this.getKey(c),c!=null&&(l.add(c),this.selectionMode==="single"))break;this.state.setSelectedKeys(l)}getSelectAllKeys(){let r=[],l=c=>{for(;c;){if(this.canSelectItem(c)){let f=this.collection.getItem(c);f.type==="item"&&r.push(c),f.hasChildNodes&&(this.allowsCellSelection||f.type!=="item")&&l(x9(Nh(f,this.collection)).key)}c=this.collection.getKeyAfter(c)}};return l(this.collection.getFirstKey()),r}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 _o)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(r,l){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(r)&&!this.disallowEmptySelection?this.toggleSelection(r):this.replaceSelection(r):this.selectionBehavior==="toggle"||l&&(l.pointerType==="touch"||l.pointerType==="virtual")?this.toggleSelection(r):this.replaceSelection(r))}isSelectionEqual(r){if(r===this.state.selectedKeys)return!0;let l=this.selectedKeys;if(r.size!==l.size)return!1;for(let c of r)if(!l.has(c))return!1;for(let c of l)if(!r.has(c))return!1;return!0}canSelectItem(r){var l;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(r))return!1;let c=this.collection.getItem(r);return!(!c||!(c==null||(l=c.props)===null||l===void 0)&&l.isDisabled||c.type==="cell"&&!this.allowsCellSelection)}isDisabled(r){var l,c;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(r)||!!(!((c=this.collection.getItem(r))===null||c===void 0||(l=c.props)===null||l===void 0)&&l.isDisabled))}isLink(r){var l,c;return!!(!((c=this.collection.getItem(r))===null||c===void 0||(l=c.props)===null||l===void 0)&&l.href)}getItemProps(r){var l;return(l=this.collection.getItem(r))===null||l===void 0?void 0:l.props}constructor(r,l,c){this.collection=r,this.state=l;var f;this.allowsCellSelection=(f=c==null?void 0:c.allowsCellSelection)!==null&&f!==void 0?f:!1,this._isSelectAll=null}}function M2(n){let{filter:r}=n,l=$2(n),c=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),f=x.useCallback(S=>r?new O1(r(S)):new O1(S),[r]),h=x.useMemo(()=>({suppressTextValueWarning:n.suppressTextValueWarning}),[n.suppressTextValueWarning]),p=mw(n,f,h),b=x.useMemo(()=>new L2(p,l),[p,l]);const E=x.useRef(null);return x.useEffect(()=>{if(l.focusedKey!=null&&!p.getItem(l.focusedKey)){const S=E.current.getItem(l.focusedKey),T=[...E.current.getKeys()].map(F=>{const I=E.current.getItem(F);return I.type==="item"?I:null}).filter(F=>F!==null),_=[...p.getKeys()].map(F=>{const I=p.getItem(F);return I.type==="item"?I:null}).filter(F=>F!==null),D=T.length-_.length;let $=Math.min(D>1?Math.max(S.index-D+1,0):S.index,_.length-1),A;for(;$>=0;){if(!b.isDisabled(_[$].key)){A=_[$];break}$<_.length-1?$++:($>S.index&&($=S.index),$--)}l.setFocusedKey(A?A.key:null)}E.current=p},[p,b,l,l.focusedKey]),{collection:p,disabledKeys:c,selectionManager:b}}function N2(n){var r;let[l,c]=us(n.selectedKey,(r=n.defaultSelectedKey)!==null&&r!==void 0?r:null,n.onSelectionChange),f=x.useMemo(()=>l!=null?[l]:[],[l]),{collection:h,disabledKeys:p,selectionManager:b}=M2({...n,selectionMode:"single",disallowEmptySelection:!0,allowDuplicateSelectionEvents:!0,selectedKeys:f,onSelectionChange:S=>{var T;let _=(T=S.values().next().value)!==null&&T!==void 0?T:null;_===l&&n.onSelectionChange&&n.onSelectionChange(_),c(_)}}),E=l!=null?h.getItem(l):null;return{collection:h,disabledKeys:p,selectionManager:b,selectedKey:l,setSelectedKey:c,selectedItem:E}}function jc(n){let[r,l]=us(n.isOpen,n.defaultOpen||!1,n.onOpenChange);const c=x.useCallback(()=>{l(!0)},[l]),f=x.useCallback(()=>{l(!1)},[l]),h=x.useCallback(()=>{l(!r)},[l,r]);return{isOpen:r,setOpen:l,open:c,close:f,toggle:h}}function uL(n){var r,l;let{defaultFilter:c,menuTrigger:f="input",allowsEmptyCollection:h=!1,allowsCustomValue:p,shouldCloseOnBlur:b=!0}=n,[E,S]=x.useState(!1),[T,_]=x.useState(!1),[D,$]=x.useState(null),A=dt=>{n.onSelectionChange&&n.onSelectionChange(dt),dt===Q&&(Ue(),xe())};var F;let{collection:I,selectionManager:re,selectedKey:Q,setSelectedKey:B,selectedItem:Y,disabledKeys:R}=N2({...n,onSelectionChange:A,items:(F=n.items)!==null&&F!==void 0?F:n.defaultItems});var j,ne;let[M,ue]=us(n.inputValue,(ne=(j=n.defaultInputValue)!==null&&j!==void 0?j:(r=I.getItem(Q))===null||r===void 0?void 0:r.textValue)!==null&&ne!==void 0?ne:"",n.onInputChange),K=I,W=x.useMemo(()=>n.items!=null||!c?I:sL(I,M,c),[I,M,c,n.items]),[ye,q]=x.useState(W),oe=x.useRef("focus"),Ee=jc({...n,onOpenChange:dt=>{n.onOpenChange&&n.onOpenChange(dt,dt?oe.current:void 0),re.setFocused(dt),dt||re.setFocusedKey(null)},isOpen:void 0,defaultOpen:void 0}),ge=(dt=null,St)=>{let At=St==="manual"||St==="focus"&&f==="focus";(h||W.size>0||At&&K.size>0||n.items)&&(At&&!Ee.isOpen&&n.items===void 0&&S(!0),oe.current=St,$(dt),Ee.open())},pe=(dt=null,St)=>{let At=St==="manual"||St==="focus"&&f==="focus";!(h||W.size>0||At&&K.size>0||n.items)&&!Ee.isOpen||(At&&!Ee.isOpen&&n.items===void 0&&S(!0),Ee.isOpen||(oe.current=St),G(dt))},X=x.useCallback(()=>{q(E?K:W)},[E,K,W]),G=x.useCallback((dt=null)=>{Ee.isOpen&&X(),$(dt),Ee.toggle()},[Ee,X]),xe=x.useCallback(()=>{Ee.isOpen&&(X(),Ee.close())},[Ee,X]),[fe,Me]=x.useState(M),Ue=()=>{var dt,St;let At=(St=(dt=I.getItem(Q))===null||dt===void 0?void 0:dt.textValue)!==null&&St!==void 0?St:"";Me(At),ue(At)};var Be,Fe;let _e=x.useRef((Fe=(Be=n.selectedKey)!==null&&Be!==void 0?Be:n.defaultSelectedKey)!==null&&Fe!==void 0?Fe:null);var $e;let je=x.useRef(($e=(l=I.getItem(Q))===null||l===void 0?void 0:l.textValue)!==null&&$e!==void 0?$e:"");x.useEffect(()=>{var dt;T&&(W.size>0||h)&&!Ee.isOpen&&M!==fe&&f!=="manual"&&ge(null,"input"),!E&&!h&&Ee.isOpen&&W.size===0&&xe(),Q!=null&&Q!==_e.current&&xe(),M!==fe&&(re.setFocusedKey(null),S(!1),M===""&&(n.inputValue===void 0||n.selectedKey===void 0)&&B(null)),Q!==_e.current&&(n.inputValue===void 0||n.selectedKey===void 0)?Ue():fe!==M&&Me(M);var St;let At=(St=(dt=I.getItem(Q))===null||dt===void 0?void 0:dt.textValue)!==null&&St!==void 0?St:"";!T&&Q!=null&&n.inputValue===void 0&&Q===_e.current&&je.current!==At&&(Me(At),ue(At)),_e.current=Q,je.current=At});let Xe=Th({...n,value:x.useMemo(()=>({inputValue:M,selectedKey:Q}),[M,Q])}),mt=()=>{p&&Q==null?De():Bt()},De=()=>{_e.current=null,B(null),xe()},Bt=()=>{if(n.selectedKey!==void 0&&n.inputValue!==void 0){var dt;n.onSelectionChange(Q);var St;let At=(St=(dt=I.getItem(Q))===null||dt===void 0?void 0:dt.textValue)!==null&&St!==void 0?St:"";Me(At),xe()}else Ue(),xe()};const jt=()=>{if(p){var dt,St;const At=(St=(dt=I.getItem(Q))===null||dt===void 0?void 0:dt.textValue)!==null&&St!==void 0?St:"";M===At?Bt():De()}else Bt()};let bn=()=>{Ee.isOpen&&re.focusedKey!=null?Q===re.focusedKey?Bt():B(re.focusedKey):jt()},Qn=x.useRef(M),Xn=dt=>{dt?(Qn.current=M,f==="focus"&&ge(null,"focus")):(b&&jt(),M!==Qn.current&&Xe.commitValidation()),_(dt)},ti=x.useMemo(()=>Ee.isOpen?E?K:W:ye,[Ee.isOpen,K,W,E,ye]);return{...Xe,...Ee,focusStrategy:D,toggle:pe,open:ge,close:jt,selectionManager:re,selectedKey:Q,setSelectedKey:B,disabledKeys:R,isFocused:T,setFocused:Xn,selectedItem:Y,collection:ti,inputValue:M,setInputValue:ue,commit:bn,revert:mt}}function sL(n,r,l){return new O1(A2(n,n,r,l))}function A2(n,r,l,c){let f=[];for(let h of r)if(h.type==="section"&&h.hasChildNodes){let p=A2(n,Nh(h,n),l,c);[...p].some(b=>b.type==="item")&&f.push({...h,childNodes:p})}else h.type==="item"&&c(h.textValue,l)?f.push({...h}):h.type!=="item"&&f.push({...h});return f}function cL(n){let r=jc(n),[l,c]=x.useState(null),[f,h]=x.useState([]),p=()=>{h([]),r.close()};return{focusStrategy:l,...r,open(S=null){c(S),r.open()},toggle(S=null){c(S),r.toggle()},close(){p()},expandedKeysStack:f,openSubmenu:(S,T)=>{h(_=>T>_.length?_:[..._.slice(0,T),S])},closeSubmenu:(S,T)=>{h(_=>_[T]===S?_.slice(0,T):_)}}}function dL(n,r){let{triggerKey:l}=n,{expandedKeysStack:c,openSubmenu:f,closeSubmenu:h,close:p}=r,[b]=x.useState(c==null?void 0:c.length),E=x.useMemo(()=>c[b]===l,[c,l,b]),[S,T]=x.useState(null),_=x.useCallback((A=null)=>{T(A),f(l,b)},[f,b,l]),D=x.useCallback(()=>{T(null),h(l,b)},[h,b,l]),$=x.useCallback((A=null)=>{T(A),E?D():_(A)},[D,_,E]);return x.useMemo(()=>({focusStrategy:S,isOpen:E,open:_,close:D,closeAll:p,submenuLevel:b,setOpen:()=>{},toggle:$}),[E,_,D,p,S,$,b])}function fL(n){let{minValue:r,maxValue:l,step:c,formatOptions:f,value:h,defaultValue:p=NaN,onChange:b,locale:E,isDisabled:S,isReadOnly:T}=n;h===null&&(h=NaN),h!==void 0&&!isNaN(h)&&(c!==void 0&&!isNaN(c)?h=Kl(h,r,l,c):h=Ac(h,r,l)),isNaN(p)||(c!==void 0&&!isNaN(c)?p=Kl(p,r,l,c):p=Ac(p,r,l));let[_,D]=us(h,isNaN(p)?NaN:p,b),[$,A]=x.useState(()=>isNaN(_)?"":new Eh(E,f).format(_)),F=x.useMemo(()=>new vC(E,f),[E,f]),I=x.useMemo(()=>F.getNumberingSystem($),[F,$]),re=x.useMemo(()=>new Eh(E,{...f,numberingSystem:I}),[E,f,I]),Q=x.useMemo(()=>re.resolvedOptions(),[re]),B=x.useCallback(fe=>isNaN(fe)||fe===null?"":re.format(fe),[re]),Y=Th({...n,value:_}),R=c!==void 0&&!isNaN(c)?c:1;Q.style==="percent"&&(c===void 0||isNaN(c))&&(R=.01);let[j,ne]=x.useState(_),[M,ue]=x.useState(E),[K,W]=x.useState(f);(!Object.is(_,j)||E!==M||f!==K)&&(A(B(_)),ne(_),ue(E),W(f));let ye=x.useMemo(()=>F.parse($),[F,$]),q=()=>{if(!$.length){D(NaN),A(h===void 0?"":B(_));return}if(isNaN(ye)){A(B(_));return}let fe;c===void 0||isNaN(c)?fe=Ac(ye,r,l):fe=Kl(ye,r,l,c),fe=F.parse(B(fe)),D(fe),A(B(h===void 0?fe:_))},oe=(fe,Me=0)=>{let Ue=ye;if(isNaN(Ue)){let Be=isNaN(Me)?0:Me;return Kl(Be,r,l,R)}else{let Be=Kl(Ue,r,l,R);return fe==="+"&&Be>Ue||fe==="-"&&Be<Ue?Be:Kl(F1(fe,Ue,R),r,l,R)}},Se=()=>{let fe=oe("+",r);fe===_&&A(B(fe)),D(fe),Y.commitValidation()},Ee=()=>{let fe=oe("-",l);fe===_&&A(B(fe)),D(fe),Y.commitValidation()},ge=()=>{l!=null&&(D(Kl(l,r,l,R)),Y.commitValidation())},pe=()=>{r!=null&&(D(r),Y.commitValidation())},X=x.useMemo(()=>!S&&!T&&(isNaN(ye)||l===void 0||isNaN(l)||Kl(ye,r,l,R)>ye||F1("+",ye,R)<=l),[S,T,r,l,R,ye]),G=x.useMemo(()=>!S&&!T&&(isNaN(ye)||r===void 0||isNaN(r)||Kl(ye,r,l,R)<ye||F1("-",ye,R)>=r),[S,T,r,l,R,ye]);return{...Y,validate:fe=>F.isValidPartialNumber(fe,r,l),increment:Se,incrementToMax:ge,decrement:Ee,decrementToMin:pe,canIncrement:X,canDecrement:G,minValue:r,maxValue:l,numberValue:ye,setNumberValue:D,setInputValue:A,inputValue:$,commit:q}}function F1(n,r,l){let c=n==="+"?r+l:r-l;if(r%1!==0||l%1!==0){const f=r.toString().split("."),h=l.toString().split("."),p=f[1]&&f[1].length||0,b=h[1]&&h[1].length||0,E=Math.pow(10,Math.max(p,b));r=Math.round(r*E),l=Math.round(l*E),c=n==="+"?r+l:r-l,c/=E}return c}function pL(n){let r=jc(n),[l,c]=x.useState(null),f=N2({...n,onSelectionChange:E=>{n.onSelectionChange!=null&&n.onSelectionChange(E),r.close(),h.commitValidation()}}),h=Th({...n,value:f.selectedKey}),[p,b]=x.useState(!1);return{...h,...f,...r,focusStrategy:l,open(E=null){f.collection.size!==0&&(c(E),r.open())},toggle(E=null){f.collection.size!==0&&(c(E),r.toggle())},isFocused:p,setFocused:b}}class vL{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(r){let l=this.keyMap.get(r);return l?l.prevKey:null}getKeyAfter(r){let l=this.keyMap.get(r);return l?l.nextKey:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(r){return this.keyMap.get(r)}at(r){const l=[...this.getKeys()];return this.getItem(l[r])}constructor(r,{expandedKeys:l}={}){this.keyMap=new Map,this.iterable=r,l=l||new Set;let c=p=>{if(this.keyMap.set(p.key,p),p.childNodes&&(p.type==="section"||l.has(p.key)))for(let b of p.childNodes)c(b)};for(let p of r)c(p);let f,h=0;for(let[p,b]of this.keyMap)f?(f.nextKey=p,b.prevKey=f.key):(this.firstKey=p,b.prevKey=void 0),b.type==="item"&&(b.index=h++),f=b,f.nextKey=void 0;this.lastKey=f==null?void 0:f.key}}function mL(n){let{onExpandedChange:r}=n,[l,c]=us(n.expandedKeys?new Set(n.expandedKeys):void 0,n.defaultExpandedKeys?new Set(n.defaultExpandedKeys):new Set,r),f=$2(n),h=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),p=mw(n,x.useCallback(E=>new vL(E,{expandedKeys:l}),[l]),null);return x.useEffect(()=>{f.focusedKey!=null&&!p.getItem(f.focusedKey)&&f.setFocusedKey(null)},[p,f.focusedKey]),{collection:p,expandedKeys:l,disabledKeys:h,toggleKey:E=>{c(hL(l,E))},setExpandedKeys:c,selectionManager:new L2(p,f)}}function hL(n,r){let l=new Set(n);return l.has(r)?l.delete(r):l.add(r),l}const Wc=x.createContext(null);function gL(n,r){let l=x.useContext(Wc);return l!=null&&l.isInvalid?x.createElement(bL,{...n,ref:r}):null}const yL=x.forwardRef(gL),bL=x.forwardRef((n,r)=>{let l=x.useContext(Wc),c=Yn({...n,defaultClassName:"react-aria-FieldError",defaultChildren:l.validationErrors.length===0?void 0:l.validationErrors.join(" "),values:l});return c.children==null?null:x.createElement(lL,{slot:"errorMessage",...c,ref:r})}),zh=x.createContext(null),bp=x.createContext({});function xL(n,r){[n,r]=qn(n,r,bp);let{elementType:l="label",...c}=n;return x.createElement(l,{className:"react-aria-Label",...c,ref:r})}const Bh=N1(xL),Ih=x.createContext({});let kL=n=>{let{onHoverStart:r,onHoverChange:l,onHoverEnd:c,...f}=n;return f};function EL(n,r){[n,r]=qn(n,r,Ih);let{hoverProps:l,isHovered:c}=il(n),{isFocused:f,isFocusVisible:h,focusProps:p}=ql({isTextInput:!0,autoFocus:n.autoFocus}),b=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=Yn({...n,values:{isHovered:c,isFocused:f,isFocusVisible:h,isDisabled:n.disabled||!1,isInvalid:b},defaultClassName:"react-aria-Input"});return x.createElement("input",{...ft(kL(n),p,l),...E,ref:r,"data-focused":f||void 0,"data-disabled":n.disabled||void 0,"data-hovered":c||void 0,"data-focus-visible":h||void 0,"data-invalid":b||void 0})}const O2=N1(EL);var F2={};F2={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var R2={};R2={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var z2={};z2={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var B2={};B2={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var I2={};I2={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var U2={};U2={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var H2={};H2={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var V2={};V2={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var K2={};K2={colorSwatchPicker:"Värvinäidised",dropzoneLabel:"DropZone",selectPlaceholder:"Valige üksus",tableResizer:"Suuruse muutja"};var j2={};j2={colorSwatchPicker:"Värimallit",dropzoneLabel:"DropZone",selectPlaceholder:"Valitse kohde",tableResizer:"Koon muuttaja"};var W2={};W2={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var G2={};G2={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var Y2={};Y2={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var q2={};q2={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var Q2={};Q2={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var X2={};X2={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var Z2={};Z2={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var J2={};J2={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var eT={};eT={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var tT={};tT={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var nT={};nT={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var rT={};rT={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var iT={};iT={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var oT={};oT={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var lT={};lT={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var aT={};aT={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var uT={};uT={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var sT={};sT={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var cT={};cT={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var dT={};dT={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var fT={};fT={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var pT={};pT={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var vT={};vT={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var mT={};mT={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var hT={};hT={"ar-AE":F2,"bg-BG":R2,"cs-CZ":z2,"da-DK":B2,"de-DE":I2,"el-GR":U2,"en-US":H2,"es-ES":V2,"et-EE":K2,"fi-FI":j2,"fr-FR":W2,"he-IL":G2,"hr-HR":Y2,"hu-HU":q2,"it-IT":Q2,"ja-JP":X2,"ko-KR":Z2,"lt-LT":J2,"lv-LV":eT,"nb-NO":tT,"nl-NL":nT,"pl-PL":rT,"pt-BR":iT,"pt-PT":oT,"ro-RO":lT,"ru-RU":aT,"sk-SK":uT,"sl-SI":sT,"sr-SP":cT,"sv-SE":dT,"tr-TR":fT,"uk-UA":pT,"zh-CN":vT,"zh-TW":mT};const gT=x.createContext(null);function CL(n,r){let{render:l}=x.useContext(gT);return x.createElement(x.Fragment,null,l(n,r))}const SL=x.forwardRef(CL),R1=x.createContext({}),wL=x.createContext({});function _L(n,r){let[l,c]=qn(n,r,wL),f=_2("header",n,r);return f||x.createElement("header",{className:"react-aria-Header",...l,ref:c},l.children)}const yT=x.forwardRef(_L),z1=x.createContext({});function TL(n,r){let[l,c]=qn(n,r,z1),{elementType:f,orientation:h,style:p,className:b}=l,E=f||"hr";E==="hr"&&h==="vertical"&&(E="div");let{separatorProps:S}=H9({elementType:f,orientation:h}),T=_2("separator",n,r);return T||x.createElement(E,{...Xt(l),...S,style:p,className:b??"react-aria-Separator",ref:c,slot:l.slot||void 0})}const bT=x.forwardRef(TL),xp=x.createContext(null),Gc=x.createContext(null);function DL(n,r){[n,r]=qn(n,r,xp);let l=x.useContext(yp),c=x.useContext(Gc);return x.useContext(Oh)?x.createElement(X9,n):c?l?null:x.createElement(xT,{state:c,props:n,listBoxRef:r}):x.createElement($L,{props:n,listBoxRef:r})}function $L({props:n,listBoxRef:r}){let{portal:l,collection:c}=S2(n);n={...n,collection:c,children:null,items:null};let f=M2(n);return x.createElement(x.Fragment,null,l,x.createElement(xT,{state:f,props:n,listBoxRef:r}))}const PL=x.forwardRef(DL);function xT({state:n,props:r,listBoxRef:l}){let{dragAndDropHooks:c,layout:f="stack",orientation:h="vertical"}=r,{collection:p,selectionManager:b}=n,E=!!(c!=null&&c.useDraggableCollectionState),S=!!(c!=null&&c.useDroppableCollectionState),{direction:T}=Qa(),{disabledBehavior:_,disabledKeys:D}=b,$=Sh({usage:"search",sensitivity:"base"}),A=x.useMemo(()=>r.keyboardDelegate||new Mh({collection:p,collator:$,ref:l,disabledKeys:D,disabledBehavior:_,layout:f,orientation:h,direction:T}),[p,$,l,_,D,h,T,r.keyboardDelegate,f]),{listBoxProps:F}=g9({...r,shouldSelectOnPressUp:E||r.shouldSelectOnPressUp,keyboardDelegate:A},n,l),I=Vc({items:p,children:Se=>{switch(Se.type){case"section":return x.createElement(LL,{section:Se});case"separator":return x.createElement(bT,Se.props);case"item":return x.createElement(kT,{item:Se});default:throw new Error("Unsupported node type in Menu: "+Se.type)}}}),re=x.useRef(E),Q=x.useRef(S);x.useEffect(()=>{re.current!==E&&console.warn("Drag hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."),Q.current!==S&&console.warn("Drop hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior.")},[E,S]);let B,Y,R,j=!1,ne=null,M=x.useRef(null);if(E&&c){B=c.useDraggableCollectionState({collection:p,selectionManager:b,preview:c.renderDragPreview?M:void 0}),c.useDraggableCollection({},B,l);let Se=c.DragPreview;ne=c.renderDragPreview?x.createElement(Se,{ref:M},c.renderDragPreview):null}if(S&&c){Y=c.useDroppableCollectionState({collection:p,selectionManager:b});let Se=c.dropTargetDelegate||new c.ListDropTargetDelegate(p,l,{orientation:h,layout:f,direction:T});R=c.useDroppableCollection({keyboardDelegate:A,dropTargetDelegate:Se},Y,l),j=Y.isDropTarget({type:"root"})}let{focusProps:ue,isFocused:K,isFocusVisible:W}=ql(),ye={isDropTarget:j,isEmpty:n.collection.size===0,isFocused:K,isFocusVisible:W,layout:r.layout||"stack",state:n},q=Yn({className:r.className,style:r.style,defaultClassName:"react-aria-ListBox",values:ye}),oe=null;return n.collection.size===0&&r.renderEmptyState&&(oe=x.createElement("div",{role:"option",style:{display:"contents"}},r.renderEmptyState(ye))),x.createElement(Jb,null,x.createElement("div",{...Xt(r),...ft(F,ue,R==null?void 0:R.collectionProps),...q,ref:l,slot:r.slot||void 0,onScroll:r.onScroll,"data-drop-target":j||void 0,"data-empty":n.collection.size===0||void 0,"data-focused":K||void 0,"data-focus-visible":W||void 0,"data-layout":r.layout||"stack","data-orientation":r.orientation||"vertical"},x.createElement(ei,{values:[[xp,r],[Gc,n],[R1,{dragAndDropHooks:c,dragState:B,dropState:Y}],[z1,{elementType:"div"}],[gT,{render:OL}]]},I),oe,ne))}function LL({section:n,className:r,style:l}){var c,f;let h=x.useContext(Gc),[p,b]=Kc();var E;let{headingProps:S,groupProps:T}=C9({heading:b,"aria-label":(E=n.props["aria-label"])!==null&&E!==void 0?E:void 0}),_=Vc({items:h.collection.getChildren(n.key),children:D=>{switch(D.type){case"header":return x.createElement(ML,{item:D,headingProps:S,headingRef:p});case"item":return x.createElement(kT,{item:D});default:throw new Error("Unsupported element type in Section: "+D.type)}}});return x.createElement("section",{...Xt(n.props),...T,className:r||((c=n.props)===null||c===void 0?void 0:c.className)||"react-aria-Section",style:l||((f=n.props)===null||f===void 0?void 0:f.style),ref:n.props.ref},_)}function ML({item:n,headingProps:r,headingRef:l}){let{ref:c,...f}=n.props;return x.createElement(yT,{...r,...f,ref:th(l,c)},n.rendered)}function NL(n,r){return $1("item",n,r,n.children)}const AL=x.forwardRef(NL);function kT({item:n}){var r;let l=qa(n.props.ref),c=x.useContext(Gc),{dragAndDropHooks:f,dragState:h,dropState:p}=x.useContext(R1),{optionProps:b,labelProps:E,descriptionProps:S,...T}=E9({key:n.key,"aria-label":(r=n.props)===null||r===void 0?void 0:r["aria-label"]},c,l),{hoverProps:_,isHovered:D}=il({isDisabled:!T.allowsSelection&&!T.hasAction,onHoverStart:n.props.onHoverStart,onHoverChange:n.props.onHoverChange,onHoverEnd:n.props.onHoverEnd}),$=null;h&&f&&($=f.useDraggableItem({key:n.key},h));let A=null;p&&f&&(A=f.useDroppableItem({target:{type:"item",key:n.key,dropPosition:"on"}},p,l));let F=n.props,I=h&&h.isDragging(n.key),re=Yn({...F,id:void 0,children:n.rendered,defaultClassName:"react-aria-ListBoxItem",values:{...T,isHovered:D,selectionMode:c.selectionManager.selectionMode,selectionBehavior:c.selectionManager.selectionBehavior,allowsDragging:!!h,isDragging:I,isDropTarget:A==null?void 0:A.isDropTarget}}),Q=(f==null?void 0:f.renderDropIndicator)||(Y=>x.createElement(SL,{target:Y}));x.useEffect(()=>{n.textValue||console.warn("A `textValue` prop is required for <ListBoxItem> elements with non-plain text children in order to support accessibility features such as type to select.")},[n.textValue]);let B=F.href?"a":"div";return x.createElement(x.Fragment,null,(f==null?void 0:f.useDropIndicator)&&Q({type:"item",key:n.key,dropPosition:"before"}),x.createElement(B,{...ft(b,_,$==null?void 0:$.dragProps,A==null?void 0:A.dropProps),...re,ref:l,"data-allows-dragging":!!h||void 0,"data-selected":T.isSelected||void 0,"data-disabled":T.isDisabled||void 0,"data-hovered":D||void 0,"data-focused":T.isFocused||void 0,"data-focus-visible":T.isFocusVisible||void 0,"data-pressed":T.isPressed||void 0,"data-dragging":I||void 0,"data-drop-target":(A==null?void 0:A.isDropTarget)||void 0,"data-selection-mode":c.selectionManager.selectionMode==="none"?void 0:c.selectionManager.selectionMode},x.createElement(ei,{values:[[Xl,{slots:{label:E,description:S}}]]},re.children)),(f==null?void 0:f.useDropIndicator)&&c.collection.getKeyAfter(n.key)==null&&Q({type:"item",key:n.key,dropPosition:"after"}))}function OL(n,r){r=qa(r);let{dragAndDropHooks:l,dropState:c}=x.useContext(R1),{dropIndicatorProps:f,isHidden:h,isDropTarget:p}=l.useDropIndicator(n,c,r);return h?null:x.createElement(RL,{...n,dropIndicatorProps:f,isDropTarget:p,ref:r})}function FL(n,r){let{dropIndicatorProps:l,isDropTarget:c,...f}=n,h=Yn({...f,defaultClassName:"react-aria-DropIndicator",values:{isDropTarget:c}});return x.createElement("div",{...l,...h,role:"option",ref:r,"data-drop-target":c||void 0})}const RL=x.forwardRef(FL),B1=x.createContext({});function zL(n,r){[n,r]=qn(n,r,B1);let{isDisabled:l,isInvalid:c,onHoverStart:f,onHoverChange:h,onHoverEnd:p,...b}=n,{hoverProps:E,isHovered:S}=il({onHoverStart:f,onHoverChange:h,onHoverEnd:p,isDisabled:l}),{isFocused:T,isFocusVisible:_,focusProps:D}=ql({within:!0});l??(l=!!n["aria-disabled"]&&n["aria-disabled"]!=="false"),c??(c=!!n["aria-invalid"]&&n["aria-invalid"]!=="false");let $=Yn({...n,values:{isHovered:S,isFocusWithin:T,isFocusVisible:_,isDisabled:l,isInvalid:c},defaultClassName:"react-aria-Group"});var A,F;return x.createElement("div",{...ft(b,D,E),...$,ref:r,role:(A=n.role)!==null&&A!==void 0?A:"group",slot:(F=n.slot)!==null&&F!==void 0?F:void 0,"data-focus-within":T||void 0,"data-hovered":S||void 0,"data-focus-visible":_||void 0,"data-disabled":l||void 0,"data-invalid":c||void 0},$.children)}const I1=x.forwardRef(zL),BL=x.createContext({placement:"bottom"}),Zl=x.createContext(null);function IL(n,r){[n,r]=qn(n,r,Zl);let l=x.useContext(ol),c=jc(n),f=n.isOpen!=null||n.defaultOpen!=null||!l?c:l,h=M1(r,f.isOpen)||n.isExiting||!1;if(x.useContext(yp)){let b=n.children;return typeof b=="function"&&(b=b({trigger:n.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1,defaultChildren:null})),x.createElement(x.Fragment,null,b)}return f&&!f.isOpen&&!h?null:x.createElement(UL,{...n,triggerRef:n.triggerRef,state:f,popoverRef:r,isExiting:h})}const ET=x.forwardRef(IL);function UL({state:n,isExiting:r,UNSTABLE_portalContainer:l,...c}){let f=x.useRef(null),[h,p]=x.useState(0);Kt(()=>{f.current&&n.isOpen&&p(f.current.getBoundingClientRect().width)},[n.isOpen,f]);var b;let{popoverProps:E,underlayProps:S,arrowProps:T,placement:_}=c9({...c,offset:(b=c.offset)!==null&&b!==void 0?b:8,arrowSize:h},n),D=c.popoverRef,$=L1(D,!!_)||c.isEntering||!1,A=Yn({...c,defaultClassName:"react-aria-Popover",values:{trigger:c.trigger||null,placement:_,isEntering:$,isExiting:r}}),F={...E.style,...A.style};return x.createElement(ow,{isExiting:r,portalContainer:l},!c.isNonModal&&n.isOpen&&x.createElement("div",{"data-testid":"underlay",...S,style:{position:"fixed",inset:0}}),x.createElement("div",{...ft(Xt(c),E),...A,ref:D,slot:c.slot||void 0,style:F,"data-trigger":c.trigger,"data-placement":_,"data-entering":$||void 0,"data-exiting":r||void 0},!c.isNonModal&&x.createElement(m1,{onDismiss:n.close}),x.createElement(BL.Provider,{value:{...T,placement:_,ref:f}},A.children),x.createElement(m1,{onDismiss:n.close})))}const CT=x.createContext(null),ol=x.createContext(null);function HL(n){let r=jc(n),l=x.useRef(null),{triggerProps:c,overlayProps:f}=gS({type:"dialog"},r,l);return c.id=Or(),f["aria-labelledby"]=c.id,x.createElement(ei,{values:[[ol,r],[CT,f],[Zl,{trigger:"DialogTrigger",triggerRef:l}]]},x.createElement(W3,{...c,ref:l,isPressed:r.isOpen},n.children))}function VL(n,r){let l=n["aria-labelledby"];[n,r]=qn(n,r,CT);let{dialogProps:c,titleProps:f}=F9({...n,"aria-labelledby":l},r),h=x.useContext(ol),p=n.children;typeof p=="function"&&(p=p({close:(h==null?void 0:h.close)||(()=>{})})),!c["aria-label"]&&!c["aria-labelledby"]&&(n["aria-labelledby"]?c["aria-labelledby"]=n["aria-labelledby"]:console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.'));var b;return x.createElement("section",{...Xt(n),...c,ref:r,slot:n.slot||void 0,style:n.style,className:(b=n.className)!==null&&b!==void 0?b:"react-aria-Dialog"},x.createElement(ei,{values:[[c7,{slots:{[P1]:{},title:{...f,level:2}}}]]},p))}const KL=x.forwardRef(VL),jL=x.createContext(null),WL=x.createContext(null);function GL(n,r){[n,r]=qn(n,r,jL);let{collection:l,document:c}=T1(),{children:f,isDisabled:h=!1,isInvalid:p=!1,isRequired:b=!1}=n;f=x.useMemo(()=>typeof f=="function"?f({isOpen:!1,isDisabled:h,isInvalid:p,isRequired:b,defaultChildren:null}):f,[f,h,p,b]);var E;return x.createElement(x.Fragment,null,x.createElement(D2,null,x.createElement(ei,{values:[[Oh,c],[xp,{items:(E=n.items)!==null&&E!==void 0?E:n.defaultItems}]]},f)),x.createElement(YL,{props:n,collection:l,comboBoxRef:r}))}function YL({props:n,collection:r,comboBoxRef:l}){let{name:c,formValue:f="key",allowsCustomValue:h}=n;h&&(f="text");let{validationBehavior:p}=fs(zh)||{};var b,E;let S=(E=(b=n.validationBehavior)!==null&&b!==void 0?b:p)!==null&&E!==void 0?E:"native",{contains:T}=zP({sensitivity:"base"}),_=uL({defaultFilter:n.defaultFilter||T,...n,items:n.items,children:void 0,collection:r,validationBehavior:S}),D=x.useRef(null),$=x.useRef(null),A=x.useRef(null),F=x.useRef(null),[I,re]=Kc(),{buttonProps:Q,inputProps:B,listBoxProps:Y,labelProps:R,descriptionProps:j,errorMessageProps:ne,...M}=N9({...Fh(n),label:re,inputRef:$,buttonRef:D,listBoxRef:A,popoverRef:F,name:f==="text"?c:void 0,validationBehavior:S},_),[ue,K]=x.useState(null),W=x.useCallback(()=>{if($.current){var Se;let Ee=(Se=D.current)===null||Se===void 0?void 0:Se.getBoundingClientRect(),ge=$.current.getBoundingClientRect(),pe=Ee?Math.min(Ee.left,ge.left):ge.left,X=Ee?Math.max(Ee.right,ge.right):ge.right;K(X-pe+"px")}},[D,$,K]);rp({ref:$,onResize:W});let ye=x.useMemo(()=>({isOpen:_.isOpen,isDisabled:n.isDisabled||!1,isInvalid:M.isInvalid||!1,isRequired:n.isRequired||!1}),[_.isOpen,n.isDisabled,M.isInvalid,n.isRequired]),q=Yn({...n,values:ye,defaultClassName:"react-aria-ComboBox"}),oe=Xt(n);return delete oe.id,x.createElement(ei,{values:[[WL,_],[bp,{...R,ref:I}],[Rh,{...Q,ref:D,isPressed:_.isOpen}],[Ih,{...B,ref:$}],[ol,_],[Zl,{ref:F,triggerRef:$,placement:"bottom start",isNonModal:!0,trigger:"ComboBox",style:{"--trigger-width":ue}}],[xp,{...Y,ref:A}],[Gc,_],[Xl,{slots:{description:j,errorMessage:ne}}],[B1,{isInvalid:M.isInvalid,isDisabled:n.isDisabled||!1}],[Wc,M]]},x.createElement("div",{...oe,...q,ref:l,slot:n.slot||void 0,"data-focused":_.isFocused||void 0,"data-open":_.isOpen||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":M.isInvalid||void 0,"data-required":n.isRequired||void 0}),c&&f==="key"&&x.createElement("input",{type:"hidden",name:c,value:_.selectedKey}))}const qL=x.forwardRef(GL),ST=x.createContext({}),U1=x.createContext(null),kp=x.createContext(null),H1=x.createContext(null);function QL(n){let r=cL(n),l=x.useRef(null),{menuTriggerProps:c,menuProps:f}=k1({...n,type:"menu"},r,l),[h,p]=x.useState(null),b=x.useCallback(()=>{l.current&&p(l.current.offsetWidth+"px")},[l]);return rp({ref:l,onResize:b}),x.createElement(ei,{values:[[U1,f],[ol,r],[H1,r],[Zl,{trigger:"MenuTrigger",triggerRef:l,placement:"bottom start",style:{"--trigger-width":h}}]]},x.createElement(W3,{...c,ref:l,isPressed:r.isOpen},n.children))}function wT(n){let{item:r,parentMenuRef:l}=n,c=x.useContext(kp);return Vc({items:c.collection.getChildren(r.key),children:h=>{switch(h.type){case"item":return x.createElement(rM,{item:h,popover:r.rendered[1],parentMenuRef:l,delay:r.props.delay});default:throw new Error("Unsupported element type in SubmenuTrigger: "+r.type)}}})}function XL(n,r){[n,r]=qn(n,r,U1);let{portal:l,collection:c}=S2(n);return x.createElement(x.Fragment,null,c.size>0&&x.createElement(ZL,{props:n,collection:c,menuRef:r}),l)}function ZL({props:n,collection:r,menuRef:l}){let c=mL({...n,collection:r,children:void 0}),[f,h]=x.useState(null),{menuProps:p}=w9(n,c,l),b=x.useContext(H1),E=x.useContext(Zl),S=Vc({items:c.collection,children:F=>{switch(F.type){case"section":return x.createElement(eM,{section:F,parentMenuRef:l});case"separator":return x.createElement(bT,F.props);case"item":return x.createElement(_T,{item:F});case"submenutrigger":return x.createElement(wT,{item:F,parentMenuRef:l});default:throw new Error("Unsupported node type in Menu: "+F.type)}}}),T=(E==null?void 0:E.trigger)==="SubmenuTrigger";tC({ref:l,onInteractOutside:F=>{b&&!(f!=null&&f.contains(F.target))&&b.close()},isDisabled:T||(b==null?void 0:b.expandedKeysStack.length)===0});let _=x.useRef(null),[D,$]=x.useState({left:0});x.useEffect(()=>{if(f&&_.current!==f&&D.left===0){_.current=f;let{left:F}=f.getBoundingClientRect();$({left:-1*F})}},[D,f]);var A;return x.createElement(Jb,null,x.createElement("div",{...Xt(n),...p,ref:l,slot:n.slot||void 0,onScroll:n.onScroll,style:n.style,className:(A=n.className)!==null&&A!==void 0?A:"react-aria-Menu"},x.createElement(ei,{values:[[kp,c],[z1,{elementType:"div"}],[Zl,{UNSTABLE_portalContainer:f||void 0}]]},S)),x.createElement("div",{ref:h,style:{width:"100vw",position:"absolute",top:0,...D}}))}const JL=x.forwardRef(XL);function eM({section:n,className:r,style:l,parentMenuRef:c,...f}){var h,p;let b=x.useContext(kp),[E,S]=Kc();var T;let{headingProps:_,groupProps:D}=_9({heading:S,"aria-label":(T=n["aria-label"])!==null&&T!==void 0?T:void 0}),$=Vc({items:b.collection.getChildren(n.key),children:A=>{switch(A.type){case"header":{let{ref:F,...I}=A.props;return x.createElement(yT,{..._,...I,ref:th(E,F)},A.rendered)}case"item":return x.createElement(_T,{item:A});case"submenutrigger":return x.createElement(wT,{item:A,parentMenuRef:c});default:throw new Error("Unsupported element type in Section: "+A.type)}}});return x.createElement("section",{...Xt(f),...D,className:r||((h=n.props)===null||h===void 0?void 0:h.className)||"react-aria-Section",style:l||((p=n.props)===null||p===void 0?void 0:p.style),ref:n.props.ref},$)}function tM(n,r){return $1("item",n,r,n.children)}const nM=x.forwardRef(tM);function _T({item:n}){var r;let l=x.useContext(kp),c=qa(n.props.ref),{menuItemProps:f,labelProps:h,descriptionProps:p,keyboardShortcutProps:b,...E}=e_({key:n.key,"aria-label":(r=n.props)===null||r===void 0?void 0:r["aria-label"]},l,c),S=n.props,{isFocusVisible:T,focusProps:_}=ql(),{hoverProps:D,isHovered:$}=il({isDisabled:E.isDisabled,onHoverStart:n.props.onHoverStart,onHoverChange:n.props.onHoverChange,onHoverEnd:n.props.onHoverEnd}),A=Yn({...S,id:void 0,children:n.rendered,defaultClassName:"react-aria-MenuItem",values:{...E,isHovered:$,isFocusVisible:T,selectionMode:l.selectionManager.selectionMode,selectionBehavior:l.selectionManager.selectionBehavior,hasSubmenu:!1,isOpen:!1}}),F=S.href?"a":"div";return x.createElement(F,{...ft(f,_,D),...A,ref:c,"data-disabled":E.isDisabled||void 0,"data-hovered":$||void 0,"data-focused":E.isFocused||void 0,"data-focus-visible":T||void 0,"data-pressed":E.isPressed||void 0,"data-selected":E.isSelected||void 0,"data-selection-mode":l.selectionManager.selectionMode==="none"?void 0:l.selectionManager.selectionMode},x.createElement(ei,{values:[[Xl,{slots:{label:h,description:p}}],[ST,b]]},A.children))}function rM({item:n,popover:r,parentMenuRef:l,delay:c}){let f=x.useContext(kp),h=fs(Zl),p=qa(n.props.ref),b=x.useContext(H1),E=dL({triggerKey:n.key},b),S=x.useRef(null),{submenuTriggerProps:T,submenuProps:_,popoverProps:D}=P9({node:n,parentMenuRef:l,submenuRef:S,delay:c},E,p),{menuItemProps:$,labelProps:A,descriptionProps:F,keyboardShortcutProps:I,...re}=e_({key:n.key,...T},f,p),Q=n.props,{hoverProps:B,isHovered:Y}=il({isDisabled:re.isDisabled}),{isFocusVisible:R,focusProps:j}=ql(),ne=Yn({...Q,id:void 0,children:n.rendered,defaultClassName:"react-aria-MenuItem",values:{...re,isHovered:Y,isFocusVisible:R,selectionMode:f.selectionManager.selectionMode,selectionBehavior:f.selectionManager.selectionBehavior,hasSubmenu:!0,isOpen:E.isOpen}});return x.createElement(ei,{values:[[Xl,{slots:{label:A,description:F}}],[ST,I],[U1,_],[ol,E],[Zl,{ref:S,trigger:"SubmenuTrigger",triggerRef:p,placement:"end top",UNSTABLE_portalContainer:h.UNSTABLE_portalContainer||void 0,...D}]]},x.createElement("div",{...ft($,j,B),...ne,ref:p,"data-disabled":re.isDisabled||void 0,"data-hovered":Y||void 0,"data-focused":re.isFocused||void 0,"data-focus-visible":R||void 0,"data-pressed":re.isPressed||void 0,"data-selected":re.isSelected||void 0,"data-selection-mode":f.selectionManager.selectionMode==="none"?void 0:f.selectionManager.selectionMode,"data-has-submenu":!0,"data-open":E.isOpen||void 0},ne.children),r)}const iM=x.createContext(null),V1=x.createContext(null);function oM(n,r){if(x.useContext(V1))return x.createElement(DT,{...n,modalRef:r},n.children);let{isDismissable:c,isKeyboardDismissDisabled:f,isOpen:h,defaultOpen:p,onOpenChange:b,children:E,isEntering:S,isExiting:T,UNSTABLE_portalContainer:_,shouldCloseOnInteractOutside:D,...$}=n;return x.createElement(TT,{isDismissable:c,isKeyboardDismissDisabled:f,isOpen:h,defaultOpen:p,onOpenChange:b,isEntering:S,isExiting:T,UNSTABLE_portalContainer:_,shouldCloseOnInteractOutside:D},x.createElement(DT,{...$,modalRef:r},E))}const lM=x.forwardRef(oM);function aM(n,r){[n,r]=qn(n,r,iM);let l=x.useContext(ol),c=jc(n),f=n.isOpen!=null||n.defaultOpen!=null||!l?c:l,h=qa(r),p=x.useRef(null),b=M1(h,f.isOpen),E=M1(p,f.isOpen),S=b||E||n.isExiting||!1,T=Ul();return!f.isOpen&&!S||T?null:x.createElement(uM,{...n,state:f,isExiting:S,overlayRef:h,modalRef:p})}const TT=x.forwardRef(aM);function uM({UNSTABLE_portalContainer:n,...r}){let l=r.modalRef,{state:c}=r,{modalProps:f,underlayProps:h}=p9(r,c,l),p=L1(r.overlayRef)||r.isEntering||!1,b=Yn({...r,defaultClassName:"react-aria-ModalOverlay",values:{isEntering:p,isExiting:r.isExiting,state:c}}),E=z7(),S={...b.style,"--visual-viewport-height":E.height+"px"};return x.createElement(ow,{isExiting:r.isExiting,portalContainer:n},x.createElement("div",{...ft(Xt(r),h),...b,style:S,ref:r.overlayRef,"data-entering":p||void 0,"data-exiting":r.isExiting||void 0},x.createElement(ei,{values:[[V1,{modalProps:f,modalRef:l,isExiting:r.isExiting,isDismissable:r.isDismissable}],[ol,c]]},b.children)))}function DT(n){let{modalProps:r,modalRef:l,isExiting:c,isDismissable:f}=x.useContext(V1),h=x.useContext(ol),p=x.useMemo(()=>th(n.modalRef,l),[n.modalRef,l]),b=qa(p),E=L1(b),S=Yn({...n,defaultClassName:"react-aria-Modal",values:{isEntering:E,isExiting:c,state:h}});return x.createElement("div",{...ft(Xt(n),r),...S,ref:b,"data-entering":E||void 0,"data-exiting":c||void 0},f&&x.createElement(m1,{onDismiss:h.close}),S.children)}const sM=x.createContext(null),cM=x.createContext(null);function dM(n,r){[n,r]=qn(n,r,sM);let{validationBehavior:l}=fs(zh)||{};var c,f;let h=(f=(c=n.validationBehavior)!==null&&c!==void 0?c:l)!==null&&f!==void 0?f:"native",{locale:p}=Qa(),b=fL({...n,locale:p,validationBehavior:h}),E=x.useRef(null),[S,T]=Kc(),{labelProps:_,groupProps:D,inputProps:$,incrementButtonProps:A,decrementButtonProps:F,descriptionProps:I,errorMessageProps:re,...Q}=z9({...Fh(n),label:T,validationBehavior:h},b,E),B=Yn({...n,values:{state:b,isDisabled:n.isDisabled||!1,isInvalid:Q.isInvalid||!1},defaultClassName:"react-aria-NumberField"}),Y=Xt(n);return delete Y.id,x.createElement(ei,{values:[[cM,b],[B1,D],[Ih,{...$,ref:E}],[bp,{..._,ref:S}],[Rh,{slots:{increment:A,decrement:F}}],[Xl,{slots:{description:I,errorMessage:re}}],[Wc,Q]]},x.createElement("div",{...Y,...B,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":Q.isInvalid||void 0}),n.name&&x.createElement("input",{type:"hidden",name:n.name,value:isNaN(b.numberValue)?"":b.numberValue}))}const fM=x.forwardRef(dM);function pM(n){return n&&n.__esModule?n.default:n}const Uh=x.createContext(null),K1=x.createContext(null);function vM(n,r){[n,r]=qn(n,r,Uh);let{validationBehavior:l}=fs(zh)||{};var c,f;let h=(f=(c=n.validationBehavior)!==null&&c!==void 0?c:l)!==null&&f!==void 0?f:"native",{collection:p,document:b}=T1(),E=pL({...n,collection:p,children:void 0,validationBehavior:h}),{isFocusVisible:S,focusProps:T}=ql({within:!0}),_=x.useRef(null),[D,$]=Kc(),{labelProps:A,triggerProps:F,valueProps:I,menuProps:re,descriptionProps:Q,errorMessageProps:B,...Y}=B9({...Fh(n),label:$,validationBehavior:h},E,_),[R,j]=x.useState(null),ne=x.useCallback(()=>{_.current&&j(_.current.offsetWidth+"px")},[_]);rp({ref:_,onResize:ne});let M=x.useMemo(()=>({isOpen:E.isOpen,isFocused:E.isFocused,isFocusVisible:S,isDisabled:n.isDisabled||!1,isInvalid:Y.isInvalid||!1,isRequired:n.isRequired||!1}),[E.isOpen,E.isFocused,S,n.isDisabled,Y.isInvalid,n.isRequired]),ue=Yn({...n,values:M,defaultClassName:"react-aria-Select"}),K=Xt(n);return delete K.id,x.createElement(x.Fragment,null,x.createElement(D2,null,x.createElement(ei,{values:[[Uh,n],[K1,E],[Oh,b]]},ue.children)),x.createElement(ei,{values:[[Uh,n],[K1,E],[$T,I],[bp,{...A,ref:D,elementType:"span"}],[Rh,{...F,ref:_,isPressed:E.isOpen}],[ol,E],[Zl,{trigger:"Select",triggerRef:_,placement:"bottom start",style:{"--trigger-width":R}}],[xp,re],[Gc,E],[Xl,{slots:{description:Q,errorMessage:B}}],[Wc,Y]]},x.createElement("div",{...K,...ue,...T,ref:r,slot:n.slot||void 0,"data-focused":E.isFocused||void 0,"data-focus-visible":S||void 0,"data-open":E.isOpen||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":Y.isInvalid||void 0,"data-required":n.isRequired||void 0}),x.createElement(U9,{state:E,triggerRef:_,label:$,name:n.name,isDisabled:n.isDisabled})))}const mM=x.forwardRef(vM),$T=x.createContext(null);function hM(n,r){var l,c;[n,r]=qn(n,r,$T);let f=x.useContext(K1),{placeholder:h}=fs(Uh),p=f.selectedKey!=null?f.collection.getItem(f.selectedKey):null,b=p==null?void 0:p.rendered;typeof b=="function"&&(b=b({isHovered:!1,isPressed:!1,isSelected:!1,isFocused:!1,isFocusVisible:!1,isDisabled:!1,selectionMode:"single",selectionBehavior:"toggle"}));let E=zc(pM(hT),"react-aria-components");var S,T;let _=Yn({...n,defaultChildren:b||h||E.format("selectPlaceholder"),defaultClassName:"react-aria-SelectValue",values:{selectedItem:(S=(l=f.selectedItem)===null||l===void 0?void 0:l.value)!==null&&S!==void 0?S:null,selectedText:(T=(c=f.selectedItem)===null||c===void 0?void 0:c.textValue)!==null&&T!==void 0?T:null,isPlaceholder:!p}}),D=Xt(n);return x.createElement("span",{ref:r,...D,..._,"data-placeholder":!p||void 0},x.createElement(Xl.Provider,{value:void 0},_.children))}const gM=x.forwardRef(hM),PT=x.createContext({});let yM=n=>{let{onHoverStart:r,onHoverChange:l,onHoverEnd:c,...f}=n;return f};function bM(n,r){[n,r]=qn(n,r,PT);let{hoverProps:l,isHovered:c}=il(n),{isFocused:f,isFocusVisible:h,focusProps:p}=ql({isTextInput:!0,autoFocus:n.autoFocus}),b=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=Yn({...n,values:{isHovered:c,isFocused:f,isFocusVisible:h,isDisabled:n.disabled||!1,isInvalid:b},defaultClassName:"react-aria-TextArea"});return x.createElement("textarea",{...ft(yM(n),p,l),...E,ref:r,"data-focused":f||void 0,"data-disabled":n.disabled||void 0,"data-hovered":c||void 0,"data-focus-visible":h||void 0,"data-invalid":b||void 0})}const xM=x.forwardRef(bM),kM=x.createContext(null);function EM(n,r){[n,r]=qn(n,r,kM);let{validationBehavior:l}=fs(zh)||{};var c,f;let h=(f=(c=n.validationBehavior)!==null&&c!==void 0?c:l)!==null&&f!==void 0?f:"native",p=x.useRef(null),[b,E]=Kc(),[S,T]=x.useState("input"),{labelProps:_,inputProps:D,descriptionProps:$,errorMessageProps:A,...F}=E1({...Fh(n),inputElementType:S,label:E,validationBehavior:h},p),I=x.useCallback(B=>{p.current=B,B&&T(B instanceof HTMLTextAreaElement?"textarea":"input")},[]),re=Yn({...n,values:{isDisabled:n.isDisabled||!1,isInvalid:F.isInvalid,isReadOnly:n.isReadOnly||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-TextField"}),Q=Xt(n);return delete Q.id,x.createElement("div",{...Q,...re,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":F.isInvalid||void 0,"data-readonly":n.isReadOnly||void 0,"data-required":n.isRequired||void 0},x.createElement(ei,{values:[[bp,{..._,ref:b}],[Ih,{...D,ref:I}],[PT,{...D,ref:I}],[Xl,{slots:{description:$,errorMessage:A}}],[Wc,F]]},re.children))}const LT=x.forwardRef(EM),CM=_n({base:"ui-kit__useFocusRing-module__base"}.base);function Yc(n={}){const r=i7(n),l=CM(),c={...r.focusProps,"data-focused":r.isFocused,"data-focus-visible":r.isFocusVisible};return{...r,focusProps:c,focusRingClassnames:l}}const Ep={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"},SM=_n(Ep.base,{variants:{variant:{critical:Ep.critical,primary:Ep.primary,secondary:Ep.secondary,tertiary:Ep.tertiary}}});function Hh({className:n,variant:r="secondary",...l}){const{focusRingClassnames:c,focusProps:f}=Yc(),h=Sb(l,f);return Ce.jsx(A1,{className:yn(SM({className:n,variant:r}),c),...h})}Hh.displayName="Button";const MT={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function wM({className:n,children:r,...l}){return Ce.jsx("div",{className:yn(MT.base,n),...l,children:r})}function _M({children:n,expand:r=!0}){return x.cloneElement(n,{className:yn(n.props.className,!r&&MT.fit)})}const TM={base:"ui-kit__divider-module__base"};function DM({className:n,...r}){return Ce.jsx("hr",{className:yn(TM.base,n),...r})}const Cp={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"},$M=_n(Cp.base,{variants:{size:{xs:Cp.xs,sm:Cp.sm,md:Cp.md,lg:Cp.lg}}});function ps({className:n,icon:r,size:l="md",...c}){return Ce.jsx("span",{role:"img",className:$M({className:n,size:l}),...c,children:r&&Ce.jsx(r,{})})}ps.displayName="Icon";const kr={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",suffix:"ui-kit__input-module__suffix"},PM={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"}},LM="body-md",MM="default",NM=({as:n="span",variant:r,tone:l})=>{const c=PM[n]||{},f=r||c.variant||LM,h=l||c.tone||MM;return{variant:f,tone:h}},Er={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"},AM=_n(Er.base,{variants:{tone:{default:Er.default,headline:Er.headline,dark:Er.dark,light:Er.light,disabled:Er.disabled,critical:Er.critical,error:Er.error,info:Er.info,success:Er.success,warning:Er.warning},variant:{"heading-lg":Er["heading-lg"],"heading-md":Er["heading-md"],"body-md-strong":Er["body-md-strong"],"body-md":Er["body-md"],"body-sm":Er["body-sm"]},visuallyHidden:{true:Er["visually-hidden"]}}}),vs=x.forwardRef(({className:n,as:r="span",variant:l,tone:c,children:f,visuallyHidden:h=!1,...p},b)=>{const{variant:E,tone:S}=NM({as:r,variant:l,tone:c});return x.createElement(r,{className:AM({className:n,variant:E,tone:S,visuallyHidden:h}),ref:b,...p},f)});vs.displayName="Text";const OM=_n(kr.base,{variants:{state:{error:kr.error,success:kr.success,warning:kr.warning}}}),FM=_n(kr.group,{variants:{disabled:{true:kr.disabled},state:{error:kr.error,success:kr.success,warning:kr.warning}}}),RM=_n(kr.input,{variants:{align:{left:kr.left,right:kr.right},state:{error:kr.error,success:kr.success,warning:kr.warning}}});function NT(n,r){return typeof n=="string"?Ce.jsx(vs,{className:r,variant:"body-md",tone:"disabled",children:n}):Ce.jsx("span",{className:r,children:n})}function Vh({className:n,align:r="left",disabled:l,prefix:c,state:f,suffix:h,...p}){const{focusProps:b,focusRingClassnames:E}=Yc({within:!0});return Ce.jsx("div",{...b,className:yn(OM({className:n,state:f}),E),children:Ce.jsxs(I1,{className:FM({disabled:l,state:f}),children:[c&&NT(c,kr.prefix),Ce.jsx(O2,{...p,className:RM({align:r,state:f}),disabled:l}),h&&NT(h,kr.suffix)]})})}Vh.displayName="Input";const Sp={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},zM=_n(Sp.base,{variants:{required:{true:Sp.required}}});function Kh({className:n,...r}){return Ce.jsxs(Bh,{className:zM({className:n}),...r,children:[r.children,r.required&&Ce.jsx(vs,{className:Sp.required,tone:"error",children:"*"})]})}function jh({children:n}){return Ce.jsx(vs,{className:Sp.description,tone:"disabled",children:n})}function Wh(n){return Ce.jsx(I1,{className:Sp["label-group"],...n})}Kh.displayName="Label",jh.displayName="LabelDescription",Wh.displayName="LabelGroup";const BM=_n({base:"ui-kit__link-module__base"}.base);function AT({className:n,...r}){const{focusRingClassnames:l,focusProps:c}=Yc(),f=Sb(r,c);return Ce.jsx(nL,{className:yn(BM({className:n}),l),...f})}AT.displayName="Link";const wp={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},IM=_n(wp.base,{variants:{decoration:{none:wp.none,bullet:wp.bullet,numbered:wp.numbered}}}),UM=_n(wp.item);function OT({decoration:n="none",...r}){const l=n!=="numbered"?"ul":"ol";return Ce.jsx(l,{...r,className:IM({decoration:n})})}function HM({...n}){return Ce.jsx("li",{...n,className:UM()})}OT.displayName="List";const Gh={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function VM({className:n,...r}){return Ce.jsx(ET,{children:Ce.jsx(JL,{className:yn(Gh.menu,n),...r})})}function KM({className:n,isDisabled:r,title:l="",children:c,...f}){return Ce.jsx(nM,{className:yn(Gh.menuItem,n,r&&Gh.disabled),...f,children:Ce.jsx("span",{className:Gh.menuItemWrapper,title:l,children:c})})}const Jl={entering:"ui-kit__modal-module__entering",fadeIn:"ui-kit__modal-module__fadeIn",exiting:"ui-kit__modal-module__exiting",fadeOut:"ui-kit__modal-module__fadeOut",dialog:"ui-kit__modal-module__dialog",modal:"ui-kit__modal-module__modal",modalContent:"ui-kit__modal-module__modalContent",modalOverlay:"ui-kit__modal-module__modalOverlay",title:"ui-kit__modal-module__title",description:"ui-kit__modal-module__description",footer:"ui-kit__modal-module__footer"};function jM({children:n,role:r="dialog",...l}){return Ce.jsx(TT,{...l,className:({isEntering:c,isExiting:f})=>yn(Jl.modalOverlay,{[Jl.entering]:c,[Jl.exiting]:f}),children:Ce.jsx(lM,{className:yn(Jl.modal),children:Ce.jsx(KL,{className:yn(Jl.dialog),role:r,children:n})})})}function WM({title:n,description:r,footer:l,className:c}){return Ce.jsxs("div",{className:yn(Jl.modalContent,c),children:[n&&Ce.jsx(vs,{as:"h1",className:Jl.title,children:n}),r&&Ce.jsx(vs,{className:Jl.description,children:r}),l&&Ce.jsx("div",{className:Jl.footer,children:l})]})}function GM(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function YM(n){if(n.__esModule)return n;var r=n.default;if(typeof r=="function"){var l=function c(){return this instanceof c?Reflect.construct(r,arguments,this.constructor):r.apply(this,arguments)};l.prototype=r.prototype}else l={};return Object.defineProperty(l,"__esModule",{value:!0}),Object.keys(n).forEach(function(c){var f=Object.getOwnPropertyDescriptor(n,c);Object.defineProperty(l,c,f.get?f:{enumerable:!0,get:function(){return n[c]}})}),l}var oo={},j1={exports:{}},W1={exports:{}},Mt={};/** @license React v16.13.1
187
+ */var S2;function q9(){return S2||(S2=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 n=x,r=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function l(B){{for(var W=arguments.length,R=new Array(W>1?W-1:0),j=1;j<W;j++)R[j-1]=arguments[j];s("error",B,R)}}function s(B,W,R){{var j=r.ReactDebugCurrentFrame,ne=j.getStackAddendum();ne!==""&&(W+="%s",R=R.concat([ne]));var M=R.map(function(ue){return String(ue)});M.unshift("Warning: "+W),Function.prototype.apply.call(console[B],console,M)}}function f(B,W){return B===W&&(B!==0||1/B===1/W)||B!==B&&W!==W}var m=typeof Object.is=="function"?Object.is:f,p=n.useState,b=n.useEffect,E=n.useLayoutEffect,_=n.useDebugValue,T=!1,w=!1;function D(B,W,R){T||n.startTransition!==void 0&&(T=!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 j=W();if(!w){var ne=W();m(j,ne)||(l("The result of getSnapshot should be cached to avoid an infinite loop"),w=!0)}var M=p({inst:{value:j,getSnapshot:W}}),ue=M[0].inst,K=M[1];return E(function(){ue.value=j,ue.getSnapshot=W,$(ue)&&K({inst:ue})},[B,j,W]),b(function(){$(ue)&&K({inst:ue});var G=function(){$(ue)&&K({inst:ue})};return B(G)},[B]),_(j),j}function $(B){var W=B.getSnapshot,R=B.value;try{var j=W();return!m(R,j)}catch{return!0}}function A(B,W,R){return W()}var F=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",I=!F,re=I?A:D,q=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:re;D1.useSyncExternalStore=q,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),D1}process.env.NODE_ENV==="production"?w1.exports=Y9():w1.exports=q9();var Q9=w1.exports;class $1{get childNodes(){throw new Error("childNodes is not supported")}clone(){let r=new $1(this.type,this.key);return r.value=this.value,r.level=this.level,r.hasChildNodes=this.hasChildNodes,r.rendered=this.rendered,r.textValue=this.textValue,r["aria-label"]=this["aria-label"],r.index=this.index,r.parentKey=this.parentKey,r.prevKey=this.prevKey,r.nextKey=this.nextKey,r.firstChildKey=this.firstChildKey,r.lastChildKey=this.lastChildKey,r.props=this.props,r}constructor(r,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=r,this.key=l}}class w2{*[Symbol.iterator](){let r=this.firstChild;for(;r;)yield r,r=r.nextSibling}get firstChild(){return this._firstChild}set firstChild(r){this._firstChild=r,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(r){this._lastChild=r,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(r){this._previousSibling=r,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(r){this._nextSibling=r,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(r){this._parentNode=r,this.ownerDocument.markDirty(this)}get isConnected(){var r;return((r=this.parentNode)===null||r===void 0?void 0:r.isConnected)||!1}appendChild(r){this.ownerDocument.startTransaction(),r.parentNode&&r.parentNode.removeChild(r),this.firstChild==null&&(this.firstChild=r),this.lastChild?(this.lastChild.nextSibling=r,r.index=this.lastChild.index+1,r.previousSibling=this.lastChild):(r.previousSibling=null,r.index=0),r.parentNode=this,r.nextSibling=null,this.lastChild=r,this.ownerDocument.markDirty(this),r.hasSetProps&&this.ownerDocument.addNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}insertBefore(r,l){if(l==null)return this.appendChild(r);this.ownerDocument.startTransaction(),r.parentNode&&r.parentNode.removeChild(r),r.nextSibling=l,r.previousSibling=l.previousSibling,r.index=l.index,this.firstChild===l?this.firstChild=r:l.previousSibling&&(l.previousSibling.nextSibling=r),l.previousSibling=r,r.parentNode=l.parentNode;let s=l;for(;s;)s.index++,s=s.nextSibling;r.hasSetProps&&this.ownerDocument.addNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}removeChild(r){if(r.parentNode!==this)return;this.ownerDocument.startTransaction();let l=r.nextSibling;for(;l;)l.index--,l=l.nextSibling;r.nextSibling&&(r.nextSibling.previousSibling=r.previousSibling),r.previousSibling&&(r.previousSibling.nextSibling=r.nextSibling),this.firstChild===r&&(this.firstChild=r.nextSibling),this.lastChild===r&&(this.lastChild=r.previousSibling),r.parentNode=null,r.nextSibling=null,r.previousSibling=null,r.index=0,this.ownerDocument.removeNode(r),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}addEventListener(){}removeEventListener(){}constructor(r){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this.ownerDocument=r}}class yp extends w2{get index(){return this._index}set index(r){this._index=r,this.ownerDocument.markDirty(this)}get level(){return this.parentNode instanceof yp?this.parentNode.level+(this.node.type==="item"?1:0):0}updateNode(){var r,l,s,f;let m=this.ownerDocument.getMutableNode(this);m.index=this.index,m.level=this.level,m.parentKey=this.parentNode instanceof yp?this.parentNode.node.key:null;var p;m.prevKey=(p=(r=this.previousSibling)===null||r===void 0?void 0:r.node.key)!==null&&p!==void 0?p:null;var b;m.nextKey=(b=(l=this.nextSibling)===null||l===void 0?void 0:l.node.key)!==null&&b!==void 0?b:null,m.hasChildNodes=!!this.firstChild;var E;m.firstChildKey=(E=(s=this.firstChild)===null||s===void 0?void 0:s.node.key)!==null&&E!==void 0?E:null;var _;m.lastChildKey=(_=(f=this.lastChild)===null||f===void 0?void 0:f.node.key)!==null&&_!==void 0?_:null}setProps(r,l,s){let f=this.ownerDocument.getMutableNode(this),{value:m,textValue:p,id:b,...E}=r;if(E.ref=l,f.props=E,f.rendered=s,f.value=m,f.textValue=p||(typeof s=="string"?s:"")||r["aria-label"]||"",b!=null&&b!==f.key){if(this.hasSetProps)throw new Error("Cannot change the id of an item");f.key=b}this.hasSetProps||(this.ownerDocument.addNode(this),this.ownerDocument.endTransaction(),this.hasSetProps=!0),this.ownerDocument.queueUpdate()}get style(){return{}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(r,l){super(l),this.nodeType=8,this._index=0,this.hasSetProps=!1,this.node=new $1(r,`react-aria-${++l.nodeId}`),this.ownerDocument.startTransaction()}}class X9{get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let r=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;r;)yield r,r=r.nextKey!=null?this.keyMap.get(r.nextKey):void 0}getChildren(r){let l=this.keyMap;return{*[Symbol.iterator](){let s=l.get(r),f=(s==null?void 0:s.firstChildKey)!=null?l.get(s.firstChildKey):null;for(;f;)yield f,f=f.nextKey!=null?l.get(f.nextKey):void 0}}}getKeyBefore(r){let l=this.keyMap.get(r);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 s;return(s=l==null?void 0:l.key)!==null&&s!==void 0?s:null}return l.parentKey}getKeyAfter(r){let l=this.keyMap.get(r);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 r=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(r==null?void 0:r.lastChildKey)!=null;)r=this.keyMap.get(r.lastChildKey);var l;return(l=r==null?void 0:r.key)!==null&&l!==void 0?l:null}getItem(r){var l;return(l=this.keyMap.get(r))!==null&&l!==void 0?l:null}at(){throw new Error("Not implemented")}clone(){let r=this.constructor,l=new r;return l.keyMap=new Map(this.keyMap),l.firstKey=this.firstKey,l.lastKey=this.lastKey,l}addNode(r){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");this.keyMap.set(r.key,r)}removeNode(r){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");this.keyMap.delete(r)}commit(r,l,s=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=r,this.lastKey=l,this.frozen=!s}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1}}class Z9 extends w2{get isConnected(){return!0}createElement(r){return new yp(r,this)}getMutableNode(r){let l=r.node;return this.mutatedNodes.has(r)||(l=r.node.clone(),this.mutatedNodes.add(r),r.node=l),this.markDirty(r),l}getMutableCollection(){return!this.isSSR&&!this.collectionMutated&&(this.collection=this.collection.clone(),this.collectionMutated=!0),this.collection}markDirty(r){this.dirtyNodes.add(r)}startTransaction(){this.transactionCount++}endTransaction(){this.transactionCount--}addNode(r){let l=this.getMutableCollection();if(!l.getItem(r.node.key)){l.addNode(r.node);for(let s of r)this.addNode(s)}this.markDirty(r)}removeNode(r){for(let s of r)this.removeNode(s);this.getMutableCollection().removeNode(r.node.key),this.markDirty(r)}getCollection(){return this.transactionCount>0?this.collection:(this.updateCollection(),this.collection)}updateCollection(){for(let m of this.dirtyNodes)m instanceof yp&&m.isConnected&&m.updateNode();if(this.dirtyNodes.clear(),this.mutatedNodes.size||this.collectionMutated){var r,l;let m=this.getMutableCollection();for(let p of this.mutatedNodes)p.isConnected&&m.addNode(p.node);var s,f;m.commit((s=(r=this.firstChild)===null||r===void 0?void 0:r.node.key)!==null&&s!==void 0?s:null,(f=(l=this.lastChild)===null||l===void 0?void 0:l.node.key)!==null&&f!==void 0?f:null,this.isSSR),this.mutatedNodes.clear()}this.collectionMutated=!1}queueUpdate(){if(!(this.dirtyNodes.size===0||this.transactionCount>0))for(let r of this.subscriptions)r()}subscribe(r){return this.subscriptions.add(r),()=>this.subscriptions.delete(r)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(r){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=r,this.collectionMutated=!0}}function Kc(n){let{children:r,items:l,idScope:s,addIdAndValue:f,dependencies:m=[]}=n,p=x.useMemo(()=>new WeakMap,m);return x.useMemo(()=>{if(l&&typeof r=="function"){let _=[];for(let T of l){let w=p.get(T);if(!w){w=r(T);var b,E;let D=(E=(b=w.props.id)!==null&&b!==void 0?b:T.key)!==null&&E!==void 0?E:T.id;if(D==null)throw new Error("Could not determine key for item");s&&(D=s+":"+D),w=x.cloneElement(w,f?{key:D,id:D,value:T}:{key:D}),p.set(T,w)}_.push(w)}return _}else if(typeof r!="function")return r},[r,l,p,s,f])}function J9(n){return Kc({...n,addIdAndValue:!0})}const T2=x.createContext(!1);function D2(n,r){let{collection:l,document:s}=P1(r);return{portal:$2(n,s),collection:l}}function eL(n,r,l){let s=Hl(),f=x.useRef(s);f.current=s;let m=x.useCallback(()=>f.current?l():r(),[r,l]);return Q9.useSyncExternalStore(n,m)}const tL=typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore:eL;function P1(n){let r=x.useMemo(()=>new Z9(n||new X9),[n]),l=x.useCallback(p=>r.subscribe(p),[r]),s=x.useCallback(()=>{let p=r.getCollection();return r.isSSR&&r.resetAfterSSR(),p},[r]),f=x.useCallback(()=>(r.isSSR=!0,r.getCollection()),[r]);return{collection:tL(l,s,f),document:r}}const L1=x.createContext(null),zh=x.createContext(null);function $2(n,r){let l=x.useContext(zh),s=r??l,f=J9(n),m=x.useMemo(()=>x.createElement(T2.Provider,{value:!0},f),[f]);return Hl()?x.createElement(L1.Provider,{value:s},m):Ob.createPortal(m,s)}function nL(n){return x.createElement(x.Fragment,null,$2(n))}function P2(n,r,l){let s=x.useContext(T2);var f;return s?(f=M1(n,r,l,"children"in r?r.children:null))!==null&&f!==void 0?f:x.createElement(x.Fragment,null):null}function rL(n,r,l){return x.useCallback(s=>{s==null||s.setProps(n,r,l)},[n,r,l])}function M1(n,r,l,s,f){let m=rL(r,l,s),p=x.useContext(L1);if(p){let b=p.ownerDocument.nodesByProps.get(r);return b||(b=p.ownerDocument.createElement(n),b.setProps(r,l,s),p.appendChild(b),p.ownerDocument.updateCollection(),p.ownerDocument.nodesByProps.set(r,b)),f?x.createElement(L1.Provider,{value:b},f):null}return x.createElement(n,{ref:m},f)}const N1=Symbol("default");function ei({values:n,children:r}){for(let[l,s]of n)r=x.createElement(l.Provider,{value:s},r);return r}function Yn(n){let{className:r,style:l,children:s,defaultClassName:f,defaultChildren:m,defaultStyle:p,values:b}=n;return x.useMemo(()=>{let E,_,T;return typeof r=="function"?E=r({...b,defaultClassName:f}):E=r,typeof l=="function"?_=l({...b,defaultStyle:p||{}}):_=l,typeof s=="function"?T=s({...b,defaultChildren:m}):s==null?T=m:T=s,{className:E??f,style:_||p?{...p,..._}:void 0,children:T??m,"data-rac":""}},[r,l,s,f,m,p,b])}function vs(n,r){let l=x.useContext(n);if(r===null)return null;if(l&&typeof l=="object"&&"slots"in l&&l.slots){let s=new Intl.ListFormat().format(Object.keys(l.slots).map(m=>`"${m}"`));if(!r&&!l.slots[N1])throw new Error(`A slot prop is required. Valid slot names are ${s}.`);let f=r||N1;if(!l.slots[f])throw new Error(`Invalid slot "${r}". Valid slot names are ${s}.`);return l.slots[f]}return l}function qn(n,r,l){let s=vs(l,n.slot)||{},{ref:f,...m}=s,p=Qa(x.useMemo(()=>ih(r,f),[r,f])),b=ft(m,n);return"style"in m&&m.style&&"style"in n&&n.style&&(typeof m.style=="function"||typeof n.style=="function"?b.style=E=>{let _=typeof m.style=="function"?m.style(E):m.style,T={...E.defaultStyle,..._},w=typeof n.style=="function"?n.style({...E,defaultStyle:T}):n.style;return{...T,...w}}:b.style={...m.style,...n.style}),[b,p]}function jc(){let[n,r]=x.useState(!0),l=x.useRef(!1),s=x.useCallback(f=>{l.current=!0,r(!!f)},[]);return jt(()=>{l.current||r(!1)},[]),[s,n]}function A1(n,r=!0){let[l,s]=x.useState(!0);return L2(n,l&&r,x.useCallback(()=>s(!1),[])),l&&r}function O1(n,r){let[l,s]=x.useState(!1),[f,m]=x.useState("idle");return!r&&n.current&&f==="idle"&&(l=!0,s(!0),m("exiting")),!n.current&&f==="exited"&&m("idle"),L2(n,l,x.useCallback(()=>{m("exited"),s(!1)},[])),l}function L2(n,r,l){let s=x.useRef(null);r&&n.current&&(s.current=window.getComputedStyle(n.current).animation),jt(()=>{if(r&&n.current){let f=window.getComputedStyle(n.current);if(f.animationName&&f.animationName!=="none"&&f.animation!==s.current){let m=b=>{b.target===n.current&&(p.removeEventListener("animationend",m),Fb.flushSync(()=>{l()}))},p=n.current;return p.addEventListener("animationend",m),()=>{p.removeEventListener("animationend",m)}}else l()}},[n,r,l])}if(typeof HTMLTemplateElement<"u"){const n=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:n.call(this)}})}const bp=x.createContext(!1),iL=typeof DocumentFragment<"u"?new DocumentFragment:null;function M2(n){let r=x.useContext(bp),l=Hl();if(r)return x.createElement(x.Fragment,null,n.children);let s=x.createElement(bp.Provider,{value:!0},n.children);return l?x.createElement("template",{"data-react-aria-hidden":!0},s):Fb.createPortal(s,iL)}function F1(n){let r=(l,s)=>x.useContext(bp)?null:n(l,s);return r.displayName=n.displayName||n.name,x.forwardRef(r)}function Bh(n){const r=/^(data-.*)$/;let l={};for(const s in n)r.test(s)||(l[s]=n[s]);return l}const oL=x.createContext(null);function lL(n,r){[n,r]=qn(n,r,oL);let l=n.href?"a":"span",{linkProps:s,isPressed:f}=EP({...n,elementType:l},r),{hoverProps:m,isHovered:p}=ol(n),{focusProps:b,isFocused:E,isFocusVisible:_}=Ql(),T=Yn({...n,defaultClassName:"react-aria-Link",values:{isCurrent:!!n["aria-current"],isDisabled:n.isDisabled||!1,isPressed:f,isHovered:p,isFocused:E,isFocusVisible:_}});return x.createElement(l,{ref:r,slot:n.slot||void 0,...ft(T,s,m,b),"data-focused":E||void 0,"data-hovered":p||void 0,"data-pressed":f||void 0,"data-focus-visible":_||void 0,"data-current":!!n["aria-current"]||void 0,"data-disabled":n.isDisabled||void 0},T.children)}const aL=x.forwardRef(lL),uL=new Set(["form","formAction","formEncType","formMethod","formNoValidate","formTarget","name","value"]),Ih=x.createContext({});function sL(n,r){[n,r]=qn(n,r,Ih);let l=n,{buttonProps:s,isPressed:f}=KP(n,r),{focusProps:m,isFocused:p,isFocusVisible:b}=Ql(n),{hoverProps:E,isHovered:_}=ol(n),T=Yn({...n,values:{isHovered:_,isPressed:f,isFocused:p,isFocusVisible:b,isDisabled:n.isDisabled||!1},defaultClassName:"react-aria-Button"});return x.createElement("button",{...Zt(n,{propNames:uL}),...ft(s,m,E),...T,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-pressed":l.isPressed||f||void 0,"data-hovered":_||void 0,"data-focused":p||void 0,"data-focus-visible":b||void 0})}const R1=F1(sL),Zl=x.createContext({});function cL(n,r){[n,r]=qn(n,r,Zl);let{elementType:l="span",...s}=n;return x.createElement(l,{className:"react-aria-Text",...s,ref:r})}const dL=x.forwardRef(cL);class z1{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(r){let l=this.keyMap.get(r);return l?l.prevKey:null}getKeyAfter(r){let l=this.keyMap.get(r);return l?l.nextKey:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(r){return this.keyMap.get(r)}at(r){const l=[...this.getKeys()];return this.getItem(l[r])}getChildren(r){let l=this.keyMap.get(r);return(l==null?void 0:l.childNodes)||[]}constructor(r){this.keyMap=new Map,this.iterable=r;let l=m=>{if(this.keyMap.set(m.key,m),m.childNodes&&m.type==="section")for(let p of m.childNodes)l(p)};for(let m of r)l(m);let s,f=0;for(let[m,p]of this.keyMap)s?(s.nextKey=m,p.prevKey=s.key):(this.firstKey=m,p.prevKey=void 0),p.type==="item"&&(p.index=f++),s=p,s.nextKey=void 0;this.lastKey=s==null?void 0:s.key}}class To extends Set{constructor(r,l,s){super(r),r instanceof To?(this.anchorKey=l||r.anchorKey,this.currentKey=s||r.currentKey):(this.anchorKey=l,this.currentKey=s)}}function fL(n,r){if(n.size!==r.size)return!1;for(let l of n)if(!r.has(l))return!1;return!0}function N2(n){let{selectionMode:r="none",disallowEmptySelection:l,allowDuplicateSelectionEvents:s,selectionBehavior:f="toggle",disabledBehavior:m="all"}=n,p=x.useRef(!1),[,b]=x.useState(!1),E=x.useRef(null),_=x.useRef(null),[,T]=x.useState(null),w=x.useMemo(()=>A2(n.selectedKeys),[n.selectedKeys]),D=x.useMemo(()=>A2(n.defaultSelectedKeys,new To),[n.defaultSelectedKeys]),[$,A]=cs(w,D,n.onSelectionChange),F=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),[I,re]=x.useState(f);f==="replace"&&I==="toggle"&&typeof $=="object"&&$.size===0&&re("replace");let q=x.useRef(f);return x.useEffect(()=>{f!==q.current&&(re(f),q.current=f)},[f]),{selectionMode:r,disallowEmptySelection:l,selectionBehavior:I,setSelectionBehavior:re,get isFocused(){return p.current},setFocused(B){p.current=B,b(B)},get focusedKey(){return E.current},get childFocusStrategy(){return _.current},setFocusedKey(B,W="first"){E.current=B,_.current=W,T(B)},selectedKeys:$,setSelectedKeys(B){(s||!fL(B,$))&&A(B)},disabledKeys:F,disabledBehavior:m}}function A2(n,r){return n?n==="all"?"all":new To(n):r}class O2{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(r){this.state.setSelectionBehavior(r)}get isFocused(){return this.state.isFocused}setFocused(r){this.state.setFocused(r)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(r,l){(r==null||this.collection.getItem(r))&&this.state.setFocusedKey(r,l)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(r){return this.state.selectionMode==="none"?!1:(r=this.getKey(r),this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r))}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 r=this.getSelectAllKeys(),l=this.state.selectedKeys;return this._isSelectAll=r.every(s=>l.has(s)),this._isSelectAll}get firstSelectedKey(){let r=null;for(let l of this.state.selectedKeys){let s=this.collection.getItem(l);(!r||s&&E1(this.collection,s,r)<0)&&(r=s)}return r==null?void 0:r.key}get lastSelectedKey(){let r=null;for(let l of this.state.selectedKeys){let s=this.collection.getItem(l);(!r||s&&E1(this.collection,s,r)>0)&&(r=s)}return r==null?void 0:r.key}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(r){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(r);return}r=this.getKey(r);let l;if(this.state.selectedKeys==="all")l=new To([r],r,r);else{let s=this.state.selectedKeys,f=s.anchorKey||r;l=new To(s,f,r);for(let m of this.getKeyRange(f,s.currentKey||r))l.delete(m);for(let m of this.getKeyRange(r,f))this.canSelectItem(m)&&l.add(m)}this.state.setSelectedKeys(l)}getKeyRange(r,l){let s=this.collection.getItem(r),f=this.collection.getItem(l);return s&&f?E1(this.collection,s,f)<=0?this.getKeyRangeInternal(r,l):this.getKeyRangeInternal(l,r):[]}getKeyRangeInternal(r,l){let s=[],f=r;for(;f;){let m=this.collection.getItem(f);if((m&&m.type==="item"||m.type==="cell"&&this.allowsCellSelection)&&s.push(f),f===l)return s;f=this.collection.getKeyAfter(f)}return[]}getKey(r){let l=this.collection.getItem(r);if(!l||l.type==="cell"&&this.allowsCellSelection)return r;for(;l.type!=="item"&&l.parentKey!=null;)l=this.collection.getItem(l.parentKey);return!l||l.type!=="item"?null:l.key}toggleSelection(r){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(r)){this.replaceSelection(r);return}if(r=this.getKey(r),r==null)return;let l=new To(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);l.has(r)?l.delete(r):this.canSelectItem(r)&&(l.add(r),l.anchorKey=r,l.currentKey=r),!(this.disallowEmptySelection&&l.size===0)&&this.state.setSelectedKeys(l)}replaceSelection(r){if(this.selectionMode==="none"||(r=this.getKey(r),r==null))return;let l=this.canSelectItem(r)?new To([r],r,r):new To;this.state.setSelectedKeys(l)}setSelectedKeys(r){if(this.selectionMode==="none")return;let l=new To;for(let s of r)if(s=this.getKey(s),s!=null&&(l.add(s),this.selectionMode==="single"))break;this.state.setSelectedKeys(l)}getSelectAllKeys(){let r=[],l=s=>{for(;s;){if(this.canSelectItem(s)){let f=this.collection.getItem(s);f.type==="item"&&r.push(s),f.hasChildNodes&&(this.allowsCellSelection||f.type!=="item")&&l(S9(Fh(f,this.collection)).key)}s=this.collection.getKeyAfter(s)}};return l(this.collection.getFirstKey()),r}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 To)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(r,l){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(r)&&!this.disallowEmptySelection?this.toggleSelection(r):this.replaceSelection(r):this.selectionBehavior==="toggle"||l&&(l.pointerType==="touch"||l.pointerType==="virtual")?this.toggleSelection(r):this.replaceSelection(r))}isSelectionEqual(r){if(r===this.state.selectedKeys)return!0;let l=this.selectedKeys;if(r.size!==l.size)return!1;for(let s of r)if(!l.has(s))return!1;for(let s of l)if(!r.has(s))return!1;return!0}canSelectItem(r){var l;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(r))return!1;let s=this.collection.getItem(r);return!(!s||!(s==null||(l=s.props)===null||l===void 0)&&l.isDisabled||s.type==="cell"&&!this.allowsCellSelection)}isDisabled(r){var l,s;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(r)||!!(!((s=this.collection.getItem(r))===null||s===void 0||(l=s.props)===null||l===void 0)&&l.isDisabled))}isLink(r){var l,s;return!!(!((s=this.collection.getItem(r))===null||s===void 0||(l=s.props)===null||l===void 0)&&l.href)}getItemProps(r){var l;return(l=this.collection.getItem(r))===null||l===void 0?void 0:l.props}constructor(r,l,s){this.collection=r,this.state=l;var f;this.allowsCellSelection=(f=s==null?void 0:s.allowsCellSelection)!==null&&f!==void 0?f:!1,this._isSelectAll=null}}function F2(n){let{filter:r}=n,l=N2(n),s=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),f=x.useCallback(_=>r?new z1(r(_)):new z1(_),[r]),m=x.useMemo(()=>({suppressTextValueWarning:n.suppressTextValueWarning}),[n.suppressTextValueWarning]),p=bS(n,f,m),b=x.useMemo(()=>new O2(p,l),[p,l]);const E=x.useRef(null);return x.useEffect(()=>{if(l.focusedKey!=null&&!p.getItem(l.focusedKey)){const _=E.current.getItem(l.focusedKey),T=[...E.current.getKeys()].map(F=>{const I=E.current.getItem(F);return I.type==="item"?I:null}).filter(F=>F!==null),w=[...p.getKeys()].map(F=>{const I=p.getItem(F);return I.type==="item"?I:null}).filter(F=>F!==null),D=T.length-w.length;let $=Math.min(D>1?Math.max(_.index-D+1,0):_.index,w.length-1),A;for(;$>=0;){if(!b.isDisabled(w[$].key)){A=w[$];break}$<w.length-1?$++:($>_.index&&($=_.index),$--)}l.setFocusedKey(A?A.key:null)}E.current=p},[p,b,l,l.focusedKey]),{collection:p,disabledKeys:s,selectionManager:b}}function R2(n){var r;let[l,s]=cs(n.selectedKey,(r=n.defaultSelectedKey)!==null&&r!==void 0?r:null,n.onSelectionChange),f=x.useMemo(()=>l!=null?[l]:[],[l]),{collection:m,disabledKeys:p,selectionManager:b}=F2({...n,selectionMode:"single",disallowEmptySelection:!0,allowDuplicateSelectionEvents:!0,selectedKeys:f,onSelectionChange:_=>{var T;let w=(T=_.values().next().value)!==null&&T!==void 0?T:null;w===l&&n.onSelectionChange&&n.onSelectionChange(w),s(w)}}),E=l!=null?m.getItem(l):null;return{collection:m,disabledKeys:p,selectionManager:b,selectedKey:l,setSelectedKey:s,selectedItem:E}}function Wc(n){let[r,l]=cs(n.isOpen,n.defaultOpen||!1,n.onOpenChange);const s=x.useCallback(()=>{l(!0)},[l]),f=x.useCallback(()=>{l(!1)},[l]),m=x.useCallback(()=>{l(!r)},[l,r]);return{isOpen:r,setOpen:l,open:s,close:f,toggle:m}}function pL(n){var r,l;let{defaultFilter:s,menuTrigger:f="input",allowsEmptyCollection:m=!1,allowsCustomValue:p,shouldCloseOnBlur:b=!0}=n,[E,_]=x.useState(!1),[T,w]=x.useState(!1),[D,$]=x.useState(null),A=dt=>{n.onSelectionChange&&n.onSelectionChange(dt),dt===q&&(Ue(),ke())};var F;let{collection:I,selectionManager:re,selectedKey:q,setSelectedKey:B,selectedItem:W,disabledKeys:R}=R2({...n,onSelectionChange:A,items:(F=n.items)!==null&&F!==void 0?F:n.defaultItems});var j,ne;let[M,ue]=cs(n.inputValue,(ne=(j=n.defaultInputValue)!==null&&j!==void 0?j:(r=I.getItem(q))===null||r===void 0?void 0:r.textValue)!==null&&ne!==void 0?ne:"",n.onInputChange),K=I,G=x.useMemo(()=>n.items!=null||!s?I:vL(I,M,s),[I,M,s,n.items]),[be,Q]=x.useState(G),oe=x.useRef("focus"),Ce=Wc({...n,onOpenChange:dt=>{n.onOpenChange&&n.onOpenChange(dt,dt?oe.current:void 0),re.setFocused(dt),dt||re.setFocusedKey(null)},isOpen:void 0,defaultOpen:void 0}),ye=(dt=null,_t)=>{let Ot=_t==="manual"||_t==="focus"&&f==="focus";(m||G.size>0||Ot&&K.size>0||n.items)&&(Ot&&!Ce.isOpen&&n.items===void 0&&_(!0),oe.current=_t,$(dt),Ce.open())},pe=(dt=null,_t)=>{let Ot=_t==="manual"||_t==="focus"&&f==="focus";!(m||G.size>0||Ot&&K.size>0||n.items)&&!Ce.isOpen||(Ot&&!Ce.isOpen&&n.items===void 0&&_(!0),Ce.isOpen||(oe.current=_t),Y(dt))},X=x.useCallback(()=>{Q(E?K:G)},[E,K,G]),Y=x.useCallback((dt=null)=>{Ce.isOpen&&X(),$(dt),Ce.toggle()},[Ce,X]),ke=x.useCallback(()=>{Ce.isOpen&&(X(),Ce.close())},[Ce,X]),[fe,Me]=x.useState(M),Ue=()=>{var dt,_t;let Ot=(_t=(dt=I.getItem(q))===null||dt===void 0?void 0:dt.textValue)!==null&&_t!==void 0?_t:"";Me(Ot),ue(Ot)};var Be,Fe;let we=x.useRef((Fe=(Be=n.selectedKey)!==null&&Be!==void 0?Be:n.defaultSelectedKey)!==null&&Fe!==void 0?Fe:null);var $e;let je=x.useRef(($e=(l=I.getItem(q))===null||l===void 0?void 0:l.textValue)!==null&&$e!==void 0?$e:"");x.useEffect(()=>{var dt;T&&(G.size>0||m)&&!Ce.isOpen&&M!==fe&&f!=="manual"&&ye(null,"input"),!E&&!m&&Ce.isOpen&&G.size===0&&ke(),q!=null&&q!==we.current&&ke(),M!==fe&&(re.setFocusedKey(null),_(!1),M===""&&(n.inputValue===void 0||n.selectedKey===void 0)&&B(null)),q!==we.current&&(n.inputValue===void 0||n.selectedKey===void 0)?Ue():fe!==M&&Me(M);var _t;let Ot=(_t=(dt=I.getItem(q))===null||dt===void 0?void 0:dt.textValue)!==null&&_t!==void 0?_t:"";!T&&q!=null&&n.inputValue===void 0&&q===we.current&&je.current!==Ot&&(Me(Ot),ue(Ot)),we.current=q,je.current=Ot});let Xe=Ph({...n,value:x.useMemo(()=>({inputValue:M,selectedKey:q}),[M,q])}),mt=()=>{p&&q==null?De():It()},De=()=>{we.current=null,B(null),ke()},It=()=>{if(n.selectedKey!==void 0&&n.inputValue!==void 0){var dt;n.onSelectionChange(q);var _t;let Ot=(_t=(dt=I.getItem(q))===null||dt===void 0?void 0:dt.textValue)!==null&&_t!==void 0?_t:"";Me(Ot),ke()}else Ue(),ke()};const Wt=()=>{if(p){var dt,_t;const Ot=(_t=(dt=I.getItem(q))===null||dt===void 0?void 0:dt.textValue)!==null&&_t!==void 0?_t:"";M===Ot?It():De()}else It()};let bn=()=>{Ce.isOpen&&re.focusedKey!=null?q===re.focusedKey?It():B(re.focusedKey):Wt()},Qn=x.useRef(M),Xn=dt=>{dt?(Qn.current=M,f==="focus"&&ye(null,"focus")):(b&&Wt(),M!==Qn.current&&Xe.commitValidation()),w(dt)},ni=x.useMemo(()=>Ce.isOpen?E?K:G:be,[Ce.isOpen,K,G,E,be]);return{...Xe,...Ce,focusStrategy:D,toggle:pe,open:ye,close:Wt,selectionManager:re,selectedKey:q,setSelectedKey:B,disabledKeys:R,isFocused:T,setFocused:Xn,selectedItem:W,collection:ni,inputValue:M,setInputValue:ue,commit:bn,revert:mt}}function vL(n,r,l){return new z1(z2(n,n,r,l))}function z2(n,r,l,s){let f=[];for(let m of r)if(m.type==="section"&&m.hasChildNodes){let p=z2(n,Fh(m,n),l,s);[...p].some(b=>b.type==="item")&&f.push({...m,childNodes:p})}else m.type==="item"&&s(m.textValue,l)?f.push({...m}):m.type!=="item"&&f.push({...m});return f}function mL(n){let r=Wc(n),[l,s]=x.useState(null),[f,m]=x.useState([]),p=()=>{m([]),r.close()};return{focusStrategy:l,...r,open(_=null){s(_),r.open()},toggle(_=null){s(_),r.toggle()},close(){p()},expandedKeysStack:f,openSubmenu:(_,T)=>{m(w=>T>w.length?w:[...w.slice(0,T),_])},closeSubmenu:(_,T)=>{m(w=>w[T]===_?w.slice(0,T):w)}}}function hL(n,r){let{triggerKey:l}=n,{expandedKeysStack:s,openSubmenu:f,closeSubmenu:m,close:p}=r,[b]=x.useState(s==null?void 0:s.length),E=x.useMemo(()=>s[b]===l,[s,l,b]),[_,T]=x.useState(null),w=x.useCallback((A=null)=>{T(A),f(l,b)},[f,b,l]),D=x.useCallback(()=>{T(null),m(l,b)},[m,b,l]),$=x.useCallback((A=null)=>{T(A),E?D():w(A)},[D,w,E]);return x.useMemo(()=>({focusStrategy:_,isOpen:E,open:w,close:D,closeAll:p,submenuLevel:b,setOpen:()=>{},toggle:$}),[E,w,D,p,_,$,b])}function gL(n){let{minValue:r,maxValue:l,step:s,formatOptions:f,value:m,defaultValue:p=NaN,onChange:b,locale:E,isDisabled:_,isReadOnly:T}=n;m===null&&(m=NaN),m!==void 0&&!isNaN(m)&&(s!==void 0&&!isNaN(s)?m=jl(m,r,l,s):m=Oc(m,r,l)),isNaN(p)||(s!==void 0&&!isNaN(s)?p=jl(p,r,l,s):p=Oc(p,r,l));let[w,D]=cs(m,isNaN(p)?NaN:p,b),[$,A]=x.useState(()=>isNaN(w)?"":new Sh(E,f).format(w)),F=x.useMemo(()=>new yC(E,f),[E,f]),I=x.useMemo(()=>F.getNumberingSystem($),[F,$]),re=x.useMemo(()=>new Sh(E,{...f,numberingSystem:I}),[E,f,I]),q=x.useMemo(()=>re.resolvedOptions(),[re]),B=x.useCallback(fe=>isNaN(fe)||fe===null?"":re.format(fe),[re]),W=Ph({...n,value:w}),R=s!==void 0&&!isNaN(s)?s:1;q.style==="percent"&&(s===void 0||isNaN(s))&&(R=.01);let[j,ne]=x.useState(w),[M,ue]=x.useState(E),[K,G]=x.useState(f);(!Object.is(w,j)||E!==M||f!==K)&&(A(B(w)),ne(w),ue(E),G(f));let be=x.useMemo(()=>F.parse($),[F,$]),Q=()=>{if(!$.length){D(NaN),A(m===void 0?"":B(w));return}if(isNaN(be)){A(B(w));return}let fe;s===void 0||isNaN(s)?fe=Oc(be,r,l):fe=jl(be,r,l,s),fe=F.parse(B(fe)),D(fe),A(B(m===void 0?fe:w))},oe=(fe,Me=0)=>{let Ue=be;if(isNaN(Ue)){let Be=isNaN(Me)?0:Me;return jl(Be,r,l,R)}else{let Be=jl(Ue,r,l,R);return fe==="+"&&Be>Ue||fe==="-"&&Be<Ue?Be:jl(B1(fe,Ue,R),r,l,R)}},_e=()=>{let fe=oe("+",r);fe===w&&A(B(fe)),D(fe),W.commitValidation()},Ce=()=>{let fe=oe("-",l);fe===w&&A(B(fe)),D(fe),W.commitValidation()},ye=()=>{l!=null&&(D(jl(l,r,l,R)),W.commitValidation())},pe=()=>{r!=null&&(D(r),W.commitValidation())},X=x.useMemo(()=>!_&&!T&&(isNaN(be)||l===void 0||isNaN(l)||jl(be,r,l,R)>be||B1("+",be,R)<=l),[_,T,r,l,R,be]),Y=x.useMemo(()=>!_&&!T&&(isNaN(be)||r===void 0||isNaN(r)||jl(be,r,l,R)<be||B1("-",be,R)>=r),[_,T,r,l,R,be]);return{...W,validate:fe=>F.isValidPartialNumber(fe,r,l),increment:_e,incrementToMax:ye,decrement:Ce,decrementToMin:pe,canIncrement:X,canDecrement:Y,minValue:r,maxValue:l,numberValue:be,setNumberValue:D,setInputValue:A,inputValue:$,commit:Q}}function B1(n,r,l){let s=n==="+"?r+l:r-l;if(r%1!==0||l%1!==0){const f=r.toString().split("."),m=l.toString().split("."),p=f[1]&&f[1].length||0,b=m[1]&&m[1].length||0,E=Math.pow(10,Math.max(p,b));r=Math.round(r*E),l=Math.round(l*E),s=n==="+"?r+l:r-l,s/=E}return s}function yL(n){let r=Wc(n),[l,s]=x.useState(null),f=R2({...n,onSelectionChange:E=>{n.onSelectionChange!=null&&n.onSelectionChange(E),r.close(),m.commitValidation()}}),m=Ph({...n,value:f.selectedKey}),[p,b]=x.useState(!1);return{...m,...f,...r,focusStrategy:l,open(E=null){f.collection.size!==0&&(s(E),r.open())},toggle(E=null){f.collection.size!==0&&(s(E),r.toggle())},isFocused:p,setFocused:b}}class bL{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(r){let l=this.keyMap.get(r);return l?l.prevKey:null}getKeyAfter(r){let l=this.keyMap.get(r);return l?l.nextKey:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(r){return this.keyMap.get(r)}at(r){const l=[...this.getKeys()];return this.getItem(l[r])}constructor(r,{expandedKeys:l}={}){this.keyMap=new Map,this.iterable=r,l=l||new Set;let s=p=>{if(this.keyMap.set(p.key,p),p.childNodes&&(p.type==="section"||l.has(p.key)))for(let b of p.childNodes)s(b)};for(let p of r)s(p);let f,m=0;for(let[p,b]of this.keyMap)f?(f.nextKey=p,b.prevKey=f.key):(this.firstKey=p,b.prevKey=void 0),b.type==="item"&&(b.index=m++),f=b,f.nextKey=void 0;this.lastKey=f==null?void 0:f.key}}function xL(n){let{onExpandedChange:r}=n,[l,s]=cs(n.expandedKeys?new Set(n.expandedKeys):void 0,n.defaultExpandedKeys?new Set(n.defaultExpandedKeys):new Set,r),f=N2(n),m=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),p=bS(n,x.useCallback(E=>new bL(E,{expandedKeys:l}),[l]),null);return x.useEffect(()=>{f.focusedKey!=null&&!p.getItem(f.focusedKey)&&f.setFocusedKey(null)},[p,f.focusedKey]),{collection:p,expandedKeys:l,disabledKeys:m,toggleKey:E=>{s(kL(l,E))},setExpandedKeys:s,selectionManager:new O2(p,f)}}function kL(n,r){let l=new Set(n);return l.has(r)?l.delete(r):l.add(r),l}const Gc=x.createContext(null);function EL(n,r){let l=x.useContext(Gc);return l!=null&&l.isInvalid?x.createElement(_L,{...n,ref:r}):null}const CL=x.forwardRef(EL),_L=x.forwardRef((n,r)=>{let l=x.useContext(Gc),s=Yn({...n,defaultClassName:"react-aria-FieldError",defaultChildren:l.validationErrors.length===0?void 0:l.validationErrors.join(" "),values:l});return s.children==null?null:x.createElement(dL,{slot:"errorMessage",...s,ref:r})}),Uh=x.createContext(null),xp=x.createContext({});function SL(n,r){[n,r]=qn(n,r,xp);let{elementType:l="label",...s}=n;return x.createElement(l,{className:"react-aria-Label",...s,ref:r})}const Hh=F1(SL),Vh=x.createContext({});let wL=n=>{let{onHoverStart:r,onHoverChange:l,onHoverEnd:s,...f}=n;return f};function TL(n,r){[n,r]=qn(n,r,Vh);let{hoverProps:l,isHovered:s}=ol(n),{isFocused:f,isFocusVisible:m,focusProps:p}=Ql({isTextInput:!0,autoFocus:n.autoFocus}),b=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=Yn({...n,values:{isHovered:s,isFocused:f,isFocusVisible:m,isDisabled:n.disabled||!1,isInvalid:b},defaultClassName:"react-aria-Input"});return x.createElement("input",{...ft(wL(n),p,l),...E,ref:r,"data-focused":f||void 0,"data-disabled":n.disabled||void 0,"data-hovered":s||void 0,"data-focus-visible":m||void 0,"data-invalid":b||void 0})}const B2=F1(TL);var I2={};I2={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var U2={};U2={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var H2={};H2={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var V2={};V2={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var K2={};K2={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var j2={};j2={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var W2={};W2={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var G2={};G2={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var Y2={};Y2={colorSwatchPicker:"Värvinäidised",dropzoneLabel:"DropZone",selectPlaceholder:"Valige üksus",tableResizer:"Suuruse muutja"};var q2={};q2={colorSwatchPicker:"Värimallit",dropzoneLabel:"DropZone",selectPlaceholder:"Valitse kohde",tableResizer:"Koon muuttaja"};var Q2={};Q2={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var X2={};X2={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var Z2={};Z2={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var J2={};J2={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var eT={};eT={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var tT={};tT={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var nT={};nT={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var rT={};rT={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var iT={};iT={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var oT={};oT={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var lT={};lT={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var aT={};aT={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var uT={};uT={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var sT={};sT={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var cT={};cT={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var dT={};dT={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var fT={};fT={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var pT={};pT={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var vT={};vT={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var mT={};mT={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var hT={};hT={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var gT={};gT={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var yT={};yT={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var bT={};bT={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var xT={};xT={"ar-AE":I2,"bg-BG":U2,"cs-CZ":H2,"da-DK":V2,"de-DE":K2,"el-GR":j2,"en-US":W2,"es-ES":G2,"et-EE":Y2,"fi-FI":q2,"fr-FR":Q2,"he-IL":X2,"hr-HR":Z2,"hu-HU":J2,"it-IT":eT,"ja-JP":tT,"ko-KR":nT,"lt-LT":rT,"lv-LV":iT,"nb-NO":oT,"nl-NL":lT,"pl-PL":aT,"pt-BR":uT,"pt-PT":sT,"ro-RO":cT,"ru-RU":dT,"sk-SK":fT,"sl-SI":pT,"sr-SP":vT,"sv-SE":mT,"tr-TR":hT,"uk-UA":gT,"zh-CN":yT,"zh-TW":bT};const kT=x.createContext(null);function DL(n,r){let{render:l}=x.useContext(kT);return x.createElement(x.Fragment,null,l(n,r))}const $L=x.forwardRef(DL),I1=x.createContext({}),PL=x.createContext({});function LL(n,r){let[l,s]=qn(n,r,PL),f=P2("header",n,r);return f||x.createElement("header",{className:"react-aria-Header",...l,ref:s},l.children)}const ET=x.forwardRef(LL),U1=x.createContext({});function ML(n,r){let[l,s]=qn(n,r,U1),{elementType:f,orientation:m,style:p,className:b}=l,E=f||"hr";E==="hr"&&m==="vertical"&&(E="div");let{separatorProps:_}=G9({elementType:f,orientation:m}),T=P2("separator",n,r);return T||x.createElement(E,{...Zt(l),..._,style:p,className:b??"react-aria-Separator",ref:s,slot:l.slot||void 0})}const CT=x.forwardRef(ML),kp=x.createContext(null),Yc=x.createContext(null);function NL(n,r){[n,r]=qn(n,r,kp);let l=x.useContext(bp),s=x.useContext(Yc);return x.useContext(zh)?x.createElement(nL,n):s?l?null:x.createElement(_T,{state:s,props:n,listBoxRef:r}):x.createElement(AL,{props:n,listBoxRef:r})}function AL({props:n,listBoxRef:r}){let{portal:l,collection:s}=D2(n);n={...n,collection:s,children:null,items:null};let f=F2(n);return x.createElement(x.Fragment,null,l,x.createElement(_T,{state:f,props:n,listBoxRef:r}))}const OL=x.forwardRef(NL);function _T({state:n,props:r,listBoxRef:l}){let{dragAndDropHooks:s,layout:f="stack",orientation:m="vertical"}=r,{collection:p,selectionManager:b}=n,E=!!(s!=null&&s.useDraggableCollectionState),_=!!(s!=null&&s.useDroppableCollectionState),{direction:T}=Xa(),{disabledBehavior:w,disabledKeys:D}=b,$=Th({usage:"search",sensitivity:"base"}),A=x.useMemo(()=>r.keyboardDelegate||new Oh({collection:p,collator:$,ref:l,disabledKeys:D,disabledBehavior:w,layout:f,orientation:m,direction:T}),[p,$,l,w,D,m,T,r.keyboardDelegate,f]),{listBoxProps:F}=E9({...r,shouldSelectOnPressUp:E||r.shouldSelectOnPressUp,keyboardDelegate:A},n,l),I=Kc({items:p,children:_e=>{switch(_e.type){case"section":return x.createElement(FL,{section:_e});case"separator":return x.createElement(CT,_e.props);case"item":return x.createElement(ST,{item:_e});default:throw new Error("Unsupported node type in Menu: "+_e.type)}}}),re=x.useRef(E),q=x.useRef(_);x.useEffect(()=>{re.current!==E&&console.warn("Drag hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."),q.current!==_&&console.warn("Drop hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior.")},[E,_]);let B,W,R,j=!1,ne=null,M=x.useRef(null);if(E&&s){B=s.useDraggableCollectionState({collection:p,selectionManager:b,preview:s.renderDragPreview?M:void 0}),s.useDraggableCollection({},B,l);let _e=s.DragPreview;ne=s.renderDragPreview?x.createElement(_e,{ref:M},s.renderDragPreview):null}if(_&&s){W=s.useDroppableCollectionState({collection:p,selectionManager:b});let _e=s.dropTargetDelegate||new s.ListDropTargetDelegate(p,l,{orientation:m,layout:f,direction:T});R=s.useDroppableCollection({keyboardDelegate:A,dropTargetDelegate:_e},W,l),j=W.isDropTarget({type:"root"})}let{focusProps:ue,isFocused:K,isFocusVisible:G}=Ql(),be={isDropTarget:j,isEmpty:n.collection.size===0,isFocused:K,isFocusVisible:G,layout:r.layout||"stack",state:n},Q=Yn({className:r.className,style:r.style,defaultClassName:"react-aria-ListBox",values:be}),oe=null;return n.collection.size===0&&r.renderEmptyState&&(oe=x.createElement("div",{role:"option",style:{display:"contents"}},r.renderEmptyState(be))),x.createElement(n1,null,x.createElement("div",{...Zt(r),...ft(F,ue,R==null?void 0:R.collectionProps),...Q,ref:l,slot:r.slot||void 0,onScroll:r.onScroll,"data-drop-target":j||void 0,"data-empty":n.collection.size===0||void 0,"data-focused":K||void 0,"data-focus-visible":G||void 0,"data-layout":r.layout||"stack","data-orientation":r.orientation||"vertical"},x.createElement(ei,{values:[[kp,r],[Yc,n],[I1,{dragAndDropHooks:s,dragState:B,dropState:W}],[U1,{elementType:"div"}],[kT,{render:IL}]]},I),oe,ne))}function FL({section:n,className:r,style:l}){var s,f;let m=x.useContext(Yc),[p,b]=jc();var E;let{headingProps:_,groupProps:T}=D9({heading:b,"aria-label":(E=n.props["aria-label"])!==null&&E!==void 0?E:void 0}),w=Kc({items:m.collection.getChildren(n.key),children:D=>{switch(D.type){case"header":return x.createElement(RL,{item:D,headingProps:_,headingRef:p});case"item":return x.createElement(ST,{item:D});default:throw new Error("Unsupported element type in Section: "+D.type)}}});return x.createElement("section",{...Zt(n.props),...T,className:r||((s=n.props)===null||s===void 0?void 0:s.className)||"react-aria-Section",style:l||((f=n.props)===null||f===void 0?void 0:f.style),ref:n.props.ref},w)}function RL({item:n,headingProps:r,headingRef:l}){let{ref:s,...f}=n.props;return x.createElement(ET,{...r,...f,ref:ih(l,s)},n.rendered)}function zL(n,r){return M1("item",n,r,n.children)}const BL=x.forwardRef(zL);function ST({item:n}){var r;let l=Qa(n.props.ref),s=x.useContext(Yc),{dragAndDropHooks:f,dragState:m,dropState:p}=x.useContext(I1),{optionProps:b,labelProps:E,descriptionProps:_,...T}=T9({key:n.key,"aria-label":(r=n.props)===null||r===void 0?void 0:r["aria-label"]},s,l),{hoverProps:w,isHovered:D}=ol({isDisabled:!T.allowsSelection&&!T.hasAction,onHoverStart:n.props.onHoverStart,onHoverChange:n.props.onHoverChange,onHoverEnd:n.props.onHoverEnd}),$=null;m&&f&&($=f.useDraggableItem({key:n.key},m));let A=null;p&&f&&(A=f.useDroppableItem({target:{type:"item",key:n.key,dropPosition:"on"}},p,l));let F=n.props,I=m&&m.isDragging(n.key),re=Yn({...F,id:void 0,children:n.rendered,defaultClassName:"react-aria-ListBoxItem",values:{...T,isHovered:D,selectionMode:s.selectionManager.selectionMode,selectionBehavior:s.selectionManager.selectionBehavior,allowsDragging:!!m,isDragging:I,isDropTarget:A==null?void 0:A.isDropTarget}}),q=(f==null?void 0:f.renderDropIndicator)||(W=>x.createElement($L,{target:W}));x.useEffect(()=>{n.textValue||console.warn("A `textValue` prop is required for <ListBoxItem> elements with non-plain text children in order to support accessibility features such as type to select.")},[n.textValue]);let B=F.href?"a":"div";return x.createElement(x.Fragment,null,(f==null?void 0:f.useDropIndicator)&&q({type:"item",key:n.key,dropPosition:"before"}),x.createElement(B,{...ft(b,w,$==null?void 0:$.dragProps,A==null?void 0:A.dropProps),...re,ref:l,"data-allows-dragging":!!m||void 0,"data-selected":T.isSelected||void 0,"data-disabled":T.isDisabled||void 0,"data-hovered":D||void 0,"data-focused":T.isFocused||void 0,"data-focus-visible":T.isFocusVisible||void 0,"data-pressed":T.isPressed||void 0,"data-dragging":I||void 0,"data-drop-target":(A==null?void 0:A.isDropTarget)||void 0,"data-selection-mode":s.selectionManager.selectionMode==="none"?void 0:s.selectionManager.selectionMode},x.createElement(ei,{values:[[Zl,{slots:{label:E,description:_}}]]},re.children)),(f==null?void 0:f.useDropIndicator)&&s.collection.getKeyAfter(n.key)==null&&q({type:"item",key:n.key,dropPosition:"after"}))}function IL(n,r){r=Qa(r);let{dragAndDropHooks:l,dropState:s}=x.useContext(I1),{dropIndicatorProps:f,isHidden:m,isDropTarget:p}=l.useDropIndicator(n,s,r);return m?null:x.createElement(HL,{...n,dropIndicatorProps:f,isDropTarget:p,ref:r})}function UL(n,r){let{dropIndicatorProps:l,isDropTarget:s,...f}=n,m=Yn({...f,defaultClassName:"react-aria-DropIndicator",values:{isDropTarget:s}});return x.createElement("div",{...l,...m,role:"option",ref:r,"data-drop-target":s||void 0})}const HL=x.forwardRef(UL),H1=x.createContext({});function VL(n,r){[n,r]=qn(n,r,H1);let{isDisabled:l,isInvalid:s,onHoverStart:f,onHoverChange:m,onHoverEnd:p,...b}=n,{hoverProps:E,isHovered:_}=ol({onHoverStart:f,onHoverChange:m,onHoverEnd:p,isDisabled:l}),{isFocused:T,isFocusVisible:w,focusProps:D}=Ql({within:!0});l??(l=!!n["aria-disabled"]&&n["aria-disabled"]!=="false"),s??(s=!!n["aria-invalid"]&&n["aria-invalid"]!=="false");let $=Yn({...n,values:{isHovered:_,isFocusWithin:T,isFocusVisible:w,isDisabled:l,isInvalid:s},defaultClassName:"react-aria-Group"});var A,F;return x.createElement("div",{...ft(b,D,E),...$,ref:r,role:(A=n.role)!==null&&A!==void 0?A:"group",slot:(F=n.slot)!==null&&F!==void 0?F:void 0,"data-focus-within":T||void 0,"data-hovered":_||void 0,"data-focus-visible":w||void 0,"data-disabled":l||void 0,"data-invalid":s||void 0},$.children)}const V1=x.forwardRef(VL),KL=x.createContext({placement:"bottom"}),Jl=x.createContext(null);function jL(n,r){[n,r]=qn(n,r,Jl);let l=x.useContext(ll),s=Wc(n),f=n.isOpen!=null||n.defaultOpen!=null||!l?s:l,m=O1(r,f.isOpen)||n.isExiting||!1;if(x.useContext(bp)){let b=n.children;return typeof b=="function"&&(b=b({trigger:n.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1,defaultChildren:null})),x.createElement(x.Fragment,null,b)}return f&&!f.isOpen&&!m?null:x.createElement(WL,{...n,triggerRef:n.triggerRef,state:f,popoverRef:r,isExiting:m})}const wT=x.forwardRef(jL);function WL({state:n,isExiting:r,UNSTABLE_portalContainer:l,...s}){let f=x.useRef(null),[m,p]=x.useState(0);jt(()=>{f.current&&n.isOpen&&p(f.current.getBoundingClientRect().width)},[n.isOpen,f]);var b;let{popoverProps:E,underlayProps:_,arrowProps:T,placement:w}=m9({...s,offset:(b=s.offset)!==null&&b!==void 0?b:8,arrowSize:m},n),D=s.popoverRef,$=A1(D,!!w)||s.isEntering||!1,A=Yn({...s,defaultClassName:"react-aria-Popover",values:{trigger:s.trigger||null,placement:w,isEntering:$,isExiting:r}}),F={...E.style,...A.style};return x.createElement(sS,{isExiting:r,portalContainer:l},!s.isNonModal&&n.isOpen&&x.createElement("div",{"data-testid":"underlay",..._,style:{position:"fixed",inset:0}}),x.createElement("div",{...ft(Zt(s),E),...A,ref:D,slot:s.slot||void 0,style:F,"data-trigger":s.trigger,"data-placement":w,"data-entering":$||void 0,"data-exiting":r||void 0},!s.isNonModal&&x.createElement(y1,{onDismiss:n.close}),x.createElement(KL.Provider,{value:{...T,placement:w,ref:f}},A.children),x.createElement(y1,{onDismiss:n.close})))}const TT=x.createContext(null),ll=x.createContext(null);function GL(n){let r=Wc(n),l=x.useRef(null),{triggerProps:s,overlayProps:f}=k_({type:"dialog"},r,l);return s.id=Or(),f["aria-labelledby"]=s.id,x.createElement(ei,{values:[[ll,r],[TT,f],[Jl,{trigger:"DialogTrigger",triggerRef:l}]]},x.createElement(Q3,{...s,ref:l,isPressed:r.isOpen},n.children))}function YL(n,r){let l=n["aria-labelledby"];[n,r]=qn(n,r,TT);let{dialogProps:s,titleProps:f}=U9({...n,"aria-labelledby":l},r),m=x.useContext(ll),p=n.children;typeof p=="function"&&(p=p({close:(m==null?void 0:m.close)||(()=>{})})),!s["aria-label"]&&!s["aria-labelledby"]&&(n["aria-labelledby"]?s["aria-labelledby"]=n["aria-labelledby"]:console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.'));var b;return x.createElement("section",{...Zt(n),...s,ref:r,slot:n.slot||void 0,style:n.style,className:(b=n.className)!==null&&b!==void 0?b:"react-aria-Dialog"},x.createElement(ei,{values:[[m7,{slots:{[N1]:{},title:{...f,level:2}}}]]},p))}const qL=x.forwardRef(YL),QL=x.createContext(null),XL=x.createContext(null);function ZL(n,r){[n,r]=qn(n,r,QL);let{collection:l,document:s}=P1(),{children:f,isDisabled:m=!1,isInvalid:p=!1,isRequired:b=!1}=n;f=x.useMemo(()=>typeof f=="function"?f({isOpen:!1,isDisabled:m,isInvalid:p,isRequired:b,defaultChildren:null}):f,[f,m,p,b]);var E;return x.createElement(x.Fragment,null,x.createElement(M2,null,x.createElement(ei,{values:[[zh,s],[kp,{items:(E=n.items)!==null&&E!==void 0?E:n.defaultItems}]]},f)),x.createElement(JL,{props:n,collection:l,comboBoxRef:r}))}function JL({props:n,collection:r,comboBoxRef:l}){let{name:s,formValue:f="key",allowsCustomValue:m}=n;m&&(f="text");let{validationBehavior:p}=vs(Uh)||{};var b,E;let _=(E=(b=n.validationBehavior)!==null&&b!==void 0?b:p)!==null&&E!==void 0?E:"native",{contains:T}=VP({sensitivity:"base"}),w=pL({defaultFilter:n.defaultFilter||T,...n,items:n.items,children:void 0,collection:r,validationBehavior:_}),D=x.useRef(null),$=x.useRef(null),A=x.useRef(null),F=x.useRef(null),[I,re]=jc(),{buttonProps:q,inputProps:B,listBoxProps:W,labelProps:R,descriptionProps:j,errorMessageProps:ne,...M}=z9({...Bh(n),label:re,inputRef:$,buttonRef:D,listBoxRef:A,popoverRef:F,name:f==="text"?s:void 0,validationBehavior:_},w),[ue,K]=x.useState(null),G=x.useCallback(()=>{if($.current){var _e;let Ce=(_e=D.current)===null||_e===void 0?void 0:_e.getBoundingClientRect(),ye=$.current.getBoundingClientRect(),pe=Ce?Math.min(Ce.left,ye.left):ye.left,X=Ce?Math.max(Ce.right,ye.right):ye.right;K(X-pe+"px")}},[D,$,K]);ip({ref:$,onResize:G});let be=x.useMemo(()=>({isOpen:w.isOpen,isDisabled:n.isDisabled||!1,isInvalid:M.isInvalid||!1,isRequired:n.isRequired||!1}),[w.isOpen,n.isDisabled,M.isInvalid,n.isRequired]),Q=Yn({...n,values:be,defaultClassName:"react-aria-ComboBox"}),oe=Zt(n);return delete oe.id,x.createElement(ei,{values:[[XL,w],[xp,{...R,ref:I}],[Ih,{...q,ref:D,isPressed:w.isOpen}],[Vh,{...B,ref:$}],[ll,w],[Jl,{ref:F,triggerRef:$,placement:"bottom start",isNonModal:!0,trigger:"ComboBox",style:{"--trigger-width":ue}}],[kp,{...W,ref:A}],[Yc,w],[Zl,{slots:{description:j,errorMessage:ne}}],[H1,{isInvalid:M.isInvalid,isDisabled:n.isDisabled||!1}],[Gc,M]]},x.createElement("div",{...oe,...Q,ref:l,slot:n.slot||void 0,"data-focused":w.isFocused||void 0,"data-open":w.isOpen||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":M.isInvalid||void 0,"data-required":n.isRequired||void 0}),s&&f==="key"&&x.createElement("input",{type:"hidden",name:s,value:w.selectedKey}))}const eM=x.forwardRef(ZL),DT=x.createContext({}),K1=x.createContext(null),Ep=x.createContext(null),j1=x.createContext(null);function tM(n){let r=mL(n),l=x.useRef(null),{menuTriggerProps:s,menuProps:f}=_1({...n,type:"menu"},r,l),[m,p]=x.useState(null),b=x.useCallback(()=>{l.current&&p(l.current.offsetWidth+"px")},[l]);return ip({ref:l,onResize:b}),x.createElement(ei,{values:[[K1,f],[ll,r],[j1,r],[Jl,{trigger:"MenuTrigger",triggerRef:l,placement:"bottom start",style:{"--trigger-width":m}}]]},x.createElement(Q3,{...s,ref:l,isPressed:r.isOpen},n.children))}function $T(n){let{item:r,parentMenuRef:l}=n,s=x.useContext(Ep);return Kc({items:s.collection.getChildren(r.key),children:m=>{switch(m.type){case"item":return x.createElement(uM,{item:m,popover:r.rendered[1],parentMenuRef:l,delay:r.props.delay});default:throw new Error("Unsupported element type in SubmenuTrigger: "+r.type)}}})}function nM(n,r){[n,r]=qn(n,r,K1);let{portal:l,collection:s}=D2(n);return x.createElement(x.Fragment,null,s.size>0&&x.createElement(rM,{props:n,collection:s,menuRef:r}),l)}function rM({props:n,collection:r,menuRef:l}){let s=xL({...n,collection:r,children:void 0}),[f,m]=x.useState(null),{menuProps:p}=P9(n,s,l),b=x.useContext(j1),E=x.useContext(Jl),_=Kc({items:s.collection,children:F=>{switch(F.type){case"section":return x.createElement(oM,{section:F,parentMenuRef:l});case"separator":return x.createElement(CT,F.props);case"item":return x.createElement(PT,{item:F});case"submenutrigger":return x.createElement($T,{item:F,parentMenuRef:l});default:throw new Error("Unsupported node type in Menu: "+F.type)}}}),T=(E==null?void 0:E.trigger)==="SubmenuTrigger";oC({ref:l,onInteractOutside:F=>{b&&!(f!=null&&f.contains(F.target))&&b.close()},isDisabled:T||(b==null?void 0:b.expandedKeysStack.length)===0});let w=x.useRef(null),[D,$]=x.useState({left:0});x.useEffect(()=>{if(f&&w.current!==f&&D.left===0){w.current=f;let{left:F}=f.getBoundingClientRect();$({left:-1*F})}},[D,f]);var A;return x.createElement(n1,null,x.createElement("div",{...Zt(n),...p,ref:l,slot:n.slot||void 0,onScroll:n.onScroll,style:n.style,className:(A=n.className)!==null&&A!==void 0?A:"react-aria-Menu"},x.createElement(ei,{values:[[Ep,s],[U1,{elementType:"div"}],[Jl,{UNSTABLE_portalContainer:f||void 0}]]},_)),x.createElement("div",{ref:m,style:{width:"100vw",position:"absolute",top:0,...D}}))}const iM=x.forwardRef(nM);function oM({section:n,className:r,style:l,parentMenuRef:s,...f}){var m,p;let b=x.useContext(Ep),[E,_]=jc();var T;let{headingProps:w,groupProps:D}=L9({heading:_,"aria-label":(T=n["aria-label"])!==null&&T!==void 0?T:void 0}),$=Kc({items:b.collection.getChildren(n.key),children:A=>{switch(A.type){case"header":{let{ref:F,...I}=A.props;return x.createElement(ET,{...w,...I,ref:ih(E,F)},A.rendered)}case"item":return x.createElement(PT,{item:A});case"submenutrigger":return x.createElement($T,{item:A,parentMenuRef:s});default:throw new Error("Unsupported element type in Section: "+A.type)}}});return x.createElement("section",{...Zt(f),...D,className:r||((m=n.props)===null||m===void 0?void 0:m.className)||"react-aria-Section",style:l||((p=n.props)===null||p===void 0?void 0:p.style),ref:n.props.ref},$)}function lM(n,r){return M1("item",n,r,n.children)}const aM=x.forwardRef(lM);function PT({item:n}){var r;let l=x.useContext(Ep),s=Qa(n.props.ref),{menuItemProps:f,labelProps:m,descriptionProps:p,keyboardShortcutProps:b,...E}=iw({key:n.key,"aria-label":(r=n.props)===null||r===void 0?void 0:r["aria-label"]},l,s),_=n.props,{isFocusVisible:T,focusProps:w}=Ql(),{hoverProps:D,isHovered:$}=ol({isDisabled:E.isDisabled,onHoverStart:n.props.onHoverStart,onHoverChange:n.props.onHoverChange,onHoverEnd:n.props.onHoverEnd}),A=Yn({..._,id:void 0,children:n.rendered,defaultClassName:"react-aria-MenuItem",values:{...E,isHovered:$,isFocusVisible:T,selectionMode:l.selectionManager.selectionMode,selectionBehavior:l.selectionManager.selectionBehavior,hasSubmenu:!1,isOpen:!1}}),F=_.href?"a":"div";return x.createElement(F,{...ft(f,w,D),...A,ref:s,"data-disabled":E.isDisabled||void 0,"data-hovered":$||void 0,"data-focused":E.isFocused||void 0,"data-focus-visible":T||void 0,"data-pressed":E.isPressed||void 0,"data-selected":E.isSelected||void 0,"data-selection-mode":l.selectionManager.selectionMode==="none"?void 0:l.selectionManager.selectionMode},x.createElement(ei,{values:[[Zl,{slots:{label:m,description:p}}],[DT,b]]},A.children))}function uM({item:n,popover:r,parentMenuRef:l,delay:s}){let f=x.useContext(Ep),m=vs(Jl),p=Qa(n.props.ref),b=x.useContext(j1),E=hL({triggerKey:n.key},b),_=x.useRef(null),{submenuTriggerProps:T,submenuProps:w,popoverProps:D}=O9({node:n,parentMenuRef:l,submenuRef:_,delay:s},E,p),{menuItemProps:$,labelProps:A,descriptionProps:F,keyboardShortcutProps:I,...re}=iw({key:n.key,...T},f,p),q=n.props,{hoverProps:B,isHovered:W}=ol({isDisabled:re.isDisabled}),{isFocusVisible:R,focusProps:j}=Ql(),ne=Yn({...q,id:void 0,children:n.rendered,defaultClassName:"react-aria-MenuItem",values:{...re,isHovered:W,isFocusVisible:R,selectionMode:f.selectionManager.selectionMode,selectionBehavior:f.selectionManager.selectionBehavior,hasSubmenu:!0,isOpen:E.isOpen}});return x.createElement(ei,{values:[[Zl,{slots:{label:A,description:F}}],[DT,I],[K1,w],[ll,E],[Jl,{ref:_,trigger:"SubmenuTrigger",triggerRef:p,placement:"end top",UNSTABLE_portalContainer:m.UNSTABLE_portalContainer||void 0,...D}]]},x.createElement("div",{...ft($,j,B),...ne,ref:p,"data-disabled":re.isDisabled||void 0,"data-hovered":W||void 0,"data-focused":re.isFocused||void 0,"data-focus-visible":R||void 0,"data-pressed":re.isPressed||void 0,"data-selected":re.isSelected||void 0,"data-selection-mode":f.selectionManager.selectionMode==="none"?void 0:f.selectionManager.selectionMode,"data-has-submenu":!0,"data-open":E.isOpen||void 0},ne.children),r)}const sM=x.createContext(null),W1=x.createContext(null);function cM(n,r){if(x.useContext(W1))return x.createElement(MT,{...n,modalRef:r},n.children);let{isDismissable:s,isKeyboardDismissDisabled:f,isOpen:m,defaultOpen:p,onOpenChange:b,children:E,isEntering:_,isExiting:T,UNSTABLE_portalContainer:w,shouldCloseOnInteractOutside:D,...$}=n;return x.createElement(LT,{isDismissable:s,isKeyboardDismissDisabled:f,isOpen:m,defaultOpen:p,onOpenChange:b,isEntering:_,isExiting:T,UNSTABLE_portalContainer:w,shouldCloseOnInteractOutside:D},x.createElement(MT,{...$,modalRef:r},E))}const dM=x.forwardRef(cM);function fM(n,r){[n,r]=qn(n,r,sM);let l=x.useContext(ll),s=Wc(n),f=n.isOpen!=null||n.defaultOpen!=null||!l?s:l,m=Qa(r),p=x.useRef(null),b=O1(m,f.isOpen),E=O1(p,f.isOpen),_=b||E||n.isExiting||!1,T=Hl();return!f.isOpen&&!_||T?null:x.createElement(pM,{...n,state:f,isExiting:_,overlayRef:m,modalRef:p})}const LT=x.forwardRef(fM);function pM({UNSTABLE_portalContainer:n,...r}){let l=r.modalRef,{state:s}=r,{modalProps:f,underlayProps:m}=y9(r,s,l),p=A1(r.overlayRef)||r.isEntering||!1,b=Yn({...r,defaultClassName:"react-aria-ModalOverlay",values:{isEntering:p,isExiting:r.isExiting,state:s}}),E=V7(),_={...b.style,"--visual-viewport-height":E.height+"px"};return x.createElement(sS,{isExiting:r.isExiting,portalContainer:n},x.createElement("div",{...ft(Zt(r),m),...b,style:_,ref:r.overlayRef,"data-entering":p||void 0,"data-exiting":r.isExiting||void 0},x.createElement(ei,{values:[[W1,{modalProps:f,modalRef:l,isExiting:r.isExiting,isDismissable:r.isDismissable}],[ll,s]]},b.children)))}function MT(n){let{modalProps:r,modalRef:l,isExiting:s,isDismissable:f}=x.useContext(W1),m=x.useContext(ll),p=x.useMemo(()=>ih(n.modalRef,l),[n.modalRef,l]),b=Qa(p),E=A1(b),_=Yn({...n,defaultClassName:"react-aria-Modal",values:{isEntering:E,isExiting:s,state:m}});return x.createElement("div",{...ft(Zt(n),r),..._,ref:b,"data-entering":E||void 0,"data-exiting":s||void 0},f&&x.createElement(y1,{onDismiss:m.close}),_.children)}const vM=x.createContext(null),mM=x.createContext(null);function hM(n,r){[n,r]=qn(n,r,vM);let{validationBehavior:l}=vs(Uh)||{};var s,f;let m=(f=(s=n.validationBehavior)!==null&&s!==void 0?s:l)!==null&&f!==void 0?f:"native",{locale:p}=Xa(),b=gL({...n,locale:p,validationBehavior:m}),E=x.useRef(null),[_,T]=jc(),{labelProps:w,groupProps:D,inputProps:$,incrementButtonProps:A,decrementButtonProps:F,descriptionProps:I,errorMessageProps:re,...q}=V9({...Bh(n),label:T,validationBehavior:m},b,E),B=Yn({...n,values:{state:b,isDisabled:n.isDisabled||!1,isInvalid:q.isInvalid||!1},defaultClassName:"react-aria-NumberField"}),W=Zt(n);return delete W.id,x.createElement(ei,{values:[[mM,b],[H1,D],[Vh,{...$,ref:E}],[xp,{...w,ref:_}],[Ih,{slots:{increment:A,decrement:F}}],[Zl,{slots:{description:I,errorMessage:re}}],[Gc,q]]},x.createElement("div",{...W,...B,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":q.isInvalid||void 0}),n.name&&x.createElement("input",{type:"hidden",name:n.name,value:isNaN(b.numberValue)?"":b.numberValue}))}const gM=x.forwardRef(hM);function yM(n){return n&&n.__esModule?n.default:n}const Kh=x.createContext(null),G1=x.createContext(null);function bM(n,r){[n,r]=qn(n,r,Kh);let{validationBehavior:l}=vs(Uh)||{};var s,f;let m=(f=(s=n.validationBehavior)!==null&&s!==void 0?s:l)!==null&&f!==void 0?f:"native",{collection:p,document:b}=P1(),E=yL({...n,collection:p,children:void 0,validationBehavior:m}),{isFocusVisible:_,focusProps:T}=Ql({within:!0}),w=x.useRef(null),[D,$]=jc(),{labelProps:A,triggerProps:F,valueProps:I,menuProps:re,descriptionProps:q,errorMessageProps:B,...W}=K9({...Bh(n),label:$,validationBehavior:m},E,w),[R,j]=x.useState(null),ne=x.useCallback(()=>{w.current&&j(w.current.offsetWidth+"px")},[w]);ip({ref:w,onResize:ne});let M=x.useMemo(()=>({isOpen:E.isOpen,isFocused:E.isFocused,isFocusVisible:_,isDisabled:n.isDisabled||!1,isInvalid:W.isInvalid||!1,isRequired:n.isRequired||!1}),[E.isOpen,E.isFocused,_,n.isDisabled,W.isInvalid,n.isRequired]),ue=Yn({...n,values:M,defaultClassName:"react-aria-Select"}),K=Zt(n);return delete K.id,x.createElement(x.Fragment,null,x.createElement(M2,null,x.createElement(ei,{values:[[Kh,n],[G1,E],[zh,b]]},ue.children)),x.createElement(ei,{values:[[Kh,n],[G1,E],[NT,I],[xp,{...A,ref:D,elementType:"span"}],[Ih,{...F,ref:w,isPressed:E.isOpen}],[ll,E],[Jl,{trigger:"Select",triggerRef:w,placement:"bottom start",style:{"--trigger-width":R}}],[kp,re],[Yc,E],[Zl,{slots:{description:q,errorMessage:B}}],[Gc,W]]},x.createElement("div",{...K,...ue,...T,ref:r,slot:n.slot||void 0,"data-focused":E.isFocused||void 0,"data-focus-visible":_||void 0,"data-open":E.isOpen||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":W.isInvalid||void 0,"data-required":n.isRequired||void 0}),x.createElement(W9,{state:E,triggerRef:w,label:$,name:n.name,isDisabled:n.isDisabled})))}const xM=x.forwardRef(bM),NT=x.createContext(null);function kM(n,r){var l,s;[n,r]=qn(n,r,NT);let f=x.useContext(G1),{placeholder:m}=vs(Kh),p=f.selectedKey!=null?f.collection.getItem(f.selectedKey):null,b=p==null?void 0:p.rendered;typeof b=="function"&&(b=b({isHovered:!1,isPressed:!1,isSelected:!1,isFocused:!1,isFocusVisible:!1,isDisabled:!1,selectionMode:"single",selectionBehavior:"toggle"}));let E=Bc(yM(xT),"react-aria-components");var _,T;let w=Yn({...n,defaultChildren:b||m||E.format("selectPlaceholder"),defaultClassName:"react-aria-SelectValue",values:{selectedItem:(_=(l=f.selectedItem)===null||l===void 0?void 0:l.value)!==null&&_!==void 0?_:null,selectedText:(T=(s=f.selectedItem)===null||s===void 0?void 0:s.textValue)!==null&&T!==void 0?T:null,isPlaceholder:!p}}),D=Zt(n);return x.createElement("span",{ref:r,...D,...w,"data-placeholder":!p||void 0},x.createElement(Zl.Provider,{value:void 0},w.children))}const EM=x.forwardRef(kM),AT=x.createContext({});let CM=n=>{let{onHoverStart:r,onHoverChange:l,onHoverEnd:s,...f}=n;return f};function _M(n,r){[n,r]=qn(n,r,AT);let{hoverProps:l,isHovered:s}=ol(n),{isFocused:f,isFocusVisible:m,focusProps:p}=Ql({isTextInput:!0,autoFocus:n.autoFocus}),b=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=Yn({...n,values:{isHovered:s,isFocused:f,isFocusVisible:m,isDisabled:n.disabled||!1,isInvalid:b},defaultClassName:"react-aria-TextArea"});return x.createElement("textarea",{...ft(CM(n),p,l),...E,ref:r,"data-focused":f||void 0,"data-disabled":n.disabled||void 0,"data-hovered":s||void 0,"data-focus-visible":m||void 0,"data-invalid":b||void 0})}const SM=x.forwardRef(_M),wM=x.createContext(null);function TM(n,r){[n,r]=qn(n,r,wM);let{validationBehavior:l}=vs(Uh)||{};var s,f;let m=(f=(s=n.validationBehavior)!==null&&s!==void 0?s:l)!==null&&f!==void 0?f:"native",p=x.useRef(null),[b,E]=jc(),[_,T]=x.useState("input"),{labelProps:w,inputProps:D,descriptionProps:$,errorMessageProps:A,...F}=S1({...Bh(n),inputElementType:_,label:E,validationBehavior:m},p),I=x.useCallback(B=>{p.current=B,B&&T(B instanceof HTMLTextAreaElement?"textarea":"input")},[]),re=Yn({...n,values:{isDisabled:n.isDisabled||!1,isInvalid:F.isInvalid,isReadOnly:n.isReadOnly||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-TextField"}),q=Zt(n);return delete q.id,x.createElement("div",{...q,...re,ref:r,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":F.isInvalid||void 0,"data-readonly":n.isReadOnly||void 0,"data-required":n.isRequired||void 0},x.createElement(ei,{values:[[xp,{...w,ref:b}],[Vh,{...D,ref:I}],[AT,{...D,ref:I}],[Zl,{slots:{description:$,errorMessage:A}}],[Gc,F]]},re.children))}const OT=x.forwardRef(TM),DM=wn({base:"ui-kit__useFocusRing-module__base"}.base);function qc(n={}){const r=s7(n),l=DM(),s={...r.focusProps,"data-focused":r.isFocused,"data-focus-visible":r.isFocusVisible};return{...r,focusProps:s,focusRingClassnames:l}}const Cp={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"},$M=wn(Cp.base,{variants:{variant:{critical:Cp.critical,primary:Cp.primary,secondary:Cp.secondary,tertiary:Cp.tertiary}}});function _p({className:n,variant:r="secondary",...l}){const{focusRingClassnames:s,focusProps:f}=qc(),m=Tb(l,f);return me.jsx(R1,{className:Mt($M({className:n,variant:r}),s),...m})}_p.displayName="Button";const FT={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function PM({className:n,children:r,...l}){return me.jsx("div",{className:Mt(FT.base,n),...l,children:r})}function LM({children:n,expand:r=!0}){return x.cloneElement(n,{className:Mt(n.props.className,!r&&FT.fit)})}const MM={base:"ui-kit__divider-module__base"};function NM({className:n,...r}){return me.jsx("hr",{className:Mt(MM.base,n),...r})}const Sp={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"},AM=wn(Sp.base,{variants:{size:{xs:Sp.xs,sm:Sp.sm,md:Sp.md,lg:Sp.lg}}});function ms({className:n,icon:r,size:l="md",...s}){return me.jsx("span",{role:"img",className:AM({className:n,size:l}),...s,children:r&&me.jsx(r,{})})}ms.displayName="Icon";const kr={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",suffix:"ui-kit__input-module__suffix"},OM={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"}},FM="body-md",RM="default",zM=({as:n="span",variant:r,tone:l})=>{const s=OM[n]||{},f=r||s.variant||FM,m=l||s.tone||RM;return{variant:f,tone:m}},Er={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"},BM=wn(Er.base,{variants:{tone:{default:Er.default,headline:Er.headline,dark:Er.dark,light:Er.light,disabled:Er.disabled,critical:Er.critical,error:Er.error,info:Er.info,success:Er.success,warning:Er.warning},variant:{"heading-lg":Er["heading-lg"],"heading-md":Er["heading-md"],"body-md-strong":Er["body-md-strong"],"body-md":Er["body-md"],"body-sm":Er["body-sm"]},visuallyHidden:{true:Er["visually-hidden"]}}}),Za=x.forwardRef(({className:n,as:r="span",variant:l,tone:s,children:f,visuallyHidden:m=!1,...p},b)=>{const{variant:E,tone:_}=zM({as:r,variant:l,tone:s});return x.createElement(r,{className:BM({className:n,variant:E,tone:_,visuallyHidden:m}),ref:b,...p},f)});Za.displayName="Text";const IM=wn(kr.base,{variants:{state:{error:kr.error,success:kr.success,warning:kr.warning}}}),UM=wn(kr.group,{variants:{disabled:{true:kr.disabled},state:{error:kr.error,success:kr.success,warning:kr.warning}}}),HM=wn(kr.input,{variants:{align:{left:kr.left,right:kr.right},state:{error:kr.error,success:kr.success,warning:kr.warning}}});function RT(n,r){return typeof n=="string"?me.jsx(Za,{className:r,variant:"body-md",tone:"disabled",children:n}):me.jsx("span",{className:r,children:n})}function jh({className:n,align:r="left",disabled:l,prefix:s,state:f,suffix:m,...p}){const{focusProps:b,focusRingClassnames:E}=qc({within:!0});return me.jsx("div",{...b,className:Mt(IM({className:n,state:f}),E),children:me.jsxs(V1,{className:UM({disabled:l,state:f}),children:[s&&RT(s,kr.prefix),me.jsx(B2,{...p,className:HM({align:r,state:f}),disabled:l}),m&&RT(m,kr.suffix)]})})}jh.displayName="Input";const wp={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},VM=wn(wp.base,{variants:{required:{true:wp.required}}});function Wh({className:n,...r}){return me.jsxs(Hh,{className:VM({className:n}),...r,children:[r.children,r.required&&me.jsx(Za,{className:wp.required,tone:"error",children:"*"})]})}function Gh({children:n}){return me.jsx(Za,{className:wp.description,tone:"disabled",children:n})}function Yh(n){return me.jsx(V1,{className:wp["label-group"],...n})}Wh.displayName="Label",Gh.displayName="LabelDescription",Yh.displayName="LabelGroup";const KM=wn({base:"ui-kit__link-module__base"}.base);function zT({className:n,...r}){const{focusRingClassnames:l,focusProps:s}=qc(),f=Tb(r,s);return me.jsx(aL,{className:Mt(KM({className:n}),l),...f})}zT.displayName="Link";const Tp={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},jM=wn(Tp.base,{variants:{decoration:{none:Tp.none,bullet:Tp.bullet,numbered:Tp.numbered}}}),WM=wn(Tp.item);function BT({decoration:n="none",...r}){const l=n!=="numbered"?"ul":"ol";return me.jsx(l,{...r,className:jM({decoration:n})})}function GM({...n}){return me.jsx("li",{...n,className:WM()})}BT.displayName="List";const qh={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function YM({className:n,...r}){return me.jsx(wT,{children:me.jsx(iM,{className:Mt(qh.menu,n),...r})})}function qM({className:n,isDisabled:r,title:l="",children:s,...f}){return me.jsx(aM,{className:Mt(qh.menuItem,n,r&&qh.disabled),...f,children:me.jsx("span",{className:qh.menuItemWrapper,title:l,children:s})})}const ea={entering:"ui-kit__modal-module__entering",fadeIn:"ui-kit__modal-module__fadeIn",exiting:"ui-kit__modal-module__exiting",fadeOut:"ui-kit__modal-module__fadeOut",dialog:"ui-kit__modal-module__dialog",modal:"ui-kit__modal-module__modal",modalContent:"ui-kit__modal-module__modalContent",modalOverlay:"ui-kit__modal-module__modalOverlay",title:"ui-kit__modal-module__title",description:"ui-kit__modal-module__description",footer:"ui-kit__modal-module__footer"};function QM({children:n,role:r="dialog",...l}){return me.jsx(LT,{...l,className:({isEntering:s,isExiting:f})=>Mt(ea.modalOverlay,{[ea.entering]:s,[ea.exiting]:f}),children:me.jsx(dM,{className:Mt(ea.modal),children:me.jsx(qL,{className:Mt(ea.dialog),role:r,children:n})})})}function XM({title:n,description:r,footer:l,className:s}){return me.jsxs("div",{className:Mt(ea.modalContent,s),children:[n&&me.jsx(Za,{as:"h1",className:ea.title,children:n}),r&&me.jsx(Za,{className:ea.description,children:r}),l&&me.jsx("div",{className:ea.footer,children:l})]})}function ZM(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function JM(n){if(n.__esModule)return n;var r=n.default;if(typeof r=="function"){var l=function s(){return this instanceof s?Reflect.construct(r,arguments,this.constructor):r.apply(this,arguments)};l.prototype=r.prototype}else l={};return Object.defineProperty(l,"__esModule",{value:!0}),Object.keys(n).forEach(function(s){var f=Object.getOwnPropertyDescriptor(n,s);Object.defineProperty(l,s,f.get?f:{enumerable:!0,get:function(){return n[s]}})}),l}var lo={},Y1={exports:{}},q1={exports:{}},Nt={};/** @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 FT;function qM(){if(FT)return Mt;FT=1;var n=typeof Symbol=="function"&&Symbol.for,r=n?Symbol.for("react.element"):60103,l=n?Symbol.for("react.portal"):60106,c=n?Symbol.for("react.fragment"):60107,f=n?Symbol.for("react.strict_mode"):60108,h=n?Symbol.for("react.profiler"):60114,p=n?Symbol.for("react.provider"):60109,b=n?Symbol.for("react.context"):60110,E=n?Symbol.for("react.async_mode"):60111,S=n?Symbol.for("react.concurrent_mode"):60111,T=n?Symbol.for("react.forward_ref"):60112,_=n?Symbol.for("react.suspense"):60113,D=n?Symbol.for("react.suspense_list"):60120,$=n?Symbol.for("react.memo"):60115,A=n?Symbol.for("react.lazy"):60116,F=n?Symbol.for("react.block"):60121,I=n?Symbol.for("react.fundamental"):60117,re=n?Symbol.for("react.responder"):60118,Q=n?Symbol.for("react.scope"):60119;function B(R){if(typeof R=="object"&&R!==null){var j=R.$$typeof;switch(j){case r:switch(R=R.type,R){case E:case S:case c:case h:case f:case _:return R;default:switch(R=R&&R.$$typeof,R){case b:case T:case A:case $:case p:return R;default:return j}}case l:return j}}}function Y(R){return B(R)===S}return Mt.AsyncMode=E,Mt.ConcurrentMode=S,Mt.ContextConsumer=b,Mt.ContextProvider=p,Mt.Element=r,Mt.ForwardRef=T,Mt.Fragment=c,Mt.Lazy=A,Mt.Memo=$,Mt.Portal=l,Mt.Profiler=h,Mt.StrictMode=f,Mt.Suspense=_,Mt.isAsyncMode=function(R){return Y(R)||B(R)===E},Mt.isConcurrentMode=Y,Mt.isContextConsumer=function(R){return B(R)===b},Mt.isContextProvider=function(R){return B(R)===p},Mt.isElement=function(R){return typeof R=="object"&&R!==null&&R.$$typeof===r},Mt.isForwardRef=function(R){return B(R)===T},Mt.isFragment=function(R){return B(R)===c},Mt.isLazy=function(R){return B(R)===A},Mt.isMemo=function(R){return B(R)===$},Mt.isPortal=function(R){return B(R)===l},Mt.isProfiler=function(R){return B(R)===h},Mt.isStrictMode=function(R){return B(R)===f},Mt.isSuspense=function(R){return B(R)===_},Mt.isValidElementType=function(R){return typeof R=="string"||typeof R=="function"||R===c||R===S||R===h||R===f||R===_||R===D||typeof R=="object"&&R!==null&&(R.$$typeof===A||R.$$typeof===$||R.$$typeof===p||R.$$typeof===b||R.$$typeof===T||R.$$typeof===I||R.$$typeof===re||R.$$typeof===Q||R.$$typeof===F)},Mt.typeOf=B,Mt}var zt={};/** @license React v16.13.1
194
+ */var IT;function eN(){if(IT)return Nt;IT=1;var n=typeof Symbol=="function"&&Symbol.for,r=n?Symbol.for("react.element"):60103,l=n?Symbol.for("react.portal"):60106,s=n?Symbol.for("react.fragment"):60107,f=n?Symbol.for("react.strict_mode"):60108,m=n?Symbol.for("react.profiler"):60114,p=n?Symbol.for("react.provider"):60109,b=n?Symbol.for("react.context"):60110,E=n?Symbol.for("react.async_mode"):60111,_=n?Symbol.for("react.concurrent_mode"):60111,T=n?Symbol.for("react.forward_ref"):60112,w=n?Symbol.for("react.suspense"):60113,D=n?Symbol.for("react.suspense_list"):60120,$=n?Symbol.for("react.memo"):60115,A=n?Symbol.for("react.lazy"):60116,F=n?Symbol.for("react.block"):60121,I=n?Symbol.for("react.fundamental"):60117,re=n?Symbol.for("react.responder"):60118,q=n?Symbol.for("react.scope"):60119;function B(R){if(typeof R=="object"&&R!==null){var j=R.$$typeof;switch(j){case r:switch(R=R.type,R){case E:case _:case s:case m:case f:case w:return R;default:switch(R=R&&R.$$typeof,R){case b:case T:case A:case $:case p:return R;default:return j}}case l:return j}}}function W(R){return B(R)===_}return Nt.AsyncMode=E,Nt.ConcurrentMode=_,Nt.ContextConsumer=b,Nt.ContextProvider=p,Nt.Element=r,Nt.ForwardRef=T,Nt.Fragment=s,Nt.Lazy=A,Nt.Memo=$,Nt.Portal=l,Nt.Profiler=m,Nt.StrictMode=f,Nt.Suspense=w,Nt.isAsyncMode=function(R){return W(R)||B(R)===E},Nt.isConcurrentMode=W,Nt.isContextConsumer=function(R){return B(R)===b},Nt.isContextProvider=function(R){return B(R)===p},Nt.isElement=function(R){return typeof R=="object"&&R!==null&&R.$$typeof===r},Nt.isForwardRef=function(R){return B(R)===T},Nt.isFragment=function(R){return B(R)===s},Nt.isLazy=function(R){return B(R)===A},Nt.isMemo=function(R){return B(R)===$},Nt.isPortal=function(R){return B(R)===l},Nt.isProfiler=function(R){return B(R)===m},Nt.isStrictMode=function(R){return B(R)===f},Nt.isSuspense=function(R){return B(R)===w},Nt.isValidElementType=function(R){return typeof R=="string"||typeof R=="function"||R===s||R===_||R===m||R===f||R===w||R===D||typeof R=="object"&&R!==null&&(R.$$typeof===A||R.$$typeof===$||R.$$typeof===p||R.$$typeof===b||R.$$typeof===T||R.$$typeof===I||R.$$typeof===re||R.$$typeof===q||R.$$typeof===F)},Nt.typeOf=B,Nt}var Bt={};/** @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 RT;function QM(){return RT||(RT=1,process.env.NODE_ENV!=="production"&&function(){var n=typeof Symbol=="function"&&Symbol.for,r=n?Symbol.for("react.element"):60103,l=n?Symbol.for("react.portal"):60106,c=n?Symbol.for("react.fragment"):60107,f=n?Symbol.for("react.strict_mode"):60108,h=n?Symbol.for("react.profiler"):60114,p=n?Symbol.for("react.provider"):60109,b=n?Symbol.for("react.context"):60110,E=n?Symbol.for("react.async_mode"):60111,S=n?Symbol.for("react.concurrent_mode"):60111,T=n?Symbol.for("react.forward_ref"):60112,_=n?Symbol.for("react.suspense"):60113,D=n?Symbol.for("react.suspense_list"):60120,$=n?Symbol.for("react.memo"):60115,A=n?Symbol.for("react.lazy"):60116,F=n?Symbol.for("react.block"):60121,I=n?Symbol.for("react.fundamental"):60117,re=n?Symbol.for("react.responder"):60118,Q=n?Symbol.for("react.scope"):60119;function B(De){return typeof De=="string"||typeof De=="function"||De===c||De===S||De===h||De===f||De===_||De===D||typeof De=="object"&&De!==null&&(De.$$typeof===A||De.$$typeof===$||De.$$typeof===p||De.$$typeof===b||De.$$typeof===T||De.$$typeof===I||De.$$typeof===re||De.$$typeof===Q||De.$$typeof===F)}function Y(De){if(typeof De=="object"&&De!==null){var Bt=De.$$typeof;switch(Bt){case r:var jt=De.type;switch(jt){case E:case S:case c:case h:case f:case _:return jt;default:var bn=jt&&jt.$$typeof;switch(bn){case b:case T:case A:case $:case p:return bn;default:return Bt}}case l:return Bt}}}var R=E,j=S,ne=b,M=p,ue=r,K=T,W=c,ye=A,q=$,oe=l,Se=h,Ee=f,ge=_,pe=!1;function X(De){return pe||(pe=!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.")),G(De)||Y(De)===E}function G(De){return Y(De)===S}function xe(De){return Y(De)===b}function fe(De){return Y(De)===p}function Me(De){return typeof De=="object"&&De!==null&&De.$$typeof===r}function Ue(De){return Y(De)===T}function Be(De){return Y(De)===c}function Fe(De){return Y(De)===A}function _e(De){return Y(De)===$}function $e(De){return Y(De)===l}function je(De){return Y(De)===h}function Xe(De){return Y(De)===f}function mt(De){return Y(De)===_}zt.AsyncMode=R,zt.ConcurrentMode=j,zt.ContextConsumer=ne,zt.ContextProvider=M,zt.Element=ue,zt.ForwardRef=K,zt.Fragment=W,zt.Lazy=ye,zt.Memo=q,zt.Portal=oe,zt.Profiler=Se,zt.StrictMode=Ee,zt.Suspense=ge,zt.isAsyncMode=X,zt.isConcurrentMode=G,zt.isContextConsumer=xe,zt.isContextProvider=fe,zt.isElement=Me,zt.isForwardRef=Ue,zt.isFragment=Be,zt.isLazy=Fe,zt.isMemo=_e,zt.isPortal=$e,zt.isProfiler=je,zt.isStrictMode=Xe,zt.isSuspense=mt,zt.isValidElementType=B,zt.typeOf=Y}()),zt}var zT;function BT(){return zT||(zT=1,process.env.NODE_ENV==="production"?W1.exports=qM():W1.exports=QM()),W1.exports}/*
201
+ */var UT;function tN(){return UT||(UT=1,process.env.NODE_ENV!=="production"&&function(){var n=typeof Symbol=="function"&&Symbol.for,r=n?Symbol.for("react.element"):60103,l=n?Symbol.for("react.portal"):60106,s=n?Symbol.for("react.fragment"):60107,f=n?Symbol.for("react.strict_mode"):60108,m=n?Symbol.for("react.profiler"):60114,p=n?Symbol.for("react.provider"):60109,b=n?Symbol.for("react.context"):60110,E=n?Symbol.for("react.async_mode"):60111,_=n?Symbol.for("react.concurrent_mode"):60111,T=n?Symbol.for("react.forward_ref"):60112,w=n?Symbol.for("react.suspense"):60113,D=n?Symbol.for("react.suspense_list"):60120,$=n?Symbol.for("react.memo"):60115,A=n?Symbol.for("react.lazy"):60116,F=n?Symbol.for("react.block"):60121,I=n?Symbol.for("react.fundamental"):60117,re=n?Symbol.for("react.responder"):60118,q=n?Symbol.for("react.scope"):60119;function B(De){return typeof De=="string"||typeof De=="function"||De===s||De===_||De===m||De===f||De===w||De===D||typeof De=="object"&&De!==null&&(De.$$typeof===A||De.$$typeof===$||De.$$typeof===p||De.$$typeof===b||De.$$typeof===T||De.$$typeof===I||De.$$typeof===re||De.$$typeof===q||De.$$typeof===F)}function W(De){if(typeof De=="object"&&De!==null){var It=De.$$typeof;switch(It){case r:var Wt=De.type;switch(Wt){case E:case _:case s:case m:case f:case w:return Wt;default:var bn=Wt&&Wt.$$typeof;switch(bn){case b:case T:case A:case $:case p:return bn;default:return It}}case l:return It}}}var R=E,j=_,ne=b,M=p,ue=r,K=T,G=s,be=A,Q=$,oe=l,_e=m,Ce=f,ye=w,pe=!1;function X(De){return pe||(pe=!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.")),Y(De)||W(De)===E}function Y(De){return W(De)===_}function ke(De){return W(De)===b}function fe(De){return W(De)===p}function Me(De){return typeof De=="object"&&De!==null&&De.$$typeof===r}function Ue(De){return W(De)===T}function Be(De){return W(De)===s}function Fe(De){return W(De)===A}function we(De){return W(De)===$}function $e(De){return W(De)===l}function je(De){return W(De)===m}function Xe(De){return W(De)===f}function mt(De){return W(De)===w}Bt.AsyncMode=R,Bt.ConcurrentMode=j,Bt.ContextConsumer=ne,Bt.ContextProvider=M,Bt.Element=ue,Bt.ForwardRef=K,Bt.Fragment=G,Bt.Lazy=be,Bt.Memo=Q,Bt.Portal=oe,Bt.Profiler=_e,Bt.StrictMode=Ce,Bt.Suspense=ye,Bt.isAsyncMode=X,Bt.isConcurrentMode=Y,Bt.isContextConsumer=ke,Bt.isContextProvider=fe,Bt.isElement=Me,Bt.isForwardRef=Ue,Bt.isFragment=Be,Bt.isLazy=Fe,Bt.isMemo=we,Bt.isPortal=$e,Bt.isProfiler=je,Bt.isStrictMode=Xe,Bt.isSuspense=mt,Bt.isValidElementType=B,Bt.typeOf=W}()),Bt}var HT;function VT(){return HT||(HT=1,process.env.NODE_ENV==="production"?q1.exports=eN():q1.exports=tN()),q1.exports}/*
202
202
  object-assign
203
203
  (c) Sindre Sorhus
204
204
  @license MIT
205
- */var G1,IT;function XM(){if(IT)return G1;IT=1;var n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;function c(h){if(h==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(h)}function f(){try{if(!Object.assign)return!1;var h=new String("abc");if(h[5]="de",Object.getOwnPropertyNames(h)[0]==="5")return!1;for(var p={},b=0;b<10;b++)p["_"+String.fromCharCode(b)]=b;var E=Object.getOwnPropertyNames(p).map(function(T){return p[T]});if(E.join("")!=="0123456789")return!1;var S={};return"abcdefghijklmnopqrst".split("").forEach(function(T){S[T]=T}),Object.keys(Object.assign({},S)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return G1=f()?Object.assign:function(h,p){for(var b,E=c(h),S,T=1;T<arguments.length;T++){b=Object(arguments[T]);for(var _ in b)r.call(b,_)&&(E[_]=b[_]);if(n){S=n(b);for(var D=0;D<S.length;D++)l.call(b,S[D])&&(E[S[D]]=b[S[D]])}}return E},G1}var Y1,UT;function q1(){if(UT)return Y1;UT=1;var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Y1=n,Y1}var Q1,HT;function ZM(){if(HT)return Q1;HT=1;var n=function(){};if(process.env.NODE_ENV!=="production"){var r=q1(),l={},c=Function.call.bind(Object.prototype.hasOwnProperty);n=function(h){var p="Warning: "+h;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}}}function f(h,p,b,E,S){if(process.env.NODE_ENV!=="production"){for(var T in h)if(c(h,T)){var _;try{if(typeof h[T]!="function"){var D=Error((E||"React class")+": "+b+" type `"+T+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof h[T]+"`.");throw D.name="Invariant Violation",D}_=h[T](p,T,E,b,null,r)}catch(A){_=A}if(_&&!(_ instanceof Error)&&n((E||"React class")+": type specification of "+b+" `"+T+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof _+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),_ instanceof Error&&!(_.message in l)){l[_.message]=!0;var $=S?S():"";n("Failed "+b+" type: "+_.message+($??""))}}}}return f.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(l={})},Q1=f,Q1}var X1,VT;function JM(){if(VT)return X1;VT=1;var n=BT(),r=XM(),l=q1(),c=ZM(),f=Function.call.bind(Object.prototype.hasOwnProperty),h=function(){};process.env.NODE_ENV!=="production"&&(h=function(b){var E="Warning: "+b;typeof console<"u"&&console.error(E);try{throw new Error(E)}catch{}});function p(){return null}return X1=function(b,E){var S=typeof Symbol=="function"&&Symbol.iterator,T="@@iterator";function _(X){var G=X&&(S&&X[S]||X[T]);if(typeof G=="function")return G}var D="<<anonymous>>",$={array:re("array"),bool:re("boolean"),func:re("function"),number:re("number"),object:re("object"),string:re("string"),symbol:re("symbol"),any:Q(),arrayOf:B,element:Y(),elementType:R(),instanceOf:j,node:K(),objectOf:M,oneOf:ne,oneOfType:ue,shape:W,exact:ye};function A(X,G){return X===G?X!==0||1/X===1/G:X!==X&&G!==G}function F(X){this.message=X,this.stack=""}F.prototype=Error.prototype;function I(X){if(process.env.NODE_ENV!=="production")var G={},xe=0;function fe(Ue,Be,Fe,_e,$e,je,Xe){if(_e=_e||D,je=je||Fe,Xe!==l){if(E){var mt=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 mt.name="Invariant Violation",mt}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var De=_e+":"+Fe;!G[De]&&xe<3&&(h("You are manually calling a React.PropTypes validation function for the `"+je+"` prop on `"+_e+"`. 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."),G[De]=!0,xe++)}}return Be[Fe]==null?Ue?Be[Fe]===null?new F("The "+$e+" `"+je+"` is marked as required "+("in `"+_e+"`, but its value is `null`.")):new F("The "+$e+" `"+je+"` is marked as required in "+("`"+_e+"`, but its value is `undefined`.")):null:X(Be,Fe,_e,$e,je)}var Me=fe.bind(null,!1);return Me.isRequired=fe.bind(null,!0),Me}function re(X){function G(xe,fe,Me,Ue,Be,Fe){var _e=xe[fe],$e=Se(_e);if($e!==X){var je=Ee(_e);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+je+"` supplied to `"+Me+"`, expected ")+("`"+X+"`."))}return null}return I(G)}function Q(){return I(p)}function B(X){function G(xe,fe,Me,Ue,Be){if(typeof X!="function")return new F("Property `"+Be+"` of component `"+Me+"` has invalid PropType notation inside arrayOf.");var Fe=xe[fe];if(!Array.isArray(Fe)){var _e=Se(Fe);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+_e+"` supplied to `"+Me+"`, expected an array."))}for(var $e=0;$e<Fe.length;$e++){var je=X(Fe,$e,Me,Ue,Be+"["+$e+"]",l);if(je instanceof Error)return je}return null}return I(G)}function Y(){function X(G,xe,fe,Me,Ue){var Be=G[xe];if(!b(Be)){var Fe=Se(Be);return new F("Invalid "+Me+" `"+Ue+"` of type "+("`"+Fe+"` supplied to `"+fe+"`, expected a single ReactElement."))}return null}return I(X)}function R(){function X(G,xe,fe,Me,Ue){var Be=G[xe];if(!n.isValidElementType(Be)){var Fe=Se(Be);return new F("Invalid "+Me+" `"+Ue+"` of type "+("`"+Fe+"` supplied to `"+fe+"`, expected a single ReactElement type."))}return null}return I(X)}function j(X){function G(xe,fe,Me,Ue,Be){if(!(xe[fe]instanceof X)){var Fe=X.name||D,_e=pe(xe[fe]);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+_e+"` supplied to `"+Me+"`, expected ")+("instance of `"+Fe+"`."))}return null}return I(G)}function ne(X){if(!Array.isArray(X))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.")),p;function G(xe,fe,Me,Ue,Be){for(var Fe=xe[fe],_e=0;_e<X.length;_e++)if(A(Fe,X[_e]))return null;var $e=JSON.stringify(X,function(je,Xe){var mt=Ee(Xe);return mt==="symbol"?String(Xe):Xe});return new F("Invalid "+Ue+" `"+Be+"` of value `"+String(Fe)+"` "+("supplied to `"+Me+"`, expected one of "+$e+"."))}return I(G)}function M(X){function G(xe,fe,Me,Ue,Be){if(typeof X!="function")return new F("Property `"+Be+"` of component `"+Me+"` has invalid PropType notation inside objectOf.");var Fe=xe[fe],_e=Se(Fe);if(_e!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+_e+"` supplied to `"+Me+"`, expected an object."));for(var $e in Fe)if(f(Fe,$e)){var je=X(Fe,$e,Me,Ue,Be+"."+$e,l);if(je instanceof Error)return je}return null}return I(G)}function ue(X){if(!Array.isArray(X))return process.env.NODE_ENV!=="production"&&h("Invalid argument supplied to oneOfType, expected an instance of array."),p;for(var G=0;G<X.length;G++){var xe=X[G];if(typeof xe!="function")return h("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+ge(xe)+" at index "+G+"."),p}function fe(Me,Ue,Be,Fe,_e){for(var $e=0;$e<X.length;$e++){var je=X[$e];if(je(Me,Ue,Be,Fe,_e,l)==null)return null}return new F("Invalid "+Fe+" `"+_e+"` supplied to "+("`"+Be+"`."))}return I(fe)}function K(){function X(G,xe,fe,Me,Ue){return q(G[xe])?null:new F("Invalid "+Me+" `"+Ue+"` supplied to "+("`"+fe+"`, expected a ReactNode."))}return I(X)}function W(X){function G(xe,fe,Me,Ue,Be){var Fe=xe[fe],_e=Se(Fe);if(_e!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type `"+_e+"` "+("supplied to `"+Me+"`, expected `object`."));for(var $e in X){var je=X[$e];if(je){var Xe=je(Fe,$e,Me,Ue,Be+"."+$e,l);if(Xe)return Xe}}return null}return I(G)}function ye(X){function G(xe,fe,Me,Ue,Be){var Fe=xe[fe],_e=Se(Fe);if(_e!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type `"+_e+"` "+("supplied to `"+Me+"`, expected `object`."));var $e=r({},xe[fe],X);for(var je in $e){var Xe=X[je];if(!Xe)return new F("Invalid "+Ue+" `"+Be+"` key `"+je+"` supplied to `"+Me+"`.\nBad object: "+JSON.stringify(xe[fe],null," ")+`
206
- Valid keys: `+JSON.stringify(Object.keys(X),null," "));var mt=Xe(Fe,je,Me,Ue,Be+"."+je,l);if(mt)return mt}return null}return I(G)}function q(X){switch(typeof X){case"number":case"string":case"undefined":return!0;case"boolean":return!X;case"object":if(Array.isArray(X))return X.every(q);if(X===null||b(X))return!0;var G=_(X);if(G){var xe=G.call(X),fe;if(G!==X.entries){for(;!(fe=xe.next()).done;)if(!q(fe.value))return!1}else for(;!(fe=xe.next()).done;){var Me=fe.value;if(Me&&!q(Me[1]))return!1}}else return!1;return!0;default:return!1}}function oe(X,G){return X==="symbol"?!0:G?G["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&G instanceof Symbol:!1}function Se(X){var G=typeof X;return Array.isArray(X)?"array":X instanceof RegExp?"object":oe(G,X)?"symbol":G}function Ee(X){if(typeof X>"u"||X===null)return""+X;var G=Se(X);if(G==="object"){if(X instanceof Date)return"date";if(X instanceof RegExp)return"regexp"}return G}function ge(X){var G=Ee(X);switch(G){case"array":case"object":return"an "+G;case"boolean":case"date":case"regexp":return"a "+G;default:return G}}function pe(X){return!X.constructor||!X.constructor.name?D:X.constructor.name}return $.checkPropTypes=c,$.resetWarningCache=c.resetWarningCache,$.PropTypes=$,$},X1}var Z1,KT;function eN(){if(KT)return Z1;KT=1;var n=q1();function r(){}function l(){}return l.resetWarningCache=r,Z1=function(){function c(p,b,E,S,T,_){if(_!==n){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}}c.isRequired=c;function f(){return c}var h={array:c,bool:c,func:c,number:c,object:c,string:c,symbol:c,any:c,arrayOf:f,element:c,elementType:c,instanceOf:f,node:c,objectOf:f,oneOf:f,oneOfType:f,shape:f,exact:f,checkPropTypes:l,resetWarningCache:r};return h.PropTypes=h,h},Z1}if(process.env.NODE_ENV!=="production"){var tN=BT(),nN=!0;j1.exports=JM()(tN.isElement,nN)}else j1.exports=eN()();var rN=j1.exports,zn=function(){return zn=Object.assign||function(n){for(var r,l=1,c=arguments.length;l<c;l++){r=arguments[l];for(var f in r)Object.prototype.hasOwnProperty.call(r,f)&&(n[f]=r[f])}return n},zn.apply(this,arguments)};function Xa(n,r,l){if(l||arguments.length===2)for(var c=0,f=r.length,h;c<f;c++)(h||!(c in r))&&(h||(h=Array.prototype.slice.call(r,0,c)),h[c]=r[c]);return n.concat(h||Array.prototype.slice.call(r))}function iN(n){var r=Object.create(null);return function(l){return r[l]===void 0&&(r[l]=n(l)),r[l]}}var oN=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|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|enterKeyHint|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|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|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)-.*))$/,lN=iN(function(n){return oN.test(n)||n.charCodeAt(0)===111&&n.charCodeAt(1)===110&&n.charCodeAt(2)<91}),aN=function(n,r,l,c){var f=l?l.call(c,n,r):void 0;if(f!==void 0)return!!f;if(n===r)return!0;if(typeof n!="object"||!n||typeof r!="object"||!r)return!1;var h=Object.keys(n),p=Object.keys(r);if(h.length!==p.length)return!1;for(var b=Object.prototype.hasOwnProperty.bind(r),E=0;E<h.length;E++){var S=h[E];if(!b(S))return!1;var T=n[S],_=r[S];if(f=l?l.call(c,T,_,S):void 0,f===!1||f===void 0&&T!==_)return!1}return!0};const uN=GM(aN);var nn="-ms-",_p="-moz-",Nt="-webkit-",jT="comm",Yh="rule",J1="decl",sN="@import",WT="@keyframes",cN="@layer",GT=Math.abs,ex=String.fromCharCode,tx=Object.assign;function dN(n,r){return cr(n,0)^45?(((r<<2^cr(n,0))<<2^cr(n,1))<<2^cr(n,2))<<2^cr(n,3):0}function YT(n){return n.trim()}function ea(n,r){return(n=r.exec(n))?n[0]:n}function vt(n,r,l){return n.replace(r,l)}function qh(n,r,l){return n.indexOf(r,l)}function cr(n,r){return n.charCodeAt(r)|0}function qc(n,r,l){return n.slice(r,l)}function ll(n){return n.length}function qT(n){return n.length}function Tp(n,r){return r.push(n),n}function fN(n,r){return n.map(r).join("")}function QT(n,r){return n.filter(function(l){return!ea(l,r)})}var Qh=1,Qc=1,XT=0,lo=0,Bn=0,Xc="";function Xh(n,r,l,c,f,h,p,b){return{value:n,root:r,parent:l,type:c,props:f,children:h,line:Qh,column:Qc,length:p,return:"",siblings:b}}function Za(n,r){return tx(Xh("",null,null,"",null,null,0,n.siblings),n,{length:-n.length},r)}function Zc(n){for(;n.root;)n=Za(n.root,{children:[n]});Tp(n,n.siblings)}function pN(){return Bn}function vN(){return Bn=lo>0?cr(Xc,--lo):0,Qc--,Bn===10&&(Qc=1,Qh--),Bn}function To(){return Bn=lo<XT?cr(Xc,lo++):0,Qc++,Bn===10&&(Qc=1,Qh++),Bn}function ms(){return cr(Xc,lo)}function Zh(){return lo}function Jh(n,r){return qc(Xc,n,r)}function nx(n){switch(n){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function mN(n){return Qh=Qc=1,XT=ll(Xc=n),lo=0,[]}function hN(n){return Xc="",n}function rx(n){return YT(Jh(lo-1,ix(n===91?n+2:n===40?n+1:n)))}function gN(n){for(;(Bn=ms())&&Bn<33;)To();return nx(n)>2||nx(Bn)>3?"":" "}function yN(n,r){for(;--r&&To()&&!(Bn<48||Bn>102||Bn>57&&Bn<65||Bn>70&&Bn<97););return Jh(n,Zh()+(r<6&&ms()==32&&To()==32))}function ix(n){for(;To();)switch(Bn){case n:return lo;case 34:case 39:n!==34&&n!==39&&ix(Bn);break;case 40:n===41&&ix(n);break;case 92:To();break}return lo}function bN(n,r){for(;To()&&n+Bn!==57&&!(n+Bn===84&&ms()===47););return"/*"+Jh(r,lo-1)+"*"+ex(n===47?n:To())}function xN(n){for(;!nx(ms());)To();return Jh(n,lo)}function kN(n){return hN(eg("",null,null,null,[""],n=mN(n),0,[0],n))}function eg(n,r,l,c,f,h,p,b,E){for(var S=0,T=0,_=p,D=0,$=0,A=0,F=1,I=1,re=1,Q=0,B="",Y=f,R=h,j=c,ne=B;I;)switch(A=Q,Q=To()){case 40:if(A!=108&&cr(ne,_-1)==58){qh(ne+=vt(rx(Q),"&","&\f"),"&\f",GT(S?b[S-1]:0))!=-1&&(re=-1);break}case 34:case 39:case 91:ne+=rx(Q);break;case 9:case 10:case 13:case 32:ne+=gN(A);break;case 92:ne+=yN(Zh()-1,7);continue;case 47:switch(ms()){case 42:case 47:Tp(EN(bN(To(),Zh()),r,l,E),E);break;default:ne+="/"}break;case 123*F:b[S++]=ll(ne)*re;case 125*F:case 59:case 0:switch(Q){case 0:case 125:I=0;case 59+T:re==-1&&(ne=vt(ne,/\f/g,"")),$>0&&ll(ne)-_&&Tp($>32?JT(ne+";",c,l,_-1,E):JT(vt(ne," ","")+";",c,l,_-2,E),E);break;case 59:ne+=";";default:if(Tp(j=ZT(ne,r,l,S,T,f,b,B,Y=[],R=[],_,h),h),Q===123)if(T===0)eg(ne,r,j,j,Y,h,_,b,R);else switch(D===99&&cr(ne,3)===110?100:D){case 100:case 108:case 109:case 115:eg(n,j,j,c&&Tp(ZT(n,j,j,0,0,f,b,B,f,Y=[],_,R),R),f,R,_,b,c?Y:R);break;default:eg(ne,j,j,j,[""],R,0,b,R)}}S=T=$=0,F=re=1,B=ne="",_=p;break;case 58:_=1+ll(ne),$=A;default:if(F<1){if(Q==123)--F;else if(Q==125&&F++==0&&vN()==125)continue}switch(ne+=ex(Q),Q*F){case 38:re=T>0?1:(ne+="\f",-1);break;case 44:b[S++]=(ll(ne)-1)*re,re=1;break;case 64:ms()===45&&(ne+=rx(To())),D=ms(),T=_=ll(B=ne+=xN(Zh())),Q++;break;case 45:A===45&&ll(ne)==2&&(F=0)}}return h}function ZT(n,r,l,c,f,h,p,b,E,S,T,_){for(var D=f-1,$=f===0?h:[""],A=qT($),F=0,I=0,re=0;F<c;++F)for(var Q=0,B=qc(n,D+1,D=GT(I=p[F])),Y=n;Q<A;++Q)(Y=YT(I>0?$[Q]+" "+B:vt(B,/&\f/g,$[Q])))&&(E[re++]=Y);return Xh(n,r,l,f===0?Yh:b,E,S,T,_)}function EN(n,r,l,c){return Xh(n,r,l,jT,ex(pN()),qc(n,2,-2),0,c)}function JT(n,r,l,c,f){return Xh(n,r,l,J1,qc(n,0,c),qc(n,c+1,-1),c,f)}function e5(n,r,l){switch(dN(n,r)){case 5103:return Nt+"print-"+n+n;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Nt+n+n;case 4789:return _p+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return Nt+n+_p+n+nn+n+n;case 5936:switch(cr(n,r+11)){case 114:return Nt+n+nn+vt(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return Nt+n+nn+vt(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return Nt+n+nn+vt(n,/[svh]\w+-[tblr]{2}/,"lr")+n}case 6828:case 4268:case 2903:return Nt+n+nn+n+n;case 6165:return Nt+n+nn+"flex-"+n+n;case 5187:return Nt+n+vt(n,/(\w+).+(:[^]+)/,Nt+"box-$1$2"+nn+"flex-$1$2")+n;case 5443:return Nt+n+nn+"flex-item-"+vt(n,/flex-|-self/g,"")+(ea(n,/flex-|baseline/)?"":nn+"grid-row-"+vt(n,/flex-|-self/g,""))+n;case 4675:return Nt+n+nn+"flex-line-pack"+vt(n,/align-content|flex-|-self/g,"")+n;case 5548:return Nt+n+nn+vt(n,"shrink","negative")+n;case 5292:return Nt+n+nn+vt(n,"basis","preferred-size")+n;case 6060:return Nt+"box-"+vt(n,"-grow","")+Nt+n+nn+vt(n,"grow","positive")+n;case 4554:return Nt+vt(n,/([^-])(transform)/g,"$1"+Nt+"$2")+n;case 6187:return vt(vt(vt(n,/(zoom-|grab)/,Nt+"$1"),/(image-set)/,Nt+"$1"),n,"")+n;case 5495:case 3959:return vt(n,/(image-set\([^]*)/,Nt+"$1$`$1");case 4968:return vt(vt(n,/(.+:)(flex-)?(.*)/,Nt+"box-pack:$3"+nn+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Nt+n+n;case 4200:if(!ea(n,/flex-|baseline/))return nn+"grid-column-align"+qc(n,r)+n;break;case 2592:case 3360:return nn+vt(n,"template-","")+n;case 4384:case 3616:return l&&l.some(function(c,f){return r=f,ea(c.props,/grid-\w+-end/)})?~qh(n+(l=l[r].value),"span",0)?n:nn+vt(n,"-start","")+n+nn+"grid-row-span:"+(~qh(l,"span",0)?ea(l,/\d+/):+ea(l,/\d+/)-+ea(n,/\d+/))+";":nn+vt(n,"-start","")+n;case 4896:case 4128:return l&&l.some(function(c){return ea(c.props,/grid-\w+-start/)})?n:nn+vt(vt(n,"-end","-span"),"span ","")+n;case 4095:case 3583:case 4068:case 2532:return vt(n,/(.+)-inline(.+)/,Nt+"$1$2")+n;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ll(n)-1-r>6)switch(cr(n,r+1)){case 109:if(cr(n,r+4)!==45)break;case 102:return vt(n,/(.+:)(.+)-([^]+)/,"$1"+Nt+"$2-$3$1"+_p+(cr(n,r+3)==108?"$3":"$2-$3"))+n;case 115:return~qh(n,"stretch",0)?e5(vt(n,"stretch","fill-available"),r,l)+n:n}break;case 5152:case 5920:return vt(n,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(c,f,h,p,b,E,S){return nn+f+":"+h+S+(p?nn+f+"-span:"+(b?E:+E-+h)+S:"")+n});case 4949:if(cr(n,r+6)===121)return vt(n,":",":"+Nt)+n;break;case 6444:switch(cr(n,cr(n,14)===45?18:11)){case 120:return vt(n,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Nt+(cr(n,14)===45?"inline-":"")+"box$3$1"+Nt+"$2$3$1"+nn+"$2box$3")+n;case 100:return vt(n,":",":"+nn)+n}break;case 5719:case 2647:case 2135:case 3927:case 2391:return vt(n,"scroll-","scroll-snap-")+n}return n}function tg(n,r){for(var l="",c=0;c<n.length;c++)l+=r(n[c],c,n,r)||"";return l}function CN(n,r,l,c){switch(n.type){case cN:if(n.children.length)break;case sN:case J1:return n.return=n.return||n.value;case jT:return"";case WT:return n.return=n.value+"{"+tg(n.children,c)+"}";case Yh:if(!ll(n.value=n.props.join(",")))return""}return ll(l=tg(n.children,c))?n.return=n.value+"{"+l+"}":""}function SN(n){var r=qT(n);return function(l,c,f,h){for(var p="",b=0;b<r;b++)p+=n[b](l,c,f,h)||"";return p}}function wN(n){return function(r){r.root||(r=r.return)&&n(r)}}function _N(n,r,l,c){if(n.length>-1&&!n.return)switch(n.type){case J1:n.return=e5(n.value,n.length,l);return;case WT:return tg([Za(n,{value:vt(n.value,"@","@"+Nt)})],c);case Yh:if(n.length)return fN(l=n.props,function(f){switch(ea(f,c=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Zc(Za(n,{props:[vt(f,/:(read-\w+)/,":"+_p+"$1")]})),Zc(Za(n,{props:[f]})),tx(n,{props:QT(l,c)});break;case"::placeholder":Zc(Za(n,{props:[vt(f,/:(plac\w+)/,":"+Nt+"input-$1")]})),Zc(Za(n,{props:[vt(f,/:(plac\w+)/,":"+_p+"$1")]})),Zc(Za(n,{props:[vt(f,/:(plac\w+)/,nn+"input-$1")]})),Zc(Za(n,{props:[f]})),tx(n,{props:QT(l,c)});break}return""})}}var TN={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},ta=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",t5="active",ng="data-styled-version",hs="6.1.8",ox=`/*!sc*/
207
- `,lx=typeof window<"u"&&"HTMLElement"in window,DN=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""?process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY:process.env.NODE_ENV!=="production"),$N={},n5=/invalid hook call/i,rg=new Set,r5=function(n,r){if(process.env.NODE_ENV!=="production"){var l=r?' with the id of "'.concat(r,'"'):"",c="The component ".concat(n).concat(l,` has been created dynamically.
205
+ */var Q1,KT;function nN(){if(KT)return Q1;KT=1;var n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;function s(m){if(m==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(m)}function f(){try{if(!Object.assign)return!1;var m=new String("abc");if(m[5]="de",Object.getOwnPropertyNames(m)[0]==="5")return!1;for(var p={},b=0;b<10;b++)p["_"+String.fromCharCode(b)]=b;var E=Object.getOwnPropertyNames(p).map(function(T){return p[T]});if(E.join("")!=="0123456789")return!1;var _={};return"abcdefghijklmnopqrst".split("").forEach(function(T){_[T]=T}),Object.keys(Object.assign({},_)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Q1=f()?Object.assign:function(m,p){for(var b,E=s(m),_,T=1;T<arguments.length;T++){b=Object(arguments[T]);for(var w in b)r.call(b,w)&&(E[w]=b[w]);if(n){_=n(b);for(var D=0;D<_.length;D++)l.call(b,_[D])&&(E[_[D]]=b[_[D]])}}return E},Q1}var X1,jT;function Z1(){if(jT)return X1;jT=1;var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return X1=n,X1}var J1,WT;function rN(){if(WT)return J1;WT=1;var n=function(){};if(process.env.NODE_ENV!=="production"){var r=Z1(),l={},s=Function.call.bind(Object.prototype.hasOwnProperty);n=function(m){var p="Warning: "+m;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}}}function f(m,p,b,E,_){if(process.env.NODE_ENV!=="production"){for(var T in m)if(s(m,T)){var w;try{if(typeof m[T]!="function"){var D=Error((E||"React class")+": "+b+" type `"+T+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof m[T]+"`.");throw D.name="Invariant Violation",D}w=m[T](p,T,E,b,null,r)}catch(A){w=A}if(w&&!(w instanceof Error)&&n((E||"React class")+": type specification of "+b+" `"+T+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof w+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),w instanceof Error&&!(w.message in l)){l[w.message]=!0;var $=_?_():"";n("Failed "+b+" type: "+w.message+($??""))}}}}return f.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(l={})},J1=f,J1}var ex,GT;function iN(){if(GT)return ex;GT=1;var n=VT(),r=nN(),l=Z1(),s=rN(),f=Function.call.bind(Object.prototype.hasOwnProperty),m=function(){};process.env.NODE_ENV!=="production"&&(m=function(b){var E="Warning: "+b;typeof console<"u"&&console.error(E);try{throw new Error(E)}catch{}});function p(){return null}return ex=function(b,E){var _=typeof Symbol=="function"&&Symbol.iterator,T="@@iterator";function w(X){var Y=X&&(_&&X[_]||X[T]);if(typeof Y=="function")return Y}var D="<<anonymous>>",$={array:re("array"),bool:re("boolean"),func:re("function"),number:re("number"),object:re("object"),string:re("string"),symbol:re("symbol"),any:q(),arrayOf:B,element:W(),elementType:R(),instanceOf:j,node:K(),objectOf:M,oneOf:ne,oneOfType:ue,shape:G,exact:be};function A(X,Y){return X===Y?X!==0||1/X===1/Y:X!==X&&Y!==Y}function F(X){this.message=X,this.stack=""}F.prototype=Error.prototype;function I(X){if(process.env.NODE_ENV!=="production")var Y={},ke=0;function fe(Ue,Be,Fe,we,$e,je,Xe){if(we=we||D,je=je||Fe,Xe!==l){if(E){var mt=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 mt.name="Invariant Violation",mt}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var De=we+":"+Fe;!Y[De]&&ke<3&&(m("You are manually calling a React.PropTypes validation function for the `"+je+"` prop on `"+we+"`. 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."),Y[De]=!0,ke++)}}return Be[Fe]==null?Ue?Be[Fe]===null?new F("The "+$e+" `"+je+"` is marked as required "+("in `"+we+"`, but its value is `null`.")):new F("The "+$e+" `"+je+"` is marked as required in "+("`"+we+"`, but its value is `undefined`.")):null:X(Be,Fe,we,$e,je)}var Me=fe.bind(null,!1);return Me.isRequired=fe.bind(null,!0),Me}function re(X){function Y(ke,fe,Me,Ue,Be,Fe){var we=ke[fe],$e=_e(we);if($e!==X){var je=Ce(we);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+je+"` supplied to `"+Me+"`, expected ")+("`"+X+"`."))}return null}return I(Y)}function q(){return I(p)}function B(X){function Y(ke,fe,Me,Ue,Be){if(typeof X!="function")return new F("Property `"+Be+"` of component `"+Me+"` has invalid PropType notation inside arrayOf.");var Fe=ke[fe];if(!Array.isArray(Fe)){var we=_e(Fe);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+we+"` supplied to `"+Me+"`, expected an array."))}for(var $e=0;$e<Fe.length;$e++){var je=X(Fe,$e,Me,Ue,Be+"["+$e+"]",l);if(je instanceof Error)return je}return null}return I(Y)}function W(){function X(Y,ke,fe,Me,Ue){var Be=Y[ke];if(!b(Be)){var Fe=_e(Be);return new F("Invalid "+Me+" `"+Ue+"` of type "+("`"+Fe+"` supplied to `"+fe+"`, expected a single ReactElement."))}return null}return I(X)}function R(){function X(Y,ke,fe,Me,Ue){var Be=Y[ke];if(!n.isValidElementType(Be)){var Fe=_e(Be);return new F("Invalid "+Me+" `"+Ue+"` of type "+("`"+Fe+"` supplied to `"+fe+"`, expected a single ReactElement type."))}return null}return I(X)}function j(X){function Y(ke,fe,Me,Ue,Be){if(!(ke[fe]instanceof X)){var Fe=X.name||D,we=pe(ke[fe]);return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+we+"` supplied to `"+Me+"`, expected ")+("instance of `"+Fe+"`."))}return null}return I(Y)}function ne(X){if(!Array.isArray(X))return process.env.NODE_ENV!=="production"&&(arguments.length>1?m("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])."):m("Invalid argument supplied to oneOf, expected an array.")),p;function Y(ke,fe,Me,Ue,Be){for(var Fe=ke[fe],we=0;we<X.length;we++)if(A(Fe,X[we]))return null;var $e=JSON.stringify(X,function(je,Xe){var mt=Ce(Xe);return mt==="symbol"?String(Xe):Xe});return new F("Invalid "+Ue+" `"+Be+"` of value `"+String(Fe)+"` "+("supplied to `"+Me+"`, expected one of "+$e+"."))}return I(Y)}function M(X){function Y(ke,fe,Me,Ue,Be){if(typeof X!="function")return new F("Property `"+Be+"` of component `"+Me+"` has invalid PropType notation inside objectOf.");var Fe=ke[fe],we=_e(Fe);if(we!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type "+("`"+we+"` supplied to `"+Me+"`, expected an object."));for(var $e in Fe)if(f(Fe,$e)){var je=X(Fe,$e,Me,Ue,Be+"."+$e,l);if(je instanceof Error)return je}return null}return I(Y)}function ue(X){if(!Array.isArray(X))return process.env.NODE_ENV!=="production"&&m("Invalid argument supplied to oneOfType, expected an instance of array."),p;for(var Y=0;Y<X.length;Y++){var ke=X[Y];if(typeof ke!="function")return m("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+ye(ke)+" at index "+Y+"."),p}function fe(Me,Ue,Be,Fe,we){for(var $e=0;$e<X.length;$e++){var je=X[$e];if(je(Me,Ue,Be,Fe,we,l)==null)return null}return new F("Invalid "+Fe+" `"+we+"` supplied to "+("`"+Be+"`."))}return I(fe)}function K(){function X(Y,ke,fe,Me,Ue){return Q(Y[ke])?null:new F("Invalid "+Me+" `"+Ue+"` supplied to "+("`"+fe+"`, expected a ReactNode."))}return I(X)}function G(X){function Y(ke,fe,Me,Ue,Be){var Fe=ke[fe],we=_e(Fe);if(we!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type `"+we+"` "+("supplied to `"+Me+"`, expected `object`."));for(var $e in X){var je=X[$e];if(je){var Xe=je(Fe,$e,Me,Ue,Be+"."+$e,l);if(Xe)return Xe}}return null}return I(Y)}function be(X){function Y(ke,fe,Me,Ue,Be){var Fe=ke[fe],we=_e(Fe);if(we!=="object")return new F("Invalid "+Ue+" `"+Be+"` of type `"+we+"` "+("supplied to `"+Me+"`, expected `object`."));var $e=r({},ke[fe],X);for(var je in $e){var Xe=X[je];if(!Xe)return new F("Invalid "+Ue+" `"+Be+"` key `"+je+"` supplied to `"+Me+"`.\nBad object: "+JSON.stringify(ke[fe],null," ")+`
206
+ Valid keys: `+JSON.stringify(Object.keys(X),null," "));var mt=Xe(Fe,je,Me,Ue,Be+"."+je,l);if(mt)return mt}return null}return I(Y)}function Q(X){switch(typeof X){case"number":case"string":case"undefined":return!0;case"boolean":return!X;case"object":if(Array.isArray(X))return X.every(Q);if(X===null||b(X))return!0;var Y=w(X);if(Y){var ke=Y.call(X),fe;if(Y!==X.entries){for(;!(fe=ke.next()).done;)if(!Q(fe.value))return!1}else for(;!(fe=ke.next()).done;){var Me=fe.value;if(Me&&!Q(Me[1]))return!1}}else return!1;return!0;default:return!1}}function oe(X,Y){return X==="symbol"?!0:Y?Y["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Y instanceof Symbol:!1}function _e(X){var Y=typeof X;return Array.isArray(X)?"array":X instanceof RegExp?"object":oe(Y,X)?"symbol":Y}function Ce(X){if(typeof X>"u"||X===null)return""+X;var Y=_e(X);if(Y==="object"){if(X instanceof Date)return"date";if(X instanceof RegExp)return"regexp"}return Y}function ye(X){var Y=Ce(X);switch(Y){case"array":case"object":return"an "+Y;case"boolean":case"date":case"regexp":return"a "+Y;default:return Y}}function pe(X){return!X.constructor||!X.constructor.name?D:X.constructor.name}return $.checkPropTypes=s,$.resetWarningCache=s.resetWarningCache,$.PropTypes=$,$},ex}var tx,YT;function oN(){if(YT)return tx;YT=1;var n=Z1();function r(){}function l(){}return l.resetWarningCache=r,tx=function(){function s(p,b,E,_,T,w){if(w!==n){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}}s.isRequired=s;function f(){return s}var m={array:s,bool:s,func:s,number:s,object:s,string:s,symbol:s,any:s,arrayOf:f,element:s,elementType:s,instanceOf:f,node:s,objectOf:f,oneOf:f,oneOfType:f,shape:f,exact:f,checkPropTypes:l,resetWarningCache:r};return m.PropTypes=m,m},tx}if(process.env.NODE_ENV!=="production"){var lN=VT(),aN=!0;Y1.exports=iN()(lN.isElement,aN)}else Y1.exports=oN()();var uN=Y1.exports,zn=function(){return zn=Object.assign||function(n){for(var r,l=1,s=arguments.length;l<s;l++){r=arguments[l];for(var f in r)Object.prototype.hasOwnProperty.call(r,f)&&(n[f]=r[f])}return n},zn.apply(this,arguments)};function Ja(n,r,l){if(l||arguments.length===2)for(var s=0,f=r.length,m;s<f;s++)(m||!(s in r))&&(m||(m=Array.prototype.slice.call(r,0,s)),m[s]=r[s]);return n.concat(m||Array.prototype.slice.call(r))}function sN(n){var r=Object.create(null);return function(l){return r[l]===void 0&&(r[l]=n(l)),r[l]}}var cN=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|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|enterKeyHint|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|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|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)-.*))$/,dN=sN(function(n){return cN.test(n)||n.charCodeAt(0)===111&&n.charCodeAt(1)===110&&n.charCodeAt(2)<91}),fN=function(n,r,l,s){var f=l?l.call(s,n,r):void 0;if(f!==void 0)return!!f;if(n===r)return!0;if(typeof n!="object"||!n||typeof r!="object"||!r)return!1;var m=Object.keys(n),p=Object.keys(r);if(m.length!==p.length)return!1;for(var b=Object.prototype.hasOwnProperty.bind(r),E=0;E<m.length;E++){var _=m[E];if(!b(_))return!1;var T=n[_],w=r[_];if(f=l?l.call(s,T,w,_):void 0,f===!1||f===void 0&&T!==w)return!1}return!0};const pN=ZM(fN);var rn="-ms-",Dp="-moz-",At="-webkit-",qT="comm",Qh="rule",nx="decl",vN="@import",QT="@keyframes",mN="@layer",XT=Math.abs,rx=String.fromCharCode,ix=Object.assign;function hN(n,r){return cr(n,0)^45?(((r<<2^cr(n,0))<<2^cr(n,1))<<2^cr(n,2))<<2^cr(n,3):0}function ZT(n){return n.trim()}function ta(n,r){return(n=r.exec(n))?n[0]:n}function vt(n,r,l){return n.replace(r,l)}function Xh(n,r,l){return n.indexOf(r,l)}function cr(n,r){return n.charCodeAt(r)|0}function Qc(n,r,l){return n.slice(r,l)}function al(n){return n.length}function JT(n){return n.length}function $p(n,r){return r.push(n),n}function gN(n,r){return n.map(r).join("")}function e5(n,r){return n.filter(function(l){return!ta(l,r)})}var Zh=1,Xc=1,t5=0,ao=0,Bn=0,Zc="";function Jh(n,r,l,s,f,m,p,b){return{value:n,root:r,parent:l,type:s,props:f,children:m,line:Zh,column:Xc,length:p,return:"",siblings:b}}function eu(n,r){return ix(Jh("",null,null,"",null,null,0,n.siblings),n,{length:-n.length},r)}function Jc(n){for(;n.root;)n=eu(n.root,{children:[n]});$p(n,n.siblings)}function yN(){return Bn}function bN(){return Bn=ao>0?cr(Zc,--ao):0,Xc--,Bn===10&&(Xc=1,Zh--),Bn}function Do(){return Bn=ao<t5?cr(Zc,ao++):0,Xc++,Bn===10&&(Xc=1,Zh++),Bn}function hs(){return cr(Zc,ao)}function eg(){return ao}function tg(n,r){return Qc(Zc,n,r)}function ox(n){switch(n){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function xN(n){return Zh=Xc=1,t5=al(Zc=n),ao=0,[]}function kN(n){return Zc="",n}function lx(n){return ZT(tg(ao-1,ax(n===91?n+2:n===40?n+1:n)))}function EN(n){for(;(Bn=hs())&&Bn<33;)Do();return ox(n)>2||ox(Bn)>3?"":" "}function CN(n,r){for(;--r&&Do()&&!(Bn<48||Bn>102||Bn>57&&Bn<65||Bn>70&&Bn<97););return tg(n,eg()+(r<6&&hs()==32&&Do()==32))}function ax(n){for(;Do();)switch(Bn){case n:return ao;case 34:case 39:n!==34&&n!==39&&ax(Bn);break;case 40:n===41&&ax(n);break;case 92:Do();break}return ao}function _N(n,r){for(;Do()&&n+Bn!==57&&!(n+Bn===84&&hs()===47););return"/*"+tg(r,ao-1)+"*"+rx(n===47?n:Do())}function SN(n){for(;!ox(hs());)Do();return tg(n,ao)}function wN(n){return kN(ng("",null,null,null,[""],n=xN(n),0,[0],n))}function ng(n,r,l,s,f,m,p,b,E){for(var _=0,T=0,w=p,D=0,$=0,A=0,F=1,I=1,re=1,q=0,B="",W=f,R=m,j=s,ne=B;I;)switch(A=q,q=Do()){case 40:if(A!=108&&cr(ne,w-1)==58){Xh(ne+=vt(lx(q),"&","&\f"),"&\f",XT(_?b[_-1]:0))!=-1&&(re=-1);break}case 34:case 39:case 91:ne+=lx(q);break;case 9:case 10:case 13:case 32:ne+=EN(A);break;case 92:ne+=CN(eg()-1,7);continue;case 47:switch(hs()){case 42:case 47:$p(TN(_N(Do(),eg()),r,l,E),E);break;default:ne+="/"}break;case 123*F:b[_++]=al(ne)*re;case 125*F:case 59:case 0:switch(q){case 0:case 125:I=0;case 59+T:re==-1&&(ne=vt(ne,/\f/g,"")),$>0&&al(ne)-w&&$p($>32?r5(ne+";",s,l,w-1,E):r5(vt(ne," ","")+";",s,l,w-2,E),E);break;case 59:ne+=";";default:if($p(j=n5(ne,r,l,_,T,f,b,B,W=[],R=[],w,m),m),q===123)if(T===0)ng(ne,r,j,j,W,m,w,b,R);else switch(D===99&&cr(ne,3)===110?100:D){case 100:case 108:case 109:case 115:ng(n,j,j,s&&$p(n5(n,j,j,0,0,f,b,B,f,W=[],w,R),R),f,R,w,b,s?W:R);break;default:ng(ne,j,j,j,[""],R,0,b,R)}}_=T=$=0,F=re=1,B=ne="",w=p;break;case 58:w=1+al(ne),$=A;default:if(F<1){if(q==123)--F;else if(q==125&&F++==0&&bN()==125)continue}switch(ne+=rx(q),q*F){case 38:re=T>0?1:(ne+="\f",-1);break;case 44:b[_++]=(al(ne)-1)*re,re=1;break;case 64:hs()===45&&(ne+=lx(Do())),D=hs(),T=w=al(B=ne+=SN(eg())),q++;break;case 45:A===45&&al(ne)==2&&(F=0)}}return m}function n5(n,r,l,s,f,m,p,b,E,_,T,w){for(var D=f-1,$=f===0?m:[""],A=JT($),F=0,I=0,re=0;F<s;++F)for(var q=0,B=Qc(n,D+1,D=XT(I=p[F])),W=n;q<A;++q)(W=ZT(I>0?$[q]+" "+B:vt(B,/&\f/g,$[q])))&&(E[re++]=W);return Jh(n,r,l,f===0?Qh:b,E,_,T,w)}function TN(n,r,l,s){return Jh(n,r,l,qT,rx(yN()),Qc(n,2,-2),0,s)}function r5(n,r,l,s,f){return Jh(n,r,l,nx,Qc(n,0,s),Qc(n,s+1,-1),s,f)}function i5(n,r,l){switch(hN(n,r)){case 5103:return At+"print-"+n+n;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return At+n+n;case 4789:return Dp+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return At+n+Dp+n+rn+n+n;case 5936:switch(cr(n,r+11)){case 114:return At+n+rn+vt(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return At+n+rn+vt(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return At+n+rn+vt(n,/[svh]\w+-[tblr]{2}/,"lr")+n}case 6828:case 4268:case 2903:return At+n+rn+n+n;case 6165:return At+n+rn+"flex-"+n+n;case 5187:return At+n+vt(n,/(\w+).+(:[^]+)/,At+"box-$1$2"+rn+"flex-$1$2")+n;case 5443:return At+n+rn+"flex-item-"+vt(n,/flex-|-self/g,"")+(ta(n,/flex-|baseline/)?"":rn+"grid-row-"+vt(n,/flex-|-self/g,""))+n;case 4675:return At+n+rn+"flex-line-pack"+vt(n,/align-content|flex-|-self/g,"")+n;case 5548:return At+n+rn+vt(n,"shrink","negative")+n;case 5292:return At+n+rn+vt(n,"basis","preferred-size")+n;case 6060:return At+"box-"+vt(n,"-grow","")+At+n+rn+vt(n,"grow","positive")+n;case 4554:return At+vt(n,/([^-])(transform)/g,"$1"+At+"$2")+n;case 6187:return vt(vt(vt(n,/(zoom-|grab)/,At+"$1"),/(image-set)/,At+"$1"),n,"")+n;case 5495:case 3959:return vt(n,/(image-set\([^]*)/,At+"$1$`$1");case 4968:return vt(vt(n,/(.+:)(flex-)?(.*)/,At+"box-pack:$3"+rn+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+At+n+n;case 4200:if(!ta(n,/flex-|baseline/))return rn+"grid-column-align"+Qc(n,r)+n;break;case 2592:case 3360:return rn+vt(n,"template-","")+n;case 4384:case 3616:return l&&l.some(function(s,f){return r=f,ta(s.props,/grid-\w+-end/)})?~Xh(n+(l=l[r].value),"span",0)?n:rn+vt(n,"-start","")+n+rn+"grid-row-span:"+(~Xh(l,"span",0)?ta(l,/\d+/):+ta(l,/\d+/)-+ta(n,/\d+/))+";":rn+vt(n,"-start","")+n;case 4896:case 4128:return l&&l.some(function(s){return ta(s.props,/grid-\w+-start/)})?n:rn+vt(vt(n,"-end","-span"),"span ","")+n;case 4095:case 3583:case 4068:case 2532:return vt(n,/(.+)-inline(.+)/,At+"$1$2")+n;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(al(n)-1-r>6)switch(cr(n,r+1)){case 109:if(cr(n,r+4)!==45)break;case 102:return vt(n,/(.+:)(.+)-([^]+)/,"$1"+At+"$2-$3$1"+Dp+(cr(n,r+3)==108?"$3":"$2-$3"))+n;case 115:return~Xh(n,"stretch",0)?i5(vt(n,"stretch","fill-available"),r,l)+n:n}break;case 5152:case 5920:return vt(n,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(s,f,m,p,b,E,_){return rn+f+":"+m+_+(p?rn+f+"-span:"+(b?E:+E-+m)+_:"")+n});case 4949:if(cr(n,r+6)===121)return vt(n,":",":"+At)+n;break;case 6444:switch(cr(n,cr(n,14)===45?18:11)){case 120:return vt(n,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+At+(cr(n,14)===45?"inline-":"")+"box$3$1"+At+"$2$3$1"+rn+"$2box$3")+n;case 100:return vt(n,":",":"+rn)+n}break;case 5719:case 2647:case 2135:case 3927:case 2391:return vt(n,"scroll-","scroll-snap-")+n}return n}function rg(n,r){for(var l="",s=0;s<n.length;s++)l+=r(n[s],s,n,r)||"";return l}function DN(n,r,l,s){switch(n.type){case mN:if(n.children.length)break;case vN:case nx:return n.return=n.return||n.value;case qT:return"";case QT:return n.return=n.value+"{"+rg(n.children,s)+"}";case Qh:if(!al(n.value=n.props.join(",")))return""}return al(l=rg(n.children,s))?n.return=n.value+"{"+l+"}":""}function $N(n){var r=JT(n);return function(l,s,f,m){for(var p="",b=0;b<r;b++)p+=n[b](l,s,f,m)||"";return p}}function PN(n){return function(r){r.root||(r=r.return)&&n(r)}}function LN(n,r,l,s){if(n.length>-1&&!n.return)switch(n.type){case nx:n.return=i5(n.value,n.length,l);return;case QT:return rg([eu(n,{value:vt(n.value,"@","@"+At)})],s);case Qh:if(n.length)return gN(l=n.props,function(f){switch(ta(f,s=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Jc(eu(n,{props:[vt(f,/:(read-\w+)/,":"+Dp+"$1")]})),Jc(eu(n,{props:[f]})),ix(n,{props:e5(l,s)});break;case"::placeholder":Jc(eu(n,{props:[vt(f,/:(plac\w+)/,":"+At+"input-$1")]})),Jc(eu(n,{props:[vt(f,/:(plac\w+)/,":"+Dp+"$1")]})),Jc(eu(n,{props:[vt(f,/:(plac\w+)/,rn+"input-$1")]})),Jc(eu(n,{props:[f]})),ix(n,{props:e5(l,s)});break}return""})}}var MN={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},na=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",o5="active",ig="data-styled-version",gs="6.1.8",ux=`/*!sc*/
207
+ `,sx=typeof window<"u"&&"HTMLElement"in window,NN=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""?process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY:process.env.NODE_ENV!=="production"),AN={},l5=/invalid hook call/i,og=new Set,a5=function(n,r){if(process.env.NODE_ENV!=="production"){var l=r?' with the id of "'.concat(r,'"'):"",s="The component ".concat(n).concat(l,` has been created dynamically.
208
208
  `)+`You may see this warning because you've called styled inside another component.
209
- To resolve this only create new StyledComponents outside of any render method and function component.`,f=console.error;try{var h=!0;console.error=function(p){for(var b=[],E=1;E<arguments.length;E++)b[E-1]=arguments[E];n5.test(p)?(h=!1,rg.delete(c)):f.apply(void 0,Xa([p],b,!1))},x.useRef(),h&&!rg.has(c)&&(console.warn(c),rg.add(c))}catch(p){n5.test(p.message)&&rg.delete(c)}finally{console.error=f}}},ig=Object.freeze([]),Jc=Object.freeze({});function ax(n,r,l){return l===void 0&&(l=Jc),n.theme!==l.theme&&n.theme||r||l.theme}var ux=new Set(["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","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","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","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),PN=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,LN=/(^-|-$)/g;function i5(n){return n.replace(PN,"-").replace(LN,"")}var MN=/(a)(d)/gi,og=52,o5=function(n){return String.fromCharCode(n+(n>25?39:97))};function sx(n){var r,l="";for(r=Math.abs(n);r>og;r=r/og|0)l=o5(r%og)+l;return(o5(r%og)+l).replace(MN,"$1-$2")}var cx,l5=5381,gs=function(n,r){for(var l=r.length;l;)n=33*n^r.charCodeAt(--l);return n},a5=function(n){return gs(l5,n)};function dx(n){return sx(a5(n)>>>0)}function lg(n){return process.env.NODE_ENV!=="production"&&typeof n=="string"&&n||n.displayName||n.name||"Component"}function fx(n){return typeof n=="string"&&(process.env.NODE_ENV==="production"||n.charAt(0)===n.charAt(0).toLowerCase())}var u5=typeof Symbol=="function"&&Symbol.for,s5=u5?Symbol.for("react.memo"):60115,NN=u5?Symbol.for("react.forward_ref"):60112,AN={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},ON={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},c5={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},FN=((cx={})[NN]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},cx[s5]=c5,cx);function d5(n){return("type"in(r=n)&&r.type.$$typeof)===s5?c5:"$$typeof"in n?FN[n.$$typeof]:AN;var r}var RN=Object.defineProperty,zN=Object.getOwnPropertyNames,f5=Object.getOwnPropertySymbols,BN=Object.getOwnPropertyDescriptor,IN=Object.getPrototypeOf,p5=Object.prototype;function px(n,r,l){if(typeof r!="string"){if(p5){var c=IN(r);c&&c!==p5&&px(n,c,l)}var f=zN(r);f5&&(f=f.concat(f5(r)));for(var h=d5(n),p=d5(r),b=0;b<f.length;++b){var E=f[b];if(!(E in ON||l&&l[E]||p&&E in p||h&&E in h)){var S=BN(r,E);try{RN(n,E,S)}catch{}}}}return n}function ys(n){return typeof n=="function"}function ag(n){return typeof n=="object"&&"styledComponentId"in n}function bs(n,r){return n&&r?"".concat(n," ").concat(r):n||r||""}function Dp(n,r){if(n.length===0)return"";for(var l=n[0],c=1;c<n.length;c++)l+=r?r+n[c]:n[c];return l}function ed(n){return n!==null&&typeof n=="object"&&n.constructor.name===Object.name&&!("props"in n&&n.$$typeof)}function vx(n,r,l){if(l===void 0&&(l=!1),!l&&!ed(n)&&!Array.isArray(n))return r;if(Array.isArray(r))for(var c=0;c<r.length;c++)n[c]=vx(n[c],r[c]);else if(ed(r))for(var c in r)n[c]=vx(n[c],r[c]);return n}function mx(n,r){Object.defineProperty(n,"toString",{value:r})}var UN=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
209
+ To resolve this only create new StyledComponents outside of any render method and function component.`,f=console.error;try{var m=!0;console.error=function(p){for(var b=[],E=1;E<arguments.length;E++)b[E-1]=arguments[E];l5.test(p)?(m=!1,og.delete(s)):f.apply(void 0,Ja([p],b,!1))},x.useRef(),m&&!og.has(s)&&(console.warn(s),og.add(s))}catch(p){l5.test(p.message)&&og.delete(s)}finally{console.error=f}}},lg=Object.freeze([]),ed=Object.freeze({});function cx(n,r,l){return l===void 0&&(l=ed),n.theme!==l.theme&&n.theme||r||l.theme}var dx=new Set(["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","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","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","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),ON=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,FN=/(^-|-$)/g;function u5(n){return n.replace(ON,"-").replace(FN,"")}var RN=/(a)(d)/gi,ag=52,s5=function(n){return String.fromCharCode(n+(n>25?39:97))};function fx(n){var r,l="";for(r=Math.abs(n);r>ag;r=r/ag|0)l=s5(r%ag)+l;return(s5(r%ag)+l).replace(RN,"$1-$2")}var px,c5=5381,ys=function(n,r){for(var l=r.length;l;)n=33*n^r.charCodeAt(--l);return n},d5=function(n){return ys(c5,n)};function vx(n){return fx(d5(n)>>>0)}function ug(n){return process.env.NODE_ENV!=="production"&&typeof n=="string"&&n||n.displayName||n.name||"Component"}function mx(n){return typeof n=="string"&&(process.env.NODE_ENV==="production"||n.charAt(0)===n.charAt(0).toLowerCase())}var f5=typeof Symbol=="function"&&Symbol.for,p5=f5?Symbol.for("react.memo"):60115,zN=f5?Symbol.for("react.forward_ref"):60112,BN={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},IN={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},v5={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},UN=((px={})[zN]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},px[p5]=v5,px);function m5(n){return("type"in(r=n)&&r.type.$$typeof)===p5?v5:"$$typeof"in n?UN[n.$$typeof]:BN;var r}var HN=Object.defineProperty,VN=Object.getOwnPropertyNames,h5=Object.getOwnPropertySymbols,KN=Object.getOwnPropertyDescriptor,jN=Object.getPrototypeOf,g5=Object.prototype;function hx(n,r,l){if(typeof r!="string"){if(g5){var s=jN(r);s&&s!==g5&&hx(n,s,l)}var f=VN(r);h5&&(f=f.concat(h5(r)));for(var m=m5(n),p=m5(r),b=0;b<f.length;++b){var E=f[b];if(!(E in IN||l&&l[E]||p&&E in p||m&&E in m)){var _=KN(r,E);try{HN(n,E,_)}catch{}}}}return n}function bs(n){return typeof n=="function"}function sg(n){return typeof n=="object"&&"styledComponentId"in n}function xs(n,r){return n&&r?"".concat(n," ").concat(r):n||r||""}function Pp(n,r){if(n.length===0)return"";for(var l=n[0],s=1;s<n.length;s++)l+=r?r+n[s]:n[s];return l}function td(n){return n!==null&&typeof n=="object"&&n.constructor.name===Object.name&&!("props"in n&&n.$$typeof)}function gx(n,r,l){if(l===void 0&&(l=!1),!l&&!td(n)&&!Array.isArray(n))return r;if(Array.isArray(r))for(var s=0;s<r.length;s++)n[s]=gx(n[s],r[s]);else if(td(r))for(var s in r)n[s]=gx(n[s],r[s]);return n}function yx(n,r){Object.defineProperty(n,"toString",{value:r})}var WN=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
210
210
 
211
211
  `,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.
212
212
 
@@ -247,7 +247,7 @@ as for instance in your render method then you may be running into this limitati
247
247
 
248
248
  `,17:`CSSStyleSheet could not be found on HTMLStyleElement.
249
249
  Has styled-components' style tag been unmounted or altered by another script?
250
- `,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function HN(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];for(var l=n[0],c=[],f=1,h=n.length;f<h;f+=1)c.push(n[f]);return c.forEach(function(p){l=l.replace(/%[a-z]/,p)}),l}function gi(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(n," for more information.").concat(r.length>0?" Args: ".concat(r.join(", ")):"")):new Error(HN.apply(void 0,Xa([UN[n]],r,!1)).trim())}var VN=function(){function n(r){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=r}return n.prototype.indexOfGroup=function(r){for(var l=0,c=0;c<r;c++)l+=this.groupSizes[c];return l},n.prototype.insertRules=function(r,l){if(r>=this.groupSizes.length){for(var c=this.groupSizes,f=c.length,h=f;r>=h;)if((h<<=1)<0)throw gi(16,"".concat(r));this.groupSizes=new Uint32Array(h),this.groupSizes.set(c),this.length=h;for(var p=f;p<h;p++)this.groupSizes[p]=0}for(var b=this.indexOfGroup(r+1),E=(p=0,l.length);p<E;p++)this.tag.insertRule(b,l[p])&&(this.groupSizes[r]++,b++)},n.prototype.clearGroup=function(r){if(r<this.length){var l=this.groupSizes[r],c=this.indexOfGroup(r),f=c+l;this.groupSizes[r]=0;for(var h=c;h<f;h++)this.tag.deleteRule(c)}},n.prototype.getGroup=function(r){var l="";if(r>=this.length||this.groupSizes[r]===0)return l;for(var c=this.groupSizes[r],f=this.indexOfGroup(r),h=f+c,p=f;p<h;p++)l+="".concat(this.tag.getRule(p)).concat(ox);return l},n}(),ug=new Map,sg=new Map,cg=1,dg=function(n){if(ug.has(n))return ug.get(n);for(;sg.has(cg);)cg++;var r=cg++;if(process.env.NODE_ENV!=="production"&&((0|r)<0||r>1073741824))throw gi(16,"".concat(r));return ug.set(n,r),sg.set(r,n),r},KN=function(n,r){cg=r+1,ug.set(n,r),sg.set(r,n)},jN="style[".concat(ta,"][").concat(ng,'="').concat(hs,'"]'),WN=new RegExp("^".concat(ta,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),GN=function(n,r,l){for(var c,f=l.split(","),h=0,p=f.length;h<p;h++)(c=f[h])&&n.registerName(r,c)},YN=function(n,r){for(var l,c=((l=r.textContent)!==null&&l!==void 0?l:"").split(ox),f=[],h=0,p=c.length;h<p;h++){var b=c[h].trim();if(b){var E=b.match(WN);if(E){var S=0|parseInt(E[1],10),T=E[2];S!==0&&(KN(T,S),GN(n,T,E[3]),n.getTag().insertRules(S,f)),f.length=0}else f.push(b)}}};function hx(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var v5=function(n){var r=document.head,l=n||r,c=document.createElement("style"),f=function(b){var E=Array.from(b.querySelectorAll("style[".concat(ta,"]")));return E[E.length-1]}(l),h=f!==void 0?f.nextSibling:null;c.setAttribute(ta,t5),c.setAttribute(ng,hs);var p=hx();return p&&c.setAttribute("nonce",p),l.insertBefore(c,h),c},qN=function(){function n(r){this.element=v5(r),this.element.appendChild(document.createTextNode("")),this.sheet=function(l){if(l.sheet)return l.sheet;for(var c=document.styleSheets,f=0,h=c.length;f<h;f++){var p=c[f];if(p.ownerNode===l)return p}throw gi(17)}(this.element),this.length=0}return n.prototype.insertRule=function(r,l){try{return this.sheet.insertRule(l,r),this.length++,!0}catch{return!1}},n.prototype.deleteRule=function(r){this.sheet.deleteRule(r),this.length--},n.prototype.getRule=function(r){var l=this.sheet.cssRules[r];return l&&l.cssText?l.cssText:""},n}(),QN=function(){function n(r){this.element=v5(r),this.nodes=this.element.childNodes,this.length=0}return n.prototype.insertRule=function(r,l){if(r<=this.length&&r>=0){var c=document.createTextNode(l);return this.element.insertBefore(c,this.nodes[r]||null),this.length++,!0}return!1},n.prototype.deleteRule=function(r){this.element.removeChild(this.nodes[r]),this.length--},n.prototype.getRule=function(r){return r<this.length?this.nodes[r].textContent:""},n}(),XN=function(){function n(r){this.rules=[],this.length=0}return n.prototype.insertRule=function(r,l){return r<=this.length&&(this.rules.splice(r,0,l),this.length++,!0)},n.prototype.deleteRule=function(r){this.rules.splice(r,1),this.length--},n.prototype.getRule=function(r){return r<this.length?this.rules[r]:""},n}(),m5=lx,ZN={isServer:!lx,useCSSOMInjection:!DN},td=function(){function n(r,l,c){r===void 0&&(r=Jc),l===void 0&&(l={});var f=this;this.options=zn(zn({},ZN),r),this.gs=l,this.names=new Map(c),this.server=!!r.isServer,!this.server&&lx&&m5&&(m5=!1,function(h){for(var p=document.querySelectorAll(jN),b=0,E=p.length;b<E;b++){var S=p[b];S&&S.getAttribute(ta)!==t5&&(YN(h,S),S.parentNode&&S.parentNode.removeChild(S))}}(this)),mx(this,function(){return function(h){for(var p=h.getTag(),b=p.length,E="",S=function(_){var D=function(re){return sg.get(re)}(_);if(D===void 0)return"continue";var $=h.names.get(D),A=p.getGroup(_);if($===void 0||A.length===0)return"continue";var F="".concat(ta,".g").concat(_,'[id="').concat(D,'"]'),I="";$!==void 0&&$.forEach(function(re){re.length>0&&(I+="".concat(re,","))}),E+="".concat(A).concat(F,'{content:"').concat(I,'"}').concat(ox)},T=0;T<b;T++)S(T);return E}(f)})}return n.registerId=function(r){return dg(r)},n.prototype.reconstructWithOptions=function(r,l){return l===void 0&&(l=!0),new n(zn(zn({},this.options),r),this.gs,l&&this.names||void 0)},n.prototype.allocateGSInstance=function(r){return this.gs[r]=(this.gs[r]||0)+1},n.prototype.getTag=function(){return this.tag||(this.tag=(r=function(l){var c=l.useCSSOMInjection,f=l.target;return l.isServer?new XN(f):c?new qN(f):new QN(f)}(this.options),new VN(r)));var r},n.prototype.hasNameForId=function(r,l){return this.names.has(r)&&this.names.get(r).has(l)},n.prototype.registerName=function(r,l){if(dg(r),this.names.has(r))this.names.get(r).add(l);else{var c=new Set;c.add(l),this.names.set(r,c)}},n.prototype.insertRules=function(r,l,c){this.registerName(r,l),this.getTag().insertRules(dg(r),c)},n.prototype.clearNames=function(r){this.names.has(r)&&this.names.get(r).clear()},n.prototype.clearRules=function(r){this.getTag().clearGroup(dg(r)),this.clearNames(r)},n.prototype.clearTag=function(){this.tag=void 0},n}(),JN=/&/g,eA=/^\s*\/\/.*$/gm;function h5(n,r){return n.map(function(l){return l.type==="rule"&&(l.value="".concat(r," ").concat(l.value),l.value=l.value.replaceAll(",",",".concat(r," ")),l.props=l.props.map(function(c){return"".concat(r," ").concat(c)})),Array.isArray(l.children)&&l.type!=="@keyframes"&&(l.children=h5(l.children,r)),l})}function g5(n){var r,l,c,f=n===void 0?Jc:n,h=f.options,p=h===void 0?Jc:h,b=f.plugins,E=b===void 0?ig:b,S=function(D,$,A){return A.startsWith(l)&&A.endsWith(l)&&A.replaceAll(l,"").length>0?".".concat(r):D},T=E.slice();T.push(function(D){D.type===Yh&&D.value.includes("&")&&(D.props[0]=D.props[0].replace(JN,l).replace(c,S))}),p.prefix&&T.push(_N),T.push(CN);var _=function(D,$,A,F){$===void 0&&($=""),A===void 0&&(A=""),F===void 0&&(F="&"),r=F,l=$,c=new RegExp("\\".concat(l,"\\b"),"g");var I=D.replace(eA,""),re=kN(A||$?"".concat(A," ").concat($," { ").concat(I," }"):I);p.namespace&&(re=h5(re,p.namespace));var Q=[];return tg(re,SN(T.concat(wN(function(B){return Q.push(B)})))),Q};return _.hash=E.length?E.reduce(function(D,$){return $.name||gi(15),gs(D,$.name)},l5).toString():"",_}var y5=new td,gx=g5(),fg=x.createContext({shouldForwardProp:void 0,styleSheet:y5,stylis:gx}),tA=fg.Consumer,nA=x.createContext(void 0);function pg(){return x.useContext(fg)}function b5(n){var r=x.useState(n.stylisPlugins),l=r[0],c=r[1],f=pg().styleSheet,h=x.useMemo(function(){var E=f;return n.sheet?E=n.sheet:n.target&&(E=E.reconstructWithOptions({target:n.target},!1)),n.disableCSSOMInjection&&(E=E.reconstructWithOptions({useCSSOMInjection:!1})),E},[n.disableCSSOMInjection,n.sheet,n.target,f]),p=x.useMemo(function(){return g5({options:{namespace:n.namespace,prefix:n.enableVendorPrefixes},plugins:l})},[n.enableVendorPrefixes,n.namespace,l]);x.useEffect(function(){uN(l,n.stylisPlugins)||c(n.stylisPlugins)},[n.stylisPlugins]);var b=x.useMemo(function(){return{shouldForwardProp:n.shouldForwardProp,styleSheet:h,stylis:p}},[n.shouldForwardProp,h,p]);return x.createElement(fg.Provider,{value:b},x.createElement(nA.Provider,{value:p},n.children))}var yx=function(){function n(r,l){var c=this;this.inject=function(f,h){h===void 0&&(h=gx);var p=c.name+h.hash;f.hasNameForId(c.id,p)||f.insertRules(c.id,p,h(c.rules,p,"@keyframes"))},this.name=r,this.id="sc-keyframes-".concat(r),this.rules=l,mx(this,function(){throw gi(12,String(c.name))})}return n.prototype.getName=function(r){return r===void 0&&(r=gx),this.name+r.hash},n}(),rA=function(n){return n>="A"&&n<="Z"};function x5(n){for(var r="",l=0;l<n.length;l++){var c=n[l];if(l===1&&c==="-"&&n[0]==="-")return n;rA(c)?r+="-"+c.toLowerCase():r+=c}return r.startsWith("ms-")?"-"+r:r}var k5=function(n){return n==null||n===!1||n===""},E5=function(n){var r,l,c=[];for(var f in n){var h=n[f];n.hasOwnProperty(f)&&!k5(h)&&(Array.isArray(h)&&h.isCss||ys(h)?c.push("".concat(x5(f),":"),h,";"):ed(h)?c.push.apply(c,Xa(Xa(["".concat(f," {")],E5(h),!1),["}"],!1)):c.push("".concat(x5(f),": ").concat((r=f,(l=h)==null||typeof l=="boolean"||l===""?"":typeof l!="number"||l===0||r in TN||r.startsWith("--")?String(l).trim():"".concat(l,"px")),";")))}return c};function Ja(n,r,l,c){if(k5(n))return[];if(ag(n))return[".".concat(n.styledComponentId)];if(ys(n)){if(!ys(h=n)||h.prototype&&h.prototype.isReactComponent||!r)return[n];var f=n(r);return process.env.NODE_ENV==="production"||typeof f!="object"||Array.isArray(f)||f instanceof yx||ed(f)||f===null||console.error("".concat(lg(n)," 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.")),Ja(f,r,l,c)}var h;return n instanceof yx?l?(n.inject(l,c),[n.getName(c)]):[n]:ed(n)?E5(n):Array.isArray(n)?Array.prototype.concat.apply(ig,n.map(function(p){return Ja(p,r,l,c)})):[n.toString()]}function C5(n){for(var r=0;r<n.length;r+=1){var l=n[r];if(ys(l)&&!ag(l))return!1}return!0}var iA=a5(hs),oA=function(){function n(r,l,c){this.rules=r,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(c===void 0||c.isStatic)&&C5(r),this.componentId=l,this.baseHash=gs(iA,l),this.baseStyle=c,td.registerId(l)}return n.prototype.generateAndInjectStyles=function(r,l,c){var f=this.baseStyle?this.baseStyle.generateAndInjectStyles(r,l,c):"";if(this.isStatic&&!c.hash)if(this.staticRulesId&&l.hasNameForId(this.componentId,this.staticRulesId))f=bs(f,this.staticRulesId);else{var h=Dp(Ja(this.rules,r,l,c)),p=sx(gs(this.baseHash,h)>>>0);if(!l.hasNameForId(this.componentId,p)){var b=c(h,".".concat(p),void 0,this.componentId);l.insertRules(this.componentId,p,b)}f=bs(f,p),this.staticRulesId=p}else{for(var E=gs(this.baseHash,c.hash),S="",T=0;T<this.rules.length;T++){var _=this.rules[T];if(typeof _=="string")S+=_,process.env.NODE_ENV!=="production"&&(E=gs(E,_));else if(_){var D=Dp(Ja(_,r,l,c));E=gs(E,D+T),S+=D}}if(S){var $=sx(E>>>0);l.hasNameForId(this.componentId,$)||l.insertRules(this.componentId,$,c(S,".".concat($),void 0,this.componentId)),f=bs(f,$)}}return f},n}(),eu=x.createContext(void 0),lA=eu.Consumer;function aA(){var n=x.useContext(eu);if(!n)throw gi(18);return n}function uA(n){var r=x.useContext(eu),l=x.useMemo(function(){return function(c,f){if(!c)throw gi(14);if(ys(c)){var h=c(f);if(process.env.NODE_ENV!=="production"&&(h===null||Array.isArray(h)||typeof h!="object"))throw gi(7);return h}if(Array.isArray(c)||typeof c!="object")throw gi(8);return f?zn(zn({},f),c):c}(n.theme,r)},[n.theme,r]);return n.children?x.createElement(eu.Provider,{value:l},n.children):null}var bx={},S5=new Set;function sA(n,r,l){var c=ag(n),f=n,h=!fx(n),p=r.attrs,b=p===void 0?ig:p,E=r.componentId,S=E===void 0?function(Y,R){var j=typeof Y!="string"?"sc":i5(Y);bx[j]=(bx[j]||0)+1;var ne="".concat(j,"-").concat(dx(hs+j+bx[j]));return R?"".concat(R,"-").concat(ne):ne}(r.displayName,r.parentComponentId):E,T=r.displayName,_=T===void 0?function(Y){return fx(Y)?"styled.".concat(Y):"Styled(".concat(lg(Y),")")}(n):T,D=r.displayName&&r.componentId?"".concat(i5(r.displayName),"-").concat(r.componentId):r.componentId||S,$=c&&f.attrs?f.attrs.concat(b).filter(Boolean):b,A=r.shouldForwardProp;if(c&&f.shouldForwardProp){var F=f.shouldForwardProp;if(r.shouldForwardProp){var I=r.shouldForwardProp;A=function(Y,R){return F(Y,R)&&I(Y,R)}}else A=F}var re=new oA(l,D,c?f.componentStyle:void 0);function Q(Y,R){return function(j,ne,M){var ue=j.attrs,K=j.componentStyle,W=j.defaultProps,ye=j.foldedComponentIds,q=j.styledComponentId,oe=j.target,Se=x.useContext(eu),Ee=pg(),ge=j.shouldForwardProp||Ee.shouldForwardProp;process.env.NODE_ENV!=="production"&&x.useDebugValue(q);var pe=ax(ne,Se,W)||Jc,X=function(Be,Fe,_e){for(var $e,je=zn(zn({},Fe),{className:void 0,theme:_e}),Xe=0;Xe<Be.length;Xe+=1){var mt=ys($e=Be[Xe])?$e(je):$e;for(var De in mt)je[De]=De==="className"?bs(je[De],mt[De]):De==="style"?zn(zn({},je[De]),mt[De]):mt[De]}return Fe.className&&(je.className=bs(je.className,Fe.className)),je}(ue,ne,pe),G=X.as||oe,xe={};for(var fe in X)X[fe]===void 0||fe[0]==="$"||fe==="as"||fe==="theme"&&X.theme===pe||(fe==="forwardedAs"?xe.as=X.forwardedAs:ge&&!ge(fe,G)||(xe[fe]=X[fe],ge||process.env.NODE_ENV!=="development"||lN(fe)||S5.has(fe)||!ux.has(G)||(S5.add(fe),console.warn('styled-components: it looks like an unknown prop "'.concat(fe,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var Me=function(Be,Fe){var _e=pg(),$e=Be.generateAndInjectStyles(Fe,_e.styleSheet,_e.stylis);return process.env.NODE_ENV!=="production"&&x.useDebugValue($e),$e}(K,X);process.env.NODE_ENV!=="production"&&j.warnTooManyClasses&&j.warnTooManyClasses(Me);var Ue=bs(ye,q);return Me&&(Ue+=" "+Me),X.className&&(Ue+=" "+X.className),xe[fx(G)&&!ux.has(G)?"class":"className"]=Ue,xe.ref=M,x.createElement(G,xe)}(B,Y,R)}Q.displayName=_;var B=x.forwardRef(Q);return B.attrs=$,B.componentStyle=re,B.displayName=_,B.shouldForwardProp=A,B.foldedComponentIds=c?bs(f.foldedComponentIds,f.styledComponentId):"",B.styledComponentId=D,B.target=c?f.target:n,Object.defineProperty(B,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(Y){this._foldedDefaultProps=c?function(R){for(var j=[],ne=1;ne<arguments.length;ne++)j[ne-1]=arguments[ne];for(var M=0,ue=j;M<ue.length;M++)vx(R,ue[M],!0);return R}({},f.defaultProps,Y):Y}}),process.env.NODE_ENV!=="production"&&(r5(_,D),B.warnTooManyClasses=function(Y,R){var j={},ne=!1;return function(M){if(!ne&&(j[M]=!0,Object.keys(j).length>=200)){var ue=R?' with the id of "'.concat(R,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(Y).concat(ue,`.
250
+ `,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function GN(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];for(var l=n[0],s=[],f=1,m=n.length;f<m;f+=1)s.push(n[f]);return s.forEach(function(p){l=l.replace(/%[a-z]/,p)}),l}function yi(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(n," for more information.").concat(r.length>0?" Args: ".concat(r.join(", ")):"")):new Error(GN.apply(void 0,Ja([WN[n]],r,!1)).trim())}var YN=function(){function n(r){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=r}return n.prototype.indexOfGroup=function(r){for(var l=0,s=0;s<r;s++)l+=this.groupSizes[s];return l},n.prototype.insertRules=function(r,l){if(r>=this.groupSizes.length){for(var s=this.groupSizes,f=s.length,m=f;r>=m;)if((m<<=1)<0)throw yi(16,"".concat(r));this.groupSizes=new Uint32Array(m),this.groupSizes.set(s),this.length=m;for(var p=f;p<m;p++)this.groupSizes[p]=0}for(var b=this.indexOfGroup(r+1),E=(p=0,l.length);p<E;p++)this.tag.insertRule(b,l[p])&&(this.groupSizes[r]++,b++)},n.prototype.clearGroup=function(r){if(r<this.length){var l=this.groupSizes[r],s=this.indexOfGroup(r),f=s+l;this.groupSizes[r]=0;for(var m=s;m<f;m++)this.tag.deleteRule(s)}},n.prototype.getGroup=function(r){var l="";if(r>=this.length||this.groupSizes[r]===0)return l;for(var s=this.groupSizes[r],f=this.indexOfGroup(r),m=f+s,p=f;p<m;p++)l+="".concat(this.tag.getRule(p)).concat(ux);return l},n}(),cg=new Map,dg=new Map,fg=1,pg=function(n){if(cg.has(n))return cg.get(n);for(;dg.has(fg);)fg++;var r=fg++;if(process.env.NODE_ENV!=="production"&&((0|r)<0||r>1073741824))throw yi(16,"".concat(r));return cg.set(n,r),dg.set(r,n),r},qN=function(n,r){fg=r+1,cg.set(n,r),dg.set(r,n)},QN="style[".concat(na,"][").concat(ig,'="').concat(gs,'"]'),XN=new RegExp("^".concat(na,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),ZN=function(n,r,l){for(var s,f=l.split(","),m=0,p=f.length;m<p;m++)(s=f[m])&&n.registerName(r,s)},JN=function(n,r){for(var l,s=((l=r.textContent)!==null&&l!==void 0?l:"").split(ux),f=[],m=0,p=s.length;m<p;m++){var b=s[m].trim();if(b){var E=b.match(XN);if(E){var _=0|parseInt(E[1],10),T=E[2];_!==0&&(qN(T,_),ZN(n,T,E[3]),n.getTag().insertRules(_,f)),f.length=0}else f.push(b)}}};function bx(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var y5=function(n){var r=document.head,l=n||r,s=document.createElement("style"),f=function(b){var E=Array.from(b.querySelectorAll("style[".concat(na,"]")));return E[E.length-1]}(l),m=f!==void 0?f.nextSibling:null;s.setAttribute(na,o5),s.setAttribute(ig,gs);var p=bx();return p&&s.setAttribute("nonce",p),l.insertBefore(s,m),s},eA=function(){function n(r){this.element=y5(r),this.element.appendChild(document.createTextNode("")),this.sheet=function(l){if(l.sheet)return l.sheet;for(var s=document.styleSheets,f=0,m=s.length;f<m;f++){var p=s[f];if(p.ownerNode===l)return p}throw yi(17)}(this.element),this.length=0}return n.prototype.insertRule=function(r,l){try{return this.sheet.insertRule(l,r),this.length++,!0}catch{return!1}},n.prototype.deleteRule=function(r){this.sheet.deleteRule(r),this.length--},n.prototype.getRule=function(r){var l=this.sheet.cssRules[r];return l&&l.cssText?l.cssText:""},n}(),tA=function(){function n(r){this.element=y5(r),this.nodes=this.element.childNodes,this.length=0}return n.prototype.insertRule=function(r,l){if(r<=this.length&&r>=0){var s=document.createTextNode(l);return this.element.insertBefore(s,this.nodes[r]||null),this.length++,!0}return!1},n.prototype.deleteRule=function(r){this.element.removeChild(this.nodes[r]),this.length--},n.prototype.getRule=function(r){return r<this.length?this.nodes[r].textContent:""},n}(),nA=function(){function n(r){this.rules=[],this.length=0}return n.prototype.insertRule=function(r,l){return r<=this.length&&(this.rules.splice(r,0,l),this.length++,!0)},n.prototype.deleteRule=function(r){this.rules.splice(r,1),this.length--},n.prototype.getRule=function(r){return r<this.length?this.rules[r]:""},n}(),b5=sx,rA={isServer:!sx,useCSSOMInjection:!NN},nd=function(){function n(r,l,s){r===void 0&&(r=ed),l===void 0&&(l={});var f=this;this.options=zn(zn({},rA),r),this.gs=l,this.names=new Map(s),this.server=!!r.isServer,!this.server&&sx&&b5&&(b5=!1,function(m){for(var p=document.querySelectorAll(QN),b=0,E=p.length;b<E;b++){var _=p[b];_&&_.getAttribute(na)!==o5&&(JN(m,_),_.parentNode&&_.parentNode.removeChild(_))}}(this)),yx(this,function(){return function(m){for(var p=m.getTag(),b=p.length,E="",_=function(w){var D=function(re){return dg.get(re)}(w);if(D===void 0)return"continue";var $=m.names.get(D),A=p.getGroup(w);if($===void 0||A.length===0)return"continue";var F="".concat(na,".g").concat(w,'[id="').concat(D,'"]'),I="";$!==void 0&&$.forEach(function(re){re.length>0&&(I+="".concat(re,","))}),E+="".concat(A).concat(F,'{content:"').concat(I,'"}').concat(ux)},T=0;T<b;T++)_(T);return E}(f)})}return n.registerId=function(r){return pg(r)},n.prototype.reconstructWithOptions=function(r,l){return l===void 0&&(l=!0),new n(zn(zn({},this.options),r),this.gs,l&&this.names||void 0)},n.prototype.allocateGSInstance=function(r){return this.gs[r]=(this.gs[r]||0)+1},n.prototype.getTag=function(){return this.tag||(this.tag=(r=function(l){var s=l.useCSSOMInjection,f=l.target;return l.isServer?new nA(f):s?new eA(f):new tA(f)}(this.options),new YN(r)));var r},n.prototype.hasNameForId=function(r,l){return this.names.has(r)&&this.names.get(r).has(l)},n.prototype.registerName=function(r,l){if(pg(r),this.names.has(r))this.names.get(r).add(l);else{var s=new Set;s.add(l),this.names.set(r,s)}},n.prototype.insertRules=function(r,l,s){this.registerName(r,l),this.getTag().insertRules(pg(r),s)},n.prototype.clearNames=function(r){this.names.has(r)&&this.names.get(r).clear()},n.prototype.clearRules=function(r){this.getTag().clearGroup(pg(r)),this.clearNames(r)},n.prototype.clearTag=function(){this.tag=void 0},n}(),iA=/&/g,oA=/^\s*\/\/.*$/gm;function x5(n,r){return n.map(function(l){return l.type==="rule"&&(l.value="".concat(r," ").concat(l.value),l.value=l.value.replaceAll(",",",".concat(r," ")),l.props=l.props.map(function(s){return"".concat(r," ").concat(s)})),Array.isArray(l.children)&&l.type!=="@keyframes"&&(l.children=x5(l.children,r)),l})}function k5(n){var r,l,s,f=n===void 0?ed:n,m=f.options,p=m===void 0?ed:m,b=f.plugins,E=b===void 0?lg:b,_=function(D,$,A){return A.startsWith(l)&&A.endsWith(l)&&A.replaceAll(l,"").length>0?".".concat(r):D},T=E.slice();T.push(function(D){D.type===Qh&&D.value.includes("&")&&(D.props[0]=D.props[0].replace(iA,l).replace(s,_))}),p.prefix&&T.push(LN),T.push(DN);var w=function(D,$,A,F){$===void 0&&($=""),A===void 0&&(A=""),F===void 0&&(F="&"),r=F,l=$,s=new RegExp("\\".concat(l,"\\b"),"g");var I=D.replace(oA,""),re=wN(A||$?"".concat(A," ").concat($," { ").concat(I," }"):I);p.namespace&&(re=x5(re,p.namespace));var q=[];return rg(re,$N(T.concat(PN(function(B){return q.push(B)})))),q};return w.hash=E.length?E.reduce(function(D,$){return $.name||yi(15),ys(D,$.name)},c5).toString():"",w}var E5=new nd,xx=k5(),vg=x.createContext({shouldForwardProp:void 0,styleSheet:E5,stylis:xx}),lA=vg.Consumer,aA=x.createContext(void 0);function mg(){return x.useContext(vg)}function C5(n){var r=x.useState(n.stylisPlugins),l=r[0],s=r[1],f=mg().styleSheet,m=x.useMemo(function(){var E=f;return n.sheet?E=n.sheet:n.target&&(E=E.reconstructWithOptions({target:n.target},!1)),n.disableCSSOMInjection&&(E=E.reconstructWithOptions({useCSSOMInjection:!1})),E},[n.disableCSSOMInjection,n.sheet,n.target,f]),p=x.useMemo(function(){return k5({options:{namespace:n.namespace,prefix:n.enableVendorPrefixes},plugins:l})},[n.enableVendorPrefixes,n.namespace,l]);x.useEffect(function(){pN(l,n.stylisPlugins)||s(n.stylisPlugins)},[n.stylisPlugins]);var b=x.useMemo(function(){return{shouldForwardProp:n.shouldForwardProp,styleSheet:m,stylis:p}},[n.shouldForwardProp,m,p]);return x.createElement(vg.Provider,{value:b},x.createElement(aA.Provider,{value:p},n.children))}var kx=function(){function n(r,l){var s=this;this.inject=function(f,m){m===void 0&&(m=xx);var p=s.name+m.hash;f.hasNameForId(s.id,p)||f.insertRules(s.id,p,m(s.rules,p,"@keyframes"))},this.name=r,this.id="sc-keyframes-".concat(r),this.rules=l,yx(this,function(){throw yi(12,String(s.name))})}return n.prototype.getName=function(r){return r===void 0&&(r=xx),this.name+r.hash},n}(),uA=function(n){return n>="A"&&n<="Z"};function _5(n){for(var r="",l=0;l<n.length;l++){var s=n[l];if(l===1&&s==="-"&&n[0]==="-")return n;uA(s)?r+="-"+s.toLowerCase():r+=s}return r.startsWith("ms-")?"-"+r:r}var S5=function(n){return n==null||n===!1||n===""},w5=function(n){var r,l,s=[];for(var f in n){var m=n[f];n.hasOwnProperty(f)&&!S5(m)&&(Array.isArray(m)&&m.isCss||bs(m)?s.push("".concat(_5(f),":"),m,";"):td(m)?s.push.apply(s,Ja(Ja(["".concat(f," {")],w5(m),!1),["}"],!1)):s.push("".concat(_5(f),": ").concat((r=f,(l=m)==null||typeof l=="boolean"||l===""?"":typeof l!="number"||l===0||r in MN||r.startsWith("--")?String(l).trim():"".concat(l,"px")),";")))}return s};function tu(n,r,l,s){if(S5(n))return[];if(sg(n))return[".".concat(n.styledComponentId)];if(bs(n)){if(!bs(m=n)||m.prototype&&m.prototype.isReactComponent||!r)return[n];var f=n(r);return process.env.NODE_ENV==="production"||typeof f!="object"||Array.isArray(f)||f instanceof kx||td(f)||f===null||console.error("".concat(ug(n)," 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.")),tu(f,r,l,s)}var m;return n instanceof kx?l?(n.inject(l,s),[n.getName(s)]):[n]:td(n)?w5(n):Array.isArray(n)?Array.prototype.concat.apply(lg,n.map(function(p){return tu(p,r,l,s)})):[n.toString()]}function T5(n){for(var r=0;r<n.length;r+=1){var l=n[r];if(bs(l)&&!sg(l))return!1}return!0}var sA=d5(gs),cA=function(){function n(r,l,s){this.rules=r,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(s===void 0||s.isStatic)&&T5(r),this.componentId=l,this.baseHash=ys(sA,l),this.baseStyle=s,nd.registerId(l)}return n.prototype.generateAndInjectStyles=function(r,l,s){var f=this.baseStyle?this.baseStyle.generateAndInjectStyles(r,l,s):"";if(this.isStatic&&!s.hash)if(this.staticRulesId&&l.hasNameForId(this.componentId,this.staticRulesId))f=xs(f,this.staticRulesId);else{var m=Pp(tu(this.rules,r,l,s)),p=fx(ys(this.baseHash,m)>>>0);if(!l.hasNameForId(this.componentId,p)){var b=s(m,".".concat(p),void 0,this.componentId);l.insertRules(this.componentId,p,b)}f=xs(f,p),this.staticRulesId=p}else{for(var E=ys(this.baseHash,s.hash),_="",T=0;T<this.rules.length;T++){var w=this.rules[T];if(typeof w=="string")_+=w,process.env.NODE_ENV!=="production"&&(E=ys(E,w));else if(w){var D=Pp(tu(w,r,l,s));E=ys(E,D+T),_+=D}}if(_){var $=fx(E>>>0);l.hasNameForId(this.componentId,$)||l.insertRules(this.componentId,$,s(_,".".concat($),void 0,this.componentId)),f=xs(f,$)}}return f},n}(),nu=x.createContext(void 0),dA=nu.Consumer;function fA(){var n=x.useContext(nu);if(!n)throw yi(18);return n}function pA(n){var r=x.useContext(nu),l=x.useMemo(function(){return function(s,f){if(!s)throw yi(14);if(bs(s)){var m=s(f);if(process.env.NODE_ENV!=="production"&&(m===null||Array.isArray(m)||typeof m!="object"))throw yi(7);return m}if(Array.isArray(s)||typeof s!="object")throw yi(8);return f?zn(zn({},f),s):s}(n.theme,r)},[n.theme,r]);return n.children?x.createElement(nu.Provider,{value:l},n.children):null}var Ex={},D5=new Set;function vA(n,r,l){var s=sg(n),f=n,m=!mx(n),p=r.attrs,b=p===void 0?lg:p,E=r.componentId,_=E===void 0?function(W,R){var j=typeof W!="string"?"sc":u5(W);Ex[j]=(Ex[j]||0)+1;var ne="".concat(j,"-").concat(vx(gs+j+Ex[j]));return R?"".concat(R,"-").concat(ne):ne}(r.displayName,r.parentComponentId):E,T=r.displayName,w=T===void 0?function(W){return mx(W)?"styled.".concat(W):"Styled(".concat(ug(W),")")}(n):T,D=r.displayName&&r.componentId?"".concat(u5(r.displayName),"-").concat(r.componentId):r.componentId||_,$=s&&f.attrs?f.attrs.concat(b).filter(Boolean):b,A=r.shouldForwardProp;if(s&&f.shouldForwardProp){var F=f.shouldForwardProp;if(r.shouldForwardProp){var I=r.shouldForwardProp;A=function(W,R){return F(W,R)&&I(W,R)}}else A=F}var re=new cA(l,D,s?f.componentStyle:void 0);function q(W,R){return function(j,ne,M){var ue=j.attrs,K=j.componentStyle,G=j.defaultProps,be=j.foldedComponentIds,Q=j.styledComponentId,oe=j.target,_e=x.useContext(nu),Ce=mg(),ye=j.shouldForwardProp||Ce.shouldForwardProp;process.env.NODE_ENV!=="production"&&x.useDebugValue(Q);var pe=cx(ne,_e,G)||ed,X=function(Be,Fe,we){for(var $e,je=zn(zn({},Fe),{className:void 0,theme:we}),Xe=0;Xe<Be.length;Xe+=1){var mt=bs($e=Be[Xe])?$e(je):$e;for(var De in mt)je[De]=De==="className"?xs(je[De],mt[De]):De==="style"?zn(zn({},je[De]),mt[De]):mt[De]}return Fe.className&&(je.className=xs(je.className,Fe.className)),je}(ue,ne,pe),Y=X.as||oe,ke={};for(var fe in X)X[fe]===void 0||fe[0]==="$"||fe==="as"||fe==="theme"&&X.theme===pe||(fe==="forwardedAs"?ke.as=X.forwardedAs:ye&&!ye(fe,Y)||(ke[fe]=X[fe],ye||process.env.NODE_ENV!=="development"||dN(fe)||D5.has(fe)||!dx.has(Y)||(D5.add(fe),console.warn('styled-components: it looks like an unknown prop "'.concat(fe,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var Me=function(Be,Fe){var we=mg(),$e=Be.generateAndInjectStyles(Fe,we.styleSheet,we.stylis);return process.env.NODE_ENV!=="production"&&x.useDebugValue($e),$e}(K,X);process.env.NODE_ENV!=="production"&&j.warnTooManyClasses&&j.warnTooManyClasses(Me);var Ue=xs(be,Q);return Me&&(Ue+=" "+Me),X.className&&(Ue+=" "+X.className),ke[mx(Y)&&!dx.has(Y)?"class":"className"]=Ue,ke.ref=M,x.createElement(Y,ke)}(B,W,R)}q.displayName=w;var B=x.forwardRef(q);return B.attrs=$,B.componentStyle=re,B.displayName=w,B.shouldForwardProp=A,B.foldedComponentIds=s?xs(f.foldedComponentIds,f.styledComponentId):"",B.styledComponentId=D,B.target=s?f.target:n,Object.defineProperty(B,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(W){this._foldedDefaultProps=s?function(R){for(var j=[],ne=1;ne<arguments.length;ne++)j[ne-1]=arguments[ne];for(var M=0,ue=j;M<ue.length;M++)gx(R,ue[M],!0);return R}({},f.defaultProps,W):W}}),process.env.NODE_ENV!=="production"&&(a5(w,D),B.warnTooManyClasses=function(W,R){var j={},ne=!1;return function(M){if(!ne&&(j[M]=!0,Object.keys(j).length>=200)){var ue=R?' with the id of "'.concat(R,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(W).concat(ue,`.
251
251
  `)+`Consider using the attrs method, together with a style object for frequently changed styles.
252
252
  Example:
253
253
  const Component = styled.div.attrs(props => ({
@@ -256,8 +256,8 @@ Example:
256
256
  },
257
257
  }))\`width: 100%;\`
258
258
 
259
- <Component />`),ne=!0,j={}}}}(_,D)),mx(B,function(){return".".concat(B.styledComponentId)}),h&&px(B,n,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),B}function w5(n,r){for(var l=[n[0]],c=0,f=r.length;c<f;c+=1)l.push(r[c],n[c+1]);return l}var _5=function(n){return Object.assign(n,{isCss:!0})};function vg(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];if(ys(n)||ed(n))return _5(Ja(w5(ig,Xa([n],r,!0))));var c=n;return r.length===0&&c.length===1&&typeof c[0]=="string"?Ja(c):_5(Ja(w5(c,r)))}function xx(n,r,l){if(l===void 0&&(l=Jc),!r)throw gi(1,r);var c=function(f){for(var h=[],p=1;p<arguments.length;p++)h[p-1]=arguments[p];return n(r,l,vg.apply(void 0,Xa([f],h,!1)))};return c.attrs=function(f){return xx(n,r,zn(zn({},l),{attrs:Array.prototype.concat(l.attrs,f).filter(Boolean)}))},c.withConfig=function(f){return xx(n,r,zn(zn({},l),f))},c}var T5=function(n){return xx(sA,n)},kx=T5;ux.forEach(function(n){kx[n]=T5(n)});var cA=function(){function n(r,l){this.rules=r,this.componentId=l,this.isStatic=C5(r),td.registerId(this.componentId+1)}return n.prototype.createStyles=function(r,l,c,f){var h=f(Dp(Ja(this.rules,l,c,f)),""),p=this.componentId+r;c.insertRules(p,p,h)},n.prototype.removeStyles=function(r,l){l.clearRules(this.componentId+r)},n.prototype.renderStyles=function(r,l,c,f){r>2&&td.registerId(this.componentId+r),this.removeStyles(r,c),this.createStyles(r,l,c,f)},n}();function dA(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];var c=vg.apply(void 0,Xa([n],r,!1)),f="sc-global-".concat(dx(JSON.stringify(c))),h=new cA(c,f);process.env.NODE_ENV!=="production"&&r5(f);var p=function(E){var S=pg(),T=x.useContext(eu),_=x.useRef(S.styleSheet.allocateGSInstance(f)).current;return process.env.NODE_ENV!=="production"&&x.Children.count(E.children)&&console.warn("The global style component ".concat(f," was given child JSX. createGlobalStyle does not render children.")),process.env.NODE_ENV!=="production"&&c.some(function(D){return typeof D=="string"&&D.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."),S.styleSheet.server&&b(_,E,S.styleSheet,T,S.stylis),x.useLayoutEffect(function(){if(!S.styleSheet.server)return b(_,E,S.styleSheet,T,S.stylis),function(){return h.removeStyles(_,S.styleSheet)}},[_,E,S.styleSheet,T,S.stylis]),null};function b(E,S,T,_,D){if(h.isStatic)h.renderStyles(E,$N,T,D);else{var $=zn(zn({},S),{theme:ax(S,_,p.defaultProps)});h.renderStyles(E,$,T,D)}}return x.memo(p)}function fA(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");var c=Dp(vg.apply(void 0,Xa([n],r,!1))),f=dx(c);return new yx(f,c)}function pA(n){var r=x.forwardRef(function(l,c){var f=ax(l,x.useContext(eu),n.defaultProps);return process.env.NODE_ENV!=="production"&&f===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'.concat(lg(n),'"')),x.createElement(n,zn({},l,{theme:f,ref:c}))});return r.displayName="WithTheme(".concat(lg(n),")"),px(r,n)}var vA=function(){function n(){var r=this;this._emitSheetCSS=function(){var l=r.instance.toString(),c=hx(),f=Dp([c&&'nonce="'.concat(c,'"'),"".concat(ta,'="true"'),"".concat(ng,'="').concat(hs,'"')].filter(Boolean)," ");return"<style ".concat(f,">").concat(l,"</style>")},this.getStyleTags=function(){if(r.sealed)throw gi(2);return r._emitSheetCSS()},this.getStyleElement=function(){var l;if(r.sealed)throw gi(2);var c=((l={})[ta]="",l[ng]=hs,l.dangerouslySetInnerHTML={__html:r.instance.toString()},l),f=hx();return f&&(c.nonce=f),[x.createElement("style",zn({},c,{key:"sc-0-0"}))]},this.seal=function(){r.sealed=!0},this.instance=new td({isServer:!0}),this.sealed=!1}return n.prototype.collectStyles=function(r){if(this.sealed)throw gi(2);return x.createElement(b5,{sheet:this.instance},r)},n.prototype.interleaveWithNodeStream=function(r){throw gi(3)},n}(),mA={StyleSheet:td,mainSheet:y5};process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
259
+ <Component />`),ne=!0,j={}}}}(w,D)),yx(B,function(){return".".concat(B.styledComponentId)}),m&&hx(B,n,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),B}function $5(n,r){for(var l=[n[0]],s=0,f=r.length;s<f;s+=1)l.push(r[s],n[s+1]);return l}var P5=function(n){return Object.assign(n,{isCss:!0})};function hg(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];if(bs(n)||td(n))return P5(tu($5(lg,Ja([n],r,!0))));var s=n;return r.length===0&&s.length===1&&typeof s[0]=="string"?tu(s):P5(tu($5(s,r)))}function Cx(n,r,l){if(l===void 0&&(l=ed),!r)throw yi(1,r);var s=function(f){for(var m=[],p=1;p<arguments.length;p++)m[p-1]=arguments[p];return n(r,l,hg.apply(void 0,Ja([f],m,!1)))};return s.attrs=function(f){return Cx(n,r,zn(zn({},l),{attrs:Array.prototype.concat(l.attrs,f).filter(Boolean)}))},s.withConfig=function(f){return Cx(n,r,zn(zn({},l),f))},s}var L5=function(n){return Cx(vA,n)},_x=L5;dx.forEach(function(n){_x[n]=L5(n)});var mA=function(){function n(r,l){this.rules=r,this.componentId=l,this.isStatic=T5(r),nd.registerId(this.componentId+1)}return n.prototype.createStyles=function(r,l,s,f){var m=f(Pp(tu(this.rules,l,s,f)),""),p=this.componentId+r;s.insertRules(p,p,m)},n.prototype.removeStyles=function(r,l){l.clearRules(this.componentId+r)},n.prototype.renderStyles=function(r,l,s,f){r>2&&nd.registerId(this.componentId+r),this.removeStyles(r,s),this.createStyles(r,l,s,f)},n}();function hA(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];var s=hg.apply(void 0,Ja([n],r,!1)),f="sc-global-".concat(vx(JSON.stringify(s))),m=new mA(s,f);process.env.NODE_ENV!=="production"&&a5(f);var p=function(E){var _=mg(),T=x.useContext(nu),w=x.useRef(_.styleSheet.allocateGSInstance(f)).current;return process.env.NODE_ENV!=="production"&&x.Children.count(E.children)&&console.warn("The global style component ".concat(f," was given child JSX. createGlobalStyle does not render children.")),process.env.NODE_ENV!=="production"&&s.some(function(D){return typeof D=="string"&&D.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."),_.styleSheet.server&&b(w,E,_.styleSheet,T,_.stylis),x.useLayoutEffect(function(){if(!_.styleSheet.server)return b(w,E,_.styleSheet,T,_.stylis),function(){return m.removeStyles(w,_.styleSheet)}},[w,E,_.styleSheet,T,_.stylis]),null};function b(E,_,T,w,D){if(m.isStatic)m.renderStyles(E,AN,T,D);else{var $=zn(zn({},_),{theme:cx(_,w,p.defaultProps)});m.renderStyles(E,$,T,D)}}return x.memo(p)}function gA(n){for(var r=[],l=1;l<arguments.length;l++)r[l-1]=arguments[l];process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");var s=Pp(hg.apply(void 0,Ja([n],r,!1))),f=vx(s);return new kx(f,s)}function yA(n){var r=x.forwardRef(function(l,s){var f=cx(l,x.useContext(nu),n.defaultProps);return process.env.NODE_ENV!=="production"&&f===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'.concat(ug(n),'"')),x.createElement(n,zn({},l,{theme:f,ref:s}))});return r.displayName="WithTheme(".concat(ug(n),")"),hx(r,n)}var bA=function(){function n(){var r=this;this._emitSheetCSS=function(){var l=r.instance.toString(),s=bx(),f=Pp([s&&'nonce="'.concat(s,'"'),"".concat(na,'="true"'),"".concat(ig,'="').concat(gs,'"')].filter(Boolean)," ");return"<style ".concat(f,">").concat(l,"</style>")},this.getStyleTags=function(){if(r.sealed)throw yi(2);return r._emitSheetCSS()},this.getStyleElement=function(){var l;if(r.sealed)throw yi(2);var s=((l={})[na]="",l[ig]=gs,l.dangerouslySetInnerHTML={__html:r.instance.toString()},l),f=bx();return f&&(s.nonce=f),[x.createElement("style",zn({},s,{key:"sc-0-0"}))]},this.seal=function(){r.sealed=!0},this.instance=new nd({isServer:!0}),this.sealed=!1}return n.prototype.collectStyles=function(r){if(this.sealed)throw yi(2);return x.createElement(C5,{sheet:this.instance},r)},n.prototype.interleaveWithNodeStream=function(r){throw yi(3)},n}(),xA={StyleSheet:nd,mainSheet:E5};process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
260
260
  Perhaps you're looking to import 'styled-components/native'?
261
- Read more about this at https://www.styled-components.com/docs/basics#react-native`);var mg="__sc-".concat(ta,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[mg]||(window[mg]=0),window[mg]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
261
+ Read more about this at https://www.styled-components.com/docs/basics#react-native`);var gg="__sc-".concat(na,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[gg]||(window[gg]=0),window[gg]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
262
262
 
263
- See https://s-c.sh/2BAXzed for more info.`),window[mg]+=1);const hA=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:vA,StyleSheetConsumer:tA,StyleSheetContext:fg,StyleSheetManager:b5,ThemeConsumer:lA,ThemeContext:eu,ThemeProvider:uA,__PRIVATE__:mA,createGlobalStyle:dA,css:vg,default:kx,isStyledComponent:ag,keyframes:fA,styled:kx,useTheme:aA,version:hs,withTheme:pA},Symbol.toStringTag,{value:"Module"})),gA=YM(hA);oo.__esModule=!0,oo.default=oo.BaseIconUI=void 0;var yA=D5(rN),bA=D5(gA),xA=Ce;function D5(n){return n&&n.__esModule?n:{default:n}}const $5=(0,bA.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);oo.BaseIconUI=$5;function Ex({svg:n='<svg width="20" height="20">test</svg>',...r}){const l=document.createElement("div");return l.innerHTML=n,(0,xA.jsx)($5,{...r,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:n}})}Ex.propTypes={svg:yA.default.string},Ex.displayName="BaseIcon";var kA=Ex;oo.default=kA;var P5=void 0,EA=SA(oo),CA=Ce;function SA(n){return n&&n.__esModule?n:{default:n}}const wA='<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 L5(n){return(0,CA.jsx)(EA.default,{svg:wA,...n})}L5.displayName="alert";var _A=L5;P5=_A;var M5=void 0,TA=$A(oo),DA=Ce;function $A(n){return n&&n.__esModule?n:{default:n}}const PA='<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 N5(n){return(0,DA.jsx)(TA.default,{svg:PA,...n})}N5.displayName="chevron-down";var LA=N5;M5=LA;var A5=void 0,MA=AA(oo),NA=Ce;function AA(n){return n&&n.__esModule?n:{default:n}}const OA='<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 O5(n){return(0,NA.jsx)(MA.default,{svg:OA,...n})}O5.displayName="chevron-up";var FA=O5;A5=FA;var RA=BA(oo),zA=Ce;function BA(n){return n&&n.__esModule?n:{default:n}}const IA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M13.414 12l4.293-4.293a.999.999 0 1 0-1.414-1.414L12 10.586 7.707 6.293a.999.999 0 1 0-1.414 1.414L10.586 12l-4.293 4.293a.999.999 0 1 0 1.414 1.414L12 13.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12z"/></svg>';function UA(n){return(0,zA.jsx)(RA.default,{svg:IA,...n})}UA.displayName="cross-medium";var HA=KA(oo),VA=Ce;function KA(n){return n&&n.__esModule?n:{default:n}}const jA='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 18c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm0-6c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm-2-8c1.1046 0 2 .89543 2 2s-.8954 2-2 2-2-.89543-2-2 .8954-2 2-2Z" fill="#000"/></svg>';function WA(n){return(0,VA.jsx)(HA.default,{svg:jA,...n})}WA.displayName="kebab-large";var F5=void 0,GA=qA(oo),YA=Ce;function qA(n){return n&&n.__esModule?n:{default:n}}const QA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 11.5C6 9.019 8.019 7 10.5 7S15 9.019 15 11.5 12.981 16 10.5 16A4.505 4.505 0 0 1 6 11.5m13.707 7.793l-3.965-3.966A6.456 6.456 0 0 0 17 11.5C17 7.916 14.084 5 10.5 5A6.508 6.508 0 0 0 4 11.5c0 3.584 2.916 6.5 6.5 6.5a6.455 6.455 0 0 0 3.828-1.259l3.965 3.966a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414"/></svg>';function R5(n){return(0,YA.jsx)(GA.default,{svg:QA,...n})}R5.displayName="search-medium";var XA=R5;F5=XA;var ZA=eO(oo),JA=Ce;function eO(n){return n&&n.__esModule?n:{default:n}}const tO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1V9h9v9zM10 6c0-.6.4-1 1-1h1c.6 0 1 .4 1 1v1h-3V6zm2-3h-1C9.3 3 8 4.3 8 6v1H5c-.6 0-1 .4-1 1s.4 1 1 1v9c0 1.7 1.3 3 3 3h7c1.7 0 3-1.3 3-3V9c.6 0 1-.4 1-1s-.4-1-1-1h-3V6c0-1.7-1.3-3-3-3zm-2 8c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1m3 0c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1"/></svg>';function nO(n){return(0,JA.jsx)(ZA.default,{svg:tO,...n})}nO.displayName="trash";const rO=()=>Ce.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"7",height:"14",viewBox:"0 0 7 14",fill:"none",children:Ce.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.93188 0.740496L6.56136 5.24818C6.7558 5.58151 6.51536 6.00011 6.12947 6.00011H0.870504C0.484609 6.00011 0.244173 5.58151 0.438615 5.24818L3.0681 0.740496C3.26104 0.409743 3.73894 0.409743 3.93188 0.740496ZM3.06814 13.2597L0.43866 8.75206C0.244218 8.41873 0.484654 8.00012 0.87055 8.00012L6.12951 8.00012C6.51541 8.00012 6.75584 8.41873 6.5614 8.75206L3.93192 13.2597C3.73898 13.5905 3.26108 13.5905 3.06814 13.2597Z",fill:"#253642"})}),hg={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"},iO=_n(hg.base),oO=_n(hg.group),lO=_n(hg.input),aO=_n(hg.button);function z5({className:n,...r}){const{focusProps:l,focusRingClassnames:c}=Yc({within:!0}),f={className:aO()},h=Sb(r,l);return Ce.jsxs(fM,{className:yn(iO({className:n}),c),...h,children:[Ce.jsx(Bh,{}),Ce.jsxs(I1,{className:oO(),children:[Ce.jsx(O2,{className:lO(),disabled:r==null?void 0:r.isDisabled}),Ce.jsx(A1,{slot:"increment","aria-label":"increment",...f,children:Ce.jsx(ps,{className:"icon",icon:A5})}),Ce.jsx(A1,{slot:"decrement","aria-label":"decrement",...f,children:Ce.jsx(ps,{className:"icon",icon:M5})})]}),Ce.jsx(yL,{})]})}z5.displayName="NumberField";const ao={select:"ui-kit__select-module__select",popover:"ui-kit__select-module__popover",listBox:"ui-kit__select-module__listBox",selectItem:"ui-kit__select-module__selectItem",selectTrigger:"ui-kit__select-module__selectTrigger",filterableTrigger:"ui-kit__select-module__filterableTrigger",selectLabel:"ui-kit__select-module__selectLabel",visuallyHidden:"ui-kit__select-module__visuallyHidden",hideSelectValue:"ui-kit__select-module__hideSelectValue",emptyState:"ui-kit__select-module__emptyState"},B5=_n(ao.base,{variants:{hideLabel:{true:ao.visuallyHidden}}});function uO({filterable:n,children:r,className:l,label:c,popoverProps:f,hideLabel:h=!1,placeholder:p,renderEmptyState:b,...E}){const S={"aria-label":c,className:yn(ao.select,l),...E};return n?Ce.jsxs(qL,{...S,children:[Ce.jsx(Bh,{className:B5({className:ao.selectLabel,hideLabel:h}),children:c}),Ce.jsx(Vh,{placeholder:p,suffix:Ce.jsx(Hh,{variant:"tertiary",className:ao.filterableTrigger,children:Ce.jsx(ps,{icon:F5,size:"md"})})}),Ce.jsx(I5,{...f,renderEmptyState:b,children:r})]}):Ce.jsxs(mM,{placeholder:p,...S,children:[Ce.jsx(Bh,{className:B5({className:ao.selectLabel,hideLabel:h}),children:c}),Ce.jsxs(Hh,{className:ao.selectTrigger,children:[Ce.jsx(gM,{className:yn({[ao.hideSelectValue]:!p})}),Ce.jsx(ps,{icon:rO,size:"xs"})]}),Ce.jsx(I5,{...f,renderEmptyState:b,children:r})]})}function I5({children:n,className:r,renderEmptyState:l,...c}){return Ce.jsx(ET,{...c,className:yn(ao.popover,r),children:Ce.jsx(PL,{renderEmptyState:f=>Ce.jsxs("div",{className:ao.emptyState,children:[l&&l({...f})," "]}),className:yn(ao.listBox),children:n})})}function sO({className:n,...r}){return Ce.jsx(AL,{...r,className:yn(ao.selectItem,n)})}const tu={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"},cO=_n(tu.base,{variants:{state:{error:tu.error,success:tu.success,warning:tu.warning}}}),dO=_n(tu["text-area"],{variants:{state:{error:tu.error,success:tu.success,warning:tu.warning}}});function U5({className:n,disabled:r,state:l,...c}){const{focusProps:f,focusRingClassnames:h}=Yc({within:!0});return Ce.jsx("div",{...f,className:yn(cO({className:n,state:l}),h),children:Ce.jsx(xM,{...c,className:yn(dO({state:l}),h,n),disabled:r,...f})})}const H5={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"},$p={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"},fO=_n($p.base,{variants:{state:{error:$p.error,success:$p.success,warning:$p.warning}}});function gg({children:n,className:r,state:l,...c}){return!(n&&l)?null:Ce.jsxs("div",{...c,className:fO({className:r,state:l}),role:"alert",children:[Ce.jsx(ps,{"aria-hidden":!0,className:$p.icon,icon:P5,size:"xs"}),n]})}gg.displayName="ValidationAlert";function V5({label:n,description:r,isRequired:l,placeholder:c,rows:f=2,validationMessage:h,validationState:p,...b}){const E=!!(n||r),S=p==="error";return Ce.jsxs(LT,{...b,className:H5.base,isInvalid:S,children:[Ce.jsxs("div",{className:H5.control,children:[E&&Ce.jsxs(Wh,{children:[n&&Ce.jsx(Kh,{required:l,children:n}),r&&Ce.jsx(jh,{children:r})]}),Ce.jsx(U5,{disabled:b.isDisabled,placeholder:c,required:l,rows:f,state:p})]}),Ce.jsx(gg,{state:p,children:h})]})}V5.displayName="TextAreaField";const K5={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function j5({label:n,description:r,isRequired:l,placeholder:c,validationMessage:f,validationState:h,...p}){const b=!!(n||r),E=h==="error";return Ce.jsxs(LT,{...p,className:K5.base,isInvalid:E,children:[Ce.jsxs("div",{className:K5.control,children:[b&&Ce.jsxs(Wh,{children:[n&&Ce.jsx(Kh,{required:l,children:n}),r&&Ce.jsx(jh,{children:r})]}),Ce.jsx(Vh,{align:p.align,disabled:p.isDisabled,placeholder:c,prefix:p.prefix,required:l,state:h})]}),Ce.jsx(gg,{state:h,children:f})]})}j5.displayName="TextField";let yg;const pO=new Uint8Array(16);function vO(){if(!yg&&(yg=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!yg))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return yg(pO)}const Cr=[];for(let n=0;n<256;++n)Cr.push((n+256).toString(16).slice(1));function mO(n,r=0){return Cr[n[r+0]]+Cr[n[r+1]]+Cr[n[r+2]]+Cr[n[r+3]]+"-"+Cr[n[r+4]]+Cr[n[r+5]]+"-"+Cr[n[r+6]]+Cr[n[r+7]]+"-"+Cr[n[r+8]]+Cr[n[r+9]]+"-"+Cr[n[r+10]]+Cr[n[r+11]]+Cr[n[r+12]]+Cr[n[r+13]]+Cr[n[r+14]]+Cr[n[r+15]]}const W5={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function hO(n,r,l){if(W5.randomUUID&&!r&&!n)return W5.randomUUID();n=n||{};const c=n.random||(n.rng||vO)();if(c[6]=c[6]&15|64,c[8]=c[8]&63|128,r){l=l||0;for(let f=0;f<16;++f)r[l+f]=c[f];return r}return mO(c)}const Bi={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",CLOSE_SIDE_PANEL:"CLOSE_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",CLICK_NOTIFICATION_BUTTON:"CLICK_NOTIFICATION_BUTTON"},Cx={CONFIRM:"CONFIRM",ERROR:"ERROR",MESSAGE:"MESSAGE",SUCCESS:"SUCCESS",WARNING:"WARNING"},gO=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],Sx=n=>{let r;try{r=new URL(n).origin}catch{return!1}return r&&gO.some(l=>r.match(l))};class yO{send(r,l={}){var c;if(!Sx(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:r,appId:(c=window.name)==null?void 0:c.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(r){return await new Promise(l=>{window.addEventListener("message",function(f){if(Sx(f.origin))try{const{data:h}=f,{type:p,...b}=h;p===r&&l(b)}catch{console.error("Unable to read postMessage data.")}})})}listen(r,l){window.addEventListener("message",function(f){if(Sx(f.origin))try{const{data:h}=f,{type:p,...b}=h;p===r&&l(b)}catch{console.error("Unable to read postMessage data.")}})}}const Ii=new yO;let bO=class{async getApplicationContext(){return Ii.send(Bi.GET_APP_CONTEXT),await Ii.receive(Bi.SEND_APP_CONTEXT)}watchApplicationContext(r){Ii.listen(Bi.SEND_APP_CONTEXT,l=>{r(l)})}setClipboardText(r,l="Text copied"){Ii.send(Bi.SET_CLIPBOARD_TEXT,{value:{text:r,successMessage:l}})}setAppHeight(r){Ii.send(Bi.SET_APP_HEIGHT,{value:r})}showNotification(r,l,c={}){var f;if(c.id||(c.id=hO()),r!==Cx.CONFIRM){const h=c,p=(f=h==null?void 0:h.buttonOptions)==null?void 0:f.onClick;p&&Ii.listen(Bi.CLICK_NOTIFICATION_BUTTON,b=>{b.id===c.id&&p()})}if(Ii.send(Bi.SHOW_NOTIFICATION,{value:{type:r,message:l,options:(r===Cx.CONFIRM,c)}}),r===Cx.CONFIRM){const h=c;h.onConfirm&&Ii.listen(Bi.CONFIRM_NOTIFICATION_CONFIRMED,p=>{p.id===h.id&&h.onConfirm&&h.onConfirm()}),h.onClose&&Ii.listen(Bi.CONFIRM_NOTIFICATION_CLOSED,p=>{p.id===h.id&&h.onClose&&h.onClose()})}}async getAppStyles(){Ii.send(Bi.GET_APP_STYLES);const{styles:r}=await Ii.receive(Bi.SEND_APP_STYLES);return r}openSidePanel(r){Ii.send(Bi.OPEN_SIDE_PANEL,{value:r})}closeSidePanel(){Ii.send(Bi.CLOSE_SIDE_PANEL)}getInstallationIds(){const r=window==null?void 0:window.name;return r&&r.startsWith("app-")?r.replace("app-","").split("-").filter(l=>!!l):[]}};const xO=new bO,kO={root:"ui-kit__theme-module__root"};function G5({children:n,fetchStyles:r=!0}){const[l,c]=x.useState(),f=x.useRef(null);return x.useEffect(()=>{if(!r)return;(async()=>{const p=await xO.getAppStyles();c(p)})()},[r]),x.useEffect(()=>{f.current&&(f.current.innerHTML=l||"")},[l]),Ce.jsxs("div",{className:kO.root,children:[r&&Ce.jsx("style",{ref:f}),n]})}G5.displayName="Theme";const xs={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"},Y5=_n(xs.base,{variants:{size:{sm:xs.sm,md:xs.md,lg:xs.lg},fit:{cover:xs.cover,contain:xs.contain},isDisabled:{true:xs.isDisabled}}});function q5({src:n,alt:r,size:l="md",fit:c="cover",isDisabled:f,...h}){return Ce.jsx(Ce.Fragment,{children:typeof n=="string"?Ce.jsx("img",{className:Y5({size:l,fit:c,isDisabled:f}),alt:r,src:n,...h}):Ce.jsx("div",{"aria-label":r,role:"img",className:Y5({size:l,fit:c,isDisabled:f}),children:n})})}q5.displayName="Thumbnail",xt.Badge=u3,xt.Button=Hh,xt.ButtonGroup=wM,xt.ButtonGroupItem=_M,xt.Divider=DM,xt.Icon=ps,xt.Input=Vh,xt.Label=Kh,xt.LabelDescription=jh,xt.LabelGroup=Wh,xt.Link=AT,xt.List=OT,xt.ListItem=HM,xt.Menu=VM,xt.MenuItem=KM,xt.MenuTrigger=QL,xt.Modal=jM,xt.ModalContent=WM,xt.ModalTrigger=HL,xt.NumberField=z5,xt.Select=uO,xt.SelectItem=sO,xt.Text=vs,xt.TextArea=U5,xt.TextAreaField=V5,xt.TextField=j5,xt.Theme=G5,xt.Thumbnail=q5,xt.ValidationAlert=gg,xt.useFocusRing=Yc,Object.defineProperty(xt,Symbol.toStringTag,{value:"Module"})});
263
+ See https://s-c.sh/2BAXzed for more info.`),window[gg]+=1);const kA=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:bA,StyleSheetConsumer:lA,StyleSheetContext:vg,StyleSheetManager:C5,ThemeConsumer:dA,ThemeContext:nu,ThemeProvider:pA,__PRIVATE__:xA,createGlobalStyle:hA,css:hg,default:_x,isStyledComponent:sg,keyframes:gA,styled:_x,useTheme:fA,version:gs,withTheme:yA},Symbol.toStringTag,{value:"Module"})),EA=JM(kA);lo.__esModule=!0,lo.default=lo.BaseIconUI=void 0;var CA=M5(uN),_A=M5(EA),SA=me;function M5(n){return n&&n.__esModule?n:{default:n}}const N5=(0,_A.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);lo.BaseIconUI=N5;function Sx({svg:n='<svg width="20" height="20">test</svg>',...r}){const l=document.createElement("div");return l.innerHTML=n,(0,SA.jsx)(N5,{...r,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:n}})}Sx.propTypes={svg:CA.default.string},Sx.displayName="BaseIcon";var wA=Sx;lo.default=wA;var A5=void 0,TA=$A(lo),DA=me;function $A(n){return n&&n.__esModule?n:{default:n}}const PA='<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 O5(n){return(0,DA.jsx)(TA.default,{svg:PA,...n})}O5.displayName="alert";var LA=O5;A5=LA;var F5=void 0,MA=AA(lo),NA=me;function AA(n){return n&&n.__esModule?n:{default:n}}const OA='<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 R5(n){return(0,NA.jsx)(MA.default,{svg:OA,...n})}R5.displayName="chevron-down";var FA=R5;F5=FA;var z5=void 0,RA=BA(lo),zA=me;function BA(n){return n&&n.__esModule?n:{default:n}}const IA='<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 B5(n){return(0,zA.jsx)(RA.default,{svg:IA,...n})}B5.displayName="chevron-up";var UA=B5;z5=UA;var HA=KA(lo),VA=me;function KA(n){return n&&n.__esModule?n:{default:n}}const jA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M13.414 12l4.293-4.293a.999.999 0 1 0-1.414-1.414L12 10.586 7.707 6.293a.999.999 0 1 0-1.414 1.414L10.586 12l-4.293 4.293a.999.999 0 1 0 1.414 1.414L12 13.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12z"/></svg>';function WA(n){return(0,VA.jsx)(HA.default,{svg:jA,...n})}WA.displayName="cross-medium";var GA=qA(lo),YA=me;function qA(n){return n&&n.__esModule?n:{default:n}}const QA='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 18c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm0-6c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm-2-8c1.1046 0 2 .89543 2 2s-.8954 2-2 2-2-.89543-2-2 .8954-2 2-2Z" fill="#000"/></svg>';function XA(n){return(0,YA.jsx)(GA.default,{svg:QA,...n})}XA.displayName="kebab-large";var I5=void 0,ZA=eO(lo),JA=me;function eO(n){return n&&n.__esModule?n:{default:n}}const tO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 11.5C6 9.019 8.019 7 10.5 7S15 9.019 15 11.5 12.981 16 10.5 16A4.505 4.505 0 0 1 6 11.5m13.707 7.793l-3.965-3.966A6.456 6.456 0 0 0 17 11.5C17 7.916 14.084 5 10.5 5A6.508 6.508 0 0 0 4 11.5c0 3.584 2.916 6.5 6.5 6.5a6.455 6.455 0 0 0 3.828-1.259l3.965 3.966a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414"/></svg>';function U5(n){return(0,JA.jsx)(ZA.default,{svg:tO,...n})}U5.displayName="search-medium";var nO=U5;I5=nO;var rO=oO(lo),iO=me;function oO(n){return n&&n.__esModule?n:{default:n}}const lO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1V9h9v9zM10 6c0-.6.4-1 1-1h1c.6 0 1 .4 1 1v1h-3V6zm2-3h-1C9.3 3 8 4.3 8 6v1H5c-.6 0-1 .4-1 1s.4 1 1 1v9c0 1.7 1.3 3 3 3h7c1.7 0 3-1.3 3-3V9c.6 0 1-.4 1-1s-.4-1-1-1h-3V6c0-1.7-1.3-3-3-3zm-2 8c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1m3 0c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1"/></svg>';function aO(n){return(0,iO.jsx)(rO.default,{svg:lO,...n})}aO.displayName="trash";const uO=()=>me.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"7",height:"14",viewBox:"0 0 7 14",fill:"none",children:me.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.93188 0.740496L6.56136 5.24818C6.7558 5.58151 6.51536 6.00011 6.12947 6.00011H0.870504C0.484609 6.00011 0.244173 5.58151 0.438615 5.24818L3.0681 0.740496C3.26104 0.409743 3.73894 0.409743 3.93188 0.740496ZM3.06814 13.2597L0.43866 8.75206C0.244218 8.41873 0.484654 8.00012 0.87055 8.00012L6.12951 8.00012C6.51541 8.00012 6.75584 8.41873 6.5614 8.75206L3.93192 13.2597C3.73898 13.5905 3.26108 13.5905 3.06814 13.2597Z",fill:"#253642"})}),yg={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"},sO=wn(yg.base),cO=wn(yg.group),dO=wn(yg.input),fO=wn(yg.button);function H5({className:n,...r}){const{focusProps:l,focusRingClassnames:s}=qc({within:!0}),f={className:fO()},m=Tb(r,l);return me.jsxs(gM,{className:Mt(sO({className:n}),s),...m,children:[me.jsx(Hh,{}),me.jsxs(V1,{className:cO(),children:[me.jsx(B2,{className:dO(),disabled:r==null?void 0:r.isDisabled}),me.jsx(R1,{slot:"increment","aria-label":"increment",...f,children:me.jsx(ms,{className:"icon",icon:z5})}),me.jsx(R1,{slot:"decrement","aria-label":"decrement",...f,children:me.jsx(ms,{className:"icon",icon:F5})})]}),me.jsx(CL,{})]})}H5.displayName="NumberField";const uo={select:"ui-kit__select-module__select",popover:"ui-kit__select-module__popover",listBox:"ui-kit__select-module__listBox",selectItem:"ui-kit__select-module__selectItem",selectTrigger:"ui-kit__select-module__selectTrigger",filterableTrigger:"ui-kit__select-module__filterableTrigger",selectLabel:"ui-kit__select-module__selectLabel",visuallyHidden:"ui-kit__select-module__visuallyHidden",hideSelectValue:"ui-kit__select-module__hideSelectValue",emptyState:"ui-kit__select-module__emptyState"},V5=wn(uo.base,{variants:{hideLabel:{true:uo.visuallyHidden}}});function pO({filterable:n,children:r,className:l,label:s,popoverProps:f,hideLabel:m=!1,placeholder:p,renderEmptyState:b,...E}){const _={"aria-label":s,className:Mt(uo.select,l),...E};return n?me.jsxs(eM,{..._,children:[me.jsx(Hh,{className:V5({className:uo.selectLabel,hideLabel:m}),children:s}),me.jsx(jh,{placeholder:p,suffix:me.jsx(_p,{variant:"tertiary",className:uo.filterableTrigger,children:me.jsx(ms,{icon:I5,size:"md"})})}),me.jsx(K5,{...f,renderEmptyState:b,children:r})]}):me.jsxs(xM,{placeholder:p,..._,children:[me.jsx(Hh,{className:V5({className:uo.selectLabel,hideLabel:m}),children:s}),me.jsxs(_p,{className:uo.selectTrigger,children:[me.jsx(EM,{className:Mt({[uo.hideSelectValue]:!p})}),me.jsx(ms,{icon:uO,size:"xs"})]}),me.jsx(K5,{...f,renderEmptyState:b,children:r})]})}function K5({children:n,className:r,renderEmptyState:l,...s}){return me.jsx(wT,{...s,className:Mt(uo.popover,r),children:me.jsx(OL,{renderEmptyState:f=>me.jsxs("div",{className:uo.emptyState,children:[l&&l({...f})," "]}),className:Mt(uo.listBox),children:n})})}function vO({className:n,...r}){return me.jsx(BL,{...r,className:Mt(uo.selectItem,n)})}const mO=["id","role","style","title","tabIndex"],hO=n=>!!(mO.includes(n)||n.startsWith("aria-")||n.startsWith("data-"));function gO(n){return Object.keys(n).reduce((r,l)=>(hO(l)&&(r[l]=n[l]),r),{})}const ti={sidePanelUI:"ui-kit__side-panel-module__sidePanelUI","UIKit-Heading":"ui-kit__side-panel-module__UIKit-Heading","is-level-h1":"ui-kit__side-panel-module__is-level-h1","is-level-h2":"ui-kit__side-panel-module__is-level-h2",headerUI:"ui-kit__side-panel-module__headerUI",showSubtitle:"ui-kit__side-panel-module__showSubtitle",headerIconUI:"ui-kit__side-panel-module__headerIconUI",headerTitleWrapperUI:"ui-kit__side-panel-module__headerTitleWrapperUI",noBackButton:"ui-kit__side-panel-module__noBackButton",headerTitleUI:"ui-kit__side-panel-module__headerTitleUI",headerSubtitleUI:"ui-kit__side-panel-module__headerSubtitleUI",contentUI:"ui-kit__side-panel-module__contentUI",stickyFooter:"ui-kit__side-panel-module__stickyFooter",footerUI:"ui-kit__side-panel-module__footerUI",hasOverflow:"ui-kit__side-panel-module__hasOverflow",headerButtonUI:"ui-kit__side-panel-module__headerButtonUI",externalLinkUI:"ui-kit__side-panel-module__externalLinkUI"},j5=x.createContext({stickyFooter:!0,hasFooterOverflow:!1,setHasFooterOverflow:()=>{}});function yO({children:n,stickyFooter:r=!0}){const[l,s]=x.useState(!1);return me.jsx(j5.Provider,{value:{stickyFooter:r,hasFooterOverflow:l,setHasFooterOverflow:s},children:n})}const wx=()=>x.useContext(j5),bO=()=>{const{setHasFooterOverflow:n}=wx(),r=x.useRef(null),l=s=>{const f=s.scrollHeight>s.clientHeight,m=s.scrollHeight-s.scrollTop<=s.clientHeight+1;n(f&&!m)};return x.useEffect(()=>{const s=r.current;if(!s)return;const f=new ResizeObserver(p=>{for(const b of p)l(b.target)});f.observe(s);const m=()=>l(s);return s.addEventListener("scroll",m),()=>{f.disconnect(),s.removeEventListener("scroll",m)}},[n]),r},xO=({children:n,className:r})=>{const{stickyFooter:l}=wx(),s=bO();return me.jsx("div",{ref:s,className:Mt("UIKit-SidePanel-Content",ti.contentUI,l&&ti.stickyFooter,r),"data-sticky-footer":l?"true":"false","data-testid":"sidepanel.content",children:n})},Lp={wrapper:"ui-kit__tooltip-module__wrapper",tooltip:"ui-kit__tooltip-module__tooltip",hidden:"ui-kit__tooltip-module__hidden",leftAligned:"ui-kit__tooltip-module__leftAligned",rightAligned:"ui-kit__tooltip-module__rightAligned"},kO=({children:n,title:r,placement:l="center",className:s})=>{const[f,m]=x.useState(!1),[p,b]=x.useState(!1),E=l==="start",_=l==="end",T=()=>m(!0),w=()=>m(!1),D=()=>b(!0),$=()=>b(!1),A=p||f;return me.jsxs("span",{className:Mt(Lp.wrapper,s),onMouseEnter:T,onMouseLeave:w,onFocus:D,onBlur:$,"data-testid":"Tooltip",children:[me.jsx("span",{className:Mt(Lp.tooltip,{[Lp.hidden]:!A,[Lp.leftAligned]:E,[Lp.rightAligned]:_}),"aria-hidden":!A,role:"tooltip",children:r}),n]})},EO=({buttonLabel:n,buttonVariant:r="primary",buttonDisabled:l=!1,buttonTooltip:s="",secondaryButtonLabel:f,secondaryButtonVariant:m="secondary",secondaryButtonDisabled:p=!1,secondaryButtonTooltip:b="",className:E,onButtonClick:_,onSecondaryButtonClick:T})=>{const{stickyFooter:w,hasFooterOverflow:D}=wx(),$=(A,F,I,re,q,B)=>{const W=me.jsx(_p,{onPress:F,isDisabled:I,variant:q,style:B,children:A});return I&&re?me.jsx(kO,{title:re,children:W}):W};return me.jsxs("div",{className:Mt("UIKit-SidePanel-Footer",ti.footerUI,w&&ti.stickyFooter,D&&ti.hasOverflow,E),"data-sticky-footer":w?"true":"false","data-count":(f?1:0)+1,"data-testid":"sidepanel.footer",children:[f&&$(f,T,p,b,m,{width:"100%",maxWidth:"174px"}),$(n,_,l,s,r,{width:"100%"})]})},CO=({goBack:n})=>me.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",role:"button",onClick:n,"aria-label":"Go back",tabIndex:0,onKeyDown:r=>{r.key==="Enter"&&n()},className:ti.headerButtonUI,children:me.jsx("path",{d:"M14 6L9 12L14 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),_O=({href:n})=>me.jsx("a",{href:n,className:Mt(ti.headerButtonUI,ti.externalLinkUI),children:me.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:me.jsx("path",{d:"M7 6C6.44772 6 6 6.44772 6 7V17.1966C6 17.7489 6.44772 18.1966 7 18.1966H17.1966C17.7489 18.1966 18.1966 17.7489 18.1966 17.1966V14.2514M18.1966 6H13.5258M18.1966 6V10.6708M18.1966 6L10.2629 13.9337",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}),SO=({className:n,subtitle:r="",title:l="",externalLink:s="",goBack:f})=>{const m=()=>l&&me.jsx(Za,{className:ti.headerTitleUI,children:l}),p=()=>r&&me.jsx("div",{className:ti.headerSubtitleUI,children:r});return me.jsxs("div",{className:Mt("UIKit-SidePanel-Header",ti.headerUI,{[ti.showSubtitle]:!!r},n),role:"heading","aria-level":1,"data-testid":"sidepanel.header",children:[f&&me.jsx(CO,{goBack:f}),me.jsxs("div",{className:Mt(ti.headerTitleWrapperUI,{[ti.noBackButton]:!f}),children:[m(),p()]}),s&&me.jsx(_O,{href:s})]})},bg=({children:n,className:r,stickyFooter:l=!0,...s})=>me.jsx("div",{className:Mt("UIKit-SidePanel",ti.sidePanelUI,r),...gO(s),"data-testid":"sidepanel",children:me.jsx(yO,{stickyFooter:l,children:n})});bg.Header=SO,bg.Content=xO,bg.Footer=EO;const ru={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"},wO=wn(ru.base,{variants:{state:{error:ru.error,success:ru.success,warning:ru.warning}}}),TO=wn(ru["text-area"],{variants:{state:{error:ru.error,success:ru.success,warning:ru.warning}}});function W5({className:n,disabled:r,state:l,...s}){const{focusProps:f,focusRingClassnames:m}=qc({within:!0});return me.jsx("div",{...f,className:Mt(wO({className:n,state:l}),m),children:me.jsx(SM,{...s,className:Mt(TO({state:l}),m,n),disabled:r,...f})})}const G5={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"},Mp={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"},DO=wn(Mp.base,{variants:{state:{error:Mp.error,success:Mp.success,warning:Mp.warning}}});function xg({children:n,className:r,state:l,...s}){return!(n&&l)?null:me.jsxs("div",{...s,className:DO({className:r,state:l}),role:"alert",children:[me.jsx(ms,{"aria-hidden":!0,className:Mp.icon,icon:A5,size:"xs"}),n]})}xg.displayName="ValidationAlert";function Y5({label:n,description:r,isRequired:l,placeholder:s,rows:f=2,validationMessage:m,validationState:p,...b}){const E=!!(n||r),_=p==="error";return me.jsxs(OT,{...b,className:G5.base,isInvalid:_,children:[me.jsxs("div",{className:G5.control,children:[E&&me.jsxs(Yh,{children:[n&&me.jsx(Wh,{required:l,children:n}),r&&me.jsx(Gh,{children:r})]}),me.jsx(W5,{disabled:b.isDisabled,placeholder:s,required:l,rows:f,state:p})]}),me.jsx(xg,{state:p,children:m})]})}Y5.displayName="TextAreaField";const q5={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function Q5({label:n,description:r,isRequired:l,placeholder:s,validationMessage:f,validationState:m,...p}){const b=!!(n||r),E=m==="error";return me.jsxs(OT,{...p,className:q5.base,isInvalid:E,children:[me.jsxs("div",{className:q5.control,children:[b&&me.jsxs(Yh,{children:[n&&me.jsx(Wh,{required:l,children:n}),r&&me.jsx(Gh,{children:r})]}),me.jsx(jh,{align:p.align,disabled:p.isDisabled,placeholder:s,prefix:p.prefix,required:l,state:m})]}),me.jsx(xg,{state:m,children:f})]})}Q5.displayName="TextField";let kg;const $O=new Uint8Array(16);function PO(){if(!kg&&(kg=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!kg))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return kg($O)}const Cr=[];for(let n=0;n<256;++n)Cr.push((n+256).toString(16).slice(1));function LO(n,r=0){return Cr[n[r+0]]+Cr[n[r+1]]+Cr[n[r+2]]+Cr[n[r+3]]+"-"+Cr[n[r+4]]+Cr[n[r+5]]+"-"+Cr[n[r+6]]+Cr[n[r+7]]+"-"+Cr[n[r+8]]+Cr[n[r+9]]+"-"+Cr[n[r+10]]+Cr[n[r+11]]+Cr[n[r+12]]+Cr[n[r+13]]+Cr[n[r+14]]+Cr[n[r+15]]}const X5={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function MO(n,r,l){if(X5.randomUUID&&!r&&!n)return X5.randomUUID();n=n||{};const s=n.random||(n.rng||PO)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,r){l=l||0;for(let f=0;f<16;++f)r[l+f]=s[f];return r}return LO(s)}const Ii={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",CLOSE_SIDE_PANEL:"CLOSE_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",CLICK_NOTIFICATION_BUTTON:"CLICK_NOTIFICATION_BUTTON"},Tx={CONFIRM:"CONFIRM",ERROR:"ERROR",MESSAGE:"MESSAGE",SUCCESS:"SUCCESS",WARNING:"WARNING"},NO=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],Dx=n=>{let r;try{r=new URL(n).origin}catch{return!1}return r&&NO.some(l=>r.match(l))};class AO{send(r,l={}){var s;if(!Dx(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:r,appId:(s=window.name)==null?void 0:s.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(r){return await new Promise(l=>{window.addEventListener("message",function(f){if(Dx(f.origin))try{const{data:m}=f,{type:p,...b}=m;p===r&&l(b)}catch{console.error("Unable to read postMessage data.")}})})}listen(r,l){window.addEventListener("message",function(f){if(Dx(f.origin))try{const{data:m}=f,{type:p,...b}=m;p===r&&l(b)}catch{console.error("Unable to read postMessage data.")}})}}const Ui=new AO;let OO=class{async getApplicationContext(){return Ui.send(Ii.GET_APP_CONTEXT),await Ui.receive(Ii.SEND_APP_CONTEXT)}watchApplicationContext(r){Ui.listen(Ii.SEND_APP_CONTEXT,l=>{r(l)})}setClipboardText(r,l="Text copied"){Ui.send(Ii.SET_CLIPBOARD_TEXT,{value:{text:r,successMessage:l}})}setAppHeight(r){Ui.send(Ii.SET_APP_HEIGHT,{value:r})}showNotification(r,l,s={}){var f;if(s.id||(s.id=MO()),r!==Tx.CONFIRM){const m=s,p=(f=m==null?void 0:m.buttonOptions)==null?void 0:f.onClick;p&&Ui.listen(Ii.CLICK_NOTIFICATION_BUTTON,b=>{b.id===s.id&&p()})}if(Ui.send(Ii.SHOW_NOTIFICATION,{value:{type:r,message:l,options:(r===Tx.CONFIRM,s)}}),r===Tx.CONFIRM){const m=s;m.onConfirm&&Ui.listen(Ii.CONFIRM_NOTIFICATION_CONFIRMED,p=>{p.id===m.id&&m.onConfirm&&m.onConfirm()}),m.onClose&&Ui.listen(Ii.CONFIRM_NOTIFICATION_CLOSED,p=>{p.id===m.id&&m.onClose&&m.onClose()})}}async getAppStyles(){Ui.send(Ii.GET_APP_STYLES);const{styles:r}=await Ui.receive(Ii.SEND_APP_STYLES);return r}openSidePanel(r){Ui.send(Ii.OPEN_SIDE_PANEL,{value:r})}closeSidePanel(){Ui.send(Ii.CLOSE_SIDE_PANEL)}getInstallationIds(){const r=window==null?void 0:window.name;return r&&r.startsWith("app-")?r.replace("app-","").split("-").filter(l=>!!l):[]}};const FO=new OO,RO={root:"ui-kit__theme-module__root"};function Z5({children:n,fetchStyles:r=!0}){const[l,s]=x.useState(),f=x.useRef(null);return x.useEffect(()=>{if(!r)return;(async()=>{const p=await FO.getAppStyles();s(p)})()},[r]),x.useEffect(()=>{f.current&&(f.current.innerHTML=l||"")},[l]),me.jsxs("div",{className:RO.root,children:[r&&me.jsx("style",{ref:f}),n]})}Z5.displayName="Theme";const ks={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"},J5=wn(ks.base,{variants:{size:{sm:ks.sm,md:ks.md,lg:ks.lg},fit:{cover:ks.cover,contain:ks.contain},isDisabled:{true:ks.isDisabled}}});function e6({src:n,alt:r,size:l="md",fit:s="cover",isDisabled:f,...m}){return me.jsx(me.Fragment,{children:typeof n=="string"?me.jsx("img",{className:J5({size:l,fit:s,isDisabled:f}),alt:r,src:n,...m}):me.jsx("div",{"aria-label":r,role:"img",className:J5({size:l,fit:s,isDisabled:f}),children:n})})}e6.displayName="Thumbnail",xt.Badge=f3,xt.Button=_p,xt.ButtonGroup=PM,xt.ButtonGroupItem=LM,xt.Divider=NM,xt.Icon=ms,xt.Input=jh,xt.Label=Wh,xt.LabelDescription=Gh,xt.LabelGroup=Yh,xt.Link=zT,xt.List=BT,xt.ListItem=GM,xt.Menu=YM,xt.MenuItem=qM,xt.MenuTrigger=tM,xt.Modal=QM,xt.ModalContent=XM,xt.ModalTrigger=GL,xt.NumberField=H5,xt.Select=pO,xt.SelectItem=vO,xt.SidePanel=bg,xt.Text=Za,xt.TextArea=W5,xt.TextAreaField=Y5,xt.TextField=Q5,xt.Theme=Z5,xt.Thumbnail=e6,xt.ValidationAlert=xg,xt.useFocusRing=qc,Object.defineProperty(xt,Symbol.toStringTag,{value:"Module"})});