@helpscout/ui-kit-react 0.6.0 → 0.6.2

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 (61) hide show
  1. package/dist/lib/components/badge/badge.d.ts +3 -3
  2. package/dist/lib/components/badge/badge.d.ts.map +1 -1
  3. package/dist/lib/components/button/button.d.ts +4 -4
  4. package/dist/lib/components/button/button.d.ts.map +1 -1
  5. package/dist/lib/components/button-group/button-group.d.ts +2 -1
  6. package/dist/lib/components/divider/divider.d.ts +0 -1
  7. package/dist/lib/components/divider/divider.d.ts.map +1 -1
  8. package/dist/lib/components/icon/icon.d.ts +3 -3
  9. package/dist/lib/components/icon/icon.d.ts.map +1 -1
  10. package/dist/lib/components/input/input.d.ts +4 -4
  11. package/dist/lib/components/input/input.d.ts.map +1 -1
  12. package/dist/lib/components/label/label.d.ts +4 -4
  13. package/dist/lib/components/label/label.d.ts.map +1 -1
  14. package/dist/lib/components/link/link.d.ts +4 -4
  15. package/dist/lib/components/link/link.d.ts.map +1 -1
  16. package/dist/lib/components/list/list.d.ts +3 -3
  17. package/dist/lib/components/list/list.d.ts.map +1 -1
  18. package/dist/lib/components/menu/menu.d.ts +2 -2
  19. package/dist/lib/components/menu/menu.d.ts.map +1 -1
  20. package/dist/lib/components/modal/modal.d.ts +2 -2
  21. package/dist/lib/components/modal/modal.d.ts.map +1 -1
  22. package/dist/lib/components/modal/modal.test.d.ts +1 -0
  23. package/dist/lib/components/number-field/number-field.d.ts +2 -2
  24. package/dist/lib/components/number-field/number-field.d.ts.map +1 -1
  25. package/dist/lib/components/select/select.d.ts +3 -3
  26. package/dist/lib/components/select/select.d.ts.map +1 -1
  27. package/dist/lib/components/side-panel/components/side-panel.content.d.ts +2 -1
  28. package/dist/lib/components/side-panel/components/side-panel.footer.d.ts +2 -1
  29. package/dist/lib/components/side-panel/components/side-panel.header.d.ts +2 -1
  30. package/dist/lib/components/side-panel/components/side-panel.header.d.ts.map +1 -1
  31. package/dist/lib/components/side-panel/components/tooltip/tooltip.d.ts +2 -1
  32. package/dist/lib/components/side-panel/components/tooltip/tooltip.d.ts.map +1 -1
  33. package/dist/lib/components/side-panel/index.d.ts +3 -2
  34. package/dist/lib/components/side-panel/side-panel.context.d.ts +1 -2
  35. package/dist/lib/components/side-panel/side-panel.context.d.ts.map +1 -1
  36. package/dist/lib/components/side-panel/side-panel.d.ts +5 -4
  37. package/dist/lib/components/side-panel/side-panel.hooks.d.ts +1 -2
  38. package/dist/lib/components/side-panel/side-panel.hooks.d.ts.map +1 -1
  39. package/dist/lib/components/text/text.d.ts +6 -4
  40. package/dist/lib/components/text/text.d.ts.map +1 -1
  41. package/dist/lib/components/text/text.utils.d.ts +2 -1
  42. package/dist/lib/components/text/text.utils.d.ts.map +1 -1
  43. package/dist/lib/components/text-area/text-area.d.ts +4 -4
  44. package/dist/lib/components/text-area/text-area.d.ts.map +1 -1
  45. package/dist/lib/components/text-area-field/text-area-field.d.ts +2 -2
  46. package/dist/lib/components/text-area-field/text-area-field.d.ts.map +1 -1
  47. package/dist/lib/components/text-field/text-field.d.ts +3 -3
  48. package/dist/lib/components/text-field/text-field.d.ts.map +1 -1
  49. package/dist/lib/components/theme/theme.d.ts +0 -1
  50. package/dist/lib/components/theme/theme.d.ts.map +1 -1
  51. package/dist/lib/components/thumbnail/thumbnail.d.ts +3 -3
  52. package/dist/lib/components/thumbnail/thumbnail.d.ts.map +1 -1
  53. package/dist/lib/components/validation-alert/validation-alert.d.ts +3 -3
  54. package/dist/lib/components/validation-alert/validation-alert.d.ts.map +1 -1
  55. package/dist/lib/hooks/useFocusRing/useFocusRing.d.ts +2 -1
  56. package/dist/lib/ui-kit-react.d.ts +22 -22
  57. package/dist/prop-types.json +1868 -1148
  58. package/dist/ui-kit-react.css +1 -1
  59. package/dist/ui-kit-react.js +21752 -21739
  60. package/dist/ui-kit-react.umd.cjs +85 -70
  61. package/package.json +4 -4
@@ -1,5 +1,5 @@
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 sE=document.createElement("style");sE.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-default-background-color: var(--ui-kit-color-basics-white);--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-success-background-color: var(--ui-kit-color-green-100);--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-warning-background-color: var(--ui-kit-color-yellow-100);--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-error-background-color: var(--ui-kit-color-red-100)}.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{background-color:var(--ui-kit-badge-success-background-color);color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{background-color:var(--ui-kit-badge-warning-background-color);color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{background-color:var(--ui-kit-badge-error-background-color);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-border-color: var(--ui-kit-color-charcoal-500);--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-placeholder-font-weight: var(--ui-kit-font-weight-regular);--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;border-color:var(--ui-kit-select-item-border-color)}.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);font-weight:var(--ui-kit-select-placeholder-font-weight)}.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:5px;padding:0 15px;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-900);vertical-align:middle}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI{display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative}.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-1200);font-style:normal;line-height:15px}.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-style:normal;font-weight:400}.ui-kit__side-panel-module__contentUI{padding: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:20px;display:grid;gap:12px;min-height:90px;max-height:90px;border-top:1px solid var(--ui-kit-color-charcoal-400)}.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{width:24px;height:19px}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;width:24px;height:19px}: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(sE);function cE(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=cE(n[r]))&&(s&&(s+=" "),s+=l);else for(r in n)n[r]&&(s&&(s+=" "),s+=r);return s}function FD(){for(var n,r,l=0,s="";l<arguments.length;)(n=arguments[l++])&&(r=cE(n))&&(s&&(s+=" "),s+=r);return s}const dE=n=>typeof n=="boolean"?"".concat(n):n===0?"0":n,fE=FD,wn=(n,r)=>l=>{var s;if((r==null?void 0:r.variants)==null)return fE(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=dE(T)||dE(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 fE(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"},RD=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 pE({children:n,color:r="default",size:l="default"}){return me.jsx("span",{className:RD({color:r,size:l}),children:n})}pE.displayName="Badge";function vE(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=vE(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=vE(n))&&(s&&(s+=" "),s+=r);return s}const mE=typeof document<"u"?x.useLayoutEffect:()=>{};function zD(n){const r=x.useRef(null);return mE(()=>{r.current=n},[n]),x.useCallback((...l)=>{const s=r.current;return s==null?void 0:s(...l)},[])}let hE=new Map;function BD(n,r){if(n===r)return n;let l=hE.get(n);if(l)return l(r),r;let s=hE.get(r);return s?(s(n),n):r}function ID(...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]=ID(m,p):(f==="className"||f==="UNSAFE_className")&&typeof m=="string"&&typeof p=="string"?r[f]=Mt(m,p):f==="id"&&m&&p?r.id=BD(m,p):r[f]=p!==void 0?p:m}}return r}function UD(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 HD(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 VD(){return HD(/^Mac/i)}function KD(){return UD(/Android/i)}let ep=new Map,gE=new Set;function yE(){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 gE)m();gE.clear()}};document.body.addEventListener("transitionrun",r),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?yE():document.addEventListener("DOMContentLoaded",yE));function jD(n){return n.mozInputSource===0&&n.isTrusted?!0:KD()&&n.pointerType?n.type==="click"&&n.buttons===1:n.detail===0&&!n.pointerType}function WD(n,r){return r.get?r.get.call(n):r.value}function bE(n,r,l){if(!r.has(n))throw new TypeError("attempted to "+l+" private field on non-instance");return r.get(n)}function GD(n,r){var l=bE(n,r,"get");return WD(n,l)}function YD(n,r){if(r.has(n))throw new TypeError("Cannot initialize the same private elements twice on an object")}function qD(n,r,l){YD(n,r),r.set(n,l)}function QD(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 xE(n,r,l){var s=bE(n,r,"set");return QD(n,s,l),l}const XD=x.createContext({register:()=>{}});XD.displayName="PressResponderContext";let ZD=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 kE(n){let r=x.useRef({isFocused:!1,observer:null});mE(()=>{const s=r.current;return()=>{s.observer&&(s.observer.disconnect(),s.observer=null)}},[]);let l=zD(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 ZD("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 JD(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=kE(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 e$={Tab:!0,Escape:!0};function Pb(n,r){for(let l of Db)l(n,r)}function t$(n){return!(n.metaKey||!VD()&&n.altKey||n.ctrlKey||n.key==="Control"||n.key==="Shift"||n.key==="Meta")}function eh(n){us=!0,t$(n)&&(tp="keyboard",Pb("keyboard",n))}function to(n){tp="pointer",(n.type==="mousedown"||n.type==="pointerdown")&&(us=!0,Pb("pointer",n))}function EE(n){jD(n)&&(us=!0,tp="virtual")}function CE(n){n.target===window||n.target===document||(!us&&!$b&&(tp="virtual",Pb("virtual",n)),us=!1,$b=!1)}function _E(){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",EE,!0),r.addEventListener("focus",CE,!0),r.addEventListener("blur",_E,!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",()=>{SE(n)},{once:!0}),np.set(r,{focus:s})}const SE=(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",EE,!0),l.removeEventListener("focus",CE,!0),l.removeEventListener("blur",_E,!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 n$(n){const r=Jm(n);let l;return r.readyState!=="loading"?Lb(n):(l=()=>{Lb(n)},r.addEventListener("DOMContentLoaded",l)),()=>SE(n,l)}typeof document<"u"&&n$();function wE(){return tp!=="pointer"}const r$=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function i$(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&&!r$.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&&!e$[l.key])}function o$(n,r,l){Lb(),x.useEffect(()=>{let s=(f,m)=>{i$(!!(l!=null&&l.isTextInput),f,m)&&n(wE())};return Db.add(s),()=>{Db.delete(s)}},r)}function l$(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=kE(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 a$(n,r){return!n||!r?!1:r.some(l=>l.contains(n))}let u$=class OD{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 TE({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&&a$(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 OD;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 TE({scopeRef:null}),this.fastMap.set(null,this.root)}},TE=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 u$;function s$(n={}){let{autoFocus:r=!1,isTextInput:l,within:s}=n,f=x.useRef({isFocused:!1,isFocusVisible:r||wE()}),[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($),_()},[_]);o$($=>{f.current.isFocusVisible=$,_()},[],{isTextInput:l});let{focusProps:w}=JD({isDisabled:s,onFocusChange:T}),{focusWithinProps:D}=l$({isDisabled:!s,onFocusWithinChange:T});return{isFocused:m,isFocusVisible:b,focusProps:s?D:w}}function c$(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Mb={exports:{}},mi={},th={exports:{}},Nb={};/**
1
+ (function(xt,ye){typeof exports=="object"&&typeof module<"u"?ye(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],ye):(xt=typeof globalThis<"u"?globalThis:xt||self,ye(xt.UI={},xt.jsxRuntime,xt.React))})(this,function(xt,ye,x){"use strict";var b3=document.createElement("style");b3.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-default-background-color: var(--ui-kit-color-basics-white);--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-success-background-color: var(--ui-kit-color-green-100);--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-warning-background-color: var(--ui-kit-color-yellow-100);--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-error-background-color: var(--ui-kit-color-red-100)}.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{background-color:var(--ui-kit-badge-success-background-color);color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{background-color:var(--ui-kit-badge-warning-background-color);color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{background-color:var(--ui-kit-badge-error-background-color);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-border-color: var(--ui-kit-color-charcoal-500);--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-placeholder-font-weight: var(--ui-kit-font-weight-regular);--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:var(--trigger-width);padding:var(--ui-kit-select-list-box-padding);box-sizing:border-box;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;border-color:var(--ui-kit-select-item-border-color)}.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);font-weight:var(--ui-kit-select-placeholder-font-weight)}.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__selectValue{font-weight:var(--ui-kit-select-item-font-weight)}.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:5px;padding:0 30px;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-900);vertical-align:middle}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerIconButtonUI{background:transparent;border:none;cursor:pointer;padding:0;margin-left:-5px}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI{display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative}.ui-kit__side-panel-module__headerUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerTitleUI{color:var(--ui-kit-color-charcoal-1200);font-style:normal;line-height:15px}.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-style:normal;font-weight:400}.ui-kit__side-panel-module__contentUI{padding: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:20px;display:grid;gap:12px;min-height:90px;max-height:90px;border-top:1px solid var(--ui-kit-color-charcoal-400)}.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[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{width:24px;height:19px}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;width:24px;height:19px}: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
+ /*$vite$:1*/`,document.head.appendChild(b3);function x3(r){var n,o,s="";if(typeof r=="string"||typeof r=="number")s+=r;else if(typeof r=="object")if(Array.isArray(r)){var d=r.length;for(n=0;n<d;n++)r[n]&&(o=x3(r[n]))&&(s&&(s+=" "),s+=o)}else for(o in r)r[o]&&(s&&(s+=" "),s+=o);return s}function Ut(){for(var r,n,o=0,s="",d=arguments.length;o<d;o++)(r=arguments[o])&&(n=x3(r))&&(s&&(s+=" "),s+=n);return s}const k3=r=>typeof r=="boolean"?`${r}`:r===0?"0":r,E3=Ut,An=(r,n)=>o=>{var s;if((n==null?void 0:n.variants)==null)return E3(r,o==null?void 0:o.class,o==null?void 0:o.className);const{variants:d,defaultVariants:h}=n,p=Object.keys(d).map(C=>{const T=o==null?void 0:o[C],S=h==null?void 0:h[C];if(T===null)return null;const D=k3(T)||k3(S);return d[C][D]}),y=o&&Object.entries(o).reduce((C,T)=>{let[S,D]=T;return D===void 0||(C[S]=D),C},{}),k=n==null||(s=n.compoundVariants)===null||s===void 0?void 0:s.reduce((C,T)=>{let{class:S,className:D,...$}=T;return Object.entries($).every(N=>{let[M,O]=N;return Array.isArray(O)?O.includes({...h,...y}[M]):{...h,...y}[M]===O})?[...C,S,D]:C},[]);return E3(r,p,k,o==null?void 0:o.class,o==null?void 0:o.className)},cs={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"},G7=An(cs.base,{variants:{color:{default:cs.default,success:cs.success,warning:cs.warning,error:cs.error},size:{sm:cs.sm,default:cs.default}}});function C3({children:r,color:n="default",size:o="default"}){return ye.jsx("span",{className:G7({color:n,size:o}),children:r})}C3.displayName="Badge";const Vt=typeof document<"u"?x.useLayoutEffect:()=>{};var Bb;const Y7=(Bb=x.useInsertionEffect)!==null&&Bb!==void 0?Bb:Vt;function hn(r){const n=x.useRef(null);return Y7(()=>{n.current=r},[r]),x.useCallback((...o)=>{const s=n.current;return s==null?void 0:s(...o)},[])}function q7(r){let[n,o]=x.useState(r),s=x.useRef(null),d=hn(()=>{if(!s.current)return;let p=s.current.next();if(p.done){s.current=null;return}n===p.value?d():o(p.value)});Vt(()=>{s.current&&d()});let h=hn(p=>{s.current=p(n),d()});return[n,h]}const ym={prefix:String(Math.round(Math.random()*1e10)),current:0},_3=x.createContext(ym),Q7=x.createContext(!1);let X7=!!(typeof window<"u"&&window.document&&window.document.createElement),Ub=new WeakMap;function Z7(r=!1){let n=x.useContext(_3),o=x.useRef(null);if(o.current===null&&!r){var s,d;let h=(d=x.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||d===void 0||(s=d.ReactCurrentOwner)===null||s===void 0?void 0:s.current;if(h){let p=Ub.get(h);p==null?Ub.set(h,{id:n.current,state:h.memoizedState}):h.memoizedState!==p.state&&(n.current=p.id,Ub.delete(h))}o.current=++n.current}return o.current}function J7(r){let n=x.useContext(_3);n===ym&&!X7&&process.env.NODE_ENV!=="production"&&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 o=Z7(!!r),s=n===ym&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${n.prefix}`;return r||`${s}-${o}`}function e9(r){let n=x.useId(),[o]=x.useState(ds()),s=o||process.env.NODE_ENV==="test"?"react-aria":`react-aria${ym.prefix}`;return r||`${s}-${n}`}const t9=typeof x.useId=="function"?e9:J7;function n9(){return!1}function r9(){return!0}function i9(r){return()=>{}}function ds(){return typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore(i9,n9,r9):x.useContext(Q7)}let o9=!!(typeof window<"u"&&window.document&&window.document.createElement),Yc=new Map,mp;typeof FinalizationRegistry<"u"&&(mp=new FinalizationRegistry(r=>{Yc.delete(r)}));function pr(r){let[n,o]=x.useState(r),s=x.useRef(null),d=t9(n),h=x.useRef(null);if(mp&&mp.register(h,d),o9){const p=Yc.get(d);p&&!p.includes(s)?p.push(s):Yc.set(d,[s])}return Vt(()=>{let p=d;return()=>{mp&&mp.unregister(h),Yc.delete(p)}},[d]),x.useEffect(()=>{let p=s.current;return p&&o(p),()=>{p&&(s.current=null)}}),d}function l9(r,n){if(r===n)return r;let o=Yc.get(r);if(o)return o.forEach(d=>d.current=n),n;let s=Yc.get(n);return s?(s.forEach(d=>d.current=r),r):n}function tu(r=[]){let n=pr(),[o,s]=q7(n),d=x.useCallback(()=>{s(function*(){yield n,yield document.getElementById(n)?n:void 0})},[n,s]);return Vt(d,[n,d,...r]),o}function Ql(...r){return(...n)=>{for(let o of r)typeof o=="function"&&o(...n)}}const At=r=>{var n;return(n=r==null?void 0:r.ownerDocument)!==null&&n!==void 0?n:document},xi=r=>r&&"window"in r&&r.window===r?r:At(r).defaultView||window;function a9(r){return r!==null&&typeof r=="object"&&"nodeType"in r&&typeof r.nodeType=="number"}function u9(r){return a9(r)&&r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in r}let s9=!1;function bm(){return s9}function cn(r,n){if(!bm())return n&&r?r.contains(n):!1;if(!r||!n)return!1;let o=n;for(;o!==null;){if(o===r)return!0;o.tagName==="SLOT"&&o.assignedSlot?o=o.assignedSlot.parentNode:u9(o)?o=o.host:o=o.parentNode}return!1}const Er=(r=document)=>{var n;if(!bm())return r.activeElement;let o=r.activeElement;for(;o&&"shadowRoot"in o&&(!((n=o.shadowRoot)===null||n===void 0)&&n.activeElement);)o=o.shadowRoot.activeElement;return o};function zt(r){return bm()&&r.target.shadowRoot&&r.composedPath?r.composedPath()[0]:r.target}class c9{get currentNode(){return this._currentNode}set currentNode(n){if(!cn(this.root,n))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const o=[];let s=n,d=n;for(this._currentNode=n;s&&s!==this.root;)if(s.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const p=s,y=this._doc.createTreeWalker(p,this.whatToShow,{acceptNode:this._acceptNode});o.push(y),y.currentNode=d,this._currentSetFor.add(y),s=d=p.host}else s=s.parentNode;const h=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});o.push(h),h.currentNode=d,this._currentSetFor.add(h),this._walkerStack=o}get doc(){return this._doc}firstChild(){let n=this.currentNode,o=this.nextNode();return cn(n,o)?(o&&(this.currentNode=o),o):(this.currentNode=n,null)}lastChild(){let o=this._walkerStack[0].lastChild();return o&&(this.currentNode=o),o}nextNode(){const n=this._walkerStack[0].nextNode();if(n){if(n.shadowRoot){var o;let d;if(typeof this.filter=="function"?d=this.filter(n):!((o=this.filter)===null||o===void 0)&&o.acceptNode&&(d=this.filter.acceptNode(n)),d===NodeFilter.FILTER_ACCEPT)return this.currentNode=n,n;let h=this.nextNode();return h&&(this.currentNode=h),h}return n&&(this.currentNode=n),n}else if(this._walkerStack.length>1){this._walkerStack.shift();let s=this.nextNode();return s&&(this.currentNode=s),s}else return null}previousNode(){const n=this._walkerStack[0];if(n.currentNode===n.root){if(this._currentSetFor.has(n))if(this._currentSetFor.delete(n),this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null;return null}const o=n.previousNode();if(o){if(o.shadowRoot){var s;let h;if(typeof this.filter=="function"?h=this.filter(o):!((s=this.filter)===null||s===void 0)&&s.acceptNode&&(h=this.filter.acceptNode(o)),h===NodeFilter.FILTER_ACCEPT)return o&&(this.currentNode=o),o;let p=this.lastChild();return p&&(this.currentNode=p),p}return o&&(this.currentNode=o),o}else if(this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(n,o,s,d){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=p=>{if(p.nodeType===Node.ELEMENT_NODE){const k=p.shadowRoot;if(k){const C=this._doc.createTreeWalker(k,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(C),NodeFilter.FILTER_ACCEPT}else{var y;if(typeof this.filter=="function")return this.filter(p);if(!((y=this.filter)===null||y===void 0)&&y.acceptNode)return this.filter.acceptNode(p);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=n,this.root=o,this.filter=d??null,this.whatToShow=s??NodeFilter.SHOW_ALL,this._currentNode=o,this._walkerStack.unshift(n.createTreeWalker(o,s,this._acceptNode));const h=o.shadowRoot;if(h){const p=this._doc.createTreeWalker(h,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(p)}}}function d9(r,n,o,s){return bm()?new c9(r,n,o,s):r.createTreeWalker(n,o,s)}function it(...r){let n={...r[0]};for(let o=1;o<r.length;o++){let s=r[o];for(let d in s){let h=n[d],p=s[d];typeof h=="function"&&typeof p=="function"&&d[0]==="o"&&d[1]==="n"&&d.charCodeAt(2)>=65&&d.charCodeAt(2)<=90?n[d]=Ql(h,p):(d==="className"||d==="UNSAFE_className")&&typeof h=="string"&&typeof p=="string"?n[d]=Ut(h,p):d==="id"&&h&&p?n.id=l9(h,p):n[d]=p!==void 0?p:h}}return n}function S3(...r){return r.length===1&&r[0]?r[0]:n=>{let o=!1;const s=r.map(d=>{const h=w3(d,n);return o||(o=typeof h=="function"),h});if(o)return()=>{s.forEach((d,h)=>{typeof d=="function"?d():w3(r[h],null)})}}}function w3(r,n){if(typeof r=="function")return r(n);r!=null&&(r.current=n)}const f9=new Set(["id"]),p9=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),v9=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),h9=new Set(["dir","lang","hidden","inert","translate"]),T3=new Set(["onClick","onAuxClick","onContextMenu","onDoubleClick","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onTouchCancel","onTouchEnd","onTouchMove","onTouchStart","onPointerDown","onPointerMove","onPointerUp","onPointerCancel","onPointerEnter","onPointerLeave","onPointerOver","onPointerOut","onGotPointerCapture","onLostPointerCapture","onScroll","onWheel","onAnimationStart","onAnimationEnd","onAnimationIteration","onTransitionCancel","onTransitionEnd","onTransitionRun","onTransitionStart"]),m9=/^(data-.*)$/;function Yt(r,n={}){let{labelable:o,isLink:s,global:d,events:h=d,propNames:p}=n,y={};for(const k in r)Object.prototype.hasOwnProperty.call(r,k)&&(f9.has(k)||o&&p9.has(k)||s&&v9.has(k)||d&&h9.has(k)||h&&T3.has(k)||k.endsWith("Capture")&&T3.has(k.slice(0,-7))||p!=null&&p.has(k)||m9.test(k))&&(y[k]=r[k]);return y}function Oo(r){if(g9())r.focus({preventScroll:!0});else{let n=y9(r);r.focus(),b9(n)}}let xm=null;function g9(){if(xm==null){xm=!1;try{document.createElement("div").focus({get preventScroll(){return xm=!0,!0}})}catch{}}return xm}function y9(r){let n=r.parentNode,o=[],s=document.scrollingElement||document.documentElement;for(;n instanceof HTMLElement&&n!==s;)(n.offsetHeight<n.scrollHeight||n.offsetWidth<n.scrollWidth)&&o.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),n=n.parentNode;return s instanceof HTMLElement&&o.push({element:s,scrollTop:s.scrollTop,scrollLeft:s.scrollLeft}),o}function b9(r){for(let{element:n,scrollTop:o,scrollLeft:s}of r)n.scrollTop=o,n.scrollLeft=s}function km(r){var n;if(typeof window>"u"||window.navigator==null)return!1;let o=(n=window.navigator.userAgentData)===null||n===void 0?void 0:n.brands;return Array.isArray(o)&&o.some(s=>r.test(s.brand))||r.test(window.navigator.userAgent)}function Vb(r){var n;return typeof window<"u"&&window.navigator!=null?r.test(((n=window.navigator.userAgentData)===null||n===void 0?void 0:n.platform)||window.navigator.platform):!1}function Xl(r){if(process.env.NODE_ENV==="test")return r;let n=null;return()=>(n==null&&(n=r()),n)}const nu=Xl(function(){return Vb(/^Mac/i)}),D3=Xl(function(){return Vb(/^iPhone/i)}),$3=Xl(function(){return Vb(/^iPad/i)||nu()&&navigator.maxTouchPoints>1}),gp=Xl(function(){return D3()||$3()}),Em=Xl(function(){return nu()||gp()}),Kb=Xl(function(){return km(/AppleWebKit/i)&&!Hb()}),Hb=Xl(function(){return km(/Chrome/i)}),Cm=Xl(function(){return km(/Android/i)}),x9=Xl(function(){return km(/Firefox/i)}),k9=x.createContext({isNative:!0,open:_9,useHref:r=>r});function qc(){return x.useContext(k9)}function E9(r,n){let o=r.getAttribute("target");return(!o||o==="_self")&&r.origin===location.origin&&!r.hasAttribute("download")&&!n.metaKey&&!n.ctrlKey&&!n.altKey&&!n.shiftKey}function fs(r,n,o=!0){var s,d;let{metaKey:h,ctrlKey:p,altKey:y,shiftKey:k}=n;x9()&&(!((d=window.event)===null||d===void 0||(s=d.type)===null||s===void 0)&&s.startsWith("key"))&&r.target==="_blank"&&(nu()?h=!0:p=!0);let C=Kb()&&nu()&&!$3()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:h,ctrlKey:p,altKey:y,shiftKey:k}):new MouseEvent("click",{metaKey:h,ctrlKey:p,altKey:y,shiftKey:k,bubbles:!0,cancelable:!0});fs.isOpening=o,Oo(r),r.dispatchEvent(C),fs.isOpening=!1}fs.isOpening=!1;function C9(r,n){if(r instanceof HTMLAnchorElement)n(r);else if(r.hasAttribute("data-href")){let o=document.createElement("a");o.href=r.getAttribute("data-href"),r.hasAttribute("data-target")&&(o.target=r.getAttribute("data-target")),r.hasAttribute("data-rel")&&(o.rel=r.getAttribute("data-rel")),r.hasAttribute("data-download")&&(o.download=r.getAttribute("data-download")),r.hasAttribute("data-ping")&&(o.ping=r.getAttribute("data-ping")),r.hasAttribute("data-referrer-policy")&&(o.referrerPolicy=r.getAttribute("data-referrer-policy")),r.appendChild(o),n(o),r.removeChild(o)}}function _9(r,n){C9(r,o=>fs(o,n))}function jb(r){let n=qc();var o;const s=n.useHref((o=r==null?void 0:r.href)!==null&&o!==void 0?o:"");return{href:r!=null&&r.href?s:void 0,target:r==null?void 0:r.target,rel:r==null?void 0:r.rel,download:r==null?void 0:r.download,ping:r==null?void 0:r.ping,referrerPolicy:r==null?void 0:r.referrerPolicy}}function P3(r,n,o,s){!n.isNative&&r.currentTarget instanceof HTMLAnchorElement&&r.currentTarget.href&&!r.isDefaultPrevented()&&E9(r.currentTarget,r)&&o&&(r.preventDefault(),n.open(r.currentTarget,r,o,s))}let ru=new Map,Wb=new Set;function N3(){if(typeof window>"u")return;function r(s){return"propertyName"in s}let n=s=>{if(!r(s)||!s.target)return;let d=ru.get(s.target);d||(d=new Set,ru.set(s.target,d),s.target.addEventListener("transitioncancel",o,{once:!0})),d.add(s.propertyName)},o=s=>{if(!r(s)||!s.target)return;let d=ru.get(s.target);if(d&&(d.delete(s.propertyName),d.size===0&&(s.target.removeEventListener("transitioncancel",o),ru.delete(s.target)),ru.size===0)){for(let h of Wb)h();Wb.clear()}};document.body.addEventListener("transitionrun",n),document.body.addEventListener("transitionend",o)}typeof document<"u"&&(document.readyState!=="loading"?N3():document.addEventListener("DOMContentLoaded",N3));function S9(){for(const[r]of ru)"isConnected"in r&&!r.isConnected&&ru.delete(r)}function L3(r){requestAnimationFrame(()=>{S9(),ru.size===0?r():Wb.add(r)})}function yp(){let r=x.useRef(new Map),n=x.useCallback((d,h,p,y)=>{let k=y!=null&&y.once?(...C)=>{r.current.delete(p),p(...C)}:p;r.current.set(p,{type:h,eventTarget:d,fn:k,options:y}),d.addEventListener(h,k,y)},[]),o=x.useCallback((d,h,p,y)=>{var k;let C=((k=r.current.get(p))===null||k===void 0?void 0:k.fn)||p;d.removeEventListener(h,C,y),r.current.delete(p)},[]),s=x.useCallback(()=>{r.current.forEach((d,h)=>{o(d.eventTarget,d.type,h,d.options)})},[o]);return x.useEffect(()=>s,[s]),{addGlobalListener:n,removeGlobalListener:o,removeAllGlobalListeners:s}}function _m(r,n){let{id:o,"aria-label":s,"aria-labelledby":d}=r;return o=pr(o),d&&s?d=[...new Set([o,...d.trim().split(/\s+/)])].join(" "):d&&(d=d.trim().split(/\s+/).join(" ")),!s&&!d&&n&&(s=n),{id:o,"aria-label":s,"aria-labelledby":d}}function ps(r){const n=x.useRef(null),o=x.useRef(void 0),s=x.useCallback(d=>{if(typeof r=="function"){const h=r,p=h(d);return()=>{typeof p=="function"?p():h(null)}}else if(r)return r.current=d,()=>{r.current=null}},[r]);return x.useMemo(()=>({get current(){return n.current},set current(d){n.current=d,o.current&&(o.current(),o.current=void 0),d!=null&&(o.current=s(d))}}),[s])}function w9(r,n){const o=x.useRef(!0),s=x.useRef(null);x.useEffect(()=>(o.current=!0,()=>{o.current=!1}),[]),x.useEffect(()=>{let d=s.current;o.current?o.current=!1:(!d||n.some((h,p)=>!Object.is(h,d[p])))&&r(),s.current=n},n)}function M3(r,n){const o=x.useRef(!0),s=x.useRef(null);Vt(()=>(o.current=!0,()=>{o.current=!1}),[]),Vt(()=>{o.current?o.current=!1:(!s.current||n.some((d,h)=>!Object.is(d,s[h])))&&r(),s.current=n},n)}function T9(){return typeof window.ResizeObserver<"u"}function Qc(r){const{ref:n,box:o,onResize:s}=r;x.useEffect(()=>{let d=n==null?void 0:n.current;if(d)if(T9()){const h=new window.ResizeObserver(p=>{p.length&&s()});return h.observe(d,{box:o}),()=>{d&&h.unobserve(d)}}else return window.addEventListener("resize",s,!1),()=>{window.removeEventListener("resize",s,!1)}},[s,n,o])}function Gb(r,n){Vt(()=>{if(r&&r.ref&&n)return r.ref.current=n.current,()=>{r.ref&&(r.ref.current=null)}})}function vs(r,n){if(!r)return!1;let o=window.getComputedStyle(r),s=/(auto|scroll)/.test(o.overflow+o.overflowX+o.overflowY);return s&&n&&(s=r.scrollHeight!==r.clientHeight||r.scrollWidth!==r.clientWidth),s}function Yb(r,n){let o=r;for(vs(o,n)&&(o=o.parentElement);o&&!vs(o,n);)o=o.parentElement;return o||document.scrollingElement||document.documentElement}function D9(r,n){const o=[];for(;r&&r!==document.documentElement;)vs(r,n)&&o.push(r),r=r.parentElement;return o}function Xc(r){return nu()?r.metaKey:r.ctrlKey}const $9=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function bp(r){return r instanceof HTMLInputElement&&!$9.has(r.type)||r instanceof HTMLTextAreaElement||r instanceof HTMLElement&&r.isContentEditable}let ki=typeof document<"u"&&window.visualViewport;function P9(){let r=ds(),[n,o]=x.useState(()=>r?{width:0,height:0}:A3());return x.useEffect(()=>{let s=()=>{ki&&ki.scale>1||o(p=>{let y=A3();return y.width===p.width&&y.height===p.height?p:y})},d,h=p=>{ki&&ki.scale>1||bp(p.target)&&(d=requestAnimationFrame(()=>{(!document.activeElement||!bp(document.activeElement))&&o(y=>{let k={width:window.innerWidth,height:window.innerHeight};return k.width===y.width&&k.height===y.height?y:k})}))};return window.addEventListener("blur",h,!0),ki?ki.addEventListener("resize",s):window.addEventListener("resize",s),()=>{cancelAnimationFrame(d),window.removeEventListener("blur",h,!0),ki?ki.removeEventListener("resize",s):window.removeEventListener("resize",s)}},[]),n}function A3(){return{width:ki?ki.width*ki.scale:window.innerWidth,height:ki?ki.height*ki.scale:window.innerHeight}}let N9=0;const qb=new Map;function L9(r){let[n,o]=x.useState();return Vt(()=>{if(!r)return;let s=qb.get(r);if(s)o(s.element.id);else{let d=`react-aria-description-${N9++}`;o(d);let h=document.createElement("div");h.id=d,h.style.display="none",h.textContent=r,document.body.appendChild(h),s={refCount:0,element:h},qb.set(r,s)}return s.refCount++,()=>{s&&--s.refCount===0&&(s.element.remove(),qb.delete(r))}},[r]),{"aria-describedby":r?n:void 0}}function Zc(r,n,o,s){let d=hn(o),h=o==null;x.useEffect(()=>{if(h||!r.current)return;let p=r.current;return p.addEventListener(n,d,s),()=>{p.removeEventListener(n,d,s)}},[r,n,s,h,d])}function O3(r,n){let o=F3(r,n,"left"),s=F3(r,n,"top"),d=n.offsetWidth,h=n.offsetHeight,p=r.scrollLeft,y=r.scrollTop,{borderTopWidth:k,borderLeftWidth:C,scrollPaddingTop:T,scrollPaddingRight:S,scrollPaddingBottom:D,scrollPaddingLeft:$}=getComputedStyle(r),{scrollMarginTop:N,scrollMarginRight:M,scrollMarginBottom:O,scrollMarginLeft:z}=getComputedStyle(n),B=p+parseInt(C,10),V=y+parseInt(k,10),K=B+r.clientWidth,U=V+r.clientHeight,G=parseInt(T,10)||0,Z=parseInt(D,10)||0,Se=parseInt(S,10)||0,ve=parseInt($,10)||0,de=parseInt(N,10)||0,F=parseInt(O,10)||0,ce=parseInt(M,10)||0,le=parseInt(z,10)||0,ue=o-le,be=o+d+ce,j=s-de,re=s+h+F,X=p+parseInt(C,10)+ve,W=K-Se,R=y+parseInt(k,10)+G,he=U-Z;if((ue>X||be<W)&&(ue<=p+ve?p=ue-parseInt(C,10)-ve:be>K-Se&&(p+=be-K+Se)),(j>R||re<he)&&(j<=V+G?y=j-parseInt(k,10)-G:re>U-Z&&(y+=re-U+Z)),process.env.NODE_ENV==="test"){r.scrollLeft=p,r.scrollTop=y;return}r.scrollTo({left:p,top:y})}function F3(r,n,o){const s=o==="left"?"offsetLeft":"offsetTop";let d=0;for(;n.offsetParent&&(d+=n[s],n.offsetParent!==r);){if(n.offsetParent.contains(r)){d-=r[s];break}n=n.offsetParent}return d}function R3(r,n){if(r&&document.contains(r)){let p=document.scrollingElement||document.documentElement;if(!(window.getComputedStyle(p).overflow==="hidden")&&!Hb()){var o;let{left:k,top:C}=r.getBoundingClientRect();r==null||(o=r.scrollIntoView)===null||o===void 0||o.call(r,{block:"nearest"});let{left:T,top:S}=r.getBoundingClientRect();if(Math.abs(k-T)>1||Math.abs(C-S)>1){var s,d,h;n==null||(d=n.containingElement)===null||d===void 0||(s=d.scrollIntoView)===null||s===void 0||s.call(d,{block:"center",inline:"center"}),(h=r.scrollIntoView)===null||h===void 0||h.call(r,{block:"nearest"})}}else{let k=D9(r);for(let C of k)O3(C,r)}}}function Qb(r){return r.pointerType===""&&r.isTrusted?!0:Cm()&&r.pointerType?r.type==="click"&&r.buttons===1:r.detail===0&&!r.pointerType}function M9(r){return!Cm()&&r.width===0&&r.height===0||r.width===1&&r.height===1&&r.pressure===0&&r.detail===0&&r.pointerType==="mouse"}function Xb(r,n,o){let s=hn(()=>{o&&o(n)});x.useEffect(()=>{var d;let h=r==null||(d=r.current)===null||d===void 0?void 0:d.form;return h==null||h.addEventListener("reset",s),()=>{h==null||h.removeEventListener("reset",s)}},[r,s])}function A9(r,n){let{collection:o,onLoadMore:s,scrollOffset:d=1}=r,h=x.useRef(null),p=hn(y=>{for(let k of y)k.isIntersecting&&s&&s()});Vt(()=>(n.current&&(h.current=new IntersectionObserver(p,{root:Yb(n==null?void 0:n.current),rootMargin:`0px ${100*d}% ${100*d}% ${100*d}%`}),h.current.observe(n.current)),()=>{h.current&&h.current.disconnect()}),[o,p,n,d])}function O9(r){const n=x.version.split(".");return parseInt(n[0],10)>=19?r:r?"true":void 0}const F9="react-aria-clear-focus",R9="react-aria-focus";function z9(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Zb={exports:{}},Ei={},Sm={exports:{}},Jb={};/**
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 DE;function d$(){return DE||(DE=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={};/**
10
+ */var z3;function I9(){return z3||(z3=1,function(r){function n(X,W){var R=X.length;X.push(W);e:for(;0<R;){var he=R-1>>>1,me=X[he];if(0<d(me,W))X[he]=W,X[R]=me,R=he;else break e}}function o(X){return X.length===0?null:X[0]}function s(X){if(X.length===0)return null;var W=X[0],R=X.pop();if(R!==W){X[0]=R;e:for(var he=0,me=X.length,ke=me>>>1;he<ke;){var Pe=2*(he+1)-1,Me=X[Pe],De=Pe+1,Fe=X[De];if(0>d(Me,R))De<me&&0>d(Fe,Me)?(X[he]=Fe,X[De]=R,he=De):(X[he]=Me,X[Pe]=R,he=Pe);else if(De<me&&0>d(Fe,R))X[he]=Fe,X[De]=R,he=De;else break e}}return W}function d(X,W){var R=X.sortIndex-W.sortIndex;return R!==0?R:X.id-W.id}if(typeof performance=="object"&&typeof performance.now=="function"){var h=performance;r.unstable_now=function(){return h.now()}}else{var p=Date,y=p.now();r.unstable_now=function(){return p.now()-y}}var k=[],C=[],T=1,S=null,D=3,$=!1,N=!1,M=!1,O=typeof setTimeout=="function"?setTimeout:null,z=typeof clearTimeout=="function"?clearTimeout:null,B=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function V(X){for(var W=o(C);W!==null;){if(W.callback===null)s(C);else if(W.startTime<=X)s(C),W.sortIndex=W.expirationTime,n(k,W);else break;W=o(C)}}function K(X){if(M=!1,V(X),!N)if(o(k)!==null)N=!0,j(U);else{var W=o(C);W!==null&&re(K,W.startTime-X)}}function U(X,W){N=!1,M&&(M=!1,z(Se),Se=-1),$=!0;var R=D;try{for(V(W),S=o(k);S!==null&&(!(S.expirationTime>W)||X&&!F());){var he=S.callback;if(typeof he=="function"){S.callback=null,D=S.priorityLevel;var me=he(S.expirationTime<=W);W=r.unstable_now(),typeof me=="function"?S.callback=me:S===o(k)&&s(k),V(W)}else s(k);S=o(k)}if(S!==null)var ke=!0;else{var Pe=o(C);Pe!==null&&re(K,Pe.startTime-W),ke=!1}return ke}finally{S=null,D=R,$=!1}}var G=!1,Z=null,Se=-1,ve=5,de=-1;function F(){return!(r.unstable_now()-de<ve)}function ce(){if(Z!==null){var X=r.unstable_now();de=X;var W=!0;try{W=Z(!0,X)}finally{W?le():(G=!1,Z=null)}}else G=!1}var le;if(typeof B=="function")le=function(){B(ce)};else if(typeof MessageChannel<"u"){var ue=new MessageChannel,be=ue.port2;ue.port1.onmessage=ce,le=function(){be.postMessage(null)}}else le=function(){O(ce,0)};function j(X){Z=X,G||(G=!0,le())}function re(X,W){Se=O(function(){X(r.unstable_now())},W)}r.unstable_IdlePriority=5,r.unstable_ImmediatePriority=1,r.unstable_LowPriority=4,r.unstable_NormalPriority=3,r.unstable_Profiling=null,r.unstable_UserBlockingPriority=2,r.unstable_cancelCallback=function(X){X.callback=null},r.unstable_continueExecution=function(){N||$||(N=!0,j(U))},r.unstable_forceFrameRate=function(X){0>X||125<X?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ve=0<X?Math.floor(1e3/X):5},r.unstable_getCurrentPriorityLevel=function(){return D},r.unstable_getFirstCallbackNode=function(){return o(k)},r.unstable_next=function(X){switch(D){case 1:case 2:case 3:var W=3;break;default:W=D}var R=D;D=W;try{return X()}finally{D=R}},r.unstable_pauseExecution=function(){},r.unstable_requestPaint=function(){},r.unstable_runWithPriority=function(X,W){switch(X){case 1:case 2:case 3:case 4:case 5:break;default:X=3}var R=D;D=X;try{return W()}finally{D=R}},r.unstable_scheduleCallback=function(X,W,R){var he=r.unstable_now();switch(typeof R=="object"&&R!==null?(R=R.delay,R=typeof R=="number"&&0<R?he+R:he):R=he,X){case 1:var me=-1;break;case 2:me=250;break;case 5:me=1073741823;break;case 4:me=1e4;break;default:me=5e3}return me=R+me,X={id:T++,callback:W,priorityLevel:X,startTime:R,expirationTime:me,sortIndex:-1},R>he?(X.sortIndex=R,n(C,X),o(k)===null&&X===o(C)&&(M?(z(Se),Se=-1):M=!0,re(K,R-he))):(X.sortIndex=me,n(k,X),N||$||(N=!0,j(U))),X},r.unstable_shouldYield=F,r.unstable_wrapCallback=function(X){var W=D;return function(){var R=D;D=W;try{return X.apply(this,arguments)}finally{D=R}}}}(Jb)),Jb}var e1={};/**
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 $E;function f$(){return $E||($E=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 PE;function LE(){return PE||(PE=1,process.env.NODE_ENV==="production"?th.exports=d$():th.exports=f$()),th.exports}/**
18
+ */var I3;function B9(){return I3||(I3=1,function(r){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=!1,o=5;function s(Ne,Je){var nt=Ne.length;Ne.push(Je),p(Ne,Je,nt)}function d(Ne){return Ne.length===0?null:Ne[0]}function h(Ne){if(Ne.length===0)return null;var Je=Ne[0],nt=Ne.pop();return nt!==Je&&(Ne[0]=nt,y(Ne,nt,0)),Je}function p(Ne,Je,nt){for(var Mt=nt;Mt>0;){var dn=Mt-1>>>1,Hr=Ne[dn];if(k(Hr,Je)>0)Ne[dn]=Je,Ne[Mt]=Hr,Mt=dn;else return}}function y(Ne,Je,nt){for(var Mt=nt,dn=Ne.length,Hr=dn>>>1;Mt<Hr;){var Cn=(Mt+1)*2-1,jr=Ne[Cn],_n=Cn+1,fn=Ne[_n];if(k(jr,Je)<0)_n<dn&&k(fn,jr)<0?(Ne[Mt]=fn,Ne[_n]=Je,Mt=_n):(Ne[Mt]=jr,Ne[Cn]=Je,Mt=Cn);else if(_n<dn&&k(fn,Je)<0)Ne[Mt]=fn,Ne[_n]=Je,Mt=_n;else return}}function k(Ne,Je){var nt=Ne.sortIndex-Je.sortIndex;return nt!==0?nt:Ne.id-Je.id}var C=1,T=2,S=3,D=4,$=5;function N(Ne,Je){}var M=typeof performance=="object"&&typeof performance.now=="function";if(M){var O=performance;r.unstable_now=function(){return O.now()}}else{var z=Date,B=z.now();r.unstable_now=function(){return z.now()-B}}var V=1073741823,K=-1,U=250,G=5e3,Z=1e4,Se=V,ve=[],de=[],F=1,ce=null,le=S,ue=!1,be=!1,j=!1,re=typeof setTimeout=="function"?setTimeout:null,X=typeof clearTimeout=="function"?clearTimeout:null,W=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function R(Ne){for(var Je=d(de);Je!==null;){if(Je.callback===null)h(de);else if(Je.startTime<=Ne)h(de),Je.sortIndex=Je.expirationTime,s(ve,Je);else return;Je=d(de)}}function he(Ne){if(j=!1,R(Ne),!be)if(d(ve)!==null)be=!0,mr(me);else{var Je=d(de);Je!==null&&Kr(he,Je.startTime-Ne)}}function me(Ne,Je){be=!1,j&&(j=!1,wr()),ue=!0;var nt=le;try{var Mt;if(!n)return ke(Ne,Je)}finally{ce=null,le=nt,ue=!1}}function ke(Ne,Je){var nt=Je;for(R(nt),ce=d(ve);ce!==null&&!(ce.expirationTime>nt&&(!Ne||Zn()));){var Mt=ce.callback;if(typeof Mt=="function"){ce.callback=null,le=ce.priorityLevel;var dn=ce.expirationTime<=nt,Hr=Mt(dn);nt=r.unstable_now(),typeof Hr=="function"?ce.callback=Hr:ce===d(ve)&&h(ve),R(nt)}else h(ve);ce=d(ve)}if(ce!==null)return!0;var Cn=d(de);return Cn!==null&&Kr(he,Cn.startTime-nt),!1}function Pe(Ne,Je){switch(Ne){case C:case T:case S:case D:case $:break;default:Ne=S}var nt=le;le=Ne;try{return Je()}finally{le=nt}}function Me(Ne){var Je;switch(le){case C:case T:case S:Je=S;break;default:Je=le;break}var nt=le;le=Je;try{return Ne()}finally{le=nt}}function De(Ne){var Je=le;return function(){var nt=le;le=Je;try{return Ne.apply(this,arguments)}finally{le=nt}}}function Fe(Ne,Je,nt){var Mt=r.unstable_now(),dn;if(typeof nt=="object"&&nt!==null){var Hr=nt.delay;typeof Hr=="number"&&Hr>0?dn=Mt+Hr:dn=Mt}else dn=Mt;var Cn;switch(Ne){case C:Cn=K;break;case T:Cn=U;break;case $:Cn=Se;break;case D:Cn=Z;break;case S:default:Cn=G;break}var jr=dn+Cn,_n={id:F++,callback:Je,priorityLevel:Ne,startTime:dn,expirationTime:jr,sortIndex:-1};return dn>Mt?(_n.sortIndex=dn,s(de,_n),d(ve)===null&&_n===d(de)&&(j?wr():j=!0,Kr(he,dn-Mt))):(_n.sortIndex=jr,s(ve,_n),!be&&!ue&&(be=!0,mr(me))),_n}function Be(){}function Ge(){!be&&!ue&&(be=!0,mr(me))}function vt(){return d(ve)}function $e(Ne){Ne.callback=null}function J(){return le}var Ye=!1,mt=null,Ot=-1,Rn=o,dt=-1;function Zn(){var Ne=r.unstable_now()-dt;return!(Ne<Rn)}function Vr(){}function Wn(Ne){if(Ne<0||Ne>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}Ne>0?Rn=Math.floor(1e3/Ne):Rn=o}var at=function(){if(mt!==null){var Ne=r.unstable_now();dt=Ne;var Je=!0,nt=!0;try{nt=mt(Je,Ne)}finally{nt?yt():(Ye=!1,mt=null)}}else Ye=!1},yt;if(typeof W=="function")yt=function(){W(at)};else if(typeof MessageChannel<"u"){var wt=new MessageChannel,Yi=wt.port2;wt.port1.onmessage=at,yt=function(){Yi.postMessage(null)}}else yt=function(){re(at,0)};function mr(Ne){mt=Ne,Ye||(Ye=!0,yt())}function Kr(Ne,Je){Ot=re(function(){Ne(r.unstable_now())},Je)}function wr(){X(Ot),Ot=-1}var vo=Vr,vl=null;r.unstable_IdlePriority=$,r.unstable_ImmediatePriority=C,r.unstable_LowPriority=D,r.unstable_NormalPriority=S,r.unstable_Profiling=vl,r.unstable_UserBlockingPriority=T,r.unstable_cancelCallback=$e,r.unstable_continueExecution=Ge,r.unstable_forceFrameRate=Wn,r.unstable_getCurrentPriorityLevel=J,r.unstable_getFirstCallbackNode=vt,r.unstable_next=Me,r.unstable_pauseExecution=Be,r.unstable_requestPaint=vo,r.unstable_runWithPriority=Pe,r.unstable_scheduleCallback=Fe,r.unstable_shouldYield=Zn,r.unstable_wrapCallback=De,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(e1)),e1}var B3;function U3(){return B3||(B3=1,process.env.NODE_ENV==="production"?Sm.exports=I9():Sm.exports=B9()),Sm.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 ME;function p$(){if(ME)return mi;ME=1;var n=x,r=LE();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
- `),k=v.stack.split(`
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=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,Px=r.unstable_shouldYield,Lx=r.unstable_requestPaint,dn=r.unstable_now,Mx=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:Nx,Pg=Math.log,Lg=Math.LN2;function Nx(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 Ax(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=[],Ox="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<Ox.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(Mx()){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),Fx=Y({},fu,{relatedTarget:0}),dl=ri(Fx),Gp=Y({},cl,{animationName:0,elapsedTime:0,pseudoElement:0}),Ug=ri(Gp),Rx=Y({},cl,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),zx=ri(Rx),Bx=Y({},cl,{data:0}),Yp=ri(Bx),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}}),Ix=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}),Ux=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 Hx(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 Vx(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 Kx(i,o,c){i==="focusin"?(ey(),Fs=o,mu=c,Fs.attachEvent("onpropertychange",ty)):i==="focusout"&&ey()}function jx(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return gu(mu)}function Wx(i,o){if(i==="click")return gu(o)}function ny(i,o){if(i==="input"||i==="change")return gu(o)}function Gx(i,o){return i===o&&(i!==0||1/i===1/o)||i!==i&&o!==o}var Ci=typeof Object.is=="function"?Object.is:Gx;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],Yx=ca.toLowerCase(),Is=ca[0].toUpperCase()+ca.slice(1);Fo(Yx,"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(" "),qx=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"&&(qx.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=Ix;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=Ux;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=zx;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=jx;var Ve=Kx}else(Ae=he.nodeName)&&Ae.toLowerCase()==="input"&&(he.type==="checkbox"||he.type==="radio")&&(Ge=Wx);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?Hx(i,c):Vx(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(Xx)}:pa;function Xx(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,Zx="__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(yk){return o(Z,yk)}),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?ek:tk,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 Jx(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},ek={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=Jx.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},tk={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
- Error generating stack: `+k.message+`
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 nk=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 nk;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=sk.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 rk=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,rk.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 ik(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 ik(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=ck.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 ok(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[Zx],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=dk.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{ak();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{lk();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 lk(){for(;pn!==null;)Vy(pn)}function ak(){for(;pn!==null&&!Px();)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=ok(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,uk(i,o,c,v)}finally{gr.transition=g,Lt=v}return null}function uk(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(Ax(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),Lx(),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 sk(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 ck(i){var o=i.memoizedState,c=0;o!==null&&(c=o.retryLane),hf(i,c)}function dk(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=pk(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 fk(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 fk(i,o,c,v)}function Xv(i){return i=i.prototype,!(!i||!i.isReactComponent)}function pk(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 vk(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 vk(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 mk(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=mk(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 hk={usingClientEntryPoint:!1,Events:[Ws,bu,Ze,rd,id,Bu]},Uu={findFiberByHostInstance:_i,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},gk={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(gk),Ki=Cf}catch{}}return mi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=hk,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={};/**
26
+ */var V3;function U9(){if(V3)return Ei;V3=1;var r=x,n=U3();function o(i){for(var l="https://reactjs.org/docs/error-decoder.html?invariant="+i,c=1;c<arguments.length;c++)l+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+i+"; visit "+l+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var s=new Set,d={};function h(i,l){p(i,l),p(i+"Capture",l)}function p(i,l){for(d[i]=l,i=0;i<l.length;i++)s.add(l[i])}var y=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),k=Object.prototype.hasOwnProperty,C=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,T={},S={};function D(i){return k.call(S,i)?!0:k.call(T,i)?!1:C.test(i)?S[i]=!0:(T[i]=!0,!1)}function $(i,l,c,v){if(c!==null&&c.type===0)return!1;switch(typeof l){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 N(i,l,c,v){if(l===null||typeof l>"u"||$(i,l,c,v))return!0;if(v)return!1;if(c!==null)switch(c.type){case 3:return!l;case 4:return l===!1;case 5:return isNaN(l);case 6:return isNaN(l)||1>l}return!1}function M(i,l,c,v,g,E,P){this.acceptsBooleans=l===2||l===3||l===4,this.attributeName=v,this.attributeNamespace=g,this.mustUseProperty=c,this.propertyName=i,this.type=l,this.sanitizeURL=E,this.removeEmptyString=P}var O={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){O[i]=new M(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var l=i[0];O[l]=new M(l,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){O[i]=new M(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){O[i]=new M(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){O[i]=new M(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){O[i]=new M(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){O[i]=new M(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){O[i]=new M(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){O[i]=new M(i,5,!1,i.toLowerCase(),null,!1,!1)});var z=/[\-:]([a-z])/g;function B(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 l=i.replace(z,B);O[l]=new M(l,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var l=i.replace(z,B);O[l]=new M(l,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var l=i.replace(z,B);O[l]=new M(l,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){O[i]=new M(i,1,!1,i.toLowerCase(),null,!1,!1)}),O.xlinkHref=new M("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){O[i]=new M(i,1,!1,i.toLowerCase(),null,!0,!0)});function V(i,l,c,v){var g=O.hasOwnProperty(l)?O[l]:null;(g!==null?g.type!==0:v||!(2<l.length)||l[0]!=="o"&&l[0]!=="O"||l[1]!=="n"&&l[1]!=="N")&&(N(l,c,g,v)&&(c=null),v||g===null?D(l)&&(c===null?i.removeAttribute(l):i.setAttribute(l,""+c)):g.mustUseProperty?i[g.propertyName]=c===null?g.type===3?!1:"":c:(l=g.attributeName,v=g.attributeNamespace,c===null?i.removeAttribute(l):(g=g.type,c=g===3||g===4&&c===!0?"":""+c,v?i.setAttributeNS(v,l,c):i.setAttribute(l,c))))}var K=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,U=Symbol.for("react.element"),G=Symbol.for("react.portal"),Z=Symbol.for("react.fragment"),Se=Symbol.for("react.strict_mode"),ve=Symbol.for("react.profiler"),de=Symbol.for("react.provider"),F=Symbol.for("react.context"),ce=Symbol.for("react.forward_ref"),le=Symbol.for("react.suspense"),ue=Symbol.for("react.suspense_list"),be=Symbol.for("react.memo"),j=Symbol.for("react.lazy"),re=Symbol.for("react.offscreen"),X=Symbol.iterator;function W(i){return i===null||typeof i!="object"?null:(i=X&&i[X]||i["@@iterator"],typeof i=="function"?i:null)}var R=Object.assign,he;function me(i){if(he===void 0)try{throw Error()}catch(c){var l=c.stack.trim().match(/\n( *(at )?)/);he=l&&l[1]||""}return`
27
+ `+he+i}var ke=!1;function Pe(i,l){if(!i||ke)return"";ke=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(l)if(l=function(){throw Error()},Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[])}catch(ae){var v=ae}Reflect.construct(i,[],l)}else{try{l.call()}catch(ae){v=ae}i.call(l.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
+ `),E=v.stack.split(`
29
+ `),P=g.length-1,I=E.length-1;1<=P&&0<=I&&g[P]!==E[I];)I--;for(;1<=P&&0<=I;P--,I--)if(g[P]!==E[I]){if(P!==1||I!==1)do if(P--,I--,0>I||g[P]!==E[I]){var H=`
30
+ `+g[P].replace(" at new "," at ");return i.displayName&&H.includes("<anonymous>")&&(H=H.replace("<anonymous>",i.displayName)),H}while(1<=P&&0<=I);break}}}finally{ke=!1,Error.prepareStackTrace=c}return(i=i?i.displayName||i.name:"")?me(i):""}function Me(i){switch(i.tag){case 5:return me(i.type);case 16:return me("Lazy");case 13:return me("Suspense");case 19:return me("SuspenseList");case 0:case 2:case 15:return i=Pe(i.type,!1),i;case 11:return i=Pe(i.type.render,!1),i;case 1:return i=Pe(i.type,!0),i;default:return""}}function De(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 Z:return"Fragment";case G:return"Portal";case ve:return"Profiler";case Se:return"StrictMode";case le:return"Suspense";case ue:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case F:return(i.displayName||"Context")+".Consumer";case de:return(i._context.displayName||"Context")+".Provider";case ce:var l=i.render;return i=i.displayName,i||(i=l.displayName||l.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case be:return l=i.displayName||null,l!==null?l:De(i.type)||"Memo";case j:l=i._payload,i=i._init;try{return De(i(l))}catch{}}return null}function Fe(i){var l=i.type;switch(i.tag){case 24:return"Cache";case 9:return(l.displayName||"Context")+".Consumer";case 10:return(l._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return i=l.render,i=i.displayName||i.name||"",l.displayName||(i!==""?"ForwardRef("+i+")":"ForwardRef");case 7:return"Fragment";case 5:return l;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return De(l);case 8:return l===Se?"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 l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l}return null}function Be(i){switch(typeof i){case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function Ge(i){var l=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function vt(i){var l=Ge(i)?"checked":"value",c=Object.getOwnPropertyDescriptor(i.constructor.prototype,l),v=""+i[l];if(!i.hasOwnProperty(l)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var g=c.get,E=c.set;return Object.defineProperty(i,l,{configurable:!0,get:function(){return g.call(this)},set:function(P){v=""+P,E.call(this,P)}}),Object.defineProperty(i,l,{enumerable:c.enumerable}),{getValue:function(){return v},setValue:function(P){v=""+P},stopTracking:function(){i._valueTracker=null,delete i[l]}}}}function $e(i){i._valueTracker||(i._valueTracker=vt(i))}function J(i){if(!i)return!1;var l=i._valueTracker;if(!l)return!0;var c=l.getValue(),v="";return i&&(v=Ge(i)?i.checked?"true":"false":i.value),i=v,i!==c?(l.setValue(i),!0):!1}function Ye(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 mt(i,l){var c=l.checked;return R({},l,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c??i._wrapperState.initialChecked})}function Ot(i,l){var c=l.defaultValue==null?"":l.defaultValue,v=l.checked!=null?l.checked:l.defaultChecked;c=Be(l.value!=null?l.value:c),i._wrapperState={initialChecked:v,initialValue:c,controlled:l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null}}function Rn(i,l){l=l.checked,l!=null&&V(i,"checked",l,!1)}function dt(i,l){Rn(i,l);var c=Be(l.value),v=l.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}l.hasOwnProperty("value")?Vr(i,l.type,c):l.hasOwnProperty("defaultValue")&&Vr(i,l.type,Be(l.defaultValue)),l.checked==null&&l.defaultChecked!=null&&(i.defaultChecked=!!l.defaultChecked)}function Zn(i,l,c){if(l.hasOwnProperty("value")||l.hasOwnProperty("defaultValue")){var v=l.type;if(!(v!=="submit"&&v!=="reset"||l.value!==void 0&&l.value!==null))return;l=""+i._wrapperState.initialValue,c||l===i.value||(i.value=l),i.defaultValue=l}c=i.name,c!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,c!==""&&(i.name=c)}function Vr(i,l,c){(l!=="number"||Ye(i.ownerDocument)!==i)&&(c==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+c&&(i.defaultValue=""+c))}var Wn=Array.isArray;function at(i,l,c,v){if(i=i.options,l){l={};for(var g=0;g<c.length;g++)l["$"+c[g]]=!0;for(c=0;c<i.length;c++)g=l.hasOwnProperty("$"+i[c].value),i[c].selected!==g&&(i[c].selected=g),g&&v&&(i[c].defaultSelected=!0)}else{for(c=""+Be(c),l=null,g=0;g<i.length;g++){if(i[g].value===c){i[g].selected=!0,v&&(i[g].defaultSelected=!0);return}l!==null||i[g].disabled||(l=i[g])}l!==null&&(l.selected=!0)}}function yt(i,l){if(l.dangerouslySetInnerHTML!=null)throw Error(o(91));return R({},l,{value:void 0,defaultValue:void 0,children:""+i._wrapperState.initialValue})}function wt(i,l){var c=l.value;if(c==null){if(c=l.children,l=l.defaultValue,c!=null){if(l!=null)throw Error(o(92));if(Wn(c)){if(1<c.length)throw Error(o(93));c=c[0]}l=c}l==null&&(l=""),c=l}i._wrapperState={initialValue:Be(c)}}function Yi(i,l){var c=Be(l.value),v=Be(l.defaultValue);c!=null&&(c=""+c,c!==i.value&&(i.value=c),l.defaultValue==null&&i.defaultValue!==c&&(i.defaultValue=c)),v!=null&&(i.defaultValue=""+v)}function mr(i){var l=i.textContent;l===i._wrapperState.initialValue&&l!==""&&l!==null&&(i.value=l)}function Kr(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 wr(i,l){return i==null||i==="http://www.w3.org/1999/xhtml"?Kr(l):i==="http://www.w3.org/2000/svg"&&l==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var vo,vl=function(i){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(l,c,v,g){MSApp.execUnsafeLocalFunction(function(){return i(l,c,v,g)})}:i}(function(i,l){if(i.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in i)i.innerHTML=l;else{for(vo=vo||document.createElement("div"),vo.innerHTML="<svg>"+l.valueOf().toString()+"</svg>",l=vo.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}});function Ne(i,l){if(l){var c=i.firstChild;if(c&&c===i.lastChild&&c.nodeType===3){c.nodeValue=l;return}}i.textContent=l}var Je={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},nt=["Webkit","ms","Moz","O"];Object.keys(Je).forEach(function(i){nt.forEach(function(l){l=l+i.charAt(0).toUpperCase()+i.substring(1),Je[l]=Je[i]})});function Mt(i,l,c){return l==null||typeof l=="boolean"||l===""?"":c||typeof l!="number"||l===0||Je.hasOwnProperty(i)&&Je[i]?(""+l).trim():l+"px"}function dn(i,l){i=i.style;for(var c in l)if(l.hasOwnProperty(c)){var v=c.indexOf("--")===0,g=Mt(c,l[c],v);c==="float"&&(c="cssFloat"),v?i.setProperty(c,g):i[c]=g}}var Hr=R({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 Cn(i,l){if(l){if(Hr[i]&&(l.children!=null||l.dangerouslySetInnerHTML!=null))throw Error(o(137,i));if(l.dangerouslySetInnerHTML!=null){if(l.children!=null)throw Error(o(60));if(typeof l.dangerouslySetInnerHTML!="object"||!("__html"in l.dangerouslySetInnerHTML))throw Error(o(61))}if(l.style!=null&&typeof l.style!="object")throw Error(o(62))}}function jr(i,l){if(i.indexOf("-")===-1)return typeof l.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 _n=null;function fn(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var zn=null,hu=null,hl=null;function bd(i){if(i=Xe(i)){if(typeof zn!="function")throw Error(o(280));var l=i.stateNode;l&&(l=ln(l),zn(i.stateNode,i.type,l))}}function Rg(i){hu?hl?hl.push(i):hl=[i]:hu=i}function zg(){if(hu){var i=hu,l=hl;if(hl=hu=null,bd(i),l)for(i=0;i<l.length;i++)bd(l[i])}}function Qp(i,l){return i(l)}function Xp(){}var Zp=!1;function Jp(i,l,c){if(Zp)return i(l,c);Zp=!0;try{return Qp(i,l,c)}finally{Zp=!1,(hu!==null||hl!==null)&&(Xp(),zg())}}function aa(i,l){var c=i.stateNode;if(c===null)return null;var v=ln(c);if(v===null)return null;c=v[l];e:switch(l){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(o(231,l,typeof c));return c}var ml=!1;if(y)try{var qi={};Object.defineProperty(qi,"passive",{get:function(){ml=!0}}),window.addEventListener("test",qi,qi),window.removeEventListener("test",qi,qi)}catch{ml=!1}function mu(i,l,c,v,g,E,P,I,H){var ae=Array.prototype.slice.call(arguments,3);try{l.apply(c,ae)}catch(Ce){this.onError(Ce)}}var ua=!1,gu=null,yu=!1,Ps=null,bu={onError:function(i){ua=!0,gu=i}};function xd(i,l,c,v,g,E,P,I,H){ua=!1,gu=null,mu.apply(bu,arguments)}function kd(i,l,c,v,g,E,P,I,H){if(xd.apply(this,arguments),ua){if(ua){var ae=gu;ua=!1,gu=null}else throw Error(o(198));yu||(yu=!0,Ps=ae)}}function Qi(i){var l=i,c=i;if(i.alternate)for(;l.return;)l=l.return;else{i=l;do l=i,l.flags&4098&&(c=l.return),i=l.return;while(i)}return l.tag===3?c:null}function gr(i){if(i.tag===13){var l=i.memoizedState;if(l===null&&(i=i.alternate,i!==null&&(l=i.memoizedState)),l!==null)return l.dehydrated}return null}function Ig(i){if(Qi(i)!==i)throw Error(o(188))}function jx(i){var l=i.alternate;if(!l){if(l=Qi(i),l===null)throw Error(o(188));return l!==i?null:i}for(var c=i,v=l;;){var g=c.return;if(g===null)break;var E=g.alternate;if(E===null){if(v=g.return,v!==null){c=v;continue}break}if(g.child===E.child){for(E=g.child;E;){if(E===c)return Ig(g),i;if(E===v)return Ig(g),l;E=E.sibling}throw Error(o(188))}if(c.return!==v.return)c=g,v=E;else{for(var P=!1,I=g.child;I;){if(I===c){P=!0,c=g,v=E;break}if(I===v){P=!0,v=g,c=E;break}I=I.sibling}if(!P){for(I=E.child;I;){if(I===c){P=!0,c=E,v=g;break}if(I===v){P=!0,v=E,c=g;break}I=I.sibling}if(!P)throw Error(o(189))}}if(c.alternate!==v)throw Error(o(190))}if(c.tag!==3)throw Error(o(188));return c.stateNode.current===c?i:l}function ev(i){return i=jx(i),i!==null?Bg(i):null}function Bg(i){if(i.tag===5||i.tag===6)return i;for(i=i.child;i!==null;){var l=Bg(i);if(l!==null)return l;i=i.sibling}return null}var Ug=n.unstable_scheduleCallback,Vg=n.unstable_cancelCallback,Kg=n.unstable_shouldYield,Wx=n.unstable_requestPaint,Qt=n.unstable_now,kt=n.unstable_getCurrentPriorityLevel,sa=n.unstable_ImmediatePriority,tv=n.unstable_UserBlockingPriority,Ns=n.unstable_NormalPriority,Hg=n.unstable_LowPriority,nv=n.unstable_IdlePriority,Ls=null,Xi=null;function jg(i){if(Xi&&typeof Xi.onCommitFiberRoot=="function")try{Xi.onCommitFiberRoot(Ls,i,void 0,(i.current.flags&128)===128)}catch{}}var wi=Math.clz32?Math.clz32:rv,Gx=Math.log,Yx=Math.LN2;function rv(i){return i>>>=0,i===0?32:31-(Gx(i)/Yx|0)|0}var xu=64,Zi=4194304;function ca(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 da(i,l){var c=i.pendingLanes;if(c===0)return 0;var v=0,g=i.suspendedLanes,E=i.pingedLanes,P=c&268435455;if(P!==0){var I=P&~g;I!==0?v=ca(I):(E&=P,E!==0&&(v=ca(E)))}else P=c&~g,P!==0?v=ca(P):E!==0&&(v=ca(E));if(v===0)return 0;if(l!==0&&l!==v&&!(l&g)&&(g=v&-v,E=l&-l,g>=E||g===16&&(E&4194240)!==0))return l;if(v&4&&(v|=c&16),l=i.entangledLanes,l!==0)for(i=i.entanglements,l&=v;0<l;)c=31-wi(l),g=1<<c,v|=i[c],l&=~g;return v}function qx(i,l){switch(i){case 1:case 2:case 4:return l+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 l+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 iv(i,l){for(var c=i.suspendedLanes,v=i.pingedLanes,g=i.expirationTimes,E=i.pendingLanes;0<E;){var P=31-wi(E),I=1<<P,H=g[P];H===-1?(!(I&c)||I&v)&&(g[P]=qx(I,l)):H<=l&&(i.expiredLanes|=I),E&=~I}}function ov(i){return i=i.pendingLanes&-1073741825,i!==0?i:i&1073741824?1073741824:0}function Ed(){var i=xu;return xu<<=1,!(xu&4194240)&&(xu=64),i}function lv(i){for(var l=[],c=0;31>c;c++)l.push(i);return l}function fa(i,l,c){i.pendingLanes|=l,l!==536870912&&(i.suspendedLanes=0,i.pingedLanes=0),i=i.eventTimes,l=31-wi(l),i[l]=c}function Qx(i,l){var c=i.pendingLanes&~l;i.pendingLanes=l,i.suspendedLanes=0,i.pingedLanes=0,i.expiredLanes&=l,i.mutableReadLanes&=l,i.entangledLanes&=l,l=i.entanglements;var v=i.eventTimes;for(i=i.expirationTimes;0<c;){var g=31-wi(c),E=1<<g;l[g]=0,v[g]=-1,i[g]=-1,c&=~E}}function Cd(i,l){var c=i.entangledLanes|=l;for(i=i.entanglements;c;){var v=31-wi(c),g=1<<v;g&l|i[v]&l&&(i[v]|=l),c&=~g}}var It=0;function av(i){return i&=-i,1<i?4<i?i&268435455?16:536870912:4:1}var Bt,uv,sv,ft,cv,Tr=!1,gl=[],Ti=null,yl=null,pn=null,Jt=new Map,Ms=new Map,Jn=[],Di="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 zo(i,l){switch(i){case"focusin":case"focusout":Ti=null;break;case"dragenter":case"dragleave":yl=null;break;case"mouseover":case"mouseout":pn=null;break;case"pointerover":case"pointerout":Jt.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ms.delete(l.pointerId)}}function As(i,l,c,v,g,E){return i===null||i.nativeEvent!==E?(i={blockedOn:l,domEventName:c,eventSystemFlags:v,nativeEvent:E,targetContainers:[g]},l!==null&&(l=Xe(l),l!==null&&uv(l)),i):(i.eventSystemFlags|=v,l=i.targetContainers,g!==null&&l.indexOf(g)===-1&&l.push(g),i)}function dv(i,l,c,v,g){switch(l){case"focusin":return Ti=As(Ti,i,l,c,v,g),!0;case"dragenter":return yl=As(yl,i,l,c,v,g),!0;case"mouseover":return pn=As(pn,i,l,c,v,g),!0;case"pointerover":var E=g.pointerId;return Jt.set(E,As(Jt.get(E)||null,i,l,c,v,g)),!0;case"gotpointercapture":return E=g.pointerId,Ms.set(E,As(Ms.get(E)||null,i,l,c,v,g)),!0}return!1}function fv(i){var l=Ea(i.target);if(l!==null){var c=Qi(l);if(c!==null){if(l=c.tag,l===13){if(l=gr(c),l!==null){i.blockedOn=l,cv(i.priority,function(){sv(c)});return}}else if(l===3&&c.stateNode.current.memoizedState.isDehydrated){i.blockedOn=c.tag===3?c.stateNode.containerInfo:null;return}}}i.blockedOn=null}function Os(i){if(i.blockedOn!==null)return!1;for(var l=i.targetContainers;0<l.length;){var c=Sd(i.domEventName,i.eventSystemFlags,l[0],i.nativeEvent);if(c===null){c=i.nativeEvent;var v=new c.constructor(c.type,c);_n=v,c.target.dispatchEvent(v),_n=null}else return l=Xe(c),l!==null&&uv(l),i.blockedOn=c,!1;l.shift()}return!0}function Wg(i,l,c){Os(i)&&c.delete(l)}function Xx(){Tr=!1,Ti!==null&&Os(Ti)&&(Ti=null),yl!==null&&Os(yl)&&(yl=null),pn!==null&&Os(pn)&&(pn=null),Jt.forEach(Wg),Ms.forEach(Wg)}function Fs(i,l){i.blockedOn===l&&(i.blockedOn=null,Tr||(Tr=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,Xx)))}function bl(i){function l(g){return Fs(g,i)}if(0<gl.length){Fs(gl[0],i);for(var c=1;c<gl.length;c++){var v=gl[c];v.blockedOn===i&&(v.blockedOn=null)}}for(Ti!==null&&Fs(Ti,i),yl!==null&&Fs(yl,i),pn!==null&&Fs(pn,i),Jt.forEach(l),Ms.forEach(l),c=0;c<Jn.length;c++)v=Jn[c],v.blockedOn===i&&(v.blockedOn=null);for(;0<Jn.length&&(c=Jn[0],c.blockedOn===null);)fv(c),c.blockedOn===null&&Jn.shift()}var pa=K.ReactCurrentBatchConfig,va=!0;function Gg(i,l,c,v){var g=It,E=pa.transition;pa.transition=null;try{It=1,_d(i,l,c,v)}finally{It=g,pa.transition=E}}function Yg(i,l,c,v){var g=It,E=pa.transition;pa.transition=null;try{It=4,_d(i,l,c,v)}finally{It=g,pa.transition=E}}function _d(i,l,c,v){if(va){var g=Sd(i,l,c,v);if(g===null)Kd(i,l,v,Rs,c),zo(i,v);else if(dv(g,i,l,c,v))v.stopPropagation();else if(zo(i,v),l&4&&-1<Di.indexOf(i)){for(;g!==null;){var E=Xe(g);if(E!==null&&Bt(E),E=Sd(i,l,c,v),E===null&&Kd(i,l,v,Rs,c),E===g)break;g=E}g!==null&&v.stopPropagation()}else Kd(i,l,v,null,c)}}var Rs=null;function Sd(i,l,c,v){if(Rs=null,i=fn(v),i=Ea(i),i!==null)if(l=Qi(i),l===null)i=null;else if(c=l.tag,c===13){if(i=gr(l),i!==null)return i;i=null}else if(c===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;i=null}else l!==i&&(i=null);return Rs=i,null}function wd(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(kt()){case sa:return 1;case tv:return 4;case Ns:case Hg:return 16;case nv:return 536870912;default:return 16}default:return 16}}var Io=null,Td=null,ku=null;function pv(){if(ku)return ku;var i,l=Td,c=l.length,v,g="value"in Io?Io.value:Io.textContent,E=g.length;for(i=0;i<c&&l[i]===g[i];i++);var P=c-i;for(v=1;v<=P&&l[c-v]===g[E-v];v++);return ku=g.slice(i,1<v?1-v:void 0)}function Dd(i){var l=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&l===13&&(i=13)):i=l,i===10&&(i=13),32<=i||i===13?i:0}function $d(){return!0}function Pd(){return!1}function Wr(i){function l(c,v,g,E,P){this._reactName=c,this._targetInst=g,this.type=v,this.nativeEvent=E,this.target=P,this.currentTarget=null;for(var I in i)i.hasOwnProperty(I)&&(c=i[I],this[I]=c?c(E):E[I]);return this.isDefaultPrevented=(E.defaultPrevented!=null?E.defaultPrevented:E.returnValue===!1)?$d:Pd,this.isPropagationStopped=Pd,this}return R(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=$d)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.cancelBubble=!0),this.isPropagationStopped=$d)},persist:function(){},isPersistent:$d}),l}var ha={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Nd=Wr(ha),Eu=R({},ha,{view:0,detail:0}),Zx=Wr(Eu),vv,er,ma,zs=R({},Eu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:bv,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!==ma&&(ma&&i.type==="mousemove"?(vv=i.screenX-ma.screenX,er=i.screenY-ma.screenY):er=vv=0,ma=i),vv)},movementY:function(i){return"movementY"in i?i.movementY:er}}),hv=Wr(zs),Jx=R({},zs,{dataTransfer:0}),Cu=Wr(Jx),mv=R({},Eu,{relatedTarget:0}),Ld=Wr(mv),ek=R({},ha,{animationName:0,elapsedTime:0,pseudoElement:0}),tk=Wr(ek),nk=R({},ha,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),qg=Wr(nk),gv=R({},ha,{data:0}),yv=Wr(gv),Qg={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Xg={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"},rk={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Bo(i){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(i):(i=rk[i])?!!l[i]:!1}function bv(){return Bo}var xv=R({},Eu,{key:function(i){if(i.key){var l=Qg[i.key]||i.key;if(l!=="Unidentified")return l}return i.type==="keypress"?(i=Dd(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?Xg[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:bv,charCode:function(i){return i.type==="keypress"?Dd(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?Dd(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),kv=Wr(xv),Ev=R({},zs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Zg=Wr(Ev),Md=R({},Eu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:bv}),Jg=Wr(Md),Gr=R({},ha,{propertyName:0,elapsedTime:0,pseudoElement:0}),Uo=Wr(Gr),Sn=R({},zs,{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}),Vo=Wr(Sn),Cv=[9,13,27,32],_u=y&&"CompositionEvent"in window,Is=null;y&&"documentMode"in document&&(Is=document.documentMode);var Bs=y&&"TextEvent"in window&&!Is,ey=y&&(!_u||Is&&8<Is&&11>=Is),ty=" ",Ad=!1;function ny(i,l){switch(i){case"keyup":return Cv.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ry(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var Su=!1;function iy(i,l){switch(i){case"compositionend":return ry(l);case"keypress":return l.which!==32?null:(Ad=!0,ty);case"textInput":return i=l.data,i===ty&&Ad?null:i;default:return null}}function ik(i,l){if(Su)return i==="compositionend"||!_u&&ny(i,l)?(i=pv(),ku=Td=Io=null,Su=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return ey&&l.locale!=="ko"?null:l.data;default:return null}}var ok={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 oy(i){var l=i&&i.nodeName&&i.nodeName.toLowerCase();return l==="input"?!!ok[i.type]:l==="textarea"}function _v(i,l,c,v){Rg(v),l=Ws(l,"onChange"),0<l.length&&(c=new Nd("onChange","change",null,c,v),i.push({event:c,listeners:l}))}var ho=null,ga=null;function ly(i){xa(i,0)}function Us(i){var l=eo(i);if(J(l))return i}function lk(i,l){if(i==="change")return l}var ay=!1;if(y){var Sv;if(y){var wv="oninput"in document;if(!wv){var uy=document.createElement("div");uy.setAttribute("oninput","return;"),wv=typeof uy.oninput=="function"}Sv=wv}else Sv=!1;ay=Sv&&(!document.documentMode||9<document.documentMode)}function sy(){ho&&(ho.detachEvent("onpropertychange",cy),ga=ho=null)}function cy(i){if(i.propertyName==="value"&&Us(ga)){var l=[];_v(l,ga,i,fn(i)),Jp(ly,l)}}function ak(i,l,c){i==="focusin"?(sy(),ho=l,ga=c,ho.attachEvent("onpropertychange",cy)):i==="focusout"&&sy()}function dy(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return Us(ga)}function uk(i,l){if(i==="click")return Us(l)}function fy(i,l){if(i==="input"||i==="change")return Us(l)}function sk(i,l){return i===l&&(i!==0||1/i===1/l)||i!==i&&l!==l}var Ji=typeof Object.is=="function"?Object.is:sk;function Vs(i,l){if(Ji(i,l))return!0;if(typeof i!="object"||i===null||typeof l!="object"||l===null)return!1;var c=Object.keys(i),v=Object.keys(l);if(c.length!==v.length)return!1;for(v=0;v<c.length;v++){var g=c[v];if(!k.call(l,g)||!Ji(i[g],l[g]))return!1}return!0}function py(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function Od(i,l){var c=py(i);i=0;for(var v;c;){if(c.nodeType===3){if(v=i+c.textContent.length,i<=l&&v>=l)return{node:c,offset:l-i};i=v}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=py(c)}}function xl(i,l){return i&&l?i===l?!0:i&&i.nodeType===3?!1:l&&l.nodeType===3?xl(i,l.parentNode):"contains"in i?i.contains(l):i.compareDocumentPosition?!!(i.compareDocumentPosition(l)&16):!1:!1}function Ks(){for(var i=window,l=Ye();l instanceof i.HTMLIFrameElement;){try{var c=typeof l.contentWindow.location.href=="string"}catch{c=!1}if(c)i=l.contentWindow;else break;l=Ye(i.document)}return l}function Fd(i){var l=i&&i.nodeName&&i.nodeName.toLowerCase();return l&&(l==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||l==="textarea"||i.contentEditable==="true")}function wu(i){var l=Ks(),c=i.focusedElem,v=i.selectionRange;if(l!==c&&c&&c.ownerDocument&&xl(c.ownerDocument.documentElement,c)){if(v!==null&&Fd(c)){if(l=v.start,i=v.end,i===void 0&&(i=l),"selectionStart"in c)c.selectionStart=l,c.selectionEnd=Math.min(i,c.value.length);else if(i=(l=c.ownerDocument||document)&&l.defaultView||window,i.getSelection){i=i.getSelection();var g=c.textContent.length,E=Math.min(v.start,g);v=v.end===void 0?E:Math.min(v.end,g),!i.extend&&E>v&&(g=v,v=E,E=g),g=Od(c,E);var P=Od(c,v);g&&P&&(i.rangeCount!==1||i.anchorNode!==g.node||i.anchorOffset!==g.offset||i.focusNode!==P.node||i.focusOffset!==P.offset)&&(l=l.createRange(),l.setStart(g.node,g.offset),i.removeAllRanges(),E>v?(i.addRange(l),i.extend(P.node,P.offset)):(l.setEnd(P.node,P.offset),i.addRange(l)))}}for(l=[],i=c;i=i.parentNode;)i.nodeType===1&&l.push({element:i,left:i.scrollLeft,top:i.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<l.length;c++)i=l[c],i.element.scrollLeft=i.left,i.element.scrollTop=i.top}}var ck=y&&"documentMode"in document&&11>=document.documentMode,Tu=null,Tv=null,Hs=null,Dv=!1;function $v(i,l,c){var v=c.window===c?c.document:c.nodeType===9?c:c.ownerDocument;Dv||Tu==null||Tu!==Ye(v)||(v=Tu,"selectionStart"in v&&Fd(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}),Hs&&Vs(Hs,v)||(Hs=v,v=Ws(Tv,"onSelect"),0<v.length&&(l=new Nd("onSelect","select",null,l,c),i.push({event:l,listeners:v}),l.target=Tu)))}function Rd(i,l){var c={};return c[i.toLowerCase()]=l.toLowerCase(),c["Webkit"+i]="webkit"+l,c["Moz"+i]="moz"+l,c}var ya={animationend:Rd("Animation","AnimationEnd"),animationiteration:Rd("Animation","AnimationIteration"),animationstart:Rd("Animation","AnimationStart"),transitionend:Rd("Transition","TransitionEnd")},tr={},Pv={};y&&(Pv=document.createElement("div").style,"AnimationEvent"in window||(delete ya.animationend.animation,delete ya.animationiteration.animation,delete ya.animationstart.animation),"TransitionEvent"in window||delete ya.transitionend.transition);function zd(i){if(tr[i])return tr[i];if(!ya[i])return i;var l=ya[i],c;for(c in l)if(l.hasOwnProperty(c)&&c in Pv)return tr[i]=l[c];return i}var vy=zd("animationend"),hy=zd("animationiteration"),my=zd("animationstart"),gy=zd("transitionend"),Nv=new Map,Id="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 $i(i,l){Nv.set(i,l),h(l,[i])}for(var Lv=0;Lv<Id.length;Lv++){var ba=Id[Lv],dk=ba.toLowerCase(),fk=ba[0].toUpperCase()+ba.slice(1);$i(dk,"on"+fk)}$i(vy,"onAnimationEnd"),$i(hy,"onAnimationIteration"),$i(my,"onAnimationStart"),$i("dblclick","onDoubleClick"),$i("focusin","onFocus"),$i("focusout","onBlur"),$i(gy,"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 js="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(" "),Mv=new Set("cancel close invalid load scroll toggle".split(" ").concat(js));function Bd(i,l,c){var v=i.type||"unknown-event";i.currentTarget=c,kd(v,l,void 0,i),i.currentTarget=null}function xa(i,l){l=(l&4)!==0;for(var c=0;c<i.length;c++){var v=i[c],g=v.event;v=v.listeners;e:{var E=void 0;if(l)for(var P=v.length-1;0<=P;P--){var I=v[P],H=I.instance,ae=I.currentTarget;if(I=I.listener,H!==E&&g.isPropagationStopped())break e;Bd(g,I,ae),E=H}else for(P=0;P<v.length;P++){if(I=v[P],H=I.instance,ae=I.currentTarget,I=I.listener,H!==E&&g.isPropagationStopped())break e;Bd(g,I,ae),E=H}}}if(yu)throw i=Ps,yu=!1,Ps=null,i}function Ft(i,l){var c=l[qs];c===void 0&&(c=l[qs]=new Set);var v=i+"__bubble";c.has(v)||(yy(l,i,2,!1),c.add(v))}function Ud(i,l,c){var v=0;l&&(v|=4),yy(c,i,v,l)}var Vd="_reactListening"+Math.random().toString(36).slice(2);function Du(i){if(!i[Vd]){i[Vd]=!0,s.forEach(function(c){c!=="selectionchange"&&(Mv.has(c)||Ud(c,!1,i),Ud(c,!0,i))});var l=i.nodeType===9?i:i.ownerDocument;l===null||l[Vd]||(l[Vd]=!0,Ud("selectionchange",!1,l))}}function yy(i,l,c,v){switch(wd(l)){case 1:var g=Gg;break;case 4:g=Yg;break;default:g=_d}c=g.bind(null,l,c,i),g=void 0,!ml||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(g=!0),v?g!==void 0?i.addEventListener(l,c,{capture:!0,passive:g}):i.addEventListener(l,c,!0):g!==void 0?i.addEventListener(l,c,{passive:g}):i.addEventListener(l,c,!1)}function Kd(i,l,c,v,g){var E=v;if(!(l&1)&&!(l&2)&&v!==null)e:for(;;){if(v===null)return;var P=v.tag;if(P===3||P===4){var I=v.stateNode.containerInfo;if(I===g||I.nodeType===8&&I.parentNode===g)break;if(P===4)for(P=v.return;P!==null;){var H=P.tag;if((H===3||H===4)&&(H=P.stateNode.containerInfo,H===g||H.nodeType===8&&H.parentNode===g))return;P=P.return}for(;I!==null;){if(P=Ea(I),P===null)return;if(H=P.tag,H===5||H===6){v=E=P;continue e}I=I.parentNode}}v=v.return}Jp(function(){var ae=E,Ce=fn(c),we=[];e:{var Ee=Nv.get(i);if(Ee!==void 0){var ze=Nd,Ke=i;switch(i){case"keypress":if(Dd(c)===0)break e;case"keydown":case"keyup":ze=kv;break;case"focusin":Ke="focus",ze=Ld;break;case"focusout":Ke="blur",ze=Ld;break;case"beforeblur":case"afterblur":ze=Ld;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":ze=hv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ze=Cu;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ze=Jg;break;case vy:case hy:case my:ze=tk;break;case gy:ze=Uo;break;case"scroll":ze=Zx;break;case"wheel":ze=Vo;break;case"copy":case"cut":case"paste":ze=qg;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ze=Zg}var We=(l&4)!==0,kn=!We&&i==="scroll",ee=We?Ee!==null?Ee+"Capture":null:Ee;We=[];for(var q=ae,ie;q!==null;){ie=q;var _e=ie.stateNode;if(ie.tag===5&&_e!==null&&(ie=_e,ee!==null&&(_e=aa(q,ee),_e!=null&&We.push($u(q,_e,ie)))),kn)break;q=q.return}0<We.length&&(Ee=new ze(Ee,Ke,null,c,Ce),we.push({event:Ee,listeners:We}))}}if(!(l&7)){e:{if(Ee=i==="mouseover"||i==="pointerover",ze=i==="mouseout"||i==="pointerout",Ee&&c!==_n&&(Ke=c.relatedTarget||c.fromElement)&&(Ea(Ke)||Ke[Ko]))break e;if((ze||Ee)&&(Ee=Ce.window===Ce?Ce:(Ee=Ce.ownerDocument)?Ee.defaultView||Ee.parentWindow:window,ze?(Ke=c.relatedTarget||c.toElement,ze=ae,Ke=Ke?Ea(Ke):null,Ke!==null&&(kn=Qi(Ke),Ke!==kn||Ke.tag!==5&&Ke.tag!==6)&&(Ke=null)):(ze=null,Ke=ae),ze!==Ke)){if(We=hv,_e="onMouseLeave",ee="onMouseEnter",q="mouse",(i==="pointerout"||i==="pointerover")&&(We=Zg,_e="onPointerLeave",ee="onPointerEnter",q="pointer"),kn=ze==null?Ee:eo(ze),ie=Ke==null?Ee:eo(Ke),Ee=new We(_e,q+"leave",ze,c,Ce),Ee.target=kn,Ee.relatedTarget=ie,_e=null,Ea(Ce)===ae&&(We=new We(ee,q+"enter",Ke,c,Ce),We.target=ie,We.relatedTarget=kn,_e=We),kn=_e,ze&&Ke)t:{for(We=ze,ee=Ke,q=0,ie=We;ie;ie=kl(ie))q++;for(ie=0,_e=ee;_e;_e=kl(_e))ie++;for(;0<q-ie;)We=kl(We),q--;for(;0<ie-q;)ee=kl(ee),ie--;for(;q--;){if(We===ee||ee!==null&&We===ee.alternate)break t;We=kl(We),ee=kl(ee)}We=null}else We=null;ze!==null&&by(we,Ee,ze,We,!1),Ke!==null&&kn!==null&&by(we,kn,Ke,We,!0)}}e:{if(Ee=ae?eo(ae):window,ze=Ee.nodeName&&Ee.nodeName.toLowerCase(),ze==="select"||ze==="input"&&Ee.type==="file")var He=lk;else if(oy(Ee))if(ay)He=fy;else{He=dy;var tt=ak}else(ze=Ee.nodeName)&&ze.toLowerCase()==="input"&&(Ee.type==="checkbox"||Ee.type==="radio")&&(He=uk);if(He&&(He=He(i,ae))){_v(we,He,c,Ce);break e}tt&&tt(i,Ee,ae),i==="focusout"&&(tt=Ee._wrapperState)&&tt.controlled&&Ee.type==="number"&&Vr(Ee,"number",Ee.value)}switch(tt=ae?eo(ae):window,i){case"focusin":(oy(tt)||tt.contentEditable==="true")&&(Tu=tt,Tv=ae,Hs=null);break;case"focusout":Hs=Tv=Tu=null;break;case"mousedown":Dv=!0;break;case"contextmenu":case"mouseup":case"dragend":Dv=!1,$v(we,c,Ce);break;case"selectionchange":if(ck)break;case"keydown":case"keyup":$v(we,c,Ce)}var rt;if(_u)e:{switch(i){case"compositionstart":var ut="onCompositionStart";break e;case"compositionend":ut="onCompositionEnd";break e;case"compositionupdate":ut="onCompositionUpdate";break e}ut=void 0}else Su?ny(i,c)&&(ut="onCompositionEnd"):i==="keydown"&&c.keyCode===229&&(ut="onCompositionStart");ut&&(ey&&c.locale!=="ko"&&(Su||ut!=="onCompositionStart"?ut==="onCompositionEnd"&&Su&&(rt=pv()):(Io=Ce,Td="value"in Io?Io.value:Io.textContent,Su=!0)),tt=Ws(ae,ut),0<tt.length&&(ut=new yv(ut,i,null,c,Ce),we.push({event:ut,listeners:tt}),rt?ut.data=rt:(rt=ry(c),rt!==null&&(ut.data=rt)))),(rt=Bs?iy(i,c):ik(i,c))&&(ae=Ws(ae,"onBeforeInput"),0<ae.length&&(Ce=new yv("onBeforeInput","beforeinput",null,c,Ce),we.push({event:Ce,listeners:ae}),Ce.data=rt))}xa(we,l)})}function $u(i,l,c){return{instance:i,listener:l,currentTarget:c}}function Ws(i,l){for(var c=l+"Capture",v=[];i!==null;){var g=i,E=g.stateNode;g.tag===5&&E!==null&&(g=E,E=aa(i,c),E!=null&&v.unshift($u(i,E,g)),E=aa(i,l),E!=null&&v.push($u(i,E,g))),i=i.return}return v}function kl(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5);return i||null}function by(i,l,c,v,g){for(var E=l._reactName,P=[];c!==null&&c!==v;){var I=c,H=I.alternate,ae=I.stateNode;if(H!==null&&H===v)break;I.tag===5&&ae!==null&&(I=ae,g?(H=aa(c,E),H!=null&&P.unshift($u(c,H,I))):g||(H=aa(c,E),H!=null&&P.push($u(c,H,I)))),c=c.return}P.length!==0&&i.push({event:l,listeners:P})}var xy=/\r\n?/g,pk=/\u0000|\uFFFD/g;function ky(i){return(typeof i=="string"?i:""+i).replace(xy,`
31
+ `).replace(pk,"")}function Hd(i,l,c){if(l=ky(l),ky(i)!==l&&c)throw Error(o(425))}function El(){}var Gs=null,ka=null;function jd(i,l){return i==="textarea"||i==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var Wd=typeof setTimeout=="function"?setTimeout:void 0,Av=typeof clearTimeout=="function"?clearTimeout:void 0,Ey=typeof Promise=="function"?Promise:void 0,Pu=typeof queueMicrotask=="function"?queueMicrotask:typeof Ey<"u"?function(i){return Ey.resolve(null).then(i).catch(Gd)}:Wd;function Gd(i){setTimeout(function(){throw i})}function Nu(i,l){var c=l,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),bl(l);return}v--}else c!=="$"&&c!=="$?"&&c!=="$!"||v++;c=g}while(c);bl(l)}function mo(i){for(;i!=null;i=i.nextSibling){var l=i.nodeType;if(l===1||l===3)break;if(l===8){if(l=i.data,l==="$"||l==="$!"||l==="$?")break;if(l==="/$")return null}}return i}function Cy(i){i=i.previousSibling;for(var l=0;i;){if(i.nodeType===8){var c=i.data;if(c==="$"||c==="$!"||c==="$?"){if(l===0)return i;l--}else c==="/$"&&l++}i=i.previousSibling}return null}var Cl=Math.random().toString(36).slice(2),go="__reactFiber$"+Cl,Ys="__reactProps$"+Cl,Ko="__reactContainer$"+Cl,qs="__reactEvents$"+Cl,Lu="__reactListeners$"+Cl,vk="__reactHandles$"+Cl;function Ea(i){var l=i[go];if(l)return l;for(var c=i.parentNode;c;){if(l=c[Ko]||c[go]){if(c=l.alternate,l.child!==null||c!==null&&c.child!==null)for(i=Cy(i);i!==null;){if(c=i[go])return c;i=Cy(i)}return l}i=c,c=i.parentNode}return null}function Xe(i){return i=i[go]||i[Ko],!i||i.tag!==5&&i.tag!==6&&i.tag!==13&&i.tag!==3?null:i}function eo(i){if(i.tag===5||i.tag===6)return i.stateNode;throw Error(o(33))}function ln(i){return i[Ys]||null}var Et=[],Pi=-1;function Ni(i){return{current:i}}function Zt(i){0>Pi||(i.current=Et[Pi],Et[Pi]=null,Pi--)}function Qe(i,l){Pi++,Et[Pi]=i.current,i.current=l}var yr={},vn=Ni(yr),In=Ni(!1),Yr=yr;function qr(i,l){var c=i.type.contextTypes;if(!c)return yr;var v=i.stateNode;if(v&&v.__reactInternalMemoizedUnmaskedChildContext===l)return v.__reactInternalMemoizedMaskedChildContext;var g={},E;for(E in c)g[E]=l[E];return v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=l,i.__reactInternalMemoizedMaskedChildContext=g),g}function wn(i){return i=i.childContextTypes,i!=null}function Mu(){Zt(In),Zt(vn)}function _y(i,l,c){if(vn.current!==yr)throw Error(o(168));Qe(vn,l),Qe(In,c)}function Qs(i,l,c){var v=i.stateNode;if(l=l.childContextTypes,typeof v.getChildContext!="function")return c;v=v.getChildContext();for(var g in v)if(!(g in l))throw Error(o(108,Fe(i)||"Unknown",g));return R({},c,v)}function Gn(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||yr,Yr=vn.current,Qe(vn,i),Qe(In,In.current),!0}function Yd(i,l,c){var v=i.stateNode;if(!v)throw Error(o(169));c?(i=Qs(i,l,Yr),v.__reactInternalMemoizedMergedChildContext=i,Zt(In),Zt(vn),Qe(vn,i)):Zt(In),Qe(In,c)}var yo=null,Au=!1,Ho=!1;function qd(i){yo===null?yo=[i]:yo.push(i)}function _l(i){Au=!0,qd(i)}function bo(){if(!Ho&&yo!==null){Ho=!0;var i=0,l=It;try{var c=yo;for(It=1;i<c.length;i++){var v=c[i];do v=v(!0);while(v!==null)}yo=null,Au=!1}catch(g){throw yo!==null&&(yo=yo.slice(i+1)),Ug(sa,bo),g}finally{It=l,Ho=!1}}return null}var Sl=[],wl=0,Tl=null,jo=0,Tn=[],Li=0,si=null,xo=1,ko="";function Ca(i,l){Sl[wl++]=jo,Sl[wl++]=Tl,Tl=i,jo=l}function Sy(i,l,c){Tn[Li++]=xo,Tn[Li++]=ko,Tn[Li++]=si,si=i;var v=xo;i=ko;var g=32-wi(v)-1;v&=~(1<<g),c+=1;var E=32-wi(l)+g;if(30<E){var P=g-g%5;E=(v&(1<<P)-1).toString(32),v>>=P,g-=P,xo=1<<32-wi(l)+g|c<<g|v,ko=E+i}else xo=1<<E|c<<g|v,ko=i}function Qd(i){i.return!==null&&(Ca(i,1),Sy(i,1,0))}function Xd(i){for(;i===Tl;)Tl=Sl[--wl],Sl[wl]=null,jo=Sl[--wl],Sl[wl]=null;for(;i===si;)si=Tn[--Li],Tn[Li]=null,ko=Tn[--Li],Tn[Li]=null,xo=Tn[--Li],Tn[Li]=null}var Qr=null,Xr=null,nn=!1,Mi=null;function Ov(i,l){var c=zi(5,null,null,0);c.elementType="DELETED",c.stateNode=l,c.return=i,l=i.deletions,l===null?(i.deletions=[c],i.flags|=16):l.push(c)}function wy(i,l){switch(i.tag){case 5:var c=i.type;return l=l.nodeType!==1||c.toLowerCase()!==l.nodeName.toLowerCase()?null:l,l!==null?(i.stateNode=l,Qr=i,Xr=mo(l.firstChild),!0):!1;case 6:return l=i.pendingProps===""||l.nodeType!==3?null:l,l!==null?(i.stateNode=l,Qr=i,Xr=null,!0):!1;case 13:return l=l.nodeType!==8?null:l,l!==null?(c=si!==null?{id:xo,overflow:ko}:null,i.memoizedState={dehydrated:l,treeContext:c,retryLane:1073741824},c=zi(18,null,null,0),c.stateNode=l,c.return=i,i.child=c,Qr=i,Xr=null,!0):!1;default:return!1}}function Fv(i){return(i.mode&1)!==0&&(i.flags&128)===0}function Rv(i){if(nn){var l=Xr;if(l){var c=l;if(!wy(i,l)){if(Fv(i))throw Error(o(418));l=mo(c.nextSibling);var v=Qr;l&&wy(i,l)?Ov(v,c):(i.flags=i.flags&-4097|2,nn=!1,Qr=i)}}else{if(Fv(i))throw Error(o(418));i.flags=i.flags&-4097|2,nn=!1,Qr=i}}}function Bn(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;Qr=i}function Zd(i){if(i!==Qr)return!1;if(!nn)return Bn(i),nn=!0,!1;var l;if((l=i.tag!==3)&&!(l=i.tag!==5)&&(l=i.type,l=l!=="head"&&l!=="body"&&!jd(i.type,i.memoizedProps)),l&&(l=Xr)){if(Fv(i))throw Xs(),Error(o(418));for(;l;)Ov(i,l),l=mo(l.nextSibling)}if(Bn(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(o(317));e:{for(i=i.nextSibling,l=0;i;){if(i.nodeType===8){var c=i.data;if(c==="/$"){if(l===0){Xr=mo(i.nextSibling);break e}l--}else c!=="$"&&c!=="$!"&&c!=="$?"||l++}i=i.nextSibling}Xr=null}}else Xr=Qr?mo(i.stateNode.nextSibling):null;return!0}function Xs(){for(var i=Xr;i;)i=mo(i.nextSibling)}function Dl(){Xr=Qr=null,nn=!1}function Wo(i){Mi===null?Mi=[i]:Mi.push(i)}var hk=K.ReactCurrentBatchConfig;function _a(i,l,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(o(309));var v=c.stateNode}if(!v)throw Error(o(147,i));var g=v,E=""+i;return l!==null&&l.ref!==null&&typeof l.ref=="function"&&l.ref._stringRef===E?l.ref:(l=function(P){var I=g.refs;P===null?delete I[E]:I[E]=P},l._stringRef=E,l)}if(typeof i!="string")throw Error(o(284));if(!c._owner)throw Error(o(290,i))}return i}function Jd(i,l){throw i=Object.prototype.toString.call(l),Error(o(31,i==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":i))}function Ty(i){var l=i._init;return l(i._payload)}function Sa(i){function l(ee,q){if(i){var ie=ee.deletions;ie===null?(ee.deletions=[q],ee.flags|=16):ie.push(q)}}function c(ee,q){if(!i)return null;for(;q!==null;)l(ee,q),q=q.sibling;return null}function v(ee,q){for(ee=new Map;q!==null;)q.key!==null?ee.set(q.key,q):ee.set(q.index,q),q=q.sibling;return ee}function g(ee,q){return ee=Fl(ee,q),ee.index=0,ee.sibling=null,ee}function E(ee,q,ie){return ee.index=ie,i?(ie=ee.alternate,ie!==null?(ie=ie.index,ie<q?(ee.flags|=2,q):ie):(ee.flags|=2,q)):(ee.flags|=1048576,q)}function P(ee){return i&&ee.alternate===null&&(ee.flags|=2),ee}function I(ee,q,ie,_e){return q===null||q.tag!==6?(q=vh(ie,ee.mode,_e),q.return=ee,q):(q=g(q,ie),q.return=ee,q)}function H(ee,q,ie,_e){var He=ie.type;return He===Z?Ce(ee,q,ie.props.children,_e,ie.key):q!==null&&(q.elementType===He||typeof He=="object"&&He!==null&&He.$$typeof===j&&Ty(He)===q.type)?(_e=g(q,ie.props),_e.ref=_a(ee,q,ie),_e.return=ee,_e):(_e=Tc(ie.type,ie.key,ie.props,null,ee.mode,_e),_e.ref=_a(ee,q,ie),_e.return=ee,_e)}function ae(ee,q,ie,_e){return q===null||q.tag!==4||q.stateNode.containerInfo!==ie.containerInfo||q.stateNode.implementation!==ie.implementation?(q=Mf(ie,ee.mode,_e),q.return=ee,q):(q=g(q,ie.children||[]),q.return=ee,q)}function Ce(ee,q,ie,_e,He){return q===null||q.tag!==7?(q=Zo(ie,ee.mode,_e,He),q.return=ee,q):(q=g(q,ie),q.return=ee,q)}function we(ee,q,ie){if(typeof q=="string"&&q!==""||typeof q=="number")return q=vh(""+q,ee.mode,ie),q.return=ee,q;if(typeof q=="object"&&q!==null){switch(q.$$typeof){case U:return ie=Tc(q.type,q.key,q.props,null,ee.mode,ie),ie.ref=_a(ee,null,q),ie.return=ee,ie;case G:return q=Mf(q,ee.mode,ie),q.return=ee,q;case j:var _e=q._init;return we(ee,_e(q._payload),ie)}if(Wn(q)||W(q))return q=Zo(q,ee.mode,ie,null),q.return=ee,q;Jd(ee,q)}return null}function Ee(ee,q,ie,_e){var He=q!==null?q.key:null;if(typeof ie=="string"&&ie!==""||typeof ie=="number")return He!==null?null:I(ee,q,""+ie,_e);if(typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case U:return ie.key===He?H(ee,q,ie,_e):null;case G:return ie.key===He?ae(ee,q,ie,_e):null;case j:return He=ie._init,Ee(ee,q,He(ie._payload),_e)}if(Wn(ie)||W(ie))return He!==null?null:Ce(ee,q,ie,_e,null);Jd(ee,ie)}return null}function ze(ee,q,ie,_e,He){if(typeof _e=="string"&&_e!==""||typeof _e=="number")return ee=ee.get(ie)||null,I(q,ee,""+_e,He);if(typeof _e=="object"&&_e!==null){switch(_e.$$typeof){case U:return ee=ee.get(_e.key===null?ie:_e.key)||null,H(q,ee,_e,He);case G:return ee=ee.get(_e.key===null?ie:_e.key)||null,ae(q,ee,_e,He);case j:var tt=_e._init;return ze(ee,q,ie,tt(_e._payload),He)}if(Wn(_e)||W(_e))return ee=ee.get(ie)||null,Ce(q,ee,_e,He,null);Jd(q,_e)}return null}function Ke(ee,q,ie,_e){for(var He=null,tt=null,rt=q,ut=q=0,Qn=null;rt!==null&&ut<ie.length;ut++){rt.index>ut?(Qn=rt,rt=null):Qn=rt.sibling;var Pt=Ee(ee,rt,ie[ut],_e);if(Pt===null){rt===null&&(rt=Qn);break}i&&rt&&Pt.alternate===null&&l(ee,rt),q=E(Pt,q,ut),tt===null?He=Pt:tt.sibling=Pt,tt=Pt,rt=Qn}if(ut===ie.length)return c(ee,rt),nn&&Ca(ee,ut),He;if(rt===null){for(;ut<ie.length;ut++)rt=we(ee,ie[ut],_e),rt!==null&&(q=E(rt,q,ut),tt===null?He=rt:tt.sibling=rt,tt=rt);return nn&&Ca(ee,ut),He}for(rt=v(ee,rt);ut<ie.length;ut++)Qn=ze(rt,ee,ut,ie[ut],_e),Qn!==null&&(i&&Qn.alternate!==null&&rt.delete(Qn.key===null?ut:Qn.key),q=E(Qn,q,ut),tt===null?He=Qn:tt.sibling=Qn,tt=Qn);return i&&rt.forEach(function(Il){return l(ee,Il)}),nn&&Ca(ee,ut),He}function We(ee,q,ie,_e){var He=W(ie);if(typeof He!="function")throw Error(o(150));if(ie=He.call(ie),ie==null)throw Error(o(151));for(var tt=He=null,rt=q,ut=q=0,Qn=null,Pt=ie.next();rt!==null&&!Pt.done;ut++,Pt=ie.next()){rt.index>ut?(Qn=rt,rt=null):Qn=rt.sibling;var Il=Ee(ee,rt,Pt.value,_e);if(Il===null){rt===null&&(rt=Qn);break}i&&rt&&Il.alternate===null&&l(ee,rt),q=E(Il,q,ut),tt===null?He=Il:tt.sibling=Il,tt=Il,rt=Qn}if(Pt.done)return c(ee,rt),nn&&Ca(ee,ut),He;if(rt===null){for(;!Pt.done;ut++,Pt=ie.next())Pt=we(ee,Pt.value,_e),Pt!==null&&(q=E(Pt,q,ut),tt===null?He=Pt:tt.sibling=Pt,tt=Pt);return nn&&Ca(ee,ut),He}for(rt=v(ee,rt);!Pt.done;ut++,Pt=ie.next())Pt=ze(rt,ee,ut,Pt.value,_e),Pt!==null&&(i&&Pt.alternate!==null&&rt.delete(Pt.key===null?ut:Pt.key),q=E(Pt,q,ut),tt===null?He=Pt:tt.sibling=Pt,tt=Pt);return i&&rt.forEach(function(s0){return l(ee,s0)}),nn&&Ca(ee,ut),He}function kn(ee,q,ie,_e){if(typeof ie=="object"&&ie!==null&&ie.type===Z&&ie.key===null&&(ie=ie.props.children),typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case U:e:{for(var He=ie.key,tt=q;tt!==null;){if(tt.key===He){if(He=ie.type,He===Z){if(tt.tag===7){c(ee,tt.sibling),q=g(tt,ie.props.children),q.return=ee,ee=q;break e}}else if(tt.elementType===He||typeof He=="object"&&He!==null&&He.$$typeof===j&&Ty(He)===tt.type){c(ee,tt.sibling),q=g(tt,ie.props),q.ref=_a(ee,tt,ie),q.return=ee,ee=q;break e}c(ee,tt);break}else l(ee,tt);tt=tt.sibling}ie.type===Z?(q=Zo(ie.props.children,ee.mode,_e,ie.key),q.return=ee,ee=q):(_e=Tc(ie.type,ie.key,ie.props,null,ee.mode,_e),_e.ref=_a(ee,q,ie),_e.return=ee,ee=_e)}return P(ee);case G:e:{for(tt=ie.key;q!==null;){if(q.key===tt)if(q.tag===4&&q.stateNode.containerInfo===ie.containerInfo&&q.stateNode.implementation===ie.implementation){c(ee,q.sibling),q=g(q,ie.children||[]),q.return=ee,ee=q;break e}else{c(ee,q);break}else l(ee,q);q=q.sibling}q=Mf(ie,ee.mode,_e),q.return=ee,ee=q}return P(ee);case j:return tt=ie._init,kn(ee,q,tt(ie._payload),_e)}if(Wn(ie))return Ke(ee,q,ie,_e);if(W(ie))return We(ee,q,ie,_e);Jd(ee,ie)}return typeof ie=="string"&&ie!==""||typeof ie=="number"?(ie=""+ie,q!==null&&q.tag===6?(c(ee,q.sibling),q=g(q,ie),q.return=ee,ee=q):(c(ee,q),q=vh(ie,ee.mode,_e),q.return=ee,ee=q),P(ee)):c(ee,q)}return kn}var gn=Sa(!0),Ae=Sa(!1),ci=Ni(null),Zr=null,Ou=null,zv=null;function Iv(){zv=Ou=Zr=null}function Bv(i){var l=ci.current;Zt(ci),i._currentValue=l}function Uv(i,l,c){for(;i!==null;){var v=i.alternate;if((i.childLanes&l)!==l?(i.childLanes|=l,v!==null&&(v.childLanes|=l)):v!==null&&(v.childLanes&l)!==l&&(v.childLanes|=l),i===c)break;i=i.return}}function an(i,l){Zr=i,zv=Ou=null,i=i.dependencies,i!==null&&i.firstContext!==null&&(i.lanes&l&&($n=!0),i.firstContext=null)}function Ai(i){var l=i._currentValue;if(zv!==i)if(i={context:i,memoizedValue:l,next:null},Ou===null){if(Zr===null)throw Error(o(308));Ou=i,Zr.dependencies={lanes:0,firstContext:i}}else Ou=Ou.next=i;return l}var wa=null;function Vv(i){wa===null?wa=[i]:wa.push(i)}function Kv(i,l,c,v){var g=l.interleaved;return g===null?(c.next=c,Vv(l)):(c.next=g.next,g.next=c),l.interleaved=c,di(i,v)}function di(i,l){i.lanes|=l;var c=i.alternate;for(c!==null&&(c.lanes|=l),c=i,i=i.return;i!==null;)i.childLanes|=l,c=i.alternate,c!==null&&(c.childLanes|=l),c=i,i=i.return;return c.tag===3?c.stateNode:null}var fi=!1;function Hv(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Dy(i,l){i=i.updateQueue,l.updateQueue===i&&(l.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,effects:i.effects})}function Go(i,l){return{eventTime:i,lane:l,tag:0,payload:null,callback:null,next:null}}function $l(i,l,c){var v=i.updateQueue;if(v===null)return null;if(v=v.shared,Ct&2){var g=v.pending;return g===null?l.next=l:(l.next=g.next,g.next=l),v.pending=l,di(i,c)}return g=v.interleaved,g===null?(l.next=l,Vv(v)):(l.next=g.next,g.next=l),v.interleaved=l,di(i,c)}function ef(i,l,c){if(l=l.updateQueue,l!==null&&(l=l.shared,(c&4194240)!==0)){var v=l.lanes;v&=i.pendingLanes,c|=v,l.lanes=c,Cd(i,c)}}function $y(i,l){var c=i.updateQueue,v=i.alternate;if(v!==null&&(v=v.updateQueue,c===v)){var g=null,E=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};E===null?g=E=P:E=E.next=P,c=c.next}while(c!==null);E===null?g=E=l:E=E.next=l}else g=E=l;c={baseState:v.baseState,firstBaseUpdate:g,lastBaseUpdate:E,shared:v.shared,effects:v.effects},i.updateQueue=c;return}i=c.lastBaseUpdate,i===null?c.firstBaseUpdate=l:i.next=l,c.lastBaseUpdate=l}function Zs(i,l,c,v){var g=i.updateQueue;fi=!1;var E=g.firstBaseUpdate,P=g.lastBaseUpdate,I=g.shared.pending;if(I!==null){g.shared.pending=null;var H=I,ae=H.next;H.next=null,P===null?E=ae:P.next=ae,P=H;var Ce=i.alternate;Ce!==null&&(Ce=Ce.updateQueue,I=Ce.lastBaseUpdate,I!==P&&(I===null?Ce.firstBaseUpdate=ae:I.next=ae,Ce.lastBaseUpdate=H))}if(E!==null){var we=g.baseState;P=0,Ce=ae=H=null,I=E;do{var Ee=I.lane,ze=I.eventTime;if((v&Ee)===Ee){Ce!==null&&(Ce=Ce.next={eventTime:ze,lane:0,tag:I.tag,payload:I.payload,callback:I.callback,next:null});e:{var Ke=i,We=I;switch(Ee=l,ze=c,We.tag){case 1:if(Ke=We.payload,typeof Ke=="function"){we=Ke.call(ze,we,Ee);break e}we=Ke;break e;case 3:Ke.flags=Ke.flags&-65537|128;case 0:if(Ke=We.payload,Ee=typeof Ke=="function"?Ke.call(ze,we,Ee):Ke,Ee==null)break e;we=R({},we,Ee);break e;case 2:fi=!0}}I.callback!==null&&I.lane!==0&&(i.flags|=64,Ee=g.effects,Ee===null?g.effects=[I]:Ee.push(I))}else ze={eventTime:ze,lane:Ee,tag:I.tag,payload:I.payload,callback:I.callback,next:null},Ce===null?(ae=Ce=ze,H=we):Ce=Ce.next=ze,P|=Ee;if(I=I.next,I===null){if(I=g.shared.pending,I===null)break;Ee=I,I=Ee.next,Ee.next=null,g.lastBaseUpdate=Ee,g.shared.pending=null}}while(!0);if(Ce===null&&(H=we),g.baseState=H,g.firstBaseUpdate=ae,g.lastBaseUpdate=Ce,l=g.shared.interleaved,l!==null){g=l;do P|=g.lane,g=g.next;while(g!==l)}else E===null&&(g.shared.lanes=0);wo|=P,i.lanes=P,i.memoizedState=we}}function jv(i,l,c){if(i=l.effects,l.effects=null,i!==null)for(l=0;l<i.length;l++){var v=i[l],g=v.callback;if(g!==null){if(v.callback=null,v=c,typeof g!="function")throw Error(o(191,g));g.call(v)}}}var Js={},Eo=Ni(Js),ec=Ni(Js),tc=Ni(Js);function Ta(i){if(i===Js)throw Error(o(174));return i}function Wv(i,l){switch(Qe(tc,l),Qe(ec,i),Qe(Eo,Js),i=l.nodeType,i){case 9:case 11:l=(l=l.documentElement)?l.namespaceURI:wr(null,"");break;default:i=i===8?l.parentNode:l,l=i.namespaceURI||null,i=i.tagName,l=wr(l,i)}Zt(Eo),Qe(Eo,l)}function Da(){Zt(Eo),Zt(ec),Zt(tc)}function Py(i){Ta(tc.current);var l=Ta(Eo.current),c=wr(l,i.type);l!==c&&(Qe(ec,i),Qe(Eo,c))}function tf(i){ec.current===i&&(Zt(Eo),Zt(ec))}var un=Ni(0);function nf(i){for(var l=i;l!==null;){if(l.tag===13){var c=l.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.data==="$!"))return l}else if(l.tag===19&&l.memoizedProps.revealOrder!==void 0){if(l.flags&128)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===i)break;for(;l.sibling===null;){if(l.return===null||l.return===i)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var nc=[];function Ze(){for(var i=0;i<nc.length;i++)nc[i]._workInProgressVersionPrimary=null;nc.length=0}var ht=K.ReactCurrentDispatcher,Dt=K.ReactCurrentBatchConfig,jt=0,$t=null,Dn=null,Yn=null,rf=!1,rc=!1,$a=0,xe=0;function Tt(){throw Error(o(321))}function ot(i,l){if(l===null)return!1;for(var c=0;c<l.length&&c<i.length;c++)if(!Ji(i[c],l[c]))return!1;return!0}function Pl(i,l,c,v,g,E){if(jt=E,$t=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,ht.current=i===null||i.memoizedState===null?bf:sc,i=c(v,g),rc){E=0;do{if(rc=!1,$a=0,25<=E)throw Error(o(301));E+=1,Yn=Dn=null,l.updateQueue=null,ht.current=xf,i=c(v,g)}while(rc)}if(ht.current=Aa,l=Dn!==null&&Dn.next!==null,jt=0,Yn=Dn=$t=null,rf=!1,l)throw Error(o(300));return i}function to(){var i=$a!==0;return $a=0,i}function br(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Yn===null?$t.memoizedState=Yn=i:Yn=Yn.next=i,Yn}function yn(){if(Dn===null){var i=$t.alternate;i=i!==null?i.memoizedState:null}else i=Dn.next;var l=Yn===null?$t.memoizedState:Yn.next;if(l!==null)Yn=l,Dn=i;else{if(i===null)throw Error(o(310));Dn=i,i={memoizedState:Dn.memoizedState,baseState:Dn.baseState,baseQueue:Dn.baseQueue,queue:Dn.queue,next:null},Yn===null?$t.memoizedState=Yn=i:Yn=Yn.next=i}return Yn}function Yo(i,l){return typeof l=="function"?l(i):l}function Nl(i){var l=yn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=i;var v=Dn,g=v.baseQueue,E=c.pending;if(E!==null){if(g!==null){var P=g.next;g.next=E.next,E.next=P}v.baseQueue=g=E,c.pending=null}if(g!==null){E=g.next,v=v.baseState;var I=P=null,H=null,ae=E;do{var Ce=ae.lane;if((jt&Ce)===Ce)H!==null&&(H=H.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 we={lane:Ce,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null};H===null?(I=H=we,P=v):H=H.next=we,$t.lanes|=Ce,wo|=Ce}ae=ae.next}while(ae!==null&&ae!==E);H===null?P=v:H.next=I,Ji(v,l.memoizedState)||($n=!0),l.memoizedState=v,l.baseState=P,l.baseQueue=H,c.lastRenderedState=v}if(i=c.interleaved,i!==null){g=i;do E=g.lane,$t.lanes|=E,wo|=E,g=g.next;while(g!==i)}else g===null&&(c.lanes=0);return[l.memoizedState,c.dispatch]}function Pa(i){var l=yn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=i;var v=c.dispatch,g=c.pending,E=l.memoizedState;if(g!==null){c.pending=null;var P=g=g.next;do E=i(E,P.action),P=P.next;while(P!==g);Ji(E,l.memoizedState)||($n=!0),l.memoizedState=E,l.baseQueue===null&&(l.baseState=E),c.lastRenderedState=E}return[E,v]}function of(){}function lf(i,l){var c=$t,v=yn(),g=l(),E=!Ji(v.memoizedState,g);if(E&&(v.memoizedState=g,$n=!0),v=v.queue,ic(sf.bind(null,c,v,i),[i]),v.getSnapshot!==l||E||Yn!==null&&Yn.memoizedState.tag&1){if(c.flags|=2048,Na(9,uf.bind(null,c,v,g,l),void 0,null),Un===null)throw Error(o(349));jt&30||af(c,l,g)}return g}function af(i,l,c){i.flags|=16384,i={getSnapshot:l,value:c},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.stores=[i]):(c=l.stores,c===null?l.stores=[i]:c.push(i))}function uf(i,l,c,v){l.value=c,l.getSnapshot=v,cf(l)&&df(i)}function sf(i,l,c){return c(function(){cf(l)&&df(i)})}function cf(i){var l=i.getSnapshot;i=i.value;try{var c=l();return!Ji(i,c)}catch{return!0}}function df(i){var l=di(i,1);l!==null&&Nr(l,i,1,-1)}function ff(i){var l=br();return typeof i=="function"&&(i=i()),l.memoizedState=l.baseState=i,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Yo,lastRenderedState:i},l.queue=i,i=i.dispatch=Ma.bind(null,$t,i),[l.memoizedState,i]}function Na(i,l,c,v){return i={tag:i,create:l,destroy:c,deps:v,next:null},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.lastEffect=i.next=i):(c=l.lastEffect,c===null?l.lastEffect=i.next=i:(v=c.next,c.next=i,i.next=v,l.lastEffect=i)),i}function pf(){return yn().memoizedState}function Fu(i,l,c,v){var g=br();$t.flags|=i,g.memoizedState=Na(1|l,c,void 0,v===void 0?null:v)}function Ru(i,l,c,v){var g=yn();v=v===void 0?null:v;var E=void 0;if(Dn!==null){var P=Dn.memoizedState;if(E=P.destroy,v!==null&&ot(v,P.deps)){g.memoizedState=Na(l,c,E,v);return}}$t.flags|=i,g.memoizedState=Na(1|l,c,E,v)}function vf(i,l){return Fu(8390656,8,i,l)}function ic(i,l){return Ru(2048,8,i,l)}function hf(i,l){return Ru(4,2,i,l)}function oc(i,l){return Ru(4,4,i,l)}function La(i,l){if(typeof l=="function")return i=i(),l(i),function(){l(null)};if(l!=null)return i=i(),l.current=i,function(){l.current=null}}function mf(i,l,c){return c=c!=null?c.concat([i]):null,Ru(4,4,La.bind(null,l,i),c)}function lc(){}function gf(i,l){var c=yn();l=l===void 0?null:l;var v=c.memoizedState;return v!==null&&l!==null&&ot(l,v[1])?v[0]:(c.memoizedState=[i,l],i)}function yf(i,l){var c=yn();l=l===void 0?null:l;var v=c.memoizedState;return v!==null&&l!==null&&ot(l,v[1])?v[0]:(i=i(),c.memoizedState=[i,l],i)}function Gv(i,l,c){return jt&21?(Ji(c,l)||(c=Ed(),$t.lanes|=c,wo|=c,i.baseState=!0),l):(i.baseState&&(i.baseState=!1,$n=!0),i.memoizedState=c)}function ac(i,l){var c=It;It=c!==0&&4>c?c:4,i(!0);var v=Dt.transition;Dt.transition={};try{i(!1),l()}finally{It=c,Dt.transition=v}}function Yv(){return yn().memoizedState}function uc(i,l,c){var v=To(i);if(c={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null},Jr(i))Ny(l,c);else if(c=Kv(i,l,c,v),c!==null){var g=Ln();Nr(c,i,v,g),Xt(c,l,v)}}function Ma(i,l,c){var v=To(i),g={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null};if(Jr(i))Ny(l,g);else{var E=i.alternate;if(i.lanes===0&&(E===null||E.lanes===0)&&(E=l.lastRenderedReducer,E!==null))try{var P=l.lastRenderedState,I=E(P,c);if(g.hasEagerState=!0,g.eagerState=I,Ji(I,P)){var H=l.interleaved;H===null?(g.next=g,Vv(l)):(g.next=H.next,H.next=g),l.interleaved=g;return}}catch{}finally{}c=Kv(i,l,g,v),c!==null&&(g=Ln(),Nr(c,i,v,g),Xt(c,l,v))}}function Jr(i){var l=i.alternate;return i===$t||l!==null&&l===$t}function Ny(i,l){rc=rf=!0;var c=i.pending;c===null?l.next=l:(l.next=c.next,c.next=l),i.pending=l}function Xt(i,l,c){if(c&4194240){var v=l.lanes;v&=i.pendingLanes,c|=v,l.lanes=c,Cd(i,c)}}var Aa={readContext:Ai,useCallback:Tt,useContext:Tt,useEffect:Tt,useImperativeHandle:Tt,useInsertionEffect:Tt,useLayoutEffect:Tt,useMemo:Tt,useReducer:Tt,useRef:Tt,useState:Tt,useDebugValue:Tt,useDeferredValue:Tt,useTransition:Tt,useMutableSource:Tt,useSyncExternalStore:Tt,useId:Tt,unstable_isNewReconciler:!1},bf={readContext:Ai,useCallback:function(i,l){return br().memoizedState=[i,l===void 0?null:l],i},useContext:Ai,useEffect:vf,useImperativeHandle:function(i,l,c){return c=c!=null?c.concat([i]):null,Fu(4194308,4,La.bind(null,l,i),c)},useLayoutEffect:function(i,l){return Fu(4194308,4,i,l)},useInsertionEffect:function(i,l){return Fu(4,2,i,l)},useMemo:function(i,l){var c=br();return l=l===void 0?null:l,i=i(),c.memoizedState=[i,l],i},useReducer:function(i,l,c){var v=br();return l=c!==void 0?c(l):l,v.memoizedState=v.baseState=l,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:l},v.queue=i,i=i.dispatch=uc.bind(null,$t,i),[v.memoizedState,i]},useRef:function(i){var l=br();return i={current:i},l.memoizedState=i},useState:ff,useDebugValue:lc,useDeferredValue:function(i){return br().memoizedState=i},useTransition:function(){var i=ff(!1),l=i[0];return i=ac.bind(null,i[1]),br().memoizedState=i,[l,i]},useMutableSource:function(){},useSyncExternalStore:function(i,l,c){var v=$t,g=br();if(nn){if(c===void 0)throw Error(o(407));c=c()}else{if(c=l(),Un===null)throw Error(o(349));jt&30||af(v,l,c)}g.memoizedState=c;var E={value:c,getSnapshot:l};return g.queue=E,vf(sf.bind(null,v,E,i),[i]),v.flags|=2048,Na(9,uf.bind(null,v,E,c,l),void 0,null),c},useId:function(){var i=br(),l=Un.identifierPrefix;if(nn){var c=ko,v=xo;c=(v&~(1<<32-wi(v)-1)).toString(32)+c,l=":"+l+"R"+c,c=$a++,0<c&&(l+="H"+c.toString(32)),l+=":"}else c=xe++,l=":"+l+"r"+c.toString(32)+":";return i.memoizedState=l},unstable_isNewReconciler:!1},sc={readContext:Ai,useCallback:gf,useContext:Ai,useEffect:ic,useImperativeHandle:mf,useInsertionEffect:hf,useLayoutEffect:oc,useMemo:yf,useReducer:Nl,useRef:pf,useState:function(){return Nl(Yo)},useDebugValue:lc,useDeferredValue:function(i){var l=yn();return Gv(l,Dn.memoizedState,i)},useTransition:function(){var i=Nl(Yo)[0],l=yn().memoizedState;return[i,l]},useMutableSource:of,useSyncExternalStore:lf,useId:Yv,unstable_isNewReconciler:!1},xf={readContext:Ai,useCallback:gf,useContext:Ai,useEffect:ic,useImperativeHandle:mf,useInsertionEffect:hf,useLayoutEffect:oc,useMemo:yf,useReducer:Pa,useRef:pf,useState:function(){return Pa(Yo)},useDebugValue:lc,useDeferredValue:function(i){var l=yn();return Dn===null?l.memoizedState=i:Gv(l,Dn.memoizedState,i)},useTransition:function(){var i=Pa(Yo)[0],l=yn().memoizedState;return[i,l]},useMutableSource:of,useSyncExternalStore:lf,useId:Yv,unstable_isNewReconciler:!1};function no(i,l){if(i&&i.defaultProps){l=R({},l),i=i.defaultProps;for(var c in i)l[c]===void 0&&(l[c]=i[c]);return l}return l}function qv(i,l,c,v){l=i.memoizedState,c=c(v,l),c=c==null?l:R({},l,c),i.memoizedState=c,i.lanes===0&&(i.updateQueue.baseState=c)}var kf={isMounted:function(i){return(i=i._reactInternals)?Qi(i)===i:!1},enqueueSetState:function(i,l,c){i=i._reactInternals;var v=Ln(),g=To(i),E=Go(v,g);E.payload=l,c!=null&&(E.callback=c),l=$l(i,E,g),l!==null&&(Nr(l,i,g,v),ef(l,i,g))},enqueueReplaceState:function(i,l,c){i=i._reactInternals;var v=Ln(),g=To(i),E=Go(v,g);E.tag=1,E.payload=l,c!=null&&(E.callback=c),l=$l(i,E,g),l!==null&&(Nr(l,i,g,v),ef(l,i,g))},enqueueForceUpdate:function(i,l){i=i._reactInternals;var c=Ln(),v=To(i),g=Go(c,v);g.tag=2,l!=null&&(g.callback=l),l=$l(i,g,v),l!==null&&(Nr(l,i,v,c),ef(l,i,v))}};function Ly(i,l,c,v,g,E,P){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(v,E,P):l.prototype&&l.prototype.isPureReactComponent?!Vs(c,v)||!Vs(g,E):!0}function Ef(i,l,c){var v=!1,g=yr,E=l.contextType;return typeof E=="object"&&E!==null?E=Ai(E):(g=wn(l)?Yr:vn.current,v=l.contextTypes,E=(v=v!=null)?qr(i,g):yr),l=new l(c,E),i.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,l.updater=kf,i.stateNode=l,l._reactInternals=i,v&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=g,i.__reactInternalMemoizedMaskedChildContext=E),l}function My(i,l,c,v){i=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(c,v),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(c,v),l.state!==i&&kf.enqueueReplaceState(l,l.state,null)}function cc(i,l,c,v){var g=i.stateNode;g.props=c,g.state=i.memoizedState,g.refs={},Hv(i);var E=l.contextType;typeof E=="object"&&E!==null?g.context=Ai(E):(E=wn(l)?Yr:vn.current,g.context=qr(i,E)),g.state=i.memoizedState,E=l.getDerivedStateFromProps,typeof E=="function"&&(qv(i,l,E,c),g.state=i.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(l=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),l!==g.state&&kf.enqueueReplaceState(g,g.state,null),Zs(i,c,g,v),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308)}function Oa(i,l){try{var c="",v=l;do c+=Me(v),v=v.return;while(v);var g=c}catch(E){g=`
32
+ Error generating stack: `+E.message+`
33
+ `+E.stack}return{value:i,source:l,stack:g,digest:null}}function Qv(i,l,c){return{value:i,source:null,stack:c??null,digest:l??null}}function Xv(i,l){try{console.error(l.value)}catch(c){setTimeout(function(){throw c})}}var Cf=typeof WeakMap=="function"?WeakMap:Map;function Ay(i,l,c){c=Go(-1,c),c.tag=3,c.payload={element:null};var v=l.value;return c.callback=function(){Ku||(Ku=!0,za=v),Xv(i,l)},c}function Zv(i,l,c){c=Go(-1,c),c.tag=3;var v=i.type.getDerivedStateFromError;if(typeof v=="function"){var g=l.value;c.payload=function(){return v(g)},c.callback=function(){Xv(i,l)}}var E=i.stateNode;return E!==null&&typeof E.componentDidCatch=="function"&&(c.callback=function(){Xv(i,l),typeof v!="function"&&(Al===null?Al=new Set([this]):Al.add(this));var P=l.stack;this.componentDidCatch(l.value,{componentStack:P!==null?P:""})}),c}function Jv(i,l,c){var v=i.pingCache;if(v===null){v=i.pingCache=new Cf;var g=new Set;v.set(l,g)}else g=v.get(l),g===void 0&&(g=new Set,v.set(l,g));g.has(c)||(g.add(c),i=Ek.bind(null,i,l,c),l.then(i,i))}function Oy(i){do{var l;if((l=i.tag===13)&&(l=i.memoizedState,l=l!==null?l.dehydrated!==null:!0),l)return i;i=i.return}while(i!==null);return null}function Ll(i,l,c,v,g){return i.mode&1?(i.flags|=65536,i.lanes=g,i):(i===l?i.flags|=65536:(i.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(l=Go(-1,1),l.tag=2,$l(c,l,1))),c.lanes|=1),i)}var dc=K.ReactCurrentOwner,$n=!1;function nr(i,l,c,v){l.child=i===null?Ae(l,null,c,v):gn(l,i.child,c,v)}function ei(i,l,c,v,g){c=c.render;var E=l.ref;return an(l,g),v=Pl(i,l,c,v,E,g),c=to(),i!==null&&!$n?(l.updateQueue=i.updateQueue,l.flags&=-2053,i.lanes&=~g,Fi(i,l,g)):(nn&&c&&Qd(l),l.flags|=1,nr(i,l,v,g),l.child)}function Fa(i,l,c,v,g){if(i===null){var E=c.type;return typeof E=="function"&&!ph(E)&&E.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(l.tag=15,l.type=E,pt(i,l,E,v,g)):(i=Tc(c.type,null,v,l,l.mode,g),i.ref=l.ref,i.return=l,l.child=i)}if(E=i.child,!(i.lanes&g)){var P=E.memoizedProps;if(c=c.compare,c=c!==null?c:Vs,c(P,v)&&i.ref===l.ref)return Fi(i,l,g)}return l.flags|=1,i=Fl(E,v),i.ref=l.ref,i.return=l,l.child=i}function pt(i,l,c,v,g){if(i!==null){var E=i.memoizedProps;if(Vs(E,v)&&i.ref===l.ref)if($n=!1,l.pendingProps=v=E,(i.lanes&g)!==0)i.flags&131072&&($n=!0);else return l.lanes=i.lanes,Fi(i,l,g)}return Fy(i,l,c,v,g)}function fc(i,l,c){var v=l.pendingProps,g=v.children,E=i!==null?i.memoizedState:null;if(v.mode==="hidden")if(!(l.mode&1))l.memoizedState={baseLanes:0,cachePool:null,transitions:null},Qe(Bu,pi),pi|=c;else{if(!(c&1073741824))return i=E!==null?E.baseLanes|c:c,l.lanes=l.childLanes=1073741824,l.memoizedState={baseLanes:i,cachePool:null,transitions:null},l.updateQueue=null,Qe(Bu,pi),pi|=i,null;l.memoizedState={baseLanes:0,cachePool:null,transitions:null},v=E!==null?E.baseLanes:c,Qe(Bu,pi),pi|=v}else E!==null?(v=E.baseLanes|c,l.memoizedState=null):v=c,Qe(Bu,pi),pi|=v;return nr(i,l,g,c),l.child}function eh(i,l){var c=l.ref;(i===null&&c!==null||i!==null&&i.ref!==c)&&(l.flags|=512,l.flags|=2097152)}function Fy(i,l,c,v,g){var E=wn(c)?Yr:vn.current;return E=qr(l,E),an(l,g),c=Pl(i,l,c,v,E,g),v=to(),i!==null&&!$n?(l.updateQueue=i.updateQueue,l.flags&=-2053,i.lanes&=~g,Fi(i,l,g)):(nn&&v&&Qd(l),l.flags|=1,nr(i,l,c,g),l.child)}function Ry(i,l,c,v,g){if(wn(c)){var E=!0;Gn(l)}else E=!1;if(an(l,g),l.stateNode===null)Oi(i,l),Ef(l,c,v),cc(l,c,v,g),v=!0;else if(i===null){var P=l.stateNode,I=l.memoizedProps;P.props=I;var H=P.context,ae=c.contextType;typeof ae=="object"&&ae!==null?ae=Ai(ae):(ae=wn(c)?Yr:vn.current,ae=qr(l,ae));var Ce=c.getDerivedStateFromProps,we=typeof Ce=="function"||typeof P.getSnapshotBeforeUpdate=="function";we||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(I!==v||H!==ae)&&My(l,P,v,ae),fi=!1;var Ee=l.memoizedState;P.state=Ee,Zs(l,v,P,g),H=l.memoizedState,I!==v||Ee!==H||In.current||fi?(typeof Ce=="function"&&(qv(l,c,Ce,v),H=l.memoizedState),(I=fi||Ly(l,c,I,v,Ee,H,ae))?(we||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"&&(l.flags|=4194308)):(typeof P.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=v,l.memoizedState=H),P.props=v,P.state=H,P.context=ae,v=I):(typeof P.componentDidMount=="function"&&(l.flags|=4194308),v=!1)}else{P=l.stateNode,Dy(i,l),I=l.memoizedProps,ae=l.type===l.elementType?I:no(l.type,I),P.props=ae,we=l.pendingProps,Ee=P.context,H=c.contextType,typeof H=="object"&&H!==null?H=Ai(H):(H=wn(c)?Yr:vn.current,H=qr(l,H));var ze=c.getDerivedStateFromProps;(Ce=typeof ze=="function"||typeof P.getSnapshotBeforeUpdate=="function")||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(I!==we||Ee!==H)&&My(l,P,v,H),fi=!1,Ee=l.memoizedState,P.state=Ee,Zs(l,v,P,g);var Ke=l.memoizedState;I!==we||Ee!==Ke||In.current||fi?(typeof ze=="function"&&(qv(l,c,ze,v),Ke=l.memoizedState),(ae=fi||Ly(l,c,ae,v,Ee,Ke,H)||!1)?(Ce||typeof P.UNSAFE_componentWillUpdate!="function"&&typeof P.componentWillUpdate!="function"||(typeof P.componentWillUpdate=="function"&&P.componentWillUpdate(v,Ke,H),typeof P.UNSAFE_componentWillUpdate=="function"&&P.UNSAFE_componentWillUpdate(v,Ke,H)),typeof P.componentDidUpdate=="function"&&(l.flags|=4),typeof P.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof P.componentDidUpdate!="function"||I===i.memoizedProps&&Ee===i.memoizedState||(l.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||I===i.memoizedProps&&Ee===i.memoizedState||(l.flags|=1024),l.memoizedProps=v,l.memoizedState=Ke),P.props=v,P.state=Ke,P.context=H,v=ae):(typeof P.componentDidUpdate!="function"||I===i.memoizedProps&&Ee===i.memoizedState||(l.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||I===i.memoizedProps&&Ee===i.memoizedState||(l.flags|=1024),v=!1)}return pc(i,l,c,v,E,g)}function pc(i,l,c,v,g,E){eh(i,l);var P=(l.flags&128)!==0;if(!v&&!P)return g&&Yd(l,c,!1),Fi(i,l,E);v=l.stateNode,dc.current=l;var I=P&&typeof c.getDerivedStateFromError!="function"?null:v.render();return l.flags|=1,i!==null&&P?(l.child=gn(l,i.child,null,E),l.child=gn(l,null,I,E)):nr(i,l,I,E),l.memoizedState=v.state,g&&Yd(l,c,!0),l.child}function zu(i){var l=i.stateNode;l.pendingContext?_y(i,l.pendingContext,l.pendingContext!==l.context):l.context&&_y(i,l.context,!1),Wv(i,l.containerInfo)}function zy(i,l,c,v,g){return Dl(),Wo(g),l.flags|=256,nr(i,l,c,v),l.child}var _f={dehydrated:null,treeContext:null,retryLane:0};function th(i){return{baseLanes:i,cachePool:null,transitions:null}}function Sf(i,l,c){var v=l.pendingProps,g=un.current,E=!1,P=(l.flags&128)!==0,I;if((I=P)||(I=i!==null&&i.memoizedState===null?!1:(g&2)!==0),I?(E=!0,l.flags&=-129):(i===null||i.memoizedState!==null)&&(g|=1),Qe(un,g&1),i===null)return Rv(l),i=l.memoizedState,i!==null&&(i=i.dehydrated,i!==null)?(l.mode&1?i.data==="$!"?l.lanes=8:l.lanes=1073741824:l.lanes=1,null):(P=v.children,i=v.fallback,E?(v=l.mode,E=l.child,P={mode:"hidden",children:P},!(v&1)&&E!==null?(E.childLanes=0,E.pendingProps=P):E=Rl(P,v,0,null),i=Zo(i,v,c,null),E.return=l,i.return=l,E.sibling=i,l.child=E,l.child.memoizedState=th(c),l.memoizedState=_f,i):nh(l,P));if(g=i.memoizedState,g!==null&&(I=g.dehydrated,I!==null))return Iy(i,l,P,v,I,g,c);if(E){E=v.fallback,P=l.mode,g=i.child,I=g.sibling;var H={mode:"hidden",children:v.children};return!(P&1)&&l.child!==g?(v=l.child,v.childLanes=0,v.pendingProps=H,l.deletions=null):(v=Fl(g,H),v.subtreeFlags=g.subtreeFlags&14680064),I!==null?E=Fl(I,E):(E=Zo(E,P,c,null),E.flags|=2),E.return=l,v.return=l,v.sibling=E,l.child=v,v=E,E=l.child,P=i.child.memoizedState,P=P===null?th(c):{baseLanes:P.baseLanes|c,cachePool:null,transitions:P.transitions},E.memoizedState=P,E.childLanes=i.childLanes&~c,l.memoizedState=_f,v}return E=i.child,i=E.sibling,v=Fl(E,{mode:"visible",children:v.children}),!(l.mode&1)&&(v.lanes=c),v.return=l,v.sibling=null,i!==null&&(c=l.deletions,c===null?(l.deletions=[i],l.flags|=16):c.push(i)),l.child=v,l.memoizedState=null,v}function nh(i,l){return l=Rl({mode:"visible",children:l},i.mode,0,null),l.return=i,i.child=l}function vc(i,l,c,v){return v!==null&&Wo(v),gn(l,i.child,null,c),i=nh(l,l.pendingProps.children),i.flags|=2,l.memoizedState=null,i}function Iy(i,l,c,v,g,E,P){if(c)return l.flags&256?(l.flags&=-257,v=Qv(Error(o(422))),vc(i,l,P,v)):l.memoizedState!==null?(l.child=i.child,l.flags|=128,null):(E=v.fallback,g=l.mode,v=Rl({mode:"visible",children:v.children},g,0,null),E=Zo(E,g,P,null),E.flags|=2,v.return=l,E.return=l,v.sibling=E,l.child=v,l.mode&1&&gn(l,i.child,null,P),l.child.memoizedState=th(P),l.memoizedState=_f,E);if(!(l.mode&1))return vc(i,l,P,null);if(g.data==="$!"){if(v=g.nextSibling&&g.nextSibling.dataset,v)var I=v.dgst;return v=I,E=Error(o(419)),v=Qv(E,v,void 0),vc(i,l,P,v)}if(I=(P&i.childLanes)!==0,$n||I){if(v=Un,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!==E.retryLane&&(E.retryLane=g,di(i,g),Nr(v,i,g,-1))}return fh(),v=Qv(Error(o(421))),vc(i,l,P,v)}return g.data==="$?"?(l.flags|=128,l.child=i.child,l=Ck.bind(null,i),g._reactRetry=l,null):(i=E.treeContext,Xr=mo(g.nextSibling),Qr=l,nn=!0,Mi=null,i!==null&&(Tn[Li++]=xo,Tn[Li++]=ko,Tn[Li++]=si,xo=i.id,ko=i.overflow,si=l),l=nh(l,v.children),l.flags|=4096,l)}function rh(i,l,c){i.lanes|=l;var v=i.alternate;v!==null&&(v.lanes|=l),Uv(i.return,l,c)}function Dr(i,l,c,v,g){var E=i.memoizedState;E===null?i.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:v,tail:c,tailMode:g}:(E.isBackwards=l,E.rendering=null,E.renderingStartTime=0,E.last=v,E.tail=c,E.tailMode=g)}function Co(i,l,c){var v=l.pendingProps,g=v.revealOrder,E=v.tail;if(nr(i,l,v.children,c),v=un.current,v&2)v=v&1|2,l.flags|=128;else{if(i!==null&&i.flags&128)e:for(i=l.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&rh(i,c,l);else if(i.tag===19)rh(i,c,l);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===l)break e;for(;i.sibling===null;){if(i.return===null||i.return===l)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}v&=1}if(Qe(un,v),!(l.mode&1))l.memoizedState=null;else switch(g){case"forwards":for(c=l.child,g=null;c!==null;)i=c.alternate,i!==null&&nf(i)===null&&(g=c),c=c.sibling;c=g,c===null?(g=l.child,l.child=null):(g=c.sibling,c.sibling=null),Dr(l,!1,g,c,E);break;case"backwards":for(c=null,g=l.child,l.child=null;g!==null;){if(i=g.alternate,i!==null&&nf(i)===null){l.child=g;break}i=g.sibling,g.sibling=c,c=g,g=i}Dr(l,!0,c,null,E);break;case"together":Dr(l,!1,null,null,void 0);break;default:l.memoizedState=null}return l.child}function Oi(i,l){!(l.mode&1)&&i!==null&&(i.alternate=null,l.alternate=null,l.flags|=2)}function Fi(i,l,c){if(i!==null&&(l.dependencies=i.dependencies),wo|=l.lanes,!(c&l.childLanes))return null;if(i!==null&&l.child!==i.child)throw Error(o(153));if(l.child!==null){for(i=l.child,c=Fl(i,i.pendingProps),l.child=c,c.return=l;i.sibling!==null;)i=i.sibling,c=c.sibling=Fl(i,i.pendingProps),c.return=l;c.sibling=null}return l.child}function hc(i,l,c){switch(l.tag){case 3:zu(l),Dl();break;case 5:Py(l);break;case 1:wn(l.type)&&Gn(l);break;case 4:Wv(l,l.stateNode.containerInfo);break;case 10:var v=l.type._context,g=l.memoizedProps.value;Qe(ci,v._currentValue),v._currentValue=g;break;case 13:if(v=l.memoizedState,v!==null)return v.dehydrated!==null?(Qe(un,un.current&1),l.flags|=128,null):c&l.child.childLanes?Sf(i,l,c):(Qe(un,un.current&1),i=Fi(i,l,c),i!==null?i.sibling:null);Qe(un,un.current&1);break;case 19:if(v=(c&l.childLanes)!==0,i.flags&128){if(v)return Co(i,l,c);l.flags|=128}if(g=l.memoizedState,g!==null&&(g.rendering=null,g.tail=null,g.lastEffect=null),Qe(un,un.current),v)break;return null;case 22:case 23:return l.lanes=0,fc(i,l,c)}return Fi(i,l,c)}var Ri,Pn,By,Uy;Ri=function(i,l){for(var c=l.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===l)break;for(;c.sibling===null;){if(c.return===null||c.return===l)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Pn=function(){},By=function(i,l,c,v){var g=i.memoizedProps;if(g!==v){i=l.stateNode,Ta(Eo.current);var E=null;switch(c){case"input":g=mt(i,g),v=mt(i,v),E=[];break;case"select":g=R({},g,{value:void 0}),v=R({},v,{value:void 0}),E=[];break;case"textarea":g=yt(i,g),v=yt(i,v),E=[];break;default:typeof g.onClick!="function"&&typeof v.onClick=="function"&&(i.onclick=El)}Cn(c,v);var P;c=null;for(ae in g)if(!v.hasOwnProperty(ae)&&g.hasOwnProperty(ae)&&g[ae]!=null)if(ae==="style"){var I=g[ae];for(P in I)I.hasOwnProperty(P)&&(c||(c={}),c[P]="")}else ae!=="dangerouslySetInnerHTML"&&ae!=="children"&&ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&ae!=="autoFocus"&&(d.hasOwnProperty(ae)?E||(E=[]):(E=E||[]).push(ae,null));for(ae in v){var H=v[ae];if(I=g!=null?g[ae]:void 0,v.hasOwnProperty(ae)&&H!==I&&(H!=null||I!=null))if(ae==="style")if(I){for(P in I)!I.hasOwnProperty(P)||H&&H.hasOwnProperty(P)||(c||(c={}),c[P]="");for(P in H)H.hasOwnProperty(P)&&I[P]!==H[P]&&(c||(c={}),c[P]=H[P])}else c||(E||(E=[]),E.push(ae,c)),c=H;else ae==="dangerouslySetInnerHTML"?(H=H?H.__html:void 0,I=I?I.__html:void 0,H!=null&&I!==H&&(E=E||[]).push(ae,H)):ae==="children"?typeof H!="string"&&typeof H!="number"||(E=E||[]).push(ae,""+H):ae!=="suppressContentEditableWarning"&&ae!=="suppressHydrationWarning"&&(d.hasOwnProperty(ae)?(H!=null&&ae==="onScroll"&&Ft("scroll",i),E||I===H||(E=[])):(E=E||[]).push(ae,H))}c&&(E=E||[]).push("style",c);var ae=E;(l.updateQueue=ae)&&(l.flags|=4)}},Uy=function(i,l,c,v){c!==v&&(l.flags|=4)};function mc(i,l){if(!nn)switch(i.tailMode){case"hidden":l=i.tail;for(var c=null;l!==null;)l.alternate!==null&&(c=l),l=l.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?l||i.tail===null?i.tail=null:i.tail.sibling=null:v.sibling=null}}function qn(i){var l=i.alternate!==null&&i.alternate.child===i.child,c=0,v=0;if(l)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,l}function Vy(i,l,c){var v=l.pendingProps;switch(Xd(l),l.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return qn(l),null;case 1:return wn(l.type)&&Mu(),qn(l),null;case 3:return v=l.stateNode,Da(),Zt(In),Zt(vn),Ze(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),(i===null||i.child===null)&&(Zd(l)?l.flags|=4:i===null||i.memoizedState.isDehydrated&&!(l.flags&256)||(l.flags|=1024,Mi!==null&&(Ia(Mi),Mi=null))),Pn(i,l),qn(l),null;case 5:tf(l);var g=Ta(tc.current);if(c=l.type,i!==null&&l.stateNode!=null)By(i,l,c,v,g),i.ref!==l.ref&&(l.flags|=512,l.flags|=2097152);else{if(!v){if(l.stateNode===null)throw Error(o(166));return qn(l),null}if(i=Ta(Eo.current),Zd(l)){v=l.stateNode,c=l.type;var E=l.memoizedProps;switch(v[go]=l,v[Ys]=E,i=(l.mode&1)!==0,c){case"dialog":Ft("cancel",v),Ft("close",v);break;case"iframe":case"object":case"embed":Ft("load",v);break;case"video":case"audio":for(g=0;g<js.length;g++)Ft(js[g],v);break;case"source":Ft("error",v);break;case"img":case"image":case"link":Ft("error",v),Ft("load",v);break;case"details":Ft("toggle",v);break;case"input":Ot(v,E),Ft("invalid",v);break;case"select":v._wrapperState={wasMultiple:!!E.multiple},Ft("invalid",v);break;case"textarea":wt(v,E),Ft("invalid",v)}Cn(c,E),g=null;for(var P in E)if(E.hasOwnProperty(P)){var I=E[P];P==="children"?typeof I=="string"?v.textContent!==I&&(E.suppressHydrationWarning!==!0&&Hd(v.textContent,I,i),g=["children",I]):typeof I=="number"&&v.textContent!==""+I&&(E.suppressHydrationWarning!==!0&&Hd(v.textContent,I,i),g=["children",""+I]):d.hasOwnProperty(P)&&I!=null&&P==="onScroll"&&Ft("scroll",v)}switch(c){case"input":$e(v),Zn(v,E,!0);break;case"textarea":$e(v),mr(v);break;case"select":case"option":break;default:typeof E.onClick=="function"&&(v.onclick=El)}v=g,l.updateQueue=v,v!==null&&(l.flags|=4)}else{P=g.nodeType===9?g:g.ownerDocument,i==="http://www.w3.org/1999/xhtml"&&(i=Kr(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[go]=l,i[Ys]=v,Ri(i,l,!1,!1),l.stateNode=i;e:{switch(P=jr(c,v),c){case"dialog":Ft("cancel",i),Ft("close",i),g=v;break;case"iframe":case"object":case"embed":Ft("load",i),g=v;break;case"video":case"audio":for(g=0;g<js.length;g++)Ft(js[g],i);g=v;break;case"source":Ft("error",i),g=v;break;case"img":case"image":case"link":Ft("error",i),Ft("load",i),g=v;break;case"details":Ft("toggle",i),g=v;break;case"input":Ot(i,v),g=mt(i,v),Ft("invalid",i);break;case"option":g=v;break;case"select":i._wrapperState={wasMultiple:!!v.multiple},g=R({},v,{value:void 0}),Ft("invalid",i);break;case"textarea":wt(i,v),g=yt(i,v),Ft("invalid",i);break;default:g=v}Cn(c,g),I=g;for(E in I)if(I.hasOwnProperty(E)){var H=I[E];E==="style"?dn(i,H):E==="dangerouslySetInnerHTML"?(H=H?H.__html:void 0,H!=null&&vl(i,H)):E==="children"?typeof H=="string"?(c!=="textarea"||H!=="")&&Ne(i,H):typeof H=="number"&&Ne(i,""+H):E!=="suppressContentEditableWarning"&&E!=="suppressHydrationWarning"&&E!=="autoFocus"&&(d.hasOwnProperty(E)?H!=null&&E==="onScroll"&&Ft("scroll",i):H!=null&&V(i,E,H,P))}switch(c){case"input":$e(i),Zn(i,v,!1);break;case"textarea":$e(i),mr(i);break;case"option":v.value!=null&&i.setAttribute("value",""+Be(v.value));break;case"select":i.multiple=!!v.multiple,E=v.value,E!=null?at(i,!!v.multiple,E,!1):v.defaultValue!=null&&at(i,!!v.multiple,v.defaultValue,!0);break;default:typeof g.onClick=="function"&&(i.onclick=El)}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&&(l.flags|=4)}l.ref!==null&&(l.flags|=512,l.flags|=2097152)}return qn(l),null;case 6:if(i&&l.stateNode!=null)Uy(i,l,i.memoizedProps,v);else{if(typeof v!="string"&&l.stateNode===null)throw Error(o(166));if(c=Ta(tc.current),Ta(Eo.current),Zd(l)){if(v=l.stateNode,c=l.memoizedProps,v[go]=l,(E=v.nodeValue!==c)&&(i=Qr,i!==null))switch(i.tag){case 3:Hd(v.nodeValue,c,(i.mode&1)!==0);break;case 5:i.memoizedProps.suppressHydrationWarning!==!0&&Hd(v.nodeValue,c,(i.mode&1)!==0)}E&&(l.flags|=4)}else v=(c.nodeType===9?c:c.ownerDocument).createTextNode(v),v[go]=l,l.stateNode=v}return qn(l),null;case 13:if(Zt(un),v=l.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(nn&&Xr!==null&&l.mode&1&&!(l.flags&128))Xs(),Dl(),l.flags|=98560,E=!1;else if(E=Zd(l),v!==null&&v.dehydrated!==null){if(i===null){if(!E)throw Error(o(318));if(E=l.memoizedState,E=E!==null?E.dehydrated:null,!E)throw Error(o(317));E[go]=l}else Dl(),!(l.flags&128)&&(l.memoizedState=null),l.flags|=4;qn(l),E=!1}else Mi!==null&&(Ia(Mi),Mi=null),E=!0;if(!E)return l.flags&65536?l:null}return l.flags&128?(l.lanes=c,l):(v=v!==null,v!==(i!==null&&i.memoizedState!==null)&&v&&(l.child.flags|=8192,l.mode&1&&(i===null||un.current&1?xn===0&&(xn=3):fh())),l.updateQueue!==null&&(l.flags|=4),qn(l),null);case 4:return Da(),Pn(i,l),i===null&&Du(l.stateNode.containerInfo),qn(l),null;case 10:return Bv(l.type._context),qn(l),null;case 17:return wn(l.type)&&Mu(),qn(l),null;case 19:if(Zt(un),E=l.memoizedState,E===null)return qn(l),null;if(v=(l.flags&128)!==0,P=E.rendering,P===null)if(v)mc(E,!1);else{if(xn!==0||i!==null&&i.flags&128)for(i=l.child;i!==null;){if(P=nf(i),P!==null){for(l.flags|=128,mc(E,!1),v=P.updateQueue,v!==null&&(l.updateQueue=v,l.flags|=4),l.subtreeFlags=0,v=c,c=l.child;c!==null;)E=c,i=v,E.flags&=14680066,P=E.alternate,P===null?(E.childLanes=0,E.lanes=i,E.child=null,E.subtreeFlags=0,E.memoizedProps=null,E.memoizedState=null,E.updateQueue=null,E.dependencies=null,E.stateNode=null):(E.childLanes=P.childLanes,E.lanes=P.lanes,E.child=P.child,E.subtreeFlags=0,E.deletions=null,E.memoizedProps=P.memoizedProps,E.memoizedState=P.memoizedState,E.updateQueue=P.updateQueue,E.type=P.type,i=P.dependencies,E.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),c=c.sibling;return Qe(un,un.current&1|2),l.child}i=i.sibling}E.tail!==null&&Qt()>Vu&&(l.flags|=128,v=!0,mc(E,!1),l.lanes=4194304)}else{if(!v)if(i=nf(P),i!==null){if(l.flags|=128,v=!0,c=i.updateQueue,c!==null&&(l.updateQueue=c,l.flags|=4),mc(E,!0),E.tail===null&&E.tailMode==="hidden"&&!P.alternate&&!nn)return qn(l),null}else 2*Qt()-E.renderingStartTime>Vu&&c!==1073741824&&(l.flags|=128,v=!0,mc(E,!1),l.lanes=4194304);E.isBackwards?(P.sibling=l.child,l.child=P):(c=E.last,c!==null?c.sibling=P:l.child=P,E.last=P)}return E.tail!==null?(l=E.tail,E.rendering=l,E.tail=l.sibling,E.renderingStartTime=Qt(),l.sibling=null,c=un.current,Qe(un,v?c&1|2:c&1),l):(qn(l),null);case 22:case 23:return dh(),v=l.memoizedState!==null,i!==null&&i.memoizedState!==null!==v&&(l.flags|=8192),v&&l.mode&1?pi&1073741824&&(qn(l),l.subtreeFlags&6&&(l.flags|=8192)):qn(l),null;case 24:return null;case 25:return null}throw Error(o(156,l.tag))}function wf(i,l){switch(Xd(l),l.tag){case 1:return wn(l.type)&&Mu(),i=l.flags,i&65536?(l.flags=i&-65537|128,l):null;case 3:return Da(),Zt(In),Zt(vn),Ze(),i=l.flags,i&65536&&!(i&128)?(l.flags=i&-65537|128,l):null;case 5:return tf(l),null;case 13:if(Zt(un),i=l.memoizedState,i!==null&&i.dehydrated!==null){if(l.alternate===null)throw Error(o(340));Dl()}return i=l.flags,i&65536?(l.flags=i&-65537|128,l):null;case 19:return Zt(un),null;case 4:return Da(),null;case 10:return Bv(l.type._context),null;case 22:case 23:return dh(),null;case 24:return null;default:return null}}var gc=!1,xr=!1,mk=typeof WeakSet=="function"?WeakSet:Set,Ve=null;function Iu(i,l){var c=i.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(v){rn(i,l,v)}else c.current=null}function Tf(i,l,c){try{c()}catch(v){rn(i,l,v)}}var Ky=!1;function Hy(i,l){if(Gs=va,i=Ks(),Fd(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,E=v.focusNode;v=v.focusOffset;try{c.nodeType,E.nodeType}catch{c=null;break e}var P=0,I=-1,H=-1,ae=0,Ce=0,we=i,Ee=null;t:for(;;){for(var ze;we!==c||g!==0&&we.nodeType!==3||(I=P+g),we!==E||v!==0&&we.nodeType!==3||(H=P+v),we.nodeType===3&&(P+=we.nodeValue.length),(ze=we.firstChild)!==null;)Ee=we,we=ze;for(;;){if(we===i)break t;if(Ee===c&&++ae===g&&(I=P),Ee===E&&++Ce===v&&(H=P),(ze=we.nextSibling)!==null)break;we=Ee,Ee=we.parentNode}we=ze}c=I===-1||H===-1?null:{start:I,end:H}}else c=null}c=c||{start:0,end:0}}else c=null;for(ka={focusedElem:i,selectionRange:c},va=!1,Ve=l;Ve!==null;)if(l=Ve,i=l.child,(l.subtreeFlags&1028)!==0&&i!==null)i.return=l,Ve=i;else for(;Ve!==null;){l=Ve;try{var Ke=l.alternate;if(l.flags&1024)switch(l.tag){case 0:case 11:case 15:break;case 1:if(Ke!==null){var We=Ke.memoizedProps,kn=Ke.memoizedState,ee=l.stateNode,q=ee.getSnapshotBeforeUpdate(l.elementType===l.type?We:no(l.type,We),kn);ee.__reactInternalSnapshotBeforeUpdate=q}break;case 3:var ie=l.stateNode.containerInfo;ie.nodeType===1?ie.textContent="":ie.nodeType===9&&ie.documentElement&&ie.removeChild(ie.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(o(163))}}catch(_e){rn(l,l.return,_e)}if(i=l.sibling,i!==null){i.return=l.return,Ve=i;break}Ve=l.return}return Ke=Ky,Ky=!1,Ke}function yc(i,l,c){var v=l.updateQueue;if(v=v!==null?v.lastEffect:null,v!==null){var g=v=v.next;do{if((g.tag&i)===i){var E=g.destroy;g.destroy=void 0,E!==void 0&&Tf(l,c,E)}g=g.next}while(g!==v)}}function bc(i,l){if(l=l.updateQueue,l=l!==null?l.lastEffect:null,l!==null){var c=l=l.next;do{if((c.tag&i)===i){var v=c.create;c.destroy=v()}c=c.next}while(c!==l)}}function ih(i){var l=i.ref;if(l!==null){var c=i.stateNode;switch(i.tag){case 5:i=c;break;default:i=c}typeof l=="function"?l(i):l.current=i}}function Df(i){var l=i.alternate;l!==null&&(i.alternate=null,Df(l)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(l=i.stateNode,l!==null&&(delete l[go],delete l[Ys],delete l[qs],delete l[Lu],delete l[vk])),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 xc(i){return i.tag===5||i.tag===3||i.tag===4}function qo(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||xc(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 _o(i,l,c){var v=i.tag;if(v===5||v===6)i=i.stateNode,l?c.nodeType===8?c.parentNode.insertBefore(i,l):c.insertBefore(i,l):(c.nodeType===8?(l=c.parentNode,l.insertBefore(i,c)):(l=c,l.appendChild(i)),c=c._reactRootContainer,c!=null||l.onclick!==null||(l.onclick=El));else if(v!==4&&(i=i.child,i!==null))for(_o(i,l,c),i=i.sibling;i!==null;)_o(i,l,c),i=i.sibling}function So(i,l,c){var v=i.tag;if(v===5||v===6)i=i.stateNode,l?c.insertBefore(i,l):c.appendChild(i);else if(v!==4&&(i=i.child,i!==null))for(So(i,l,c),i=i.sibling;i!==null;)So(i,l,c),i=i.sibling}var bn=null,$r=!1;function Pr(i,l,c){for(c=c.child;c!==null;)jy(i,l,c),c=c.sibling}function jy(i,l,c){if(Xi&&typeof Xi.onCommitFiberUnmount=="function")try{Xi.onCommitFiberUnmount(Ls,c)}catch{}switch(c.tag){case 5:xr||Iu(c,l);case 6:var v=bn,g=$r;bn=null,Pr(i,l,c),bn=v,$r=g,bn!==null&&($r?(i=bn,c=c.stateNode,i.nodeType===8?i.parentNode.removeChild(c):i.removeChild(c)):bn.removeChild(c.stateNode));break;case 18:bn!==null&&($r?(i=bn,c=c.stateNode,i.nodeType===8?Nu(i.parentNode,c):i.nodeType===1&&Nu(i,c),bl(i)):Nu(bn,c.stateNode));break;case 4:v=bn,g=$r,bn=c.stateNode.containerInfo,$r=!0,Pr(i,l,c),bn=v,$r=g;break;case 0:case 11:case 14:case 15:if(!xr&&(v=c.updateQueue,v!==null&&(v=v.lastEffect,v!==null))){g=v=v.next;do{var E=g,P=E.destroy;E=E.tag,P!==void 0&&(E&2||E&4)&&Tf(c,l,P),g=g.next}while(g!==v)}Pr(i,l,c);break;case 1:if(!xr&&(Iu(c,l),v=c.stateNode,typeof v.componentWillUnmount=="function"))try{v.props=c.memoizedProps,v.state=c.memoizedState,v.componentWillUnmount()}catch(I){rn(c,l,I)}Pr(i,l,c);break;case 21:Pr(i,l,c);break;case 22:c.mode&1?(xr=(v=xr)||c.memoizedState!==null,Pr(i,l,c),xr=v):Pr(i,l,c);break;default:Pr(i,l,c)}}function Wy(i){var l=i.updateQueue;if(l!==null){i.updateQueue=null;var c=i.stateNode;c===null&&(c=i.stateNode=new mk),l.forEach(function(v){var g=t0.bind(null,i,v);c.has(v)||(c.add(v),v.then(g,g))})}}function ro(i,l){var c=l.deletions;if(c!==null)for(var v=0;v<c.length;v++){var g=c[v];try{var E=i,P=l,I=P;e:for(;I!==null;){switch(I.tag){case 5:bn=I.stateNode,$r=!1;break e;case 3:bn=I.stateNode.containerInfo,$r=!0;break e;case 4:bn=I.stateNode.containerInfo,$r=!0;break e}I=I.return}if(bn===null)throw Error(o(160));jy(E,P,g),bn=null,$r=!1;var H=g.alternate;H!==null&&(H.return=null),g.return=null}catch(ae){rn(g,l,ae)}}if(l.subtreeFlags&12854)for(l=l.child;l!==null;)oh(l,i),l=l.sibling}function oh(i,l){var c=i.alternate,v=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:if(ro(l,i),ti(i),v&4){try{yc(3,i,i.return),bc(3,i)}catch(We){rn(i,i.return,We)}try{yc(5,i,i.return)}catch(We){rn(i,i.return,We)}}break;case 1:ro(l,i),ti(i),v&512&&c!==null&&Iu(c,c.return);break;case 5:if(ro(l,i),ti(i),v&512&&c!==null&&Iu(c,c.return),i.flags&32){var g=i.stateNode;try{Ne(g,"")}catch(We){rn(i,i.return,We)}}if(v&4&&(g=i.stateNode,g!=null)){var E=i.memoizedProps,P=c!==null?c.memoizedProps:E,I=i.type,H=i.updateQueue;if(i.updateQueue=null,H!==null)try{I==="input"&&E.type==="radio"&&E.name!=null&&Rn(g,E),jr(I,P);var ae=jr(I,E);for(P=0;P<H.length;P+=2){var Ce=H[P],we=H[P+1];Ce==="style"?dn(g,we):Ce==="dangerouslySetInnerHTML"?vl(g,we):Ce==="children"?Ne(g,we):V(g,Ce,we,ae)}switch(I){case"input":dt(g,E);break;case"textarea":Yi(g,E);break;case"select":var Ee=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!E.multiple;var ze=E.value;ze!=null?at(g,!!E.multiple,ze,!1):Ee!==!!E.multiple&&(E.defaultValue!=null?at(g,!!E.multiple,E.defaultValue,!0):at(g,!!E.multiple,E.multiple?[]:"",!1))}g[Ys]=E}catch(We){rn(i,i.return,We)}}break;case 6:if(ro(l,i),ti(i),v&4){if(i.stateNode===null)throw Error(o(162));g=i.stateNode,E=i.memoizedProps;try{g.nodeValue=E}catch(We){rn(i,i.return,We)}}break;case 3:if(ro(l,i),ti(i),v&4&&c!==null&&c.memoizedState.isDehydrated)try{bl(l.containerInfo)}catch(We){rn(i,i.return,We)}break;case 4:ro(l,i),ti(i);break;case 13:ro(l,i),ti(i),g=i.child,g.flags&8192&&(E=g.memoizedState!==null,g.stateNode.isHidden=E,!E||g.alternate!==null&&g.alternate.memoizedState!==null||(uh=Qt())),v&4&&Wy(i);break;case 22:if(Ce=c!==null&&c.memoizedState!==null,i.mode&1?(xr=(ae=xr)||Ce,ro(l,i),xr=ae):ro(l,i),ti(i),v&8192){if(ae=i.memoizedState!==null,(i.stateNode.isHidden=ae)&&!Ce&&i.mode&1)for(Ve=i,Ce=i.child;Ce!==null;){for(we=Ve=Ce;Ve!==null;){switch(Ee=Ve,ze=Ee.child,Ee.tag){case 0:case 11:case 14:case 15:yc(4,Ee,Ee.return);break;case 1:Iu(Ee,Ee.return);var Ke=Ee.stateNode;if(typeof Ke.componentWillUnmount=="function"){v=Ee,c=Ee.return;try{l=v,Ke.props=l.memoizedProps,Ke.state=l.memoizedState,Ke.componentWillUnmount()}catch(We){rn(v,c,We)}}break;case 5:Iu(Ee,Ee.return);break;case 22:if(Ee.memoizedState!==null){kc(we);continue}}ze!==null?(ze.return=Ee,Ve=ze):kc(we)}Ce=Ce.sibling}e:for(Ce=null,we=i;;){if(we.tag===5){if(Ce===null){Ce=we;try{g=we.stateNode,ae?(E=g.style,typeof E.setProperty=="function"?E.setProperty("display","none","important"):E.display="none"):(I=we.stateNode,H=we.memoizedProps.style,P=H!=null&&H.hasOwnProperty("display")?H.display:null,I.style.display=Mt("display",P))}catch(We){rn(i,i.return,We)}}}else if(we.tag===6){if(Ce===null)try{we.stateNode.nodeValue=ae?"":we.memoizedProps}catch(We){rn(i,i.return,We)}}else if((we.tag!==22&&we.tag!==23||we.memoizedState===null||we===i)&&we.child!==null){we.child.return=we,we=we.child;continue}if(we===i)break e;for(;we.sibling===null;){if(we.return===null||we.return===i)break e;Ce===we&&(Ce=null),we=we.return}Ce===we&&(Ce=null),we.sibling.return=we.return,we=we.sibling}}break;case 19:ro(l,i),ti(i),v&4&&Wy(i);break;case 21:break;default:ro(l,i),ti(i)}}function ti(i){var l=i.flags;if(l&2){try{e:{for(var c=i.return;c!==null;){if(xc(c)){var v=c;break e}c=c.return}throw Error(o(160))}switch(v.tag){case 5:var g=v.stateNode;v.flags&32&&(Ne(g,""),v.flags&=-33);var E=qo(i);So(i,E,g);break;case 3:case 4:var P=v.stateNode.containerInfo,I=qo(i);_o(i,I,P);break;default:throw Error(o(161))}}catch(H){rn(i,i.return,H)}i.flags&=-3}l&4096&&(i.flags&=-4097)}function gk(i,l,c){Ve=i,lh(i)}function lh(i,l,c){for(var v=(i.mode&1)!==0;Ve!==null;){var g=Ve,E=g.child;if(g.tag===22&&v){var P=g.memoizedState!==null||gc;if(!P){var I=g.alternate,H=I!==null&&I.memoizedState!==null||xr;I=gc;var ae=xr;if(gc=P,(xr=H)&&!ae)for(Ve=g;Ve!==null;)P=Ve,H=P.child,P.tag===22&&P.memoizedState!==null?ah(g):H!==null?(H.return=P,Ve=H):ah(g);for(;E!==null;)Ve=E,lh(E),E=E.sibling;Ve=g,gc=I,xr=ae}Gy(i)}else g.subtreeFlags&8772&&E!==null?(E.return=g,Ve=E):Gy(i)}}function Gy(i){for(;Ve!==null;){var l=Ve;if(l.flags&8772){var c=l.alternate;try{if(l.flags&8772)switch(l.tag){case 0:case 11:case 15:xr||bc(5,l);break;case 1:var v=l.stateNode;if(l.flags&4&&!xr)if(c===null)v.componentDidMount();else{var g=l.elementType===l.type?c.memoizedProps:no(l.type,c.memoizedProps);v.componentDidUpdate(g,c.memoizedState,v.__reactInternalSnapshotBeforeUpdate)}var E=l.updateQueue;E!==null&&jv(l,E,v);break;case 3:var P=l.updateQueue;if(P!==null){if(c=null,l.child!==null)switch(l.child.tag){case 5:c=l.child.stateNode;break;case 1:c=l.child.stateNode}jv(l,P,c)}break;case 5:var I=l.stateNode;if(c===null&&l.flags&4){c=I;var H=l.memoizedProps;switch(l.type){case"button":case"input":case"select":case"textarea":H.autoFocus&&c.focus();break;case"img":H.src&&(c.src=H.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(l.memoizedState===null){var ae=l.alternate;if(ae!==null){var Ce=ae.memoizedState;if(Ce!==null){var we=Ce.dehydrated;we!==null&&bl(we)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(o(163))}xr||l.flags&512&&ih(l)}catch(Ee){rn(l,l.return,Ee)}}if(l===i){Ve=null;break}if(c=l.sibling,c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function kc(i){for(;Ve!==null;){var l=Ve;if(l===i){Ve=null;break}var c=l.sibling;if(c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function ah(i){for(;Ve!==null;){var l=Ve;try{switch(l.tag){case 0:case 11:case 15:var c=l.return;try{bc(4,l)}catch(H){rn(l,c,H)}break;case 1:var v=l.stateNode;if(typeof v.componentDidMount=="function"){var g=l.return;try{v.componentDidMount()}catch(H){rn(l,g,H)}}var E=l.return;try{ih(l)}catch(H){rn(l,E,H)}break;case 5:var P=l.return;try{ih(l)}catch(H){rn(l,P,H)}}}catch(H){rn(l,l.return,H)}if(l===i){Ve=null;break}var I=l.sibling;if(I!==null){I.return=l.return,Ve=I;break}Ve=l.return}}var yk=Math.ceil,Ml=K.ReactCurrentDispatcher,Ra=K.ReactCurrentOwner,rr=K.ReactCurrentBatchConfig,Ct=0,Un=null,Nn=null,ir=0,pi=0,Bu=Ni(0),xn=0,Ec=null,wo=0,Uu=0,$f=0,Cc=null,ni=null,uh=0,Vu=1/0,vi=null,Ku=!1,za=null,Al=null,Pf=!1,Qo=null,_c=0,Ol=0,Hu=null,Sc=-1,kr=0;function Ln(){return Ct&6?Qt():Sc!==-1?Sc:Sc=Qt()}function To(i){return i.mode&1?Ct&2&&ir!==0?ir&-ir:hk.transition!==null?(kr===0&&(kr=Ed()),kr):(i=It,i!==0||(i=window.event,i=i===void 0?16:wd(i.type)),i):1}function Nr(i,l,c,v){if(50<Ol)throw Ol=0,Hu=null,Error(o(185));fa(i,c,v),(!(Ct&2)||i!==Un)&&(i===Un&&(!(Ct&2)&&(Uu|=c),xn===4&&io(i,ir)),ri(i,v),c===1&&Ct===0&&!(l.mode&1)&&(Vu=Qt()+500,Au&&bo()))}function ri(i,l){var c=i.callbackNode;iv(i,l);var v=da(i,i===Un?ir:0);if(v===0)c!==null&&Vg(c),i.callbackNode=null,i.callbackPriority=0;else if(l=v&-v,i.callbackPriority!==l){if(c!=null&&Vg(c),l===1)i.tag===0?_l(sh.bind(null,i)):qd(sh.bind(null,i)),Pu(function(){!(Ct&6)&&bo()}),c=null;else{switch(av(v)){case 1:c=sa;break;case 4:c=tv;break;case 16:c=Ns;break;case 536870912:c=nv;break;default:c=Ns}c=r0(c,Nf.bind(null,i))}i.callbackPriority=l,i.callbackNode=c}}function Nf(i,l){if(Sc=-1,kr=0,Ct&6)throw Error(o(327));var c=i.callbackNode;if(ju()&&i.callbackNode!==c)return null;var v=da(i,i===Un?ir:0);if(v===0)return null;if(v&30||v&i.expiredLanes||l)l=Lf(i,v);else{l=v;var g=Ct;Ct|=2;var E=qy();(Un!==i||ir!==l)&&(vi=null,Vu=Qt()+500,Xo(i,l));do try{Qy();break}catch(I){Yy(i,I)}while(!0);Iv(),Ml.current=E,Ct=g,Nn!==null?l=0:(Un=null,ir=0,l=xn)}if(l!==0){if(l===2&&(g=ov(i),g!==0&&(v=g,l=wc(i,g))),l===1)throw c=Ec,Xo(i,0),io(i,v),ri(i,Qt()),c;if(l===6)io(i,v);else{if(g=i.current.alternate,!(v&30)&&!bk(g)&&(l=Lf(i,v),l===2&&(E=ov(i),E!==0&&(v=E,l=wc(i,E))),l===1))throw c=Ec,Xo(i,0),io(i,v),ri(i,Qt()),c;switch(i.finishedWork=g,i.finishedLanes=v,l){case 0:case 1:throw Error(o(345));case 2:Ua(i,ni,vi);break;case 3:if(io(i,v),(v&130023424)===v&&(l=uh+500-Qt(),10<l)){if(da(i,0)!==0)break;if(g=i.suspendedLanes,(g&v)!==v){Ln(),i.pingedLanes|=i.suspendedLanes&g;break}i.timeoutHandle=Wd(Ua.bind(null,i,ni,vi),l);break}Ua(i,ni,vi);break;case 4:if(io(i,v),(v&4194240)===v)break;for(l=i.eventTimes,g=-1;0<v;){var P=31-wi(v);E=1<<P,P=l[P],P>g&&(g=P),v&=~E}if(v=g,v=Qt()-v,v=(120>v?120:480>v?480:1080>v?1080:1920>v?1920:3e3>v?3e3:4320>v?4320:1960*yk(v/1960))-v,10<v){i.timeoutHandle=Wd(Ua.bind(null,i,ni,vi),v);break}Ua(i,ni,vi);break;case 5:Ua(i,ni,vi);break;default:throw Error(o(329))}}}return ri(i,Qt()),i.callbackNode===c?Nf.bind(null,i):null}function wc(i,l){var c=Cc;return i.current.memoizedState.isDehydrated&&(Xo(i,l).flags|=256),i=Lf(i,l),i!==2&&(l=ni,ni=c,l!==null&&Ia(l)),i}function Ia(i){ni===null?ni=i:ni.push.apply(ni,i)}function bk(i){for(var l=i;;){if(l.flags&16384){var c=l.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var v=0;v<c.length;v++){var g=c[v],E=g.getSnapshot;g=g.value;try{if(!Ji(E(),g))return!1}catch{return!1}}}if(c=l.child,l.subtreeFlags&16384&&c!==null)c.return=l,l=c;else{if(l===i)break;for(;l.sibling===null;){if(l.return===null||l.return===i)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function io(i,l){for(l&=~$f,l&=~Uu,i.suspendedLanes|=l,i.pingedLanes&=~l,i=i.expirationTimes;0<l;){var c=31-wi(l),v=1<<c;i[c]=-1,l&=~v}}function sh(i){if(Ct&6)throw Error(o(327));ju();var l=da(i,0);if(!(l&1))return ri(i,Qt()),null;var c=Lf(i,l);if(i.tag!==0&&c===2){var v=ov(i);v!==0&&(l=v,c=wc(i,v))}if(c===1)throw c=Ec,Xo(i,0),io(i,l),ri(i,Qt()),c;if(c===6)throw Error(o(345));return i.finishedWork=i.current.alternate,i.finishedLanes=l,Ua(i,ni,vi),ri(i,Qt()),null}function ch(i,l){var c=Ct;Ct|=1;try{return i(l)}finally{Ct=c,Ct===0&&(Vu=Qt()+500,Au&&bo())}}function Ba(i){Qo!==null&&Qo.tag===0&&!(Ct&6)&&ju();var l=Ct;Ct|=1;var c=rr.transition,v=It;try{if(rr.transition=null,It=1,i)return i()}finally{It=v,rr.transition=c,Ct=l,!(Ct&6)&&bo()}}function dh(){pi=Bu.current,Zt(Bu)}function Xo(i,l){i.finishedWork=null,i.finishedLanes=0;var c=i.timeoutHandle;if(c!==-1&&(i.timeoutHandle=-1,Av(c)),Nn!==null)for(c=Nn.return;c!==null;){var v=c;switch(Xd(v),v.tag){case 1:v=v.type.childContextTypes,v!=null&&Mu();break;case 3:Da(),Zt(In),Zt(vn),Ze();break;case 5:tf(v);break;case 4:Da();break;case 13:Zt(un);break;case 19:Zt(un);break;case 10:Bv(v.type._context);break;case 22:case 23:dh()}c=c.return}if(Un=i,Nn=i=Fl(i.current,null),ir=pi=l,xn=0,Ec=null,$f=Uu=wo=0,ni=Cc=null,wa!==null){for(l=0;l<wa.length;l++)if(c=wa[l],v=c.interleaved,v!==null){c.interleaved=null;var g=v.next,E=c.pending;if(E!==null){var P=E.next;E.next=g,v.next=P}c.pending=v}wa=null}return i}function Yy(i,l){do{var c=Nn;try{if(Iv(),ht.current=Aa,rf){for(var v=$t.memoizedState;v!==null;){var g=v.queue;g!==null&&(g.pending=null),v=v.next}rf=!1}if(jt=0,Yn=Dn=$t=null,rc=!1,$a=0,Ra.current=null,c===null||c.return===null){xn=1,Ec=l,Nn=null;break}e:{var E=i,P=c.return,I=c,H=l;if(l=ir,I.flags|=32768,H!==null&&typeof H=="object"&&typeof H.then=="function"){var ae=H,Ce=I,we=Ce.tag;if(!(Ce.mode&1)&&(we===0||we===11||we===15)){var Ee=Ce.alternate;Ee?(Ce.updateQueue=Ee.updateQueue,Ce.memoizedState=Ee.memoizedState,Ce.lanes=Ee.lanes):(Ce.updateQueue=null,Ce.memoizedState=null)}var ze=Oy(P);if(ze!==null){ze.flags&=-257,Ll(ze,P,I,E,l),ze.mode&1&&Jv(E,ae,l),l=ze,H=ae;var Ke=l.updateQueue;if(Ke===null){var We=new Set;We.add(H),l.updateQueue=We}else Ke.add(H);break e}else{if(!(l&1)){Jv(E,ae,l),fh();break e}H=Error(o(426))}}else if(nn&&I.mode&1){var kn=Oy(P);if(kn!==null){!(kn.flags&65536)&&(kn.flags|=256),Ll(kn,P,I,E,l),Wo(Oa(H,I));break e}}E=H=Oa(H,I),xn!==4&&(xn=2),Cc===null?Cc=[E]:Cc.push(E),E=P;do{switch(E.tag){case 3:E.flags|=65536,l&=-l,E.lanes|=l;var ee=Ay(E,H,l);$y(E,ee);break e;case 1:I=H;var q=E.type,ie=E.stateNode;if(!(E.flags&128)&&(typeof q.getDerivedStateFromError=="function"||ie!==null&&typeof ie.componentDidCatch=="function"&&(Al===null||!Al.has(ie)))){E.flags|=65536,l&=-l,E.lanes|=l;var _e=Zv(E,I,l);$y(E,_e);break e}}E=E.return}while(E!==null)}Zy(c)}catch(He){l=He,Nn===c&&c!==null&&(Nn=c=c.return);continue}break}while(!0)}function qy(){var i=Ml.current;return Ml.current=Aa,i===null?Aa:i}function fh(){(xn===0||xn===3||xn===2)&&(xn=4),Un===null||!(wo&268435455)&&!(Uu&268435455)||io(Un,ir)}function Lf(i,l){var c=Ct;Ct|=2;var v=qy();(Un!==i||ir!==l)&&(vi=null,Xo(i,l));do try{xk();break}catch(g){Yy(i,g)}while(!0);if(Iv(),Ct=c,Ml.current=v,Nn!==null)throw Error(o(261));return Un=null,ir=0,xn}function xk(){for(;Nn!==null;)Xy(Nn)}function Qy(){for(;Nn!==null&&!Kg();)Xy(Nn)}function Xy(i){var l=n0(i.alternate,i,pi);i.memoizedProps=i.pendingProps,l===null?Zy(i):Nn=l,Ra.current=null}function Zy(i){var l=i;do{var c=l.alternate;if(i=l.return,l.flags&32768){if(c=wf(c,l),c!==null){c.flags&=32767,Nn=c;return}if(i!==null)i.flags|=32768,i.subtreeFlags=0,i.deletions=null;else{xn=6,Nn=null;return}}else if(c=Vy(c,l,pi),c!==null){Nn=c;return}if(l=l.sibling,l!==null){Nn=l;return}Nn=l=i}while(l!==null);xn===0&&(xn=5)}function Ua(i,l,c){var v=It,g=rr.transition;try{rr.transition=null,It=1,kk(i,l,c,v)}finally{rr.transition=g,It=v}return null}function kk(i,l,c,v){do ju();while(Qo!==null);if(Ct&6)throw Error(o(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(o(177));i.callbackNode=null,i.callbackPriority=0;var E=c.lanes|c.childLanes;if(Qx(i,E),i===Un&&(Nn=Un=null,ir=0),!(c.subtreeFlags&2064)&&!(c.flags&2064)||Pf||(Pf=!0,r0(Ns,function(){return ju(),null})),E=(c.flags&15990)!==0,c.subtreeFlags&15990||E){E=rr.transition,rr.transition=null;var P=It;It=1;var I=Ct;Ct|=4,Ra.current=null,Hy(i,c),oh(c,i),wu(ka),va=!!Gs,ka=Gs=null,i.current=c,gk(c),Wx(),Ct=I,It=P,rr.transition=E}else i.current=c;if(Pf&&(Pf=!1,Qo=i,_c=g),E=i.pendingLanes,E===0&&(Al=null),jg(c.stateNode),ri(i,Qt()),l!==null)for(v=i.onRecoverableError,c=0;c<l.length;c++)g=l[c],v(g.value,{componentStack:g.stack,digest:g.digest});if(Ku)throw Ku=!1,i=za,za=null,i;return _c&1&&i.tag!==0&&ju(),E=i.pendingLanes,E&1?i===Hu?Ol++:(Ol=0,Hu=i):Ol=0,bo(),null}function ju(){if(Qo!==null){var i=av(_c),l=rr.transition,c=It;try{if(rr.transition=null,It=16>i?16:i,Qo===null)var v=!1;else{if(i=Qo,Qo=null,_c=0,Ct&6)throw Error(o(331));var g=Ct;for(Ct|=4,Ve=i.current;Ve!==null;){var E=Ve,P=E.child;if(Ve.flags&16){var I=E.deletions;if(I!==null){for(var H=0;H<I.length;H++){var ae=I[H];for(Ve=ae;Ve!==null;){var Ce=Ve;switch(Ce.tag){case 0:case 11:case 15:yc(8,Ce,E)}var we=Ce.child;if(we!==null)we.return=Ce,Ve=we;else for(;Ve!==null;){Ce=Ve;var Ee=Ce.sibling,ze=Ce.return;if(Df(Ce),Ce===ae){Ve=null;break}if(Ee!==null){Ee.return=ze,Ve=Ee;break}Ve=ze}}}var Ke=E.alternate;if(Ke!==null){var We=Ke.child;if(We!==null){Ke.child=null;do{var kn=We.sibling;We.sibling=null,We=kn}while(We!==null)}}Ve=E}}if(E.subtreeFlags&2064&&P!==null)P.return=E,Ve=P;else e:for(;Ve!==null;){if(E=Ve,E.flags&2048)switch(E.tag){case 0:case 11:case 15:yc(9,E,E.return)}var ee=E.sibling;if(ee!==null){ee.return=E.return,Ve=ee;break e}Ve=E.return}}var q=i.current;for(Ve=q;Ve!==null;){P=Ve;var ie=P.child;if(P.subtreeFlags&2064&&ie!==null)ie.return=P,Ve=ie;else e:for(P=q;Ve!==null;){if(I=Ve,I.flags&2048)try{switch(I.tag){case 0:case 11:case 15:bc(9,I)}}catch(He){rn(I,I.return,He)}if(I===P){Ve=null;break e}var _e=I.sibling;if(_e!==null){_e.return=I.return,Ve=_e;break e}Ve=I.return}}if(Ct=g,bo(),Xi&&typeof Xi.onPostCommitFiberRoot=="function")try{Xi.onPostCommitFiberRoot(Ls,i)}catch{}v=!0}return v}finally{It=c,rr.transition=l}}return!1}function Jy(i,l,c){l=Oa(c,l),l=Ay(i,l,1),i=$l(i,l,1),l=Ln(),i!==null&&(fa(i,1,l),ri(i,l))}function rn(i,l,c){if(i.tag===3)Jy(i,i,c);else for(;l!==null;){if(l.tag===3){Jy(l,i,c);break}else if(l.tag===1){var v=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&(Al===null||!Al.has(v))){i=Oa(c,i),i=Zv(l,i,1),l=$l(l,i,1),i=Ln(),l!==null&&(fa(l,1,i),ri(l,i));break}}l=l.return}}function Ek(i,l,c){var v=i.pingCache;v!==null&&v.delete(l),l=Ln(),i.pingedLanes|=i.suspendedLanes&c,Un===i&&(ir&c)===c&&(xn===4||xn===3&&(ir&130023424)===ir&&500>Qt()-uh?Xo(i,0):$f|=c),ri(i,l)}function e0(i,l){l===0&&(i.mode&1?(l=Zi,Zi<<=1,!(Zi&130023424)&&(Zi=4194304)):l=1);var c=Ln();i=di(i,l),i!==null&&(fa(i,l,c),ri(i,c))}function Ck(i){var l=i.memoizedState,c=0;l!==null&&(c=l.retryLane),e0(i,c)}function t0(i,l){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(o(314))}v!==null&&v.delete(l),e0(i,c)}var n0;n0=function(i,l,c){if(i!==null)if(i.memoizedProps!==l.pendingProps||In.current)$n=!0;else{if(!(i.lanes&c)&&!(l.flags&128))return $n=!1,hc(i,l,c);$n=!!(i.flags&131072)}else $n=!1,nn&&l.flags&1048576&&Sy(l,jo,l.index);switch(l.lanes=0,l.tag){case 2:var v=l.type;Oi(i,l),i=l.pendingProps;var g=qr(l,vn.current);an(l,c),g=Pl(null,l,v,i,g,c);var E=to();return l.flags|=1,typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0?(l.tag=1,l.memoizedState=null,l.updateQueue=null,wn(v)?(E=!0,Gn(l)):E=!1,l.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,Hv(l),g.updater=kf,l.stateNode=g,g._reactInternals=l,cc(l,v,i,c),l=pc(null,l,v,!0,E,c)):(l.tag=0,nn&&E&&Qd(l),nr(null,l,g,c),l=l.child),l;case 16:v=l.elementType;e:{switch(Oi(i,l),i=l.pendingProps,g=v._init,v=g(v._payload),l.type=v,g=l.tag=Sk(v),i=no(v,i),g){case 0:l=Fy(null,l,v,i,c);break e;case 1:l=Ry(null,l,v,i,c);break e;case 11:l=ei(null,l,v,i,c);break e;case 14:l=Fa(null,l,v,no(v.type,i),c);break e}throw Error(o(306,v,""))}return l;case 0:return v=l.type,g=l.pendingProps,g=l.elementType===v?g:no(v,g),Fy(i,l,v,g,c);case 1:return v=l.type,g=l.pendingProps,g=l.elementType===v?g:no(v,g),Ry(i,l,v,g,c);case 3:e:{if(zu(l),i===null)throw Error(o(387));v=l.pendingProps,E=l.memoizedState,g=E.element,Dy(i,l),Zs(l,v,null,c);var P=l.memoizedState;if(v=P.element,E.isDehydrated)if(E={element:v,isDehydrated:!1,cache:P.cache,pendingSuspenseBoundaries:P.pendingSuspenseBoundaries,transitions:P.transitions},l.updateQueue.baseState=E,l.memoizedState=E,l.flags&256){g=Oa(Error(o(423)),l),l=zy(i,l,v,c,g);break e}else if(v!==g){g=Oa(Error(o(424)),l),l=zy(i,l,v,c,g);break e}else for(Xr=mo(l.stateNode.containerInfo.firstChild),Qr=l,nn=!0,Mi=null,c=Ae(l,null,v,c),l.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(Dl(),v===g){l=Fi(i,l,c);break e}nr(i,l,v,c)}l=l.child}return l;case 5:return Py(l),i===null&&Rv(l),v=l.type,g=l.pendingProps,E=i!==null?i.memoizedProps:null,P=g.children,jd(v,g)?P=null:E!==null&&jd(v,E)&&(l.flags|=32),eh(i,l),nr(i,l,P,c),l.child;case 6:return i===null&&Rv(l),null;case 13:return Sf(i,l,c);case 4:return Wv(l,l.stateNode.containerInfo),v=l.pendingProps,i===null?l.child=gn(l,null,v,c):nr(i,l,v,c),l.child;case 11:return v=l.type,g=l.pendingProps,g=l.elementType===v?g:no(v,g),ei(i,l,v,g,c);case 7:return nr(i,l,l.pendingProps,c),l.child;case 8:return nr(i,l,l.pendingProps.children,c),l.child;case 12:return nr(i,l,l.pendingProps.children,c),l.child;case 10:e:{if(v=l.type._context,g=l.pendingProps,E=l.memoizedProps,P=g.value,Qe(ci,v._currentValue),v._currentValue=P,E!==null)if(Ji(E.value,P)){if(E.children===g.children&&!In.current){l=Fi(i,l,c);break e}}else for(E=l.child,E!==null&&(E.return=l);E!==null;){var I=E.dependencies;if(I!==null){P=E.child;for(var H=I.firstContext;H!==null;){if(H.context===v){if(E.tag===1){H=Go(-1,c&-c),H.tag=2;var ae=E.updateQueue;if(ae!==null){ae=ae.shared;var Ce=ae.pending;Ce===null?H.next=H:(H.next=Ce.next,Ce.next=H),ae.pending=H}}E.lanes|=c,H=E.alternate,H!==null&&(H.lanes|=c),Uv(E.return,c,l),I.lanes|=c;break}H=H.next}}else if(E.tag===10)P=E.type===l.type?null:E.child;else if(E.tag===18){if(P=E.return,P===null)throw Error(o(341));P.lanes|=c,I=P.alternate,I!==null&&(I.lanes|=c),Uv(P,c,l),P=E.sibling}else P=E.child;if(P!==null)P.return=E;else for(P=E;P!==null;){if(P===l){P=null;break}if(E=P.sibling,E!==null){E.return=P.return,P=E;break}P=P.return}E=P}nr(i,l,g.children,c),l=l.child}return l;case 9:return g=l.type,v=l.pendingProps.children,an(l,c),g=Ai(g),v=v(g),l.flags|=1,nr(i,l,v,c),l.child;case 14:return v=l.type,g=no(v,l.pendingProps),g=no(v.type,g),Fa(i,l,v,g,c);case 15:return pt(i,l,l.type,l.pendingProps,c);case 17:return v=l.type,g=l.pendingProps,g=l.elementType===v?g:no(v,g),Oi(i,l),l.tag=1,wn(v)?(i=!0,Gn(l)):i=!1,an(l,c),Ef(l,v,g),cc(l,v,g,c),pc(null,l,v,!0,i,c);case 19:return Co(i,l,c);case 22:return fc(i,l,c)}throw Error(o(156,l.tag))};function r0(i,l){return Ug(i,l)}function _k(i,l,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=l,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 zi(i,l,c,v){return new _k(i,l,c,v)}function ph(i){return i=i.prototype,!(!i||!i.isReactComponent)}function Sk(i){if(typeof i=="function")return ph(i)?1:0;if(i!=null){if(i=i.$$typeof,i===ce)return 11;if(i===be)return 14}return 2}function Fl(i,l){var c=i.alternate;return c===null?(c=zi(i.tag,l,i.key,i.mode),c.elementType=i.elementType,c.type=i.type,c.stateNode=i.stateNode,c.alternate=i,i.alternate=c):(c.pendingProps=l,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,l=i.dependencies,c.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},c.sibling=i.sibling,c.index=i.index,c.ref=i.ref,c}function Tc(i,l,c,v,g,E){var P=2;if(v=i,typeof i=="function")ph(i)&&(P=1);else if(typeof i=="string")P=5;else e:switch(i){case Z:return Zo(c.children,g,E,l);case Se:P=8,g|=8;break;case ve:return i=zi(12,c,l,g|2),i.elementType=ve,i.lanes=E,i;case le:return i=zi(13,c,l,g),i.elementType=le,i.lanes=E,i;case ue:return i=zi(19,c,l,g),i.elementType=ue,i.lanes=E,i;case re:return Rl(c,g,E,l);default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case de:P=10;break e;case F:P=9;break e;case ce:P=11;break e;case be:P=14;break e;case j:P=16,v=null;break e}throw Error(o(130,i==null?i:typeof i,""))}return l=zi(P,c,l,g),l.elementType=i,l.type=v,l.lanes=E,l}function Zo(i,l,c,v){return i=zi(7,i,v,l),i.lanes=c,i}function Rl(i,l,c,v){return i=zi(22,i,v,l),i.elementType=re,i.lanes=c,i.stateNode={isHidden:!1},i}function vh(i,l,c){return i=zi(6,i,null,l),i.lanes=c,i}function Mf(i,l,c){return l=zi(4,i.children!==null?i.children:[],i.key,l),l.lanes=c,l.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},l}function i0(i,l,c,v,g){this.tag=l,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=lv(0),this.expirationTimes=lv(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=lv(0),this.identifierPrefix=v,this.onRecoverableError=g,this.mutableSourceEagerHydrationData=null}function Af(i,l,c,v,g,E,P,I,H){return i=new i0(i,l,c,I,H),l===1?(l=1,E===!0&&(l|=8)):l=0,E=zi(3,null,null,l),i.current=E,E.stateNode=i,E.memoizedState={element:v,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},Hv(E),i}function wk(i,l,c){var v=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:G,key:v==null?null:""+v,children:i,containerInfo:l,implementation:c}}function hh(i){if(!i)return yr;i=i._reactInternals;e:{if(Qi(i)!==i||i.tag!==1)throw Error(o(170));var l=i;do{switch(l.tag){case 3:l=l.stateNode.context;break e;case 1:if(wn(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break e}}l=l.return}while(l!==null);throw Error(o(171))}if(i.tag===1){var c=i.type;if(wn(c))return Qs(i,c,l)}return l}function o0(i,l,c,v,g,E,P,I,H){return i=Af(c,v,!0,i,g,E,P,I,H),i.context=hh(null),c=i.current,v=Ln(),g=To(c),E=Go(v,g),E.callback=l??null,$l(c,E,g),i.current.lanes=g,fa(i,g,v),ri(i,v),i}function Of(i,l,c,v){var g=l.current,E=Ln(),P=To(g);return c=hh(c),l.context===null?l.context=c:l.pendingContext=c,l=Go(E,P),l.payload={element:i},v=v===void 0?null:v,v!==null&&(l.callback=v),i=$l(g,l,P),i!==null&&(Nr(i,g,P,E),ef(i,g,P)),P}function Ff(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 mh(i,l){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var c=i.retryLane;i.retryLane=c!==0&&c<l?c:l}}function Rf(i,l){mh(i,l),(i=i.alternate)&&mh(i,l)}function l0(){return null}var Va=typeof reportError=="function"?reportError:function(i){console.error(i)};function gh(i){this._internalRoot=i}zf.prototype.render=gh.prototype.render=function(i){var l=this._internalRoot;if(l===null)throw Error(o(409));Of(i,l,null,null)},zf.prototype.unmount=gh.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var l=i.containerInfo;Ba(function(){Of(null,i,null,null)}),l[Ko]=null}};function zf(i){this._internalRoot=i}zf.prototype.unstable_scheduleHydration=function(i){if(i){var l=ft();i={blockedOn:null,target:i,priority:l};for(var c=0;c<Jn.length&&l!==0&&l<Jn[c].priority;c++);Jn.splice(c,0,i),c===0&&fv(i)}};function yh(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function If(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11&&(i.nodeType!==8||i.nodeValue!==" react-mount-point-unstable "))}function a0(){}function Tk(i,l,c,v,g){if(g){if(typeof v=="function"){var E=v;v=function(){var ae=Ff(P);E.call(ae)}}var P=o0(l,v,i,0,null,!1,!1,"",a0);return i._reactRootContainer=P,i[Ko]=P.current,Du(i.nodeType===8?i.parentNode:i),Ba(),P}for(;g=i.lastChild;)i.removeChild(g);if(typeof v=="function"){var I=v;v=function(){var ae=Ff(H);I.call(ae)}}var H=Af(i,0,!1,null,null,!1,!1,"",a0);return i._reactRootContainer=H,i[Ko]=H.current,Du(i.nodeType===8?i.parentNode:i),Ba(function(){Of(l,H,c,v)}),H}function Dc(i,l,c,v,g){var E=c._reactRootContainer;if(E){var P=E;if(typeof g=="function"){var I=g;g=function(){var H=Ff(P);I.call(H)}}Of(l,P,i,g)}else P=Tk(c,l,i,g,v);return Ff(P)}Bt=function(i){switch(i.tag){case 3:var l=i.stateNode;if(l.current.memoizedState.isDehydrated){var c=ca(l.pendingLanes);c!==0&&(Cd(l,c|1),ri(l,Qt()),!(Ct&6)&&(Vu=Qt()+500,bo()))}break;case 13:Ba(function(){var v=di(i,1);if(v!==null){var g=Ln();Nr(v,i,1,g)}}),Rf(i,1)}},uv=function(i){if(i.tag===13){var l=di(i,134217728);if(l!==null){var c=Ln();Nr(l,i,134217728,c)}Rf(i,134217728)}},sv=function(i){if(i.tag===13){var l=To(i),c=di(i,l);if(c!==null){var v=Ln();Nr(c,i,l,v)}Rf(i,l)}},ft=function(){return It},cv=function(i,l){var c=It;try{return It=i,l()}finally{It=c}},zn=function(i,l,c){switch(l){case"input":if(dt(i,c),l=c.name,c.type==="radio"&&l!=null){for(c=i;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+l)+'][type="radio"]'),l=0;l<c.length;l++){var v=c[l];if(v!==i&&v.form===i.form){var g=ln(v);if(!g)throw Error(o(90));J(v),dt(v,g)}}}break;case"textarea":Yi(i,c);break;case"select":l=c.value,l!=null&&at(i,!!c.multiple,l,!1)}},Qp=ch,Xp=Ba;var Dk={usingClientEntryPoint:!1,Events:[Xe,eo,ln,Rg,zg,ch]},$c={findFiberByHostInstance:Ea,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},u0={bundleType:$c.bundleType,version:$c.version,rendererPackageName:$c.rendererPackageName,rendererConfig:$c.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:K.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=ev(i),i===null?null:i.stateNode},findFiberByHostInstance:$c.findFiberByHostInstance||l0,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var zl=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!zl.isDisabled&&zl.supportsFiber)try{Ls=zl.inject(u0),Xi=zl}catch{}}return Ei.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Dk,Ei.createPortal=function(i,l){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!yh(l))throw Error(o(200));return wk(i,l,null,c)},Ei.createRoot=function(i,l){if(!yh(i))throw Error(o(299));var c=!1,v="",g=Va;return l!=null&&(l.unstable_strictMode===!0&&(c=!0),l.identifierPrefix!==void 0&&(v=l.identifierPrefix),l.onRecoverableError!==void 0&&(g=l.onRecoverableError)),l=Af(i,1,!1,null,null,c,!1,v,g),i[Ko]=l.current,Du(i.nodeType===8?i.parentNode:i),new gh(l)},Ei.findDOMNode=function(i){if(i==null)return null;if(i.nodeType===1)return i;var l=i._reactInternals;if(l===void 0)throw typeof i.render=="function"?Error(o(188)):(i=Object.keys(i).join(","),Error(o(268,i)));return i=ev(l),i=i===null?null:i.stateNode,i},Ei.flushSync=function(i){return Ba(i)},Ei.hydrate=function(i,l,c){if(!If(l))throw Error(o(200));return Dc(null,i,l,!0,c)},Ei.hydrateRoot=function(i,l,c){if(!yh(i))throw Error(o(405));var v=c!=null&&c.hydratedSources||null,g=!1,E="",P=Va;if(c!=null&&(c.unstable_strictMode===!0&&(g=!0),c.identifierPrefix!==void 0&&(E=c.identifierPrefix),c.onRecoverableError!==void 0&&(P=c.onRecoverableError)),l=o0(l,null,i,1,c??null,g,!1,E,P),i[Ko]=l.current,Du(i),v)for(i=0;i<v.length;i++)c=v[i],g=c._getVersion,g=g(c._source),l.mutableSourceEagerHydrationData==null?l.mutableSourceEagerHydrationData=[c,g]:l.mutableSourceEagerHydrationData.push(c,g);return new zf(l)},Ei.render=function(i,l,c){if(!If(l))throw Error(o(200));return Dc(null,i,l,!1,c)},Ei.unmountComponentAtNode=function(i){if(!If(i))throw Error(o(40));return i._reactRootContainer?(Ba(function(){Dc(null,null,i,!1,function(){i._reactRootContainer=null,i[Ko]=null})}),!0):!1},Ei.unstable_batchedUpdates=ch,Ei.unstable_renderSubtreeIntoContainer=function(i,l,c,v){if(!If(c))throw Error(o(200));if(i==null||i._reactInternals===void 0)throw Error(o(38));return Dc(i,l,c,!1,v)},Ei.version="18.3.1-next-f1338f8080-20240426",Ei}var Ci={};/**
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 NE;function v$(){return NE||(NE=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=LE(),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"),Px=Symbol.for("react.cache"),Lx=Symbol.for("react.tracing_marker"),dn=Symbol.iterator,Mx="@@iterator";function Lo(e){if(e===null||typeof e!="object")return null;var t=dn&&e[dn]||e[Mx];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 Nx(){{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,Nx();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 Ax(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,Ax(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`
41
+ */var K3;function V9(){return K3||(K3=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 r=x,n=U3(),o=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,s=!1;function d(e){s=e}function h(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];y("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];y("error",e,a)}}function y(e,t,a){{var u=o.ReactDebugCurrentFrame,f=u.getStackAddendum();f!==""&&(t+="%s",a=a.concat([f]));var m=a.map(function(b){return String(b)});m.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,m)}}var k=0,C=1,T=2,S=3,D=4,$=5,N=6,M=7,O=8,z=9,B=10,V=11,K=12,U=13,G=14,Z=15,Se=16,ve=17,de=18,F=19,ce=21,le=22,ue=23,be=24,j=25,re=!0,X=!1,W=!1,R=!1,he=!1,me=!0,ke=!0,Pe=!0,Me=!0,De=new Set,Fe={},Be={};function Ge(e,t){vt(e,t),vt(e+"Capture",t)}function vt(e,t){Fe[e]&&p("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Fe[e]=t;{var a=e.toLowerCase();Be[a]=e,e==="onDoubleClick"&&(Be.ondblclick=e)}for(var u=0;u<t.length;u++)De.add(t[u])}var $e=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",J=Object.prototype.hasOwnProperty;function Ye(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function mt(e){try{return Ot(e),!1}catch{return!0}}function Ot(e){return""+e}function Rn(e,t){if(mt(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,Ye(e)),Ot(e)}function dt(e){if(mt(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ye(e)),Ot(e)}function Zn(e,t){if(mt(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,Ye(e)),Ot(e)}function Vr(e,t){if(mt(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,Ye(e)),Ot(e)}function Wn(e){if(mt(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.",Ye(e)),Ot(e)}function at(e){if(mt(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.",Ye(e)),Ot(e)}var yt=0,wt=1,Yi=2,mr=3,Kr=4,wr=5,vo=6,vl=":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",Ne=vl+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Je=new RegExp("^["+vl+"]["+Ne+"]*$"),nt={},Mt={};function dn(e){return J.call(Mt,e)?!0:J.call(nt,e)?!1:Je.test(e)?(Mt[e]=!0,!0):(nt[e]=!0,p("Invalid attribute name: `%s`",e),!1)}function Hr(e,t,a){return t!==null?t.type===yt:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function Cn(e,t,a,u){if(a!==null&&a.type===yt)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(u)return!1;if(a!==null)return!a.acceptsBooleans;var f=e.toLowerCase().slice(0,5);return f!=="data-"&&f!=="aria-"}default:return!1}}function jr(e,t,a,u){if(t===null||typeof t>"u"||Cn(e,t,a,u))return!0;if(u)return!1;if(a!==null)switch(a.type){case mr:return!t;case Kr:return t===!1;case wr:return isNaN(t);case vo:return isNaN(t)||t<1}return!1}function _n(e){return zn.hasOwnProperty(e)?zn[e]:null}function fn(e,t,a,u,f,m,b){this.acceptsBooleans=t===Yi||t===mr||t===Kr,this.attributeName=u,this.attributeNamespace=f,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=m,this.removeEmptyString=b}var zn={},hu=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];hu.forEach(function(e){zn[e]=new fn(e,yt,!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];zn[t]=new fn(t,wt,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){zn[e]=new fn(e,Yi,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){zn[e]=new fn(e,Yi,!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){zn[e]=new fn(e,mr,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){zn[e]=new fn(e,mr,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){zn[e]=new fn(e,Kr,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){zn[e]=new fn(e,vo,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){zn[e]=new fn(e,wr,!1,e.toLowerCase(),null,!1,!1)});var hl=/[\-\:]([a-z])/g,bd=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(hl,bd);zn[t]=new fn(t,wt,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(hl,bd);zn[t]=new fn(t,wt,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(hl,bd);zn[t]=new fn(t,wt,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){zn[e]=new fn(e,wt,!1,e.toLowerCase(),null,!1,!1)});var Rg="xlinkHref";zn[Rg]=new fn("xlinkHref",wt,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){zn[e]=new fn(e,wt,!1,e.toLowerCase(),null,!0,!0)});var zg=/^[\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,Qp=!1;function Xp(e){!Qp&&zg.test(e)&&(Qp=!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 Zp(e,t,a,u){if(u.mustUseProperty){var f=u.propertyName;return e[f]}else{Rn(a,t),u.sanitizeURL&&Xp(""+a);var m=u.attributeName,b=null;if(u.type===Kr){if(e.hasAttribute(m)){var _=e.getAttribute(m);return _===""?!0:jr(t,a,u,!1)?_:_===""+a?a:_}}else if(e.hasAttribute(m)){if(jr(t,a,u,!1))return e.getAttribute(m);if(u.type===mr)return a;b=e.getAttribute(m)}return jr(t,a,u,!1)?b===null?a:b:b===""+a?a:b}}function Jp(e,t,a,u){{if(!dn(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var f=e.getAttribute(t);return Rn(a,t),f===""+a?a:f}}function aa(e,t,a,u){var f=_n(t);if(!Hr(t,f,u)){if(jr(t,a,f,u)&&(a=null),u||f===null){if(dn(t)){var m=t;a===null?e.removeAttribute(m):(Rn(a,t),e.setAttribute(m,""+a))}return}var b=f.mustUseProperty;if(b){var _=f.propertyName;if(a===null){var w=f.type;e[_]=w===mr?!1:""}else e[_]=a;return}var L=f.attributeName,A=f.attributeNamespace;if(a===null)e.removeAttribute(L);else{var Q=f.type,Y;Q===mr||Q===Kr&&a===!0?Y="":(Rn(a,L),Y=""+a,f.sanitizeURL&&Xp(Y.toString())),A?e.setAttributeNS(A,L,Y):e.setAttribute(L,Y)}}}var ml=Symbol.for("react.element"),qi=Symbol.for("react.portal"),mu=Symbol.for("react.fragment"),ua=Symbol.for("react.strict_mode"),gu=Symbol.for("react.profiler"),yu=Symbol.for("react.provider"),Ps=Symbol.for("react.context"),bu=Symbol.for("react.forward_ref"),xd=Symbol.for("react.suspense"),kd=Symbol.for("react.suspense_list"),Qi=Symbol.for("react.memo"),gr=Symbol.for("react.lazy"),Ig=Symbol.for("react.scope"),jx=Symbol.for("react.debug_trace_mode"),ev=Symbol.for("react.offscreen"),Bg=Symbol.for("react.legacy_hidden"),Ug=Symbol.for("react.cache"),Vg=Symbol.for("react.tracing_marker"),Kg=Symbol.iterator,Wx="@@iterator";function Qt(e){if(e===null||typeof e!="object")return null;var t=Kg&&e[Kg]||e[Wx];return typeof t=="function"?t:null}var kt=Object.assign,sa=0,tv,Ns,Hg,nv,Ls,Xi,jg;function wi(){}wi.__reactDisabledLog=!0;function Gx(){{if(sa===0){tv=console.log,Ns=console.info,Hg=console.warn,nv=console.error,Ls=console.group,Xi=console.groupCollapsed,jg=console.groupEnd;var e={configurable:!0,enumerable:!0,value:wi,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}sa++}}function Yx(){{if(sa--,sa===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:kt({},e,{value:tv}),info:kt({},e,{value:Ns}),warn:kt({},e,{value:Hg}),error:kt({},e,{value:nv}),group:kt({},e,{value:Ls}),groupCollapsed:kt({},e,{value:Xi}),groupEnd:kt({},e,{value:jg})})}sa<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var rv=o.ReactCurrentDispatcher,xu;function Zi(e,t,a){{if(xu===void 0)try{throw Error()}catch(f){var u=f.stack.trim().match(/\n( *(at )?)/);xu=u&&u[1]||""}return`
42
+ `+xu+e}}var ca=!1,da;{var qx=typeof WeakMap=="function"?WeakMap:Map;da=new qx}function iv(e,t){if(!e||ca)return"";{var a=da.get(e);if(a!==void 0)return a}var u;ca=!0;var f=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var m;m=rv.current,rv.current=null,Gx();try{if(t){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(se){u=se}Reflect.construct(e,[],b)}else{try{b.call()}catch(se){u=se}e.call(b.prototype)}}else{try{throw Error()}catch(se){u=se}e()}}catch(se){if(se&&u&&typeof se.stack=="string"){for(var _=se.stack.split(`
43
+ `),w=u.stack.split(`
44
+ `),L=_.length-1,A=w.length-1;L>=1&&A>=0&&_[L]!==w[A];)A--;for(;L>=1&&A>=0;L--,A--)if(_[L]!==w[A]){if(L!==1||A!==1)do if(L--,A--,A<0||_[L]!==w[A]){var Q=`
45
+ `+_[L].replace(" at new "," at ");return e.displayName&&Q.includes("<anonymous>")&&(Q=Q.replace("<anonymous>",e.displayName)),typeof e=="function"&&da.set(e,Q),Q}while(L>=1&&A>=0);break}}}finally{ca=!1,rv.current=m,Yx(),Error.prepareStackTrace=f}var Y=e?e.displayName||e.name:"",oe=Y?Zi(Y):"";return typeof e=="function"&&da.set(e,oe),oe}function ov(e,t,a){return iv(e,!0)}function Ed(e,t,a){return iv(e,!1)}function lv(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function fa(e,t,a){if(e==null)return"";if(typeof e=="function")return iv(e,lv(e));if(typeof e=="string")return Zi(e);switch(e){case xd:return Zi("Suspense");case kd:return Zi("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case bu:return Ed(e.render);case Qi:return fa(e.type,t,a);case gr:{var u=e,f=u._payload,m=u._init;try{return fa(m(f),t,a)}catch{}}}return""}function Qx(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case $:return Zi(e.type);case Se:return Zi("Lazy");case U:return Zi("Suspense");case F:return Zi("SuspenseList");case k:case T:case Z:return Ed(e.type);case V:return Ed(e.type.render);case C:return ov(e.type);default:return""}}function Cd(e){try{var t="",a=e;do t+=Qx(a),a=a.return;while(a);return t}catch(u){return`
46
46
  Error generating stack: `+u.message+`
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 Ox(){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?`
47
+ `+u.stack}}function It(e,t,a){var u=e.displayName;if(u)return u;var f=t.displayName||t.name||"";return f!==""?a+"("+f+")":a}function av(e){return e.displayName||"Context"}function Bt(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 mu:return"Fragment";case qi:return"Portal";case gu:return"Profiler";case ua:return"StrictMode";case xd:return"Suspense";case kd:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Ps:var t=e;return av(t)+".Consumer";case yu:var a=e;return av(a._context)+".Provider";case bu:return It(e,e.render,"ForwardRef");case Qi:var u=e.displayName||null;return u!==null?u:Bt(e.type)||"Memo";case gr:{var f=e,m=f._payload,b=f._init;try{return Bt(b(m))}catch{return null}}}return null}function uv(e,t,a){var u=t.displayName||t.name||"";return e.displayName||(u!==""?a+"("+u+")":a)}function sv(e){return e.displayName||"Context"}function ft(e){var t=e.tag,a=e.type;switch(t){case be:return"Cache";case z:var u=a;return sv(u)+".Consumer";case B:var f=a;return sv(f._context)+".Provider";case de:return"DehydratedFragment";case V:return uv(a,a.render,"ForwardRef");case M:return"Fragment";case $:return a;case D:return"Portal";case S:return"Root";case N:return"Text";case Se:return Bt(a);case O:return a===ua?"StrictMode":"Mode";case le:return"Offscreen";case K:return"Profiler";case ce:return"Scope";case U:return"Suspense";case F:return"SuspenseList";case j:return"TracingMarker";case C:case k:case ve:case T:case G:case Z:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var cv=o.ReactDebugCurrentFrame,Tr=null,gl=!1;function Ti(){{if(Tr===null)return null;var e=Tr._debugOwner;if(e!==null&&typeof e<"u")return ft(e)}return null}function yl(){return Tr===null?"":Cd(Tr)}function pn(){cv.getCurrentStack=null,Tr=null,gl=!1}function Jt(e){cv.getCurrentStack=e===null?null:yl,Tr=e,gl=!1}function Ms(){return Tr}function Jn(e){gl=e}function Di(e){return""+e}function zo(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return at(e),e;default:return""}}var As={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function dv(e,t){As[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 fv(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Os(e){return e._valueTracker}function Wg(e){e._valueTracker=null}function Xx(e){var t="";return e&&(fv(e)?t=e.checked?"true":"false":t=e.value),t}function Fs(e){var t=fv(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);at(e[t]);var u=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var f=a.get,m=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return f.call(this)},set:function(_){at(_),u=""+_,m.call(this,_)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var b={getValue:function(){return u},setValue:function(_){at(_),u=""+_},stopTracking:function(){Wg(e),delete e[t]}};return b}}function bl(e){Os(e)||(e._valueTracker=Fs(e))}function pa(e){if(!e)return!1;var t=Os(e);if(!t)return!0;var a=t.getValue(),u=Xx(e);return u!==a?(t.setValue(u),!0):!1}function va(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 Gg=!1,Yg=!1,_d=!1,Rs=!1;function Sd(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function wd(e,t){var a=e,u=t.checked,f=kt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:u??a._wrapperState.initialChecked});return f}function Io(e,t){dv("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Yg&&(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",Ti()||"A component",t.type),Yg=!0),t.value!==void 0&&t.defaultValue!==void 0&&!Gg&&(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",Ti()||"A component",t.type),Gg=!0);var a=e,u=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:zo(t.value!=null?t.value:u),controlled:Sd(t)}}function Td(e,t){var a=e,u=t.checked;u!=null&&aa(a,"checked",u,!1)}function ku(e,t){var a=e;{var u=Sd(t);!a._wrapperState.controlled&&u&&!Rs&&(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"),Rs=!0),a._wrapperState.controlled&&!u&&!_d&&(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"),_d=!0)}Td(e,t);var f=zo(t.value),m=t.type;if(f!=null)m==="number"?(f===0&&a.value===""||a.value!=f)&&(a.value=Di(f)):a.value!==Di(f)&&(a.value=Di(f));else if(m==="submit"||m==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?Pd(a,t.type,f):t.hasOwnProperty("defaultValue")&&Pd(a,t.type,zo(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function pv(e,t,a){var u=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var f=t.type,m=f==="submit"||f==="reset";if(m&&(t.value===void 0||t.value===null))return;var b=Di(u._wrapperState.initialValue);a||b!==u.value&&(u.value=b),u.defaultValue=b}var _=u.name;_!==""&&(u.name=""),u.defaultChecked=!u.defaultChecked,u.defaultChecked=!!u._wrapperState.initialChecked,_!==""&&(u.name=_)}function Dd(e,t){var a=e;ku(a,t),$d(a,t)}function $d(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var u=e;u.parentNode;)u=u.parentNode;Rn(a,"name");for(var f=u.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),m=0;m<f.length;m++){var b=f[m];if(!(b===e||b.form!==e.form)){var _=w0(b);if(!_)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");pa(b),ku(b,_)}}}}function Pd(e,t,a){(t!=="number"||va(e.ownerDocument)!==e)&&(a==null?e.defaultValue=Di(e._wrapperState.initialValue):e.defaultValue!==Di(a)&&(e.defaultValue=Di(a)))}var Wr=!1,ha=!1,Nd=!1;function Eu(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?r.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||ha||(ha=!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&&(Nd||(Nd=!0,p("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!Wr&&(p("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Wr=!0)}function Zx(e,t){t.value!=null&&e.setAttribute("value",Di(zo(t.value)))}var vv=Array.isArray;function er(e){return vv(e)}var ma;ma=!1;function zs(){var e=Ti();return e?`
48
48
 
49
- Check the render method of \``+e+"`.":""}var Ig=["value","defaultValue"];function Fx(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;Fx(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 Rx(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 zx(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 Bx(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",Ix="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 Ix;default:return No}}function Zp(e,t){return e==null||e===No?gd(t):e===Xp&&t==="foreignObject"?No:e}var Ux=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=Ux(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,Hx=/^ms-/;function Vx(e){return e.replace(vu,"-$1").toLowerCase().replace(Hx,"-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))},Kx=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)||Kx(e,t))}}var jx=qg;function Wx(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:Vx(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||jx(u,t[u]);var h=xd(u,t[u],d);u==="float"&&(u="cssFloat"),d?a.setProperty(u,h):a[u]=h}}function Gx(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.",Gx(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,Yx=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 qx(){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 Xx=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,Xx.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 Zx(){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=Jx(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 Jx(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 ek(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 tk(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 nk(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 rk(){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 ik(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 ok(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),qx()}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){Sk(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&&Sk(e,t,u,Ou,a),y===d)break;d=y}d!==null&&u.stopPropagation();return}Sk(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),lk=gt({},br,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),ak=_n(lk),Vy=gt({},br,{data:0}),qv=_n(Vy),Na=qv,uk={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=uk[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 sk(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 sk}var ck=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}}),dk=_n(ck),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),fk=gt({},zu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:hf}),Ai=_n(fk),Xv=gt({},br,{propertyName:0,elapsedTime:0,pseudoElement:0}),pk=_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 vk=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 mk(e,t,a,u,d){var h;if(vk?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),mk(e,t,a,u,d)}var hk={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"?!!hk[e.type]:t==="textarea"}/**
49
+ Check the render method of \``+e+"`.":""}var hv=["value","defaultValue"];function Jx(e){{dv("select",e);for(var t=0;t<hv.length;t++){var a=hv[t];if(e[a]!=null){var u=er(e[a]);e.multiple&&!u?p("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,zs()):!e.multiple&&u&&p("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,zs())}}}}function Cu(e,t,a,u){var f=e.options;if(t){for(var m=a,b={},_=0;_<m.length;_++)b["$"+m[_]]=!0;for(var w=0;w<f.length;w++){var L=b.hasOwnProperty("$"+f[w].value);f[w].selected!==L&&(f[w].selected=L),L&&u&&(f[w].defaultSelected=!0)}}else{for(var A=Di(zo(a)),Q=null,Y=0;Y<f.length;Y++){if(f[Y].value===A){f[Y].selected=!0,u&&(f[Y].defaultSelected=!0);return}Q===null&&!f[Y].disabled&&(Q=f[Y])}Q!==null&&(Q.selected=!0)}}function mv(e,t){return kt({},t,{value:void 0})}function Ld(e,t){var a=e;Jx(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!ma&&(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"),ma=!0)}function ek(e,t){var a=e;a.multiple=!!t.multiple;var u=t.value;u!=null?Cu(a,!!t.multiple,u,!1):t.defaultValue!=null&&Cu(a,!!t.multiple,t.defaultValue,!0)}function tk(e,t){var a=e,u=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var f=t.value;f!=null?Cu(a,!!t.multiple,f,!1):u!==!!t.multiple&&(t.defaultValue!=null?Cu(a,!!t.multiple,t.defaultValue,!0):Cu(a,!!t.multiple,t.multiple?[]:"",!1))}function nk(e,t){var a=e,u=t.value;u!=null&&Cu(a,!!t.multiple,u,!1)}var qg=!1;function gv(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var u=kt({},t,{value:void 0,defaultValue:void 0,children:Di(a._wrapperState.initialValue)});return u}function yv(e,t){var a=e;dv("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!qg&&(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",Ti()||"A component"),qg=!0);var u=t.value;if(u==null){var f=t.children,m=t.defaultValue;if(f!=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(er(f)){if(f.length>1)throw new Error("<textarea> can only have at most one child.");f=f[0]}m=f}}m==null&&(m=""),u=m}a._wrapperState={initialValue:zo(u)}}function Qg(e,t){var a=e,u=zo(t.value),f=zo(t.defaultValue);if(u!=null){var m=Di(u);m!==a.value&&(a.value=m),t.defaultValue==null&&a.defaultValue!==m&&(a.defaultValue=m)}f!=null&&(a.defaultValue=Di(f))}function Xg(e,t){var a=e,u=a.textContent;u===a._wrapperState.initialValue&&u!==""&&u!==null&&(a.value=u)}function rk(e,t){Qg(e,t)}var Bo="http://www.w3.org/1999/xhtml",bv="http://www.w3.org/1998/Math/MathML",xv="http://www.w3.org/2000/svg";function kv(e){switch(e){case"svg":return xv;case"math":return bv;default:return Bo}}function Ev(e,t){return e==null||e===Bo?kv(t):e===xv&&t==="foreignObject"?Bo:e}var Zg=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,u,f){MSApp.execUnsafeLocalFunction(function(){return e(t,a,u,f)})}:e},Md,Jg=Zg(function(e,t){if(e.namespaceURI===xv&&!("innerHTML"in e)){Md=Md||document.createElement("div"),Md.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=Md.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Gr=1,Uo=3,Sn=8,Vo=9,Cv=11,_u=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===Uo){a.nodeValue=t;return}}e.textContent=t},Is={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"]},Bs={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 ey(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var ty=["Webkit","ms","Moz","O"];Object.keys(Bs).forEach(function(e){ty.forEach(function(t){Bs[ey(t,e)]=Bs[e]})});function Ad(e,t,a){var u=t==null||typeof t=="boolean"||t==="";return u?"":!a&&typeof t=="number"&&t!==0&&!(Bs.hasOwnProperty(e)&&Bs[e])?t+"px":(Vr(t,e),(""+t).trim())}var ny=/([A-Z])/g,ry=/^ms-/;function Su(e){return e.replace(ny,"-$1").toLowerCase().replace(ry,"-ms-")}var iy=function(){};{var ik=/^(?:webkit|moz|o)[A-Z]/,ok=/^-ms-/,oy=/-(.)/g,_v=/;\s*$/,ho={},ga={},ly=!1,Us=!1,lk=function(e){return e.replace(oy,function(t,a){return a.toUpperCase()})},ay=function(e){ho.hasOwnProperty(e)&&ho[e]||(ho[e]=!0,p("Unsupported style property %s. Did you mean %s?",e,lk(e.replace(ok,"ms-"))))},Sv=function(e){ho.hasOwnProperty(e)&&ho[e]||(ho[e]=!0,p("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},wv=function(e,t){ga.hasOwnProperty(t)&&ga[t]||(ga[t]=!0,p(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(_v,"")))},uy=function(e,t){ly||(ly=!0,p("`NaN` is an invalid value for the `%s` css style property.",e))},sy=function(e,t){Us||(Us=!0,p("`Infinity` is an invalid value for the `%s` css style property.",e))};iy=function(e,t){e.indexOf("-")>-1?ay(e):ik.test(e)?Sv(e):_v.test(t)&&wv(e,t),typeof t=="number"&&(isNaN(t)?uy(e,t):isFinite(t)||sy(e,t))}}var cy=iy;function ak(e){{var t="",a="";for(var u in e)if(e.hasOwnProperty(u)){var f=e[u];if(f!=null){var m=u.indexOf("--")===0;t+=a+(m?u:Su(u))+":",t+=Ad(u,f,m),a=";"}}return t||null}}function dy(e,t){var a=e.style;for(var u in t)if(t.hasOwnProperty(u)){var f=u.indexOf("--")===0;f||cy(u,t[u]);var m=Ad(u,t[u],f);u==="float"&&(u="cssFloat"),f?a.setProperty(u,m):a[u]=m}}function uk(e){return e==null||typeof e=="boolean"||e===""}function fy(e){var t={};for(var a in e)for(var u=Is[a]||[a],f=0;f<u.length;f++)t[u[f]]=a;return t}function sk(e,t){{if(!t)return;var a=fy(e),u=fy(t),f={};for(var m in a){var b=a[m],_=u[m];if(_&&b!==_){var w=b+","+_;if(f[w])continue;f[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.",uk(e[b])?"Removing":"Updating",b,_)}}}}var Ji={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},Vs=kt({menuitem:!0},Ji),py="__html";function Od(e,t){if(t){if(Vs[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"||!(py 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 xl(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 Ks={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"},Fd={"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},wu={},ck=new RegExp("^(aria)-["+Ne+"]*$"),Tu=new RegExp("^(aria)[A-Z]["+Ne+"]*$");function Tv(e,t){{if(J.call(wu,t)&&wu[t])return!0;if(Tu.test(t)){var a="aria-"+t.slice(4).toLowerCase(),u=Fd.hasOwnProperty(a)?a:null;if(u==null)return p("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),wu[t]=!0,!0;if(t!==u)return p("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,u),wu[t]=!0,!0}if(ck.test(t)){var f=t.toLowerCase(),m=Fd.hasOwnProperty(f)?f:null;if(m==null)return wu[t]=!0,!1;if(t!==m)return p("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,m),wu[t]=!0,!0}}return!0}function Hs(e,t){{var a=[];for(var u in t){var f=Tv(e,u);f||a.push(u)}var m=a.map(function(b){return"`"+b+"`"}).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 Dv(e,t){xl(e,t)||Hs(e,t)}var $v=!1;function Rd(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!$v&&($v=!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 ya=function(){};{var tr={},Pv=/^on./,zd=/^on[^A-Z]/,vy=new RegExp("^(aria)-["+Ne+"]*$"),hy=new RegExp("^(aria)[A-Z]["+Ne+"]*$");ya=function(e,t,a,u){if(J.call(tr,t)&&tr[t])return!0;var f=t.toLowerCase();if(f==="onfocusin"||f==="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."),tr[t]=!0,!0;if(u!=null){var m=u.registrationNameDependencies,b=u.possibleRegistrationNames;if(m.hasOwnProperty(t))return!0;var _=b.hasOwnProperty(f)?b[f]:null;if(_!=null)return p("Invalid event handler property `%s`. Did you mean `%s`?",t,_),tr[t]=!0,!0;if(Pv.test(t))return p("Unknown event handler property `%s`. It will be ignored.",t),tr[t]=!0,!0}else if(Pv.test(t))return zd.test(t)&&p("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),tr[t]=!0,!0;if(vy.test(t)||hy.test(t))return!0;if(f==="innerhtml")return p("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),tr[t]=!0,!0;if(f==="aria")return p("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),tr[t]=!0,!0;if(f==="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),tr[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),tr[t]=!0,!0;var w=_n(t),L=w!==null&&w.type===yt;if(Ks.hasOwnProperty(f)){var A=Ks[f];if(A!==t)return p("Invalid DOM property `%s`. Did you mean `%s`?",t,A),tr[t]=!0,!0}else if(!L&&t!==f)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,f),tr[t]=!0,!0;return typeof a=="boolean"&&Cn(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),tr[t]=!0,!0):L?!0:Cn(t,a,w,!1)?(tr[t]=!0,!1):((a==="false"||a==="true")&&w!==null&&w.type===mr&&(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),tr[t]=!0),!0)}}var my=function(e,t,a){{var u=[];for(var f in t){var m=ya(e,f,t[f],a);m||u.push(f)}var b=u.map(function(_){return"`"+_+"`"}).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 ",b,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 ",b,e)}};function gy(e,t,a){xl(e,t)||my(e,t,a)}var Nv=1,Id=2,$i=4,Lv=Nv|Id|$i,ba=null;function dk(e){ba!==null&&p("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),ba=e}function fk(){ba===null&&p("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),ba=null}function js(e){return e===ba}function Mv(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===Uo?t.parentNode:t}var Bd=null,xa=null,Ft=null;function Ud(e){var t=Yu(e);if(t){if(typeof Bd!="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=w0(a);Bd(t.stateNode,t.type,u)}}}function Vd(e){Bd=e}function Du(e){xa?Ft?Ft.push(e):Ft=[e]:xa=e}function yy(){return xa!==null||Ft!==null}function Kd(){if(xa){var e=xa,t=Ft;if(xa=null,Ft=null,Ud(e),t)for(var a=0;a<t.length;a++)Ud(t[a])}}var $u=function(e,t){return e(t)},Ws=function(){},kl=!1;function by(){var e=yy();e&&(Ws(),Kd())}function xy(e,t,a){if(kl)return e(t,a);kl=!0;try{return $u(e,t,a)}finally{kl=!1,by()}}function pk(e,t,a){$u=e,Ws=a}function ky(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function Hd(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&&ky(t));default:return!1}}function El(e,t){var a=e.stateNode;if(a===null)return null;var u=w0(a);if(u===null)return null;var f=u[t];if(Hd(t,e.type,u))return null;if(f&&typeof f!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof f+"` type.");return f}var Gs=!1;if($e)try{var ka={};Object.defineProperty(ka,"passive",{get:function(){Gs=!0}}),window.addEventListener("test",ka,ka),window.removeEventListener("test",ka,ka)}catch{Gs=!1}function jd(e,t,a,u,f,m,b,_,w){var L=Array.prototype.slice.call(arguments,3);try{t.apply(a,L)}catch(A){this.onError(A)}}var Wd=jd;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var Av=document.createElement("react");Wd=function(t,a,u,f,m,b,_,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 A=document.createEvent("Event"),Q=!1,Y=!0,oe=window.event,se=Object.getOwnPropertyDescriptor(window,"event");function fe(){Av.removeEventListener(pe,et,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=oe)}var Oe=Array.prototype.slice.call(arguments,3);function et(){Q=!0,fe(),a.apply(u,Oe),Y=!1}var qe,St=!1,bt=!1;function te(ne){if(qe=ne.error,St=!0,qe===null&&ne.colno===0&&ne.lineno===0&&(bt=!0),ne.defaultPrevented&&qe!=null&&typeof qe=="object")try{qe._suppressLogging=!0}catch{}}var pe="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",te),Av.addEventListener(pe,et,!1),A.initEvent(pe,!1,!1),Av.dispatchEvent(A),se&&Object.defineProperty(window,"event",se),Q&&Y&&(St?bt&&(qe=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):qe=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(qe)),window.removeEventListener("error",te),!Q)return fe(),jd.apply(this,arguments)}}var Ey=Wd,Pu=!1,Gd=null,Nu=!1,mo=null,Cy={onError:function(e){Pu=!0,Gd=e}};function Cl(e,t,a,u,f,m,b,_,w){Pu=!1,Gd=null,Ey.apply(Cy,arguments)}function go(e,t,a,u,f,m,b,_,w){if(Cl.apply(this,arguments),Pu){var L=qs();Nu||(Nu=!0,mo=L)}}function Ys(){if(Nu){var e=mo;throw Nu=!1,mo=null,e}}function Ko(){return Pu}function qs(){if(Pu){var e=Gd;return Pu=!1,Gd=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 Lu(e){return e._reactInternals}function vk(e){return e._reactInternals!==void 0}function Ea(e,t){e._reactInternals=t}var Xe=0,eo=1,ln=2,Et=4,Pi=16,Ni=32,Zt=64,Qe=128,yr=256,vn=512,In=1024,Yr=2048,qr=4096,wn=8192,Mu=16384,_y=32767,Qs=32768,Gn=65536,Yd=131072,yo=1048576,Au=2097152,Ho=4194304,qd=8388608,_l=16777216,bo=33554432,Sl=Et|In|0,wl=ln|Et|Pi|Ni|vn|qr|wn,Tl=Et|Zt|vn|wn,jo=Yr|Pi,Tn=Ho|qd|Au,Li=o.ReactCurrentOwner;function si(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var u=t;do t=u,(t.flags&(ln|qr))!==Xe&&(a=t.return),u=t.return;while(u)}return t.tag===S?a:null}function xo(e){if(e.tag===U){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 ko(e){return e.tag===S?e.stateNode.containerInfo:null}function Ca(e){return si(e)===e}function Sy(e){{var t=Li.current;if(t!==null&&t.tag===C){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.",ft(a)||"A component"),u._warnedAboutRefsInRender=!0}}var f=Lu(e);return f?si(f)===f:!1}function Qd(e){if(si(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function Xd(e){var t=e.alternate;if(!t){var a=si(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var u=e,f=t;;){var m=u.return;if(m===null)break;var b=m.alternate;if(b===null){var _=m.return;if(_!==null){u=f=_;continue}break}if(m.child===b.child){for(var w=m.child;w;){if(w===u)return Qd(m),e;if(w===f)return Qd(m),t;w=w.sibling}throw new Error("Unable to find node on an unmounted component.")}if(u.return!==f.return)u=m,f=b;else{for(var L=!1,A=m.child;A;){if(A===u){L=!0,u=m,f=b;break}if(A===f){L=!0,f=m,u=b;break}A=A.sibling}if(!L){for(A=b.child;A;){if(A===u){L=!0,u=b,f=m;break}if(A===f){L=!0,f=b,u=m;break}A=A.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!==f)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!==S)throw new Error("Unable to find node on an unmounted component.");return u.stateNode.current===u?e:t}function Qr(e){var t=Xd(e);return t!==null?Xr(t):null}function Xr(e){if(e.tag===$||e.tag===N)return e;for(var t=e.child;t!==null;){var a=Xr(t);if(a!==null)return a;t=t.sibling}return null}function nn(e){var t=Xd(e);return t!==null?Mi(t):null}function Mi(e){if(e.tag===$||e.tag===N)return e;for(var t=e.child;t!==null;){if(t.tag!==D){var a=Mi(t);if(a!==null)return a}t=t.sibling}return null}var Ov=n.unstable_scheduleCallback,wy=n.unstable_cancelCallback,Fv=n.unstable_shouldYield,Rv=n.unstable_requestPaint,Bn=n.unstable_now,Zd=n.unstable_getCurrentPriorityLevel,Xs=n.unstable_ImmediatePriority,Dl=n.unstable_UserBlockingPriority,Wo=n.unstable_NormalPriority,hk=n.unstable_LowPriority,_a=n.unstable_IdlePriority,Jd=n.unstable_yieldValue,Ty=n.unstable_setDisableYieldValue,Sa=null,gn=null,Ae=null,ci=!1,Zr=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Ou(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{ke&&(e=kt({},e,{getLaneLabelMap:wa,injectProfilingHooks:Ai})),Sa=t.inject(e),gn=t}catch(a){p("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function zv(e,t){if(gn&&typeof gn.onScheduleFiberRoot=="function")try{gn.onScheduleFiberRoot(Sa,e,t)}catch(a){ci||(ci=!0,p("React instrumentation encountered an error: %s",a))}}function Iv(e,t){if(gn&&typeof gn.onCommitFiberRoot=="function")try{var a=(e.current.flags&Qe)===Qe;if(Pe){var u;switch(t){case Dr:u=Xs;break;case Co:u=Dl;break;case Oi:u=Wo;break;case Fi:u=_a;break;default:u=Wo;break}gn.onCommitFiberRoot(Sa,e,u,a)}}catch(f){ci||(ci=!0,p("React instrumentation encountered an error: %s",f))}}function Bv(e){if(gn&&typeof gn.onPostCommitFiberRoot=="function")try{gn.onPostCommitFiberRoot(Sa,e)}catch(t){ci||(ci=!0,p("React instrumentation encountered an error: %s",t))}}function Uv(e){if(gn&&typeof gn.onCommitFiberUnmount=="function")try{gn.onCommitFiberUnmount(Sa,e)}catch(t){ci||(ci=!0,p("React instrumentation encountered an error: %s",t))}}function an(e){if(typeof Jd=="function"&&(Ty(e),d(e)),gn&&typeof gn.setStrictMode=="function")try{gn.setStrictMode(Sa,e)}catch(t){ci||(ci=!0,p("React instrumentation encountered an error: %s",t))}}function Ai(e){Ae=e}function wa(){{for(var e=new Map,t=1,a=0;a<$a;a++){var u=Ny(t);e.set(t,u),t*=2}return e}}function Vv(e){Ae!==null&&typeof Ae.markCommitStarted=="function"&&Ae.markCommitStarted(e)}function Kv(){Ae!==null&&typeof Ae.markCommitStopped=="function"&&Ae.markCommitStopped()}function di(e){Ae!==null&&typeof Ae.markComponentRenderStarted=="function"&&Ae.markComponentRenderStarted(e)}function fi(){Ae!==null&&typeof Ae.markComponentRenderStopped=="function"&&Ae.markComponentRenderStopped()}function Hv(e){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStarted=="function"&&Ae.markComponentPassiveEffectMountStarted(e)}function Dy(){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStopped=="function"&&Ae.markComponentPassiveEffectMountStopped()}function Go(e){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStarted=="function"&&Ae.markComponentPassiveEffectUnmountStarted(e)}function $l(){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStopped=="function"&&Ae.markComponentPassiveEffectUnmountStopped()}function ef(e){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStarted=="function"&&Ae.markComponentLayoutEffectMountStarted(e)}function $y(){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStopped=="function"&&Ae.markComponentLayoutEffectMountStopped()}function Zs(e){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStarted=="function"&&Ae.markComponentLayoutEffectUnmountStarted(e)}function jv(){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStopped=="function"&&Ae.markComponentLayoutEffectUnmountStopped()}function Js(e,t,a){Ae!==null&&typeof Ae.markComponentErrored=="function"&&Ae.markComponentErrored(e,t,a)}function Eo(e,t,a){Ae!==null&&typeof Ae.markComponentSuspended=="function"&&Ae.markComponentSuspended(e,t,a)}function ec(e){Ae!==null&&typeof Ae.markLayoutEffectsStarted=="function"&&Ae.markLayoutEffectsStarted(e)}function tc(){Ae!==null&&typeof Ae.markLayoutEffectsStopped=="function"&&Ae.markLayoutEffectsStopped()}function Ta(e){Ae!==null&&typeof Ae.markPassiveEffectsStarted=="function"&&Ae.markPassiveEffectsStarted(e)}function Wv(){Ae!==null&&typeof Ae.markPassiveEffectsStopped=="function"&&Ae.markPassiveEffectsStopped()}function Da(e){Ae!==null&&typeof Ae.markRenderStarted=="function"&&Ae.markRenderStarted(e)}function Py(){Ae!==null&&typeof Ae.markRenderYielded=="function"&&Ae.markRenderYielded()}function tf(){Ae!==null&&typeof Ae.markRenderStopped=="function"&&Ae.markRenderStopped()}function un(e){Ae!==null&&typeof Ae.markRenderScheduled=="function"&&Ae.markRenderScheduled(e)}function nf(e,t){Ae!==null&&typeof Ae.markForceUpdateScheduled=="function"&&Ae.markForceUpdateScheduled(e,t)}function nc(e,t){Ae!==null&&typeof Ae.markStateUpdateScheduled=="function"&&Ae.markStateUpdateScheduled(e,t)}var Ze=0,ht=1,Dt=2,jt=8,$t=16,Dn=Math.clz32?Math.clz32:rc,Yn=Math.log,rf=Math.LN2;function rc(e){var t=e>>>0;return t===0?32:31-(Yn(t)/rf|0)|0}var $a=31,xe=0,Tt=0,ot=1,Pl=2,to=4,br=8,yn=16,Yo=32,Nl=4194240,Pa=64,of=128,lf=256,af=512,uf=1024,sf=2048,cf=4096,df=8192,ff=16384,Na=32768,pf=65536,Fu=131072,Ru=262144,vf=524288,ic=1048576,hf=2097152,oc=130023424,La=4194304,mf=8388608,lc=16777216,gf=33554432,yf=67108864,Gv=La,ac=134217728,Yv=268435455,uc=268435456,Ma=536870912,Jr=1073741824;function Ny(e){{if(e&ot)return"Sync";if(e&Pl)return"InputContinuousHydration";if(e&to)return"InputContinuous";if(e&br)return"DefaultHydration";if(e&yn)return"Default";if(e&Yo)return"TransitionHydration";if(e&Nl)return"Transition";if(e&oc)return"Retry";if(e&ac)return"SelectiveHydration";if(e&uc)return"IdleHydration";if(e&Ma)return"Idle";if(e&Jr)return"Offscreen"}}var Xt=-1,Aa=Pa,bf=La;function sc(e){switch(Ll(e)){case ot:return ot;case Pl:return Pl;case to:return to;case br:return br;case yn:return yn;case Yo:return Yo;case Pa:case of:case lf:case af:case uf:case sf:case cf:case df:case ff:case Na:case pf:case Fu:case Ru:case vf:case ic:case hf:return e&Nl;case La:case mf:case lc:case gf:case yf:return e&oc;case ac:return ac;case uc:return uc;case Ma:return Ma;case Jr:return Jr;default:return p("Should have found matching lanes. This is a bug in React."),e}}function xf(e,t){var a=e.pendingLanes;if(a===xe)return xe;var u=xe,f=e.suspendedLanes,m=e.pingedLanes,b=a&Yv;if(b!==xe){var _=b&~f;if(_!==xe)u=sc(_);else{var w=b&m;w!==xe&&(u=sc(w))}}else{var L=a&~f;L!==xe?u=sc(L):m!==xe&&(u=sc(m))}if(u===xe)return xe;if(t!==xe&&t!==u&&(t&f)===xe){var A=Ll(u),Q=Ll(t);if(A>=Q||A===yn&&(Q&Nl)!==xe)return t}(u&to)!==xe&&(u|=a&yn);var Y=e.entangledLanes;if(Y!==xe)for(var oe=e.entanglements,se=u&Y;se>0;){var fe=$n(se),Oe=1<<fe;u|=oe[fe],se&=~Oe}return u}function no(e,t){for(var a=e.eventTimes,u=Xt;t>0;){var f=$n(t),m=1<<f,b=a[f];b>u&&(u=b),t&=~m}return u}function qv(e,t){switch(e){case ot:case Pl:case to:return t+250;case br:case yn:case Yo:case Pa:case of:case lf:case af:case uf:case sf:case cf:case df:case ff:case Na:case pf:case Fu:case Ru:case vf:case ic:case hf:return t+5e3;case La:case mf:case lc:case gf:case yf:return Xt;case ac:case uc:case Ma:case Jr:return Xt;default:return p("Should have found matching lanes. This is a bug in React."),Xt}}function kf(e,t){for(var a=e.pendingLanes,u=e.suspendedLanes,f=e.pingedLanes,m=e.expirationTimes,b=a;b>0;){var _=$n(b),w=1<<_,L=m[_];L===Xt?((w&u)===xe||(w&f)!==xe)&&(m[_]=qv(w,t)):L<=t&&(e.expiredLanes|=w),b&=~w}}function Ly(e){return sc(e.pendingLanes)}function Ef(e){var t=e.pendingLanes&~Jr;return t!==xe?t:t&Jr?Jr:xe}function My(e){return(e&ot)!==xe}function cc(e){return(e&Yv)!==xe}function Oa(e){return(e&oc)===e}function Qv(e){var t=ot|to|yn;return(e&t)===xe}function Xv(e){return(e&Nl)===e}function Cf(e,t){var a=Pl|to|br|yn;return(t&a)!==xe}function Ay(e,t){return(t&e.expiredLanes)!==xe}function Zv(e){return(e&Nl)!==xe}function Jv(){var e=Aa;return Aa<<=1,(Aa&Nl)===xe&&(Aa=Pa),e}function Oy(){var e=bf;return bf<<=1,(bf&oc)===xe&&(bf=La),e}function Ll(e){return e&-e}function dc(e){return Ll(e)}function $n(e){return 31-Dn(e)}function nr(e){return $n(e)}function ei(e,t){return(e&t)!==xe}function Fa(e,t){return(e&t)===t}function pt(e,t){return e|t}function fc(e,t){return e&~t}function eh(e,t){return e&t}function Fy(e){return e}function Ry(e,t){return e!==Tt&&e<t?e:t}function pc(e){for(var t=[],a=0;a<$a;a++)t.push(e);return t}function zu(e,t,a){e.pendingLanes|=t,t!==Ma&&(e.suspendedLanes=xe,e.pingedLanes=xe);var u=e.eventTimes,f=nr(t);u[f]=a}function zy(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,u=t;u>0;){var f=$n(u),m=1<<f;a[f]=Xt,u&=~m}}function _f(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function th(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=xe,e.pingedLanes=xe,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var u=e.entanglements,f=e.eventTimes,m=e.expirationTimes,b=a;b>0;){var _=$n(b),w=1<<_;u[_]=xe,f[_]=Xt,m[_]=Xt,b&=~w}}function Sf(e,t){for(var a=e.entangledLanes|=t,u=e.entanglements,f=a;f;){var m=$n(f),b=1<<m;b&t|u[m]&t&&(u[m]|=t),f&=~b}}function nh(e,t){var a=Ll(t),u;switch(a){case to:u=Pl;break;case yn:u=br;break;case Pa:case of:case lf:case af:case uf:case sf:case cf:case df:case ff:case Na:case pf:case Fu:case Ru:case vf:case ic:case hf:case La:case mf:case lc:case gf:case yf:u=Yo;break;case Ma:u=uc;break;default:u=Tt;break}return(u&(e.suspendedLanes|t))!==Tt?Tt:u}function vc(e,t,a){if(Zr)for(var u=e.pendingUpdatersLaneMap;a>0;){var f=nr(a),m=1<<f,b=u[f];b.add(t),a&=~m}}function Iy(e,t){if(Zr)for(var a=e.pendingUpdatersLaneMap,u=e.memoizedUpdaters;t>0;){var f=nr(t),m=1<<f,b=a[f];b.size>0&&(b.forEach(function(_){var w=_.alternate;(w===null||!u.has(w))&&u.add(_)}),b.clear()),t&=~m}}function rh(e,t){return null}var Dr=ot,Co=to,Oi=yn,Fi=Ma,hc=Tt;function Ri(){return hc}function Pn(e){hc=e}function By(e,t){var a=hc;try{return hc=e,t()}finally{hc=a}}function Uy(e,t){return e!==0&&e<t?e:t}function mc(e,t){return e>t?e:t}function qn(e,t){return e!==0&&e<t}function Vy(e){var t=Ll(e);return qn(Dr,t)?qn(Co,t)?cc(t)?Oi:Fi:Co:Dr}function wf(e){var t=e.current.memoizedState;return t.isDehydrated}var gc;function xr(e){gc=e}function mk(e){gc(e)}var Ve;function Iu(e){Ve=e}var Tf;function Ky(e){Tf=e}var Hy;function yc(e){Hy=e}var bc;function ih(e){bc=e}var Df=!1,xc=[],qo=null,_o=null,So=null,bn=new Map,$r=new Map,Pr=[],jy=["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 Wy(e){return jy.indexOf(e)>-1}function ro(e,t,a,u,f){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:f,targetContainers:[u]}}function oh(e,t){switch(e){case"focusin":case"focusout":qo=null;break;case"dragenter":case"dragleave":_o=null;break;case"mouseover":case"mouseout":So=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;bn.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var u=t.pointerId;$r.delete(u);break}}}function ti(e,t,a,u,f,m){if(e===null||e.nativeEvent!==m){var b=ro(t,a,u,f,m);if(t!==null){var _=Yu(t);_!==null&&Ve(_)}return b}e.eventSystemFlags|=u;var w=e.targetContainers;return f!==null&&w.indexOf(f)===-1&&w.push(f),e}function gk(e,t,a,u,f){switch(t){case"focusin":{var m=f;return qo=ti(qo,e,t,a,u,m),!0}case"dragenter":{var b=f;return _o=ti(_o,e,t,a,u,b),!0}case"mouseover":{var _=f;return So=ti(So,e,t,a,u,_),!0}case"pointerover":{var w=f,L=w.pointerId;return bn.set(L,ti(bn.get(L)||null,e,t,a,u,w)),!0}case"gotpointercapture":{var A=f,Q=A.pointerId;return $r.set(Q,ti($r.get(Q)||null,e,t,a,u,A)),!0}}return!1}function lh(e){var t=Lc(e.target);if(t!==null){var a=si(t);if(a!==null){var u=a.tag;if(u===U){var f=xo(a);if(f!==null){e.blockedOn=f,bc(e.priority,function(){Tf(a)});return}}else if(u===S){var m=a.stateNode;if(wf(m)){e.blockedOn=ko(a);return}}}}e.blockedOn=null}function Gy(e){for(var t=Hy(),a={blockedOn:null,target:e,priority:t},u=0;u<Pr.length&&qn(t,Pr[u].priority);u++);Pr.splice(u,0,a),u===0&&lh(a)}function kc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],u=Uu(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(u===null){var f=e.nativeEvent,m=new f.constructor(f.type,f);dk(m),f.target.dispatchEvent(m),fk()}else{var b=Yu(u);return b!==null&&Ve(b),e.blockedOn=u,!1}t.shift()}return!0}function ah(e,t,a){kc(e)&&a.delete(t)}function yk(){Df=!1,qo!==null&&kc(qo)&&(qo=null),_o!==null&&kc(_o)&&(_o=null),So!==null&&kc(So)&&(So=null),bn.forEach(ah),$r.forEach(ah)}function Ml(e,t){e.blockedOn===t&&(e.blockedOn=null,Df||(Df=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,yk)))}function Ra(e){if(xc.length>0){Ml(xc[0],e);for(var t=1;t<xc.length;t++){var a=xc[t];a.blockedOn===e&&(a.blockedOn=null)}}qo!==null&&Ml(qo,e),_o!==null&&Ml(_o,e),So!==null&&Ml(So,e);var u=function(_){return Ml(_,e)};bn.forEach(u),$r.forEach(u);for(var f=0;f<Pr.length;f++){var m=Pr[f];m.blockedOn===e&&(m.blockedOn=null)}for(;Pr.length>0;){var b=Pr[0];if(b.blockedOn!==null)break;lh(b),b.blockedOn===null&&Pr.shift()}}var rr=o.ReactCurrentBatchConfig,Ct=!0;function Un(e){Ct=!!e}function Nn(){return Ct}function ir(e,t,a){var u=$f(t),f;switch(u){case Dr:f=pi;break;case Co:f=Bu;break;case Oi:default:f=xn;break}return f.bind(null,t,a,e)}function pi(e,t,a,u){var f=Ri(),m=rr.transition;rr.transition=null;try{Pn(Dr),xn(e,t,a,u)}finally{Pn(f),rr.transition=m}}function Bu(e,t,a,u){var f=Ri(),m=rr.transition;rr.transition=null;try{Pn(Co),xn(e,t,a,u)}finally{Pn(f),rr.transition=m}}function xn(e,t,a,u){Ct&&Ec(e,t,a,u)}function Ec(e,t,a,u){var f=Uu(e,t,a,u);if(f===null){Ok(e,t,u,wo,a),oh(e,u);return}if(gk(f,e,t,a,u)){u.stopPropagation();return}if(oh(e,u),t&$i&&Wy(e)){for(;f!==null;){var m=Yu(f);m!==null&&mk(m);var b=Uu(e,t,a,u);if(b===null&&Ok(e,t,u,wo,a),b===f)break;f=b}f!==null&&u.stopPropagation();return}Ok(e,t,u,null,a)}var wo=null;function Uu(e,t,a,u){wo=null;var f=Mv(u),m=Lc(f);if(m!==null){var b=si(m);if(b===null)m=null;else{var _=b.tag;if(_===U){var w=xo(b);if(w!==null)return w;m=null}else if(_===S){var L=b.stateNode;if(wf(L))return ko(b);m=null}else b!==m&&(m=null)}}return wo=m,null}function $f(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 Dr;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 Co;case"message":{var t=Zd();switch(t){case Xs:return Dr;case Dl:return Co;case Wo:case hk:return Oi;case _a:return Fi;default:return Oi}}default:return Oi}}function Cc(e,t,a){return e.addEventListener(t,a,!1),a}function ni(e,t,a){return e.addEventListener(t,a,!0),a}function uh(e,t,a,u){return e.addEventListener(t,a,{capture:!0,passive:u}),a}function Vu(e,t,a,u){return e.addEventListener(t,a,{passive:u}),a}var vi=null,Ku=null,za=null;function Al(e){return vi=e,Ku=_c(),!0}function Pf(){vi=null,Ku=null,za=null}function Qo(){if(za)return za;var e,t=Ku,a=t.length,u,f=_c(),m=f.length;for(e=0;e<a&&t[e]===f[e];e++);var b=a-e;for(u=1;u<=b&&t[a-u]===f[m-u];u++);var _=u>1?1-u:void 0;return za=f.slice(e,_),za}function _c(){return"value"in vi?vi.value:vi.textContent}function Ol(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 Hu(){return!0}function Sc(){return!1}function kr(e){function t(a,u,f,m,b){this._reactName=a,this._targetInst=f,this.type=u,this.nativeEvent=m,this.target=b,this.currentTarget=null;for(var _ in e)if(e.hasOwnProperty(_)){var w=e[_];w?this[_]=w(m):this[_]=m[_]}var L=m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1;return L?this.isDefaultPrevented=Hu:this.isDefaultPrevented=Sc,this.isPropagationStopped=Sc,this}return kt(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=Hu)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Hu)},persist:function(){},isPersistent:Hu}),t}var Ln={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},To=kr(Ln),Nr=kt({},Ln,{view:0,detail:0}),ri=kr(Nr),Nf,wc,Ia;function bk(e){e!==Ia&&(Ia&&e.type==="mousemove"?(Nf=e.screenX-Ia.screenX,wc=e.screenY-Ia.screenY):(Nf=0,wc=0),Ia=e)}var io=kt({},Nr,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:rn,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:(bk(e),Nf)},movementY:function(e){return"movementY"in e?e.movementY:wc}}),sh=kr(io),ch=kt({},io,{dataTransfer:0}),Ba=kr(ch),dh=kt({},Nr,{relatedTarget:0}),Xo=kr(dh),Yy=kt({},Ln,{animationName:0,elapsedTime:0,pseudoElement:0}),qy=kr(Yy),fh=kt({},Ln,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Lf=kr(fh),xk=kt({},Ln,{data:0}),Qy=kr(xk),Xy=Qy,Zy={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Ua={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 kk(e){if(e.key){var t=Zy[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Ol(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?Ua[e.keyCode]||"Unidentified":""}var ju={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Jy(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var u=ju[e];return u?!!a[u]:!1}function rn(e){return Jy}var Ek=kt({},Nr,{key:kk,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:rn,charCode:function(e){return e.type==="keypress"?Ol(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Ol(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),e0=kr(Ek),Ck=kt({},io,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),t0=kr(Ck),n0=kt({},Nr,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:rn}),r0=kr(n0),_k=kt({},Ln,{propertyName:0,elapsedTime:0,pseudoElement:0}),zi=kr(_k),ph=kt({},io,{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}),Sk=kr(ph),Fl=[9,13,27,32],Tc=229,Zo=$e&&"CompositionEvent"in window,Rl=null;$e&&"documentMode"in document&&(Rl=document.documentMode);var vh=$e&&"TextEvent"in window&&!Rl,Mf=$e&&(!Zo||Rl&&Rl>8&&Rl<=11),i0=32,Af=String.fromCharCode(i0);function wk(){Ge("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ge("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),Ge("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),Ge("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var hh=!1;function o0(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function Of(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function Ff(e,t){return e==="keydown"&&t.keyCode===Tc}function mh(e,t){switch(e){case"keyup":return Fl.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==Tc;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Rf(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function l0(e){return e.locale==="ko"}var Va=!1;function gh(e,t,a,u,f){var m,b;if(Zo?m=Of(t):Va?mh(t,u)&&(m="onCompositionEnd"):Ff(t,u)&&(m="onCompositionStart"),!m)return null;Mf&&!l0(u)&&(!Va&&m==="onCompositionStart"?Va=Al(f):m==="onCompositionEnd"&&Va&&(b=Qo()));var _=p0(a,m);if(_.length>0){var w=new Qy(m,t,null,u,f);if(e.push({event:w,listeners:_}),b)w.data=b;else{var L=Rf(u);L!==null&&(w.data=L)}}}function zf(e,t){switch(e){case"compositionend":return Rf(t);case"keypress":var a=t.which;return a!==i0?null:(hh=!0,Af);case"textInput":var u=t.data;return u===Af&&hh?null:u;default:return null}}function yh(e,t){if(Va){if(e==="compositionend"||!Zo&&mh(e,t)){var a=Qo();return Pf(),Va=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!o0(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Mf&&!l0(t)?null:t.data;default:return null}}function If(e,t,a,u,f){var m;if(vh?m=zf(t,u):m=yh(t,u),!m)return null;var b=p0(a,"onBeforeInput");if(b.length>0){var _=new Xy("onBeforeInput","beforeinput",null,u,f);e.push({event:_,listeners:b}),_.data=m}}function a0(e,t,a,u,f,m,b){gh(e,t,a,u,f),If(e,t,a,u,f)}var Tk={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 Dc(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!Tk[e.type]:t==="textarea"}/**
50
50
  * Checks if an event is supported in the current execution environment.
51
51
  *
52
52
  * NOTE: This will not work correctly for non-generic events such as `change`,
@@ -58,78 +58,82 @@ Check the render method of \``+e+"`.":""}var Ig=["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 gk(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=gk("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}nF(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 yk(e,d,h,y,C)}function yk(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 RO(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 zO(e){return e&&e.ownerDocument&&n6(e.ownerDocument.documentElement,e)}function BO(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(BO(t))e=t.contentWindow;else return t;t=dd(e.document)}return t}function bk(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 IO(){var e=r6();return{focusedElem:e,selectionRange:bk(e)?HO(e):null}}function UO(e){var t=r6(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&zO(a)){u!==null&&bk(a)&&VO(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 HO(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Ll(e),t||{start:0,end:0}}function VO(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)):RO(e,t)}var KO=It&&"documentMode"in document&&document.documentMode<=11;function jO(){mt("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var _f=null,xk=null,nm=null,kk=!1;function WO(e){if("selectionStart"in e&&bk(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 GO(e){return e.window===e?e.document:e.nodeType===Gi?e:e.ownerDocument}function i6(e,t,a){var u=GO(a);if(!(kk||_f==null||_f!==dd(u))){var d=WO(_f);if(!nm||!Qe(nm,d)){nm=d;var h=e0(xk,"onSelect");if(h.length>0){var y=new xr("onSelect","select",null,t,a);e.push({event:y,listeners:h}),y.target=_f}}}}function YO(e,t,a,u,d,h,y){var C=a?$f(a):window;switch(t){case"focusin":(Uu(C)||C.contentEditable==="true")&&(_f=C,xk=a,nm=null);break;case"focusout":_f=null,xk=null,nm=null;break;case"mousedown":kk=!0;break;case"contextmenu":case"mouseup":case"dragend":kk=!1,i6(e,u,d);break;case"selectionchange":if(KO)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")},Ek={},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(Ek[e])return Ek[e];if(!Sf[e])return e;var t=Sf[e];for(var a in t)if(t.hasOwnProperty(a)&&a in o6)return Ek[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 QO(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=dk;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=pk;break;case"scroll":S=jv;break;case"wheel":S=gf;break;case"copy":case"cut":case"paste":S=ak;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=eF(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(),jO(),Gy();function XO(e,t,a,u,d,h,y){QO(e,t,a,u,d,h);var C=(h&Yx)===0;C&&(Se(e,t,a,u,d),H(e,t,a,u,d),YO(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"],Ck=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 ZO(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;ZO(h,y,a)}pv()}function JO(e,t,a,u,d){var h=_d(a),y=[];XO(y,e,u,a,h,t),p6(y,t)}function un(e,t){Ck.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=$R(t),d=rF(e,a);u.has(d)||(v6(t,e,Bs,a),u.add(d))}function _k(e,t,a){Ck.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"&&(Ck.has(a)||_k(a,!1,e),_k(a,!0,e))});var t=e.nodeType===Gi?e:e.ownerDocument;t!==null&&(t[Jy]||(t[Jy]=!0,_k("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 Sk(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 JO(e,t,a,h)})}function om(e,t,a){return{instance:e,listener:t,currentTarget:a}}function eF(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 tF(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 nF(e,t,a,u,d){var h=u&&d?tF(u,d):null;u!==null&&h6(e,t,u,h,!1),d!==null&&a!==null&&h6(e,a,d,h,!0)}function rF(e,t){return e+"__"+(t?"capture":"bubble")}var Oi=!1,lm="dangerouslySetInnerHTML",t0="suppressContentEditableWarning",Vu="suppressHydrationWarning",g6="autoFocus",mc="children",hc="style",n0="__html",wk,r0,am,y6,i0,b6,x6;wk={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 iF=/\r\n?/g,oF=/\u0000|\uFFFD/g;function o0(e){$o(e);var t=typeof e=="string"?e:""+e;return t.replace(iF,`
62
- `).replace(oF,"")}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 lF(){}function a0(e){e.onclick=lF}function aF(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 uF(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 sF(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(wk,e)&&(wk[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 cF(e,t){return k6(t).createTextNode(e)}function dF(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),aF(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":Rx(e,a);break;default:typeof h.onClick=="function"&&a0(e);break}}function fF(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 pF(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(uF(e,t,h,y),a){case"input":du(e,d);break;case"textarea":Vg(e,d);break;case"select":zx(e,d);break}}function vF(e){{var t=e.toLowerCase();return Ed.hasOwnProperty(t)&&Ed[t]||null}}function mF(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=Wx(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=vF(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 hF(e,t,a){var u=e.nodeValue!==t;return u}function Tk(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 Dk(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 $k(e,t,a){{if(Oi)return;Oi=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function Pk(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 gF(e,t,a){switch(t){case"input":Rg(e,a);return;case"textarea":Qp(e,a);return;case"select":Bx(e,a);return}}var um=function(){},sm=function(){};{var yF=["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"],bF=E6.concat(["button"]),xF=["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),bF.indexOf(t)!==-1&&(a.pTagInButtonScope=null),yF.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 kF=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 xF.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},EF=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=kF(e,d)?null:u,y=h?null:EF(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="$!",CF="style",Lk=null,Mk=null;function _F(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 SF(e,t,a){{var u=e,d=Zp(u.namespace,t),h=sm(u.ancestorInfo,t);return{namespace:d,ancestorInfo:h}}}function FV(e){return e}function wF(e){Lk=si(),Mk=IO();var t=null;return jn(!1),t}function TF(e){UO(Mk),jn(Lk),Lk=null,Mk=null}function DF(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=sF(e,t,a,h);return vm(d,L),Ik(L,t),L}function $F(e,t){e.appendChild(t)}function PF(e,t,a,u,d){switch(dF(e,t,a,u),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function LF(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 fF(e,t,a,u)}function Nk(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 MF(e,t,a,u){{var d=a;um(null,e,d.ancestorInfo)}var h=cF(e,t);return vm(u,h),h}function NF(){var e=window.event;return e===void 0?Vo:Sr(e.type)}var Ak=typeof setTimeout=="function"?setTimeout:void 0,AF=typeof clearTimeout=="function"?clearTimeout:void 0,Ok=-1,S6=typeof Promise=="function"?Promise:void 0,OF=typeof queueMicrotask=="function"?queueMicrotask:typeof S6<"u"?function(e){return S6.resolve(null).then(e).catch(FF)}:Ak;function FF(e){setTimeout(function(){throw e})}function RF(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 zF(e,t,a,u,d,h){pF(e,t,a,u,d),Ik(e,d)}function w6(e){bd(e,"")}function BF(e,t,a){e.nodeValue=a}function IF(e,t){e.appendChild(t)}function UF(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 HF(e,t,a){e.insertBefore(t,a)}function VF(e,t,a){e.nodeType===En?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function KF(e,t){e.removeChild(t)}function jF(e,t){e.nodeType===En?e.parentNode.removeChild(t):e.removeChild(t)}function Fk(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 WF(e,t){e.nodeType===En?Fk(e.parentNode,t):e.nodeType===Ir&&Fk(e,t),yt(e)}function GF(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function YF(e){e.nodeValue=""}function qF(e,t){e=e;var a=t[CF],u=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=xd("display",u)}function QF(e,t){e.nodeValue=t}function XF(e){e.nodeType===Ir?e.textContent="":e.nodeType===Gi&&e.documentElement&&e.removeChild(e.documentElement)}function ZF(e,t,a){return e.nodeType!==Ir||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function JF(e,t){return t===""||e.nodeType!==Ao?null:e}function eR(e){return e.nodeType!==En?null:e}function T6(e){return e.data===cm}function Rk(e){return e.data===dm}function tR(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 nR(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 rR(e){return d0(e.firstChild)}function iR(e){return d0(e.firstChild)}function oR(e){return d0(e.nextSibling)}function lR(e,t,a,u,d,h,y){vm(h,e),Ik(e,a);var C;{var S=d;C=S.namespace}var L=(h.mode&pt)!==et;return mF(e,t,a,C,u,L,y)}function aR(e,t,a,u){return vm(a,e),a.mode&pt,hF(e,t)}function uR(e,t){vm(t,e)}function sR(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 cR(e){yt(e)}function dR(e){yt(e)}function fR(e){return e!=="head"&&e!=="body"}function pR(e,t,a,u){var d=!0;l0(t.nodeValue,a,u,d)}function vR(e,t,a,u,d,h){if(t[u0]!==!0){var y=!0;l0(u.nodeValue,d,h,y)}}function mR(e,t){t.nodeType===Ir?Tk(e,t):t.nodeType===En||Dk(e,t)}function hR(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Ir?Tk(a,t):t.nodeType===En||Dk(a,t))}}function gR(e,t,a,u,d){(d||t[u0]!==!0)&&(u.nodeType===Ir?Tk(a,u):u.nodeType===En||Dk(a,u))}function yR(e,t,a){$k(e,t)}function bR(e,t){Pk(e,t)}function xR(e,t,a){{var u=e.parentNode;u!==null&&$k(u,t)}}function kR(e,t){{var a=e.parentNode;a!==null&&Pk(a,t)}}function ER(e,t,a,u,d,h){(h||t[u0]!==!0)&&$k(a,u)}function CR(e,t,a,u,d){(d||t[u0]!==!0)&&Pk(a,u)}function _R(e){p("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function SR(e){im(e)}var Tf=Math.random().toString(36).slice(2),Df="__reactFiber$"+Tf,zk="__reactProps$"+Tf,pm="__reactContainer$"+Tf,Bk="__reactEvents$"+Tf,wR="__reactListeners$"+Tf,TR="__reactHandles$"+Tf;function DR(e){delete e[Df],delete e[zk],delete e[Bk],delete e[wR],delete e[TR]}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[zk]||null}function Ik(e,t){e[zk]=t}function $R(e){var t=e[Bk];return t===void 0&&(t=e[Bk]=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 Uk=[],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=Uk[Fa],Uk[Fa]=null,m0[Fa]=null,Fa--}function Qr(e,t,a){Fa++,Uk[Fa]=e.current,m0[Fa]=a,e.current=t}var Hk;Hk={};var Zi={};Object.freeze(Zi);var Ra=ju(Zi),Ml=ju(!1),Vk=Zi;function Pf(e,t,a){return a&&Nl(t)?Vk: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 Kk(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";Hk[h]||(Hk[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 Vk=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,Vk);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 PR(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,jk=!1,Wk=!1;function F6(e){za===null?za=[e]:za.push(e)}function LR(e){jk=!0,F6(e)}function R6(){jk&&Gu()}function Gu(){if(!Wk&&za!==null){Wk=!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,jk=!1}catch(h){throw za!==null&&(za=za.slice(e+1)),Ld(Nd,Gu),h}finally{Mn(t),Wk=!1}}return null}var Mf=[],Nf=0,x0=null,k0=0,xo=[],ko=0,yc=null,Ba=1,Ia="";function MR(e){return xc(),(e.flags&mv)!==Ze}function NR(e){return xc(),k0}function AR(){var e=Ia,t=Ba,a=t&~OR(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 Gk(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 OR(e){return 1<<E0(e)-1}function Yk(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 FR(){return xc(),yc!==null?{id:Ba,overflow:Ia}:null}function RR(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 zR(){qo&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function B6(){kc=!0}function BR(){return kc}function IR(e){var t=e.stateNode.containerInfo;return Eo=iR(t),wr=e,qo=!0,Yu=null,kc=!1,!0}function UR(e,t,a){return Eo=oR(t),wr=e,qo=!0,Yu=null,kc=!1,a!==null&&RR(e,a),!0}function I6(e,t){switch(e.tag){case w:{mR(e.stateNode.containerInfo,t);break}case $:{var a=(e.mode&pt)!==et;gR(e.type,e.memoizedProps,e.stateNode,t,a);break}case R:{var u=e.memoizedState;u.dehydrated!==null&&hR(u.dehydrated,t);break}}}function U6(e,t){I6(e,t);var a=KI();a.stateNode=t,a.return=e;var u=e.deletions;u===null?(e.deletions=[a],e.flags|=Dt):u.push(a)}function qk(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,yR(a,u);break;case A:var d=t.pendingProps;bR(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;ER(h,y,C,S,L,N);break}case A:{var V=t.pendingProps,U=(e.mode&pt)!==et;CR(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,xR(le,se);break;case A:var Re=t.pendingProps;kR(le,Re);break}break}default:return}}}function H6(e,t){t.flags=t.flags&~wi|Gt,qk(e,t)}function V6(e,t){switch(e.tag){case $:{var a=e.type;e.pendingProps;var u=ZF(t,a);return u!==null?(e.stateNode=u,wr=e,Eo=rR(u),!0):!1}case A:{var d=e.pendingProps,h=JF(t,d);return h!==null?(e.stateNode=h,wr=e,Eo=null,!0):!1}case R:{var y=eR(t);if(y!==null){var C={dehydrated:y,treeContext:FR(),retryLane:Gr};e.memoizedState=C;var S=jI(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 Xk(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function Zk(e){if(qo){var t=Eo;if(!t){Qk(e)&&(qk(wr,e),Xk()),H6(wr,e),qo=!1,wr=e;return}var a=t;if(!V6(e,t)){Qk(e)&&(qk(wr,e),Xk()),t=fm(a);var u=wr;if(!t||!V6(e,t)){H6(wr,e),qo=!1,wr=e;return}U6(u,a)}}}function HR(e,t,a){var u=e.stateNode,d=!kc,h=lR(u,e.type,e.memoizedProps,t,a,e,d);return e.updateQueue=h,h!==null}function VR(e){var t=e.stateNode,a=e.memoizedProps,u=aR(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;pR(h,t,a,y);break}case $:{var C=d.type,S=d.memoizedProps,L=d.stateNode,N=(d.mode&pt)!==et;vR(C,S,L,t,a,N);break}}}return u}function KR(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.");uR(a,e)}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.");return sR(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!==$||fR(e.type)&&!Nk(e.type,e.memoizedProps))){var t=Eo;if(t)if(Qk(e))j6(e),Xk();else for(;t;)U6(e,t),t=fm(t)}return K6(e),e.tag===R?Eo=jR(e):Eo=wr?fm(e.stateNode):null,!0}function WR(){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 Jk(e){Yu===null?Yu=[e]:Yu.push(e)}var GR=l.ReactCurrentBatchConfig,YR=null;function qR(){return GR.transition}var Qo={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var QR=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.
61
+ */function Dk(e){if(!$e)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 $c(){Ge("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function u0(e,t,a,u){Du(u);var f=p0(t,"onChange");if(f.length>0){var m=new To("onChange","change",null,a,u);e.push({event:m,listeners:f})}}var zl=null,i=null;function l(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function c(e){var t=[];u0(t,i,e,Mv(e)),xy(v,t)}function v(e){_6(e,0)}function g(e){var t=jf(e);if(pa(t))return e}function E(e,t){if(e==="change")return t}var P=!1;$e&&(P=Dk("input")&&(!document.documentMode||document.documentMode>9));function I(e,t){zl=e,i=t,zl.attachEvent("onpropertychange",ae)}function H(){zl&&(zl.detachEvent("onpropertychange",ae),zl=null,i=null)}function ae(e){e.propertyName==="value"&&g(i)&&c(e)}function Ce(e,t,a){e==="focusin"?(H(),I(t,a)):e==="focusout"&&H()}function we(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return g(i)}function Ee(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function ze(e,t){if(e==="click")return g(t)}function Ke(e,t){if(e==="input"||e==="change")return g(t)}function We(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||Pd(e,"number",e.value)}function kn(e,t,a,u,f,m,b){var _=a?jf(a):window,w,L;if(l(_)?w=E:Dc(_)?P?w=Ke:(w=we,L=Ce):Ee(_)&&(w=ze),w){var A=w(t,a);if(A){u0(e,A,u,f);return}}L&&L(t,_,a),t==="focusout"&&We(_)}function ee(){vt("onMouseEnter",["mouseout","mouseover"]),vt("onMouseLeave",["mouseout","mouseover"]),vt("onPointerEnter",["pointerout","pointerover"]),vt("onPointerLeave",["pointerout","pointerover"])}function q(e,t,a,u,f,m,b){var _=t==="mouseover"||t==="pointerover",w=t==="mouseout"||t==="pointerout";if(_&&!js(u)){var L=u.relatedTarget||u.fromElement;if(L&&(Lc(L)||Lh(L)))return}if(!(!w&&!_)){var A;if(f.window===f)A=f;else{var Q=f.ownerDocument;Q?A=Q.defaultView||Q.parentWindow:A=window}var Y,oe;if(w){var se=u.relatedTarget||u.toElement;if(Y=a,oe=se?Lc(se):null,oe!==null){var fe=si(oe);(oe!==fe||oe.tag!==$&&oe.tag!==N)&&(oe=null)}}else Y=null,oe=a;if(Y!==oe){var Oe=sh,et="onMouseLeave",qe="onMouseEnter",St="mouse";(t==="pointerout"||t==="pointerover")&&(Oe=t0,et="onPointerLeave",qe="onPointerEnter",St="pointer");var bt=Y==null?A:jf(Y),te=oe==null?A:jf(oe),pe=new Oe(et,St+"leave",Y,u,f);pe.target=bt,pe.relatedTarget=te;var ne=null,Te=Lc(f);if(Te===a){var Ue=new Oe(qe,St+"enter",oe,u,f);Ue.target=te,Ue.relatedTarget=bt,ne=Ue}rF(e,pe,ne,Y,oe)}}}function ie(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var _e=typeof Object.is=="function"?Object.is:ie;function He(e,t){if(_e(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 f=0;f<a.length;f++){var m=a[f];if(!J.call(t,m)||!_e(e[m],t[m]))return!1}return!0}function tt(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function rt(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function ut(e,t){for(var a=tt(e),u=0,f=0;a;){if(a.nodeType===Uo){if(f=u+a.textContent.length,u<=t&&f>=t)return{node:a,offset:t-u};u=f}a=tt(rt(a))}}function Qn(e){var t=e.ownerDocument,a=t&&t.defaultView||window,u=a.getSelection&&a.getSelection();if(!u||u.rangeCount===0)return null;var f=u.anchorNode,m=u.anchorOffset,b=u.focusNode,_=u.focusOffset;try{f.nodeType,b.nodeType}catch{return null}return Pt(e,f,m,b,_)}function Pt(e,t,a,u,f){var m=0,b=-1,_=-1,w=0,L=0,A=e,Q=null;e:for(;;){for(var Y=null;A===t&&(a===0||A.nodeType===Uo)&&(b=m+a),A===u&&(f===0||A.nodeType===Uo)&&(_=m+f),A.nodeType===Uo&&(m+=A.nodeValue.length),(Y=A.firstChild)!==null;)Q=A,A=Y;for(;;){if(A===e)break e;if(Q===t&&++w===a&&(b=m),Q===u&&++L===f&&(_=m),(Y=A.nextSibling)!==null)break;A=Q,Q=A.parentNode}A=Y}return b===-1||_===-1?null:{start:b,end:_}}function Il(e,t){var a=e.ownerDocument||document,u=a&&a.defaultView||window;if(u.getSelection){var f=u.getSelection(),m=e.textContent.length,b=Math.min(t.start,m),_=t.end===void 0?b:Math.min(t.end,m);if(!f.extend&&b>_){var w=_;_=b,b=w}var L=ut(e,b),A=ut(e,_);if(L&&A){if(f.rangeCount===1&&f.anchorNode===L.node&&f.anchorOffset===L.offset&&f.focusNode===A.node&&f.focusOffset===A.offset)return;var Q=a.createRange();Q.setStart(L.node,L.offset),f.removeAllRanges(),b>_?(f.addRange(Q),f.extend(A.node,A.offset)):(Q.setEnd(A.node,A.offset),f.addRange(Q))}}}function s0(e){return e&&e.nodeType===Uo}function p6(e,t){return!e||!t?!1:e===t?!0:s0(e)?!1:s0(t)?p6(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function IO(e){return e&&e.ownerDocument&&p6(e.ownerDocument.documentElement,e)}function BO(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function v6(){for(var e=window,t=va();t instanceof e.HTMLIFrameElement;){if(BO(t))e=t.contentWindow;else return t;t=va(e.document)}return t}function $k(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=v6();return{focusedElem:e,selectionRange:$k(e)?KO(e):null}}function VO(e){var t=v6(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&IO(a)){u!==null&&$k(a)&&HO(a,u);for(var f=[],m=a;m=m.parentNode;)m.nodeType===Gr&&f.push({element:m,left:m.scrollLeft,top:m.scrollTop});typeof a.focus=="function"&&a.focus();for(var b=0;b<f.length;b++){var _=f[b];_.element.scrollLeft=_.left,_.element.scrollTop=_.top}}}function KO(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Qn(e),t||{start:0,end:0}}function HO(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)):Il(e,t)}var jO=$e&&"documentMode"in document&&document.documentMode<=11;function WO(){Ge("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Bf=null,Pk=null,bh=null,Nk=!1;function GO(e){if("selectionStart"in e&&$k(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===Vo?e:e.ownerDocument}function h6(e,t,a){var u=YO(a);if(!(Nk||Bf==null||Bf!==va(u))){var f=GO(Bf);if(!bh||!He(bh,f)){bh=f;var m=p0(Pk,"onSelect");if(m.length>0){var b=new To("onSelect","select",null,t,a);e.push({event:b,listeners:m}),b.target=Bf}}}}function qO(e,t,a,u,f,m,b){var _=a?jf(a):window;switch(t){case"focusin":(Dc(_)||_.contentEditable==="true")&&(Bf=_,Pk=a,bh=null);break;case"focusout":Bf=null,Pk=null,bh=null;break;case"mousedown":Nk=!0;break;case"contextmenu":case"mouseup":case"dragend":Nk=!1,h6(e,u,f);break;case"selectionchange":if(jO)break;case"keydown":case"keyup":h6(e,u,f)}}function c0(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var Uf={animationend:c0("Animation","AnimationEnd"),animationiteration:c0("Animation","AnimationIteration"),animationstart:c0("Animation","AnimationStart"),transitionend:c0("Transition","TransitionEnd")},Lk={},m6={};$e&&(m6=document.createElement("div").style,"AnimationEvent"in window||(delete Uf.animationend.animation,delete Uf.animationiteration.animation,delete Uf.animationstart.animation),"TransitionEvent"in window||delete Uf.transitionend.transition);function d0(e){if(Lk[e])return Lk[e];if(!Uf[e])return e;var t=Uf[e];for(var a in t)if(t.hasOwnProperty(a)&&a in m6)return Lk[e]=t[a];return e}var g6=d0("animationend"),y6=d0("animationiteration"),b6=d0("animationstart"),x6=d0("transitionend"),k6=new Map,E6=["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 Wu(e,t){k6.set(e,t),Ge(t,[e])}function QO(){for(var e=0;e<E6.length;e++){var t=E6[e],a=t.toLowerCase(),u=t[0].toUpperCase()+t.slice(1);Wu(a,"on"+u)}Wu(g6,"onAnimationEnd"),Wu(y6,"onAnimationIteration"),Wu(b6,"onAnimationStart"),Wu("dblclick","onDoubleClick"),Wu("focusin","onFocus"),Wu("focusout","onBlur"),Wu(x6,"onTransitionEnd")}function XO(e,t,a,u,f,m,b){var _=k6.get(t);if(_!==void 0){var w=To,L=t;switch(t){case"keypress":if(Ol(u)===0)return;case"keydown":case"keyup":w=e0;break;case"focusin":L="focus",w=Xo;break;case"focusout":L="blur",w=Xo;break;case"beforeblur":case"afterblur":w=Xo;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=sh;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":w=Ba;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":w=r0;break;case g6:case y6:case b6:w=qy;break;case x6:w=zi;break;case"scroll":w=ri;break;case"wheel":w=Sk;break;case"copy":case"cut":case"paste":w=Lf;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":w=t0;break}var A=(m&$i)!==0;{var Q=!A&&t==="scroll",Y=tF(a,_,u.type,A,Q);if(Y.length>0){var oe=new w(_,L,null,u,f);e.push({event:oe,listeners:Y})}}}}QO(),ee(),$c(),WO(),wk();function ZO(e,t,a,u,f,m,b){XO(e,t,a,u,f,m);var _=(m&Lv)===0;_&&(q(e,t,a,u,f),kn(e,t,a,u,f),qO(e,t,a,u,f),a0(e,t,a,u,f))}var xh=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],Mk=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(xh));function C6(e,t,a){var u=e.type||"unknown-event";e.currentTarget=a,go(u,t,void 0,e),e.currentTarget=null}function JO(e,t,a){var u;if(a)for(var f=t.length-1;f>=0;f--){var m=t[f],b=m.instance,_=m.currentTarget,w=m.listener;if(b!==u&&e.isPropagationStopped())return;C6(e,w,_),u=b}else for(var L=0;L<t.length;L++){var A=t[L],Q=A.instance,Y=A.currentTarget,oe=A.listener;if(Q!==u&&e.isPropagationStopped())return;C6(e,oe,Y),u=Q}}function _6(e,t){for(var a=(t&$i)!==0,u=0;u<e.length;u++){var f=e[u],m=f.event,b=f.listeners;JO(m,b,a)}Ys()}function eF(e,t,a,u,f){var m=Mv(a),b=[];ZO(b,e,u,a,m,t),_6(b,t)}function sn(e,t){Mk.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),f=iF(e);u.has(f)||(S6(t,e,Id,a),u.add(f))}function Ak(e,t,a){Mk.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|=$i),S6(a,e,u,t)}var f0="_reactListening"+Math.random().toString(36).slice(2);function kh(e){if(!e[f0]){e[f0]=!0,De.forEach(function(a){a!=="selectionchange"&&(Mk.has(a)||Ak(a,!1,e),Ak(a,!0,e))});var t=e.nodeType===Vo?e:e.ownerDocument;t!==null&&(t[f0]||(t[f0]=!0,Ak("selectionchange",!1,t)))}}function S6(e,t,a,u,f){var m=ir(e,t,a),b=void 0;Gs&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(b=!0),e=e,u?b!==void 0?uh(e,t,m,b):ni(e,t,m):b!==void 0?Vu(e,t,m,b):Cc(e,t,m)}function w6(e,t){return e===t||e.nodeType===Sn&&e.parentNode===t}function Ok(e,t,a,u,f){var m=u;if(!(t&Nv)&&!(t&Id)){var b=f;if(u!==null){var _=u;e:for(;;){if(_===null)return;var w=_.tag;if(w===S||w===D){var L=_.stateNode.containerInfo;if(w6(L,b))break;if(w===D)for(var A=_.return;A!==null;){var Q=A.tag;if(Q===S||Q===D){var Y=A.stateNode.containerInfo;if(w6(Y,b))return}A=A.return}for(;L!==null;){var oe=Lc(L);if(oe===null)return;var se=oe.tag;if(se===$||se===N){_=m=oe;continue e}L=L.parentNode}}_=_.return}}}xy(function(){return eF(e,t,a,m)})}function Eh(e,t,a){return{instance:e,listener:t,currentTarget:a}}function tF(e,t,a,u,f,m){for(var b=t!==null?t+"Capture":null,_=u?b:t,w=[],L=e,A=null;L!==null;){var Q=L,Y=Q.stateNode,oe=Q.tag;if(oe===$&&Y!==null&&(A=Y,_!==null)){var se=El(L,_);se!=null&&w.push(Eh(L,se,A))}if(f)break;L=L.return}return w}function p0(e,t){for(var a=t+"Capture",u=[],f=e;f!==null;){var m=f,b=m.stateNode,_=m.tag;if(_===$&&b!==null){var w=b,L=El(f,a);L!=null&&u.unshift(Eh(f,L,w));var A=El(f,t);A!=null&&u.push(Eh(f,A,w))}f=f.return}return u}function Vf(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,f=0,m=a;m;m=Vf(m))f++;for(var b=0,_=u;_;_=Vf(_))b++;for(;f-b>0;)a=Vf(a),f--;for(;b-f>0;)u=Vf(u),b--;for(var w=f;w--;){if(a===u||u!==null&&a===u.alternate)return a;a=Vf(a),u=Vf(u)}return null}function T6(e,t,a,u,f){for(var m=t._reactName,b=[],_=a;_!==null&&_!==u;){var w=_,L=w.alternate,A=w.stateNode,Q=w.tag;if(L!==null&&L===u)break;if(Q===$&&A!==null){var Y=A;if(f){var oe=El(_,m);oe!=null&&b.unshift(Eh(_,oe,Y))}else if(!f){var se=El(_,m);se!=null&&b.push(Eh(_,se,Y))}}_=_.return}b.length!==0&&e.push({event:t,listeners:b})}function rF(e,t,a,u,f){var m=u&&f?nF(u,f):null;u!==null&&T6(e,t,u,m,!1),f!==null&&a!==null&&T6(e,a,f,m,!0)}function iF(e,t){return e+"__bubble"}var Ii=!1,Ch="dangerouslySetInnerHTML",v0="suppressContentEditableWarning",Gu="suppressHydrationWarning",D6="autoFocus",Pc="children",Nc="style",h0="__html",Fk,m0,_h,$6,g0,P6,N6;Fk={dialog:!0,webview:!0},m0=function(e,t){Dv(e,t),Rd(e,t),gy(e,t,{registrationNameDependencies:Fe,possibleRegistrationNames:Be})},P6=$e&&!document.documentMode,_h=function(e,t,a){if(!Ii){var u=y0(a),f=y0(t);f!==u&&(Ii=!0,p("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(f),JSON.stringify(u)))}},$6=function(e){if(!Ii){Ii=!0;var t=[];e.forEach(function(a){t.push(a)}),p("Extra attributes from the server: %s",t)}},g0=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)},N6=function(e,t){var a=e.namespaceURI===Bo?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 y0(e){Wn(e);var t=typeof e=="string"?e:""+e;return t.replace(oF,`
62
+ `).replace(lF,"")}function b0(e,t,a,u){var f=y0(t),m=y0(e);if(m!==f&&(u&&(Ii||(Ii=!0,p('Text content did not match. Server: "%s" Client: "%s"',m,f))),a&&re))throw new Error("Text content does not match server-rendered HTML.")}function L6(e){return e.nodeType===Vo?e:e.ownerDocument}function aF(){}function x0(e){e.onclick=aF}function uF(e,t,a,u,f){for(var m in u)if(u.hasOwnProperty(m)){var b=u[m];if(m===Nc)b&&Object.freeze(b),dy(t,b);else if(m===Ch){var _=b?b[h0]:void 0;_!=null&&Jg(t,_)}else if(m===Pc)if(typeof b=="string"){var w=e!=="textarea"||b!=="";w&&_u(t,b)}else typeof b=="number"&&_u(t,""+b);else m===v0||m===Gu||m===D6||(Fe.hasOwnProperty(m)?b!=null&&(typeof b!="function"&&g0(m,b),m==="onScroll"&&sn("scroll",t)):b!=null&&aa(t,m,b,f))}}function sF(e,t,a,u){for(var f=0;f<t.length;f+=2){var m=t[f],b=t[f+1];m===Nc?dy(e,b):m===Ch?Jg(e,b):m===Pc?_u(e,b):aa(e,m,b,u)}}function cF(e,t,a,u){var f,m=L6(a),b,_=u;if(_===Bo&&(_=kv(e)),_===Bo){if(f=xl(e,t),!f&&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;b=w.removeChild(L)}else if(typeof t.is=="string")b=m.createElement(e,{is:t.is});else if(b=m.createElement(e),e==="select"){var A=b;t.multiple?A.multiple=!0:t.size&&(A.size=t.size)}}else b=m.createElementNS(_,e);return _===Bo&&!f&&Object.prototype.toString.call(b)==="[object HTMLUnknownElement]"&&!J.call(Fk,e)&&(Fk[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)),b}function dF(e,t){return L6(t).createTextNode(e)}function fF(e,t,a,u){var f=xl(t,a);m0(t,a);var m;switch(t){case"dialog":sn("cancel",e),sn("close",e),m=a;break;case"iframe":case"object":case"embed":sn("load",e),m=a;break;case"video":case"audio":for(var b=0;b<xh.length;b++)sn(xh[b],e);m=a;break;case"source":sn("error",e),m=a;break;case"img":case"image":case"link":sn("error",e),sn("load",e),m=a;break;case"details":sn("toggle",e),m=a;break;case"input":Io(e,a),m=wd(e,a),sn("invalid",e);break;case"option":Eu(e,a),m=a;break;case"select":Ld(e,a),m=mv(e,a),sn("invalid",e);break;case"textarea":yv(e,a),m=gv(e,a),sn("invalid",e);break;default:m=a}switch(Od(t,m),uF(t,e,u,m,f),t){case"input":bl(e),pv(e,a,!1);break;case"textarea":bl(e),Xg(e);break;case"option":Zx(e,a);break;case"select":ek(e,a);break;default:typeof m.onClick=="function"&&x0(e);break}}function pF(e,t,a,u,f){m0(t,u);var m=null,b,_;switch(t){case"input":b=wd(e,a),_=wd(e,u),m=[];break;case"select":b=mv(e,a),_=mv(e,u),m=[];break;case"textarea":b=gv(e,a),_=gv(e,u),m=[];break;default:b=a,_=u,typeof b.onClick!="function"&&typeof _.onClick=="function"&&x0(e);break}Od(t,_);var w,L,A=null;for(w in b)if(!(_.hasOwnProperty(w)||!b.hasOwnProperty(w)||b[w]==null))if(w===Nc){var Q=b[w];for(L in Q)Q.hasOwnProperty(L)&&(A||(A={}),A[L]="")}else w===Ch||w===Pc||w===v0||w===Gu||w===D6||(Fe.hasOwnProperty(w)?m||(m=[]):(m=m||[]).push(w,null));for(w in _){var Y=_[w],oe=b!=null?b[w]:void 0;if(!(!_.hasOwnProperty(w)||Y===oe||Y==null&&oe==null))if(w===Nc)if(Y&&Object.freeze(Y),oe){for(L in oe)oe.hasOwnProperty(L)&&(!Y||!Y.hasOwnProperty(L))&&(A||(A={}),A[L]="");for(L in Y)Y.hasOwnProperty(L)&&oe[L]!==Y[L]&&(A||(A={}),A[L]=Y[L])}else A||(m||(m=[]),m.push(w,A)),A=Y;else if(w===Ch){var se=Y?Y[h0]:void 0,fe=oe?oe[h0]:void 0;se!=null&&fe!==se&&(m=m||[]).push(w,se)}else w===Pc?(typeof Y=="string"||typeof Y=="number")&&(m=m||[]).push(w,""+Y):w===v0||w===Gu||(Fe.hasOwnProperty(w)?(Y!=null&&(typeof Y!="function"&&g0(w,Y),w==="onScroll"&&sn("scroll",e)),!m&&oe!==Y&&(m=[])):(m=m||[]).push(w,Y))}return A&&(sk(A,_[Nc]),(m=m||[]).push(Nc,A)),m}function vF(e,t,a,u,f){a==="input"&&f.type==="radio"&&f.name!=null&&Td(e,f);var m=xl(a,u),b=xl(a,f);switch(sF(e,t,m,b),a){case"input":ku(e,f);break;case"textarea":Qg(e,f);break;case"select":tk(e,f);break}}function hF(e){{var t=e.toLowerCase();return Ks.hasOwnProperty(t)&&Ks[t]||null}}function mF(e,t,a,u,f,m,b){var _,w;switch(_=xl(t,a),m0(t,a),t){case"dialog":sn("cancel",e),sn("close",e);break;case"iframe":case"object":case"embed":sn("load",e);break;case"video":case"audio":for(var L=0;L<xh.length;L++)sn(xh[L],e);break;case"source":sn("error",e);break;case"img":case"image":case"link":sn("error",e),sn("load",e);break;case"details":sn("toggle",e);break;case"input":Io(e,a),sn("invalid",e);break;case"option":Eu(e,a);break;case"select":Ld(e,a),sn("invalid",e);break;case"textarea":yv(e,a),sn("invalid",e);break}Od(t,a);{w=new Set;for(var A=e.attributes,Q=0;Q<A.length;Q++){var Y=A[Q].name.toLowerCase();switch(Y){case"value":break;case"checked":break;case"selected":break;default:w.add(A[Q].name)}}}var oe=null;for(var se in a)if(a.hasOwnProperty(se)){var fe=a[se];if(se===Pc)typeof fe=="string"?e.textContent!==fe&&(a[Gu]!==!0&&b0(e.textContent,fe,m,b),oe=[Pc,fe]):typeof fe=="number"&&e.textContent!==""+fe&&(a[Gu]!==!0&&b0(e.textContent,fe,m,b),oe=[Pc,""+fe]);else if(Fe.hasOwnProperty(se))fe!=null&&(typeof fe!="function"&&g0(se,fe),se==="onScroll"&&sn("scroll",e));else if(b&&typeof _=="boolean"){var Oe=void 0,et=_n(se);if(a[Gu]!==!0){if(!(se===v0||se===Gu||se==="value"||se==="checked"||se==="selected")){if(se===Ch){var qe=e.innerHTML,St=fe?fe[h0]:void 0;if(St!=null){var bt=N6(e,St);bt!==qe&&_h(se,qe,bt)}}else if(se===Nc){if(w.delete(se),P6){var te=ak(fe);Oe=e.getAttribute("style"),te!==Oe&&_h(se,Oe,te)}}else if(_&&!he)w.delete(se.toLowerCase()),Oe=Jp(e,se,fe),fe!==Oe&&_h(se,Oe,fe);else if(!Hr(se,et,_)&&!jr(se,fe,et,_)){var pe=!1;if(et!==null)w.delete(et.attributeName),Oe=Zp(e,se,fe,et);else{var ne=u;if(ne===Bo&&(ne=kv(t)),ne===Bo)w.delete(se.toLowerCase());else{var Te=hF(se);Te!==null&&Te!==se&&(pe=!0,w.delete(Te)),w.delete(se)}Oe=Jp(e,se,fe)}var Ue=he;!Ue&&fe!==Oe&&!pe&&_h(se,Oe,fe)}}}}}switch(b&&w.size>0&&a[Gu]!==!0&&$6(w),t){case"input":bl(e),pv(e,a,!0);break;case"textarea":bl(e),Xg(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&x0(e);break}return oe}function gF(e,t,a){var u=e.nodeValue!==t;return u}function Rk(e,t){{if(Ii)return;Ii=!0,p("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function zk(e,t){{if(Ii)return;Ii=!0,p('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function Ik(e,t,a){{if(Ii)return;Ii=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function Bk(e,t){{if(t===""||Ii)return;Ii=!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":Dd(e,a);return;case"textarea":rk(e,a);return;case"select":nk(e,a);return}}var Sh=function(){},wh=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"],M6=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],xF=M6.concat(["button"]),kF=["dd","dt","li","option","optgroup","p","rp","rt"],A6={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};wh=function(e,t){var a=kt({},e||A6),u={tag:t};return M6.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},O6={};Sh=function(e,t,a){a=a||A6;var u=a.current,f=u&&u.tag;t!=null&&(e!=null&&p("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var m=EF(e,f)?null:u,b=m?null:CF(e,a),_=m||b;if(_){var w=_.tag,L=!!m+"|"+e+"|"+w;if(!O6[L]){O6[L]=!0;var A=e,Q="";if(e==="#text"?/\S/.test(t)?A="Text nodes":(A="Whitespace text nodes",Q=" Make sure you don't have any extra whitespace between tags on each line of your source code."):A="<"+e+">",m){var Y="";w==="table"&&e==="tr"&&(Y+=" 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",A,w,Q,Y)}else p("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",A,w)}}}}var k0="suppressHydrationWarning",E0="$",C0="/$",Th="$?",Dh="$!",_F="style",Uk=null,Vk=null;function SF(e){var t,a,u=e.nodeType;switch(u){case Vo:case Cv:{t=u===Vo?"#document":"#fragment";var f=e.documentElement;a=f?f.namespaceURI:Ev(null,"");break}default:{var m=u===Sn?e.parentNode:e,b=m.namespaceURI||null;t=m.tagName,a=Ev(b,t);break}}{var _=t.toLowerCase(),w=wh(null,_);return{namespace:a,ancestorInfo:w}}}function wF(e,t,a){{var u=e,f=Ev(u.namespace,t),m=wh(u.ancestorInfo,t);return{namespace:f,ancestorInfo:m}}}function LK(e){return e}function TF(e){Uk=Nn(),Vk=UO();var t=null;return Un(!1),t}function DF(e){VO(Vk),Un(Uk),Uk=null,Vk=null}function $F(e,t,a,u,f){var m;{var b=u;if(Sh(e,null,b.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var _=""+t.children,w=wh(b.ancestorInfo,e);Sh(null,_,w)}m=b.namespace}var L=cF(e,t,a,m);return Nh(f,L),Qk(L,t),L}function PF(e,t){e.appendChild(t)}function NF(e,t,a,u,f){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 LF(e,t,a,u,f,m){{var b=m;if(typeof u.children!=typeof a.children&&(typeof u.children=="string"||typeof u.children=="number")){var _=""+u.children,w=wh(b.ancestorInfo,t);Sh(null,_,w)}}return pF(e,t,a,u)}function Kk(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 MF(e,t,a,u){{var f=a;Sh(null,e,f.ancestorInfo)}var m=dF(e,t);return Nh(u,m),m}function AF(){var e=window.event;return e===void 0?Oi:$f(e.type)}var Hk=typeof setTimeout=="function"?setTimeout:void 0,OF=typeof clearTimeout=="function"?clearTimeout:void 0,jk=-1,F6=typeof Promise=="function"?Promise:void 0,FF=typeof queueMicrotask=="function"?queueMicrotask:typeof F6<"u"?function(e){return F6.resolve(null).then(e).catch(RF)}:Hk;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 IF(e,t,a,u,f,m){vF(e,t,a,u,f),Qk(e,f)}function R6(e){_u(e,"")}function BF(e,t,a){e.nodeValue=a}function UF(e,t){e.appendChild(t)}function VF(e,t){var a;e.nodeType===Sn?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var u=e._reactRootContainer;u==null&&a.onclick===null&&x0(a)}function KF(e,t,a){e.insertBefore(t,a)}function HF(e,t,a){e.nodeType===Sn?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function jF(e,t){e.removeChild(t)}function WF(e,t){e.nodeType===Sn?e.parentNode.removeChild(t):e.removeChild(t)}function Wk(e,t){var a=t,u=0;do{var f=a.nextSibling;if(e.removeChild(a),f&&f.nodeType===Sn){var m=f.data;if(m===C0)if(u===0){e.removeChild(f),Ra(t);return}else u--;else(m===E0||m===Th||m===Dh)&&u++}a=f}while(a);Ra(t)}function GF(e,t){e.nodeType===Sn?Wk(e.parentNode,t):e.nodeType===Gr&&Wk(e,t),Ra(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=Ad("display",u)}function XF(e,t){e.nodeValue=t}function ZF(e){e.nodeType===Gr?e.textContent="":e.nodeType===Vo&&e.documentElement&&e.removeChild(e.documentElement)}function JF(e,t,a){return e.nodeType!==Gr||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function eR(e,t){return t===""||e.nodeType!==Uo?null:e}function tR(e){return e.nodeType!==Sn?null:e}function z6(e){return e.data===Th}function Gk(e){return e.data===Dh}function nR(e){var t=e.nextSibling&&e.nextSibling.dataset,a,u,f;return t&&(a=t.dgst,u=t.msg,f=t.stck),{message:u,digest:a,stack:f}}function rR(e,t){e._reactRetry=t}function _0(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Gr||t===Uo)break;if(t===Sn){var a=e.data;if(a===E0||a===Dh||a===Th)break;if(a===C0)return null}}return e}function $h(e){return _0(e.nextSibling)}function iR(e){return _0(e.firstChild)}function oR(e){return _0(e.firstChild)}function lR(e){return _0(e.nextSibling)}function aR(e,t,a,u,f,m,b){Nh(m,e),Qk(e,a);var _;{var w=f;_=w.namespace}var L=(m.mode&ht)!==Ze;return mF(e,t,a,_,u,L,b)}function uR(e,t,a,u){return Nh(a,e),a.mode&ht,gF(e,t)}function sR(e,t){Nh(t,e)}function cR(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===Sn){var u=t.data;if(u===C0){if(a===0)return $h(t);a--}else(u===E0||u===Dh||u===Th)&&a++}t=t.nextSibling}return null}function I6(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===Sn){var u=t.data;if(u===E0||u===Dh||u===Th){if(a===0)return t;a--}else u===C0&&a++}t=t.previousSibling}return null}function dR(e){Ra(e)}function fR(e){Ra(e)}function pR(e){return e!=="head"&&e!=="body"}function vR(e,t,a,u){var f=!0;b0(t.nodeValue,a,u,f)}function hR(e,t,a,u,f,m){if(t[k0]!==!0){var b=!0;b0(u.nodeValue,f,m,b)}}function mR(e,t){t.nodeType===Gr?Rk(e,t):t.nodeType===Sn||zk(e,t)}function gR(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Gr?Rk(a,t):t.nodeType===Sn||zk(a,t))}}function yR(e,t,a,u,f){(f||t[k0]!==!0)&&(u.nodeType===Gr?Rk(a,u):u.nodeType===Sn||zk(a,u))}function bR(e,t,a){Ik(e,t)}function xR(e,t){Bk(e,t)}function kR(e,t,a){{var u=e.parentNode;u!==null&&Ik(u,t)}}function ER(e,t){{var a=e.parentNode;a!==null&&Bk(a,t)}}function CR(e,t,a,u,f,m){(m||t[k0]!==!0)&&Ik(a,u)}function _R(e,t,a,u,f){(f||t[k0]!==!0)&&Bk(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){kh(e)}var Kf=Math.random().toString(36).slice(2),Hf="__reactFiber$"+Kf,Yk="__reactProps$"+Kf,Ph="__reactContainer$"+Kf,qk="__reactEvents$"+Kf,TR="__reactListeners$"+Kf,DR="__reactHandles$"+Kf;function $R(e){delete e[Hf],delete e[Yk],delete e[qk],delete e[TR],delete e[DR]}function Nh(e,t){t[Hf]=e}function S0(e,t){t[Ph]=e}function B6(e){e[Ph]=null}function Lh(e){return!!e[Ph]}function Lc(e){var t=e[Hf];if(t)return t;for(var a=e.parentNode;a;){if(t=a[Ph]||a[Hf],t){var u=t.alternate;if(t.child!==null||u!==null&&u.child!==null)for(var f=I6(e);f!==null;){var m=f[Hf];if(m)return m;f=I6(f)}return t}e=a,a=e.parentNode}return null}function Yu(e){var t=e[Hf]||e[Ph];return t&&(t.tag===$||t.tag===N||t.tag===U||t.tag===S)?t:null}function jf(e){if(e.tag===$||e.tag===N)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function w0(e){return e[Yk]||null}function Qk(e,t){e[Yk]=t}function PR(e){var t=e[qk];return t===void 0&&(t=e[qk]=new Set),t}var U6={},V6=o.ReactDebugCurrentFrame;function T0(e){if(e){var t=e._owner,a=fa(e.type,e._source,t?t.type:null);V6.setExtraStackFrame(a)}else V6.setExtraStackFrame(null)}function Jo(e,t,a,u,f){{var m=Function.call.bind(J);for(var b in e)if(m(e,b)){var _=void 0;try{if(typeof e[b]!="function"){var w=Error((u||"React class")+": "+a+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}_=e[b](t,b,u,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(L){_=L}_&&!(_ instanceof Error)&&(T0(f),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,b,typeof _),T0(null)),_ instanceof Error&&!(_.message in U6)&&(U6[_.message]=!0,T0(f),p("Failed %s type: %s",a,_.message),T0(null))}}}var Xk=[],D0;D0=[];var Ka=-1;function qu(e){return{current:e}}function ii(e,t){if(Ka<0){p("Unexpected pop.");return}t!==D0[Ka]&&p("Unexpected Fiber popped."),e.current=Xk[Ka],Xk[Ka]=null,D0[Ka]=null,Ka--}function oi(e,t,a){Ka++,Xk[Ka]=e.current,D0[Ka]=a,e.current=t}var Zk;Zk={};var oo={};Object.freeze(oo);var Ha=qu(oo),Bl=qu(!1),Jk=oo;function Wf(e,t,a){return a&&Ul(t)?Jk:Ha.current}function K6(e,t,a){{var u=e.stateNode;u.__reactInternalMemoizedUnmaskedChildContext=t,u.__reactInternalMemoizedMaskedChildContext=a}}function Gf(e,t){{var a=e.type,u=a.contextTypes;if(!u)return oo;var f=e.stateNode;if(f&&f.__reactInternalMemoizedUnmaskedChildContext===t)return f.__reactInternalMemoizedMaskedChildContext;var m={};for(var b in u)m[b]=t[b];{var _=ft(e)||"Unknown";Jo(u,m,"context",_)}return f&&K6(e,t,m),m}}function $0(){return Bl.current}function Ul(e){{var t=e.childContextTypes;return t!=null}}function P0(e){ii(Bl,e),ii(Ha,e)}function e4(e){ii(Bl,e),ii(Ha,e)}function H6(e,t,a){{if(Ha.current!==oo)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");oi(Ha,t,e),oi(Bl,a,e)}}function j6(e,t,a){{var u=e.stateNode,f=t.childContextTypes;if(typeof u.getChildContext!="function"){{var m=ft(e)||"Unknown";Zk[m]||(Zk[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 b=u.getChildContext();for(var _ in b)if(!(_ in f))throw new Error((ft(e)||"Unknown")+'.getChildContext(): key "'+_+'" is not defined in childContextTypes.');{var w=ft(e)||"Unknown";Jo(f,b,"child context",w)}return kt({},a,b)}}function N0(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||oo;return Jk=Ha.current,oi(Ha,a,e),oi(Bl,Bl.current,e),!0}}function W6(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 f=j6(e,t,Jk);u.__reactInternalMemoizedMergedChildContext=f,ii(Bl,e),ii(Ha,e),oi(Ha,f,e),oi(Bl,a,e)}else ii(Bl,e),oi(Bl,a,e)}}function NR(e){{if(!Ca(e)||e.tag!==C)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case S:return t.stateNode.context;case C:{var a=t.type;if(Ul(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 Qu=0,L0=1,ja=null,t4=!1,n4=!1;function G6(e){ja===null?ja=[e]:ja.push(e)}function LR(e){t4=!0,G6(e)}function Y6(){t4&&Xu()}function Xu(){if(!n4&&ja!==null){n4=!0;var e=0,t=Ri();try{var a=!0,u=ja;for(Pn(Dr);e<u.length;e++){var f=u[e];do f=f(a);while(f!==null)}ja=null,t4=!1}catch(m){throw ja!==null&&(ja=ja.slice(e+1)),Ov(Xs,Xu),m}finally{Pn(t),n4=!1}}return null}var Yf=[],qf=0,M0=null,A0=0,Do=[],$o=0,Mc=null,Wa=1,Ga="";function MR(e){return Oc(),(e.flags&yo)!==Xe}function AR(e){return Oc(),A0}function OR(){var e=Ga,t=Wa,a=t&~FR(t);return a.toString(32)+e}function Ac(e,t){Oc(),Yf[qf++]=A0,Yf[qf++]=M0,M0=e,A0=t}function q6(e,t,a){Oc(),Do[$o++]=Wa,Do[$o++]=Ga,Do[$o++]=Mc,Mc=e;var u=Wa,f=Ga,m=O0(u)-1,b=u&~(1<<m),_=a+1,w=O0(t)+m;if(w>30){var L=m-m%5,A=(1<<L)-1,Q=(b&A).toString(32),Y=b>>L,oe=m-L,se=O0(t)+oe,fe=_<<oe,Oe=fe|Y,et=Q+f;Wa=1<<se|Oe,Ga=et}else{var qe=_<<m,St=qe|b,bt=f;Wa=1<<w|St,Ga=bt}}function r4(e){Oc();var t=e.return;if(t!==null){var a=1,u=0;Ac(e,a),q6(e,a,u)}}function O0(e){return 32-Dn(e)}function FR(e){return 1<<O0(e)-1}function i4(e){for(;e===M0;)M0=Yf[--qf],Yf[qf]=null,A0=Yf[--qf],Yf[qf]=null;for(;e===Mc;)Mc=Do[--$o],Do[$o]=null,Ga=Do[--$o],Do[$o]=null,Wa=Do[--$o],Do[$o]=null}function RR(){return Oc(),Mc!==null?{id:Wa,overflow:Ga}:null}function zR(e,t){Oc(),Do[$o++]=Wa,Do[$o++]=Ga,Do[$o++]=Mc,Wa=t.id,Ga=t.overflow,Mc=e}function Oc(){Mr()||p("Expected to be hydrating. This is a bug in React. Please file an issue.")}var Lr=null,Po=null,el=!1,Fc=!1,Zu=null;function IR(){el&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function Q6(){Fc=!0}function BR(){return Fc}function UR(e){var t=e.stateNode.containerInfo;return Po=oR(t),Lr=e,el=!0,Zu=null,Fc=!1,!0}function VR(e,t,a){return Po=lR(t),Lr=e,el=!0,Zu=null,Fc=!1,a!==null&&zR(e,a),!0}function X6(e,t){switch(e.tag){case S:{mR(e.stateNode.containerInfo,t);break}case $:{var a=(e.mode&ht)!==Ze;yR(e.type,e.memoizedProps,e.stateNode,t,a);break}case U:{var u=e.memoizedState;u.dehydrated!==null&&gR(u.dehydrated,t);break}}}function Z6(e,t){X6(e,t);var a=WB();a.stateNode=t,a.return=e;var u=e.deletions;u===null?(e.deletions=[a],e.flags|=Pi):u.push(a)}function o4(e,t){{if(Fc)return;switch(e.tag){case S:{var a=e.stateNode.containerInfo;switch(t.tag){case $:var u=t.type;t.pendingProps,bR(a,u);break;case N:var f=t.pendingProps;xR(a,f);break}break}case $:{var m=e.type,b=e.memoizedProps,_=e.stateNode;switch(t.tag){case $:{var w=t.type,L=t.pendingProps,A=(e.mode&ht)!==Ze;CR(m,b,_,w,L,A);break}case N:{var Q=t.pendingProps,Y=(e.mode&ht)!==Ze;_R(m,b,_,Q,Y);break}}break}case U:{var oe=e.memoizedState,se=oe.dehydrated;if(se!==null)switch(t.tag){case $:var fe=t.type;t.pendingProps,kR(se,fe);break;case N:var Oe=t.pendingProps;ER(se,Oe);break}break}default:return}}}function J6(e,t){t.flags=t.flags&~qr|ln,o4(e,t)}function eD(e,t){switch(e.tag){case $:{var a=e.type;e.pendingProps;var u=JF(t,a);return u!==null?(e.stateNode=u,Lr=e,Po=iR(u),!0):!1}case N:{var f=e.pendingProps,m=eR(t,f);return m!==null?(e.stateNode=m,Lr=e,Po=null,!0):!1}case U:{var b=tR(t);if(b!==null){var _={dehydrated:b,treeContext:RR(),retryLane:Jr};e.memoizedState=_;var w=GB(b);return w.return=e,e.child=w,Lr=e,Po=null,!0}return!1}default:return!1}}function l4(e){return(e.mode&ht)!==Ze&&(e.flags&Qe)===Xe}function a4(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function u4(e){if(el){var t=Po;if(!t){l4(e)&&(o4(Lr,e),a4()),J6(Lr,e),el=!1,Lr=e;return}var a=t;if(!eD(e,t)){l4(e)&&(o4(Lr,e),a4()),t=$h(a);var u=Lr;if(!t||!eD(e,t)){J6(Lr,e),el=!1,Lr=e;return}Z6(u,a)}}}function KR(e,t,a){var u=e.stateNode,f=!Fc,m=aR(u,e.type,e.memoizedProps,t,a,e,f);return e.updateQueue=m,m!==null}function HR(e){var t=e.stateNode,a=e.memoizedProps,u=uR(t,a,e);if(u){var f=Lr;if(f!==null)switch(f.tag){case S:{var m=f.stateNode.containerInfo,b=(f.mode&ht)!==Ze;vR(m,t,a,b);break}case $:{var _=f.type,w=f.memoizedProps,L=f.stateNode,A=(f.mode&ht)!==Ze;hR(_,w,L,t,a,A);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 tD(e){for(var t=e.return;t!==null&&t.tag!==$&&t.tag!==S&&t.tag!==U;)t=t.return;Lr=t}function F0(e){if(e!==Lr)return!1;if(!el)return tD(e),el=!0,!1;if(e.tag!==S&&(e.tag!==$||pR(e.type)&&!Kk(e.type,e.memoizedProps))){var t=Po;if(t)if(l4(e))nD(e),a4();else for(;t;)Z6(e,t),t=$h(t)}return tD(e),e.tag===U?Po=WR(e):Po=Lr?$h(e.stateNode):null,!0}function GR(){return el&&Po!==null}function nD(e){for(var t=Po;t;)X6(e,t),t=$h(t)}function Qf(){Lr=null,Po=null,el=!1,Fc=!1}function rD(){Zu!==null&&(Q8(Zu),Zu=null)}function Mr(){return el}function s4(e){Zu===null?Zu=[e]:Zu.push(e)}var YR=o.ReactCurrentBatchConfig,qR=null;function QR(){return YR.transition}var tl={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&jt&&(t=a),a=a.return;return t},Rc=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},Mh=[],Ah=[],Oh=[],Fh=[],Rh=[],zh=[],zc=new Set;tl.recordUnsafeLifecycleWarnings=function(e,t){zc.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&Mh.push(e),e.mode&jt&&typeof t.UNSAFE_componentWillMount=="function"&&Ah.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Oh.push(e),e.mode&jt&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&Fh.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&Rh.push(e),e.mode&jt&&typeof t.UNSAFE_componentWillUpdate=="function"&&zh.push(e))},tl.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;Mh.length>0&&(Mh.forEach(function(Y){e.add(ft(Y)||"Component"),zc.add(Y.type)}),Mh=[]);var t=new Set;Ah.length>0&&(Ah.forEach(function(Y){t.add(ft(Y)||"Component"),zc.add(Y.type)}),Ah=[]);var a=new Set;Oh.length>0&&(Oh.forEach(function(Y){a.add(ft(Y)||"Component"),zc.add(Y.type)}),Oh=[]);var u=new Set;Fh.length>0&&(Fh.forEach(function(Y){u.add(ft(Y)||"Component"),zc.add(Y.type)}),Fh=[]);var f=new Set;Rh.length>0&&(Rh.forEach(function(Y){f.add(ft(Y)||"Component"),zc.add(Y.type)}),Rh=[]);var m=new Set;if(zh.length>0&&(zh.forEach(function(Y){m.add(ft(Y)||"Component"),zc.add(Y.type)}),zh=[]),t.size>0){var b=Rc(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=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.
66
+ Please update the following components: %s`,b)}if(u.size>0){var _=Rc(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(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.
71
+ Please update the following components: %s`,_)}if(m.size>0){var w=Rc(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.
72
72
 
73
73
  * Move data fetching code or side effects to componentDidUpdate.
74
74
 
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.
75
+ Please update the following components: %s`,w)}if(e.size>0){var L=Rc(e);h(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
76
76
 
77
77
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
78
78
  * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
79
79
 
80
- Please update the following components: %s`,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.
80
+ Please update the following components: %s`,L)}if(a.size>0){var A=Rc(a);h(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
81
81
 
82
82
  * Move data fetching code or side effects to componentDidUpdate.
83
83
  * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
84
84
  * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
85
85
 
86
- Please update the following components: %s`,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.
86
+ Please update the following components: %s`,A)}if(f.size>0){var Q=Rc(f);h(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
87
87
 
88
88
  * Move data fetching code or side effects to componentDidUpdate.
89
89
  * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
90
90
 
91
- Please update the following components: %s`,V)}};var _0=new Map,G6=new Set;Qo.recordLegacyContextWarning=function(e,t){var a=QR(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.
91
+ Please update the following components: %s`,Q)}};var R0=new Map,iD=new Set;tl.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(!iD.has(e.type)){var u=R0.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(u===void 0&&(u=[],R0.set(a,u)),u.push(e))}},tl.flushLegacyContextWarning=function(){R0.forEach(function(e,t){if(e.length!==0){var a=e[0],u=new Set;e.forEach(function(m){u.add(ft(m)||"Component"),iD.add(m.type)});var f=Rc(u);try{Jt(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(){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 e4=ju(null),t4;t4={};var S0=null,Of=null,n4=null,w0=!1;function T0(){S0=null,Of=null,n4=null,w0=!1}function Y6(){w0=!0}function q6(){w0=!1}function Q6(e,t,a){Qr(e4,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==t4&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=t4}function r4(e,t){var a=e4.current;qr(e4,t),e._currentValue=a}function i4(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 XR(e,t,a){ZR(e,t,a)}function ZR(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)),i4(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)),i4(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,n4=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(n4!==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 o4(e){_c===null?_c=[e]:_c.push(e)}function JR(){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,o4(t)):(a.next=d.next,d.next=a),t.interleaved=a,D0(e,u)}function ez(e,t,a,u){var d=t.interleaved;d===null?(a.next=a,o4(t)):(a.next=d.next,d.next=a),t.interleaved=a}function tz(e,t,a,u){var d=t.interleaved;return d===null?(a.next=a,o4(t)):(a.next=d.next,d.next=a),t.interleaved=a,D0(e,u)}function Fi(e,t){return D0(e,t)}var nz=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,l4=3,P0=!1,a4,L0;a4=!1,L0=null;function u4(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:de},effects:null};e.updateQueue=t}function e7(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&&!a4&&(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."),a4=!0),nI()){var h=d.pending;return h===null?t.next=t:(t.next=h.next,h.next=t),d.pending=t,nz(e,a)}else return tz(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 s4(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 rz(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 l4: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=rz(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 iz(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function t7(){P0=!1}function A0(){return P0}function n7(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,iz(y,a))}}var c4={},r7=new n.Component().refs,d4,f4,p4,v4,m4,i7,O0,h4,g4,y4;{d4=new Set,f4=new Set,p4=new Set,v4=new Set,h4=new Set,m4=new Set,g4=new Set,y4=new Set;var o7=new Set;O0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;o7.has(a)||(o7.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},i7=function(e,t){if(t===void 0){var a=Ht(e)||"Component";m4.has(a)||(m4.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(c4,"_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(c4)}function b4(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)}}i7(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 x4={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 l7(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 oz(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&&!g4.has(t)&&(g4.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"&&!p4.has(t)&&(p4.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 a7(e,t){t.updater=x4,e.stateNode=t,bu(t,e),t._reactInternalInstance=c4}function u7(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&&!y4.has(t)){y4.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;a7(e,N);{if(typeof t.getDerivedStateFromProps=="function"&&V===null){var U=Ht(t)||"Component";f4.has(U)||(f4.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()";v4.has(Re)||(v4.add(Re),p(`Unsafe legacy lifecycles will not be called for components using new component APIs.
98
-
99
- %s uses %s but also contains the following legacy lifecycles:%s%s%s
100
-
101
- The above lifecycles should be removed. Learn more about this warning here:
102
- https://reactjs.org/link/unsafe-component-lifecycles`,Re,Je,ie!==null?`
103
- `+ie:"",le!==null?`
104
- `+le:"",se!==null?`
105
- `+se:""))}}}return u&&M6(e,d,h),N}function lz(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"),x4.enqueueReplaceState(t,t.state,null))}function s7(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";d4.has(h)||(d4.add(h),p("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",h))}x4.enqueueReplaceState(t,t.state,null)}}function k4(e,t,a,u){oz(e,t,a);var d=e.stateNode;d.props=a,d.state=e.memoizedState,d.refs=r7,u4(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";h4.has(C)||(h4.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"&&(b4(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")&&(lz(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 az(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)&&s7(e,d,a,S),t7();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"&&(b4(e,t,N,a),ie=e.memoizedState);var se=A0()||l7(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 uz(e,t,a,u,d){var h=t.stateNode;e7(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)&&s7(t,h,u,V),t7();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"&&(b4(t,a,ie,u),Re=t.memoizedState);var Je=A0()||l7(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 E4,C4,_4,S4,w4,c7=function(e,t){};E4=!1,C4=!1,_4={},S4={},w4={},c7=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";S4[a]||(S4[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";_4[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),_4[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===r7&&(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:
97
+ Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)}finally{pn()}}})},tl.discardPendingWarnings=function(){Mh=[],Ah=[],Oh=[],Fh=[],Rh=[],zh=[],R0=new Map}}var c4,d4,f4,p4,v4,oD=function(e,t){};c4=!1,d4=!1,f4={},p4={},v4={},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=ft(t)||"Component";p4[a]||(p4[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 ZR(e){return e.prototype&&e.prototype.isReactComponent}function Ih(e,t,a){var u=a.ref;if(u!==null&&typeof u!="function"&&typeof u!="object"){if((e.mode&jt||me)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)&&!(a._owner&&a._owner.tag!==C)&&!(typeof a.type=="function"&&!ZR(a.type))&&a._owner){var f=ft(e)||"Component";f4[f]||(p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',f,u),f4[f]=!0)}if(a._owner){var m=a._owner,b;if(m){var _=m;if(_.tag!==C)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");b=_.stateNode}if(!b)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=b;Zn(u,"ref");var L=""+u;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===L)return t.ref;var A=function(Q){var Y=w.refs;Q===null?delete Y[L]:Y[L]=Q};return A._stringRef=L,A}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
98
  1. You may be adding a ref to a function component
107
99
  2. You may be adding a ref to a component that was not created inside a component's render method
108
100
  3. You have multiple copies of React loaded
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(w4[t])return;w4[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 d7(e){var t=e._payload,a=e._init;return a(t)}function f7(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=J3(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||nD(ce,ee)||typeof ze=="object"&&ze!==null&&ze.$$typeof===_r&&d7(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=Z3(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=eE(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=J3(""+ce,J.mode,ee);return Ee.return=J,Ee}if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case iu:{var ze=Z3(ce,J.mode,ee);return ze.ref=Em(J,null,ce),ze.return=J,ze}case Vi:{var Ne=eE(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:c7(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"&&(C4||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."),C4=!0),ee.entries===ze&&(E4||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),E4=!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(EU){return t(J,EU)}),Tr()){var kU=Ar;bc(J,kU)}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=J3(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||nD(Ne,ee)||typeof rt=="object"&&rt!==null&&rt.$$typeof===_r&&d7(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=Z3(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=eE(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=f7(!0),p7=f7(!1);function sz(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 cz(e,t){for(var a=e.child;a!==null;)BI(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 v7(){var e=B0(z0.current);return e}function T4(e,t){Qr(z0,t,e),Qr(_m,e,e),Qr(Qu,Cm,e);var a=_F(t);qr(Qu,e),Qr(Qu,a,e)}function zf(e){qr(Qu,e),qr(_m,e),qr(z0,e)}function D4(){var e=B0(Qu.current);return e}function m7(e){B0(z0.current);var t=B0(Qu.current),a=SF(t,e.type);t!==a&&(Qr(_m,e,e),Qr(Qu,a,e))}function $4(e){_m.current===e&&(qr(Qu,e),qr(_m,e))}var dz=0,h7=1,g7=1,Sm=2,Zo=ju(dz);function P4(e,t){return(e&t)!==0}function Bf(e){return e&h7}function L4(e,t){return e&h7|t}function fz(e,t){return e|t}function Xu(e,t){Qr(Zo,t,e)}function If(e){qr(Zo,e)}function pz(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)||Rk(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,M4=[];function N4(){for(var e=0;e<M4.length;e++){var t=M4[e];t._workInProgressVersionPrimary=null}M4.length=0}function vz(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,A4,Uf;A4=new Set;var Sc=de,Rt=null,ir=null,or=null,U0=!1,Tm=!1,Dm=0,mz=0,hz=25,ve=null,Co=null,Zu=-1,O4=!1;function Pt(){{var e=ve;Co===null?Co=[e]:Co.push(e)}}function Le(){{var e=ve;Co!==null&&(Zu++,Co[Zu]!==e&&gz(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 gz(e){{var t=ut(Rt);if(!A4.has(t)&&(A4.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
- `,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
101
+ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return u}function z0(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 I0(e){{var t=ft(e)||"Component";if(v4[t])return;v4[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(te,pe){if(e){var ne=te.deletions;ne===null?(te.deletions=[pe],te.flags|=Pi):ne.push(pe)}}function a(te,pe){if(!e)return null;for(var ne=pe;ne!==null;)t(te,ne),ne=ne.sibling;return null}function u(te,pe){for(var ne=new Map,Te=pe;Te!==null;)Te.key!==null?ne.set(Te.key,Te):ne.set(Te.index,Te),Te=Te.sibling;return ne}function f(te,pe){var ne=Gc(te,pe);return ne.index=0,ne.sibling=null,ne}function m(te,pe,ne){if(te.index=ne,!e)return te.flags|=yo,pe;var Te=te.alternate;if(Te!==null){var Ue=Te.index;return Ue<pe?(te.flags|=ln,pe):Ue}else return te.flags|=ln,pe}function b(te){return e&&te.alternate===null&&(te.flags|=ln),te}function _(te,pe,ne,Te){if(pe===null||pe.tag!==N){var Ue=s3(ne,te.mode,Te);return Ue.return=te,Ue}else{var Re=f(pe,ne);return Re.return=te,Re}}function w(te,pe,ne,Te){var Ue=ne.type;if(Ue===mu)return A(te,pe,ne.props.children,Te,ne.key);if(pe!==null&&(pe.elementType===Ue||f7(pe,ne)||typeof Ue=="object"&&Ue!==null&&Ue.$$typeof===gr&&lD(Ue)===pe.type)){var Re=f(pe,ne.props);return Re.ref=Ih(te,pe,ne),Re.return=te,Re._debugSource=ne._source,Re._debugOwner=ne._owner,Re}var lt=u3(ne,te.mode,Te);return lt.ref=Ih(te,pe,ne),lt.return=te,lt}function L(te,pe,ne,Te){if(pe===null||pe.tag!==D||pe.stateNode.containerInfo!==ne.containerInfo||pe.stateNode.implementation!==ne.implementation){var Ue=c3(ne,te.mode,Te);return Ue.return=te,Ue}else{var Re=f(pe,ne.children||[]);return Re.return=te,Re}}function A(te,pe,ne,Te,Ue){if(pe===null||pe.tag!==M){var Re=ss(ne,te.mode,Te,Ue);return Re.return=te,Re}else{var lt=f(pe,ne);return lt.return=te,lt}}function Q(te,pe,ne){if(typeof pe=="string"&&pe!==""||typeof pe=="number"){var Te=s3(""+pe,te.mode,ne);return Te.return=te,Te}if(typeof pe=="object"&&pe!==null){switch(pe.$$typeof){case ml:{var Ue=u3(pe,te.mode,ne);return Ue.ref=Ih(te,null,pe),Ue.return=te,Ue}case qi:{var Re=c3(pe,te.mode,ne);return Re.return=te,Re}case gr:{var lt=pe._payload,ct=pe._init;return Q(te,ct(lt),ne)}}if(er(pe)||Qt(pe)){var Gt=ss(pe,te.mode,ne,null);return Gt.return=te,Gt}z0(te,pe)}return typeof pe=="function"&&I0(te),null}function Y(te,pe,ne,Te){var Ue=pe!==null?pe.key:null;if(typeof ne=="string"&&ne!==""||typeof ne=="number")return Ue!==null?null:_(te,pe,""+ne,Te);if(typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case ml:return ne.key===Ue?w(te,pe,ne,Te):null;case qi:return ne.key===Ue?L(te,pe,ne,Te):null;case gr:{var Re=ne._payload,lt=ne._init;return Y(te,pe,lt(Re),Te)}}if(er(ne)||Qt(ne))return Ue!==null?null:A(te,pe,ne,Te,null);z0(te,ne)}return typeof ne=="function"&&I0(te),null}function oe(te,pe,ne,Te,Ue){if(typeof Te=="string"&&Te!==""||typeof Te=="number"){var Re=te.get(ne)||null;return _(pe,Re,""+Te,Ue)}if(typeof Te=="object"&&Te!==null){switch(Te.$$typeof){case ml:{var lt=te.get(Te.key===null?ne:Te.key)||null;return w(pe,lt,Te,Ue)}case qi:{var ct=te.get(Te.key===null?ne:Te.key)||null;return L(pe,ct,Te,Ue)}case gr:var Gt=Te._payload,Nt=Te._init;return oe(te,pe,ne,Nt(Gt),Ue)}if(er(Te)||Qt(Te)){var Vn=te.get(ne)||null;return A(pe,Vn,Te,Ue,null)}z0(pe,Te)}return typeof Te=="function"&&I0(pe),null}function se(te,pe,ne){{if(typeof te!="object"||te===null)return pe;switch(te.$$typeof){case ml:case qi:oD(te,ne);var Te=te.key;if(typeof Te!="string")break;if(pe===null){pe=new Set,pe.add(Te);break}if(!pe.has(Te)){pe.add(Te);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.",Te);break;case gr:var Ue=te._payload,Re=te._init;se(Re(Ue),pe,ne);break}}return pe}function fe(te,pe,ne,Te){for(var Ue=null,Re=0;Re<ne.length;Re++){var lt=ne[Re];Ue=se(lt,Ue,te)}for(var ct=null,Gt=null,Nt=pe,Vn=0,Lt=0,Mn=null;Nt!==null&&Lt<ne.length;Lt++){Nt.index>Lt?(Mn=Nt,Nt=null):Mn=Nt.sibling;var ai=Y(te,Nt,ne[Lt],Te);if(ai===null){Nt===null&&(Nt=Mn);break}e&&Nt&&ai.alternate===null&&t(te,Nt),Vn=m(ai,Vn,Lt),Gt===null?ct=ai:Gt.sibling=ai,Gt=ai,Nt=Mn}if(Lt===ne.length){if(a(te,Nt),Mr()){var Br=Lt;Ac(te,Br)}return ct}if(Nt===null){for(;Lt<ne.length;Lt++){var ao=Q(te,ne[Lt],Te);ao!==null&&(Vn=m(ao,Vn,Lt),Gt===null?ct=ao:Gt.sibling=ao,Gt=ao)}if(Mr()){var yi=Lt;Ac(te,yi)}return ct}for(var bi=u(te,Nt);Lt<ne.length;Lt++){var ui=oe(bi,te,Lt,ne[Lt],Te);ui!==null&&(e&&ui.alternate!==null&&bi.delete(ui.key===null?Lt:ui.key),Vn=m(ui,Vn,Lt),Gt===null?ct=ui:Gt.sibling=ui,Gt=ui)}if(e&&bi.forEach(function(hp){return t(te,hp)}),Mr()){var eu=Lt;Ac(te,eu)}return ct}function Oe(te,pe,ne,Te){var Ue=Qt(ne);if(typeof Ue!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&ne[Symbol.toStringTag]==="Generator"&&(d4||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."),d4=!0),ne.entries===Ue&&(c4||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),c4=!0);var Re=Ue.call(ne);if(Re)for(var lt=null,ct=Re.next();!ct.done;ct=Re.next()){var Gt=ct.value;lt=se(Gt,lt,te)}}var Nt=Ue.call(ne);if(Nt==null)throw new Error("An iterable object provided no iterator.");for(var Vn=null,Lt=null,Mn=pe,ai=0,Br=0,ao=null,yi=Nt.next();Mn!==null&&!yi.done;Br++,yi=Nt.next()){Mn.index>Br?(ao=Mn,Mn=null):ao=Mn.sibling;var bi=Y(te,Mn,yi.value,Te);if(bi===null){Mn===null&&(Mn=ao);break}e&&Mn&&bi.alternate===null&&t(te,Mn),ai=m(bi,ai,Br),Lt===null?Vn=bi:Lt.sibling=bi,Lt=bi,Mn=ao}if(yi.done){if(a(te,Mn),Mr()){var ui=Br;Ac(te,ui)}return Vn}if(Mn===null){for(;!yi.done;Br++,yi=Nt.next()){var eu=Q(te,yi.value,Te);eu!==null&&(ai=m(eu,ai,Br),Lt===null?Vn=eu:Lt.sibling=eu,Lt=eu)}if(Mr()){var hp=Br;Ac(te,hp)}return Vn}for(var gm=u(te,Mn);!yi.done;Br++,yi=Nt.next()){var ql=oe(gm,te,Br,yi.value,Te);ql!==null&&(e&&ql.alternate!==null&&gm.delete(ql.key===null?Br:ql.key),ai=m(ql,ai,Br),Lt===null?Vn=ql:Lt.sibling=ql,Lt=ql)}if(e&&gm.forEach(function(_U){return t(te,_U)}),Mr()){var CU=Br;Ac(te,CU)}return Vn}function et(te,pe,ne,Te){if(pe!==null&&pe.tag===N){a(te,pe.sibling);var Ue=f(pe,ne);return Ue.return=te,Ue}a(te,pe);var Re=s3(ne,te.mode,Te);return Re.return=te,Re}function qe(te,pe,ne,Te){for(var Ue=ne.key,Re=pe;Re!==null;){if(Re.key===Ue){var lt=ne.type;if(lt===mu){if(Re.tag===M){a(te,Re.sibling);var ct=f(Re,ne.props.children);return ct.return=te,ct._debugSource=ne._source,ct._debugOwner=ne._owner,ct}}else if(Re.elementType===lt||f7(Re,ne)||typeof lt=="object"&&lt!==null&&lt.$$typeof===gr&&lD(lt)===Re.type){a(te,Re.sibling);var Gt=f(Re,ne.props);return Gt.ref=Ih(te,Re,ne),Gt.return=te,Gt._debugSource=ne._source,Gt._debugOwner=ne._owner,Gt}a(te,Re);break}else t(te,Re);Re=Re.sibling}if(ne.type===mu){var Nt=ss(ne.props.children,te.mode,Te,ne.key);return Nt.return=te,Nt}else{var Vn=u3(ne,te.mode,Te);return Vn.ref=Ih(te,pe,ne),Vn.return=te,Vn}}function St(te,pe,ne,Te){for(var Ue=ne.key,Re=pe;Re!==null;){if(Re.key===Ue)if(Re.tag===D&&Re.stateNode.containerInfo===ne.containerInfo&&Re.stateNode.implementation===ne.implementation){a(te,Re.sibling);var lt=f(Re,ne.children||[]);return lt.return=te,lt}else{a(te,Re);break}else t(te,Re);Re=Re.sibling}var ct=c3(ne,te.mode,Te);return ct.return=te,ct}function bt(te,pe,ne,Te){var Ue=typeof ne=="object"&&ne!==null&&ne.type===mu&&ne.key===null;if(Ue&&(ne=ne.props.children),typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case ml:return b(qe(te,pe,ne,Te));case qi:return b(St(te,pe,ne,Te));case gr:var Re=ne._payload,lt=ne._init;return bt(te,pe,lt(Re),Te)}if(er(ne))return fe(te,pe,ne,Te);if(Qt(ne))return Oe(te,pe,ne,Te);z0(te,ne)}return typeof ne=="string"&&ne!==""||typeof ne=="number"?b(et(te,pe,""+ne,Te)):(typeof ne=="function"&&I0(te),a(te,pe))}return bt}var Xf=aD(!0),uD=aD(!1);function JR(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=Gc(a,a.pendingProps);for(t.child=u,u.return=t;a.sibling!==null;)a=a.sibling,u=u.sibling=Gc(a,a.pendingProps),u.return=t;u.sibling=null}}function ez(e,t){for(var a=e.child;a!==null;)UB(a,t),a=a.sibling}var h4=qu(null),m4;m4={};var B0=null,Zf=null,g4=null,U0=!1;function V0(){B0=null,Zf=null,g4=null,U0=!1}function sD(){U0=!0}function cD(){U0=!1}function dD(e,t,a){oi(h4,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==m4&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=m4}function y4(e,t){var a=h4.current;ii(h4,t),e._currentValue=a}function b4(e,t,a){for(var u=e;u!==null;){var f=u.alternate;if(Fa(u.childLanes,t)?f!==null&&!Fa(f.childLanes,t)&&(f.childLanes=pt(f.childLanes,t)):(u.childLanes=pt(u.childLanes,t),f!==null&&(f.childLanes=pt(f.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 tz(e,t,a){nz(e,t,a)}function nz(e,t,a){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var f=void 0,m=u.dependencies;if(m!==null){f=u.child;for(var b=m.firstContext;b!==null;){if(b.context===t){if(u.tag===C){var _=dc(a),w=Ya(Xt,_);w.tag=H0;var L=u.updateQueue;if(L!==null){var A=L.shared,Q=A.pending;Q===null?w.next=w:(w.next=Q.next,Q.next=w),A.pending=w}}u.lanes=pt(u.lanes,a);var Y=u.alternate;Y!==null&&(Y.lanes=pt(Y.lanes,a)),b4(u.return,a,e),m.lanes=pt(m.lanes,a);break}b=b.next}}else if(u.tag===B)f=u.type===e.type?null:u.child;else if(u.tag===de){var oe=u.return;if(oe===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");oe.lanes=pt(oe.lanes,a);var se=oe.alternate;se!==null&&(se.lanes=pt(se.lanes,a)),b4(oe,a,e),f=u.sibling}else f=u.child;if(f!==null)f.return=u;else for(f=u;f!==null;){if(f===e){f=null;break}var fe=f.sibling;if(fe!==null){fe.return=f.return,f=fe;break}f=f.return}u=f}}function Jf(e,t){B0=e,Zf=null,g4=null;var a=e.dependencies;if(a!==null){var u=a.firstContext;u!==null&&(ei(a.lanes,t)&&em(),a.firstContext=null)}}function Xn(e){U0&&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(g4!==e){var a={context:e,memoizedValue:t,next:null};if(Zf===null){if(B0===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().");Zf=a,B0.dependencies={lanes:xe,firstContext:a}}else Zf=Zf.next=a}return t}var Ic=null;function x4(e){Ic===null?Ic=[e]:Ic.push(e)}function rz(){if(Ic!==null){for(var e=0;e<Ic.length;e++){var t=Ic[e],a=t.interleaved;if(a!==null){t.interleaved=null;var u=a.next,f=t.pending;if(f!==null){var m=f.next;f.next=u,a.next=m}t.pending=a}}Ic=null}}function fD(e,t,a,u){var f=t.interleaved;return f===null?(a.next=a,x4(t)):(a.next=f.next,f.next=a),t.interleaved=a,K0(e,u)}function iz(e,t,a,u){var f=t.interleaved;f===null?(a.next=a,x4(t)):(a.next=f.next,f.next=a),t.interleaved=a}function oz(e,t,a,u){var f=t.interleaved;return f===null?(a.next=a,x4(t)):(a.next=f.next,f.next=a),t.interleaved=a,K0(e,u)}function Bi(e,t){return K0(e,t)}var lz=K0;function K0(e,t){e.lanes=pt(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=pt(a.lanes,t)),a===null&&(e.flags&(ln|qr))!==Xe&&u7(e);for(var u=e,f=e.return;f!==null;)f.childLanes=pt(f.childLanes,t),a=f.alternate,a!==null?a.childLanes=pt(a.childLanes,t):(f.flags&(ln|qr))!==Xe&&u7(e),u=f,f=f.return;if(u.tag===S){var m=u.stateNode;return m}else return null}var pD=0,vD=1,H0=2,k4=3,j0=!1,E4,W0;E4=!1,W0=null;function C4(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:xe},effects:null};e.updateQueue=t}function hD(e,t){var a=t.updateQueue,u=e.updateQueue;if(a===u){var f={baseState:u.baseState,firstBaseUpdate:u.firstBaseUpdate,lastBaseUpdate:u.lastBaseUpdate,shared:u.shared,effects:u.effects};t.updateQueue=f}}function Ya(e,t){var a={eventTime:e,lane:t,tag:pD,payload:null,callback:null,next:null};return a}function Ju(e,t,a){var u=e.updateQueue;if(u===null)return null;var f=u.shared;if(W0===f&&!E4&&(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."),E4=!0),iB()){var m=f.pending;return m===null?t.next=t:(t.next=m.next,m.next=t),f.pending=t,lz(e,a)}else return oz(e,f,t,a)}function G0(e,t,a){var u=t.updateQueue;if(u!==null){var f=u.shared;if(Zv(a)){var m=f.lanes;m=eh(m,e.pendingLanes);var b=pt(m,a);f.lanes=b,Sf(e,b)}}}function _4(e,t){var a=e.updateQueue,u=e.alternate;if(u!==null){var f=u.updateQueue;if(a===f){var m=null,b=null,_=a.firstBaseUpdate;if(_!==null){var w=_;do{var L={eventTime:w.eventTime,lane:w.lane,tag:w.tag,payload:w.payload,callback:w.callback,next:null};b===null?m=b=L:(b.next=L,b=L),w=w.next}while(w!==null);b===null?m=b=t:(b.next=t,b=t)}else m=b=t;a={baseState:f.baseState,firstBaseUpdate:m,lastBaseUpdate:b,shared:f.shared,effects:f.effects},e.updateQueue=a;return}}var A=a.lastBaseUpdate;A===null?a.firstBaseUpdate=t:A.next=t,a.lastBaseUpdate=t}function az(e,t,a,u,f,m){switch(a.tag){case vD:{var b=a.payload;if(typeof b=="function"){sD();var _=b.call(m,u,f);{if(e.mode&jt){an(!0);try{b.call(m,u,f)}finally{an(!1)}}cD()}return _}return b}case k4:e.flags=e.flags&~Gn|Qe;case pD:{var w=a.payload,L;if(typeof w=="function"){sD(),L=w.call(m,u,f);{if(e.mode&jt){an(!0);try{w.call(m,u,f)}finally{an(!1)}}cD()}}else L=w;return L==null?u:kt({},u,L)}case H0:return j0=!0,u}return u}function Y0(e,t,a,u){var f=e.updateQueue;j0=!1,W0=f.shared;var m=f.firstBaseUpdate,b=f.lastBaseUpdate,_=f.shared.pending;if(_!==null){f.shared.pending=null;var w=_,L=w.next;w.next=null,b===null?m=L:b.next=L,b=w;var A=e.alternate;if(A!==null){var Q=A.updateQueue,Y=Q.lastBaseUpdate;Y!==b&&(Y===null?Q.firstBaseUpdate=L:Y.next=L,Q.lastBaseUpdate=w)}}if(m!==null){var oe=f.baseState,se=xe,fe=null,Oe=null,et=null,qe=m;do{var St=qe.lane,bt=qe.eventTime;if(Fa(u,St)){if(et!==null){var pe={eventTime:bt,lane:Tt,tag:qe.tag,payload:qe.payload,callback:qe.callback,next:null};et=et.next=pe}oe=az(e,f,qe,oe,t,a);var ne=qe.callback;if(ne!==null&&qe.lane!==Tt){e.flags|=Zt;var Te=f.effects;Te===null?f.effects=[qe]:Te.push(qe)}}else{var te={eventTime:bt,lane:St,tag:qe.tag,payload:qe.payload,callback:qe.callback,next:null};et===null?(Oe=et=te,fe=oe):et=et.next=te,se=pt(se,St)}if(qe=qe.next,qe===null){if(_=f.shared.pending,_===null)break;var Ue=_,Re=Ue.next;Ue.next=null,qe=Re,f.lastBaseUpdate=Ue,f.shared.pending=null}}while(!0);et===null&&(fe=oe),f.baseState=fe,f.firstBaseUpdate=Oe,f.lastBaseUpdate=et;var lt=f.shared.interleaved;if(lt!==null){var ct=lt;do se=pt(se,ct.lane),ct=ct.next;while(ct!==lt)}else m===null&&(f.shared.lanes=xe);fm(se),e.lanes=se,e.memoizedState=oe}W0=null}function uz(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function mD(){j0=!1}function q0(){return j0}function gD(e,t,a){var u=t.effects;if(t.effects=null,u!==null)for(var f=0;f<u.length;f++){var m=u[f],b=m.callback;b!==null&&(m.callback=null,uz(b,a))}}var Bh={},es=qu(Bh),Uh=qu(Bh),Q0=qu(Bh);function X0(e){if(e===Bh)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 yD(){var e=X0(Q0.current);return e}function S4(e,t){oi(Q0,t,e),oi(Uh,e,e),oi(es,Bh,e);var a=SF(t);ii(es,e),oi(es,a,e)}function ep(e){ii(es,e),ii(Uh,e),ii(Q0,e)}function w4(){var e=X0(es.current);return e}function bD(e){X0(Q0.current);var t=X0(es.current),a=wF(t,e.type);t!==a&&(oi(Uh,e,e),oi(es,a,e))}function T4(e){Uh.current===e&&(ii(es,e),ii(Uh,e))}var sz=0,xD=1,kD=1,Vh=2,nl=qu(sz);function D4(e,t){return(e&t)!==0}function tp(e){return e&xD}function $4(e,t){return e&xD|t}function cz(e,t){return e|t}function ts(e,t){oi(nl,t,e)}function np(e){ii(nl,e)}function dz(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function Z0(e){for(var t=e;t!==null;){if(t.tag===U){var a=t.memoizedState;if(a!==null){var u=a.dehydrated;if(u===null||z6(u)||Gk(u))return t}}else if(t.tag===F&&t.memoizedProps.revealOrder!==void 0){var f=(t.flags&Qe)!==Xe;if(f)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 Ui=0,or=1,Vl=2,lr=4,Ar=8,P4=[];function N4(){for(var e=0;e<P4.length;e++){var t=P4[e];t._workInProgressVersionPrimary=null}P4.length=0}function fz(e,t){var a=t._getVersion,u=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,u]:e.mutableSourceEagerHydrationData.push(t,u)}var Ie=o.ReactCurrentDispatcher,Kh=o.ReactCurrentBatchConfig,L4,rp;L4=new Set;var Bc=xe,Wt=null,ar=null,ur=null,J0=!1,Hh=!1,jh=0,pz=0,vz=25,ge=null,No=null,ns=-1,M4=!1;function Rt(){{var e=ge;No===null?No=[e]:No.push(e)}}function Le(){{var e=ge;No!==null&&(ns++,No[ns]!==e&&hz(e))}}function ip(e){e!=null&&!er(e)&&p("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",ge,typeof e)}function hz(e){{var t=ft(Wt);if(!L4.has(t)&&(L4.add(t),No!==null)){for(var a="",u=30,f=0;f<=ns;f++){for(var m=No[f],b=f===ns?e:m,_=f+1+". "+m;_.length<u;)_+=" ";_+=b+`
102
+ `,a+=_}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
103
 
112
104
  Previous render Next render
113
105
  ------------------------------------------------------
114
106
  %s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
- `,t,a)}}}function Xr(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
107
+ `,t,a)}}}function li(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
116
108
  1. You might have mismatching versions of React and the renderer (such as React DOM)
117
109
  2. You might be breaking the Rules of Hooks
118
110
  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 F4(e,t){if(O4)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.
111
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function A4(e,t){if(M4)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.",ge),!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
112
 
121
113
  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 Vf(e,t,a,u,d,h){Sc=h,Rt=t,Co=e!==null?e._debugHookTypes:null,Zu=-1,O4=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=de,e!==null&&e.memoizedState!==null?Oe.current=B7:Co!==null?Oe.current=z7:Oe.current=R7;var y=a(u,d);if(Tm){var C=0;do{if(Tm=!1,Dm=0,C>=hz)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");C+=1,O4=!1,ir=null,or=null,t.updateQueue=null,Zu=-1,Oe.current=I7,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 y7(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 b7(){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,M7=!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 x7(){return{lastEffect:null,stores:null}}function R4(e,t){return typeof t=="function"?t(e):t}function z4(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=kz.bind(null,Rt,h);return[u.memoizedState,y]}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=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 I4(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 RV(e,t,a){}function zV(e,t,a){}function U4(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)||k7(u,t,h)}d.memoizedState=h;var L={value:h,getSnapshot:t};return d.queue=L,W0(C7.bind(null,u,L,e),[e]),u.flags|=en,$m(nr|Dr,E7.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(C7.bind(null,u,L,e),[e]),L.getSnapshot!==t||S||or!==null&&or.memoizedState.tag&nr){u.flags|=en,$m(nr|Dr,E7.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)||k7(u,t,h)}return h}function k7(e,t,a){e.flags|=Gs;var u={getSnapshot:t,value:a},d=Rt.updateQueue;if(d===null)d=x7(),Rt.updateQueue=d,d.stores=[u];else{var h=d.stores;h===null?d.stores=[u]:h.push(u)}}function E7(e,t,a,u){t.value=a,t.getSnapshot=u,_7(t)&&S7(e)}function C7(e,t,a){var u=function(){_7(t)&&S7(e)};return a(u)}function _7(e){var t=e.getSnapshot,a=e.value;try{var u=t();return!Ve(a,u)}catch{return!0}}function S7(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:R4,lastRenderedState:e};t.queue=a;var u=a.dispatch=Ez.bind(null,Rt,a);return[t.memoizedState,u]}function H4(e){return B4(R4)}function V4(e){return I4(R4)}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=x7(),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 K4(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(F4(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 j4(e,t){return Pm(st,Al,e,t)}function G0(e,t){return j0(st,Al,e,t)}function W4(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 w7(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 G4(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,w7.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,w7.bind(null,t,e),u)}function yz(e,t){}var Q0=yz;function Y4(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(F4(u,h))return d[0]}return a.memoizedState=[e,u],e}function q4(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(F4(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 T7(e){var t=_o(),a=ir,u=a.memoizedState;return $7(t,u,e)}function D7(e){var t=_o();if(ir===null)return t.memoizedState=e,e;var a=ir.memoizedState;return $7(t,a,e)}function $7(e,t,a){var u=!nk(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 bz(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 X4(){var e=V0(!1),t=e[0],a=e[1],u=bz.bind(null,a),d=Ol();return d.memoizedState=u,[t,u]}function P7(){var e=H4(),t=e[0],a=_o(),u=a.memoizedState;return[t,u]}function L7(){var e=V4(),t=e[0],a=_o(),u=a.memoizedState;return[t,u]}var M7=!1;function xz(){return M7}function Z4(){var e=Ol(),t=yb(),a=t.identifierPrefix,u;if(Tr()){var d=AR();u=":"+a+"R"+d;var h=Dm++;h>0&&(u+="H"+h.toString(32)),u+=":"}else{var y=mz++;u=":"+a+"r"+y.toString(32)+":"}return e.memoizedState=u,u}function J0(){var e=_o(),t=e.memoizedState;return t}function kz(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(N7(e))A7(t,d);else{var h=X6(e,t,d,u);if(h!==null){var y=fi();sr(h,e,u,y),O7(h,t,u)}}F7(e,u)}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(N7(e))A7(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)){ez(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),O7(N,t,u)}}F7(e,u)}function N7(e){var t=e.alternate;return e===Rt||t!==null&&t===Rt}function A7(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 O7(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 F7(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},R7=null,z7=null,B7=null,I7=null,Fl=null,Jo=null,tb=null;{var J4=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")};R7={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Pt(),Hf(t),Y4(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),G4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Pt(),Hf(t),j4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Pt(),Hf(t),W4(e,t)},useMemo:function(e,t){ve="useMemo",Pt(),Hf(t);var a=Oe.current;Oe.current=Fl;try{return q4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Pt();var u=Oe.current;Oe.current=Fl;try{return z4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Pt(),K4(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(),X4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Pt(),U4(e,t,a)},useId:function(){return ve="useId",Pt(),Z4()},unstable_isNewReconciler:pe},z7={readContext:function(e){return Gn(e)},useCallback:function(e,t){return ve="useCallback",Le(),Y4(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(),G4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",Le(),j4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",Le(),W4(e,t)},useMemo:function(e,t){ve="useMemo",Le();var a=Oe.current;Oe.current=Fl;try{return q4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",Le();var u=Oe.current;Oe.current=Fl;try{return z4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",Le(),K4(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(),X4()},useMutableSource:function(e,t,a){return ve="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",Le(),U4(e,t,a)},useId:function(){return ve="useId",Le(),Z4()},unstable_isNewReconciler:pe},B7={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 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=Jo;try{return H4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),T7(e)},useTransition:function(){return ve="useTransition",Le(),P7()},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},I7={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 I4(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 V4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",Le(),D7(e)},useTransition:function(){return ve="useTransition",Le(),L7()},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 J4(),Gn(e)},useCallback:function(e,t){return ve="useCallback",lt(),Pt(),Y4(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(),G4(e,t,a)},useInsertionEffect:function(e,t){return ve="useInsertionEffect",lt(),Pt(),j4(e,t)},useLayoutEffect:function(e,t){return ve="useLayoutEffect",lt(),Pt(),W4(e,t)},useMemo:function(e,t){ve="useMemo",lt(),Pt();var a=Oe.current;Oe.current=Fl;try{return q4(e,t)}finally{Oe.current=a}},useReducer:function(e,t,a){ve="useReducer",lt(),Pt();var u=Oe.current;Oe.current=Fl;try{return z4(e,t,a)}finally{Oe.current=u}},useRef:function(e){return ve="useRef",lt(),Pt(),K4(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(),X4()},useMutableSource:function(e,t,a){return ve="useMutableSource",lt(),Pt(),void 0},useSyncExternalStore:function(e,t,a){return ve="useSyncExternalStore",lt(),Pt(),U4(e,t,a)},useId:function(){return ve="useId",lt(),Pt(),Z4()},unstable_isNewReconciler:pe},Jo={readContext:function(e){return J4(),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(),T7(e)},useTransition:function(){return ve="useTransition",lt(),Le(),P7()},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 J4(),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 I4(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 V4(e)}finally{Oe.current=t}},useDebugValue:function(e,t){return ve="useDebugValue",lt(),Le(),Q0()},useDeferredValue:function(e){return ve="useDeferredValue",lt(),Le(),D7(e)},useTransition:function(){return ve="useTransition",lt(),Le(),L7()},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,U7=0,nb=-1,Mm=-1,rb=-1,e3=!1,ib=!1;function H7(){return e3}function Cz(){ib=!0}function _z(){e3=!1,ib=!1}function Sz(){e3=ib,ib=!1}function V7(){return U7}function K7(){U7=Ju()}function t3(e){Mm=Ju(),e.actualStartTime<0&&(e.actualStartTime=Ju())}function j7(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 n3(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 r3(){rb=Ju()}function i3(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 o3(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function wz(e,t){return!0}function l3(e,t){try{var a=wz(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
- `+y+`
114
+ Incoming: %s`,ge,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!_e(e[a],t[a]))return!1;return!0}function op(e,t,a,u,f,m){Bc=m,Wt=t,No=e!==null?e._debugHookTypes:null,ns=-1,M4=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=xe,e!==null&&e.memoizedState!==null?Ie.current=KD:No!==null?Ie.current=VD:Ie.current=UD;var b=a(u,f);if(Hh){var _=0;do{if(Hh=!1,jh=0,_>=vz)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");_+=1,M4=!1,ar=null,ur=null,t.updateQueue=null,ns=-1,Ie.current=HD,b=a(u,f)}while(Hh)}Ie.current=fb,t._debugHookTypes=No;var w=ar!==null&&ar.next!==null;if(Bc=xe,Wt=null,ar=null,ur=null,ge=null,No=null,ns=-1,e!==null&&(e.flags&Tn)!==(t.flags&Tn)&&(e.mode&ht)!==Ze&&p("Internal React error: Expected static flag was missing. Please notify the React team."),J0=!1,w)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return b}function lp(){var e=jh!==0;return jh=0,e}function ED(e,t,a){t.updateQueue=e.updateQueue,(t.mode&$t)!==Ze?t.flags&=-50333701:t.flags&=-2053,e.lanes=fc(e.lanes,a)}function CD(){if(Ie.current=fb,J0){for(var e=Wt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}J0=!1}Bc=xe,Wt=null,ar=null,ur=null,No=null,ns=-1,ge=null,FD=!1,Hh=!1,jh=0}function Kl(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ur===null?Wt.memoizedState=ur=e:ur=ur.next=e,ur}function Lo(){var e;if(ar===null){var t=Wt.alternate;t!==null?e=t.memoizedState:e=null}else e=ar.next;var a;if(ur===null?a=Wt.memoizedState:a=ur.next,a!==null)ur=a,a=ur.next,ar=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");ar=e;var u={memoizedState:ar.memoizedState,baseState:ar.baseState,baseQueue:ar.baseQueue,queue:ar.queue,next:null};ur===null?Wt.memoizedState=ur=u:ur=ur.next=u}return ur}function _D(){return{lastEffect:null,stores:null}}function O4(e,t){return typeof t=="function"?t(e):t}function F4(e,t,a){var u=Kl(),f;a!==void 0?f=a(t):f=t,u.memoizedState=u.baseState=f;var m={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:e,lastRenderedState:f};u.queue=m;var b=m.dispatch=bz.bind(null,Wt,m);return[u.memoizedState,b]}function R4(e,t,a){var u=Lo(),f=u.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var m=ar,b=m.baseQueue,_=f.pending;if(_!==null){if(b!==null){var w=b.next,L=_.next;b.next=L,_.next=w}m.baseQueue!==b&&p("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),m.baseQueue=b=_,f.pending=null}if(b!==null){var A=b.next,Q=m.baseState,Y=null,oe=null,se=null,fe=A;do{var Oe=fe.lane;if(Fa(Bc,Oe)){if(se!==null){var qe={lane:Tt,action:fe.action,hasEagerState:fe.hasEagerState,eagerState:fe.eagerState,next:null};se=se.next=qe}if(fe.hasEagerState)Q=fe.eagerState;else{var St=fe.action;Q=e(Q,St)}}else{var et={lane:Oe,action:fe.action,hasEagerState:fe.hasEagerState,eagerState:fe.eagerState,next:null};se===null?(oe=se=et,Y=Q):se=se.next=et,Wt.lanes=pt(Wt.lanes,Oe),fm(Oe)}fe=fe.next}while(fe!==null&&fe!==A);se===null?Y=Q:se.next=oe,_e(Q,u.memoizedState)||em(),u.memoizedState=Q,u.baseState=Y,u.baseQueue=se,f.lastRenderedState=Q}var bt=f.interleaved;if(bt!==null){var te=bt;do{var pe=te.lane;Wt.lanes=pt(Wt.lanes,pe),fm(pe),te=te.next}while(te!==bt)}else b===null&&(f.lanes=xe);var ne=f.dispatch;return[u.memoizedState,ne]}function z4(e,t,a){var u=Lo(),f=u.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var m=f.dispatch,b=f.pending,_=u.memoizedState;if(b!==null){f.pending=null;var w=b.next,L=w;do{var A=L.action;_=e(_,A),L=L.next}while(L!==w);_e(_,u.memoizedState)||em(),u.memoizedState=_,u.baseQueue===null&&(u.baseState=_),f.lastRenderedState=_}return[_,m]}function MK(e,t,a){}function AK(e,t,a){}function I4(e,t,a){var u=Wt,f=Kl(),m,b=Mr();if(b){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");m=a(),rp||m!==a()&&(p("The result of getServerSnapshot should be cached to avoid an infinite loop"),rp=!0)}else{if(m=t(),!rp){var _=t();_e(m,_)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),rp=!0)}var w=Nb();if(w===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Cf(w,Bc)||SD(u,t,m)}f.memoizedState=m;var L={value:m,getSnapshot:t};return f.queue=L,ib(TD.bind(null,u,L,e),[e]),u.flags|=Yr,Wh(or|Ar,wD.bind(null,u,L,m,t),void 0,null),m}function eb(e,t,a){var u=Wt,f=Lo(),m=t();if(!rp){var b=t();_e(m,b)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),rp=!0)}var _=f.memoizedState,w=!_e(_,m);w&&(f.memoizedState=m,em());var L=f.queue;if(Yh(TD.bind(null,u,L,e),[e]),L.getSnapshot!==t||w||ur!==null&&ur.memoizedState.tag&or){u.flags|=Yr,Wh(or|Ar,wD.bind(null,u,L,m,t),void 0,null);var A=Nb();if(A===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Cf(A,Bc)||SD(u,t,m)}return m}function SD(e,t,a){e.flags|=Mu;var u={getSnapshot:t,value:a},f=Wt.updateQueue;if(f===null)f=_D(),Wt.updateQueue=f,f.stores=[u];else{var m=f.stores;m===null?f.stores=[u]:m.push(u)}}function wD(e,t,a,u){t.value=a,t.getSnapshot=u,DD(t)&&$D(e)}function TD(e,t,a){var u=function(){DD(t)&&$D(e)};return a(u)}function DD(e){var t=e.getSnapshot,a=e.value;try{var u=t();return!_e(a,u)}catch{return!0}}function $D(e){var t=Bi(e,ot);t!==null&&fr(t,e,ot,Xt)}function tb(e){var t=Kl();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:O4,lastRenderedState:e};t.queue=a;var u=a.dispatch=xz.bind(null,Wt,a);return[t.memoizedState,u]}function B4(e){return R4(O4)}function U4(e){return z4(O4)}function Wh(e,t,a,u){var f={tag:e,create:t,destroy:a,deps:u,next:null},m=Wt.updateQueue;if(m===null)m=_D(),Wt.updateQueue=m,m.lastEffect=f.next=f;else{var b=m.lastEffect;if(b===null)m.lastEffect=f.next=f;else{var _=b.next;b.next=f,f.next=_,m.lastEffect=f}}return f}function V4(e){var t=Kl();{var a={current:e};return t.memoizedState=a,a}}function nb(e){var t=Lo();return t.memoizedState}function Gh(e,t,a,u){var f=Kl(),m=u===void 0?null:u;Wt.flags|=e,f.memoizedState=Wh(or|t,a,void 0,m)}function rb(e,t,a,u){var f=Lo(),m=u===void 0?null:u,b=void 0;if(ar!==null){var _=ar.memoizedState;if(b=_.destroy,m!==null){var w=_.deps;if(A4(m,w)){f.memoizedState=Wh(t,a,b,m);return}}}Wt.flags|=e,f.memoizedState=Wh(or|t,a,b,m)}function ib(e,t){return(Wt.mode&$t)!==Ze?Gh(bo|Yr|qd,Ar,e,t):Gh(Yr|qd,Ar,e,t)}function Yh(e,t){return rb(Yr,Ar,e,t)}function K4(e,t){return Gh(Et,Vl,e,t)}function ob(e,t){return rb(Et,Vl,e,t)}function H4(e,t){var a=Et;return a|=Ho,(Wt.mode&$t)!==Ze&&(a|=_l),Gh(a,lr,e,t)}function lb(e,t){return rb(Et,lr,e,t)}function PD(e,t){if(typeof t=="function"){var a=t,u=e();return a(u),function(){a(null)}}else if(t!=null){var f=t;f.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(f).join(", ")+"}");var m=e();return f.current=m,function(){f.current=null}}}function j4(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,f=Et;return f|=Ho,(Wt.mode&$t)!==Ze&&(f|=_l),Gh(f,lr,PD.bind(null,t,e),u)}function ab(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 rb(Et,lr,PD.bind(null,t,e),u)}function mz(e,t){}var ub=mz;function W4(e,t){var a=Kl(),u=t===void 0?null:t;return a.memoizedState=[e,u],e}function sb(e,t){var a=Lo(),u=t===void 0?null:t,f=a.memoizedState;if(f!==null&&u!==null){var m=f[1];if(A4(u,m))return f[0]}return a.memoizedState=[e,u],e}function G4(e,t){var a=Kl(),u=t===void 0?null:t,f=e();return a.memoizedState=[f,u],f}function cb(e,t){var a=Lo(),u=t===void 0?null:t,f=a.memoizedState;if(f!==null&&u!==null){var m=f[1];if(A4(u,m))return f[0]}var b=e();return a.memoizedState=[b,u],b}function Y4(e){var t=Kl();return t.memoizedState=e,e}function ND(e){var t=Lo(),a=ar,u=a.memoizedState;return MD(t,u,e)}function LD(e){var t=Lo();if(ar===null)return t.memoizedState=e,e;var a=ar.memoizedState;return MD(t,a,e)}function MD(e,t,a){var u=!Qv(Bc);if(u){if(!_e(a,t)){var f=Jv();Wt.lanes=pt(Wt.lanes,f),fm(f),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,em()),e.memoizedState=a,a}function gz(e,t,a){var u=Ri();Pn(Uy(u,Co)),e(!0);var f=Kh.transition;Kh.transition={};var m=Kh.transition;Kh.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Pn(u),Kh.transition=f,f===null&&m._updatedFibers){var b=m._updatedFibers.size;b>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 q4(){var e=tb(!1),t=e[0],a=e[1],u=gz.bind(null,a),f=Kl();return f.memoizedState=u,[t,u]}function AD(){var e=B4(),t=e[0],a=Lo(),u=a.memoizedState;return[t,u]}function OD(){var e=U4(),t=e[0],a=Lo(),u=a.memoizedState;return[t,u]}var FD=!1;function yz(){return FD}function Q4(){var e=Kl(),t=Nb(),a=t.identifierPrefix,u;if(Mr()){var f=OR();u=":"+a+"R"+f;var m=jh++;m>0&&(u+="H"+m.toString(32)),u+=":"}else{var b=pz++;u=":"+a+"r"+b.toString(32)+":"}return e.memoizedState=u,u}function db(){var e=Lo(),t=e.memoizedState;return t}function bz(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=as(e),f={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(RD(e))zD(t,f);else{var m=fD(e,t,f,u);if(m!==null){var b=gi();fr(m,e,u,b),ID(m,t,u)}}BD(e,u)}function xz(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=as(e),f={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(RD(e))zD(t,f);else{var m=e.alternate;if(e.lanes===xe&&(m===null||m.lanes===xe)){var b=t.lastRenderedReducer;if(b!==null){var _;_=Ie.current,Ie.current=rl;try{var w=t.lastRenderedState,L=b(w,a);if(f.hasEagerState=!0,f.eagerState=L,_e(L,w)){iz(e,t,f,u);return}}catch{}finally{Ie.current=_}}}var A=fD(e,t,f,u);if(A!==null){var Q=gi();fr(A,e,u,Q),ID(A,t,u)}}BD(e,u)}function RD(e){var t=e.alternate;return e===Wt||t!==null&&t===Wt}function zD(e,t){Hh=J0=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function ID(e,t,a){if(Zv(a)){var u=t.lanes;u=eh(u,e.pendingLanes);var f=pt(u,a);t.lanes=f,Sf(e,f)}}function BD(e,t,a){nc(e,t)}var fb={readContext:Xn,useCallback:li,useContext:li,useEffect:li,useImperativeHandle:li,useInsertionEffect:li,useLayoutEffect:li,useMemo:li,useReducer:li,useRef:li,useState:li,useDebugValue:li,useDeferredValue:li,useTransition:li,useMutableSource:li,useSyncExternalStore:li,useId:li,unstable_isNewReconciler:X},UD=null,VD=null,KD=null,HD=null,Hl=null,rl=null,pb=null;{var X4=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().")},st=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")};UD={readContext:function(e){return Xn(e)},useCallback:function(e,t){return ge="useCallback",Rt(),ip(t),W4(e,t)},useContext:function(e){return ge="useContext",Rt(),Xn(e)},useEffect:function(e,t){return ge="useEffect",Rt(),ip(t),ib(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",Rt(),ip(a),j4(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",Rt(),ip(t),K4(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",Rt(),ip(t),H4(e,t)},useMemo:function(e,t){ge="useMemo",Rt(),ip(t);var a=Ie.current;Ie.current=Hl;try{return G4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",Rt();var u=Ie.current;Ie.current=Hl;try{return F4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",Rt(),V4(e)},useState:function(e){ge="useState",Rt();var t=Ie.current;Ie.current=Hl;try{return tb(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",Rt(),void 0},useDeferredValue:function(e){return ge="useDeferredValue",Rt(),Y4(e)},useTransition:function(){return ge="useTransition",Rt(),q4()},useMutableSource:function(e,t,a){return ge="useMutableSource",Rt(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",Rt(),I4(e,t,a)},useId:function(){return ge="useId",Rt(),Q4()},unstable_isNewReconciler:X},VD={readContext:function(e){return Xn(e)},useCallback:function(e,t){return ge="useCallback",Le(),W4(e,t)},useContext:function(e){return ge="useContext",Le(),Xn(e)},useEffect:function(e,t){return ge="useEffect",Le(),ib(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",Le(),j4(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",Le(),K4(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",Le(),H4(e,t)},useMemo:function(e,t){ge="useMemo",Le();var a=Ie.current;Ie.current=Hl;try{return G4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",Le();var u=Ie.current;Ie.current=Hl;try{return F4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",Le(),V4(e)},useState:function(e){ge="useState",Le();var t=Ie.current;Ie.current=Hl;try{return tb(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",Le(),void 0},useDeferredValue:function(e){return ge="useDeferredValue",Le(),Y4(e)},useTransition:function(){return ge="useTransition",Le(),q4()},useMutableSource:function(e,t,a){return ge="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",Le(),I4(e,t,a)},useId:function(){return ge="useId",Le(),Q4()},unstable_isNewReconciler:X},KD={readContext:function(e){return Xn(e)},useCallback:function(e,t){return ge="useCallback",Le(),sb(e,t)},useContext:function(e){return ge="useContext",Le(),Xn(e)},useEffect:function(e,t){return ge="useEffect",Le(),Yh(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",Le(),ab(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",Le(),ob(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",Le(),lb(e,t)},useMemo:function(e,t){ge="useMemo",Le();var a=Ie.current;Ie.current=rl;try{return cb(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",Le();var u=Ie.current;Ie.current=rl;try{return R4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",Le(),nb()},useState:function(e){ge="useState",Le();var t=Ie.current;Ie.current=rl;try{return B4(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",Le(),ub()},useDeferredValue:function(e){return ge="useDeferredValue",Le(),ND(e)},useTransition:function(){return ge="useTransition",Le(),AD()},useMutableSource:function(e,t,a){return ge="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",Le(),eb(e,t)},useId:function(){return ge="useId",Le(),db()},unstable_isNewReconciler:X},HD={readContext:function(e){return Xn(e)},useCallback:function(e,t){return ge="useCallback",Le(),sb(e,t)},useContext:function(e){return ge="useContext",Le(),Xn(e)},useEffect:function(e,t){return ge="useEffect",Le(),Yh(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",Le(),ab(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",Le(),ob(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",Le(),lb(e,t)},useMemo:function(e,t){ge="useMemo",Le();var a=Ie.current;Ie.current=pb;try{return cb(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",Le();var u=Ie.current;Ie.current=pb;try{return z4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",Le(),nb()},useState:function(e){ge="useState",Le();var t=Ie.current;Ie.current=pb;try{return U4(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",Le(),ub()},useDeferredValue:function(e){return ge="useDeferredValue",Le(),LD(e)},useTransition:function(){return ge="useTransition",Le(),OD()},useMutableSource:function(e,t,a){return ge="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",Le(),eb(e,t)},useId:function(){return ge="useId",Le(),db()},unstable_isNewReconciler:X},Hl={readContext:function(e){return X4(),Xn(e)},useCallback:function(e,t){return ge="useCallback",st(),Rt(),W4(e,t)},useContext:function(e){return ge="useContext",st(),Rt(),Xn(e)},useEffect:function(e,t){return ge="useEffect",st(),Rt(),ib(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",st(),Rt(),j4(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",st(),Rt(),K4(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",st(),Rt(),H4(e,t)},useMemo:function(e,t){ge="useMemo",st(),Rt();var a=Ie.current;Ie.current=Hl;try{return G4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",st(),Rt();var u=Ie.current;Ie.current=Hl;try{return F4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",st(),Rt(),V4(e)},useState:function(e){ge="useState",st(),Rt();var t=Ie.current;Ie.current=Hl;try{return tb(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",st(),Rt(),void 0},useDeferredValue:function(e){return ge="useDeferredValue",st(),Rt(),Y4(e)},useTransition:function(){return ge="useTransition",st(),Rt(),q4()},useMutableSource:function(e,t,a){return ge="useMutableSource",st(),Rt(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",st(),Rt(),I4(e,t,a)},useId:function(){return ge="useId",st(),Rt(),Q4()},unstable_isNewReconciler:X},rl={readContext:function(e){return X4(),Xn(e)},useCallback:function(e,t){return ge="useCallback",st(),Le(),sb(e,t)},useContext:function(e){return ge="useContext",st(),Le(),Xn(e)},useEffect:function(e,t){return ge="useEffect",st(),Le(),Yh(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",st(),Le(),ab(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",st(),Le(),ob(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",st(),Le(),lb(e,t)},useMemo:function(e,t){ge="useMemo",st(),Le();var a=Ie.current;Ie.current=rl;try{return cb(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",st(),Le();var u=Ie.current;Ie.current=rl;try{return R4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",st(),Le(),nb()},useState:function(e){ge="useState",st(),Le();var t=Ie.current;Ie.current=rl;try{return B4(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",st(),Le(),ub()},useDeferredValue:function(e){return ge="useDeferredValue",st(),Le(),ND(e)},useTransition:function(){return ge="useTransition",st(),Le(),AD()},useMutableSource:function(e,t,a){return ge="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",st(),Le(),eb(e,t)},useId:function(){return ge="useId",st(),Le(),db()},unstable_isNewReconciler:X},pb={readContext:function(e){return X4(),Xn(e)},useCallback:function(e,t){return ge="useCallback",st(),Le(),sb(e,t)},useContext:function(e){return ge="useContext",st(),Le(),Xn(e)},useEffect:function(e,t){return ge="useEffect",st(),Le(),Yh(e,t)},useImperativeHandle:function(e,t,a){return ge="useImperativeHandle",st(),Le(),ab(e,t,a)},useInsertionEffect:function(e,t){return ge="useInsertionEffect",st(),Le(),ob(e,t)},useLayoutEffect:function(e,t){return ge="useLayoutEffect",st(),Le(),lb(e,t)},useMemo:function(e,t){ge="useMemo",st(),Le();var a=Ie.current;Ie.current=rl;try{return cb(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ge="useReducer",st(),Le();var u=Ie.current;Ie.current=rl;try{return z4(e,t,a)}finally{Ie.current=u}},useRef:function(e){return ge="useRef",st(),Le(),nb()},useState:function(e){ge="useState",st(),Le();var t=Ie.current;Ie.current=rl;try{return U4(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ge="useDebugValue",st(),Le(),ub()},useDeferredValue:function(e){return ge="useDeferredValue",st(),Le(),LD(e)},useTransition:function(){return ge="useTransition",st(),Le(),OD()},useMutableSource:function(e,t,a){return ge="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ge="useSyncExternalStore",st(),Le(),eb(e,t)},useId:function(){return ge="useId",st(),Le(),db()},unstable_isNewReconciler:X}}var rs=n.unstable_now,jD=0,vb=-1,qh=-1,hb=-1,Z4=!1,mb=!1;function WD(){return Z4}function kz(){mb=!0}function Ez(){Z4=!1,mb=!1}function Cz(){Z4=mb,mb=!1}function GD(){return jD}function YD(){jD=rs()}function J4(e){qh=rs(),e.actualStartTime<0&&(e.actualStartTime=rs())}function qD(e){qh=-1}function gb(e,t){if(qh>=0){var a=rs()-qh;e.actualDuration+=a,t&&(e.selfBaseDuration=a),qh=-1}}function jl(e){if(vb>=0){var t=rs()-vb;vb=-1;for(var a=e.return;a!==null;){switch(a.tag){case S:var u=a.stateNode;u.effectDuration+=t;return;case K:var f=a.stateNode;f.effectDuration+=t;return}a=a.return}}}function eE(e){if(hb>=0){var t=rs()-hb;hb=-1;for(var a=e.return;a!==null;){switch(a.tag){case S:var u=a.stateNode;u!==null&&(u.passiveEffectDuration+=t);return;case K:var f=a.stateNode;f!==null&&(f.passiveEffectDuration+=t);return}a=a.return}}}function Wl(){vb=rs()}function tE(){hb=rs()}function nE(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function il(e,t){if(e&&e.defaultProps){var a=kt({},t),u=e.defaultProps;for(var f in u)a[f]===void 0&&(a[f]=u[f]);return a}return t}var rE={},iE,oE,lE,aE,uE,QD,yb,sE,cE,dE,Qh;{iE=new Set,oE=new Set,lE=new Set,aE=new Set,sE=new Set,uE=new Set,cE=new Set,dE=new Set,Qh=new Set;var XD=new Set;yb=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;XD.has(a)||(XD.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},QD=function(e,t){if(t===void 0){var a=Bt(e)||"Component";uE.has(a)||(uE.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(rE,"_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(rE)}function fE(e,t,a,u){var f=e.memoizedState,m=a(u,f);{if(e.mode&jt){an(!0);try{m=a(u,f)}finally{an(!1)}}QD(t,m)}var b=m==null?f:kt({},f,m);if(e.memoizedState=b,e.lanes===xe){var _=e.updateQueue;_.baseState=b}}var pE={isMounted:Sy,enqueueSetState:function(e,t,a){var u=Lu(e),f=gi(),m=as(u),b=Ya(f,m);b.payload=t,a!=null&&(yb(a,"setState"),b.callback=a);var _=Ju(u,b,m);_!==null&&(fr(_,u,m,f),G0(_,u,m)),nc(u,m)},enqueueReplaceState:function(e,t,a){var u=Lu(e),f=gi(),m=as(u),b=Ya(f,m);b.tag=vD,b.payload=t,a!=null&&(yb(a,"replaceState"),b.callback=a);var _=Ju(u,b,m);_!==null&&(fr(_,u,m,f),G0(_,u,m)),nc(u,m)},enqueueForceUpdate:function(e,t){var a=Lu(e),u=gi(),f=as(a),m=Ya(u,f);m.tag=H0,t!=null&&(yb(t,"forceUpdate"),m.callback=t);var b=Ju(a,m,f);b!==null&&(fr(b,a,f,u),G0(b,a,f)),nf(a,f)}};function ZD(e,t,a,u,f,m,b){var _=e.stateNode;if(typeof _.shouldComponentUpdate=="function"){var w=_.shouldComponentUpdate(u,m,b);{if(e.mode&jt){an(!0);try{w=_.shouldComponentUpdate(u,m,b)}finally{an(!1)}}w===void 0&&p("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Bt(t)||"Component")}return w}return t.prototype&&t.prototype.isPureReactComponent?!He(a,u)||!He(f,m):!0}function _z(e,t,a){var u=e.stateNode;{var f=Bt(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?",f):p("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",f)),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?",f),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.",f),u.propTypes&&p("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",f),u.contextType&&p("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",f),t.childContextTypes&&!Qh.has(t)&&(e.mode&jt)===Ze&&(Qh.add(t),p(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
115
+
116
+ .Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)),t.contextTypes&&!Qh.has(t)&&(e.mode&jt)===Ze&&(Qh.add(t),p(`%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.
117
+
118
+ Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)),u.contextTypes&&p("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",f),t.contextType&&t.contextTypes&&!cE.has(t)&&(cE.add(t),p("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",f)),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.",f),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.",Bt(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()?",f),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().",f),typeof u.componentWillRecieveProps=="function"&&p("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",f),typeof u.UNSAFE_componentWillRecieveProps=="function"&&p("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",f);var b=u.props!==a;u.props!==void 0&&b&&p("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",f,f),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.",f,f),typeof u.getSnapshotBeforeUpdate=="function"&&typeof u.componentDidUpdate!="function"&&!lE.has(t)&&(lE.add(t),p("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Bt(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.",f),typeof u.getDerivedStateFromError=="function"&&p("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof t.getSnapshotBeforeUpdate=="function"&&p("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",f);var _=u.state;_&&(typeof _!="object"||er(_))&&p("%s.state: must be set to an object or null",f),typeof u.getChildContext=="function"&&typeof t.childContextTypes!="object"&&p("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",f)}}function JD(e,t){t.updater=pE,e.stateNode=t,Ea(t,e),t._reactInternalInstance=rE}function e8(e,t,a){var u=!1,f=oo,m=oo,b=t.contextType;if("contextType"in t){var _=b===null||b!==void 0&&b.$$typeof===Ps&&b._context===void 0;if(!_&&!dE.has(t)){dE.add(t);var w="";b===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 b!="object"?w=" However, it is set to a "+typeof b+".":b.$$typeof===yu?w=" Did you accidentally pass the Context.Provider instead?":b._context!==void 0?w=" Did you accidentally pass the Context.Consumer instead?":w=" However, it is set to an object with keys {"+Object.keys(b).join(", ")+"}.",p("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Bt(t)||"Component",w)}}if(typeof b=="object"&&b!==null)m=Xn(b);else{f=Wf(e,t,!0);var L=t.contextTypes;u=L!=null,m=u?Gf(e,f):oo}var A=new t(a,m);if(e.mode&jt){an(!0);try{A=new t(a,m)}finally{an(!1)}}var Q=e.memoizedState=A.state!==null&&A.state!==void 0?A.state:null;JD(e,A);{if(typeof t.getDerivedStateFromProps=="function"&&Q===null){var Y=Bt(t)||"Component";oE.has(Y)||(oE.add(Y),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.",Y,A.state===null?"null":"undefined",Y))}if(typeof t.getDerivedStateFromProps=="function"||typeof A.getSnapshotBeforeUpdate=="function"){var oe=null,se=null,fe=null;if(typeof A.componentWillMount=="function"&&A.componentWillMount.__suppressDeprecationWarning!==!0?oe="componentWillMount":typeof A.UNSAFE_componentWillMount=="function"&&(oe="UNSAFE_componentWillMount"),typeof A.componentWillReceiveProps=="function"&&A.componentWillReceiveProps.__suppressDeprecationWarning!==!0?se="componentWillReceiveProps":typeof A.UNSAFE_componentWillReceiveProps=="function"&&(se="UNSAFE_componentWillReceiveProps"),typeof A.componentWillUpdate=="function"&&A.componentWillUpdate.__suppressDeprecationWarning!==!0?fe="componentWillUpdate":typeof A.UNSAFE_componentWillUpdate=="function"&&(fe="UNSAFE_componentWillUpdate"),oe!==null||se!==null||fe!==null){var Oe=Bt(t)||"Component",et=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";aE.has(Oe)||(aE.add(Oe),p(`Unsafe legacy lifecycles will not be called for components using new component APIs.
119
+
120
+ %s uses %s but also contains the following legacy lifecycles:%s%s%s
121
+
122
+ The above lifecycles should be removed. Learn more about this warning here:
123
+ https://reactjs.org/link/unsafe-component-lifecycles`,Oe,et,oe!==null?`
124
+ `+oe:"",se!==null?`
125
+ `+se:"",fe!==null?`
126
+ `+fe:""))}}}return u&&K6(e,f,m),A}function Sz(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.",ft(e)||"Component"),pE.enqueueReplaceState(t,t.state,null))}function t8(e,t,a,u){var f=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,u),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,u),t.state!==f){{var m=ft(e)||"Component";iE.has(m)||(iE.add(m),p("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",m))}pE.enqueueReplaceState(t,t.state,null)}}function vE(e,t,a,u){_z(e,t,a);var f=e.stateNode;f.props=a,f.state=e.memoizedState,f.refs={},C4(e);var m=t.contextType;if(typeof m=="object"&&m!==null)f.context=Xn(m);else{var b=Wf(e,t,!0);f.context=Gf(e,b)}{if(f.state===a){var _=Bt(t)||"Component";sE.has(_)||(sE.add(_),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.",_))}e.mode&jt&&tl.recordLegacyContextWarning(e,f),tl.recordUnsafeLifecycleWarnings(e,f)}f.state=e.memoizedState;var w=t.getDerivedStateFromProps;if(typeof w=="function"&&(fE(e,t,w,a),f.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof f.getSnapshotBeforeUpdate!="function"&&(typeof f.UNSAFE_componentWillMount=="function"||typeof f.componentWillMount=="function")&&(Sz(e,f),Y0(e,a,f,u),f.state=e.memoizedState),typeof f.componentDidMount=="function"){var L=Et;L|=Ho,(e.mode&$t)!==Ze&&(L|=_l),e.flags|=L}}function wz(e,t,a,u){var f=e.stateNode,m=e.memoizedProps;f.props=m;var b=f.context,_=t.contextType,w=oo;if(typeof _=="object"&&_!==null)w=Xn(_);else{var L=Wf(e,t,!0);w=Gf(e,L)}var A=t.getDerivedStateFromProps,Q=typeof A=="function"||typeof f.getSnapshotBeforeUpdate=="function";!Q&&(typeof f.UNSAFE_componentWillReceiveProps=="function"||typeof f.componentWillReceiveProps=="function")&&(m!==a||b!==w)&&t8(e,f,a,w),mD();var Y=e.memoizedState,oe=f.state=Y;if(Y0(e,a,f,u),oe=e.memoizedState,m===a&&Y===oe&&!$0()&&!q0()){if(typeof f.componentDidMount=="function"){var se=Et;se|=Ho,(e.mode&$t)!==Ze&&(se|=_l),e.flags|=se}return!1}typeof A=="function"&&(fE(e,t,A,a),oe=e.memoizedState);var fe=q0()||ZD(e,t,m,a,Y,oe,w);if(fe){if(!Q&&(typeof f.UNSAFE_componentWillMount=="function"||typeof f.componentWillMount=="function")&&(typeof f.componentWillMount=="function"&&f.componentWillMount(),typeof f.UNSAFE_componentWillMount=="function"&&f.UNSAFE_componentWillMount()),typeof f.componentDidMount=="function"){var Oe=Et;Oe|=Ho,(e.mode&$t)!==Ze&&(Oe|=_l),e.flags|=Oe}}else{if(typeof f.componentDidMount=="function"){var et=Et;et|=Ho,(e.mode&$t)!==Ze&&(et|=_l),e.flags|=et}e.memoizedProps=a,e.memoizedState=oe}return f.props=a,f.state=oe,f.context=w,fe}function Tz(e,t,a,u,f){var m=t.stateNode;hD(e,t);var b=t.memoizedProps,_=t.type===t.elementType?b:il(t.type,b);m.props=_;var w=t.pendingProps,L=m.context,A=a.contextType,Q=oo;if(typeof A=="object"&&A!==null)Q=Xn(A);else{var Y=Wf(t,a,!0);Q=Gf(t,Y)}var oe=a.getDerivedStateFromProps,se=typeof oe=="function"||typeof m.getSnapshotBeforeUpdate=="function";!se&&(typeof m.UNSAFE_componentWillReceiveProps=="function"||typeof m.componentWillReceiveProps=="function")&&(b!==w||L!==Q)&&t8(t,m,u,Q),mD();var fe=t.memoizedState,Oe=m.state=fe;if(Y0(t,u,m,f),Oe=t.memoizedState,b===w&&fe===Oe&&!$0()&&!q0()&&!W)return typeof m.componentDidUpdate=="function"&&(b!==e.memoizedProps||fe!==e.memoizedState)&&(t.flags|=Et),typeof m.getSnapshotBeforeUpdate=="function"&&(b!==e.memoizedProps||fe!==e.memoizedState)&&(t.flags|=In),!1;typeof oe=="function"&&(fE(t,a,oe,u),Oe=t.memoizedState);var et=q0()||ZD(t,a,_,u,fe,Oe,Q)||W;return et?(!se&&(typeof m.UNSAFE_componentWillUpdate=="function"||typeof m.componentWillUpdate=="function")&&(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(u,Oe,Q),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(u,Oe,Q)),typeof m.componentDidUpdate=="function"&&(t.flags|=Et),typeof m.getSnapshotBeforeUpdate=="function"&&(t.flags|=In)):(typeof m.componentDidUpdate=="function"&&(b!==e.memoizedProps||fe!==e.memoizedState)&&(t.flags|=Et),typeof m.getSnapshotBeforeUpdate=="function"&&(b!==e.memoizedProps||fe!==e.memoizedState)&&(t.flags|=In),t.memoizedProps=u,t.memoizedState=Oe),m.props=u,m.state=Oe,m.context=Q,et}function Uc(e,t){return{value:e,source:t,stack:Cd(t),digest:null}}function hE(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function Dz(e,t){return!0}function mE(e,t){try{var a=Dz(e,t);if(a===!1)return;var u=t.value,f=t.source,m=t.stack,b=m!==null?m:"";if(u!=null&&u._suppressLogging){if(e.tag===C)return;console.error(u)}var _=f?ft(f):null,w=_?"The above error occurred in the <"+_+"> component:":"The above error occurred in one of your React components:",L;if(e.tag===S)L=`Consider adding an error boundary to your tree to customize error handling behavior.
127
+ Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var A=ft(e)||"Anonymous";L="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+A+".")}var Q=w+`
128
+ `+b+`
125
129
 
126
- `+(""+L);console.error(V)}catch(U){setTimeout(function(){throw U})}}var Tz=typeof WeakMap=="function"?WeakMap:Map;function W7(e,t,a){var u=Ua(Kt,a);u.tag=l4,u.payload={element:null};var d=t.value;return u.callback=function(){bI(d),l3(e,t)},u}function a3(e,t,a){var u=Ua(Kt,a);u.tag=l4;var d=e.type.getDerivedStateFromError;if(typeof d=="function"){var h=t.value;u.payload=function(){return d(h)},u.callback=function(){rD(e),l3(e,t)}}var y=e.stateNode;return y!==null&&typeof y.componentDidCatch=="function"&&(u.callback=function(){rD(e),l3(e,t),typeof d!="function"&&gI(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 G7(e,t,a){var u=e.pingCache,d;if(u===null?(u=e.pingCache=new Tz,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=xI.bind(null,e,t,a);er&&Ym(e,a),t.then(h,h)}}function Dz(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 $z(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 Y7(e){var t=e;do{if(t.tag===R&&pz(t))return t;t=t.return}while(t!==null);return null}function q7(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 Pz(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;$z(a),Tr()&&a.mode&pt&&B6();var y=Y7(t);if(y!==null){y.flags&=~fn,q7(y,t,a,e,d),y.mode&pt&&G7(e,h,d),Dz(y,e,h);return}else{if(!Tu(d)){G7(e,h,d),I3();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=Y7(t);if(S!==null){(S.flags&Hn)===Ze&&(S.flags|=fn),q7(S,t,a,e,d),Jk(wc(u,a));return}}u=wc(u,a),sI(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=W7(L,N,V);s4(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=a3(L,ie,Re);s4(L,Je);return}break}L=L.return}while(L!==null)}function Lz(){return null}var Nm=l.ReactCurrentOwner,el=!1,u3,Am,s3,c3,d3,Tc,f3,lb;u3={},Am={},s3={},c3={},d3={},Tc=!1,f3={},lb={};function ci(e,t,a,u){e===null?t.child=p7(t,null,a,u):t.child=Rf(t,e.child,a,u)}function Mz(e,t,a,u){t.child=Rf(t,e.child,null,u),t.child=Rf(t,null,a,u)}function Q7(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?(y7(e,t,d),Ha(e,t,d)):(Tr()&&L&&Gk(t),t.flags|=ml,ci(e,t,S,d),t.child)}function X7(e,t,a,u,d){if(e===null){var h=a.type;if(RI(h)&&a.compare===null&&a.defaultProps===void 0){var y=h;return y=Zf(h),t.tag=ne,t.type=y,m3(t,h),Z7(e,t,y,u,d)}{var C=h.propTypes;C&&Yo(C,u,"prop",Ht(h))}var S=X3(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=k3(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 Z7(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,k3(e,d))(e.flags&Ys)!==Ze&&(el=!0);else return t.lanes=e.lanes,Ha(e,t,d)}return p3(e,t,a,u,d)}function J7(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 Nz(e,t,a){var u=t.pendingProps;return ci(e,t,u,a),t.child}function Az(e,t,a){var u=t.pendingProps.children;return ci(e,t,u,a),t.child}function Oz(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 p3(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?(y7(e,t,d),Ha(e,t,d)):(Tr()&&L&&Gk(t),t.flags|=ml,ci(e,t,S,d),t.child)}function t8(e,t,a,u,d){{switch(ZI(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=a3(t,wc(L,t),N);s4(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),u7(t,a,u),k4(t,a,u,d),se=!0):e===null?se=az(t,a,u,d):se=uz(e,t,a,u,d);var Re=v3(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 v3(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,j7();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?Mz(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),T4(e,t.containerInfo)}function Fz(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;e7(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{IR(t);var U=p7(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(),Jk(d),t.flags|=fn,ci(e,t,a,u),t.child}function Rz(e,t,a){m7(t),e===null&&Zk(t);var u=t.type,d=t.pendingProps,h=e!==null?e.memoizedProps:null,y=d.children,C=Nk(u,d);return C?y=null:h!==null&&Nk(u,h)&&(t.flags|=$t),e8(e,t),ci(e,t,y,a),t.child}function zz(e,t){return e===null&&Zk(t),null}function Bz(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=zI(S),N=Xo(S,d),V;switch(L){case E:return m3(t,S),t.type=S=Zf(S),V=p3(null,t,S,N,u),V;case _:return t.type=S=j3(S),V=t8(null,t,S,N,u),V;case B:return t.type=S=W3(S),V=Q7(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=X7(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 Iz(e,t,a,u,d){ub(e,t),t.tag=_;var h;return Nl(a)?(h=!0,y0(t)):h=!1,Ff(t,d),u7(t,a,u),k4(t,a,u,d),v3(null,t,a,!0,h,d)}function Uz(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";u3[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),u3[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,u4(t),a7(t,C),k4(t,a,d,u),v3(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&&Gk(t),ci(null,t,C,u),m3(t,a),t.child}}function m3(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+=`
130
+ `+(""+L);console.error(Q)}catch(Y){setTimeout(function(){throw Y})}}var $z=typeof WeakMap=="function"?WeakMap:Map;function n8(e,t,a){var u=Ya(Xt,a);u.tag=k4,u.payload={element:null};var f=t.value;return u.callback=function(){kB(f),mE(e,t)},u}function gE(e,t,a){var u=Ya(Xt,a);u.tag=k4;var f=e.type.getDerivedStateFromError;if(typeof f=="function"){var m=t.value;u.payload=function(){return f(m)},u.callback=function(){p7(e),mE(e,t)}}var b=e.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(u.callback=function(){p7(e),mE(e,t),typeof f!="function"&&bB(this);var w=t.value,L=t.stack;this.componentDidCatch(w,{componentStack:L!==null?L:""}),typeof f!="function"&&(ei(e.lanes,ot)||p("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",ft(e)||"Unknown"))}),u}function r8(e,t,a){var u=e.pingCache,f;if(u===null?(u=e.pingCache=new $z,f=new Set,u.set(t,f)):(f=u.get(t),f===void 0&&(f=new Set,u.set(t,f))),!f.has(a)){f.add(a);var m=EB.bind(null,e,t,a);Zr&&pm(e,a),t.then(m,m)}}function Pz(e,t,a,u){var f=e.updateQueue;if(f===null){var m=new Set;m.add(a),e.updateQueue=m}else f.add(a)}function Nz(e,t){var a=e.tag;if((e.mode&ht)===Ze&&(a===k||a===V||a===Z)){var u=e.alternate;u?(e.updateQueue=u.updateQueue,e.memoizedState=u.memoizedState,e.lanes=u.lanes):(e.updateQueue=null,e.memoizedState=null)}}function i8(e){var t=e;do{if(t.tag===U&&dz(t))return t;t=t.return}while(t!==null);return null}function o8(e,t,a,u,f){if((e.mode&ht)===Ze){if(e===t)e.flags|=Gn;else{if(e.flags|=Qe,a.flags|=Yd,a.flags&=-52805,a.tag===C){var m=a.alternate;if(m===null)a.tag=ve;else{var b=Ya(Xt,ot);b.tag=H0,Ju(a,b,ot)}}a.lanes=pt(a.lanes,ot)}return e}return e.flags|=Gn,e.lanes=f,e}function Lz(e,t,a,u,f){if(a.flags|=Qs,Zr&&pm(e,f),u!==null&&typeof u=="object"&&typeof u.then=="function"){var m=u;Nz(a),Mr()&&a.mode&ht&&Q6();var b=i8(t);if(b!==null){b.flags&=~yr,o8(b,t,a,e,f),b.mode&ht&&r8(e,m,f),Pz(b,e,m);return}else{if(!My(f)){r8(e,m,f),QE();return}var _=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=_}}else if(Mr()&&a.mode&ht){Q6();var w=i8(t);if(w!==null){(w.flags&Gn)===Xe&&(w.flags|=yr),o8(w,t,a,e,f),s4(Uc(u,a));return}}u=Uc(u,a),dB(u);var L=t;do{switch(L.tag){case S:{var A=u;L.flags|=Gn;var Q=dc(f);L.lanes=pt(L.lanes,Q);var Y=n8(L,A,Q);_4(L,Y);return}case C:var oe=u,se=L.type,fe=L.stateNode;if((L.flags&Qe)===Xe&&(typeof se.getDerivedStateFromError=="function"||fe!==null&&typeof fe.componentDidCatch=="function"&&!i7(fe))){L.flags|=Gn;var Oe=dc(f);L.lanes=pt(L.lanes,Oe);var et=gE(L,oe,Oe);_4(L,et);return}break}L=L.return}while(L!==null)}function Mz(){return null}var Xh=o.ReactCurrentOwner,ol=!1,yE,Zh,bE,xE,kE,Vc,EE,bb,Jh;yE={},Zh={},bE={},xE={},kE={},Vc=!1,EE={},bb={},Jh={};function hi(e,t,a,u){e===null?t.child=uD(t,null,a,u):t.child=Xf(t,e.child,a,u)}function Az(e,t,a,u){t.child=Xf(t,e.child,null,u),t.child=Xf(t,null,a,u)}function l8(e,t,a,u,f){if(t.type!==t.elementType){var m=a.propTypes;m&&Jo(m,u,"prop",Bt(a))}var b=a.render,_=t.ref,w,L;Jf(t,f),di(t);{if(Xh.current=t,Jn(!0),w=op(e,t,b,u,_,f),L=lp(),t.mode&jt){an(!0);try{w=op(e,t,b,u,_,f),L=lp()}finally{an(!1)}}Jn(!1)}return fi(),e!==null&&!ol?(ED(e,t,f),qa(e,t,f)):(Mr()&&L&&r4(t),t.flags|=eo,hi(e,t,w,f),t.child)}function a8(e,t,a,u,f){if(e===null){var m=a.type;if(IB(m)&&a.compare===null&&a.defaultProps===void 0){var b=m;return b=vp(m),t.tag=Z,t.type=b,SE(t,m),u8(e,t,b,u,f)}{var _=m.propTypes;if(_&&Jo(_,u,"prop",Bt(m)),a.defaultProps!==void 0){var w=Bt(m)||"Unknown";Jh[w]||(p("%s: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.",w),Jh[w]=!0)}}var L=a3(a.type,null,u,t,t.mode,f);return L.ref=t.ref,L.return=t,t.child=L,L}{var A=a.type,Q=A.propTypes;Q&&Jo(Q,u,"prop",Bt(A))}var Y=e.child,oe=NE(e,f);if(!oe){var se=Y.memoizedProps,fe=a.compare;if(fe=fe!==null?fe:He,fe(se,u)&&e.ref===t.ref)return qa(e,t,f)}t.flags|=eo;var Oe=Gc(Y,u);return Oe.ref=t.ref,Oe.return=t,t.child=Oe,Oe}function u8(e,t,a,u,f){if(t.type!==t.elementType){var m=t.elementType;if(m.$$typeof===gr){var b=m,_=b._payload,w=b._init;try{m=w(_)}catch{m=null}var L=m&&m.propTypes;L&&Jo(L,u,"prop",Bt(m))}}if(e!==null){var A=e.memoizedProps;if(He(A,u)&&e.ref===t.ref&&t.type===e.type)if(ol=!1,t.pendingProps=u=A,NE(e,f))(e.flags&Yd)!==Xe&&(ol=!0);else return t.lanes=e.lanes,qa(e,t,f)}return CE(e,t,a,u,f)}function s8(e,t,a){var u=t.pendingProps,f=u.children,m=e!==null?e.memoizedState:null;if(u.mode==="hidden"||R)if((t.mode&ht)===Ze){var b={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=b,Lb(t,a)}else if(ei(a,Jr)){var Q={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=Q;var Y=m!==null?m.baseLanes:a;Lb(t,Y)}else{var _=null,w;if(m!==null){var L=m.baseLanes;w=pt(L,a)}else w=a;t.lanes=t.childLanes=Jr;var A={baseLanes:w,cachePool:_,transitions:null};return t.memoizedState=A,t.updateQueue=null,Lb(t,w),null}else{var oe;m!==null?(oe=pt(m.baseLanes,a),t.memoizedState=null):oe=a,Lb(t,oe)}return hi(e,t,f,a),t.child}function Oz(e,t,a){var u=t.pendingProps;return hi(e,t,u,a),t.child}function Fz(e,t,a){var u=t.pendingProps.children;return hi(e,t,u,a),t.child}function Rz(e,t,a){{t.flags|=Et;{var u=t.stateNode;u.effectDuration=0,u.passiveEffectDuration=0}}var f=t.pendingProps,m=f.children;return hi(e,t,m,a),t.child}function c8(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=vn,t.flags|=Au)}function CE(e,t,a,u,f){if(t.type!==t.elementType){var m=a.propTypes;m&&Jo(m,u,"prop",Bt(a))}var b;{var _=Wf(t,a,!0);b=Gf(t,_)}var w,L;Jf(t,f),di(t);{if(Xh.current=t,Jn(!0),w=op(e,t,a,u,b,f),L=lp(),t.mode&jt){an(!0);try{w=op(e,t,a,u,b,f),L=lp()}finally{an(!1)}}Jn(!1)}return fi(),e!==null&&!ol?(ED(e,t,f),qa(e,t,f)):(Mr()&&L&&r4(t),t.flags|=eo,hi(e,t,w,f),t.child)}function d8(e,t,a,u,f){{switch(eU(t)){case!1:{var m=t.stateNode,b=t.type,_=new b(t.memoizedProps,m.context),w=_.state;m.updater.enqueueSetState(m,w,null);break}case!0:{t.flags|=Qe,t.flags|=Gn;var L=new Error("Simulated error coming from DevTools"),A=dc(f);t.lanes=pt(t.lanes,A);var Q=gE(t,Uc(L,t),A);_4(t,Q);break}}if(t.type!==t.elementType){var Y=a.propTypes;Y&&Jo(Y,u,"prop",Bt(a))}}var oe;Ul(a)?(oe=!0,N0(t)):oe=!1,Jf(t,f);var se=t.stateNode,fe;se===null?(kb(e,t),e8(t,a,u),vE(t,a,u,f),fe=!0):e===null?fe=wz(t,a,u,f):fe=Tz(e,t,a,u,f);var Oe=_E(e,t,a,fe,oe,f);{var et=t.stateNode;fe&&et.props!==u&&(Vc||p("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ft(t)||"a component"),Vc=!0)}return Oe}function _E(e,t,a,u,f,m){c8(e,t);var b=(t.flags&Qe)!==Xe;if(!u&&!b)return f&&W6(t,a,!1),qa(e,t,m);var _=t.stateNode;Xh.current=t;var w;if(b&&typeof a.getDerivedStateFromError!="function")w=null,qD();else{di(t);{if(Jn(!0),w=_.render(),t.mode&jt){an(!0);try{_.render()}finally{an(!1)}}Jn(!1)}fi()}return t.flags|=eo,e!==null&&b?Az(e,t,w,m):hi(e,t,w,m),t.memoizedState=_.state,f&&W6(t,a,!0),t.child}function f8(e){var t=e.stateNode;t.pendingContext?H6(e,t.pendingContext,t.pendingContext!==t.context):t.context&&H6(e,t.context,!1),S4(e,t.containerInfo)}function zz(e,t,a){if(f8(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var u=t.pendingProps,f=t.memoizedState,m=f.element;hD(e,t),Y0(t,u,null,a);var b=t.memoizedState;t.stateNode;var _=b.element;if(f.isDehydrated){var w={element:_,isDehydrated:!1,cache:b.cache,pendingSuspenseBoundaries:b.pendingSuspenseBoundaries,transitions:b.transitions},L=t.updateQueue;if(L.baseState=w,t.memoizedState=w,t.flags&yr){var A=Uc(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 p8(e,t,_,a,A)}else if(_!==m){var Q=Uc(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return p8(e,t,_,a,Q)}else{UR(t);var Y=uD(t,null,_,a);t.child=Y;for(var oe=Y;oe;)oe.flags=oe.flags&~ln|qr,oe=oe.sibling}}else{if(Qf(),_===m)return qa(e,t,a);hi(e,t,_,a)}return t.child}function p8(e,t,a,u,f){return Qf(),s4(f),t.flags|=yr,hi(e,t,a,u),t.child}function Iz(e,t,a){bD(t),e===null&&u4(t);var u=t.type,f=t.pendingProps,m=e!==null?e.memoizedProps:null,b=f.children,_=Kk(u,f);return _?b=null:m!==null&&Kk(u,m)&&(t.flags|=Ni),c8(e,t),hi(e,t,b,a),t.child}function Bz(e,t){return e===null&&u4(t),null}function Uz(e,t,a,u){kb(e,t);var f=t.pendingProps,m=a,b=m._payload,_=m._init,w=_(b);t.type=w;var L=t.tag=BB(w),A=il(w,f),Q;switch(L){case k:return SE(t,w),t.type=w=vp(w),Q=CE(null,t,w,A,u),Q;case C:return t.type=w=t3(w),Q=d8(null,t,w,A,u),Q;case V:return t.type=w=n3(w),Q=l8(null,t,w,A,u),Q;case G:{if(t.type!==t.elementType){var Y=w.propTypes;Y&&Jo(Y,A,"prop",Bt(w))}return Q=a8(null,t,w,il(w.type,A),u),Q}}var oe="";throw w!==null&&typeof w=="object"&&w.$$typeof===gr&&(oe=" 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."+oe))}function Vz(e,t,a,u,f){kb(e,t),t.tag=C;var m;return Ul(a)?(m=!0,N0(t)):m=!1,Jf(t,f),e8(t,a,u),vE(t,a,u,f),_E(null,t,a,!0,m,f)}function Kz(e,t,a,u){kb(e,t);var f=t.pendingProps,m;{var b=Wf(t,a,!1);m=Gf(t,b)}Jf(t,u);var _,w;di(t);{if(a.prototype&&typeof a.prototype.render=="function"){var L=Bt(a)||"Unknown";yE[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),yE[L]=!0)}t.mode&jt&&tl.recordLegacyContextWarning(t,null),Jn(!0),Xh.current=t,_=op(null,t,a,f,m,u),w=lp(),Jn(!1)}if(fi(),t.flags|=eo,typeof _=="object"&&_!==null&&typeof _.render=="function"&&_.$$typeof===void 0){var A=Bt(a)||"Unknown";Zh[A]||(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.",A,A,A),Zh[A]=!0)}if(typeof _=="object"&&_!==null&&typeof _.render=="function"&&_.$$typeof===void 0){{var Q=Bt(a)||"Unknown";Zh[Q]||(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.",Q,Q,Q),Zh[Q]=!0)}t.tag=C,t.memoizedState=null,t.updateQueue=null;var Y=!1;return Ul(a)?(Y=!0,N0(t)):Y=!1,t.memoizedState=_.state!==null&&_.state!==void 0?_.state:null,C4(t),JD(t,_),vE(t,a,f,u),_E(null,t,a,!0,Y,u)}else{if(t.tag=k,t.mode&jt){an(!0);try{_=op(null,t,a,f,m,u),w=lp()}finally{an(!1)}}return Mr()&&w&&r4(t),hi(null,t,_,u),SE(t,a),t.child}}function SE(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=Ti();u&&(a+=`
127
131
 
128
- Check the render method of \``+u+"`.");var d=u||"",h=e._debugSource;h&&(d=h.fileName+":"+h.lineNumber),d3[d]||(d3[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";c3[y]||(p("%s: Function components do not support getDerivedStateFromProps.",y),c3[y]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var C=Ht(t)||"Unknown";s3[C]||(p("%s: Function components do not support contextType.",C),s3[C]=!0)}}}var h3={dehydrated:null,treeContext:null,retryLane:kt};function g3(e){return{baseLanes:e,cachePool:Lz(),transitions:null}}function Hz(e,t){var a=null;return{baseLanes:ct(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function Vz(e,t,a,u){if(t!==null){var d=t.memoizedState;if(d===null)return!1}return P4(e,Sm)}function Kz(e,t){return Du(e.childLanes,t)}function i8(e,t,a){var u=t.pendingProps;JI(t)&&(t.flags|=it);var d=Zo.current,h=!1,y=(t.flags&it)!==Ze;if(y||Vz(d,e)?(h=!0,t.flags&=~it):(e===null||e.memoizedState!==null)&&(d=fz(d,g7)),d=Bf(d),Xu(t,d),e===null){Zk(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=jz(t,L,N,a),U=t.child;return U.memoizedState=g3(a),t.memoizedState=h3,V}else return y3(t,L)}else{var ie=e.memoizedState;if(ie!==null){var le=ie.dehydrated;if(le!==null)return Qz(e,t,y,u,le,ie,a)}if(h){var se=u.fallback,Re=u.children,Je=Gz(e,t,Re,se,a),Ye=t.child,Ct=e.child.memoizedState;return Ye.memoizedState=Ct===null?g3(a):Hz(Ct,a),Ye.childLanes=Kz(e,a),t.memoizedState=h3,Je}else{var bt=u.children,J=Wz(e,t,bt,a);return t.memoizedState=null,J}}}function y3(e,t,a){var u=e.mode,d={mode:"visible",children:t},h=b3(d,u);return h.return=e,e.child=h,h}function jz(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=b3(y,d),S=os(a,d,u,null)),C.return=e,S.return=e,C.sibling=S,e.child=C,S}function b3(e,t,a){return oD(e,t,de,null)}function o8(e,t){return Mc(e,t)}function Wz(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 Gz(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&&Jk(u),Rf(t,e.child,null,a);var d=t.pendingProps,h=d.children,y=y3(t,h);return y.flags|=Gt,t.memoizedState=null,y}function Yz(e,t,a,u,d){var h=t.mode,y={mode:"visible",children:a},C=b3(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):Rk(t)?e.lanes=ba:e.lanes=Gr,null}function Qz(e,t,a,u,d,h,y){if(a)if(t.flags&fn){t.flags&=~fn;var J=o3(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=Yz(e,t,ce,ee,y),ze=t.child;return ze.memoizedState=g3(y),t.memoizedState=h3,Ee}else{if(zR(),(t.mode&pt)===et)return ab(e,t,y,null);if(Rk(d)){var C,S,L;{var N=tR(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=o3(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=ik(le,y);if(se!==kt&&se!==h.retryLane){h.retryLane=se;var Re=Kt;Fi(e,se),sr(le,e,se,Re)}}I3();var Je=o3(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=kI.bind(null,e);return nR(d,Ye),null}else{UR(t,d,h.treeContext);var Ct=u.children,bt=y3(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)),i4(e.return,t,a)}function Xz(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 Zz(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 Jz(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!f3[e])if(f3[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 eB(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 tB(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 x3(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;Jz(d),eB(h,d),tB(y,d),ci(e,t,y,a);var C=Zo.current,S=P4(C,Sm);if(S)C=L4(C,Sm),t.flags|=it;else{var L=e!==null&&(e.flags&it)!==Ze;L&&Xz(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=Zz(t.child),V;N===null?(V=t.child,t.child=null):(V=N.sibling,N.sibling=null),x3(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}x3(t,!0,U,null,h);break}case"together":{x3(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function nB(e,t,a){T4(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 rB(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 XR(t,d,a)}var N=h.children;return ci(e,t,N,a),t.child}var c8=!1;function iB(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),j7(),Gm(t.lanes),Yr(a,t.childLanes)?(sz(e,t),t.child):null}function oB(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 k3(e,t){var a=e.lanes;return!!Yr(a,t)}function lB(e,t,a){switch(t.tag){case w:n8(t),t.stateNode,Af();break;case $:m7(t);break;case _:{var u=t.type;Nl(u)&&y0(t);break}case D:T4(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,J7(e,t,a)}return Ha(e,t,a)}function d8(e,t,a){if(t._debugNeedsRemount&&e!==null)return oB(e,t,X3(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=k3(e,a);if(!h&&(t.flags&it)===Ze)return el=!1,lB(e,t,a);(e.flags&Ys)!==Ze?el=!0:el=!1}}else if(el=!1,Tr()&&MR(t)){var y=t.index,C=NR();z6(t,C,y)}switch(t.lanes=de,t.tag){case T:return Uz(e,t,t.type,a);case M:{var S=t.elementType;return Bz(e,t,S,a)}case E:{var L=t.type,N=t.pendingProps,V=t.elementType===L?N:Xo(L,N);return p3(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 Fz(e,t,a);case $:return Rz(e,t,a);case A:return zz(e,t);case R:return i8(e,t,a);case D:return nB(e,t,a);case B:{var se=t.type,Re=t.pendingProps,Je=t.elementType===se?Re:Xo(se,Re);return Q7(e,t,se,Je,a)}case F:return Nz(e,t,a);case I:return Az(e,t,a);case W:return Oz(e,t,a);case q:return rB(e,t,a);case re:return iB(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),X7(e,t,Ye,bt,a)}case ne:return Z7(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 Iz(e,t,ce,Ee,a)}case G:return u8(e,t,a);case be:break;case Q:return J7(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,E3,v8,m8;p8=function(e,t,a,u){for(var d=t.child;d!==null;){if(d.tag===$||d.tag===A)$F(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}},E3=function(e,t){},v8=function(e,t,a,u,d){var h=e.memoizedProps;if(h!==u){var y=t.stateNode,C=D4(),S=LF(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 aB(e,t,a){if(WR()&&(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(KR(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(Yk(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),Kk(t),N4(),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 E3(e,t),$r(t),null}case $:{$4(t);var S=v7(),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=D4(),V=C0(t);if(V)HR(t,S,N)&&jf(t);else{var U=DF(L,u,S,N,t);p8(U,t,!1,!1),t.stateNode=U,PF(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=v7(),Re=D4(),Je=C0(t);Je?VR(t)&&jf(t):t.stateNode=MF(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=aB(e,t,Ye);if(!Ct)return t.flags&Hn?t:null}if((t.flags&it)!==Ze)return t.lanes=a,(t.mode&tt)!==et&&i3(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||P4(Zo.current,g7)?uI():I3()}}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),E3(e,t),e===null&&SR(t.stateNode.containerInfo),$r(t),null;case q:var Ne=t.type._context;return r4(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=cI()&&(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,cz(t,a),Xu(t,L4(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=L4(Jr,Sm):Jr=Bf(Jr),Xu(t,Jr),vi}return $r(t),null}case be:break;case Q:case oe:{B3(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 uB(e,t,a){switch(Yk(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&&i3(t),t):null}case w:{t.stateNode,zf(t),Kk(t),N4();var h=t.flags;return(h&Hn)!==Ze&&(h&it)===Ze?(t.flags=h&~Hn|it,t):null}case $:return $4(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&&i3(t),t):null}case G:return If(t),null;case D:return zf(t),null;case q:var S=t.type._context;return r4(S,t),null;case Q:case oe:return B3(t),null;case _e:return null;default:return null}}function g8(e,t,a){switch(Yk(t),t.tag){case _:{var u=t.type.childContextTypes;u!=null&&g0(t);break}case w:{t.stateNode,zf(t),Kk(t),N4();break}case $:{$4(t);break}case D:zf(t);break;case R:If(t);break;case G:If(t);break;case q:var d=t.type._context;r4(d,t);break;case Q:case oe:B3(t);break}}var y8=null;y8=new Set;var sb=!1,Pr=!1,sB=typeof WeakSet=="function"?WeakSet:Set,Ke=null,Wf=null,Gf=null;function cB(e){va(null,function(){throw e}),vv()}var dB=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 C3(e,t,a){try{dB(e,a)}catch(u){Xt(e,t,u)}}function fB(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 pB(e,t){wF(e.containerInfo),Ke=t,vB();var a=k8;return k8=!1,a}function vB(){for(;Ke!==null;){var e=Ke,t=e.child;(e.subtreeFlags&xu)!==Ze&&t!==null?(t.return=e,Ke=t):mB()}}function mB(){for(;Ke!==null;){var e=Ke;Ft(e);try{hB(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 hB(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;XF(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=`
132
+ Check the render method of \``+u+"`.");var f=u||"",m=e._debugSource;m&&(f=m.fileName+":"+m.lineNumber),kE[f]||(kE[f]=!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(t.defaultProps!==void 0){var b=Bt(t)||"Unknown";Jh[b]||(p("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",b),Jh[b]=!0)}if(typeof t.getDerivedStateFromProps=="function"){var _=Bt(t)||"Unknown";xE[_]||(p("%s: Function components do not support getDerivedStateFromProps.",_),xE[_]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var w=Bt(t)||"Unknown";bE[w]||(p("%s: Function components do not support contextType.",w),bE[w]=!0)}}}var wE={dehydrated:null,treeContext:null,retryLane:Tt};function TE(e){return{baseLanes:e,cachePool:Mz(),transitions:null}}function Hz(e,t){var a=null;return{baseLanes:pt(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function jz(e,t,a,u){if(t!==null){var f=t.memoizedState;if(f===null)return!1}return D4(e,Vh)}function Wz(e,t){return fc(e.childLanes,t)}function v8(e,t,a){var u=t.pendingProps;tU(t)&&(t.flags|=Qe);var f=nl.current,m=!1,b=(t.flags&Qe)!==Xe;if(b||jz(f,e)?(m=!0,t.flags&=~Qe):(e===null||e.memoizedState!==null)&&(f=cz(f,kD)),f=tp(f),ts(t,f),e===null){u4(t);var _=t.memoizedState;if(_!==null){var w=_.dehydrated;if(w!==null)return Xz(t,w)}var L=u.children,A=u.fallback;if(m){var Q=Gz(t,L,A,a),Y=t.child;return Y.memoizedState=TE(a),t.memoizedState=wE,Q}else return DE(t,L)}else{var oe=e.memoizedState;if(oe!==null){var se=oe.dehydrated;if(se!==null)return Zz(e,t,b,u,se,oe,a)}if(m){var fe=u.fallback,Oe=u.children,et=qz(e,t,Oe,fe,a),qe=t.child,St=e.child.memoizedState;return qe.memoizedState=St===null?TE(a):Hz(St,a),qe.childLanes=Wz(e,a),t.memoizedState=wE,et}else{var bt=u.children,te=Yz(e,t,bt,a);return t.memoizedState=null,te}}}function DE(e,t,a){var u=e.mode,f={mode:"visible",children:t},m=$E(f,u);return m.return=e,e.child=m,m}function Gz(e,t,a,u){var f=e.mode,m=e.child,b={mode:"hidden",children:t},_,w;return(f&ht)===Ze&&m!==null?(_=m,_.childLanes=xe,_.pendingProps=b,e.mode&Dt&&(_.actualDuration=0,_.actualStartTime=-1,_.selfBaseDuration=0,_.treeBaseDuration=0),w=ss(a,f,u,null)):(_=$E(b,f),w=ss(a,f,u,null)),_.return=e,w.return=e,_.sibling=w,e.child=_,w}function $E(e,t,a){return h7(e,t,xe,null)}function h8(e,t){return Gc(e,t)}function Yz(e,t,a,u){var f=e.child,m=f.sibling,b=h8(f,{mode:"visible",children:a});if((t.mode&ht)===Ze&&(b.lanes=u),b.return=t,b.sibling=null,m!==null){var _=t.deletions;_===null?(t.deletions=[m],t.flags|=Pi):_.push(m)}return t.child=b,b}function qz(e,t,a,u,f){var m=t.mode,b=e.child,_=b.sibling,w={mode:"hidden",children:a},L;if((m&ht)===Ze&&t.child!==b){var A=t.child;L=A,L.childLanes=xe,L.pendingProps=w,t.mode&Dt&&(L.actualDuration=0,L.actualStartTime=-1,L.selfBaseDuration=b.selfBaseDuration,L.treeBaseDuration=b.treeBaseDuration),t.deletions=null}else L=h8(b,w),L.subtreeFlags=b.subtreeFlags&Tn;var Q;return _!==null?Q=Gc(_,u):(Q=ss(u,m,f,null),Q.flags|=ln),Q.return=t,L.return=t,L.sibling=Q,t.child=L,Q}function xb(e,t,a,u){u!==null&&s4(u),Xf(t,e.child,null,a);var f=t.pendingProps,m=f.children,b=DE(t,m);return b.flags|=ln,t.memoizedState=null,b}function Qz(e,t,a,u,f){var m=t.mode,b={mode:"visible",children:a},_=$E(b,m),w=ss(u,m,f,null);return w.flags|=ln,_.return=t,w.return=t,_.sibling=w,t.child=_,(t.mode&ht)!==Ze&&Xf(t,e.child,null,f),w}function Xz(e,t,a){return(e.mode&ht)===Ze?(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=ot):Gk(t)?e.lanes=br:e.lanes=Jr,null}function Zz(e,t,a,u,f,m,b){if(a)if(t.flags&yr){t.flags&=~yr;var te=hE(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return xb(e,t,b,te)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=Qe,null;var pe=u.children,ne=u.fallback,Te=Qz(e,t,pe,ne,b),Ue=t.child;return Ue.memoizedState=TE(b),t.memoizedState=wE,Te}else{if(IR(),(t.mode&ht)===Ze)return xb(e,t,b,null);if(Gk(f)){var _,w,L;{var A=nR(f);_=A.digest,w=A.message,L=A.stack}var Q;w?Q=new Error(w):Q=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var Y=hE(Q,_,L);return xb(e,t,b,Y)}var oe=ei(b,e.childLanes);if(ol||oe){var se=Nb();if(se!==null){var fe=nh(se,b);if(fe!==Tt&&fe!==m.retryLane){m.retryLane=fe;var Oe=Xt;Bi(e,fe),fr(se,e,fe,Oe)}}QE();var et=hE(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 xb(e,t,b,et)}else if(z6(f)){t.flags|=Qe,t.child=e.child;var qe=CB.bind(null,e);return rR(f,qe),null}else{VR(t,f,m.treeContext);var St=u.children,bt=DE(t,St);return bt.flags|=qr,bt}}}function m8(e,t,a){e.lanes=pt(e.lanes,t);var u=e.alternate;u!==null&&(u.lanes=pt(u.lanes,t)),b4(e.return,t,a)}function Jz(e,t,a){for(var u=t;u!==null;){if(u.tag===U){var f=u.memoizedState;f!==null&&m8(u,a,e)}else if(u.tag===F)m8(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 eI(e){for(var t=e,a=null;t!==null;){var u=t.alternate;u!==null&&Z0(u)===null&&(a=t),t=t.sibling}return a}function tI(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!EE[e])if(EE[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 nI(e,t){e!==void 0&&!bb[e]&&(e!=="collapsed"&&e!=="hidden"?(bb[e]=!0,p('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(bb[e]=!0,p('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function g8(e,t){{var a=er(e),u=!a&&typeof Qt(e)=="function";if(a||u){var f=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>",f,t,f),!1}}return!0}function rI(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(er(e)){for(var a=0;a<e.length;a++)if(!g8(e[a],a))return}else{var u=Qt(e);if(typeof u=="function"){var f=u.call(e);if(f)for(var m=f.next(),b=0;!m.done;m=f.next()){if(!g8(m.value,b))return;b++}}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 PE(e,t,a,u,f){var m=e.memoizedState;m===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:u,tail:a,tailMode:f}:(m.isBackwards=t,m.rendering=null,m.renderingStartTime=0,m.last=u,m.tail=a,m.tailMode=f)}function y8(e,t,a){var u=t.pendingProps,f=u.revealOrder,m=u.tail,b=u.children;tI(f),nI(m,f),rI(b,f),hi(e,t,b,a);var _=nl.current,w=D4(_,Vh);if(w)_=$4(_,Vh),t.flags|=Qe;else{var L=e!==null&&(e.flags&Qe)!==Xe;L&&Jz(t,t.child,a),_=tp(_)}if(ts(t,_),(t.mode&ht)===Ze)t.memoizedState=null;else switch(f){case"forwards":{var A=eI(t.child),Q;A===null?(Q=t.child,t.child=null):(Q=A.sibling,A.sibling=null),PE(t,!1,Q,A,m);break}case"backwards":{var Y=null,oe=t.child;for(t.child=null;oe!==null;){var se=oe.alternate;if(se!==null&&Z0(se)===null){t.child=oe;break}var fe=oe.sibling;oe.sibling=Y,Y=oe,oe=fe}PE(t,!0,Y,null,m);break}case"together":{PE(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function iI(e,t,a){S4(t,t.stateNode.containerInfo);var u=t.pendingProps;return e===null?t.child=Xf(t,null,u,a):hi(e,t,u,a),t.child}var b8=!1;function oI(e,t,a){var u=t.type,f=u._context,m=t.pendingProps,b=t.memoizedProps,_=m.value;{"value"in m||b8||(b8=!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&&Jo(w,m,"prop","Context.Provider")}if(dD(t,f,_),b!==null){var L=b.value;if(_e(L,_)){if(b.children===m.children&&!$0())return qa(e,t,a)}else tz(t,f,a)}var A=m.children;return hi(e,t,A,a),t.child}var x8=!1;function lI(e,t,a){var u=t.type;u._context===void 0?u!==u.Consumer&&(x8||(x8=!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 f=t.pendingProps,m=f.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."),Jf(t,a);var b=Xn(u);di(t);var _;return Xh.current=t,Jn(!0),_=m(b),Jn(!1),fi(),t.flags|=eo,hi(e,t,_,a),t.child}function em(){ol=!0}function kb(e,t){(t.mode&ht)===Ze&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=ln)}function qa(e,t,a){return e!==null&&(t.dependencies=e.dependencies),qD(),fm(t.lanes),ei(a,t.childLanes)?(JR(e,t),t.child):null}function aI(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 f=u.child;if(f===null)throw new Error("Expected parent to have a child.");for(;f.sibling!==t;)if(f=f.sibling,f===null)throw new Error("Expected to find the previous sibling.");f.sibling=a}var m=u.deletions;return m===null?(u.deletions=[e],u.flags|=Pi):m.push(e),a.flags|=ln,a}}function NE(e,t){var a=e.lanes;return!!ei(a,t)}function uI(e,t,a){switch(t.tag){case S:f8(t),t.stateNode,Qf();break;case $:bD(t);break;case C:{var u=t.type;Ul(u)&&N0(t);break}case D:S4(t,t.stateNode.containerInfo);break;case B:{var f=t.memoizedProps.value,m=t.type._context;dD(t,m,f);break}case K:{var b=ei(a,t.childLanes);b&&(t.flags|=Et);{var _=t.stateNode;_.effectDuration=0,_.passiveEffectDuration=0}}break;case U:{var w=t.memoizedState;if(w!==null){if(w.dehydrated!==null)return ts(t,tp(nl.current)),t.flags|=Qe,null;var L=t.child,A=L.childLanes;if(ei(a,A))return v8(e,t,a);ts(t,tp(nl.current));var Q=qa(e,t,a);return Q!==null?Q.sibling:null}else ts(t,tp(nl.current));break}case F:{var Y=(e.flags&Qe)!==Xe,oe=ei(a,t.childLanes);if(Y){if(oe)return y8(e,t,a);t.flags|=Qe}var se=t.memoizedState;if(se!==null&&(se.rendering=null,se.tail=null,se.lastEffect=null),ts(t,nl.current),oe)break;return null}case le:case ue:return t.lanes=xe,s8(e,t,a)}return qa(e,t,a)}function k8(e,t,a){if(t._debugNeedsRemount&&e!==null)return aI(e,t,a3(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var u=e.memoizedProps,f=t.pendingProps;if(u!==f||$0()||t.type!==e.type)ol=!0;else{var m=NE(e,a);if(!m&&(t.flags&Qe)===Xe)return ol=!1,uI(e,t,a);(e.flags&Yd)!==Xe?ol=!0:ol=!1}}else if(ol=!1,Mr()&&MR(t)){var b=t.index,_=AR();q6(t,_,b)}switch(t.lanes=xe,t.tag){case T:return Kz(e,t,t.type,a);case Se:{var w=t.elementType;return Uz(e,t,w,a)}case k:{var L=t.type,A=t.pendingProps,Q=t.elementType===L?A:il(L,A);return CE(e,t,L,Q,a)}case C:{var Y=t.type,oe=t.pendingProps,se=t.elementType===Y?oe:il(Y,oe);return d8(e,t,Y,se,a)}case S:return zz(e,t,a);case $:return Iz(e,t,a);case N:return Bz(e,t);case U:return v8(e,t,a);case D:return iI(e,t,a);case V:{var fe=t.type,Oe=t.pendingProps,et=t.elementType===fe?Oe:il(fe,Oe);return l8(e,t,fe,et,a)}case M:return Oz(e,t,a);case O:return Fz(e,t,a);case K:return Rz(e,t,a);case B:return oI(e,t,a);case z:return lI(e,t,a);case G:{var qe=t.type,St=t.pendingProps,bt=il(qe,St);if(t.type!==t.elementType){var te=qe.propTypes;te&&Jo(te,bt,"prop",Bt(qe))}return bt=il(qe.type,bt),a8(e,t,qe,bt,a)}case Z:return u8(e,t,t.type,t.pendingProps,a);case ve:{var pe=t.type,ne=t.pendingProps,Te=t.elementType===pe?ne:il(pe,ne);return Vz(e,t,pe,Te,a)}case F:return y8(e,t,a);case ce:break;case le:return s8(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 ap(e){e.flags|=Et}function E8(e){e.flags|=vn,e.flags|=Au}var C8,LE,_8,S8;C8=function(e,t,a,u){for(var f=t.child;f!==null;){if(f.tag===$||f.tag===N)PF(e,f.stateNode);else if(f.tag!==D){if(f.child!==null){f.child.return=f,f=f.child;continue}}if(f===t)return;for(;f.sibling===null;){if(f.return===null||f.return===t)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},LE=function(e,t){},_8=function(e,t,a,u,f){var m=e.memoizedProps;if(m!==u){var b=t.stateNode,_=w4(),w=LF(b,a,m,u,f,_);t.updateQueue=w,w&&ap(t)}},S8=function(e,t,a,u){a!==u&&ap(t)};function tm(e,t){if(!Mr())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 f=e.tail,m=null;f!==null;)f.alternate!==null&&(m=f),f=f.sibling;m===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:m.sibling=null;break}}}function Or(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=xe,u=Xe;if(t){if((e.mode&Dt)!==Ze){for(var w=e.selfBaseDuration,L=e.child;L!==null;)a=pt(a,pt(L.lanes,L.childLanes)),u|=L.subtreeFlags&Tn,u|=L.flags&Tn,w+=L.treeBaseDuration,L=L.sibling;e.treeBaseDuration=w}else for(var A=e.child;A!==null;)a=pt(a,pt(A.lanes,A.childLanes)),u|=A.subtreeFlags&Tn,u|=A.flags&Tn,A.return=e,A=A.sibling;e.subtreeFlags|=u}else{if((e.mode&Dt)!==Ze){for(var f=e.actualDuration,m=e.selfBaseDuration,b=e.child;b!==null;)a=pt(a,pt(b.lanes,b.childLanes)),u|=b.subtreeFlags,u|=b.flags,f+=b.actualDuration,m+=b.treeBaseDuration,b=b.sibling;e.actualDuration=f,e.treeBaseDuration=m}else for(var _=e.child;_!==null;)a=pt(a,pt(_.lanes,_.childLanes)),u|=_.subtreeFlags,u|=_.flags,_.return=e,_=_.sibling;e.subtreeFlags|=u}return e.childLanes=a,t}function sI(e,t,a){if(GR()&&(t.mode&ht)!==Ze&&(t.flags&Qe)===Xe)return nD(t),Qf(),t.flags|=yr|Qs|Gn,!1;var u=F0(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),Or(t),(t.mode&Dt)!==Ze){var f=a!==null;if(f){var m=t.child;m!==null&&(t.treeBaseDuration-=m.treeBaseDuration)}}return!1}else{if(Qf(),(t.flags&Qe)===Xe&&(t.memoizedState=null),t.flags|=Et,Or(t),(t.mode&Dt)!==Ze){var b=a!==null;if(b){var _=t.child;_!==null&&(t.treeBaseDuration-=_.treeBaseDuration)}}return!1}else return rD(),!0}function w8(e,t,a){var u=t.pendingProps;switch(i4(t),t.tag){case T:case Se:case Z:case k:case V:case M:case O:case K:case z:case G:return Or(t),null;case C:{var f=t.type;return Ul(f)&&P0(t),Or(t),null}case S:{var m=t.stateNode;if(ep(t),e4(t),N4(),m.pendingContext&&(m.context=m.pendingContext,m.pendingContext=null),e===null||e.child===null){var b=F0(t);if(b)ap(t);else if(e!==null){var _=e.memoizedState;(!_.isDehydrated||(t.flags&yr)!==Xe)&&(t.flags|=In,rD())}}return LE(e,t),Or(t),null}case $:{T4(t);var w=yD(),L=t.type;if(e!==null&&t.stateNode!=null)_8(e,t,L,u,w),e.ref!==t.ref&&E8(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 Or(t),null}var A=w4(),Q=F0(t);if(Q)KR(t,w,A)&&ap(t);else{var Y=$F(L,u,w,A,t);C8(Y,t,!1,!1),t.stateNode=Y,NF(Y,L,u,w)&&ap(t)}t.ref!==null&&E8(t)}return Or(t),null}case N:{var oe=u;if(e&&t.stateNode!=null){var se=e.memoizedProps;S8(e,t,se,oe)}else{if(typeof oe!="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 fe=yD(),Oe=w4(),et=F0(t);et?HR(t)&&ap(t):t.stateNode=MF(oe,fe,Oe,t)}return Or(t),null}case U:{np(t);var qe=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var St=sI(e,t,qe);if(!St)return t.flags&Gn?t:null}if((t.flags&Qe)!==Xe)return t.lanes=a,(t.mode&Dt)!==Ze&&nE(t),t;var bt=qe!==null,te=e!==null&&e.memoizedState!==null;if(bt!==te&&bt){var pe=t.child;if(pe.flags|=wn,(t.mode&ht)!==Ze){var ne=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!0);ne||D4(nl.current,kD)?cB():QE()}}var Te=t.updateQueue;if(Te!==null&&(t.flags|=Et),Or(t),(t.mode&Dt)!==Ze&&bt){var Ue=t.child;Ue!==null&&(t.treeBaseDuration-=Ue.treeBaseDuration)}return null}case D:return ep(t),LE(e,t),e===null&&wR(t.stateNode.containerInfo),Or(t),null;case B:var Re=t.type._context;return y4(Re,t),Or(t),null;case ve:{var lt=t.type;return Ul(lt)&&P0(t),Or(t),null}case F:{np(t);var ct=t.memoizedState;if(ct===null)return Or(t),null;var Gt=(t.flags&Qe)!==Xe,Nt=ct.rendering;if(Nt===null)if(Gt)tm(ct,!1);else{var Vn=fB()&&(e===null||(e.flags&Qe)===Xe);if(!Vn)for(var Lt=t.child;Lt!==null;){var Mn=Z0(Lt);if(Mn!==null){Gt=!0,t.flags|=Qe,tm(ct,!1);var ai=Mn.updateQueue;return ai!==null&&(t.updateQueue=ai,t.flags|=Et),t.subtreeFlags=Xe,ez(t,a),ts(t,$4(nl.current,Vh)),t.child}Lt=Lt.sibling}ct.tail!==null&&Bn()>G8()&&(t.flags|=Qe,Gt=!0,tm(ct,!1),t.lanes=Gv)}else{if(!Gt){var Br=Z0(Nt);if(Br!==null){t.flags|=Qe,Gt=!0;var ao=Br.updateQueue;if(ao!==null&&(t.updateQueue=ao,t.flags|=Et),tm(ct,!0),ct.tail===null&&ct.tailMode==="hidden"&&!Nt.alternate&&!Mr())return Or(t),null}else Bn()*2-ct.renderingStartTime>G8()&&a!==Jr&&(t.flags|=Qe,Gt=!0,tm(ct,!1),t.lanes=Gv)}if(ct.isBackwards)Nt.sibling=t.child,t.child=Nt;else{var yi=ct.last;yi!==null?yi.sibling=Nt:t.child=Nt,ct.last=Nt}}if(ct.tail!==null){var bi=ct.tail;ct.rendering=bi,ct.tail=bi.sibling,ct.renderingStartTime=Bn(),bi.sibling=null;var ui=nl.current;return Gt?ui=$4(ui,Vh):ui=tp(ui),ts(t,ui),bi}return Or(t),null}case ce:break;case le:case ue:{qE(t);var eu=t.memoizedState,hp=eu!==null;if(e!==null){var gm=e.memoizedState,ql=gm!==null;ql!==hp&&!R&&(t.flags|=wn)}return!hp||(t.mode&ht)===Ze?Or(t):ei(Yl,Jr)&&(Or(t),t.subtreeFlags&(ln|Et)&&(t.flags|=wn)),null}case be:return null;case j: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 cI(e,t,a){switch(i4(t),t.tag){case C:{var u=t.type;Ul(u)&&P0(t);var f=t.flags;return f&Gn?(t.flags=f&~Gn|Qe,(t.mode&Dt)!==Ze&&nE(t),t):null}case S:{t.stateNode,ep(t),e4(t),N4();var m=t.flags;return(m&Gn)!==Xe&&(m&Qe)===Xe?(t.flags=m&~Gn|Qe,t):null}case $:return T4(t),null;case U:{np(t);var b=t.memoizedState;if(b!==null&&b.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.");Qf()}var _=t.flags;return _&Gn?(t.flags=_&~Gn|Qe,(t.mode&Dt)!==Ze&&nE(t),t):null}case F:return np(t),null;case D:return ep(t),null;case B:var w=t.type._context;return y4(w,t),null;case le:case ue:return qE(t),null;case be:return null;default:return null}}function T8(e,t,a){switch(i4(t),t.tag){case C:{var u=t.type.childContextTypes;u!=null&&P0(t);break}case S:{t.stateNode,ep(t),e4(t),N4();break}case $:{T4(t);break}case D:ep(t);break;case U:np(t);break;case F:np(t);break;case B:var f=t.type._context;y4(f,t);break;case le:case ue:qE(t);break}}var D8=null;D8=new Set;var Eb=!1,Fr=!1,dI=typeof WeakSet=="function"?WeakSet:Set,je=null,up=null,sp=null;function fI(e){Cl(null,function(){throw e}),qs()}var pI=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&Dt)try{Wl(),t.componentWillUnmount()}finally{jl(e)}else t.componentWillUnmount()};function $8(e,t){try{is(lr,e)}catch(a){en(e,t,a)}}function ME(e,t,a){try{pI(e,a)}catch(u){en(e,t,u)}}function vI(e,t,a){try{a.componentDidMount()}catch(u){en(e,t,u)}}function P8(e,t){try{L8(e)}catch(a){en(e,t,a)}}function cp(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var u;try{if(Pe&&Me&&e.mode&Dt)try{Wl(),u=a(null)}finally{jl(e)}else u=a(null)}catch(f){en(e,t,f)}typeof u=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ft(e))}else a.current=null}function Cb(e,t,a){try{a()}catch(u){en(e,t,u)}}var N8=!1;function hI(e,t){TF(e.containerInfo),je=t,mI();var a=N8;return N8=!1,a}function mI(){for(;je!==null;){var e=je,t=e.child;(e.subtreeFlags&Sl)!==Xe&&t!==null?(t.return=e,je=t):gI()}}function gI(){for(;je!==null;){var e=je;Jt(e);try{yI(e)}catch(a){en(e,e.return,a)}pn();var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function yI(e){var t=e.alternate,a=e.flags;if((a&In)!==Xe){switch(Jt(e),e.tag){case k:case V:case Z:break;case C:{if(t!==null){var u=t.memoizedProps,f=t.memoizedState,m=e.stateNode;e.type===e.elementType&&!Vc&&(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.",ft(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.",ft(e)||"instance"));var b=m.getSnapshotBeforeUpdate(e.elementType===e.type?u:il(e.type,u),f);{var _=D8;b===void 0&&!_.has(e.type)&&(_.add(e.type),p("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",ft(e)))}m.__reactInternalSnapshotBeforeUpdate=b}break}case S:{{var w=e.stateNode;ZF(w.containerInfo)}break}case $:case N:case D:case ve: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.")}pn()}}function ll(e,t,a){var u=t.updateQueue,f=u!==null?u.lastEffect:null;if(f!==null){var m=f.next,b=m;do{if((b.tag&e)===e){var _=b.destroy;b.destroy=void 0,_!==void 0&&((e&Ar)!==Ui?Go(t):(e&lr)!==Ui&&Zs(t),(e&Vl)!==Ui&&vm(!0),Cb(t,a,_),(e&Vl)!==Ui&&vm(!1),(e&Ar)!==Ui?$l():(e&lr)!==Ui&&jv())}b=b.next}while(b!==m)}}function is(e,t){var a=t.updateQueue,u=a!==null?a.lastEffect:null;if(u!==null){var f=u.next,m=f;do{if((m.tag&e)===e){(e&Ar)!==Ui?Hv(t):(e&lr)!==Ui&&ef(t);var b=m.create;(e&Vl)!==Ui&&vm(!0),m.destroy=b(),(e&Vl)!==Ui&&vm(!1),(e&Ar)!==Ui?Dy():(e&lr)!==Ui&&$y();{var _=m.destroy;if(_!==void 0&&typeof _!="function"){var w=void 0;(m.tag&lr)!==Xe?w="useLayoutEffect":(m.tag&Vl)!==Xe?w="useInsertionEffect":w="useEffect";var L=void 0;_===null?L=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof _.then=="function"?L=`
129
133
 
130
- It looks like you wrote `+S+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
134
+ It looks like you wrote `+w+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
131
135
 
132
- `+S+`(() => {
136
+ `+w+`(() => {
133
137
  async function fetchData() {
134
138
  // You can await here
135
139
  const response = await MyAPI.getData(someId);
@@ -138,11 +142,11 @@ It looks like you wrote `+S+`(async () => ...) or returned a Promise. Instead, w
138
142
  fetchData();
139
143
  }, [someId]); // Or [] if effect doesn't need props or state
140
144
 
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 gB(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=V7(),C=t.alternate===null?"mount":"update";H7()&&(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 yB(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")),n7(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}n7(a,S,L)}break}case $:{var N=a.stateNode;if(t===null&&a.flags&st){var V=a.type,U=a.memoizedProps;RF(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=V7(),Ye=t===null?"mount":"update";H7()&&(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),mI(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:{wB(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 bB(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"&&fB(e,e.return,t),x8(e,e.return);break}case $:{x8(e,e.return);break}}}function xB(e,t){for(var a=null,u=e;;){if(u.tag===$){if(a===null){a=u;try{var d=u.stateNode;t?GF(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?YF(h):QF(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 kB(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&&DR(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 EB(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 CB(e){var t=EB(e);switch(t.tag){case $:{var a=t.stateNode;t.flags&$t&&(w6(a),t.flags&=~$t);var u=S8(e);S3(e,u,a);break}case w:case D:{var d=t.stateNode.containerInfo,h=S8(e);_3(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 _3(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){_3(y,t,a);for(var C=y.sibling;C!==null;)_3(C,t,a),C=C.sibling}}}function S3(e,t,a){var u=e.tag,d=u===$||u===A;if(d){var h=e.stateNode;t?HF(a,h,t):IF(a,h)}else if(u!==D){var y=e.child;if(y!==null){S3(y,t,a);for(var C=y.sibling;C!==null;)S3(C,t,a),C=C.sibling}}}var Lr=null,nl=!1;function _B(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}kB(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?jF(Lr,a.stateNode):KF(Lr,a.stateNode))}return}case K:{Lr!==null&&(nl?WF(Lr,a.stateNode):Fk(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"&&C3(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 SB(e){e.memoizedState}function wB(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&&dR(h)}}}}function T8(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new sB),t.forEach(function(u){var d=EI.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 TB(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{_B(e,t,h)}catch(S){Xt(h,t,S)}}var y=Ox();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{zF(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{BF(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{cR(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||aI()}}if(d&st){try{SB(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,$B(Ne),Ne=Ne.sibling}xB(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{CB(e)}catch(a){Xt(e,e.return,a)}e.flags&=~Gt}t&wi&&(e.flags&=~wi)}function DB(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){w3(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,PB(d));for(var ie=h;ie!==null;)Ke=ie,$8(ie,t,a),ie=ie.sibling;Ke=d,sb=V,Pr=U,w3(e,t,a);continue}}(d.subtreeFlags&vr)!==Ze&&h!==null?(h.return=d,Ke=h):w3(e,t,a)}}function w3(e,t,a){for(;Ke!==null;){var u=Ke;if((u.flags&vr)!==Ze){var d=u.alternate;Ft(u);try{yB(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 $B(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"&&C3(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 PB(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{bB(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 LB(e,t,a,u){Ke=t,MB(t,e,a,u)}function MB(e,t,a,u){for(;Ke!==null;){var d=Ke,h=d.child;(d.subtreeFlags&Ti)!==Ze&&h!==null?(h.return=d,Ke=h):NB(e,t,a,u)}}function NB(e,t,a,u){for(;Ke!==null;){var d=Ke;if((d.flags&en)!==Ze){Ft(d);try{AB(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 AB(e,t,a,u){switch(t.tag){case E:case B:case ne:{if(t.mode&tt){r3();try{es(Dr|nr,t)}finally{n3(t)}}else es(Dr|nr,t);break}}}function OB(e){Ke=e,FB()}function FB(){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,BB(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):RB()}}function RB(){for(;Ke!==null;){var e=Ke;(e.flags&en)!==Ze&&(Ft(e),zB(e),$n());var t=e.sibling;if(t!==null){t.return=e.return,Ke=t;return}Ke=e.return}}function zB(e){switch(e.tag){case E:case B:case ne:{e.mode&tt?(r3(),tl(Dr|nr,e,e.return),n3(e)):tl(Dr|nr,e,e.return);break}}}function BB(e,t){for(;Ke!==null;){var a=Ke;Ft(a),UB(a,t),$n();var u=a.child;u!==null?(u.return=a,Ke=u):IB(e)}}function IB(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 UB(e,t){switch(e.tag){case E:case B:case ne:{e.mode&tt?(r3(),tl(Dr,e,t),n3(e)):tl(Dr,e,t);break}}}function HB(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 VB(e){switch(e.tag){case E:case B:case ne:{try{es(Dr|nr,e)}catch(t){Xt(e,e.return,t)}break}}}function KB(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"&&C3(e,e.return,t);break}}}function jB(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 WB=[];function GB(){WB.forEach(function(e){return e()})}var YB=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&&YB.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var QB=Math.ceil,T3=l.ReactCurrentDispatcher,D3=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,$3=6,Et=lr,di=null,yn=null,ar=de,Il=de,P3=ju(de),ur=Va,Im=null,fb=de,Um=de,pb=de,Hm=null,zi=null,L3=0,O8=500,F8=1/0,XB=500,Ka=null;function Vm(){F8=on()+XB}function R8(){return F8}var vb=!1,M3=null,qf=null,$c=!1,ns=null,Km=de,N3=[],A3=null,ZB=50,jm=0,O3=null,F3=!1,mb=!1,JB=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()!==YR;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=NF();return h}function eI(e){var t=e.mode;return(t&pt)===et?nt:rk()}function sr(e,t,a,u){_I(),z8&&p("useInsertionEffect must not schedule updates."),F3&&(mb=!0),wa(e,a,u),(Et&Nr)!==de&&e===di?TI(t):(er&&Rv(e,t,a),DI(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 tI(e,t,a){var u=e.current;u.lanes=t,wa(e,t,a),Bi(e,a)}function nI(e){return(Et&Nr)!==lr}function Bi(e,t){var a=e.callbackNode;ek(e,t);var u=ec(e,e===di?ar:de);if(u===de){a!==null&&eD(a),e.callbackNode=null,e.callbackPriority=kt;return}var d=Cn(u),h=e.callbackPriority;if(h===d&&!(il.current!==null&&a!==V3)){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&&eD(a);var y;if(d===nt)e.tag===Wu?(il.isBatchingLegacy!==null&&(il.didScheduleLegacyUpdate=!0),LR(U8.bind(null,e))):F6(U8.bind(null,e)),il.current!==null?il.current.push(Gu):OF(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=K3(C,B8.bind(null,e))}e.callbackPriority=d,e.callbackNode=y}function B8(e,t){if(_z(),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?fI(e,d):xb(e,d);if(y!==Va){if(y===Dc){var C=Pv(e);C!==de&&(d=C,y=R3(e,C))}if(y===zm){var S=Im;throw Pc(e,de),is(e,d),Bi(e,on()),S}if(y===$3)is(e,d);else{var L=!nc(e,d),N=e.current.alternate;if(L&&!iI(N)){if(y=xb(e,d),y===Dc){var V=Pv(e);V!==de&&(d=V,y=R3(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,rI(e,y,d)}}return Bi(e,on()),e.callbackNode===a?B8.bind(null,e):null}function R3(e,t){var a=Hm;if(Nn(e)){var u=Pc(e,t);u.flags|=fn,_R(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 rI(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)&&!tD()){var u=L3+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=Ak(Lc.bind(null,e,zi,Ka),u);break}}Lc(e,zi,Ka);break}case Bm:{if(is(e,a),$y(a))break;if(!tD()){var y=Dy(e,a),C=y,S=on()-C,L=CI(S)-S;if(L>10){e.timeoutHandle=Ak(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 iI(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(Sz(),(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=R3(e,u))}if(a===zm){var d=Im;throw Pc(e,de),is(e,t),Bi(e,on()),d}if(a===$3)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 oI(e,t){t!==de&&($u(e,ct(t,nt)),Bi(e,on()),(Et&(Nr|So))===lr&&(Vm(),Gu()))}function z3(e,t){var a=Et;Et|=N8;try{return e(t)}finally{Et=a,Et===lr&&!il.isBatchingLegacy&&(Vm(),R6())}}function lI(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(P3,Il,e),Il=ct(Il,t)}function B3(e){Il=P3.current,qr(P3,e)}function Pc(e,t){e.finishedWork=null,e.finishedLanes=de;var a=e.timeoutHandle;if(a!==Ok&&(e.timeoutHandle=Ok,AF(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,JR(),Qo.discardPendingWarnings(),h}function V8(e,t){do{var a=yn;try{if(T0(),b7(),$n(),D3.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);Pz(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=T3.current;return T3.current=eb,e===null?eb:e}function j8(e){T3.current=e}function aI(){L3=on()}function Gm(e){fb=ct(e,fb)}function uI(){ur===Va&&(ur=db)}function I3(){(ur===Va||ur===db||ur===Dc)&&(ur=Bm),di!==null&&(tc(fb)||tc(Um))&&is(di,ar)}function sI(e){ur!==Bm&&(ur=Dc),Hm===null?Hm=[e]:Hm.push(e)}function cI(){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{dI();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 dI(){for(;yn!==null;)W8(yn)}function fI(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{pI();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 pI(){for(;yn!==null&&!Md();)W8(yn)}function W8(e){var t=e.alternate;Ft(e);var a;(e.mode&tt)!==et?(t3(e),a=U3(t,e,Il),ob(e,!0)):a=U3(t,e,Il),$n(),e.memoizedProps=e.pendingProps,a===null?G8(e):yn=a,D3.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):(t3(t),d=h8(a,t,Il),ob(t,!1)),$n(),d!==null){yn=d;return}}else{var h=uB(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=$3,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),vI(e,t,a,u)}finally{Mr.transition=d,Mn(u)}return null}function vI(e,t,a,u){do Wa();while(ns!==null);if(SI(),(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,A3=a,K3(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,D3.current=null,pB(e,d),K7(),TB(e,d,h),TF(e.containerInfo),e.current=d,wy(h),DB(d,e,h),Eu(),by(),Et=V,Mn(N),Mr.transition=L}else e.current=d,K7();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(),GB(),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=M3;throw M3=null,Ye}return Yr(Km,nt)&&e.tag!==Wu&&Wa(),y=e.pendingLanes,Yr(y,nt)?(Cz(),e===O3?jm++:(jm=0,O3=e)):jm=0,Gu(),Sv(),null}function Wa(){if(ns!==null){var e=oc(Km),t=ok(Vo,e),a=Mr.transition,u=Li();try{return Mr.transition=null,Mn(t),hI()}finally{Mn(u),Mr.transition=a}}return!1}function mI(e){N3.push(e),$c||($c=!0,K3(mo,function(){return Wa(),null}))}function hI(){if(ns===null)return!1;var e=A3;A3=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.");F3=!0,mb=!1,Ty(a);var u=Et;Et|=So,OB(t.current),LB(t,t.current,a,e);{var d=N3;N3=[];for(var h=0;h<d.length;h++){var y=d[h];gB(t,y)}}qs(),X8(t.current,!0),Et=u,Gu(),mb?t===hb?Qf++:(Qf=0,hb=t):Qf=0,F3=!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 gI(e){qf===null?qf=new Set([e]):qf.add(e)}function yI(e){vb||(vb=!0,M3=e)}var bI=yI;function q8(e,t,a){var u=wc(a,t),d=W7(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(cB(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=a3(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.
145
+ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:L=" You returned: "+_,p("%s must not return anything besides a function, which is used for clean-up.%s",w,L)}}}m=m.next}while(m!==f)}}function bI(e,t){if((t.flags&Et)!==Xe)switch(t.tag){case K:{var a=t.stateNode.passiveEffectDuration,u=t.memoizedProps,f=u.id,m=u.onPostCommit,b=GD(),_=t.alternate===null?"mount":"update";WD()&&(_="nested-update"),typeof m=="function"&&m(f,_,a,b);var w=t.return;e:for(;w!==null;){switch(w.tag){case S:var L=w.stateNode;L.passiveEffectDuration+=a;break e;case K:var A=w.stateNode;A.passiveEffectDuration+=a;break e}w=w.return}break}}}function xI(e,t,a,u){if((a.flags&Tl)!==Xe)switch(a.tag){case k:case V:case Z:{if(!Fr)if(a.mode&Dt)try{Wl(),is(lr|or,a)}finally{jl(a)}else is(lr|or,a);break}case C:{var f=a.stateNode;if(a.flags&Et&&!Fr)if(t===null)if(a.type===a.elementType&&!Vc&&(f.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.",ft(a)||"instance"),f.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.",ft(a)||"instance")),a.mode&Dt)try{Wl(),f.componentDidMount()}finally{jl(a)}else f.componentDidMount();else{var m=a.elementType===a.type?t.memoizedProps:il(a.type,t.memoizedProps),b=t.memoizedState;if(a.type===a.elementType&&!Vc&&(f.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.",ft(a)||"instance"),f.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.",ft(a)||"instance")),a.mode&Dt)try{Wl(),f.componentDidUpdate(m,b,f.__reactInternalSnapshotBeforeUpdate)}finally{jl(a)}else f.componentDidUpdate(m,b,f.__reactInternalSnapshotBeforeUpdate)}var _=a.updateQueue;_!==null&&(a.type===a.elementType&&!Vc&&(f.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.",ft(a)||"instance"),f.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.",ft(a)||"instance")),gD(a,_,f));break}case S:{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 C:L=a.child.stateNode;break}gD(a,w,L)}break}case $:{var A=a.stateNode;if(t===null&&a.flags&Et){var Q=a.type,Y=a.memoizedProps;zF(A,Q,Y)}break}case N:break;case D:break;case K:{{var oe=a.memoizedProps,se=oe.onCommit,fe=oe.onRender,Oe=a.stateNode.effectDuration,et=GD(),qe=t===null?"mount":"update";WD()&&(qe="nested-update"),typeof fe=="function"&&fe(a.memoizedProps.id,qe,a.actualDuration,a.treeBaseDuration,a.actualStartTime,et);{typeof se=="function"&&se(a.memoizedProps.id,qe,Oe,et),gB(a);var St=a.return;e:for(;St!==null;){switch(St.tag){case S:var bt=St.stateNode;bt.effectDuration+=Oe;break e;case K:var te=St.stateNode;te.effectDuration+=Oe;break e}St=St.return}}}break}case U:{DI(e,a);break}case F:case ve:case ce:case le:case ue:case j: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.")}Fr||a.flags&vn&&L8(a)}function kI(e){switch(e.tag){case k:case V:case Z:{if(e.mode&Dt)try{Wl(),$8(e,e.return)}finally{jl(e)}else $8(e,e.return);break}case C:{var t=e.stateNode;typeof t.componentDidMount=="function"&&vI(e,e.return,t),P8(e,e.return);break}case $:{P8(e,e.return);break}}}function EI(e,t){for(var a=null,u=e;;){if(u.tag===$){if(a===null){a=u;try{var f=u.stateNode;t?YF(f):QF(u.stateNode,u.memoizedProps)}catch(b){en(e,e.return,b)}}}else if(u.tag===N){if(a===null)try{var m=u.stateNode;t?qF(m):XF(m,u.memoizedProps)}catch(b){en(e,e.return,b)}}else if(!((u.tag===le||u.tag===ue)&&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 L8(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 f;if(e.mode&Dt)try{Wl(),f=t(u)}finally{jl(e)}else f=t(u);typeof f=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",ft(e))}else t.hasOwnProperty("current")||p("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",ft(e)),t.current=u}}function CI(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function M8(e){var t=e.alternate;t!==null&&(e.alternate=null,M8(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 _I(e){for(var t=e.return;t!==null;){if(A8(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 A8(e){return e.tag===$||e.tag===S||e.tag===D}function O8(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||A8(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==$&&t.tag!==N&&t.tag!==de;){if(t.flags&ln||t.child===null||t.tag===D)continue e;t.child.return=t,t=t.child}if(!(t.flags&ln))return t.stateNode}}function SI(e){var t=_I(e);switch(t.tag){case $:{var a=t.stateNode;t.flags&Ni&&(R6(a),t.flags&=~Ni);var u=O8(e);OE(e,u,a);break}case S:case D:{var f=t.stateNode.containerInfo,m=O8(e);AE(e,m,f);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function AE(e,t,a){var u=e.tag,f=u===$||u===N;if(f){var m=e.stateNode;t?HF(a,m,t):VF(a,m)}else if(u!==D){var b=e.child;if(b!==null){AE(b,t,a);for(var _=b.sibling;_!==null;)AE(_,t,a),_=_.sibling}}}function OE(e,t,a){var u=e.tag,f=u===$||u===N;if(f){var m=e.stateNode;t?KF(a,m,t):UF(a,m)}else if(u!==D){var b=e.child;if(b!==null){OE(b,t,a);for(var _=b.sibling;_!==null;)OE(_,t,a),_=_.sibling}}}var Rr=null,al=!1;function wI(e,t,a){{var u=t;e:for(;u!==null;){switch(u.tag){case $:{Rr=u.stateNode,al=!1;break e}case S:{Rr=u.stateNode.containerInfo,al=!0;break e}case D:{Rr=u.stateNode.containerInfo,al=!0;break e}}u=u.return}if(Rr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");F8(e,t,a),Rr=null,al=!1}CI(a)}function os(e,t,a){for(var u=a.child;u!==null;)F8(e,t,u),u=u.sibling}function F8(e,t,a){switch(Uv(a),a.tag){case $:Fr||cp(a,t);case N:{{var u=Rr,f=al;Rr=null,os(e,t,a),Rr=u,al=f,Rr!==null&&(al?WF(Rr,a.stateNode):jF(Rr,a.stateNode))}return}case de:{Rr!==null&&(al?GF(Rr,a.stateNode):Wk(Rr,a.stateNode));return}case D:{{var m=Rr,b=al;Rr=a.stateNode.containerInfo,al=!0,os(e,t,a),Rr=m,al=b}return}case k:case V:case G:case Z:{if(!Fr){var _=a.updateQueue;if(_!==null){var w=_.lastEffect;if(w!==null){var L=w.next,A=L;do{var Q=A,Y=Q.destroy,oe=Q.tag;Y!==void 0&&((oe&Vl)!==Ui?Cb(a,t,Y):(oe&lr)!==Ui&&(Zs(a),a.mode&Dt?(Wl(),Cb(a,t,Y),jl(a)):Cb(a,t,Y),jv())),A=A.next}while(A!==L)}}}os(e,t,a);return}case C:{if(!Fr){cp(a,t);var se=a.stateNode;typeof se.componentWillUnmount=="function"&&ME(a,t,se)}os(e,t,a);return}case ce:{os(e,t,a);return}case le:{if(a.mode&ht){var fe=Fr;Fr=fe||a.memoizedState!==null,os(e,t,a),Fr=fe}else os(e,t,a);break}default:{os(e,t,a);return}}}function TI(e){e.memoizedState}function DI(e,t){var a=t.memoizedState;if(a===null){var u=t.alternate;if(u!==null){var f=u.memoizedState;if(f!==null){var m=f.dehydrated;m!==null&&fR(m)}}}}function R8(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new dI),t.forEach(function(u){var f=_B.bind(null,e,u);if(!a.has(u)){if(a.add(u),Zr)if(up!==null&&sp!==null)pm(sp,up);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");u.then(f,f)}})}}function $I(e,t,a){up=a,sp=e,Jt(t),z8(t,e),Jt(t),up=null,sp=null}function ul(e,t,a){var u=t.deletions;if(u!==null)for(var f=0;f<u.length;f++){var m=u[f];try{wI(e,t,m)}catch(w){en(m,t,w)}}var b=Ms();if(t.subtreeFlags&wl)for(var _=t.child;_!==null;)Jt(_),z8(_,e),_=_.sibling;Jt(b)}function z8(e,t,a){var u=e.alternate,f=e.flags;switch(e.tag){case k:case V:case G:case Z:{if(ul(t,e),Gl(e),f&Et){try{ll(Vl|or,e,e.return),is(Vl|or,e)}catch(lt){en(e,e.return,lt)}if(e.mode&Dt){try{Wl(),ll(lr|or,e,e.return)}catch(lt){en(e,e.return,lt)}jl(e)}else try{ll(lr|or,e,e.return)}catch(lt){en(e,e.return,lt)}}return}case C:{ul(t,e),Gl(e),f&vn&&u!==null&&cp(u,u.return);return}case $:{ul(t,e),Gl(e),f&vn&&u!==null&&cp(u,u.return);{if(e.flags&Ni){var m=e.stateNode;try{R6(m)}catch(lt){en(e,e.return,lt)}}if(f&Et){var b=e.stateNode;if(b!=null){var _=e.memoizedProps,w=u!==null?u.memoizedProps:_,L=e.type,A=e.updateQueue;if(e.updateQueue=null,A!==null)try{IF(b,A,L,w,_,e)}catch(lt){en(e,e.return,lt)}}}}return}case N:{if(ul(t,e),Gl(e),f&Et){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 Q=e.stateNode,Y=e.memoizedProps,oe=u!==null?u.memoizedProps:Y;try{BF(Q,oe,Y)}catch(lt){en(e,e.return,lt)}}return}case S:{if(ul(t,e),Gl(e),f&Et&&u!==null){var se=u.memoizedState;if(se.isDehydrated)try{dR(t.containerInfo)}catch(lt){en(e,e.return,lt)}}return}case D:{ul(t,e),Gl(e);return}case U:{ul(t,e),Gl(e);var fe=e.child;if(fe.flags&wn){var Oe=fe.stateNode,et=fe.memoizedState,qe=et!==null;if(Oe.isHidden=qe,qe){var St=fe.alternate!==null&&fe.alternate.memoizedState!==null;St||sB()}}if(f&Et){try{TI(e)}catch(lt){en(e,e.return,lt)}R8(e)}return}case le:{var bt=u!==null&&u.memoizedState!==null;if(e.mode&ht){var te=Fr;Fr=te||bt,ul(t,e),Fr=te}else ul(t,e);if(Gl(e),f&wn){var pe=e.stateNode,ne=e.memoizedState,Te=ne!==null,Ue=e;if(pe.isHidden=Te,Te&&!bt&&(Ue.mode&ht)!==Ze){je=Ue;for(var Re=Ue.child;Re!==null;)je=Re,NI(Re),Re=Re.sibling}EI(Ue,Te)}return}case F:{ul(t,e),Gl(e),f&Et&&R8(e);return}case ce:return;default:{ul(t,e),Gl(e);return}}}function Gl(e){var t=e.flags;if(t&ln){try{SI(e)}catch(a){en(e,e.return,a)}e.flags&=~ln}t&qr&&(e.flags&=~qr)}function PI(e,t,a){up=a,sp=t,je=e,I8(e,t,a),up=null,sp=null}function I8(e,t,a){for(var u=(e.mode&ht)!==Ze;je!==null;){var f=je,m=f.child;if(f.tag===le&&u){var b=f.memoizedState!==null,_=b||Eb;if(_){FE(e,t,a);continue}else{var w=f.alternate,L=w!==null&&w.memoizedState!==null,A=L||Fr,Q=Eb,Y=Fr;Eb=_,Fr=A,Fr&&!Y&&(je=f,LI(f));for(var oe=m;oe!==null;)je=oe,I8(oe,t,a),oe=oe.sibling;je=f,Eb=Q,Fr=Y,FE(e,t,a);continue}}(f.subtreeFlags&Tl)!==Xe&&m!==null?(m.return=f,je=m):FE(e,t,a)}}function FE(e,t,a){for(;je!==null;){var u=je;if((u.flags&Tl)!==Xe){var f=u.alternate;Jt(u);try{xI(t,f,u,a)}catch(b){en(u,u.return,b)}pn()}if(u===e){je=null;return}var m=u.sibling;if(m!==null){m.return=u.return,je=m;return}je=u.return}}function NI(e){for(;je!==null;){var t=je,a=t.child;switch(t.tag){case k:case V:case G:case Z:{if(t.mode&Dt)try{Wl(),ll(lr,t,t.return)}finally{jl(t)}else ll(lr,t,t.return);break}case C:{cp(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&ME(t,t.return,u);break}case $:{cp(t,t.return);break}case le:{var f=t.memoizedState!==null;if(f){B8(e);continue}break}}a!==null?(a.return=t,je=a):B8(e)}}function B8(e){for(;je!==null;){var t=je;if(t===e){je=null;return}var a=t.sibling;if(a!==null){a.return=t.return,je=a;return}je=t.return}}function LI(e){for(;je!==null;){var t=je,a=t.child;if(t.tag===le){var u=t.memoizedState!==null;if(u){U8(e);continue}}a!==null?(a.return=t,je=a):U8(e)}}function U8(e){for(;je!==null;){var t=je;Jt(t);try{kI(t)}catch(u){en(t,t.return,u)}if(pn(),t===e){je=null;return}var a=t.sibling;if(a!==null){a.return=t.return,je=a;return}je=t.return}}function MI(e,t,a,u){je=t,AI(t,e,a,u)}function AI(e,t,a,u){for(;je!==null;){var f=je,m=f.child;(f.subtreeFlags&jo)!==Xe&&m!==null?(m.return=f,je=m):OI(e,t,a,u)}}function OI(e,t,a,u){for(;je!==null;){var f=je;if((f.flags&Yr)!==Xe){Jt(f);try{FI(t,f,a,u)}catch(b){en(f,f.return,b)}pn()}if(f===e){je=null;return}var m=f.sibling;if(m!==null){m.return=f.return,je=m;return}je=f.return}}function FI(e,t,a,u){switch(t.tag){case k:case V:case Z:{if(t.mode&Dt){tE();try{is(Ar|or,t)}finally{eE(t)}}else is(Ar|or,t);break}}}function RI(e){je=e,zI()}function zI(){for(;je!==null;){var e=je,t=e.child;if((je.flags&Pi)!==Xe){var a=e.deletions;if(a!==null){for(var u=0;u<a.length;u++){var f=a[u];je=f,UI(f,e)}{var m=e.alternate;if(m!==null){var b=m.child;if(b!==null){m.child=null;do{var _=b.sibling;b.sibling=null,b=_}while(b!==null)}}}je=e}}(e.subtreeFlags&jo)!==Xe&&t!==null?(t.return=e,je=t):II()}}function II(){for(;je!==null;){var e=je;(e.flags&Yr)!==Xe&&(Jt(e),BI(e),pn());var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function BI(e){switch(e.tag){case k:case V:case Z:{e.mode&Dt?(tE(),ll(Ar|or,e,e.return),eE(e)):ll(Ar|or,e,e.return);break}}}function UI(e,t){for(;je!==null;){var a=je;Jt(a),KI(a,t),pn();var u=a.child;u!==null?(u.return=a,je=u):VI(e)}}function VI(e){for(;je!==null;){var t=je,a=t.sibling,u=t.return;if(M8(t),t===e){je=null;return}if(a!==null){a.return=u,je=a;return}je=u}}function KI(e,t){switch(e.tag){case k:case V:case Z:{e.mode&Dt?(tE(),ll(Ar,e,t),eE(e)):ll(Ar,e,t);break}}}function HI(e){switch(e.tag){case k:case V:case Z:{try{is(lr|or,e)}catch(a){en(e,e.return,a)}break}case C:{var t=e.stateNode;try{t.componentDidMount()}catch(a){en(e,e.return,a)}break}}}function jI(e){switch(e.tag){case k:case V:case Z:{try{is(Ar|or,e)}catch(t){en(e,e.return,t)}break}}}function WI(e){switch(e.tag){case k:case V:case Z:{try{ll(lr|or,e,e.return)}catch(a){en(e,e.return,a)}break}case C:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&ME(e,e.return,t);break}}}function GI(e){switch(e.tag){case k:case V:case Z:try{ll(Ar|or,e,e.return)}catch(t){en(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var nm=Symbol.for;nm("selector.component"),nm("selector.has_pseudo_class"),nm("selector.role"),nm("selector.test_id"),nm("selector.text")}var YI=[];function qI(){YI.forEach(function(e){return e()})}var QI=o.ReactCurrentActQueue;function XI(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function V8(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&QI.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var ZI=Math.ceil,RE=o.ReactCurrentDispatcher,zE=o.ReactCurrentOwner,zr=o.ReactCurrentBatchConfig,sl=o.ReactCurrentActQueue,sr=0,K8=1,Ir=2,Mo=4,Qa=0,rm=1,Kc=2,_b=3,im=4,H8=5,IE=6,_t=sr,mi=null,En=null,cr=xe,Yl=xe,BE=qu(xe),dr=Qa,om=null,Sb=xe,lm=xe,wb=xe,am=null,Vi=null,UE=0,j8=500,W8=1/0,JI=500,Xa=null;function um(){W8=Bn()+JI}function G8(){return W8}var Tb=!1,VE=null,dp=null,Hc=!1,ls=null,sm=xe,KE=[],HE=null,eB=50,cm=0,jE=null,WE=!1,Db=!1,tB=50,fp=0,$b=null,dm=Xt,Pb=xe,Y8=!1;function Nb(){return mi}function gi(){return(_t&(Ir|Mo))!==sr?Bn():(dm!==Xt||(dm=Bn()),dm)}function as(e){var t=e.mode;if((t&ht)===Ze)return ot;if((_t&Ir)!==sr&&cr!==xe)return dc(cr);var a=QR()!==qR;if(a){if(zr.transition!==null){var u=zr.transition;u._updatedFibers||(u._updatedFibers=new Set),u._updatedFibers.add(e)}return Pb===Tt&&(Pb=Jv()),Pb}var f=Ri();if(f!==Tt)return f;var m=AF();return m}function nB(e){var t=e.mode;return(t&ht)===Ze?ot:Oy()}function fr(e,t,a,u){wB(),Y8&&p("useInsertionEffect must not schedule updates."),WE&&(Db=!0),zu(e,a,u),(_t&Ir)!==xe&&e===mi?$B(t):(Zr&&vc(e,t,a),PB(t),e===mi&&((_t&Ir)===sr&&(lm=pt(lm,a)),dr===im&&us(e,cr)),Ki(e,u),a===ot&&_t===sr&&(t.mode&ht)===Ze&&!sl.isBatchingLegacy&&(um(),Y6()))}function rB(e,t,a){var u=e.current;u.lanes=t,zu(e,t,a),Ki(e,a)}function iB(e){return(_t&Ir)!==sr}function Ki(e,t){var a=e.callbackNode;kf(e,t);var u=xf(e,e===mi?cr:xe);if(u===xe){a!==null&&c7(a),e.callbackNode=null,e.callbackPriority=Tt;return}var f=Ll(u),m=e.callbackPriority;if(m===f&&!(sl.current!==null&&a!==JE)){a==null&&m!==ot&&p("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&c7(a);var b;if(f===ot)e.tag===Qu?(sl.isBatchingLegacy!==null&&(sl.didScheduleLegacyUpdate=!0),LR(X8.bind(null,e))):G6(X8.bind(null,e)),sl.current!==null?sl.current.push(Xu):FF(function(){(_t&(Ir|Mo))===sr&&Xu()}),b=null;else{var _;switch(Vy(u)){case Dr:_=Xs;break;case Co:_=Dl;break;case Oi:_=Wo;break;case Fi:_=_a;break;default:_=Wo;break}b=e3(_,q8.bind(null,e))}e.callbackPriority=f,e.callbackNode=b}function q8(e,t){if(Ez(),dm=Xt,Pb=xe,(_t&(Ir|Mo))!==sr)throw new Error("Should not already be working.");var a=e.callbackNode,u=Ja();if(u&&e.callbackNode!==a)return null;var f=xf(e,e===mi?cr:xe);if(f===xe)return null;var m=!Cf(e,f)&&!Ay(e,f)&&!t,b=m?vB(e,f):Mb(e,f);if(b!==Qa){if(b===Kc){var _=Ef(e);_!==xe&&(f=_,b=GE(e,_))}if(b===rm){var w=om;throw jc(e,xe),us(e,f),Ki(e,Bn()),w}if(b===IE)us(e,f);else{var L=!Cf(e,f),A=e.current.alternate;if(L&&!lB(A)){if(b=Mb(e,f),b===Kc){var Q=Ef(e);Q!==xe&&(f=Q,b=GE(e,Q))}if(b===rm){var Y=om;throw jc(e,xe),us(e,f),Ki(e,Bn()),Y}}e.finishedWork=A,e.finishedLanes=f,oB(e,b,f)}}return Ki(e,Bn()),e.callbackNode===a?q8.bind(null,e):null}function GE(e,t){var a=am;if(wf(e)){var u=jc(e,t);u.flags|=yr,SR(e.containerInfo)}var f=Mb(e,t);if(f!==Kc){var m=Vi;Vi=a,m!==null&&Q8(m)}return f}function Q8(e){Vi===null?Vi=e:Vi.push.apply(Vi,e)}function oB(e,t,a){switch(t){case Qa:case rm:throw new Error("Root did not complete. This is a bug in React.");case Kc:{Wc(e,Vi,Xa);break}case _b:{if(us(e,a),Oa(a)&&!d7()){var u=UE+j8-Bn();if(u>10){var f=xf(e,xe);if(f!==xe)break;var m=e.suspendedLanes;if(!Fa(m,a)){gi(),_f(e,m);break}e.timeoutHandle=Hk(Wc.bind(null,e,Vi,Xa),u);break}}Wc(e,Vi,Xa);break}case im:{if(us(e,a),Xv(a))break;if(!d7()){var b=no(e,a),_=b,w=Bn()-_,L=SB(w)-w;if(L>10){e.timeoutHandle=Hk(Wc.bind(null,e,Vi,Xa),L);break}}Wc(e,Vi,Xa);break}case H8:{Wc(e,Vi,Xa);break}default:throw new Error("Unknown root exit status.")}}function lB(e){for(var t=e;;){if(t.flags&Mu){var a=t.updateQueue;if(a!==null){var u=a.stores;if(u!==null)for(var f=0;f<u.length;f++){var m=u[f],b=m.getSnapshot,_=m.value;try{if(!_e(b(),_))return!1}catch{return!1}}}}var w=t.child;if(t.subtreeFlags&Mu&&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 us(e,t){t=fc(t,wb),t=fc(t,lm),zy(e,t)}function X8(e){if(Cz(),(_t&(Ir|Mo))!==sr)throw new Error("Should not already be working.");Ja();var t=xf(e,xe);if(!ei(t,ot))return Ki(e,Bn()),null;var a=Mb(e,t);if(e.tag!==Qu&&a===Kc){var u=Ef(e);u!==xe&&(t=u,a=GE(e,u))}if(a===rm){var f=om;throw jc(e,xe),us(e,t),Ki(e,Bn()),f}if(a===IE)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,Wc(e,Vi,Xa),Ki(e,Bn()),null}function aB(e,t){t!==xe&&(Sf(e,pt(t,ot)),Ki(e,Bn()),(_t&(Ir|Mo))===sr&&(um(),Xu()))}function YE(e,t){var a=_t;_t|=K8;try{return e(t)}finally{_t=a,_t===sr&&!sl.isBatchingLegacy&&(um(),Y6())}}function uB(e,t,a,u,f){var m=Ri(),b=zr.transition;try{return zr.transition=null,Pn(Dr),e(t,a,u,f)}finally{Pn(m),zr.transition=b,_t===sr&&um()}}function Za(e){ls!==null&&ls.tag===Qu&&(_t&(Ir|Mo))===sr&&Ja();var t=_t;_t|=K8;var a=zr.transition,u=Ri();try{return zr.transition=null,Pn(Dr),e?e():void 0}finally{Pn(u),zr.transition=a,_t=t,(_t&(Ir|Mo))===sr&&Xu()}}function Z8(){return(_t&(Ir|Mo))!==sr}function Lb(e,t){oi(BE,Yl,e),Yl=pt(Yl,t)}function qE(e){Yl=BE.current,ii(BE,e)}function jc(e,t){e.finishedWork=null,e.finishedLanes=xe;var a=e.timeoutHandle;if(a!==jk&&(e.timeoutHandle=jk,OF(a)),En!==null)for(var u=En.return;u!==null;){var f=u.alternate;T8(f,u),u=u.return}mi=e;var m=Gc(e.current,null);return En=m,cr=Yl=t,dr=Qa,om=null,Sb=xe,lm=xe,wb=xe,am=null,Vi=null,rz(),tl.discardPendingWarnings(),m}function J8(e,t){do{var a=En;try{if(V0(),CD(),pn(),zE.current=null,a===null||a.return===null){dr=rm,om=t,En=null;return}if(Pe&&a.mode&Dt&&gb(a,!0),ke)if(fi(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var u=t;Eo(a,u,cr)}else Js(a,t,cr);Lz(e,a.return,a,t,cr),r7(a)}catch(f){t=f,En===a&&a!==null?(a=a.return,En=a):a=En;continue}return}while(!0)}function e7(){var e=RE.current;return RE.current=fb,e===null?fb:e}function t7(e){RE.current=e}function sB(){UE=Bn()}function fm(e){Sb=pt(e,Sb)}function cB(){dr===Qa&&(dr=_b)}function QE(){(dr===Qa||dr===_b||dr===Kc)&&(dr=im),mi!==null&&(cc(Sb)||cc(lm))&&us(mi,cr)}function dB(e){dr!==im&&(dr=Kc),am===null?am=[e]:am.push(e)}function fB(){return dr===Qa}function Mb(e,t){var a=_t;_t|=Ir;var u=e7();if(mi!==e||cr!==t){if(Zr){var f=e.memoizedUpdaters;f.size>0&&(pm(e,cr),f.clear()),Iy(e,t)}Xa=rh(),jc(e,t)}Da(t);do try{pB();break}catch(m){J8(e,m)}while(!0);if(V0(),_t=a,t7(u),En!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return tf(),mi=null,cr=xe,dr}function pB(){for(;En!==null;)n7(En)}function vB(e,t){var a=_t;_t|=Ir;var u=e7();if(mi!==e||cr!==t){if(Zr){var f=e.memoizedUpdaters;f.size>0&&(pm(e,cr),f.clear()),Iy(e,t)}Xa=rh(),um(),jc(e,t)}Da(t);do try{hB();break}catch(m){J8(e,m)}while(!0);return V0(),t7(u),_t=a,En!==null?(Py(),Qa):(tf(),mi=null,cr=xe,dr)}function hB(){for(;En!==null&&!Fv();)n7(En)}function n7(e){var t=e.alternate;Jt(e);var a;(e.mode&Dt)!==Ze?(J4(e),a=XE(t,e,Yl),gb(e,!0)):a=XE(t,e,Yl),pn(),e.memoizedProps=e.pendingProps,a===null?r7(e):En=a,zE.current=null}function r7(e){var t=e;do{var a=t.alternate,u=t.return;if((t.flags&Qs)===Xe){Jt(t);var f=void 0;if((t.mode&Dt)===Ze?f=w8(a,t,Yl):(J4(t),f=w8(a,t,Yl),gb(t,!1)),pn(),f!==null){En=f;return}}else{var m=cI(a,t);if(m!==null){m.flags&=_y,En=m;return}if((t.mode&Dt)!==Ze){gb(t,!1);for(var b=t.actualDuration,_=t.child;_!==null;)b+=_.actualDuration,_=_.sibling;t.actualDuration=b}if(u!==null)u.flags|=Qs,u.subtreeFlags=Xe,u.deletions=null;else{dr=IE,En=null;return}}var w=t.sibling;if(w!==null){En=w;return}t=u,En=t}while(t!==null);dr===Qa&&(dr=H8)}function Wc(e,t,a){var u=Ri(),f=zr.transition;try{zr.transition=null,Pn(Dr),mB(e,t,a,u)}finally{zr.transition=f,Pn(u)}return null}function mB(e,t,a,u){do Ja();while(ls!==null);if(TB(),(_t&(Ir|Mo))!==sr)throw new Error("Should not already be working.");var f=e.finishedWork,m=e.finishedLanes;if(Vv(m),f===null)return Kv(),null;if(m===xe&&p("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=xe,f===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=Tt;var b=pt(f.lanes,f.childLanes);th(e,b),e===mi&&(mi=null,En=null,cr=xe),((f.subtreeFlags&jo)!==Xe||(f.flags&jo)!==Xe)&&(Hc||(Hc=!0,HE=a,e3(Wo,function(){return Ja(),null})));var _=(f.subtreeFlags&(Sl|wl|Tl|jo))!==Xe,w=(f.flags&(Sl|wl|Tl|jo))!==Xe;if(_||w){var L=zr.transition;zr.transition=null;var A=Ri();Pn(Dr);var Q=_t;_t|=Mo,zE.current=null,hI(e,f),YD(),$I(e,f,m),DF(e.containerInfo),e.current=f,ec(m),PI(f,e,m),tc(),Rv(),_t=Q,Pn(A),zr.transition=L}else e.current=f,YD();var Y=Hc;if(Hc?(Hc=!1,ls=e,sm=m):(fp=0,$b=null),b=e.pendingLanes,b===xe&&(dp=null),Y||a7(e.current,!1),Iv(f.stateNode,u),Zr&&e.memoizedUpdaters.clear(),qI(),Ki(e,Bn()),t!==null)for(var oe=e.onRecoverableError,se=0;se<t.length;se++){var fe=t[se],Oe=fe.stack,et=fe.digest;oe(fe.value,{componentStack:Oe,digest:et})}if(Tb){Tb=!1;var qe=VE;throw VE=null,qe}return ei(sm,ot)&&e.tag!==Qu&&Ja(),b=e.pendingLanes,ei(b,ot)?(kz(),e===jE?cm++:(cm=0,jE=e)):cm=0,Xu(),Kv(),null}function Ja(){if(ls!==null){var e=Vy(sm),t=mc(Oi,e),a=zr.transition,u=Ri();try{return zr.transition=null,Pn(t),yB()}finally{Pn(u),zr.transition=a}}return!1}function gB(e){KE.push(e),Hc||(Hc=!0,e3(Wo,function(){return Ja(),null}))}function yB(){if(ls===null)return!1;var e=HE;HE=null;var t=ls,a=sm;if(ls=null,sm=xe,(_t&(Ir|Mo))!==sr)throw new Error("Cannot flush passive effects while already rendering.");WE=!0,Db=!1,Ta(a);var u=_t;_t|=Mo,RI(t.current),MI(t,t.current,a,e);{var f=KE;KE=[];for(var m=0;m<f.length;m++){var b=f[m];bI(t,b)}}Wv(),a7(t.current,!0),_t=u,Xu(),Db?t===$b?fp++:(fp=0,$b=t):fp=0,WE=!1,Db=!1,Bv(t);{var _=t.current.stateNode;_.effectDuration=0,_.passiveEffectDuration=0}return!0}function i7(e){return dp!==null&&dp.has(e)}function bB(e){dp===null?dp=new Set([e]):dp.add(e)}function xB(e){Tb||(Tb=!0,VE=e)}var kB=xB;function o7(e,t,a){var u=Uc(a,t),f=n8(e,u,ot),m=Ju(e,f,ot),b=gi();m!==null&&(zu(m,ot,b),Ki(m,b))}function en(e,t,a){if(fI(a),vm(!1),e.tag===S){o7(e,e,a);return}var u=null;for(u=t;u!==null;){if(u.tag===S){o7(u,e,a);return}else if(u.tag===C){var f=u.type,m=u.stateNode;if(typeof f.getDerivedStateFromError=="function"||typeof m.componentDidCatch=="function"&&!i7(m)){var b=Uc(a,e),_=gE(u,b,ot),w=Ju(u,_,ot),L=gi();w!==null&&(zu(w,ot,L),Ki(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.
142
146
 
143
147
  Error message:
144
148
 
145
- %s`,a)}function xI(e,t,a){var u=e.pingCache;u!==null&&u.delete(t);var d=fi();Ov(e,a),$I(e),di===e&&Sa(ar,a)&&(ur===Bm||ur===db&&rf(ar)&&on()-L3<O8?Pc(e,de):pb=ct(pb,a)),Bi(e,d)}function Q8(e,t){t===kt&&(t=eI(e));var a=fi(),u=Fi(e,t);u!==null&&(wa(u,t,a),Bi(u,a))}function kI(e){var t=e.memoizedState,a=kt;t!==null&&(a=t.retryLane),Q8(e,a)}function EI(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 CI(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:QB(e/1960)*1960}function _I(){if(jm>ZB)throw jm=0,O3=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>JB&&(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 SI(){Qo.flushLegacyContextWarning(),Qo.flushPendingUnsafeLifecycleWarnings()}function X8(e,t){Ft(e),kb(e,Vr,KB),t&&kb(e,ma,jB),kb(e,Vr,HB),t&&kb(e,ma,VB),$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 U3;{var wI=null;U3=function(e,t,a){var u=lD(wI,t);try{return d8(e,t,a)}catch(h){if(BR()||h!==null&&typeof h=="object"&&typeof h.then=="function")throw h;if(T0(),b7(),g8(e,t),lD(t,u),t.mode&tt&&t3(t),va(null,d8,null,e,t,a),Zx()){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,H3;H3=new Set;function TI(e){if(ki&&!xz())switch(e.tag){case E:case B:case ne:{var t=yn&&ut(yn)||"Unknown",a=t;if(!H3.has(a)){H3.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 V3={};function K3(e,t){{var a=il.current;return a!==null?(a.push(t),V3):Ld(e,t)}}function eD(e){if(e!==V3)return yy(e)}function tD(){return il.current!==null}function DI(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(...).
149
+ %s`,a)}function EB(e,t,a){var u=e.pingCache;u!==null&&u.delete(t);var f=gi();_f(e,a),NB(e),mi===e&&Fa(cr,a)&&(dr===im||dr===_b&&Oa(cr)&&Bn()-UE<j8?jc(e,xe):wb=pt(wb,a)),Ki(e,f)}function l7(e,t){t===Tt&&(t=nB(e));var a=gi(),u=Bi(e,t);u!==null&&(zu(u,t,a),Ki(u,a))}function CB(e){var t=e.memoizedState,a=Tt;t!==null&&(a=t.retryLane),l7(e,a)}function _B(e,t){var a=Tt,u;switch(e.tag){case U:u=e.stateNode;var f=e.memoizedState;f!==null&&(a=f.retryLane);break;case F: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),l7(e,a)}function SB(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:ZI(e/1960)*1960}function wB(){if(cm>eB)throw cm=0,jE=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.");fp>tB&&(fp=0,$b=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 TB(){tl.flushLegacyContextWarning(),tl.flushPendingUnsafeLifecycleWarnings()}function a7(e,t){Jt(e),Ab(e,_l,WI),t&&Ab(e,bo,GI),Ab(e,_l,HI),t&&Ab(e,bo,jI),pn()}function Ab(e,t,a){for(var u=e,f=null;u!==null;){var m=u.subtreeFlags&t;u!==f&&u.child!==null&&m!==Xe?u=u.child:((u.flags&t)!==Xe&&a(u),u.sibling!==null?u=u.sibling:u=f=u.return)}}var Ob=null;function u7(e){{if((_t&Ir)!==sr||!(e.mode&ht))return;var t=e.tag;if(t!==T&&t!==S&&t!==C&&t!==k&&t!==V&&t!==G&&t!==Z)return;var a=ft(e)||"ReactComponent";if(Ob!==null){if(Ob.has(a))return;Ob.add(a)}else Ob=new Set([a]);var u=Tr;try{Jt(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?Jt(e):pn()}}}var XE;{var DB=null;XE=function(e,t,a){var u=m7(DB,t);try{return k8(e,t,a)}catch(m){if(BR()||m!==null&&typeof m=="object"&&typeof m.then=="function")throw m;if(V0(),CD(),T8(e,t),m7(t,u),t.mode&Dt&&J4(t),Cl(null,k8,null,e,t,a),Ko()){var f=qs();typeof f=="object"&&f!==null&&f._suppressLogging&&typeof m=="object"&&m!==null&&!m._suppressLogging&&(m._suppressLogging=!0)}throw m}}}var s7=!1,ZE;ZE=new Set;function $B(e){if(gl&&!yz())switch(e.tag){case k:case V:case Z:{var t=En&&ft(En)||"Unknown",a=t;if(!ZE.has(a)){ZE.add(a);var u=ft(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 C:{s7||(p("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),s7=!0);break}}}function pm(e,t){if(Zr){var a=e.memoizedUpdaters;a.forEach(function(u){vc(e,u,t)})}}var JE={};function e3(e,t){{var a=sl.current;return a!==null?(a.push(t),JE):Ov(e,t)}}function c7(e){if(e!==JE)return wy(e)}function d7(){return sl.current!==null}function PB(e){{if(e.mode&ht){if(!V8())return}else if(!XI()||_t!==sr||e.tag!==k&&e.tag!==V&&e.tag!==Z)return;if(sl.current===null){var t=Tr;try{Jt(e),p(`An update to %s inside a test was not wrapped in act(...).
146
150
 
147
151
  When testing, code that causes React state updates should be wrapped into act(...):
148
152
 
@@ -151,7 +155,7 @@ act(() => {
151
155
  });
152
156
  /* assert on the output */
153
157
 
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 $I(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(...).
158
+ 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`,ft(e))}finally{t?Jt(e):pn()}}}}function NB(e){e.tag!==Qu&&V8()&&sl.current===null&&p(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
155
159
 
156
160
  When testing, code that resolves suspended data should be wrapped into act(...):
157
161
 
@@ -160,53 +164,64 @@ act(() => {
160
164
  });
161
165
  /* assert on the output */
162
166
 
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,PI=function(e){wo=e};function Zf(e){{if(wo===null)return e;var t=wo(e);return t===void 0?e:t.current}}function j3(e){return Zf(e)}function W3(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 nD(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 rD(e){{if(wo===null||typeof WeakSet!="function")return;Xf===null&&(Xf=new WeakSet),Xf.add(e)}}var LI=function(e,t){{if(wo===null)return;var a=t.staleFamilies,u=t.updatedFamilies;Wa(),ja(function(){G3(e.current,u,a)})}},MI=function(e,t){{if(e.context!==Zi)return;Wa(),ja(function(){Qm(t,e,null,null)})}};function G3(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&&G3(d,t,a),h!==null&&G3(h,t,a)}}var NI=function(e,t){{var a=new Set,u=new Set(t.map(function(d){return d.current}));return Y3(e.current,u,a),a}};function Y3(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?AI(e,a):u!==null&&Y3(u,t,a),d!==null&&Y3(d,t,a)}}function AI(e,t){{var a=OI(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 OI(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 q3;{q3=!1;try{var iD=Object.preventExtensions({})}catch{q3=!0}}function FI(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,!q3&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Ji=function(e,t,a,u){return new FI(e,t,a,u)};function Q3(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function RI(e){return typeof e=="function"&&!Q3(e)&&e.defaultProps===void 0}function zI(e){if(typeof e=="function")return Q3(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=j3(e.type);break;case B:a.type=W3(e.type);break}return a}function BI(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 II(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 X3(e,t,a,u,d,h){var y=T,C=e;if(typeof e=="function")Q3(e)?(y=_,C=j3(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 UI(a,d,h,t);case fo:return HI(a,d,h,t);case _s:return VI(a,d,h,t);case Fp:return oD(a,d,h,t);case Tg:case Sg:case Px:case Lx: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=W3(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+=`
167
+ 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 vm(e){Y8=e}var Ao=null,pp=null,LB=function(e){Ao=e};function vp(e){{if(Ao===null)return e;var t=Ao(e);return t===void 0?e:t.current}}function t3(e){return vp(e)}function n3(e){{if(Ao===null)return e;var t=Ao(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=vp(e.render);if(e.render!==a){var u={$$typeof:bu,render:a};return e.displayName!==void 0&&(u.displayName=e.displayName),u}}return e}return t.current}}function f7(e,t){{if(Ao===null)return!1;var a=e.elementType,u=t.type,f=!1,m=typeof u=="object"&&u!==null?u.$$typeof:null;switch(e.tag){case C:{typeof u=="function"&&(f=!0);break}case k:{(typeof u=="function"||m===gr)&&(f=!0);break}case V:{(m===bu||m===gr)&&(f=!0);break}case G:case Z:{(m===Qi||m===gr)&&(f=!0);break}default:return!1}if(f){var b=Ao(a);if(b!==void 0&&b===Ao(u))return!0}return!1}}function p7(e){{if(Ao===null||typeof WeakSet!="function")return;pp===null&&(pp=new WeakSet),pp.add(e)}}var MB=function(e,t){{if(Ao===null)return;var a=t.staleFamilies,u=t.updatedFamilies;Ja(),Za(function(){r3(e.current,u,a)})}},AB=function(e,t){{if(e.context!==oo)return;Ja(),Za(function(){hm(t,e,null,null)})}};function r3(e,t,a){{var u=e.alternate,f=e.child,m=e.sibling,b=e.tag,_=e.type,w=null;switch(b){case k:case Z:case C:w=_;break;case V:w=_.render;break}if(Ao===null)throw new Error("Expected resolveFamily to be set during hot reload.");var L=!1,A=!1;if(w!==null){var Q=Ao(w);Q!==void 0&&(a.has(Q)?A=!0:t.has(Q)&&(b===C?A=!0:L=!0))}if(pp!==null&&(pp.has(e)||u!==null&&pp.has(u))&&(A=!0),A&&(e._debugNeedsRemount=!0),A||L){var Y=Bi(e,ot);Y!==null&&fr(Y,e,ot,Xt)}f!==null&&!A&&r3(f,t,a),m!==null&&r3(m,t,a)}}var OB=function(e,t){{var a=new Set,u=new Set(t.map(function(f){return f.current}));return i3(e.current,u,a),a}};function i3(e,t,a){{var u=e.child,f=e.sibling,m=e.tag,b=e.type,_=null;switch(m){case k:case Z:case C:_=b;break;case V:_=b.render;break}var w=!1;_!==null&&t.has(_)&&(w=!0),w?FB(e,a):u!==null&&i3(u,t,a),f!==null&&i3(f,t,a)}}function FB(e,t){{var a=RB(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 S:t.add(u.stateNode.containerInfo);return}if(u.return===null)throw new Error("Expected to reach root first.");u=u.return}}}function RB(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 o3;{o3=!1;try{var v7=Object.preventExtensions({})}catch{o3=!0}}function zB(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=Xe,this.subtreeFlags=Xe,this.deletions=null,this.lanes=xe,this.childLanes=xe,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,!o3&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var lo=function(e,t,a,u){return new zB(e,t,a,u)};function l3(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function IB(e){return typeof e=="function"&&!l3(e)&&e.defaultProps===void 0}function BB(e){if(typeof e=="function")return l3(e)?C:k;if(e!=null){var t=e.$$typeof;if(t===bu)return V;if(t===Qi)return G}return T}function Gc(e,t){var a=e.alternate;a===null?(a=lo(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=Xe,a.subtreeFlags=Xe,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&Tn,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 k:case Z:a.type=vp(e.type);break;case C:a.type=t3(e.type);break;case V:a.type=n3(e.type);break}return a}function UB(e,t){e.flags&=Tn|ln;var a=e.alternate;if(a===null)e.childLanes=xe,e.lanes=t,e.child=null,e.subtreeFlags=Xe,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=Xe,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 VB(e,t,a){var u;return e===L0?(u=ht,t===!0&&(u|=jt,u|=$t)):u=Ze,Zr&&(u|=Dt),lo(S,null,null,u)}function a3(e,t,a,u,f,m){var b=T,_=e;if(typeof e=="function")l3(e)?(b=C,_=t3(_)):_=vp(_);else if(typeof e=="string")b=$;else e:switch(e){case mu:return ss(a.children,f,m,t);case ua:b=O,f|=jt,(f&ht)!==Ze&&(f|=$t);break;case gu:return KB(a,f,m,t);case xd:return HB(a,f,m,t);case kd:return jB(a,f,m,t);case ev:return h7(a,f,m,t);case Bg:case Ig:case Ug:case Vg:case jx:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case yu:b=B;break e;case Ps:b=z;break e;case bu:b=V,_=n3(_);break e;case Qi:b=G;break e;case gr:b=Se,_=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?ft(u):null;L&&(w+=`
164
168
 
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 Z3(e,t,a){var u=null;u=e._owner;var d=e.type,h=e.key,y=e.props,C=X3(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 UI(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 HI(e,t,a,u){var d=Ji(R,e,u,t);return d.elementType=fo,d.lanes=a,d}function VI(e,t,a,u){var d=Ji(G,e,u,t);return d.elementType=_s,d.lanes=a,d}function oD(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 J3(e,t,a){var u=Ji(A,e,null,t);return u.lanes=a,u}function KI(){var e=Ji($,null,null,et);return e.elementType="DELETED",e}function jI(e){var t=Ji(K,null,null,et);return t.stateNode=e,t}function eE(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 lD(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 WI(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=Ok,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 aD(e,t,a,u,d,h,y,C,S,L){var N=new WI(e,t,a,C,S),V=II(t,h);N.current=V,V.stateNode=N;{var U={element:u,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};V.memoizedState=U}return u4(V),N}var tE="18.2.0";function GI(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 nE,rE;nE=!1,rE={};function uD(e){if(!e)return Zi;var t=_i(e),a=PR(t);if(t.tag===_){var u=t.type;if(Nl(u))return A6(t,u,a)}return a}function YI(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(!rE[h]){rE[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 sD(e,t,a,u,d,h,y,C){var S=!1,L=null;return aD(e,t,S,L,a,u,d,h,y)}function cD(e,t,a,u,d,h,y,C,S,L){var N=!0,V=aD(a,u,N,e,d,h,y,C,S);V.context=uD(null);var U=V.current,ie=fi(),le=rs(U),se=Ua(ie,le);return se.callback=t??null,qu(U,se,le),tI(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=uD(a);t.context===null?t.context=C:t.pendingContext=C,ki&&kn!==null&&!nE&&(nE=!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.
169
+ 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 A=lo(b,a,t,f);return A.elementType=e,A.type=_,A.lanes=m,A._debugOwner=u,A}function u3(e,t,a){var u=null;u=e._owner;var f=e.type,m=e.key,b=e.props,_=a3(f,m,b,u,t,a);return _._debugSource=e._source,_._debugOwner=e._owner,_}function ss(e,t,a,u){var f=lo(M,e,u,t);return f.lanes=a,f}function KB(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 f=lo(K,e,u,t|Dt);return f.elementType=gu,f.lanes=a,f.stateNode={effectDuration:0,passiveEffectDuration:0},f}function HB(e,t,a,u){var f=lo(U,e,u,t);return f.elementType=xd,f.lanes=a,f}function jB(e,t,a,u){var f=lo(F,e,u,t);return f.elementType=kd,f.lanes=a,f}function h7(e,t,a,u){var f=lo(le,e,u,t);f.elementType=ev,f.lanes=a;var m={isHidden:!1};return f.stateNode=m,f}function s3(e,t,a){var u=lo(N,e,null,t);return u.lanes=a,u}function WB(){var e=lo($,null,null,Ze);return e.elementType="DELETED",e}function GB(e){var t=lo(de,null,null,Ze);return t.stateNode=e,t}function c3(e,t,a){var u=e.children!==null?e.children:[],f=lo(D,u,e.key,t);return f.lanes=a,f.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},f}function m7(e,t){return e===null&&(e=lo(T,null,null,Ze)),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 YB(e,t,a,u,f){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=jk,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=Tt,this.eventTimes=pc(xe),this.expirationTimes=pc(Xt),this.pendingLanes=xe,this.suspendedLanes=xe,this.pingedLanes=xe,this.expiredLanes=xe,this.mutableReadLanes=xe,this.finishedLanes=xe,this.entangledLanes=xe,this.entanglements=pc(xe),this.identifierPrefix=u,this.onRecoverableError=f,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var m=this.pendingUpdatersLaneMap=[],b=0;b<$a;b++)m.push(new Set)}switch(t){case L0:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Qu:this._debugRootType=a?"hydrate()":"render()";break}}function g7(e,t,a,u,f,m,b,_,w,L){var A=new YB(e,t,a,_,w),Q=VB(t,m);A.current=Q,Q.stateNode=A;{var Y={element:u,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};Q.memoizedState=Y}return C4(Q),A}var d3="18.3.1";function qB(e,t,a){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return dt(u),{$$typeof:qi,key:u==null?null:""+u,children:e,containerInfo:t,implementation:a}}var f3,p3;f3=!1,p3={};function y7(e){if(!e)return oo;var t=Lu(e),a=NR(t);if(t.tag===C){var u=t.type;if(Ul(u))return j6(t,u,a)}return a}function QB(e,t){{var a=Lu(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 f=Qr(a);if(f===null)return null;if(f.mode&jt){var m=ft(a)||"Component";if(!p3[m]){p3[m]=!0;var b=Tr;try{Jt(f),a.mode&jt?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{b?Jt(b):pn()}}}return f.stateNode}}function b7(e,t,a,u,f,m,b,_){var w=!1,L=null;return g7(e,t,w,L,a,u,f,m,b)}function x7(e,t,a,u,f,m,b,_,w,L){var A=!0,Q=g7(a,u,A,e,f,m,b,_,w);Q.context=y7(null);var Y=Q.current,oe=gi(),se=as(Y),fe=Ya(oe,se);return fe.callback=t??null,Ju(Y,fe,se),rB(Q,se,oe),Q}function hm(e,t,a,u){zv(t,e);var f=t.current,m=gi(),b=as(f);un(b);var _=y7(a);t.context===null?t.context=_:t.pendingContext=_,gl&&Tr!==null&&!f3&&(f3=!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
170
 
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=tk(t);oI(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;iE(e,u);break}}}function dD(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=My(a.retryLane,t))}function iE(e,t){dD(e,t);var a=e.alternate;a&&dD(a,t)}function QI(e){if(e.tag===R){var t=_u,a=Fi(e,t);if(a!==null){var u=fi();sr(a,e,t,u)}iE(e,t)}}function XI(e){if(e.tag===R){var t=rs(e),a=Fi(e,t);if(a!==null){var u=fi();sr(a,e,t,u)}iE(e,t)}}function fD(e){var t=gy(e);return t===null?null:t.stateNode}var pD=function(e){return null};function ZI(e){return pD(e)}var vD=function(e){return!1};function JI(e){return vD(e)}var mD=null,hD=null,gD=null,yD=null,bD=null,xD=null,kD=null,ED=null,CD=null;{var _D=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]=_D(e[u],t,a+1),d)},SD=function(e,t){return _D(e,t,0)},wD=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]=wD(e[d],t,a,u+1);return h},TD=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 wD(e,t,a,0)},DD=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]=DD(e[d],t,a+1,u),h},$D=function(e,t,a){return DD(e,t,0,a)},oE=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};mD=function(e,t,a,u){var d=oE(e,t);if(d!==null){var h=$D(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)}},hD=function(e,t,a){var u=oE(e,t);if(u!==null){var d=SD(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)}},gD=function(e,t,a,u){var d=oE(e,t);if(d!==null){var h=TD(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)}},yD=function(e,t,a){e.pendingProps=$D(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Fi(e,nt);u!==null&&sr(u,e,nt,Kt)},bD=function(e,t){e.pendingProps=SD(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Fi(e,nt);a!==null&&sr(a,e,nt,Kt)},xD=function(e,t,a){e.pendingProps=TD(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Fi(e,nt);u!==null&&sr(u,e,nt,Kt)},kD=function(e){var t=Fi(e,nt);t!==null&&sr(t,e,nt,Kt)},ED=function(e){pD=e},CD=function(e){vD=e}}function eU(e){var t=Di(e);return t===null?null:t.stateNode}function tU(e){return null}function nU(){return kn}function rU(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return Cv({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:mD,overrideHookStateDeletePath:hD,overrideHookStateRenamePath:gD,overrideProps:yD,overridePropsDeletePath:bD,overridePropsRenamePath:xD,setErrorHandler:ED,setSuspenseHandler:CD,scheduleUpdate:kD,currentDispatcherRef:a,findHostInstanceByFiber:eU,findFiberByHostInstance:t||tU,findHostInstancesForRefresh:NI,scheduleRefresh:LI,scheduleRoot:MI,setRefreshHandler:PI,getCurrentFiber:nU,reconcilerVersion:tE})}var PD=typeof reportError=="function"?reportError:function(e){console.error(e)};function lE(e){this._internalRoot=e}_b.prototype.render=lE.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=fD(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=lE.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 iU(e,t){if(!Sb(e))throw new Error("createRoot(...): Target container is not a DOM element.");LD(e);var a=!1,u=!1,d="",h=PD;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:
171
+ Check the render method of %s.`,ft(Tr)||"Unknown"));var w=Ya(m,b);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=Ju(f,w,b);return L!==null&&(fr(L,f,b,m),G0(L,f,b)),b}function Fb(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 XB(e){switch(e.tag){case S:{var t=e.stateNode;if(wf(t)){var a=Ly(t);aB(t,a)}break}case U:{Za(function(){var f=Bi(e,ot);if(f!==null){var m=gi();fr(f,e,ot,m)}});var u=ot;v3(e,u);break}}}function k7(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=Ry(a.retryLane,t))}function v3(e,t){k7(e,t);var a=e.alternate;a&&k7(a,t)}function ZB(e){if(e.tag===U){var t=ac,a=Bi(e,t);if(a!==null){var u=gi();fr(a,e,t,u)}v3(e,t)}}function JB(e){if(e.tag===U){var t=as(e),a=Bi(e,t);if(a!==null){var u=gi();fr(a,e,t,u)}v3(e,t)}}function E7(e){var t=nn(e);return t===null?null:t.stateNode}var C7=function(e){return null};function eU(e){return C7(e)}var _7=function(e){return!1};function tU(e){return _7(e)}var S7=null,w7=null,T7=null,D7=null,$7=null,P7=null,N7=null,L7=null,M7=null;{var A7=function(e,t,a){var u=t[a],f=er(e)?e.slice():kt({},e);return a+1===t.length?(er(f)?f.splice(u,1):delete f[u],f):(f[u]=A7(e[u],t,a+1),f)},O7=function(e,t){return A7(e,t,0)},F7=function(e,t,a,u){var f=t[u],m=er(e)?e.slice():kt({},e);if(u+1===t.length){var b=a[u];m[b]=m[f],er(m)?m.splice(f,1):delete m[f]}else m[f]=F7(e[f],t,a,u+1);return m},R7=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 F7(e,t,a,0)},z7=function(e,t,a,u){if(a>=t.length)return u;var f=t[a],m=er(e)?e.slice():kt({},e);return m[f]=z7(e[f],t,a+1,u),m},I7=function(e,t,a){return z7(e,t,0,a)},h3=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};S7=function(e,t,a,u){var f=h3(e,t);if(f!==null){var m=I7(f.memoizedState,a,u);f.memoizedState=m,f.baseState=m,e.memoizedProps=kt({},e.memoizedProps);var b=Bi(e,ot);b!==null&&fr(b,e,ot,Xt)}},w7=function(e,t,a){var u=h3(e,t);if(u!==null){var f=O7(u.memoizedState,a);u.memoizedState=f,u.baseState=f,e.memoizedProps=kt({},e.memoizedProps);var m=Bi(e,ot);m!==null&&fr(m,e,ot,Xt)}},T7=function(e,t,a,u){var f=h3(e,t);if(f!==null){var m=R7(f.memoizedState,a,u);f.memoizedState=m,f.baseState=m,e.memoizedProps=kt({},e.memoizedProps);var b=Bi(e,ot);b!==null&&fr(b,e,ot,Xt)}},D7=function(e,t,a){e.pendingProps=I7(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Bi(e,ot);u!==null&&fr(u,e,ot,Xt)},$7=function(e,t){e.pendingProps=O7(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Bi(e,ot);a!==null&&fr(a,e,ot,Xt)},P7=function(e,t,a){e.pendingProps=R7(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Bi(e,ot);u!==null&&fr(u,e,ot,Xt)},N7=function(e){var t=Bi(e,ot);t!==null&&fr(t,e,ot,Xt)},L7=function(e){C7=e},M7=function(e){_7=e}}function nU(e){var t=Qr(e);return t===null?null:t.stateNode}function rU(e){return null}function iU(){return Tr}function oU(e){var t=e.findFiberByHostInstance,a=o.ReactCurrentDispatcher;return Ou({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:S7,overrideHookStateDeletePath:w7,overrideHookStateRenamePath:T7,overrideProps:D7,overridePropsDeletePath:$7,overridePropsRenamePath:P7,setErrorHandler:L7,setSuspenseHandler:M7,scheduleUpdate:N7,currentDispatcherRef:a,findHostInstanceByFiber:nU,findFiberByHostInstance:t||rU,findHostInstancesForRefresh:OB,scheduleRefresh:MB,scheduleRoot:AB,setRefreshHandler:LB,getCurrentFiber:iU,reconcilerVersion:d3})}var B7=typeof reportError=="function"?reportError:function(e){console.error(e)};function m3(e){this._internalRoot=e}Rb.prototype.render=m3.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()."):zb(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!==Sn){var u=E7(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.")}}hm(e,t,null,null)},Rb.prototype.unmount=m3.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;Z8()&&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."),Za(function(){hm(null,e,null,null)}),B6(t)}};function lU(e,t){if(!zb(e))throw new Error("createRoot(...): Target container is not a DOM element.");U7(e);var a=!1,u=!1,f="",m=B7;t!=null&&(t.hydrate?h("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===ml&&p(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
168
172
 
169
173
  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&&(h=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var y=sD(e,b0,null,a,u,d,h);f0(y.current,e);var C=e.nodeType===En?e.parentNode:e;return im(C),new lE(y)}function _b(e){this._internalRoot=e}function oU(e){e&&Iy(e)}_b.prototype.unstable_scheduleHydration=oU;function lU(e,t,a){if(!Sb(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");LD(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=PD;a!=null&&(a.unstable_strictMode===!0&&(h=!0),a.identifierPrefix!==void 0&&(C=a.identifierPrefix),a.onRecoverableError!==void 0&&(S=a.onRecoverableError));var L=cD(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];vz(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 LD(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 aU=l.ReactCurrentOwner,MD;MD=function(e){if(e._reactRootContainer&&e.nodeType!==En){var t=fD(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=aE(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 aE(e){return e?e.nodeType===Gi?e.documentElement:e.firstChild:null}function ND(){}function uU(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=cD(t,u,e,Wu,null,!1,!1,"",ND);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=sD(e,Wu,null,!1,!1,"",ND);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 sU(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){MD(a),sU(d===void 0?null:d,"render");var h=a._reactRootContainer,y;if(!h)y=uU(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 cU(e){{var t=aU.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:YI(e,"findDOMNode")}function dU(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 fU(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 pU(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 vU(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=aE(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=aE(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(QI),ac(XI),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(gF),wd(z3,lI,ja);function mU(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 GI(e,t,null,a)}function hU(e,t,a,u){return pU(e,t,a,u)}var uE={usingClientEntryPoint:!1,Events:[Ku,$f,p0,Sd,Vs,z3]};function gU(e,t){return uE.usingClientEntryPoint||p('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),iU(e,t)}function yU(e,t,a){return uE.usingClientEntryPoint||p('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),lU(e,t,a)}function bU(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 xU=rU({findFiberByHostInstance:gc,bundleType:1,version:tE,rendererPackageName:"react-dom"});if(!xU&&It&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var AD=window.location.protocol;/^(https?|file):$/.test(AD)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(AD==="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=uE,hi.createPortal=mU,hi.createRoot=gU,hi.findDOMNode=cU,hi.flushSync=bU,hi.hydrate=dU,hi.hydrateRoot=yU,hi.render=fU,hi.unmountComponentAtNode=vU,hi.unstable_batchedUpdates=z3,hi.unstable_renderSubtreeIntoContainer=hU,hi.version=tE,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),hi}function AE(){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(AE)}catch(n){console.error(n)}}}process.env.NODE_ENV==="production"?(AE(),Mb.exports=p$()):Mb.exports=v$();var Ob=Mb.exports;const Fb=c$(Ob);x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null);const m$=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 h$(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},OE=x.createContext(nh),g$=x.createContext(!1);let y$=!!(typeof window<"u"&&window.document&&window.document.createElement),Rb=new WeakMap;function b$(n=!1){let r=x.useContext(OE),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 x$(n){let r=x.useContext(OE);r===nh&&!y$&&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=b$(!!n),s=r===nh&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${r.prefix}`;return n||`${s}-${l}`}function k$(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 E$=typeof x.useId=="function"?k$:x$;function C$(){return!1}function _$(){return!0}function S$(n){return()=>{}}function Hl(){return typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore(S$,C$,_$):x.useContext(g$)}let w$=!!(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=E$(r),m=x.useCallback(p=>{s.current=p},[]);return w$&&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 T$(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]=h$(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=T$(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 D$=new Set(["id"]),$$=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),P$=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),L$=/^(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)&&(D$.has(p)||l&&$$.has(p)||s&&P$.has(p)||f!=null&&f.has(p)||L$.test(p))&&(m[p]=n[p]);return m}function Kl(n){if(M$())n.focus({preventScroll:!0});else{let r=N$(n);n.focus(),A$(r)}}let oh=null;function M$(){if(oh==null){oh=!1;try{document.createElement("div").focus({get preventScroll(){return oh=!0,!0}})}catch{}}return oh}function N$(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 A$(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 FE(){return zb(/^iPhone/i)}function RE(){return zb(/^iPad/i)||qa()&&navigator.maxTouchPoints>1}function rp(){return FE()||RE()}function ah(){return qa()||rp()}function Bb(){return lh(/AppleWebKit/i)&&!O$()}function O$(){return lh(/Chrome/i)}function Ib(){return lh(/Android/i)}function F$(){return lh(/Firefox/i)}const R$=x.createContext({isNative:!0,open:I$,useHref:n=>n});function Nc(){return x.useContext(R$)}function z$(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;F$()&&(!((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()&&!RE()?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 B$(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 I$(n,r){B$(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 zE(){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"?zE():document.addEventListener("DOMContentLoaded",zE));function BE(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 U$(){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(U$()){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 IE(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 H$(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 V$(){let n=Hl(),[r,l]=x.useState(()=>n?{width:0,height:0}:UE());return x.useEffect(()=>{let s=()=>{l(f=>{let m=UE();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 UE(){return{width:ro&&(ro==null?void 0:ro.width)||window.innerWidth,height:ro&&(ro==null?void 0:ro.height)||window.innerHeight}}let K$=0;const jb=new Map;function j$(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-${K$++}`;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 HE(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 VE(n,r){let l=KE(n,r,"left"),s=KE(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 KE(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 jE(n,r){if(document.contains(n)){let p=document.scrollingElement||document.documentElement;if(window.getComputedStyle(p).overflow==="hidden"){let E=H$(n);for(let _ of E)VE(_,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 W$(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 WE(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(()=>{BE(()=>{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 G$(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(){xE(this,fh,!1)}get shouldStopPropagation(){return GD(this,fh)}constructor(r,l,s){qD(this,fh,{writable:!0,value:void 0}),xE(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 GE=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}=G$(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;qE(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;qE(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[GE]&&(G[GE]=!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(W$(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||WE(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=Y$(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||WE(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=YE(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=YE(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&&!QE(f,l)||f instanceof no(f).HTMLTextAreaElement||f.isContentEditable)&&!((m==="link"||!m&&qb(f))&&l!=="Enter")}function Y$(n){const{targetTouches:r}=n;return r.length>0?r[0]:null}function YE(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 q$(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 Q$(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=q$(n);return Q$(l,s)}function Xb(n){return!(n instanceof HTMLElement)||!n.hasAttribute("draggable")}function qE(n,r){return n instanceof HTMLInputElement?!QE(n,r):n instanceof HTMLButtonElement?n.type!=="submit"&&n.type!=="reset":!qb(n)}const X$=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function QE(n,r){return n.type==="checkbox"||n.type==="radio"?r===" ":X$.has(n.type)}const XE=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 Z$({children:n}){let r=x.useMemo(()=>({register:()=>{}}),[]);return x.createElement(lp.Provider,{value:r},n)}class J${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 ZE(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 J$("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=ZE(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 JE(n){Wb(n)&&(ds=!0,Gl="virtual")}function eC(n){n.target===window||n.target===document||(!ds&&!Zb&&(Gl="virtual",mh("virtual",n)),ds=!1,Zb=!1)}function tC(){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",JE,!0),r.addEventListener("focus",eC,!0),r.addEventListener("blur",tC,!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",()=>{nC(n)},{once:!0}),sp.set(r,{focus:s})}const nC=(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",JE,!0),l.removeEventListener("focus",eC,!0),l.removeEventListener("blur",tC,!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)),()=>nC(n,l)}typeof document<"u"&&nP();function cp(){return Gl!=="pointer"}function Jb(){return Gl}function rC(n){Gl=n,mh(n,null)}function iC(){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=ZE(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 oC(n){n.pointerType==="touch"&&t1()}function lP(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",oC):document.addEventListener("touchend",t1),e1++,()=>{e1--,!(e1>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",oC):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 lC(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 aC(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 uC(n){return{keyboardProps:n.isDisabled?{}:{onKeyDown:aC(n.onKeyDown),onKeyUp:aC(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]);HE(r,"wheel",s?void 0:f)}const uP=500;function sC(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=j$(f&&!r?p:void 0);return{longPressProps:ft(T,w)}}function fs(n){const r=nn(n);if(Jb()==="virtual"){let l=r.activeElement;BE(()=>{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 cC(n,r){return n.nodeName!=="#comment"&&sP(n)&&cP(n,r)&&(!n.parentElement||cC(n.parentElement,n))}const dC=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(dC)||{},_=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(dC.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 fC(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:fC(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):fC(_)?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)&&cC(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}=uC(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()&&z$(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 pC(){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=pC(),pp=new Set;function vC(){a1=pC();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",vC),pp.add(l),()=>{pp.delete(l),pp.size===0&&window.removeEventListener("languagechange",vC)}),[]),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 mC=new Map,hC=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=mC.get(m);p||(p=new Intl.PluralRules(this.locale,{type:s}),mC.set(m,p));let b=p.select(r);return f=l[b]||l.other,typeof f=="function"?f():f}number(r){let l=hC.get(this.locale);return l||(l=new Intl.NumberFormat(this.locale),hC.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 gC=new WeakMap;function AP(n){let r=gC.get(n);return r||(r=new Ch(n),gC.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 yC={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=yC[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=yC[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 bC{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 xC=new Map;function c1(n,r,l){let s=kC(n,r);if(!n.includes("-nu-")&&!s.isValidPartialNumber(l)){for(let f of BP)if(f!==s.options.numberingSystem){let m=kC(n+(n.includes("-u-")?"-nu-":"-u-nu-")+f,r);if(m.isValidPartialNumber(l))return m}}return s}function kC(n,r){let l=n+(r?Object.entries(r).sort((f,m)=>f[0]<m[0]?-1:1).join():""),s=xC.get(l);return s||(s=new IP(n,r),xC.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 bC(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 EC=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=>!EC.has(K.type)).map(K=>CC(K.value)),B=w.flatMap(K=>K.filter(G=>!EC.has(G.type)).map(G=>CC(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 CC(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function _C(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 SC=7e3;let vp=null;function Dh(n,r="assertive",l=SC){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=SC){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 wC(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(),rC("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 TC={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},DC={...TC,customError:!0,valid:!1},mp={isInvalid:!1,validationDetails:TC,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:DC}:null,_=x.useMemo(()=>$C(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(()=>$C(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 $C(n){return n.length?{isInvalid:!0,validationErrors:n,validationDetails:DC}: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 PC(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 LC(n){let{description:r,errorMessage:l,isInvalid:s,validationState:f}=n,{labelProps:m,fieldProps:p}=PC(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 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:"Покажи предложения",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 AC={};AC={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 OC={};OC={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 FC={};FC={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 RC={};RC={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 zC={};zC={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 BC={};BC={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 IC={};IC={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 UC={};UC={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 HC={};HC={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 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:"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 jC={};jC={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 WC={};WC={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 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:"제안 사항 표시",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 qC={};qC={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 XC={};XC={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 ZC={};ZC={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 JC={};JC={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 e_={};e_={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 t_={};t_={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 n_={};n_={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 r_={};r_={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 i_={};i_={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 o_={};o_={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 l_={};l_={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 a_={};a_={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 u_={};u_={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 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_={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 f_={};f_={"ar-AE":MC,"bg-BG":NC,"cs-CZ":AC,"da-DK":OC,"de-DE":FC,"el-GR":RC,"en-US":zC,"es-ES":BC,"et-EE":IC,"fi-FI":UC,"fr-FR":HC,"he-IL":VC,"hr-HR":KC,"hu-HU":jC,"it-IT":WC,"ja-JP":GC,"ko-KR":YC,"lt-LT":qC,"lv-LV":QC,"nb-NO":XC,"nl-NL":ZC,"pl-PL":JC,"pt-BR":e_,"pt-PT":t_,"ro-RO":n_,"ru-RU":r_,"sk-SK":i_,"sl-SI":o_,"sr-SP":l_,"sv-SE":a_,"tr-TR":u_,"uk-UA":s_,"zh-CN":c_,"zh-TW":d_};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"},p_={width:"totalWidth",height:"totalHeight"},Mh={};let gi=typeof document<"u"&&window.visualViewport;function v_(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 m_(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 h_(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[p_[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[p_.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 g_(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=h_(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=g_(b,_,r,f,m+T,I);if(p&&s[re]>M){let X=h_(`${Lh[W]} ${R}`),Y=m1(r,b,l,X,T,w,_,D,A,F);g_(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=m_(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=m_(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):y_(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=v_(b),j=v_($),ne=b.tagName==="BODY"?Uc($):y_($,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 y_(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"&&!b_(r)&&(r=document.documentElement),r==null)for(r=n.parentElement;r&&!b_(r);)r=r.parentElement;return r||document.documentElement}function b_(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 x_=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||x_.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 k_(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())};lC({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 E_(n,r,l){let{type:s}=n,{isOpen:f}=r;x.useEffect(()=>{l&&l.current&&x_.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 C_(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=IE(_.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;S_(T)&&T!==document.activeElement&&(_.preventDefault(),b(),T.style.transform="translateY(-2000px)",T.focus(),requestAnimationFrame(()=>{T.style.transform=""})),r&&r()},m=_=>{let T=_.target;S_(T)&&(b(),T.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{T.style.transform="",h1&&(h1.height<window.innerHeight?requestAnimationFrame(()=>{__(T)}):h1.addEventListener("resize",()=>__(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 __(n){let r=document.scrollingElement||document.documentElement;for(;n&&n!==r;){let l=IE(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 S_(n){return n instanceof HTMLInputElement&&!c9.has(n.type)||n instanceof HTMLTextAreaElement||n instanceof HTMLElement&&n.isContentEditable}var w_={};w_={dismiss:"تجاهل"};var T_={};T_={dismiss:"Отхвърляне"};var D_={};D_={dismiss:"Odstranit"};var $_={};$_={dismiss:"Luk"};var P_={};P_={dismiss:"Schließen"};var L_={};L_={dismiss:"Απόρριψη"};var M_={};M_={dismiss:"Dismiss"};var N_={};N_={dismiss:"Descartar"};var A_={};A_={dismiss:"Lõpeta"};var O_={};O_={dismiss:"Hylkää"};var F_={};F_={dismiss:"Rejeter"};var R_={};R_={dismiss:"התעלם"};var z_={};z_={dismiss:"Odbaci"};var B_={};B_={dismiss:"Elutasítás"};var I_={};I_={dismiss:"Ignora"};var U_={};U_={dismiss:"閉じる"};var H_={};H_={dismiss:"무시"};var V_={};V_={dismiss:"Atmesti"};var K_={};K_={dismiss:"Nerādīt"};var j_={};j_={dismiss:"Lukk"};var W_={};W_={dismiss:"Negeren"};var G_={};G_={dismiss:"Zignoruj"};var Y_={};Y_={dismiss:"Descartar"};var q_={};q_={dismiss:"Dispensar"};var Q_={};Q_={dismiss:"Revocare"};var X_={};X_={dismiss:"Пропустить"};var Z_={};Z_={dismiss:"Zrušiť"};var J_={};J_={dismiss:"Opusti"};var eS={};eS={dismiss:"Odbaci"};var tS={};tS={dismiss:"Avvisa"};var nS={};nS={dismiss:"Kapat"};var rS={};rS={dismiss:"Скасувати"};var iS={};iS={dismiss:"取消"};var oS={};oS={dismiss:"關閉"};var lS={};lS={"ar-AE":w_,"bg-BG":T_,"cs-CZ":D_,"da-DK":$_,"de-DE":P_,"el-GR":L_,"en-US":M_,"es-ES":N_,"et-EE":A_,"fi-FI":O_,"fr-FR":F_,"he-IL":R_,"hr-HR":z_,"hu-HU":B_,"it-IT":I_,"ja-JP":U_,"ko-KR":H_,"lt-LT":V_,"lv-LV":K_,"nb-NO":j_,"nl-NL":W_,"pl-PL":G_,"pt-BR":Y_,"pt-PT":q_,"ro-RO":Q_,"ru-RU":X_,"sk-SK":Z_,"sl-SI":J_,"sr-SP":eS,"sv-SE":tS,"tr-TR":nS,"uk-UA":rS,"zh-CN":iS,"zh-TW":oS};const aS={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 uS(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?{...aS,...r}:aS,[s]);return{visuallyHiddenProps:{...m,style:p}}}function p9(n){let{children:r,elementType:l="div",isFocusable:s,style:f,...m}=n,{visuallyHiddenProps:p}=uS(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(lS),"@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:_}=k_({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 C_({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 sS=x.createContext(null);function cS(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(sS.Provider,{value:p},x.createElement(Z$,null,E)),Fb.createPortal(E,l)}function dS(){let n=x.useContext(sS),r=n==null?void 0:n.setContain;jt(()=>{r==null||r(!0)},[r])}function y9(n,r,l){let{overlayProps:s,underlayProps:f}=k_({...n,isOpen:r.isOpen,onClose:r.close},l);return C_({isDisabled:!r.isOpen}),dS(),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 fS(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 pS(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 vS(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});HE($,"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"&&jE(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||VE($.current,G),K!=="virtual"&&jE(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}=pS({keyboardDelegate:l,selectionManager:r});_||(ne=ft(M,ne));let ue;return T||(ue=r.focusedKey==null?0:-1),{collectionProps:{...ne,tabIndex:ue}}}function mS(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||gS())&&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"&&!hS())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||gS()))&&D(ye)},K.onPress=ye=>{(ye.pointerType==="touch"||ye.pointerType==="pen"||ye.pointerType==="virtual"||ye.pointerType==="keyboard"&&W&&hS()||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}=sC({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 hS(){let n=window.event;return(n==null?void 0:n.key)==="Enter"}function gS(){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 yS(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:_}=vS({...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}=yS({...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}=PC({...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,bS(()=>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:bS(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 bS(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 xS(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=[...kS(n,r),r],f=[...kS(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 kS(n,r){let l=[];for(;(r==null?void 0:r.parentKey)!=null;)r=n.getItem(r.parentKey),l.unshift(r);return l}const ES=new WeakMap;function C1(n){let r=ES.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),ES.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}=mS({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:fS(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 CS={};CS={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var _S={};_S={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var SS={};SS={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var wS={};wS={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var TS={};TS={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var DS={};DS={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var $S={};$S={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var PS={};PS={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var LS={};LS={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var MS={};MS={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var NS={};NS={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var AS={};AS={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var OS={};OS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var FS={};FS={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var RS={};RS={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var zS={};zS={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var BS={};BS={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var IS={};IS={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var US={};US={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var HS={};HS={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var VS={};VS={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var KS={};KS={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var jS={};jS={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var WS={};WS={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var GS={};GS={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var YS={};YS={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var qS={};qS={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 XS={};XS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var ZS={};ZS={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var JS={};JS={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var ew={};ew={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var tw={};tw={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var nw={};nw={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var rw={};rw={"ar-AE":CS,"bg-BG":_S,"cs-CZ":SS,"da-DK":wS,"de-DE":TS,"el-GR":DS,"en-US":$S,"es-ES":PS,"et-EE":LS,"fi-FI":MS,"fr-FR":NS,"he-IL":AS,"hr-HR":OS,"hu-HU":FS,"it-IT":RS,"ja-JP":zS,"ko-KR":BS,"lt-LT":IS,"lv-LV":US,"nb-NO":HS,"nl-NL":VS,"pl-PL":KS,"pt-BR":jS,"pt-PT":WS,"ro-RO":GS,"ru-RU":YS,"sk-SK":qS,"sl-SI":QS,"sr-SP":XS,"sv-SE":ZS,"tr-TR":JS,"uk-UA":ew,"zh-CN":tw,"zh-TW":nw};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}=E_({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(rw),"@react-aria/menu"),{longPressProps:w}=sC({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 iw=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}=yS({...p,ref:l,selectionManager:r.selectionManager,collection:r.collection,disabledKeys:r.disabledKeys,shouldFocusWrap:s,linkBehavior:"override"});return iw.set(r,{onClose:n.onClose,onAction:n.onAction}),{menuProps:ft(b,{onKeyDown:f,onKeyUp:m},{role:"menu",...E,onKeyDown:_=>{_.key!=="Escape"&&E.onKeyDown(_)}})}}function ow(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=iw.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}=mS({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}=uC({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,lw=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=iC();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)+lw,be=Math.atan2(ue-p.current.bottom,K)-lw,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}=LC({...n,isInvalid:D,errorMessage:n.errorMessage||$}),B=Zt(n,{labelable:!0});const W={type:p,pattern:n.pattern};return Gb(r,E,_),wC(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 aw(){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(!aw())return;let w=l.current;return w.addEventListener("beforeinput",s,!1),()=>{w.removeEventListener("beforeinput",s,!1)}},[l,s]);let f=aw()?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(f_),"@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}=vS({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?fS(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 uw={};uw={Empty:"فارغ"};var sw={};sw={Empty:"Изпразни"};var cw={};cw={Empty:"Prázdné"};var dw={};dw={Empty:"Tom"};var fw={};fw={Empty:"Leer"};var pw={};pw={Empty:"Άδειο"};var vw={};vw={Empty:"Empty"};var mw={};mw={Empty:"Vacío"};var hw={};hw={Empty:"Tühjenda"};var gw={};gw={Empty:"Tyhjä"};var yw={};yw={Empty:"Vide"};var bw={};bw={Empty:"ריק"};var xw={};xw={Empty:"Prazno"};var kw={};kw={Empty:"Üres"};var Ew={};Ew={Empty:"Vuoto"};var Cw={};Cw={Empty:"空"};var _w={};_w={Empty:"비어 있음"};var Sw={};Sw={Empty:"Tuščias"};var ww={};ww={Empty:"Tukšs"};var Tw={};Tw={Empty:"Tom"};var Dw={};Dw={Empty:"Leeg"};var $w={};$w={Empty:"Pusty"};var Pw={};Pw={Empty:"Vazio"};var Lw={};Lw={Empty:"Vazio"};var Mw={};Mw={Empty:"Gol"};var Nw={};Nw={Empty:"Не заполнено"};var Aw={};Aw={Empty:"Prázdne"};var Ow={};Ow={Empty:"Prazen"};var Fw={};Fw={Empty:"Prazno"};var Rw={};Rw={Empty:"Tomt"};var zw={};zw={Empty:"Boş"};var Bw={};Bw={Empty:"Пусто"};var Iw={};Iw={Empty:"空"};var Uw={};Uw={Empty:"空白"};var Hw={};Hw={"ar-AE":uw,"bg-BG":sw,"cs-CZ":cw,"da-DK":dw,"de-DE":fw,"el-GR":pw,"en-US":vw,"es-ES":mw,"et-EE":hw,"fi-FI":gw,"fr-FR":yw,"he-IL":bw,"hr-HR":xw,"hu-HU":kw,"it-IT":Ew,"ja-JP":Cw,"ko-KR":_w,"lt-LT":Sw,"lv-LV":ww,"nb-NO":Tw,"nl-NL":Dw,"pl-PL":$w,"pt-BR":Pw,"pt-PT":Lw,"ro-RO":Mw,"ru-RU":Nw,"sk-SK":Aw,"sl-SI":Ow,"sr-SP":Fw,"sv-SE":Rw,"tr-TR":zw,"uk-UA":Bw,"zh-CN":Iw,"zh-TW":Uw};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(Hw),"@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]),dS(),{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 Vw={};Vw={decrease:n=>`خفض ${n.fieldLabel}`,increase:n=>`زيادة ${n.fieldLabel}`,numberField:"حقل رقمي"};var Kw={};Kw={decrease:n=>`Намаляване ${n.fieldLabel}`,increase:n=>`Усилване ${n.fieldLabel}`,numberField:"Номер на полето"};var jw={};jw={decrease:n=>`Snížit ${n.fieldLabel}`,increase:n=>`Zvýšit ${n.fieldLabel}`,numberField:"Číselné pole"};var Ww={};Ww={decrease:n=>`Reducer ${n.fieldLabel}`,increase:n=>`Øg ${n.fieldLabel}`,numberField:"Talfelt"};var Gw={};Gw={decrease:n=>`${n.fieldLabel} verringern`,increase:n=>`${n.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var Yw={};Yw={decrease:n=>`Μείωση ${n.fieldLabel}`,increase:n=>`Αύξηση ${n.fieldLabel}`,numberField:"Πεδίο αριθμού"};var qw={};qw={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 Xw={};Xw={decrease:n=>`Vähenda ${n.fieldLabel}`,increase:n=>`Suurenda ${n.fieldLabel}`,numberField:"Numbri väli"};var Zw={};Zw={decrease:n=>`Vähennä ${n.fieldLabel}`,increase:n=>`Lisää ${n.fieldLabel}`,numberField:"Numerokenttä"};var Jw={};Jw={decrease:n=>`Diminuer ${n.fieldLabel}`,increase:n=>`Augmenter ${n.fieldLabel}`,numberField:"Champ de nombre"};var e2={};e2={decrease:n=>`הקטן ${n.fieldLabel}`,increase:n=>`הגדל ${n.fieldLabel}`,numberField:"שדה מספר"};var t2={};t2={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var n2={};n2={decrease:n=>`${n.fieldLabel} csökkentése`,increase:n=>`${n.fieldLabel} növelése`,numberField:"Számmező"};var r2={};r2={decrease:n=>`Riduci ${n.fieldLabel}`,increase:n=>`Aumenta ${n.fieldLabel}`,numberField:"Campo numero"};var i2={};i2={decrease:n=>`${n.fieldLabel}を縮小`,increase:n=>`${n.fieldLabel}を拡大`,numberField:"数値フィールド"};var o2={};o2={decrease:n=>`${n.fieldLabel} 감소`,increase:n=>`${n.fieldLabel} 증가`,numberField:"번호 필드"};var l2={};l2={decrease:n=>`Sumažinti ${n.fieldLabel}`,increase:n=>`Padidinti ${n.fieldLabel}`,numberField:"Numerio laukas"};var a2={};a2={decrease:n=>`Samazināšana ${n.fieldLabel}`,increase:n=>`Palielināšana ${n.fieldLabel}`,numberField:"Skaitļu lauks"};var u2={};u2={decrease:n=>`Reduser ${n.fieldLabel}`,increase:n=>`Øk ${n.fieldLabel}`,numberField:"Tallfelt"};var s2={};s2={decrease:n=>`${n.fieldLabel} verlagen`,increase:n=>`${n.fieldLabel} verhogen`,numberField:"Getalveld"};var c2={};c2={decrease:n=>`Zmniejsz ${n.fieldLabel}`,increase:n=>`Zwiększ ${n.fieldLabel}`,numberField:"Pole numeru"};var d2={};d2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo de número"};var f2={};f2={decrease:n=>`Diminuir ${n.fieldLabel}`,increase:n=>`Aumentar ${n.fieldLabel}`,numberField:"Campo numérico"};var p2={};p2={decrease:n=>`Scădere ${n.fieldLabel}`,increase:n=>`Creștere ${n.fieldLabel}`,numberField:"Câmp numeric"};var v2={};v2={decrease:n=>`Уменьшение ${n.fieldLabel}`,increase:n=>`Увеличение ${n.fieldLabel}`,numberField:"Числовое поле"};var m2={};m2={decrease:n=>`Znížiť ${n.fieldLabel}`,increase:n=>`Zvýšiť ${n.fieldLabel}`,numberField:"Číselné pole"};var h2={};h2={decrease:n=>`Upadati ${n.fieldLabel}`,increase:n=>`Povečajte ${n.fieldLabel}`,numberField:"Številčno polje"};var g2={};g2={decrease:n=>`Smanji ${n.fieldLabel}`,increase:n=>`Povećaj ${n.fieldLabel}`,numberField:"Polje broja"};var y2={};y2={decrease:n=>`Minska ${n.fieldLabel}`,increase:n=>`Öka ${n.fieldLabel}`,numberField:"Nummerfält"};var b2={};b2={decrease:n=>`${n.fieldLabel} azalt`,increase:n=>`${n.fieldLabel} arttır`,numberField:"Sayı alanı"};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={decrease:n=>`縮小 ${n.fieldLabel}`,increase:n=>`放大 ${n.fieldLabel}`,numberField:"數字欄位"};var C2={};C2={"ar-AE":Vw,"bg-BG":Kw,"cs-CZ":jw,"da-DK":Ww,"de-DE":Gw,"el-GR":Yw,"en-US":qw,"es-ES":Qw,"et-EE":Xw,"fi-FI":Zw,"fr-FR":Jw,"he-IL":e2,"hr-HR":t2,"hu-HU":n2,"it-IT":r2,"ja-JP":i2,"ko-KR":o2,"lt-LT":l2,"lv-LV":a2,"nb-NO":u2,"nl-NL":s2,"pl-PL":c2,"pt-BR":d2,"pt-PT":f2,"ro-RO":p2,"ru-RU":v2,"sk-SK":m2,"sl-SI":h2,"sr-SP":g2,"sv-SE":y2,"tr-TR":b2,"uk-UA":x2,"zh-CN":k2,"zh-TW":E2};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(C2),"@react-aria/numberfield");let Ce=Or(s),{focusProps:ye}=vh({onBlur(){Q()}}),pe=_C($),X=x.useMemo(()=>pe.resolvedOptions(),[pe]),Y=_C({...$,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";FE()?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 _2=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:$}=pS({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}=LC({...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 _2.set(r,{isDisabled:f,isRequired:m,name:p,validationBehavior:b}),{labelProps:{...re,onClick:()=>{n.isDisabled||(l.current.focus(),rC("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=_2.get(r)||{},{autoComplete:f,name:m=s.name,isDisabled:p=s.isDisabled}=n,{validationBehavior:b,isRequired:E}=s,_=iC(),{visuallyHiddenProps:T}=uS();Gb(n.selectRef,r.selectedKey,r.setSelectedKey),wC({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={};/**
174
+ root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(f=t.identifierPrefix),t.onRecoverableError!==void 0&&(m=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var b=b7(e,L0,null,a,u,f,m);S0(b.current,e);var _=e.nodeType===Sn?e.parentNode:e;return kh(_),new m3(b)}function Rb(e){this._internalRoot=e}function aU(e){e&&Gy(e)}Rb.prototype.unstable_scheduleHydration=aU;function uU(e,t,a){if(!zb(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");U7(e),t===void 0&&p("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var u=a??null,f=a!=null&&a.hydratedSources||null,m=!1,b=!1,_="",w=B7;a!=null&&(a.unstable_strictMode===!0&&(m=!0),a.identifierPrefix!==void 0&&(_=a.identifierPrefix),a.onRecoverableError!==void 0&&(w=a.onRecoverableError));var L=x7(t,null,e,L0,u,m,b,_,w);if(S0(L.current,e),kh(e),f)for(var A=0;A<f.length;A++){var Q=f[A];fz(L,Q)}return new Rb(L)}function zb(e){return!!(e&&(e.nodeType===Gr||e.nodeType===Vo||e.nodeType===Cv))}function mm(e){return!!(e&&(e.nodeType===Gr||e.nodeType===Vo||e.nodeType===Cv||e.nodeType===Sn&&e.nodeValue===" react-mount-point-unstable "))}function U7(e){e.nodeType===Gr&&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."),Lh(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 sU=o.ReactCurrentOwner,V7;V7=function(e){if(e._reactRootContainer&&e.nodeType!==Sn){var t=E7(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=g3(e),f=!!(u&&Yu(u));f&&!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===Gr&&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 g3(e){return e?e.nodeType===Vo?e.documentElement:e.firstChild:null}function K7(){}function cU(e,t,a,u,f){if(f){if(typeof u=="function"){var m=u;u=function(){var Y=Fb(b);m.call(Y)}}var b=x7(t,u,e,Qu,null,!1,!1,"",K7);e._reactRootContainer=b,S0(b.current,e);var _=e.nodeType===Sn?e.parentNode:e;return kh(_),Za(),b}else{for(var w;w=e.lastChild;)e.removeChild(w);if(typeof u=="function"){var L=u;u=function(){var Y=Fb(A);L.call(Y)}}var A=b7(e,Qu,null,!1,!1,"",K7);e._reactRootContainer=A,S0(A.current,e);var Q=e.nodeType===Sn?e.parentNode:e;return kh(Q),Za(function(){hm(t,A,a,u)}),A}}function dU(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 Ib(e,t,a,u,f){V7(a),dU(f===void 0?null:f,"render");var m=a._reactRootContainer,b;if(!m)b=cU(a,t,e,f,u);else{if(b=m,typeof f=="function"){var _=f;f=function(){var w=Fb(b);_.call(w)}}hm(t,b,e,f)}return Fb(b)}var H7=!1;function fU(e){{H7||(H7=!0,p("findDOMNode is deprecated and will be removed in the next major release. 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"));var t=sU.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.",Bt(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Gr?e:QB(e,"findDOMNode")}function pU(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"),!mm(t))throw new Error("Target container is not a DOM element.");{var u=Lh(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 Ib(null,e,t,!0,a)}function vU(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"),!mm(t))throw new Error("Target container is not a DOM element.");{var u=Lh(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 Ib(null,e,t,!1,a)}function hU(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"),!mm(a))throw new Error("Target container is not a DOM element.");if(e==null||!vk(e))throw new Error("parentComponent must be a valid React Component");return Ib(e,t,a,!1,u)}var j7=!1;function mU(e){if(j7||(j7=!0,p("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!mm(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=Lh(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=g3(e),u=a&&!Yu(a);u&&p("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return Za(function(){Ib(null,null,e,!1,function(){e._reactRootContainer=null,B6(e)})}),!0}else{{var f=g3(e),m=!!(f&&Yu(f)),b=e.nodeType===Gr&&mm(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",b?"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}}xr(XB),Iu(ZB),Ky(JB),yc(Ri),ih(By),(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"),Vd(yF),pk(YE,uB,Za);function gU(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!zb(t))throw new Error("Target container is not a DOM element.");return qB(e,t,null,a)}function yU(e,t,a,u){return hU(e,t,a,u)}var y3={usingClientEntryPoint:!1,Events:[Yu,jf,w0,Du,Kd,YE]};function bU(e,t){return y3.usingClientEntryPoint||p('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),lU(e,t)}function xU(e,t,a){return y3.usingClientEntryPoint||p('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),uU(e,t,a)}function kU(e){return Z8()&&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."),Za(e)}var EU=oU({findFiberByHostInstance:Lc,bundleType:1,version:d3,rendererPackageName:"react-dom"});if(!EU&&$e&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var W7=window.location.protocol;/^(https?|file):$/.test(W7)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(W7==="file:"?`
175
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}Ci.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=y3,Ci.createPortal=gU,Ci.createRoot=bU,Ci.findDOMNode=fU,Ci.flushSync=kU,Ci.hydrate=pU,Ci.hydrateRoot=xU,Ci.render=vU,Ci.unmountComponentAtNode=mU,Ci.unstable_batchedUpdates=YE,Ci.unstable_renderSubtreeIntoContainer=yU,Ci.version=d3,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),Ci}function H3(){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(H3)}catch(r){console.error(r)}}}process.env.NODE_ENV==="production"?(H3(),Zb.exports=U9()):Zb.exports=V9();var xp=Zb.exports;const K9=z9(xp);function t1(r,n=!0){let[o,s]=x.useState(!0),d=o&&n;return Vt(()=>{if(d&&r.current&&"getAnimations"in r.current)for(let h of r.current.getAnimations())h instanceof CSSTransition&&h.cancel()},[r,d]),j3(r,d,x.useCallback(()=>s(!1),[])),d}function n1(r,n){let[o,s]=x.useState(n?"open":"closed");switch(o){case"open":n||s("exiting");break;case"closed":case"exiting":n&&s("open");break}let d=o==="exiting";return j3(r,d,x.useCallback(()=>{s(h=>h==="exiting"?"closed":h)},[])),d}function j3(r,n,o){Vt(()=>{if(n&&r.current){if(!("getAnimations"in r.current)){o();return}let s=r.current.getAnimations();if(s.length===0){o();return}let d=!1;return Promise.all(s.map(h=>h.finished)).then(()=>{d||xp.flushSync(()=>{o()})}).catch(()=>{}),()=>{d=!0}}},[r,n,o])}const H9=typeof Element<"u"&&"checkVisibility"in Element.prototype;function j9(r){const n=xi(r);if(!(r instanceof n.HTMLElement)&&!(r instanceof n.SVGElement))return!1;let{display:o,visibility:s}=r.style,d=o!=="none"&&s!=="hidden"&&s!=="collapse";if(d){const{getComputedStyle:h}=r.ownerDocument.defaultView;let{display:p,visibility:y}=h(r);d=p!=="none"&&y!=="hidden"&&y!=="collapse"}return d}function W9(r,n){return!r.hasAttribute("hidden")&&!r.hasAttribute("data-react-aria-prevent-focus")&&(r.nodeName==="DETAILS"&&n&&n.nodeName!=="SUMMARY"?r.hasAttribute("open"):!0)}function r1(r,n){return H9?r.checkVisibility({visibilityProperty:!0})&&!r.closest("[data-react-aria-prevent-focus]"):r.nodeName!=="#comment"&&j9(r)&&W9(r,n)&&(!r.parentElement||r1(r.parentElement,r))}const i1=["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]:not([contenteditable^="false"])',"permission"],G9=i1.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";i1.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const Y9=i1.join(':not([hidden]):not([tabindex="-1"]),');function W3(r){return r.matches(G9)&&r1(r)&&!G3(r)}function q9(r){return r.matches(Y9)&&r1(r)&&!G3(r)}function G3(r){let n=r;for(;n!=null;){if(n instanceof n.ownerDocument.defaultView.HTMLElement&&n.inert)return!0;n=n.parentElement}return!1}function iu(r,n,o){let[s,d]=x.useState(r||n),h=x.useRef(r!==void 0),p=r!==void 0;x.useEffect(()=>{let C=h.current;C!==p&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${C?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}.`),h.current=p},[p]);let y=p?r:s,k=x.useCallback((C,...T)=>{let S=(D,...$)=>{o&&(Object.is(y,D)||o(D,...$)),p||(y=D)};typeof C=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),d(($,...N)=>{let M=C(p?y:$,...N);return S(M,...T),p?$:M})):(p||d(C),S(C,...T))},[p,y,o]);return[y,k]}function Jc(r,n=-1/0,o=1/0){return Math.min(Math.max(r,n),o)}function wm(r,n){let o=r,s=0,d=n.toString(),h=d.toLowerCase().indexOf("e-");if(h>0)s=Math.abs(Math.floor(Math.log10(Math.abs(n))))+h;else{let p=d.indexOf(".");p>=0&&(s=d.length-p)}if(s>0){let p=Math.pow(10,s);o=Math.round(o*p)/p}return o}function Zl(r,n,o,s){n=Number(n),o=Number(o);let d=(r-(isNaN(n)?0:n))%s,h=wm(Math.abs(d)*2>=s?r+Math.sign(d)*(s-Math.abs(d)):r-d,s);return isNaN(n)?!isNaN(o)&&h>o&&(h=Math.floor(wm(o/s,s))*s):h<n?h=n:!isNaN(o)&&h>o&&(h=n+Math.floor(wm((o-n)/s,s))*s),h=wm(h,s),h}function o1(r){let n=r;return n.nativeEvent=r,n.isDefaultPrevented=()=>n.defaultPrevented,n.isPropagationStopped=()=>n.cancelBubble,n.persist=()=>{},n}function Y3(r,n){Object.defineProperty(r,"target",{value:n}),Object.defineProperty(r,"currentTarget",{value:n})}function q3(r){let n=x.useRef({isFocused:!1,observer:null});Vt(()=>{const s=n.current;return()=>{s.observer&&(s.observer.disconnect(),s.observer=null)}},[]);let o=hn(s=>{r==null||r(s)});return x.useCallback(s=>{if(s.target instanceof HTMLButtonElement||s.target instanceof HTMLInputElement||s.target instanceof HTMLTextAreaElement||s.target instanceof HTMLSelectElement){n.current.isFocused=!0;let d=s.target,h=p=>{if(n.current.isFocused=!1,d.disabled){let y=o1(p);o(y)}n.current.observer&&(n.current.observer.disconnect(),n.current.observer=null)};d.addEventListener("focusout",h,{once:!0}),n.current.observer=new MutationObserver(()=>{if(n.current.isFocused&&d.disabled){var p;(p=n.current.observer)===null||p===void 0||p.disconnect();let y=d===document.activeElement?null:document.activeElement;d.dispatchEvent(new FocusEvent("blur",{relatedTarget:y})),d.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:y}))}}),n.current.observer.observe(d,{attributes:!0,attributeFilter:["disabled"]})}},[o])}let Tm=!1;function Q3(r){for(;r&&!W3(r);)r=r.parentElement;let n=xi(r),o=n.document.activeElement;if(!o||o===r)return;Tm=!0;let s=!1,d=T=>{(T.target===o||s)&&T.stopImmediatePropagation()},h=T=>{(T.target===o||s)&&(T.stopImmediatePropagation(),!r&&!s&&(s=!0,Oo(o),k()))},p=T=>{(T.target===r||s)&&T.stopImmediatePropagation()},y=T=>{(T.target===r||s)&&(T.stopImmediatePropagation(),s||(s=!0,Oo(o),k()))};n.addEventListener("blur",d,!0),n.addEventListener("focusout",h,!0),n.addEventListener("focusin",y,!0),n.addEventListener("focus",p,!0);let k=()=>{cancelAnimationFrame(C),n.removeEventListener("blur",d,!0),n.removeEventListener("focusout",h,!0),n.removeEventListener("focusin",y,!0),n.removeEventListener("focus",p,!0),Tm=!1,s=!1},C=requestAnimationFrame(k);return k}let ed="default",l1="",Dm=new WeakMap;function X3(r){if(gp()){if(ed==="default"){const n=At(r);l1=n.documentElement.style.webkitUserSelect,n.documentElement.style.webkitUserSelect="none"}ed="disabled"}else if(r instanceof HTMLElement||r instanceof SVGElement){let n="userSelect"in r.style?"userSelect":"webkitUserSelect";Dm.set(r,r.style[n]),r.style[n]="none"}}function a1(r){if(gp()){if(ed!=="disabled")return;ed="restoring",setTimeout(()=>{L3(()=>{if(ed==="restoring"){const n=At(r);n.documentElement.style.webkitUserSelect==="none"&&(n.documentElement.style.webkitUserSelect=l1||""),l1="",ed="default"}})},300)}else if((r instanceof HTMLElement||r instanceof SVGElement)&&r&&Dm.has(r)){let n=Dm.get(r),o="userSelect"in r.style?"userSelect":"webkitUserSelect";r.style[o]==="none"&&(r.style[o]=n),r.getAttribute("style")===""&&r.removeAttribute("style"),Dm.delete(r)}}const kp=x.createContext({register:()=>{}});kp.displayName="PressResponderContext";function Q9(r,n){return n.get?n.get.call(r):n.value}function Z3(r,n,o){if(!n.has(r))throw new TypeError("attempted to "+o+" private field on non-instance");return n.get(r)}function X9(r,n){var o=Z3(r,n,"get");return Q9(r,o)}function Z9(r,n){if(n.has(r))throw new TypeError("Cannot initialize the same private elements twice on an object")}function J9(r,n,o){Z9(r,n),n.set(r,o)}function e$(r,n,o){if(n.set)n.set.call(r,o);else{if(!n.writable)throw new TypeError("attempted to set read only private field");n.value=o}}function J3(r,n,o){var s=Z3(r,n,"set");return e$(r,s,o),o}function t$(r){let n=x.useContext(kp);if(n){let{register:o,...s}=n;r=it(s,r),o()}return Gb(n,r.ref),r}var $m=new WeakMap;class Pm{continuePropagation(){J3(this,$m,!1)}get shouldStopPropagation(){return X9(this,$m)}constructor(n,o,s,d){J9(this,$m,{writable:!0,value:void 0}),J3(this,$m,!0);var h;let p=(h=d==null?void 0:d.target)!==null&&h!==void 0?h:s.currentTarget;const y=p==null?void 0:p.getBoundingClientRect();let k,C=0,T,S=null;s.clientX!=null&&s.clientY!=null&&(T=s.clientX,S=s.clientY),y&&(T!=null&&S!=null?(k=T-y.left,C=S-y.top):(k=y.width/2,C=y.height/2)),this.type=n,this.pointerType=o,this.target=s.currentTarget,this.shiftKey=s.shiftKey,this.metaKey=s.metaKey,this.ctrlKey=s.ctrlKey,this.altKey=s.altKey,this.x=k,this.y=C}}const eC=Symbol("linkClicked"),tC="react-aria-pressable-style",nC="data-react-aria-pressable";function Ep(r){let{onPress:n,onPressChange:o,onPressStart:s,onPressEnd:d,onPressUp:h,onClick:p,isDisabled:y,isPressed:k,preventFocusOnPress:C,shouldCancelOnPointerExit:T,allowTextSelectionOnPress:S,ref:D,...$}=t$(r),[N,M]=x.useState(!1),O=x.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null,disposables:[]}),{addGlobalListener:z,removeAllGlobalListeners:B}=yp(),V=hn((F,ce)=>{let le=O.current;if(y||le.didFirePressStart)return!1;let ue=!0;if(le.isTriggeringEvent=!0,s){let be=new Pm("pressstart",ce,F);s(be),ue=be.shouldStopPropagation}return o&&o(!0),le.isTriggeringEvent=!1,le.didFirePressStart=!0,M(!0),ue}),K=hn((F,ce,le=!0)=>{let ue=O.current;if(!ue.didFirePressStart)return!1;ue.didFirePressStart=!1,ue.isTriggeringEvent=!0;let be=!0;if(d){let j=new Pm("pressend",ce,F);d(j),be=j.shouldStopPropagation}if(o&&o(!1),M(!1),n&&le&&!y){let j=new Pm("press",ce,F);n(j),be&&(be=j.shouldStopPropagation)}return ue.isTriggeringEvent=!1,be}),U=hn((F,ce)=>{let le=O.current;if(y)return!1;if(h){le.isTriggeringEvent=!0;let ue=new Pm("pressup",ce,F);return h(ue),le.isTriggeringEvent=!1,ue.shouldStopPropagation}return!0}),G=hn(F=>{let ce=O.current;if(ce.isPressed&&ce.target){ce.didFirePressStart&&ce.pointerType!=null&&K(hs(ce.target,F),ce.pointerType,!1),ce.isPressed=!1,ce.isOverTarget=!1,ce.activePointerId=null,ce.pointerType=null,B(),S||a1(ce.target);for(let le of ce.disposables)le();ce.disposables=[]}}),Z=hn(F=>{T&&G(F)}),Se=hn(F=>{y||p==null||p(F)}),ve=hn((F,ce)=>{if(!y&&p){let le=new MouseEvent("click",F);Y3(le,ce),p(o1(le))}}),de=x.useMemo(()=>{let F=O.current,ce={onKeyDown(ue){if(s1(ue.nativeEvent,ue.currentTarget)&&cn(ue.currentTarget,zt(ue.nativeEvent))){var be;oC(zt(ue.nativeEvent),ue.key)&&ue.preventDefault();let j=!0;if(!F.isPressed&&!ue.repeat){F.target=ue.currentTarget,F.isPressed=!0,F.pointerType="keyboard",j=V(ue,"keyboard");let re=ue.currentTarget,X=W=>{s1(W,re)&&!W.repeat&&cn(re,zt(W))&&F.target&&U(hs(F.target,W),"keyboard")};z(At(ue.currentTarget),"keyup",Ql(X,le),!0)}j&&ue.stopPropagation(),ue.metaKey&&nu()&&((be=F.metaKeyEvents)===null||be===void 0||be.set(ue.key,ue.nativeEvent))}else ue.key==="Meta"&&(F.metaKeyEvents=new Map)},onClick(ue){if(!(ue&&!cn(ue.currentTarget,zt(ue.nativeEvent)))&&ue&&ue.button===0&&!F.isTriggeringEvent&&!fs.isOpening){let be=!0;if(y&&ue.preventDefault(),!F.ignoreEmulatedMouseEvents&&!F.isPressed&&(F.pointerType==="virtual"||Qb(ue.nativeEvent))){let j=V(ue,"virtual"),re=U(ue,"virtual"),X=K(ue,"virtual");Se(ue),be=j&&re&&X}else if(F.isPressed&&F.pointerType!=="keyboard"){let j=F.pointerType||ue.nativeEvent.pointerType||"virtual",re=U(hs(ue.currentTarget,ue),j),X=K(hs(ue.currentTarget,ue),j,!0);be=re&&X,F.isOverTarget=!1,Se(ue),G(ue)}F.ignoreEmulatedMouseEvents=!1,be&&ue.stopPropagation()}}},le=ue=>{var be;if(F.isPressed&&F.target&&s1(ue,F.target)){var j;oC(zt(ue),ue.key)&&ue.preventDefault();let X=zt(ue),W=cn(F.target,zt(ue));K(hs(F.target,ue),"keyboard",W),W&&ve(ue,F.target),B(),ue.key!=="Enter"&&u1(F.target)&&cn(F.target,X)&&!ue[eC]&&(ue[eC]=!0,fs(F.target,ue,!1)),F.isPressed=!1,(j=F.metaKeyEvents)===null||j===void 0||j.delete(ue.key)}else if(ue.key==="Meta"&&(!((be=F.metaKeyEvents)===null||be===void 0)&&be.size)){var re;let X=F.metaKeyEvents;F.metaKeyEvents=void 0;for(let W of X.values())(re=F.target)===null||re===void 0||re.dispatchEvent(new KeyboardEvent("keyup",W))}};if(typeof PointerEvent<"u"){ce.onPointerDown=j=>{if(j.button!==0||!cn(j.currentTarget,zt(j.nativeEvent)))return;if(M9(j.nativeEvent)){F.pointerType="virtual";return}F.pointerType=j.pointerType;let re=!0;if(!F.isPressed){F.isPressed=!0,F.isOverTarget=!0,F.activePointerId=j.pointerId,F.target=j.currentTarget,S||X3(F.target),re=V(j,F.pointerType);let X=zt(j.nativeEvent);"releasePointerCapture"in X&&X.releasePointerCapture(j.pointerId),z(At(j.currentTarget),"pointerup",ue,!1),z(At(j.currentTarget),"pointercancel",be,!1)}re&&j.stopPropagation()},ce.onMouseDown=j=>{if(cn(j.currentTarget,zt(j.nativeEvent))&&j.button===0){if(C){let re=Q3(j.target);re&&F.disposables.push(re)}j.stopPropagation()}},ce.onPointerUp=j=>{!cn(j.currentTarget,zt(j.nativeEvent))||F.pointerType==="virtual"||j.button===0&&!F.isPressed&&U(j,F.pointerType||j.pointerType)},ce.onPointerEnter=j=>{j.pointerId===F.activePointerId&&F.target&&!F.isOverTarget&&F.pointerType!=null&&(F.isOverTarget=!0,V(hs(F.target,j),F.pointerType))},ce.onPointerLeave=j=>{j.pointerId===F.activePointerId&&F.target&&F.isOverTarget&&F.pointerType!=null&&(F.isOverTarget=!1,K(hs(F.target,j),F.pointerType,!1),Z(j))};let ue=j=>{if(j.pointerId===F.activePointerId&&F.isPressed&&j.button===0&&F.target){if(cn(F.target,zt(j))&&F.pointerType!=null){let re=!1,X=setTimeout(()=>{F.isPressed&&F.target instanceof HTMLElement&&(re?G(j):(Oo(F.target),F.target.click()))},80);z(j.currentTarget,"click",()=>re=!0,!0),F.disposables.push(()=>clearTimeout(X))}else G(j);F.isOverTarget=!1}},be=j=>{G(j)};ce.onDragStart=j=>{cn(j.currentTarget,zt(j.nativeEvent))&&G(j)}}else if(process.env.NODE_ENV==="test"){ce.onMouseDown=j=>{if(j.button!==0||!cn(j.currentTarget,zt(j.nativeEvent)))return;if(F.ignoreEmulatedMouseEvents){j.stopPropagation();return}if(F.isPressed=!0,F.isOverTarget=!0,F.target=j.currentTarget,F.pointerType=Qb(j.nativeEvent)?"virtual":"mouse",xp.flushSync(()=>V(j,F.pointerType))&&j.stopPropagation(),C){let X=Q3(j.target);X&&F.disposables.push(X)}z(At(j.currentTarget),"mouseup",ue,!1)},ce.onMouseEnter=j=>{if(!cn(j.currentTarget,zt(j.nativeEvent)))return;let re=!0;F.isPressed&&!F.ignoreEmulatedMouseEvents&&F.pointerType!=null&&(F.isOverTarget=!0,re=V(j,F.pointerType)),re&&j.stopPropagation()},ce.onMouseLeave=j=>{if(!cn(j.currentTarget,zt(j.nativeEvent)))return;let re=!0;F.isPressed&&!F.ignoreEmulatedMouseEvents&&F.pointerType!=null&&(F.isOverTarget=!1,re=K(j,F.pointerType,!1),Z(j)),re&&j.stopPropagation()},ce.onMouseUp=j=>{cn(j.currentTarget,zt(j.nativeEvent))&&!F.ignoreEmulatedMouseEvents&&j.button===0&&!F.isPressed&&U(j,F.pointerType||"mouse")};let ue=j=>{if(j.button===0){if(F.ignoreEmulatedMouseEvents){F.ignoreEmulatedMouseEvents=!1;return}F.target&&F.target.contains(j.target)&&F.pointerType!=null||G(j),F.isOverTarget=!1}};ce.onTouchStart=j=>{if(!cn(j.currentTarget,zt(j.nativeEvent)))return;let re=n$(j.nativeEvent);if(!re)return;F.activePointerId=re.identifier,F.ignoreEmulatedMouseEvents=!0,F.isOverTarget=!0,F.isPressed=!0,F.target=j.currentTarget,F.pointerType="touch",S||X3(F.target),V(ou(F.target,j),F.pointerType)&&j.stopPropagation(),z(xi(j.currentTarget),"scroll",be,!0)},ce.onTouchMove=j=>{if(!cn(j.currentTarget,zt(j.nativeEvent)))return;if(!F.isPressed){j.stopPropagation();return}let re=rC(j.nativeEvent,F.activePointerId),X=!0;re&&iC(re,j.currentTarget)?!F.isOverTarget&&F.pointerType!=null&&(F.isOverTarget=!0,X=V(ou(F.target,j),F.pointerType)):F.isOverTarget&&F.pointerType!=null&&(F.isOverTarget=!1,X=K(ou(F.target,j),F.pointerType,!1),Z(ou(F.target,j))),X&&j.stopPropagation()},ce.onTouchEnd=j=>{if(!cn(j.currentTarget,zt(j.nativeEvent)))return;if(!F.isPressed){j.stopPropagation();return}let re=rC(j.nativeEvent,F.activePointerId),X=!0;re&&iC(re,j.currentTarget)&&F.pointerType!=null?(U(ou(F.target,j),F.pointerType),X=K(ou(F.target,j),F.pointerType),ve(j.nativeEvent,F.target)):F.isOverTarget&&F.pointerType!=null&&(X=K(ou(F.target,j),F.pointerType,!1)),X&&j.stopPropagation(),F.isPressed=!1,F.activePointerId=null,F.isOverTarget=!1,F.ignoreEmulatedMouseEvents=!0,F.target&&!S&&a1(F.target),B()},ce.onTouchCancel=j=>{cn(j.currentTarget,zt(j.nativeEvent))&&(j.stopPropagation(),F.isPressed&&G(ou(F.target,j)))};let be=j=>{F.isPressed&&cn(zt(j),F.target)&&G({currentTarget:F.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};ce.onDragStart=j=>{cn(j.currentTarget,zt(j.nativeEvent))&&G(j)}}return ce},[z,y,C,B,S,G,Z,K,V,U,Se,ve]);return x.useEffect(()=>{if(!D||process.env.NODE_ENV==="test")return;const F=At(D.current);if(!F||!F.head||F.getElementById(tC))return;const ce=F.createElement("style");ce.id=tC,ce.textContent=`
176
+ @layer {
177
+ [${nC}] {
178
+ touch-action: pan-x pan-y pinch-zoom;
179
+ }
180
+ }
181
+ `.trim(),F.head.prepend(ce)},[D]),x.useEffect(()=>{let F=O.current;return()=>{var ce;S||a1((ce=F.target)!==null&&ce!==void 0?ce:void 0);for(let le of F.disposables)le();F.disposables=[]}},[S]),{isPressed:k||N,pressProps:it($,de,{[nC]:!0})}}function u1(r){return r.tagName==="A"&&r.hasAttribute("href")}function s1(r,n){const{key:o,code:s}=r,d=n,h=d.getAttribute("role");return(o==="Enter"||o===" "||o==="Spacebar"||s==="Space")&&!(d instanceof xi(d).HTMLInputElement&&!lC(d,o)||d instanceof xi(d).HTMLTextAreaElement||d.isContentEditable)&&!((h==="link"||!h&&u1(d))&&o!=="Enter")}function n$(r){const{targetTouches:n}=r;return n.length>0?n[0]:null}function rC(r,n){const o=r.changedTouches;for(let s=0;s<o.length;s++){const d=o[s];if(d.identifier===n)return d}return null}function ou(r,n){let o=0,s=0;return n.targetTouches&&n.targetTouches.length===1&&(o=n.targetTouches[0].clientX,s=n.targetTouches[0].clientY),{currentTarget:r,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:s}}function hs(r,n){let o=n.clientX,s=n.clientY;return{currentTarget:r,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:s}}function r$(r){let n=0,o=0;return r.width!==void 0?n=r.width/2:r.radiusX!==void 0&&(n=r.radiusX),r.height!==void 0?o=r.height/2:r.radiusY!==void 0&&(o=r.radiusY),{top:r.clientY-o,right:r.clientX+n,bottom:r.clientY+o,left:r.clientX-n}}function i$(r,n){return!(r.left>n.right||n.left>r.right||r.top>n.bottom||n.top>r.bottom)}function iC(r,n){let o=n.getBoundingClientRect(),s=r$(r);return i$(o,s)}function o$(r){return r instanceof HTMLInputElement?!1:r instanceof HTMLButtonElement?r.type!=="submit"&&r.type!=="reset":!u1(r)}function oC(r,n){return r instanceof HTMLInputElement?!lC(r,n):o$(r)}const l$=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function lC(r,n){return r.type==="checkbox"||r.type==="radio"?n===" ":l$.has(r.type)}let ms=null,c1=new Set,Cp=new Map,gs=!1,d1=!1;const a$={Tab:!0,Escape:!0};function Nm(r,n){for(let o of c1)o(r,n)}function u$(r){return!(r.metaKey||!nu()&&r.altKey||r.ctrlKey||r.key==="Control"||r.key==="Shift"||r.key==="Meta")}function Lm(r){gs=!0,u$(r)&&(ms="keyboard",Nm("keyboard",r))}function uo(r){ms="pointer",(r.type==="mousedown"||r.type==="pointerdown")&&(gs=!0,Nm("pointer",r))}function aC(r){Qb(r)&&(gs=!0,ms="virtual")}function uC(r){r.target===window||r.target===document||Tm||!r.isTrusted||(!gs&&!d1&&(ms="virtual",Nm("virtual",r)),gs=!1,d1=!1)}function sC(){Tm||(gs=!1,d1=!0)}function f1(r){if(typeof window>"u"||typeof document>"u"||Cp.get(xi(r)))return;const n=xi(r),o=At(r);let s=n.HTMLElement.prototype.focus;n.HTMLElement.prototype.focus=function(){gs=!0,s.apply(this,arguments)},o.addEventListener("keydown",Lm,!0),o.addEventListener("keyup",Lm,!0),o.addEventListener("click",aC,!0),n.addEventListener("focus",uC,!0),n.addEventListener("blur",sC,!1),typeof PointerEvent<"u"?(o.addEventListener("pointerdown",uo,!0),o.addEventListener("pointermove",uo,!0),o.addEventListener("pointerup",uo,!0)):process.env.NODE_ENV==="test"&&(o.addEventListener("mousedown",uo,!0),o.addEventListener("mousemove",uo,!0),o.addEventListener("mouseup",uo,!0)),n.addEventListener("beforeunload",()=>{cC(r)},{once:!0}),Cp.set(n,{focus:s})}const cC=(r,n)=>{const o=xi(r),s=At(r);n&&s.removeEventListener("DOMContentLoaded",n),Cp.has(o)&&(o.HTMLElement.prototype.focus=Cp.get(o).focus,s.removeEventListener("keydown",Lm,!0),s.removeEventListener("keyup",Lm,!0),s.removeEventListener("click",aC,!0),o.removeEventListener("focus",uC,!0),o.removeEventListener("blur",sC,!1),typeof PointerEvent<"u"?(s.removeEventListener("pointerdown",uo,!0),s.removeEventListener("pointermove",uo,!0),s.removeEventListener("pointerup",uo,!0)):process.env.NODE_ENV==="test"&&(s.removeEventListener("mousedown",uo,!0),s.removeEventListener("mousemove",uo,!0),s.removeEventListener("mouseup",uo,!0)),Cp.delete(o))};function s$(r){const n=At(r);let o;return n.readyState!=="loading"?f1(r):(o=()=>{f1(r)},n.addEventListener("DOMContentLoaded",o)),()=>cC(r,o)}typeof document<"u"&&s$();function td(){return ms!=="pointer"}function Mm(){return ms}function dC(r){ms=r,Nm(r,null)}const c$=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function d$(r,n,o){let s=At(o==null?void 0:o.target);const d=typeof window<"u"?xi(o==null?void 0:o.target).HTMLInputElement:HTMLInputElement,h=typeof window<"u"?xi(o==null?void 0:o.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?xi(o==null?void 0:o.target).HTMLElement:HTMLElement,y=typeof window<"u"?xi(o==null?void 0:o.target).KeyboardEvent:KeyboardEvent;return r=r||s.activeElement instanceof d&&!c$.has(s.activeElement.type)||s.activeElement instanceof h||s.activeElement instanceof p&&s.activeElement.isContentEditable,!(r&&n==="keyboard"&&o instanceof y&&!a$[o.key])}function f$(r,n,o){f1(),x.useEffect(()=>{let s=(d,h)=>{d$(!!(o!=null&&o.isTextInput),d,h)&&r(td())};return c1.add(s),()=>{c1.delete(s)}},n)}function lu(r){const n=At(r),o=Er(n);if(Mm()==="virtual"){let s=o;L3(()=>{Er(n)===s&&r.isConnected&&Oo(r)})}else Oo(r)}function Am(r){let{isDisabled:n,onFocus:o,onBlur:s,onFocusChange:d}=r;const h=x.useCallback(k=>{if(k.target===k.currentTarget)return s&&s(k),d&&d(!1),!0},[s,d]),p=q3(h),y=x.useCallback(k=>{const C=At(k.target),T=C?Er(C):Er();k.target===k.currentTarget&&T===zt(k.nativeEvent)&&(o&&o(k),d&&d(!0),p(k))},[d,o,p]);return{focusProps:{onFocus:!n&&(o||d||s)?y:void 0,onBlur:!n&&(s||d)?h:void 0}}}function fC(r){if(!r)return;let n=!0;return o=>{let s={...o,preventDefault(){o.preventDefault()},isDefaultPrevented(){return o.isDefaultPrevented()},stopPropagation(){n&&process.env.NODE_ENV!=="production"?console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior."):n=!0},continuePropagation(){n=!1},isPropagationStopped(){return n}};r(s),n&&o.stopPropagation()}}function pC(r){return{keyboardProps:r.isDisabled?{}:{onKeyDown:fC(r.onKeyDown),onKeyUp:fC(r.onKeyUp)}}}let p1=x.createContext(null);function p$(r){let n=x.useContext(p1)||{};Gb(n,r);let{ref:o,...s}=n;return s}function v1(r,n){let{focusProps:o}=Am(r),{keyboardProps:s}=pC(r),d=it(o,s),h=p$(n),p=r.isDisabled?{}:h,y=x.useRef(r.autoFocus);x.useEffect(()=>{y.current&&n.current&&lu(n.current),y.current=!1},[n]);let k=r.excludeFromTabOrder?-1:0;return r.isDisabled&&(k=void 0),{focusableProps:it({...d,tabIndex:k},p)}}const vC=x.forwardRef(({children:r,...n},o)=>{let s=x.useRef(!1),d=x.useContext(kp);o=ps(o||(d==null?void 0:d.ref));let h=it(d||{},{...n,ref:o,register(){s.current=!0,d&&d.register()}});return Gb(d,o),x.useEffect(()=>{s.current||(process.env.NODE_ENV!=="production"&&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(kp.Provider,{value:h},r)});function v$({children:r}){let n=x.useMemo(()=>({register:()=>{}}),[]);return x.createElement(kp.Provider,{value:n},r)}function _p(r){let{isDisabled:n,onBlurWithin:o,onFocusWithin:s,onFocusWithinChange:d}=r,h=x.useRef({isFocusWithin:!1}),{addGlobalListener:p,removeAllGlobalListeners:y}=yp(),k=x.useCallback(S=>{S.currentTarget.contains(S.target)&&h.current.isFocusWithin&&!S.currentTarget.contains(S.relatedTarget)&&(h.current.isFocusWithin=!1,y(),o&&o(S),d&&d(!1))},[o,d,h,y]),C=q3(k),T=x.useCallback(S=>{if(!S.currentTarget.contains(S.target))return;const D=At(S.target),$=Er(D);if(!h.current.isFocusWithin&&$===zt(S.nativeEvent)){s&&s(S),d&&d(!0),h.current.isFocusWithin=!0,C(S);let N=S.currentTarget;p(D,"focus",M=>{if(h.current.isFocusWithin&&!cn(N,M.target)){let O=new D.defaultView.FocusEvent("blur",{relatedTarget:M.target});Y3(O,N);let z=o1(O);k(z)}},{capture:!0})}},[s,d,C,p,k]);return n?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:T,onBlur:k}}}let Om=!1,Fm=0;function h1(){Om=!0,setTimeout(()=>{Om=!1},50)}function hC(r){r.pointerType==="touch"&&h1()}function h$(){if(!(typeof document>"u"))return Fm===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",hC):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",h1)),Fm++,()=>{Fm--,!(Fm>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",hC):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",h1))}}function Jl(r){let{onHoverStart:n,onHoverChange:o,onHoverEnd:s,isDisabled:d}=r,[h,p]=x.useState(!1),y=x.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;x.useEffect(h$,[]);let{addGlobalListener:k,removeAllGlobalListeners:C}=yp(),{hoverProps:T,triggerHoverEnd:S}=x.useMemo(()=>{let D=(M,O)=>{if(y.pointerType=O,d||O==="touch"||y.isHovered||!M.currentTarget.contains(M.target))return;y.isHovered=!0;let z=M.currentTarget;y.target=z,k(At(M.target),"pointerover",B=>{y.isHovered&&y.target&&!cn(y.target,B.target)&&$(B,B.pointerType)},{capture:!0}),n&&n({type:"hoverstart",target:z,pointerType:O}),o&&o(!0),p(!0)},$=(M,O)=>{let z=y.target;y.pointerType="",y.target=null,!(O==="touch"||!y.isHovered||!z)&&(y.isHovered=!1,C(),s&&s({type:"hoverend",target:z,pointerType:O}),o&&o(!1),p(!1))},N={};return typeof PointerEvent<"u"?(N.onPointerEnter=M=>{Om&&M.pointerType==="mouse"||D(M,M.pointerType)},N.onPointerLeave=M=>{!d&&M.currentTarget.contains(M.target)&&$(M,M.pointerType)}):process.env.NODE_ENV==="test"&&(N.onTouchStart=()=>{y.ignoreEmulatedMouseEvents=!0},N.onMouseEnter=M=>{!y.ignoreEmulatedMouseEvents&&!Om&&D(M,"mouse"),y.ignoreEmulatedMouseEvents=!1},N.onMouseLeave=M=>{!d&&M.currentTarget.contains(M.target)&&$(M,"mouse")}),{hoverProps:N,triggerHoverEnd:$}},[n,o,s,d,y,k,C]);return x.useEffect(()=>{d&&S({currentTarget:y.target},y.pointerType)},[d]),{hoverProps:T,isHovered:h}}function m$(r){let{ref:n,onInteractOutside:o,isDisabled:s,onInteractOutsideStart:d}=r,h=x.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),p=hn(k=>{o&&Rm(k,n)&&(d&&d(k),h.current.isPointerDown=!0)}),y=hn(k=>{o&&o(k)});x.useEffect(()=>{let k=h.current;if(s)return;const C=n.current,T=At(C);if(typeof PointerEvent<"u"){let S=D=>{k.isPointerDown&&Rm(D,n)&&y(D),k.isPointerDown=!1};return T.addEventListener("pointerdown",p,!0),T.addEventListener("click",S,!0),()=>{T.removeEventListener("pointerdown",p,!0),T.removeEventListener("click",S,!0)}}else if(process.env.NODE_ENV==="test"){let S=$=>{k.ignoreEmulatedMouseEvents?k.ignoreEmulatedMouseEvents=!1:k.isPointerDown&&Rm($,n)&&y($),k.isPointerDown=!1},D=$=>{k.ignoreEmulatedMouseEvents=!0,k.isPointerDown&&Rm($,n)&&y($),k.isPointerDown=!1};return T.addEventListener("mousedown",p,!0),T.addEventListener("mouseup",S,!0),T.addEventListener("touchstart",p,!0),T.addEventListener("touchend",D,!0),()=>{T.removeEventListener("mousedown",p,!0),T.removeEventListener("mouseup",S,!0),T.removeEventListener("touchstart",p,!0),T.removeEventListener("touchend",D,!0)}}},[n,s,p,y])}function Rm(r,n){if(r.button>0)return!1;if(r.target){const o=r.target.ownerDocument;if(!o||!o.documentElement.contains(r.target)||r.target.closest("[data-react-aria-top-layer]"))return!1}return n.current?!r.composedPath().includes(n.current):!1}function g$(r,n){let{onScroll:o,isDisabled:s}=r,d=x.useCallback(h=>{h.ctrlKey||(h.preventDefault(),h.stopPropagation(),o&&o({deltaX:h.deltaX,deltaY:h.deltaY}))},[o]);Zc(n,"wheel",s?void 0:d)}const y$=500;function mC(r){let{isDisabled:n,onLongPressStart:o,onLongPressEnd:s,onLongPress:d,threshold:h=y$,accessibilityDescription:p}=r;const y=x.useRef(void 0);let{addGlobalListener:k,removeGlobalListener:C}=yp(),{pressProps:T}=Ep({isDisabled:n,onPressStart(D){if(D.continuePropagation(),(D.pointerType==="mouse"||D.pointerType==="touch")&&(o&&o({...D,type:"longpressstart"}),y.current=setTimeout(()=>{D.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),At(D.target).activeElement!==D.target&&Oo(D.target),d&&d({...D,type:"longpress"}),y.current=void 0},h),D.pointerType==="touch")){let $=N=>{N.preventDefault()};k(D.target,"contextmenu",$,{once:!0}),k(window,"pointerup",()=>{setTimeout(()=>{C(D.target,"contextmenu",$)},30)},{once:!0})}},onPressEnd(D){y.current&&clearTimeout(y.current),s&&(D.pointerType==="mouse"||D.pointerType==="touch")&&s({...D,type:"longpressend"})}}),S=L9(d&&!n?p:void 0);return{longPressProps:it(T,S)}}function b$(r,n){let{elementType:o="a",onPress:s,onPressStart:d,onPressEnd:h,onClick:p,isDisabled:y,...k}=r,C={};o!=="a"&&(C={role:"link",tabIndex:y?void 0:0});let{focusableProps:T}=v1(r,n),{pressProps:S,isPressed:D}=Ep({onPress:s,onPressStart:d,onPressEnd:h,onClick:p,isDisabled:y,ref:n}),$=Yt(k,{labelable:!0}),N=it(T,S),M=qc(),O=jb(r);return{isPressed:D,linkProps:it($,O,{...N,...C,"aria-disabled":y||void 0,"aria-current":r["aria-current"],onClick:z=>{var B;(B=S.onClick)===null||B===void 0||B.call(S,z),P3(z,M,r.href,r.routerOptions)}})}}const x$=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),k$=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function E$(r){if(Intl.Locale){let o=new Intl.Locale(r).maximize(),s=typeof o.getTextInfo=="function"?o.getTextInfo():o.textInfo;if(s)return s.direction==="rtl";if(o.script)return x$.has(o.script)}let n=r.split("-")[0];return k$.has(n)}const C$=Symbol.for("react-aria.i18n.locale");function gC(){let r=typeof window<"u"&&window[C$]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([r])}catch{r="en-US"}return{locale:r,direction:E$(r)?"rtl":"ltr"}}let m1=gC(),Sp=new Set;function yC(){m1=gC();for(let r of Sp)r(m1)}function _$(){let r=ds(),[n,o]=x.useState(m1);return x.useEffect(()=>(Sp.size===0&&window.addEventListener("languagechange",yC),Sp.add(o),()=>{Sp.delete(o),Sp.size===0&&window.removeEventListener("languagechange",yC)}),[]),r?{locale:"en-US",direction:"ltr"}:n}const S$=x.createContext(null);function ea(){let r=_$();return x.useContext(S$)||r}const w$=Symbol.for("react-aria.i18n.locale"),T$=Symbol.for("react-aria.i18n.strings");let nd;class zm{getStringForLocale(n,o){let d=this.getStringsForLocale(o)[n];if(!d)throw new Error(`Could not find intl message ${n} in ${o} locale`);return d}getStringsForLocale(n){let o=this.strings[n];return o||(o=D$(n,this.strings,this.defaultLocale),this.strings[n]=o),o}static getGlobalDictionaryForPackage(n){if(typeof window>"u")return null;let o=window[w$];if(nd===void 0){let d=window[T$];if(!d)return null;nd={};for(let h in d)nd[h]=new zm({[o]:d[h]},o)}let s=nd==null?void 0:nd[n];if(!s)throw new Error(`Strings for package "${n}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return s}constructor(n,o="en-US"){this.strings=Object.fromEntries(Object.entries(n).filter(([,s])=>s)),this.defaultLocale=o}}function D$(r,n,o="en-US"){if(n[r])return n[r];let s=$$(r);if(n[s])return n[s];for(let d in n)if(d.startsWith(s+"-"))return n[d];return n[o]}function $$(r){return Intl.Locale?new Intl.Locale(r).language:r.split("-")[0]}const bC=new Map,xC=new Map;class P${format(n,o){let s=this.strings.getStringForLocale(n,this.locale);return typeof s=="function"?s(o,this):s}plural(n,o,s="cardinal"){let d=o["="+n];if(d)return typeof d=="function"?d():d;let h=this.locale+":"+s,p=bC.get(h);p||(p=new Intl.PluralRules(this.locale,{type:s}),bC.set(h,p));let y=p.select(n);return d=o[y]||o.other,typeof d=="function"?d():d}number(n){let o=xC.get(this.locale);return o||(o=new Intl.NumberFormat(this.locale),xC.set(this.locale,o)),o.format(n)}select(n,o){let s=n[o]||n.other;return typeof s=="function"?s():s}constructor(n,o){this.locale=n,this.strings=o}}const kC=new WeakMap;function N$(r){let n=kC.get(r);return n||(n=new zm(r),kC.set(r,n)),n}function L$(r,n){return n&&zm.getGlobalDictionaryForPackage(n)||N$(r)}function rd(r,n){let{locale:o}=ea(),s=L$(r,n);return x.useMemo(()=>new P$(o,s),[o,s])}function M$(r={}){let{locale:n}=ea();return x.useMemo(()=>new Intl.ListFormat(n,r),[n,r])}let g1=new Map,y1=!1;try{y1=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Im=!1;try{Im=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const EC={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Bm{format(n){let o="";if(!y1&&this.options.signDisplay!=null?o=O$(this.numberFormatter,this.options.signDisplay,n):o=this.numberFormatter.format(n),this.options.style==="unit"&&!Im){var s;let{unit:d,unitDisplay:h="short",locale:p}=this.resolvedOptions();if(!d)return o;let y=(s=EC[d])===null||s===void 0?void 0:s[h];o+=y[p]||y.default}return o}formatToParts(n){return this.numberFormatter.formatToParts(n)}formatRange(n,o){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(n,o);if(o<n)throw new RangeError("End date must be >= start date");return`${this.format(n)} – ${this.format(o)}`}formatRangeToParts(n,o){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(n,o);if(o<n)throw new RangeError("End date must be >= start date");let s=this.numberFormatter.formatToParts(n),d=this.numberFormatter.formatToParts(o);return[...s.map(h=>({...h,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...d.map(h=>({...h,source:"endRange"}))]}resolvedOptions(){let n=this.numberFormatter.resolvedOptions();return!y1&&this.options.signDisplay!=null&&(n={...n,signDisplay:this.options.signDisplay}),!Im&&this.options.style==="unit"&&(n={...n,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),n}constructor(n,o={}){this.numberFormatter=A$(n,o),this.options=o}}function A$(r,n={}){let{numberingSystem:o}=n;if(o&&r.includes("-nu-")&&(r.includes("-u-")||(r+="-u-"),r+=`-nu-${o}`),n.style==="unit"&&!Im){var s;let{unit:p,unitDisplay:y="short"}=n;if(!p)throw new Error('unit option must be provided with style: "unit"');if(!(!((s=EC[p])===null||s===void 0)&&s[y]))throw new Error(`Unsupported unit ${p} with unitDisplay = ${y}`);n={...n,style:"decimal"}}let d=r+(n?Object.entries(n).sort((p,y)=>p[0]<y[0]?-1:1).join():"");if(g1.has(d))return g1.get(d);let h=new Intl.NumberFormat(r,n);return g1.set(d,h),h}function O$(r,n,o){if(n==="auto")return r.format(o);if(n==="never")return r.format(Math.abs(o));{let s=!1;if(n==="always"?s=o>0||Object.is(o,0):n==="exceptZero"&&(Object.is(o,-0)||Object.is(o,0)?o=Math.abs(o):s=o>0),s){let d=r.format(-o),h=r.format(o),p=d.replace(h,"").replace(/\u200e|\u061C/,"");return[...p].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),d.replace(h,"!!!").replace(p,"+").replace("!!!",h)}else return r.format(o)}}const F$=new RegExp("^.*\\(.*\\).*$"),R$=["latn","arab","hanidec","deva","beng","fullwide"];class CC{parse(n){return b1(this.locale,this.options,n).parse(n)}isValidPartialNumber(n,o,s){return b1(this.locale,this.options,n).isValidPartialNumber(n,o,s)}getNumberingSystem(n){return b1(this.locale,this.options,n).options.numberingSystem}constructor(n,o={}){this.locale=n,this.options=o}}const _C=new Map;function b1(r,n,o){let s=SC(r,n);if(!r.includes("-nu-")&&!s.isValidPartialNumber(o)){for(let d of R$)if(d!==s.options.numberingSystem){let h=SC(r+(r.includes("-u-")?"-nu-":"-u-nu-")+d,n);if(h.isValidPartialNumber(o))return h}}return s}function SC(r,n){let o=r+(n?Object.entries(n).sort((d,h)=>d[0]<h[0]?-1:1).join():""),s=_C.get(o);return s||(s=new z$(r,n),_C.set(o,s)),s}class z${parse(n){let o=this.sanitize(n);if(this.symbols.group&&(o=id(o,this.symbols.group,"")),this.symbols.decimal&&(o=o.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(o=o.replace(this.symbols.minusSign,"-")),o=o.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let p=o.indexOf("-");o=o.replace("-",""),o=o.replace("+","");let y=o.indexOf(".");y===-1&&(y=o.length),o=o.replace(".",""),y-2===0?o=`0.${o}`:y-2===-1?o=`0.0${o}`:y-2===-2?o="0.00":o=`${o.slice(0,y-2)}.${o.slice(y-2)}`,p>-1&&(o=`-${o}`)}let s=o?+o:NaN;if(isNaN(s))return NaN;if(this.options.style==="percent"){var d,h;let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(((d=this.options.minimumFractionDigits)!==null&&d!==void 0?d:0)+2,20),maximumFractionDigits:Math.min(((h=this.options.maximumFractionDigits)!==null&&h!==void 0?h:0)+2,20)};return new CC(this.locale,p).parse(new Bm(this.locale,p).format(s))}return this.options.currencySign==="accounting"&&F$.test(n)&&(s=-1*s),s}sanitize(n){return n=n.replace(this.symbols.literals,""),this.symbols.minusSign&&(n=n.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(n=n.replace(",",this.symbols.decimal),n=n.replace("،",this.symbols.decimal)),this.symbols.group&&(n=id(n,".",this.symbols.group))),this.symbols.group==="’"&&n.includes("'")&&(n=id(n,"'",this.symbols.group)),this.options.locale==="fr-FR"&&this.symbols.group&&(n=id(n," ",this.symbols.group),n=id(n,/\u00A0/g,this.symbols.group)),n}isValidPartialNumber(n,o=-1/0,s=1/0){return n=this.sanitize(n),this.symbols.minusSign&&n.startsWith(this.symbols.minusSign)&&o<0?n=n.slice(this.symbols.minusSign.length):this.symbols.plusSign&&n.startsWith(this.symbols.plusSign)&&s>0&&(n=n.slice(this.symbols.plusSign.length)),this.symbols.group&&n.startsWith(this.symbols.group)||this.symbols.decimal&&n.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(n=id(n,this.symbols.group,"")),n=n.replace(this.symbols.numeral,""),this.symbols.decimal&&(n=n.replace(this.symbols.decimal,"")),n.length===0)}constructor(n,o={}){this.locale=n,o.roundingIncrement!==1&&o.roundingIncrement!=null&&(o.maximumFractionDigits==null&&o.minimumFractionDigits==null?(o.maximumFractionDigits=0,o.minimumFractionDigits=0):o.maximumFractionDigits==null?o.maximumFractionDigits=o.minimumFractionDigits:o.minimumFractionDigits==null&&(o.minimumFractionDigits=o.maximumFractionDigits)),this.formatter=new Intl.NumberFormat(n,o),this.options=this.formatter.resolvedOptions(),this.symbols=B$(n,this.formatter,this.options,o);var s,d;this.options.style==="percent"&&(((s=this.options.minimumFractionDigits)!==null&&s!==void 0?s:0)>18||((d=this.options.maximumFractionDigits)!==null&&d!==void 0?d:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const wC=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),I$=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function B$(r,n,o,s){var d,h,p,y;let k=new Intl.NumberFormat(r,{...o,minimumSignificantDigits:1,maximumSignificantDigits:21,roundingIncrement:1,roundingPriority:"auto",roundingMode:"halfExpand"}),C=k.formatToParts(-10000.111),T=k.formatToParts(10000.111),S=I$.map(de=>k.formatToParts(de));var D;let $=(D=(d=C.find(de=>de.type==="minusSign"))===null||d===void 0?void 0:d.value)!==null&&D!==void 0?D:"-",N=(h=T.find(de=>de.type==="plusSign"))===null||h===void 0?void 0:h.value;!N&&((s==null?void 0:s.signDisplay)==="exceptZero"||(s==null?void 0:s.signDisplay)==="always")&&(N="+");let O=(p=new Intl.NumberFormat(r,{...o,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(de=>de.type==="decimal"))===null||p===void 0?void 0:p.value,z=(y=C.find(de=>de.type==="group"))===null||y===void 0?void 0:y.value,B=C.filter(de=>!wC.has(de.type)).map(de=>TC(de.value)),V=S.flatMap(de=>de.filter(F=>!wC.has(F.type)).map(F=>TC(F.value))),K=[...new Set([...B,...V])].sort((de,F)=>F.length-de.length),U=K.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${K.join("|")}|[\\p{White_Space}]`,"gu"),G=[...new Intl.NumberFormat(o.locale,{useGrouping:!1}).format(9876543210)].reverse(),Z=new Map(G.map((de,F)=>[de,F])),Se=new RegExp(`[${G.join("")}]`,"g");return{minusSign:$,plusSign:N,decimal:O,group:z,literals:U,numeral:Se,index:de=>String(Z.get(de))}}function id(r,n,o){return r.replaceAll?r.replaceAll(n,o):r.split(n).join(o)}function TC(r){return r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function DC(r={}){let{locale:n}=ea();return x.useMemo(()=>new Bm(n,r),[n,r])}let x1=new Map;function Um(r){let{locale:n}=ea(),o=n+(r?Object.entries(r).sort((d,h)=>d[0]<h[0]?-1:1).join():"");if(x1.has(o))return x1.get(o);let s=new Intl.Collator(n,r);return x1.set(o,s),s}function U$(r){let n=Um({usage:"search",...r}),o=x.useCallback((h,p)=>p.length===0?!0:(h=h.normalize("NFC"),p=p.normalize("NFC"),n.compare(h.slice(0,p.length),p)===0),[n]),s=x.useCallback((h,p)=>p.length===0?!0:(h=h.normalize("NFC"),p=p.normalize("NFC"),n.compare(h.slice(-p.length),p)===0),[n]),d=x.useCallback((h,p)=>{if(p.length===0)return!0;h=h.normalize("NFC"),p=p.normalize("NFC");let y=0,k=p.length;for(;y+k<=h.length;y++){let C=h.slice(y,y+k);if(n.compare(p,C)===0)return!0}return!1},[n]);return x.useMemo(()=>({startsWith:o,endsWith:s,contains:d}),[o,s,d])}function V$(r,n){let{elementType:o="button",isDisabled:s,onPress:d,onPressStart:h,onPressEnd:p,onPressUp:y,onPressChange:k,preventFocusOnPress:C,allowFocusWhenDisabled:T,onClick:S,href:D,target:$,rel:N,type:M="button"}=r,O;o==="button"?O={type:M,disabled:s,form:r.form,formAction:r.formAction,formEncType:r.formEncType,formMethod:r.formMethod,formNoValidate:r.formNoValidate,formTarget:r.formTarget,name:r.name,value:r.value}:O={role:"button",href:o==="a"&&!s?D:void 0,target:o==="a"?$:void 0,type:o==="input"?M:void 0,disabled:o==="input"?s:void 0,"aria-disabled":!s||o==="input"?void 0:s,rel:o==="a"?N:void 0};let{pressProps:z,isPressed:B}=Ep({onPressStart:h,onPressEnd:p,onPressChange:k,onPress:d,onPressUp:y,onClick:S,isDisabled:s,preventFocusOnPress:C,ref:n}),{focusableProps:V}=v1(r,n);T&&(V.tabIndex=s?-1:V.tabIndex);let K=it(V,z,Yt(r,{labelable:!0}));return{isPressed:B,buttonProps:it(O,K,{"aria-haspopup":r["aria-haspopup"],"aria-expanded":r["aria-expanded"],"aria-controls":r["aria-controls"],"aria-pressed":r["aria-pressed"],"aria-current":r["aria-current"],"aria-disabled":r["aria-disabled"]})}}const $C=x.createContext(null),k1="react-aria-focus-scope-restore";let tn=null;function E1(r){let{children:n,contain:o,restoreFocus:s,autoFocus:d}=r,h=x.useRef(null),p=x.useRef(null),y=x.useRef([]),{parentNode:k}=x.useContext($C)||{},C=x.useMemo(()=>new S1({scopeRef:y}),[y]);Vt(()=>{let D=k||Kn.root;if(Kn.getTreeNode(D.scopeRef)&&tn&&!Vm(tn,D.scopeRef)){let $=Kn.getTreeNode(tn);$&&(D=$)}D.addChild(C),Kn.addNode(C)},[C,k]),Vt(()=>{let D=Kn.getTreeNode(y);D&&(D.contain=!!o)},[o]),Vt(()=>{var D;let $=(D=h.current)===null||D===void 0?void 0:D.nextSibling,N=[],M=O=>O.stopPropagation();for(;$&&$!==p.current;)N.push($),$.addEventListener(k1,M),$=$.nextSibling;return y.current=N,()=>{for(let O of N)O.removeEventListener(k1,M)}},[n]),Y$(y,s,o),j$(y,o),q$(y,s,o),G$(y,d),x.useEffect(()=>{const D=Er(At(y.current?y.current[0]:void 0));let $=null;if(so(D,y.current)){for(let N of Kn.traverse())N.scopeRef&&so(D,N.scopeRef.current)&&($=N);$===Kn.getTreeNode(y)&&(tn=$.scopeRef)}},[y]),Vt(()=>()=>{var D,$,N;let M=(N=($=Kn.getTreeNode(y))===null||$===void 0||(D=$.parent)===null||D===void 0?void 0:D.scopeRef)!==null&&N!==void 0?N:null;(y===tn||Vm(y,tn))&&(!M||Kn.getTreeNode(M))&&(tn=M),Kn.removeTreeNode(y)},[y]);let T=x.useMemo(()=>K$(y),[]),S=x.useMemo(()=>({focusManager:T,parentNode:C}),[C,T]);return x.createElement($C.Provider,{value:S},x.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:h}),n,x.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:p}))}function K$(r){return{focusNext(n={}){let o=r.current,{from:s,tabbable:d,wrap:h,accept:p}=n;var y;let k=s||Er(At((y=o[0])!==null&&y!==void 0?y:void 0)),C=o[0].previousElementSibling,T=ys(o),S=na(T,{tabbable:d,accept:p},o);S.currentNode=so(k,o)?k:C;let D=S.nextNode();return!D&&h&&(S.currentNode=C,D=S.nextNode()),D&&ta(D,!0),D},focusPrevious(n={}){let o=r.current,{from:s,tabbable:d,wrap:h,accept:p}=n;var y;let k=s||Er(At((y=o[0])!==null&&y!==void 0?y:void 0)),C=o[o.length-1].nextElementSibling,T=ys(o),S=na(T,{tabbable:d,accept:p},o);S.currentNode=so(k,o)?k:C;let D=S.previousNode();return!D&&h&&(S.currentNode=C,D=S.previousNode()),D&&ta(D,!0),D},focusFirst(n={}){let o=r.current,{tabbable:s,accept:d}=n,h=ys(o),p=na(h,{tabbable:s,accept:d},o);p.currentNode=o[0].previousElementSibling;let y=p.nextNode();return y&&ta(y,!0),y},focusLast(n={}){let o=r.current,{tabbable:s,accept:d}=n,h=ys(o),p=na(h,{tabbable:s,accept:d},o);p.currentNode=o[o.length-1].nextElementSibling;let y=p.previousNode();return y&&ta(y,!0),y}}}function ys(r){return r[0].parentElement}function wp(r){let n=Kn.getTreeNode(tn);for(;n&&n.scopeRef!==r;){if(n.contain)return!1;n=n.parent}return!0}function H$(r){if(r.checked)return!0;let n=[];if(!r.form)n=[...At(r).querySelectorAll(`input[type="radio"][name="${CSS.escape(r.name)}"]`)].filter(h=>!h.form);else{var o,s;let h=(s=r.form)===null||s===void 0||(o=s.elements)===null||o===void 0?void 0:o.namedItem(r.name);n=[...h??[]]}return n?!n.some(h=>h.checked):!1}function j$(r,n){let o=x.useRef(void 0),s=x.useRef(void 0);Vt(()=>{let d=r.current;if(!n){s.current&&(cancelAnimationFrame(s.current),s.current=void 0);return}const h=At(d?d[0]:void 0);let p=C=>{if(C.key!=="Tab"||C.altKey||C.ctrlKey||C.metaKey||!wp(r)||C.isComposing)return;let T=Er(h),S=r.current;if(!S||!so(T,S))return;let D=ys(S),$=na(D,{tabbable:!0},S);if(!T)return;$.currentNode=T;let N=C.shiftKey?$.previousNode():$.nextNode();N||($.currentNode=C.shiftKey?S[S.length-1].nextElementSibling:S[0].previousElementSibling,N=C.shiftKey?$.previousNode():$.nextNode()),C.preventDefault(),N&&ta(N,!0)},y=C=>{(!tn||Vm(tn,r))&&so(zt(C),r.current)?(tn=r,o.current=zt(C)):wp(r)&&!au(zt(C),r)?o.current?o.current.focus():tn&&tn.current&&C1(tn.current):wp(r)&&(o.current=zt(C))},k=C=>{s.current&&cancelAnimationFrame(s.current),s.current=requestAnimationFrame(()=>{let T=Mm(),S=(T==="virtual"||T===null)&&Cm()&&Hb(),D=Er(h);if(!S&&D&&wp(r)&&!au(D,r)){tn=r;let N=zt(C);if(N&&N.isConnected){var $;o.current=N,($=o.current)===null||$===void 0||$.focus()}else tn.current&&C1(tn.current)}})};return h.addEventListener("keydown",p,!1),h.addEventListener("focusin",y,!1),d==null||d.forEach(C=>C.addEventListener("focusin",y,!1)),d==null||d.forEach(C=>C.addEventListener("focusout",k,!1)),()=>{h.removeEventListener("keydown",p,!1),h.removeEventListener("focusin",y,!1),d==null||d.forEach(C=>C.removeEventListener("focusin",y,!1)),d==null||d.forEach(C=>C.removeEventListener("focusout",k,!1))}},[r,n]),Vt(()=>()=>{s.current&&cancelAnimationFrame(s.current)},[s])}function PC(r){return au(r)}function so(r,n){return!r||!n?!1:n.some(o=>o.contains(r))}function au(r,n=null){if(r instanceof Element&&r.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:o}of Kn.traverse(Kn.getTreeNode(n)))if(o&&so(r,o.current))return!0;return!1}function W$(r){return au(r,tn)}function Vm(r,n){var o;let s=(o=Kn.getTreeNode(n))===null||o===void 0?void 0:o.parent;for(;s;){if(s.scopeRef===r)return!0;s=s.parent}return!1}function ta(r,n=!1){if(r!=null&&!n)try{lu(r)}catch{}else if(r!=null)try{r.focus()}catch{}}function NC(r,n=!0){let o=r[0].previousElementSibling,s=ys(r),d=na(s,{tabbable:n},r);d.currentNode=o;let h=d.nextNode();return n&&!h&&(s=ys(r),d=na(s,{tabbable:!1},r),d.currentNode=o,h=d.nextNode()),h}function C1(r,n=!0){ta(NC(r,n))}function G$(r,n){const o=x.useRef(n);x.useEffect(()=>{if(o.current){tn=r;const s=At(r.current?r.current[0]:void 0);!so(Er(s),tn.current)&&r.current&&C1(r.current)}o.current=!1},[r])}function Y$(r,n,o){Vt(()=>{if(n||o)return;let s=r.current;const d=At(s?s[0]:void 0);let h=p=>{let y=zt(p);so(y,r.current)?tn=r:PC(y)||(tn=null)};return d.addEventListener("focusin",h,!1),s==null||s.forEach(p=>p.addEventListener("focusin",h,!1)),()=>{d.removeEventListener("focusin",h,!1),s==null||s.forEach(p=>p.removeEventListener("focusin",h,!1))}},[r,n,o])}function LC(r){let n=Kn.getTreeNode(tn);for(;n&&n.scopeRef!==r;){if(n.nodeToRestore)return!1;n=n.parent}return(n==null?void 0:n.scopeRef)===r}function q$(r,n,o){const s=x.useRef(typeof document<"u"?Er(At(r.current?r.current[0]:void 0)):null);Vt(()=>{let d=r.current;const h=At(d?d[0]:void 0);if(!n||o)return;let p=()=>{(!tn||Vm(tn,r))&&so(Er(h),r.current)&&(tn=r)};return h.addEventListener("focusin",p,!1),d==null||d.forEach(y=>y.addEventListener("focusin",p,!1)),()=>{h.removeEventListener("focusin",p,!1),d==null||d.forEach(y=>y.removeEventListener("focusin",p,!1))}},[r,o]),Vt(()=>{const d=At(r.current?r.current[0]:void 0);if(!n)return;let h=p=>{if(p.key!=="Tab"||p.altKey||p.ctrlKey||p.metaKey||!wp(r)||p.isComposing)return;let y=d.activeElement;if(!au(y,r)||!LC(r))return;let k=Kn.getTreeNode(r);if(!k)return;let C=k.nodeToRestore,T=na(d.body,{tabbable:!0});T.currentNode=y;let S=p.shiftKey?T.previousNode():T.nextNode();if((!C||!C.isConnected||C===d.body)&&(C=void 0,k.nodeToRestore=void 0),(!S||!au(S,r))&&C){T.currentNode=C;do S=p.shiftKey?T.previousNode():T.nextNode();while(au(S,r));p.preventDefault(),p.stopPropagation(),S?ta(S,!0):PC(C)?ta(C,!0):y.blur()}};return o||d.addEventListener("keydown",h,!0),()=>{o||d.removeEventListener("keydown",h,!0)}},[r,n,o]),Vt(()=>{const d=At(r.current?r.current[0]:void 0);if(!n)return;let h=Kn.getTreeNode(r);if(h){var p;return h.nodeToRestore=(p=s.current)!==null&&p!==void 0?p:void 0,()=>{let y=Kn.getTreeNode(r);if(!y)return;let k=y.nodeToRestore,C=Er(d);if(n&&k&&(C&&au(C,r)||C===d.body&&LC(r))){let T=Kn.clone();requestAnimationFrame(()=>{if(d.activeElement===d.body){let S=T.getTreeNode(r);for(;S;){if(S.nodeToRestore&&S.nodeToRestore.isConnected){MC(S.nodeToRestore);return}S=S.parent}for(S=T.getTreeNode(r);S;){if(S.scopeRef&&S.scopeRef.current&&Kn.getTreeNode(S.scopeRef)){let D=NC(S.scopeRef.current,!0);MC(D);return}S=S.parent}}})}}}},[r,n])}function MC(r){r.dispatchEvent(new CustomEvent(k1,{bubbles:!0,cancelable:!0}))&&ta(r)}function na(r,n,o){let s=n!=null&&n.tabbable?q9:W3,d=(r==null?void 0:r.nodeType)===Node.ELEMENT_NODE?r:null,h=At(d),p=d9(h,r||h,NodeFilter.SHOW_ELEMENT,{acceptNode(y){var k;return!(n==null||(k=n.from)===null||k===void 0)&&k.contains(y)||n!=null&&n.tabbable&&y.tagName==="INPUT"&&y.getAttribute("type")==="radio"&&(!H$(y)||p.currentNode.tagName==="INPUT"&&p.currentNode.type==="radio"&&p.currentNode.name===y.name)?NodeFilter.FILTER_REJECT:s(y)&&(!o||so(y,o))&&(!(n!=null&&n.accept)||n.accept(y))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return n!=null&&n.from&&(p.currentNode=n.from),p}class _1{get size(){return this.fastMap.size}getTreeNode(n){return this.fastMap.get(n)}addTreeNode(n,o,s){let d=this.fastMap.get(o??null);if(!d)return;let h=new S1({scopeRef:n});d.addChild(h),h.parent=d,this.fastMap.set(n,h),s&&(h.nodeToRestore=s)}addNode(n){this.fastMap.set(n.scopeRef,n)}removeTreeNode(n){if(n===null)return;let o=this.fastMap.get(n);if(!o)return;let s=o.parent;for(let h of this.traverse())h!==o&&o.nodeToRestore&&h.nodeToRestore&&o.scopeRef&&o.scopeRef.current&&so(h.nodeToRestore,o.scopeRef.current)&&(h.nodeToRestore=o.nodeToRestore);let d=o.children;s&&(s.removeChild(o),d.size>0&&d.forEach(h=>s&&s.addChild(h))),this.fastMap.delete(o.scopeRef)}*traverse(n=this.root){if(n.scopeRef!=null&&(yield n),n.children.size>0)for(let o of n.children)yield*this.traverse(o)}clone(){var n;let o=new _1;var s;for(let d of this.traverse())o.addTreeNode(d.scopeRef,(s=(n=d.parent)===null||n===void 0?void 0:n.scopeRef)!==null&&s!==void 0?s:null,d.nodeToRestore);return o}constructor(){this.fastMap=new Map,this.root=new S1({scopeRef:null}),this.fastMap.set(null,this.root)}}class S1{addChild(n){this.children.add(n),n.parent=this}removeChild(n){this.children.delete(n),n.parent=void 0}constructor(n){this.children=new Set,this.contain=!1,this.scopeRef=n.scopeRef}}let Kn=new _1;function uu(r={}){let{autoFocus:n=!1,isTextInput:o,within:s}=r,d=x.useRef({isFocused:!1,isFocusVisible:n||td()}),[h,p]=x.useState(!1),[y,k]=x.useState(()=>d.current.isFocused&&d.current.isFocusVisible),C=x.useCallback(()=>k(d.current.isFocused&&d.current.isFocusVisible),[]),T=x.useCallback($=>{d.current.isFocused=$,p($),C()},[C]);f$($=>{d.current.isFocusVisible=$,C()},[],{isTextInput:o});let{focusProps:S}=Am({isDisabled:s,onFocusChange:T}),{focusWithinProps:D}=_p({isDisabled:!s,onFocusWithinChange:T});return{isFocused:h,isFocusVisible:y,focusProps:s?D:S}}function AC(r){let n=X$(At(r));n!==r&&(n&&Q$(n,r),r&&w1(r,n))}function Q$(r,n){r.dispatchEvent(new FocusEvent("blur",{relatedTarget:n})),r.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:n}))}function w1(r,n){r.dispatchEvent(new FocusEvent("focus",{relatedTarget:n})),r.dispatchEvent(new FocusEvent("focusin",{bubbles:!0,relatedTarget:n}))}function X$(r){let n=Er(r),o=n==null?void 0:n.getAttribute("aria-activedescendant");return o&&r.getElementById(o)||n}const OC=7e3;let co=null;function od(r,n="assertive",o=OC){co?co.announce(r,n,o):(co=new J$,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?co.announce(r,n,o):setTimeout(()=>{co!=null&&co.isAttached()&&(co==null||co.announce(r,n,o))},100))}function Z$(r){co&&co.clear(r)}class J${isAttached(){var n;return(n=this.node)===null||n===void 0?void 0:n.isConnected}createLog(n){let o=document.createElement("div");return o.setAttribute("role","log"),o.setAttribute("aria-live",n),o.setAttribute("aria-relevant","additions"),o}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(n,o="assertive",s=OC){var d,h;if(!this.node)return;let p=document.createElement("div");typeof n=="object"?(p.setAttribute("role","img"),p.setAttribute("aria-labelledby",n["aria-labelledby"])):p.textContent=n,o==="assertive"?(d=this.assertiveLog)===null||d===void 0||d.appendChild(p):(h=this.politeLog)===null||h===void 0||h.appendChild(p),n!==""&&setTimeout(()=>{p.remove()},s)}clear(n){this.node&&((!n||n==="assertive")&&this.assertiveLog&&(this.assertiveLog.innerHTML=""),(!n||n==="polite")&&this.politeLog&&(this.politeLog.innerHTML=""))}constructor(){this.node=null,this.assertiveLog=null,this.politeLog=null,typeof document<"u"&&(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))}}const FC={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},RC={...FC,customError:!0,valid:!1},Tp={isInvalid:!1,validationDetails:FC,validationErrors:[]},eP=x.createContext({}),Km="__formValidationState"+Date.now();function Hm(r){if(r[Km]){let{realtimeValidation:n,displayValidation:o,updateValidation:s,resetValidation:d,commitValidation:h}=r[Km];return{realtimeValidation:n,displayValidation:o,updateValidation:s,resetValidation:d,commitValidation:h}}return tP(r)}function tP(r){let{isInvalid:n,validationState:o,name:s,value:d,builtinValidation:h,validate:p,validationBehavior:y="aria"}=r;o&&(n||(n=o==="invalid"));let k=n!==void 0?{isInvalid:n,validationErrors:[],validationDetails:RC}:null,C=x.useMemo(()=>{if(!p||d==null)return null;let de=nP(p,d);return zC(de)},[p,d]);h!=null&&h.validationDetails.valid&&(h=void 0);let T=x.useContext(eP),S=x.useMemo(()=>s?Array.isArray(s)?s.flatMap(de=>T1(T[de])):T1(T[s]):[],[T,s]),[D,$]=x.useState(T),[N,M]=x.useState(!1);T!==D&&($(T),M(!1));let O=x.useMemo(()=>zC(N?[]:S),[N,S]),z=x.useRef(Tp),[B,V]=x.useState(Tp),K=x.useRef(Tp),U=()=>{if(!G)return;Z(!1);let de=C||h||z.current;D1(de,K.current)||(K.current=de,V(de))},[G,Z]=x.useState(!1);return x.useEffect(U),{realtimeValidation:k||O||C||h||Tp,displayValidation:y==="native"?k||O||B:k||O||C||h||B,updateValidation(de){y==="aria"&&!D1(B,de)?V(de):z.current=de},resetValidation(){let de=Tp;D1(de,K.current)||(K.current=de,V(de)),y==="native"&&Z(!1),M(!0)},commitValidation(){y==="native"&&Z(!0),M(!0)}}}function T1(r){return r?Array.isArray(r)?r:[r]:[]}function nP(r,n){if(typeof r=="function"){let o=r(n);if(o&&typeof o!="boolean")return T1(o)}return[]}function zC(r){return r.length?{isInvalid:!0,validationErrors:r,validationDetails:RC}:null}function D1(r,n){return r===n?!0:!!r&&!!n&&r.isInvalid===n.isInvalid&&r.validationErrors.length===n.validationErrors.length&&r.validationErrors.every((o,s)=>o===n.validationErrors[s])&&Object.entries(r.validationDetails).every(([o,s])=>n.validationDetails[o]===s)}function IC(r,n,o){let{validationBehavior:s,focus:d}=r;Vt(()=>{if(s==="native"&&(o!=null&&o.current)&&!o.current.disabled){let C=n.realtimeValidation.isInvalid?n.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";o.current.setCustomValidity(C),o.current.hasAttribute("title")||(o.current.title=""),n.realtimeValidation.isInvalid||n.updateValidation(iP(o.current))}});let h=x.useRef(!1),p=hn(()=>{h.current||n.resetValidation()}),y=hn(C=>{var T;n.displayValidation.isInvalid||n.commitValidation();let S=o==null||(T=o.current)===null||T===void 0?void 0:T.form;if(!C.defaultPrevented&&o&&S&&oP(S)===o.current){var D;d?d():(D=o.current)===null||D===void 0||D.focus(),dC("keyboard")}C.preventDefault()}),k=hn(()=>{n.commitValidation()});x.useEffect(()=>{let C=o==null?void 0:o.current;if(!C)return;let T=C.form,S=T==null?void 0:T.reset;return T&&(T.reset=()=>{h.current=!window.event||window.event.type==="message"&&window.event.target instanceof MessagePort,S==null||S.call(T),h.current=!1}),C.addEventListener("invalid",y),C.addEventListener("change",k),T==null||T.addEventListener("reset",p),()=>{C.removeEventListener("invalid",y),C.removeEventListener("change",k),T==null||T.removeEventListener("reset",p),T&&(T.reset=S)}},[o,y,k,p,s])}function rP(r){let n=r.validity;return{badInput:n.badInput,customError:n.customError,patternMismatch:n.patternMismatch,rangeOverflow:n.rangeOverflow,rangeUnderflow:n.rangeUnderflow,stepMismatch:n.stepMismatch,tooLong:n.tooLong,tooShort:n.tooShort,typeMismatch:n.typeMismatch,valueMissing:n.valueMissing,valid:n.valid}}function iP(r){return{isInvalid:!r.validity.valid,validationDetails:rP(r),validationErrors:r.validationMessage?[r.validationMessage]:[]}}function oP(r){for(let n=0;n<r.elements.length;n++){let o=r.elements[n];if(!o.validity.valid)return o}return null}function BC(r){let{id:n,label:o,"aria-labelledby":s,"aria-label":d,labelElementType:h="label"}=r;n=pr(n);let p=pr(),y={};o?(s=s?`${p} ${s}`:p,y={id:p,htmlFor:h==="label"?n:void 0}):!s&&!d&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let k=_m({id:n,"aria-label":d,"aria-labelledby":s});return{labelProps:y,fieldProps:k}}function UC(r){let{description:n,errorMessage:o,isInvalid:s,validationState:d}=r,{labelProps:h,fieldProps:p}=BC(r),y=tu([!!n,!!o,s,d]),k=tu([!!n,!!o,s,d]);return p=it(p,{"aria-describedby":[y,k,r["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:h,fieldProps:p,descriptionProps:{id:y},errorMessageProps:{id:k}}}function lP(r){let{minValue:n,maxValue:o,step:s,formatOptions:d,value:h,defaultValue:p=NaN,onChange:y,locale:k,isDisabled:C,isReadOnly:T}=r;h===null&&(h=NaN),h!==void 0&&!isNaN(h)&&(s!==void 0&&!isNaN(s)?h=Zl(h,n,o,s):h=Jc(h,n,o)),isNaN(p)||(s!==void 0&&!isNaN(s)?p=Zl(p,n,o,s):p=Jc(p,n,o));let[S,D]=iu(h,isNaN(p)?NaN:p,y),[$]=x.useState(S),[N,M]=x.useState(()=>isNaN(S)?"":new Bm(k,d).format(S)),O=x.useMemo(()=>new CC(k,d),[k,d]),z=x.useMemo(()=>O.getNumberingSystem(N),[O,N]),B=x.useMemo(()=>new Bm(k,{...d,numberingSystem:z}),[k,d,z]),V=x.useMemo(()=>B.resolvedOptions(),[B]),K=x.useCallback(ke=>isNaN(ke)||ke===null?"":B.format(ke),[B]),U=Hm({...r,value:S}),G=s!==void 0&&!isNaN(s)?s:1;V.style==="percent"&&(s===void 0||isNaN(s))&&(G=.01);let[Z,Se]=x.useState(S),[ve,de]=x.useState(k),[F,ce]=x.useState(d);(!Object.is(S,Z)||k!==ve||d!==F)&&(M(K(S)),Se(S),de(k),ce(d));let le=x.useMemo(()=>O.parse(N),[O,N]),ue=()=>{if(!N.length){D(NaN),M(h===void 0?"":K(S));return}if(isNaN(le)){M(K(S));return}let ke;s===void 0||isNaN(s)?ke=Jc(le,n,o):ke=Zl(le,n,o,s),ke=O.parse(K(ke)),D(ke),M(K(h===void 0?ke:S)),U.commitValidation()},be=(ke,Pe=0)=>{let Me=le;if(isNaN(Me)){let De=isNaN(Pe)?0:Pe;return Zl(De,n,o,G)}else{let De=Zl(Me,n,o,G);return ke==="+"&&De>Me||ke==="-"&&De<Me?De:Zl($1(ke,Me,G),n,o,G)}},j=()=>{let ke=be("+",n);ke===S&&M(K(ke)),D(ke),U.commitValidation()},re=()=>{let ke=be("-",o);ke===S&&M(K(ke)),D(ke),U.commitValidation()},X=()=>{o!=null&&(D(Zl(o,n,o,G)),U.commitValidation())},W=()=>{n!=null&&(D(n),U.commitValidation())},R=x.useMemo(()=>!C&&!T&&(isNaN(le)||o===void 0||isNaN(o)||Zl(le,n,o,G)>le||$1("+",le,G)<=o),[C,T,n,o,G,le]),he=x.useMemo(()=>!C&&!T&&(isNaN(le)||n===void 0||isNaN(n)||Zl(le,n,o,G)<le||$1("-",le,G)>=n),[C,T,n,o,G,le]);return{...U,validate:ke=>O.isValidPartialNumber(ke,n,o),increment:j,incrementToMax:X,decrement:re,decrementToMin:W,canIncrement:R,canDecrement:he,minValue:n,maxValue:o,numberValue:le,defaultNumberValue:isNaN(p)?$:p,setNumberValue:D,setInputValue:M,inputValue:N,commit:ue}}function $1(r,n,o){let s=r==="+"?n+o:n-o;if(n%1!==0||o%1!==0){const d=n.toString().split("."),h=o.toString().split("."),p=d[1]&&d[1].length||0,y=h[1]&&h[1].length||0,k=Math.pow(10,Math.max(p,y));n=Math.round(n*k),o=Math.round(o*k),s=r==="+"?n+o:n-o,s/=k}return s}const VC={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 KC(r={}){let{style:n,isFocusable:o}=r,[s,d]=x.useState(!1),{focusWithinProps:h}=_p({isDisabled:!o,onFocusWithinChange:y=>d(y)}),p=x.useMemo(()=>s?n:n?{...VC,...n}:VC,[s]);return{visuallyHiddenProps:{...h,style:p}}}function aP(r){let{children:n,elementType:o="div",isFocusable:s,style:d,...h}=r,{visuallyHiddenProps:p}=KC(r);return x.createElement(o,it(h,p),n)}function P1(r,n){let{inputElementType:o="input",isDisabled:s=!1,isRequired:d=!1,isReadOnly:h=!1,type:p="text",validationBehavior:y="aria"}=r,[k,C]=iu(r.value,r.defaultValue||"",r.onChange),{focusableProps:T}=v1(r,n),S=Hm({...r,value:k}),{isInvalid:D,validationErrors:$,validationDetails:N}=S.displayValidation,{labelProps:M,fieldProps:O,descriptionProps:z,errorMessageProps:B}=UC({...r,isInvalid:D,errorMessage:r.errorMessage||$}),V=Yt(r,{labelable:!0});const K={type:p,pattern:r.pattern};let[U]=x.useState(k);var G;return Xb(n,(G=r.defaultValue)!==null&&G!==void 0?G:U,C),IC(r,S,n),x.useEffect(()=>{if(n.current instanceof xi(n.current).HTMLTextAreaElement){let Z=n.current;Object.defineProperty(Z,"defaultValue",{get:()=>Z.value,set:()=>{},configurable:!0})}},[n]),{labelProps:M,inputProps:it(V,o==="input"?K:void 0,{disabled:s,readOnly:h,required:d&&y==="native","aria-required":d&&y==="aria"||void 0,"aria-invalid":D||void 0,"aria-errormessage":r["aria-errormessage"],"aria-activedescendant":r["aria-activedescendant"],"aria-autocomplete":r["aria-autocomplete"],"aria-haspopup":r["aria-haspopup"],"aria-controls":r["aria-controls"],value:k,onChange:Z=>C(Z.target.value),autoComplete:r.autoComplete,autoCapitalize:r.autoCapitalize,maxLength:r.maxLength,minLength:r.minLength,name:r.name,form:r.form,placeholder:r.placeholder,inputMode:r.inputMode,autoCorrect:r.autoCorrect,spellCheck:r.spellCheck,[parseInt(x.version,10)>=17?"enterKeyHint":"enterkeyhint"]:r.enterKeyHint,onCopy:r.onCopy,onCut:r.onCut,onPaste:r.onPaste,onCompositionEnd:r.onCompositionEnd,onCompositionStart:r.onCompositionStart,onCompositionUpdate:r.onCompositionUpdate,onSelect:r.onSelect,onBeforeInput:r.onBeforeInput,onInput:r.onInput,...T,...O}),descriptionProps:z,errorMessageProps:B,isInvalid:D,validationErrors:$,validationDetails:N}}function HC(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function uP(r,n,o){let s=hn(S=>{let D=o.current;if(!D)return;let $=null;switch(S.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:S.data!=null&&($=D.value.slice(0,D.selectionStart)+S.data+D.value.slice(D.selectionEnd));break}($==null||!n.validate($))&&S.preventDefault()});x.useEffect(()=>{if(!HC()||!o.current)return;let S=o.current;return S.addEventListener("beforeinput",s,!1),()=>{S.removeEventListener("beforeinput",s,!1)}},[o,s]);let d=HC()?null:S=>{let D=S.target.value.slice(0,S.target.selectionStart)+S.data+S.target.value.slice(S.target.selectionEnd);n.validate(D)||S.preventDefault()},{labelProps:h,inputProps:p,descriptionProps:y,errorMessageProps:k,...C}=P1(r,o),T=x.useRef(null);return{inputProps:it(p,{onBeforeInput:d,onCompositionStart(){let{value:S,selectionStart:D,selectionEnd:$}=o.current;T.current={value:S,selectionStart:D,selectionEnd:$}},onCompositionEnd(){if(o.current&&!n.validate(o.current.value)){let{value:S,selectionStart:D,selectionEnd:$}=T.current;o.current.value=S,o.current.setSelectionRange(D,$),n.setInputValue(S)}}}),labelProps:h,descriptionProps:y,errorMessageProps:k,...C}}var jC={};jC={Empty:"فارغ"};var WC={};WC={Empty:"Изпразни"};var GC={};GC={Empty:"Prázdné"};var YC={};YC={Empty:"Tom"};var qC={};qC={Empty:"Leer"};var QC={};QC={Empty:"Άδειο"};var XC={};XC={Empty:"Empty"};var ZC={};ZC={Empty:"Vacío"};var JC={};JC={Empty:"Tühjenda"};var e_={};e_={Empty:"Tyhjä"};var t_={};t_={Empty:"Vide"};var n_={};n_={Empty:"ריק"};var r_={};r_={Empty:"Prazno"};var i_={};i_={Empty:"Üres"};var o_={};o_={Empty:"Vuoto"};var l_={};l_={Empty:"空"};var a_={};a_={Empty:"비어 있음"};var u_={};u_={Empty:"Tuščias"};var s_={};s_={Empty:"Tukšs"};var c_={};c_={Empty:"Tom"};var d_={};d_={Empty:"Leeg"};var f_={};f_={Empty:"Pusty"};var p_={};p_={Empty:"Vazio"};var v_={};v_={Empty:"Vazio"};var h_={};h_={Empty:"Gol"};var m_={};m_={Empty:"Не заполнено"};var g_={};g_={Empty:"Prázdne"};var y_={};y_={Empty:"Prazen"};var b_={};b_={Empty:"Prazno"};var x_={};x_={Empty:"Tomt"};var k_={};k_={Empty:"Boş"};var E_={};E_={Empty:"Пусто"};var C_={};C_={Empty:"空"};var __={};__={Empty:"空白"};var S_={};S_={"ar-AE":jC,"bg-BG":WC,"cs-CZ":GC,"da-DK":YC,"de-DE":qC,"el-GR":QC,"en-US":XC,"es-ES":ZC,"et-EE":JC,"fi-FI":e_,"fr-FR":t_,"he-IL":n_,"hr-HR":r_,"hu-HU":i_,"it-IT":o_,"ja-JP":l_,"ko-KR":a_,"lt-LT":u_,"lv-LV":s_,"nb-NO":c_,"nl-NL":d_,"pl-PL":f_,"pt-BR":p_,"pt-PT":v_,"ro-RO":h_,"ru-RU":m_,"sk-SK":g_,"sl-SI":y_,"sr-SP":b_,"sv-SE":x_,"tr-TR":k_,"uk-UA":E_,"zh-CN":C_,"zh-TW":__};function sP(r){return r&&r.__esModule?r.default:r}function cP(r){const n=x.useRef(void 0);let{value:o,textValue:s,minValue:d,maxValue:h,isDisabled:p,isReadOnly:y,isRequired:k,onIncrement:C,onIncrementPage:T,onDecrement:S,onDecrementPage:D,onDecrementToMin:$,onIncrementToMax:N}=r;const M=rd(sP(S_),"@react-aria/spinbutton"),O=()=>clearTimeout(n.current);x.useEffect(()=>()=>O(),[]);let z=F=>{if(!(F.ctrlKey||F.metaKey||F.shiftKey||F.altKey||y||F.nativeEvent.isComposing))switch(F.key){case"PageUp":if(T){F.preventDefault(),T==null||T();break}case"ArrowUp":case"Up":C&&(F.preventDefault(),C==null||C());break;case"PageDown":if(D){F.preventDefault(),D==null||D();break}case"ArrowDown":case"Down":S&&(F.preventDefault(),S==null||S());break;case"Home":$&&(F.preventDefault(),$==null||$());break;case"End":N&&(F.preventDefault(),N==null||N());break}},B=x.useRef(!1),V=()=>{B.current=!0},K=()=>{B.current=!1},U=s===""?M.format("Empty"):(s||`${o}`).replace("-","−");x.useEffect(()=>{B.current&&(Z$("assertive"),od(U,"assertive"))},[U]);const G=hn(F=>{O(),C==null||C(),n.current=window.setTimeout(()=>{(h===void 0||isNaN(h)||o===void 0||isNaN(o)||o<h)&&G(60)},F)}),Z=hn(F=>{O(),S==null||S(),n.current=window.setTimeout(()=>{(d===void 0||isNaN(d)||o===void 0||isNaN(o)||o>d)&&Z(60)},F)});let Se=F=>{F.preventDefault()},{addGlobalListener:ve,removeAllGlobalListeners:de}=yp();return{spinButtonProps:{role:"spinbutton","aria-valuenow":o!==void 0&&!isNaN(o)?o:void 0,"aria-valuetext":U,"aria-valuemin":d,"aria-valuemax":h,"aria-disabled":p||void 0,"aria-readonly":y||void 0,"aria-required":k||void 0,onKeyDown:z,onFocus:V,onBlur:K},incrementButtonProps:{onPressStart:()=>{G(400),ve(window,"contextmenu",Se)},onPressEnd:()=>{O(),de()},onFocus:V,onBlur:K},decrementButtonProps:{onPressStart:()=>{Z(400),ve(window,"contextmenu",Se)},onPressEnd:()=>{O(),de()},onFocus:V,onBlur:K}}}var w_={};w_={decrease:r=>`خفض ${r.fieldLabel}`,increase:r=>`زيادة ${r.fieldLabel}`,numberField:"حقل رقمي"};var T_={};T_={decrease:r=>`Намаляване ${r.fieldLabel}`,increase:r=>`Усилване ${r.fieldLabel}`,numberField:"Номер на полето"};var D_={};D_={decrease:r=>`Snížit ${r.fieldLabel}`,increase:r=>`Zvýšit ${r.fieldLabel}`,numberField:"Číselné pole"};var $_={};$_={decrease:r=>`Reducer ${r.fieldLabel}`,increase:r=>`Øg ${r.fieldLabel}`,numberField:"Talfelt"};var P_={};P_={decrease:r=>`${r.fieldLabel} verringern`,increase:r=>`${r.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var N_={};N_={decrease:r=>`Μείωση ${r.fieldLabel}`,increase:r=>`Αύξηση ${r.fieldLabel}`,numberField:"Πεδίο αριθμού"};var L_={};L_={decrease:r=>`Decrease ${r.fieldLabel}`,increase:r=>`Increase ${r.fieldLabel}`,numberField:"Number field"};var M_={};M_={decrease:r=>`Reducir ${r.fieldLabel}`,increase:r=>`Aumentar ${r.fieldLabel}`,numberField:"Campo de número"};var A_={};A_={decrease:r=>`Vähenda ${r.fieldLabel}`,increase:r=>`Suurenda ${r.fieldLabel}`,numberField:"Numbri väli"};var O_={};O_={decrease:r=>`Vähennä ${r.fieldLabel}`,increase:r=>`Lisää ${r.fieldLabel}`,numberField:"Numerokenttä"};var F_={};F_={decrease:r=>`Diminuer ${r.fieldLabel}`,increase:r=>`Augmenter ${r.fieldLabel}`,numberField:"Champ de nombre"};var R_={};R_={decrease:r=>`הקטן ${r.fieldLabel}`,increase:r=>`הגדל ${r.fieldLabel}`,numberField:"שדה מספר"};var z_={};z_={decrease:r=>`Smanji ${r.fieldLabel}`,increase:r=>`Povećaj ${r.fieldLabel}`,numberField:"Polje broja"};var I_={};I_={decrease:r=>`${r.fieldLabel} csökkentése`,increase:r=>`${r.fieldLabel} növelése`,numberField:"Számmező"};var B_={};B_={decrease:r=>`Riduci ${r.fieldLabel}`,increase:r=>`Aumenta ${r.fieldLabel}`,numberField:"Campo numero"};var U_={};U_={decrease:r=>`${r.fieldLabel}を縮小`,increase:r=>`${r.fieldLabel}を拡大`,numberField:"数値フィールド"};var V_={};V_={decrease:r=>`${r.fieldLabel} 감소`,increase:r=>`${r.fieldLabel} 증가`,numberField:"번호 필드"};var K_={};K_={decrease:r=>`Sumažinti ${r.fieldLabel}`,increase:r=>`Padidinti ${r.fieldLabel}`,numberField:"Numerio laukas"};var H_={};H_={decrease:r=>`Samazināšana ${r.fieldLabel}`,increase:r=>`Palielināšana ${r.fieldLabel}`,numberField:"Skaitļu lauks"};var j_={};j_={decrease:r=>`Reduser ${r.fieldLabel}`,increase:r=>`Øk ${r.fieldLabel}`,numberField:"Tallfelt"};var W_={};W_={decrease:r=>`${r.fieldLabel} verlagen`,increase:r=>`${r.fieldLabel} verhogen`,numberField:"Getalveld"};var G_={};G_={decrease:r=>`Zmniejsz ${r.fieldLabel}`,increase:r=>`Zwiększ ${r.fieldLabel}`,numberField:"Pole numeru"};var Y_={};Y_={decrease:r=>`Diminuir ${r.fieldLabel}`,increase:r=>`Aumentar ${r.fieldLabel}`,numberField:"Campo de número"};var q_={};q_={decrease:r=>`Diminuir ${r.fieldLabel}`,increase:r=>`Aumentar ${r.fieldLabel}`,numberField:"Campo numérico"};var Q_={};Q_={decrease:r=>`Scădere ${r.fieldLabel}`,increase:r=>`Creștere ${r.fieldLabel}`,numberField:"Câmp numeric"};var X_={};X_={decrease:r=>`Уменьшение ${r.fieldLabel}`,increase:r=>`Увеличение ${r.fieldLabel}`,numberField:"Числовое поле"};var Z_={};Z_={decrease:r=>`Znížiť ${r.fieldLabel}`,increase:r=>`Zvýšiť ${r.fieldLabel}`,numberField:"Číselné pole"};var J_={};J_={decrease:r=>`Upadati ${r.fieldLabel}`,increase:r=>`Povečajte ${r.fieldLabel}`,numberField:"Številčno polje"};var eS={};eS={decrease:r=>`Smanji ${r.fieldLabel}`,increase:r=>`Povećaj ${r.fieldLabel}`,numberField:"Polje broja"};var tS={};tS={decrease:r=>`Minska ${r.fieldLabel}`,increase:r=>`Öka ${r.fieldLabel}`,numberField:"Nummerfält"};var nS={};nS={decrease:r=>`${r.fieldLabel} azalt`,increase:r=>`${r.fieldLabel} arttır`,numberField:"Sayı alanı"};var rS={};rS={decrease:r=>`Зменшити ${r.fieldLabel}`,increase:r=>`Збільшити ${r.fieldLabel}`,numberField:"Поле номера"};var iS={};iS={decrease:r=>`降低 ${r.fieldLabel}`,increase:r=>`提高 ${r.fieldLabel}`,numberField:"数字字段"};var oS={};oS={decrease:r=>`縮小 ${r.fieldLabel}`,increase:r=>`放大 ${r.fieldLabel}`,numberField:"數字欄位"};var lS={};lS={"ar-AE":w_,"bg-BG":T_,"cs-CZ":D_,"da-DK":$_,"de-DE":P_,"el-GR":N_,"en-US":L_,"es-ES":M_,"et-EE":A_,"fi-FI":O_,"fr-FR":F_,"he-IL":R_,"hr-HR":z_,"hu-HU":I_,"it-IT":B_,"ja-JP":U_,"ko-KR":V_,"lt-LT":K_,"lv-LV":H_,"nb-NO":j_,"nl-NL":W_,"pl-PL":G_,"pt-BR":Y_,"pt-PT":q_,"ro-RO":Q_,"ru-RU":X_,"sk-SK":Z_,"sl-SI":J_,"sr-SP":eS,"sv-SE":tS,"tr-TR":nS,"uk-UA":rS,"zh-CN":iS,"zh-TW":oS};function dP(r){return r&&r.__esModule?r.default:r}function fP(r,n,o){let{id:s,decrementAriaLabel:d,incrementAriaLabel:h,isDisabled:p,isReadOnly:y,isRequired:k,minValue:C,maxValue:T,autoFocus:S,label:D,formatOptions:$,onBlur:N=()=>{},onFocus:M,onFocusChange:O,onKeyDown:z,onKeyUp:B,description:V,errorMessage:K,isWheelDisabled:U,...G}=r,{increment:Z,incrementToMax:Se,decrement:ve,decrementToMin:de,numberValue:F,inputValue:ce,commit:le,commitValidation:ue}=n;const be=rd(dP(lS),"@react-aria/numberfield");let j=pr(s),{focusProps:re}=Am({onBlur(){le()}}),X=DC($),W=x.useMemo(()=>X.resolvedOptions(),[X]),R=DC({...$,currencySign:void 0}),he=x.useMemo(()=>isNaN(F)?"":R.format(F),[R,F]),{spinButtonProps:me,incrementButtonProps:ke,decrementButtonProps:Pe}=cP({isDisabled:p,isReadOnly:y,isRequired:k,maxValue:T,minValue:C,onIncrement:Z,onIncrementToMax:Se,onDecrement:ve,onDecrementToMin:de,value:F,textValue:he}),[Me,De]=x.useState(!1),{focusWithinProps:Fe}=_p({isDisabled:p,onFocusWithinChange:De}),Be=x.useCallback(nt=>{Math.abs(nt.deltaY)<=Math.abs(nt.deltaX)||(nt.deltaY>0?Z():nt.deltaY<0&&ve())},[ve,Z]);g$({onScroll:Be,isDisabled:U||p||y||!Me},o);var vt;let $e=((vt=W.maximumFractionDigits)!==null&&vt!==void 0?vt:0)>0,J=n.minValue===void 0||isNaN(n.minValue)||n.minValue<0,Ye="numeric";D3()?J?Ye="text":$e&&(Ye="decimal"):Cm()&&(J?Ye="numeric":$e&&(Ye="decimal"));let mt=nt=>{n.validate(nt)&&n.setInputValue(nt)},Ot=Yt(r),Rn=x.useCallback(nt=>{nt.nativeEvent.isComposing||(nt.key==="Enter"?(le(),ue()):nt.continuePropagation())},[le,ue]),{isInvalid:dt,validationErrors:Zn,validationDetails:Vr}=n.displayValidation,{labelProps:Wn,inputProps:at,descriptionProps:yt,errorMessageProps:wt}=uP({...G,...Ot,name:void 0,form:void 0,label:D,autoFocus:S,isDisabled:p,isReadOnly:y,isRequired:k,validate:void 0,[Km]:n,value:ce,defaultValue:"!",autoComplete:"off","aria-label":r["aria-label"]||void 0,"aria-labelledby":r["aria-labelledby"]||void 0,id:j,type:"text",inputMode:Ye,onChange:mt,onBlur:N,onFocus:M,onFocusChange:O,onKeyDown:x.useMemo(()=>Ql(Rn,z),[Rn,z]),onKeyUp:B,description:V,errorMessage:K},n,o);Xb(o,n.defaultNumberValue,n.setNumberValue);let Yi=it(me,re,at,{role:null,"aria-roledescription":gp()?null:be.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});r.validationBehavior==="native"&&(Yi["aria-required"]=void 0);let mr=nt=>{var Mt;document.activeElement!==o.current&&(nt.pointerType==="mouse"?(Mt=o.current)===null||Mt===void 0||Mt.focus():nt.target.focus())},Kr=r["aria-label"]||(typeof r.label=="string"?r.label:""),wr;Kr||(wr=r.label!=null?Wn.id:r["aria-labelledby"]);let vo=pr(),vl=pr(),Ne=it(ke,{"aria-label":h||be.format("increase",{fieldLabel:Kr}).trim(),id:wr&&!h?vo:null,"aria-labelledby":wr&&!h?`${vo} ${wr}`:null,"aria-controls":j,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canIncrement,onPressStart:mr}),Je=it(Pe,{"aria-label":d||be.format("decrease",{fieldLabel:Kr}).trim(),id:wr&&!d?vl:null,"aria-labelledby":wr&&!d?`${vl} ${wr}`:null,"aria-controls":j,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canDecrement,onPressStart:mr});return{groupProps:{...Fe,role:"group","aria-disabled":p,"aria-invalid":dt?"true":void 0},labelProps:Wn,inputProps:Yi,incrementButtonProps:Ne,decrementButtonProps:Je,errorMessageProps:wt,descriptionProps:yt,isInvalid:dt,validationErrors:Zn,validationDetails:Vr}}var aS={};aS={buttonLabel:"عرض المقترحات",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} خيار`,other:()=>`${n.number(r.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`المجموعة المدخلة ${r.groupTitle}, مع ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} خيار`,other:()=>`${n.number(r.groupCount)} خيارات`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", محدد",other:""},r.isSelected)}`,listboxLabel:"مقترحات",selectedAnnouncement:r=>`${r.optionText}، محدد`};var uS={};uS={buttonLabel:"Покажи предложения",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} опция`,other:()=>`${n.number(r.optionCount)} опции`})} на разположение.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Въведена група ${r.groupTitle}, с ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} опция`,other:()=>`${n.number(r.groupCount)} опции`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", избрани",other:""},r.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:r=>`${r.optionText}, избрани`};var sS={};sS={buttonLabel:"Zobrazit doporučení",countAnnouncement:(r,n)=>`K dispozici ${n.plural(r.optionCount,{one:()=>`je ${n.number(r.optionCount)} možnost`,other:()=>`jsou/je ${n.number(r.optionCount)} možnosti/-í`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Zadaná skupina „${r.groupTitle}“ ${n.plural(r.groupCount,{one:()=>`s ${n.number(r.groupCount)} možností`,other:()=>`se ${n.number(r.groupCount)} možnostmi`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:" (vybráno)",other:""},r.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:r=>`${r.optionText}, vybráno`};var cS={};cS={buttonLabel:"Vis forslag",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} mulighed tilgængelig`,other:()=>`${n.number(r.optionCount)} muligheder tilgængelige`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Angivet gruppe ${r.groupTitle}, med ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} mulighed`,other:()=>`${n.number(r.groupCount)} muligheder`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", valgt",other:""},r.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:r=>`${r.optionText}, valgt`};var dS={};dS={buttonLabel:"Empfehlungen anzeigen",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} Option`,other:()=>`${n.number(r.optionCount)} Optionen`})} verfügbar.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Eingetretene Gruppe ${r.groupTitle}, mit ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} Option`,other:()=>`${n.number(r.groupCount)} Optionen`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", ausgewählt",other:""},r.isSelected)}`,listboxLabel:"Empfehlungen",selectedAnnouncement:r=>`${r.optionText}, ausgewählt`};var fS={};fS={buttonLabel:"Προβολή προτάσεων",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} επιλογή`,other:()=>`${n.number(r.optionCount)} επιλογές `})} διαθέσιμες.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Εισαγμένη ομάδα ${r.groupTitle}, με ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} επιλογή`,other:()=>`${n.number(r.groupCount)} επιλογές`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", επιλεγμένο",other:""},r.isSelected)}`,listboxLabel:"Προτάσεις",selectedAnnouncement:r=>`${r.optionText}, επιλέχθηκε`};var pS={};pS={focusAnnouncement:(r,n)=>`${n.select({true:()=>`Entered group ${r.groupTitle}, with ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} option`,other:()=>`${n.number(r.groupCount)} options`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", selected",other:""},r.isSelected)}`,countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} option`,other:()=>`${n.number(r.optionCount)} options`})} available.`,selectedAnnouncement:r=>`${r.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"};var vS={};vS={buttonLabel:"Mostrar sugerencias",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opción`,other:()=>`${n.number(r.optionCount)} opciones`})} disponible(s).`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Se ha unido al grupo ${r.groupTitle}, con ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opción`,other:()=>`${n.number(r.groupCount)} opciones`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", seleccionado",other:""},r.isSelected)}`,listboxLabel:"Sugerencias",selectedAnnouncement:r=>`${r.optionText}, seleccionado`};var hS={};hS={buttonLabel:"Kuva soovitused",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} valik`,other:()=>`${n.number(r.optionCount)} valikud`})} saadaval.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Sisestatud rühm ${r.groupTitle}, valikuga ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} valik`,other:()=>`${n.number(r.groupCount)} valikud`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", valitud",other:""},r.isSelected)}`,listboxLabel:"Soovitused",selectedAnnouncement:r=>`${r.optionText}, valitud`};var mS={};mS={buttonLabel:"Näytä ehdotukset",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} vaihtoehto`,other:()=>`${n.number(r.optionCount)} vaihtoehdot`})} saatavilla.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Mentiin ryhmään ${r.groupTitle}, ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} vaihtoehdon`,other:()=>`${n.number(r.groupCount)} vaihtoehdon`})} kanssa.`,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", valittu",other:""},r.isSelected)}`,listboxLabel:"Ehdotukset",selectedAnnouncement:r=>`${r.optionText}, valittu`};var gS={};gS={buttonLabel:"Afficher les suggestions",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} option`,other:()=>`${n.number(r.optionCount)} options`})} disponible(s).`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Groupe ${r.groupTitle} rejoint, avec ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} option`,other:()=>`${n.number(r.groupCount)} options`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", sélectionné(s)",other:""},r.isSelected)}`,listboxLabel:"Suggestions",selectedAnnouncement:r=>`${r.optionText}, sélectionné`};var yS={};yS={buttonLabel:"הצג הצעות",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`אפשרות ${n.number(r.optionCount)}`,other:()=>`${n.number(r.optionCount)} אפשרויות`})} במצב זמין.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`נכנס לקבוצה ${r.groupTitle}, עם ${n.plural(r.groupCount,{one:()=>`אפשרות ${n.number(r.groupCount)}`,other:()=>`${n.number(r.groupCount)} אפשרויות`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", נבחר",other:""},r.isSelected)}`,listboxLabel:"הצעות",selectedAnnouncement:r=>`${r.optionText}, נבחר`};var bS={};bS={buttonLabel:"Prikaži prijedloge",countAnnouncement:(r,n)=>`Dostupno još: ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opcija`,other:()=>`${n.number(r.optionCount)} opcije/a`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Unesena skupina ${r.groupTitle}, s ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opcijom`,other:()=>`${n.number(r.groupCount)} opcije/a`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", odabranih",other:""},r.isSelected)}`,listboxLabel:"Prijedlozi",selectedAnnouncement:r=>`${r.optionText}, odabrano`};var xS={};xS={buttonLabel:"Javaslatok megjelenítése",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} lehetőség`,other:()=>`${n.number(r.optionCount)} lehetőség`})} áll rendelkezésre.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Belépett a(z) ${r.groupTitle} csoportba, amely ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} lehetőséget`,other:()=>`${n.number(r.groupCount)} lehetőséget`})} tartalmaz. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", kijelölve",other:""},r.isSelected)}`,listboxLabel:"Javaslatok",selectedAnnouncement:r=>`${r.optionText}, kijelölve`};var kS={};kS={buttonLabel:"Mostra suggerimenti",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opzione disponibile`,other:()=>`${n.number(r.optionCount)} opzioni disponibili`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Ingresso nel gruppo ${r.groupTitle}, con ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opzione`,other:()=>`${n.number(r.groupCount)} opzioni`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", selezionato",other:""},r.isSelected)}`,listboxLabel:"Suggerimenti",selectedAnnouncement:r=>`${r.optionText}, selezionato`};var ES={};ES={buttonLabel:"候補を表示",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} 個のオプション`,other:()=>`${n.number(r.optionCount)} 個のオプション`})}を利用できます。`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`入力されたグループ ${r.groupTitle}、${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} 個のオプション`,other:()=>`${n.number(r.groupCount)} 個のオプション`})}を含む。`,other:""},r.isGroupChange)}${r.optionText}${n.select({true:"、選択済み",other:""},r.isSelected)}`,listboxLabel:"候補",selectedAnnouncement:r=>`${r.optionText}、選択済み`};var CS={};CS={buttonLabel:"제안 사항 표시",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)}개 옵션`,other:()=>`${n.number(r.optionCount)}개 옵션`})}을 사용할 수 있습니다.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`입력한 그룹 ${r.groupTitle}, ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)}개 옵션`,other:()=>`${n.number(r.groupCount)}개 옵션`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", 선택됨",other:""},r.isSelected)}`,listboxLabel:"제안",selectedAnnouncement:r=>`${r.optionText}, 선택됨`};var _S={};_S={buttonLabel:"Rodyti pasiūlymus",countAnnouncement:(r,n)=>`Yra ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} parinktis`,other:()=>`${n.number(r.optionCount)} parinktys (-ių)`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Įvesta grupė ${r.groupTitle}, su ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} parinktimi`,other:()=>`${n.number(r.groupCount)} parinktimis (-ių)`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", pasirinkta",other:""},r.isSelected)}`,listboxLabel:"Pasiūlymai",selectedAnnouncement:r=>`${r.optionText}, pasirinkta`};var SS={};SS={buttonLabel:"Rādīt ieteikumus",countAnnouncement:(r,n)=>`Pieejamo opciju skaits: ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opcija`,other:()=>`${n.number(r.optionCount)} opcijas`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Ievadīta grupa ${r.groupTitle}, ar ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opciju`,other:()=>`${n.number(r.groupCount)} opcijām`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", atlasīta",other:""},r.isSelected)}`,listboxLabel:"Ieteikumi",selectedAnnouncement:r=>`${r.optionText}, atlasīta`};var wS={};wS={buttonLabel:"Vis forslag",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} alternativ`,other:()=>`${n.number(r.optionCount)} alternativer`})} finnes.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Angitt gruppe ${r.groupTitle}, med ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} alternativ`,other:()=>`${n.number(r.groupCount)} alternativer`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", valgt",other:""},r.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:r=>`${r.optionText}, valgt`};var TS={};TS={buttonLabel:"Suggesties weergeven",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} optie`,other:()=>`${n.number(r.optionCount)} opties`})} beschikbaar.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Groep ${r.groupTitle} ingevoerd met ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} optie`,other:()=>`${n.number(r.groupCount)} opties`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", geselecteerd",other:""},r.isSelected)}`,listboxLabel:"Suggesties",selectedAnnouncement:r=>`${r.optionText}, geselecteerd`};var DS={};DS={buttonLabel:"Wyświetlaj sugestie",countAnnouncement:(r,n)=>`dostępna/dostępne(-nych) ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opcja`,other:()=>`${n.number(r.optionCount)} opcje(-i)`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Dołączono do grupy ${r.groupTitle}, z ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opcją`,other:()=>`${n.number(r.groupCount)} opcjami`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", wybrano",other:""},r.isSelected)}`,listboxLabel:"Sugestie",selectedAnnouncement:r=>`${r.optionText}, wybrano`};var $S={};$S={buttonLabel:"Mostrar sugestões",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opção`,other:()=>`${n.number(r.optionCount)} opções`})} disponível.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Grupo inserido ${r.groupTitle}, com ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opção`,other:()=>`${n.number(r.groupCount)} opções`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", selecionado",other:""},r.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:r=>`${r.optionText}, selecionado`};var PS={};PS={buttonLabel:"Apresentar sugestões",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opção`,other:()=>`${n.number(r.optionCount)} opções`})} disponível.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Grupo introduzido ${r.groupTitle}, com ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opção`,other:()=>`${n.number(r.groupCount)} opções`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", selecionado",other:""},r.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:r=>`${r.optionText}, selecionado`};var NS={};NS={buttonLabel:"Afișare sugestii",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opțiune`,other:()=>`${n.number(r.optionCount)} opțiuni`})} disponibile.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Grup ${r.groupTitle} introdus, cu ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opțiune`,other:()=>`${n.number(r.groupCount)} opțiuni`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", selectat",other:""},r.isSelected)}`,listboxLabel:"Sugestii",selectedAnnouncement:r=>`${r.optionText}, selectat`};var LS={};LS={buttonLabel:"Показать предложения",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} параметр`,other:()=>`${n.number(r.optionCount)} параметров`})} доступно.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Введенная группа ${r.groupTitle}, с ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} параметром`,other:()=>`${n.number(r.groupCount)} параметрами`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", выбранными",other:""},r.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:r=>`${r.optionText}, выбрано`};var MS={};MS={buttonLabel:"Zobraziť návrhy",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} možnosť`,other:()=>`${n.number(r.optionCount)} možnosti/-í`})} k dispozícii.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Zadaná skupina ${r.groupTitle}, s ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} možnosťou`,other:()=>`${n.number(r.groupCount)} možnosťami`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", vybraté",other:""},r.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:r=>`${r.optionText}, vybraté`};var AS={};AS={buttonLabel:"Prikaži predloge",countAnnouncement:(r,n)=>`Na voljo je ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opcija`,other:()=>`${n.number(r.optionCount)} opcije`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Vnesena skupina ${r.groupTitle}, z ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opcija`,other:()=>`${n.number(r.groupCount)} opcije`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", izbrano",other:""},r.isSelected)}`,listboxLabel:"Predlogi",selectedAnnouncement:r=>`${r.optionText}, izbrano`};var OS={};OS={buttonLabel:"Prikaži predloge",countAnnouncement:(r,n)=>`Dostupno još: ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} opcija`,other:()=>`${n.number(r.optionCount)} opcije/a`})}.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Unesena grupa ${r.groupTitle}, s ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} opcijom`,other:()=>`${n.number(r.groupCount)} optione/a`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", izabranih",other:""},r.isSelected)}`,listboxLabel:"Predlozi",selectedAnnouncement:r=>`${r.optionText}, izabrano`};var FS={};FS={buttonLabel:"Visa förslag",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} alternativ`,other:()=>`${n.number(r.optionCount)} alternativ`})} tillgängliga.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Ingick i gruppen ${r.groupTitle} med ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} alternativ`,other:()=>`${n.number(r.groupCount)} alternativ`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", valda",other:""},r.isSelected)}`,listboxLabel:"Förslag",selectedAnnouncement:r=>`${r.optionText}, valda`};var RS={};RS={buttonLabel:"Önerileri göster",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} seçenek`,other:()=>`${n.number(r.optionCount)} seçenekler`})} kullanılabilir.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Girilen grup ${r.groupTitle}, ile ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} seçenek`,other:()=>`${n.number(r.groupCount)} seçenekler`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", seçildi",other:""},r.isSelected)}`,listboxLabel:"Öneriler",selectedAnnouncement:r=>`${r.optionText}, seçildi`};var zS={};zS={buttonLabel:"Показати пропозиції",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} параметр`,other:()=>`${n.number(r.optionCount)} параметри(-ів)`})} доступно.`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`Введена група ${r.groupTitle}, з ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} параметр`,other:()=>`${n.number(r.groupCount)} параметри(-ів)`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", вибрано",other:""},r.isSelected)}`,listboxLabel:"Пропозиції",selectedAnnouncement:r=>`${r.optionText}, вибрано`};var IS={};IS={buttonLabel:"显示建议",countAnnouncement:(r,n)=>`有 ${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} 个选项`,other:()=>`${n.number(r.optionCount)} 个选项`})}可用。`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`进入了 ${r.groupTitle} 组,其中有 ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} 个选项`,other:()=>`${n.number(r.groupCount)} 个选项`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", 已选择",other:""},r.isSelected)}`,listboxLabel:"建议",selectedAnnouncement:r=>`${r.optionText}, 已选择`};var BS={};BS={buttonLabel:"顯示建議",countAnnouncement:(r,n)=>`${n.plural(r.optionCount,{one:()=>`${n.number(r.optionCount)} 選項`,other:()=>`${n.number(r.optionCount)} 選項`})} 可用。`,focusAnnouncement:(r,n)=>`${n.select({true:()=>`輸入的群組 ${r.groupTitle}, 有 ${n.plural(r.groupCount,{one:()=>`${n.number(r.groupCount)} 選項`,other:()=>`${n.number(r.groupCount)} 選項`})}. `,other:""},r.isGroupChange)}${r.optionText}${n.select({true:", 已選取",other:""},r.isSelected)}`,listboxLabel:"建議",selectedAnnouncement:r=>`${r.optionText}, 已選取`};var US={};US={"ar-AE":aS,"bg-BG":uS,"cs-CZ":sS,"da-DK":cS,"de-DE":dS,"el-GR":fS,"en-US":pS,"es-ES":vS,"et-EE":hS,"fi-FI":mS,"fr-FR":gS,"he-IL":yS,"hr-HR":bS,"hu-HU":xS,"it-IT":kS,"ja-JP":ES,"ko-KR":CS,"lt-LT":_S,"lv-LV":SS,"nb-NO":wS,"nl-NL":TS,"pl-PL":DS,"pt-BR":$S,"pt-PT":PS,"ro-RO":NS,"ru-RU":LS,"sk-SK":MS,"sl-SI":AS,"sr-SP":OS,"sv-SE":FS,"tr-TR":RS,"uk-UA":zS,"zh-CN":IS,"zh-TW":BS};const cl={top:"top",bottom:"top",left:"left",right:"left"},jm={top:"bottom",bottom:"top",left:"right",right:"left"},pP={top:"left",left:"top"},N1={top:"height",left:"width"},VS={width:"totalWidth",height:"totalHeight"},Wm={};let vr=typeof document<"u"?window.visualViewport:null;function KS(r){let n=0,o=0,s=0,d=0,h=0,p=0,y={};var k;let C=((k=vr==null?void 0:vr.scale)!==null&&k!==void 0?k:1)>1;if(r.tagName==="BODY"){let N=document.documentElement;s=N.clientWidth,d=N.clientHeight;var T;n=(T=vr==null?void 0:vr.width)!==null&&T!==void 0?T:s;var S;o=(S=vr==null?void 0:vr.height)!==null&&S!==void 0?S:d,y.top=N.scrollTop||r.scrollTop,y.left=N.scrollLeft||r.scrollLeft,vr&&(h=vr.offsetTop,p=vr.offsetLeft)}else({width:n,height:o,top:h,left:p}=ld(r,!1)),y.top=r.scrollTop,y.left=r.scrollLeft,s=n,d=o;if(Kb()&&(r.tagName==="BODY"||r.tagName==="HTML")&&C){y.top=0,y.left=0;var D;h=(D=vr==null?void 0:vr.pageTop)!==null&&D!==void 0?D:0;var $;p=($=vr==null?void 0:vr.pageLeft)!==null&&$!==void 0?$:0}return{width:n,height:o,totalWidth:s,totalHeight:d,scroll:y,top:h,left:p}}function vP(r){return{top:r.scrollTop,left:r.scrollLeft,width:r.scrollWidth,height:r.scrollHeight}}function HS(r,n,o,s,d,h,p){var y;let k=(y=d.scroll[r])!==null&&y!==void 0?y:0,C=s[N1[r]],T=s.scroll[cl[r]]+h,S=C+s.scroll[cl[r]]-h,D=n-k+p[r]-s[cl[r]],$=n-k+o+p[r]-s[cl[r]];return D<T?T-D:$>S?Math.max(S-$,T-D):0}function hP(r){let n=window.getComputedStyle(r);return{top:parseInt(n.marginTop,10)||0,bottom:parseInt(n.marginBottom,10)||0,left:parseInt(n.marginLeft,10)||0,right:parseInt(n.marginRight,10)||0}}function jS(r){if(Wm[r])return Wm[r];let[n,o]=r.split(" "),s=cl[n]||"right",d=pP[s];cl[o]||(o="center");let h=N1[s],p=N1[d];return Wm[r]={placement:n,crossPlacement:o,axis:s,crossAxis:d,size:h,crossSize:p},Wm[r]}function L1(r,n,o,s,d,h,p,y,k,C){let{placement:T,crossPlacement:S,axis:D,crossAxis:$,size:N,crossSize:M}=s,O={};var z;O[$]=(z=r[$])!==null&&z!==void 0?z:0;var B,V,K,U;S==="center"?O[$]+=(((B=r[M])!==null&&B!==void 0?B:0)-((V=o[M])!==null&&V!==void 0?V:0))/2:S!==$&&(O[$]+=((K=r[M])!==null&&K!==void 0?K:0)-((U=o[M])!==null&&U!==void 0?U:0)),O[$]+=h;const G=r[$]-o[M]+k+C,Z=r[$]+r[M]-k-C;if(O[$]=Jc(O[$],G,Z),T===D){const Se=y?p[N]:n[VS[N]];O[jm[D]]=Math.floor(Se-r[D]+d)}else O[D]=Math.floor(r[D]+r[N]+d);return O}function mP(r,n,o,s,d,h,p,y){const k=s?o.height:n[VS.height];var C;let T=r.top!=null?o.top+r.top:o.top+(k-((C=r.bottom)!==null&&C!==void 0?C:0)-p);var S,D,$,N,M,O;let z=y!=="top"?Math.max(0,n.height+n.top+((S=n.scroll.top)!==null&&S!==void 0?S:0)-T-(((D=d.top)!==null&&D!==void 0?D:0)+(($=d.bottom)!==null&&$!==void 0?$:0)+h)):Math.max(0,T+p-(n.top+((N=n.scroll.top)!==null&&N!==void 0?N:0))-(((M=d.top)!==null&&M!==void 0?M:0)+((O=d.bottom)!==null&&O!==void 0?O:0)+h));return Math.min(n.height-h*2,z)}function WS(r,n,o,s,d,h){let{placement:p,axis:y,size:k}=h;var C,T;if(p===y)return Math.max(0,o[y]-r[y]-((C=r.scroll[y])!==null&&C!==void 0?C:0)+n[y]-((T=s[y])!==null&&T!==void 0?T:0)-s[jm[y]]-d);var S;return Math.max(0,r[k]+r[y]+r.scroll[y]-n[y]-o[y]-o[k]-((S=s[y])!==null&&S!==void 0?S:0)-s[jm[y]]-d)}function gP(r,n,o,s,d,h,p,y,k,C,T,S,D,$,N,M){let O=jS(r),{size:z,crossAxis:B,crossSize:V,placement:K,crossPlacement:U}=O,G=L1(n,y,o,O,T,S,C,D,N,M),Z=T,Se=WS(y,C,n,d,h+T,O);if(p&&s[z]>Se){let Fe=jS(`${jm[K]} ${U}`),Be=L1(n,y,o,Fe,T,S,C,D,N,M);WS(y,C,n,d,h+T,Fe)>Se&&(O=Fe,G=Be,Z=T)}let ve="bottom";O.axis==="top"?O.placement==="top"?ve="top":O.placement==="bottom"&&(ve="bottom"):O.crossAxis==="top"&&(O.crossPlacement==="top"?ve="bottom":O.crossPlacement==="bottom"&&(ve="top"));let de=HS(B,G[B],o[V],y,k,h,C);G[B]+=de;let F=mP(G,y,C,D,d,h,o.height,ve);$&&$<F&&(F=$),o.height=Math.min(o.height,F),G=L1(n,y,o,O,Z,S,C,D,N,M),de=HS(B,G[B],o[V],y,k,h,C),G[B]+=de;let ce={},le=n[B]-G[B]-d[cl[B]],ue=le+.5*n[V];const be=N/2+M;var j,re,X,W;const R=cl[B]==="left"?((j=d.left)!==null&&j!==void 0?j:0)+((re=d.right)!==null&&re!==void 0?re:0):((X=d.top)!==null&&X!==void 0?X:0)+((W=d.bottom)!==null&&W!==void 0?W:0),he=o[V]-R-N/2-M,me=n[B]+N/2-(G[B]+d[cl[B]]),ke=n[B]+n[V]-N/2-(G[B]+d[cl[B]]),Pe=Jc(ue,me,ke);ce[B]=Jc(Pe,be,he),{placement:K,crossPlacement:U}=O,N?le=ce[B]:U==="right"?le+=n[V]:U==="center"&&(le+=n[V]/2);let Me=K==="left"||K==="top"?o[z]:0,De={x:K==="top"||K==="bottom"?le:Me,y:K==="left"||K==="right"?le:Me};return{position:G,maxHeight:F,arrowOffsetLeft:ce.left,arrowOffsetTop:ce.top,placement:K,triggerAnchorPoint:De}}function yP(r){let{placement:n,targetNode:o,overlayNode:s,scrollNode:d,padding:h,shouldFlip:p,boundaryElement:y,offset:k,crossOffset:C,maxHeight:T,arrowSize:S=0,arrowBoundaryOffset:D=0}=r,$=s instanceof HTMLElement?bP(s):document.documentElement,N=$===document.documentElement;const M=window.getComputedStyle($).position;let O=!!M&&M!=="static",z=N?ld(o,!1):GS(o,$,!1);if(!N){let{marginTop:ce,marginLeft:le}=window.getComputedStyle(o);z.top+=parseInt(ce,10)||0,z.left+=parseInt(le,10)||0}let B=ld(s,!0),V=hP(s);var K,U;B.width+=((K=V.left)!==null&&K!==void 0?K:0)+((U=V.right)!==null&&U!==void 0?U:0);var G,Z;B.height+=((G=V.top)!==null&&G!==void 0?G:0)+((Z=V.bottom)!==null&&Z!==void 0?Z:0);let Se=vP(d),ve=KS(y),de=KS($),F=y.tagName==="BODY"?ld($,!1):GS($,y,!1);return $.tagName==="HTML"&&y.tagName==="BODY"&&(de.scroll.top=0,de.scroll.left=0),gP(n,z,B,Se,V,h,p,ve,de,F,k,C,O,T,S,D)}function M1(r,n){let{top:o,left:s,width:d,height:h}=r.getBoundingClientRect();return n&&r instanceof r.ownerDocument.defaultView.HTMLElement&&(d=r.offsetWidth,h=r.offsetHeight),{top:o,left:s,width:d,height:h}}function ld(r,n){let{top:o,left:s,width:d,height:h}=M1(r,n),{scrollTop:p,scrollLeft:y,clientTop:k,clientLeft:C}=document.documentElement;return{top:o+p-k,left:s+y-C,width:d,height:h}}function GS(r,n,o){let s=window.getComputedStyle(r),d;if(s.position==="fixed")d=M1(r,o);else{d=ld(r,o);let h=ld(n,o),p=window.getComputedStyle(n);h.top+=(parseInt(p.borderTopWidth,10)||0)-n.scrollTop,h.left+=(parseInt(p.borderLeftWidth,10)||0)-n.scrollLeft,d.top-=h.top,d.left-=h.left}return d.top-=parseInt(s.marginTop,10)||0,d.left-=parseInt(s.marginLeft,10)||0,d}function bP(r){let n=r.offsetParent;if(n&&n===document.body&&window.getComputedStyle(n).position==="static"&&!YS(n)&&(n=document.documentElement),n==null)for(n=r.parentElement;n&&!YS(n);)n=n.parentElement;return n||document.documentElement}function YS(r){let n=window.getComputedStyle(r);return n.transform!=="none"||/transform|perspective/.test(n.willChange)||n.filter!=="none"||n.contain==="paint"||"backdropFilter"in n&&n.backdropFilter!=="none"||"WebkitBackdropFilter"in n&&n.WebkitBackdropFilter!=="none"}const qS=new WeakMap;function xP(r){let{triggerRef:n,isOpen:o,onClose:s}=r;x.useEffect(()=>{if(!o||s===null)return;let d=h=>{let p=h.target;if(!n.current||p instanceof Node&&!p.contains(n.current)||h.target instanceof HTMLInputElement||h.target instanceof HTMLTextAreaElement)return;let y=s||qS.get(n.current);y&&y()};return window.addEventListener("scroll",d,!0),()=>{window.removeEventListener("scroll",d,!0)}},[o,s,n])}let On=typeof document<"u"?window.visualViewport:null;function kP(r){let{direction:n}=ea(),{arrowSize:o,targetRef:s,overlayRef:d,arrowRef:h,scrollRef:p=d,placement:y="bottom",containerPadding:k=12,shouldFlip:C=!0,boundaryElement:T=typeof document<"u"?document.body:null,offset:S=0,crossOffset:D=0,shouldUpdatePosition:$=!0,isOpen:N=!0,onClose:M,maxHeight:O,arrowBoundaryOffset:z=0}=r,[B,V]=x.useState(null),K=[$,y,d.current,s.current,h==null?void 0:h.current,p.current,k,C,T,S,D,N,n,O,z,o],U=x.useRef(On==null?void 0:On.scale);x.useEffect(()=>{N&&(U.current=On==null?void 0:On.scale)},[N]);let G=x.useCallback(()=>{if($===!1||!N||!d.current||!s.current||!T||(On==null?void 0:On.scale)!==U.current)return;let ce=null;if(p.current&&p.current.contains(document.activeElement)){var le;let R=(le=document.activeElement)===null||le===void 0?void 0:le.getBoundingClientRect(),he=p.current.getBoundingClientRect();var ue;if(ce={type:"top",offset:((ue=R==null?void 0:R.top)!==null&&ue!==void 0?ue:0)-he.top},ce.offset>he.height/2){ce.type="bottom";var be;ce.offset=((be=R==null?void 0:R.bottom)!==null&&be!==void 0?be:0)-he.bottom}}let j=d.current;if(!O&&d.current){var re;j.style.top="0px",j.style.bottom="";var X;j.style.maxHeight=((X=(re=window.visualViewport)===null||re===void 0?void 0:re.height)!==null&&X!==void 0?X:window.innerHeight)+"px"}let W=yP({placement:CP(y,n),overlayNode:d.current,targetNode:s.current,scrollNode:p.current||d.current,padding:k,shouldFlip:C,boundaryElement:T,offset:S,crossOffset:D,maxHeight:O,arrowSize:o??(h!=null&&h.current?M1(h.current,!0).width:0),arrowBoundaryOffset:z});if(W.position){if(j.style.top="",j.style.bottom="",j.style.left="",j.style.right="",Object.keys(W.position).forEach(R=>j.style[R]=W.position[R]+"px"),j.style.maxHeight=W.maxHeight!=null?W.maxHeight+"px":"",ce&&document.activeElement&&p.current){let R=document.activeElement.getBoundingClientRect(),he=p.current.getBoundingClientRect(),me=R[ce.type]-he[ce.type];p.current.scrollTop+=me-ce.offset}V(W)}},K);Vt(G,K),EP(G),Qc({ref:d,onResize:G}),Qc({ref:s,onResize:G});let Z=x.useRef(!1);Vt(()=>{let ce,le=()=>{Z.current=!0,clearTimeout(ce),ce=setTimeout(()=>{Z.current=!1},500),G()},ue=()=>{Z.current&&le()};return On==null||On.addEventListener("resize",le),On==null||On.addEventListener("scroll",ue),()=>{On==null||On.removeEventListener("resize",le),On==null||On.removeEventListener("scroll",ue)}},[G]);let Se=x.useCallback(()=>{Z.current||M==null||M()},[M,Z]);xP({triggerRef:s,isOpen:N,onClose:M&&Se});var ve,de,F;return{overlayProps:{style:{position:B?"absolute":"fixed",top:B?void 0:0,left:B?void 0:0,zIndex:1e5,...B==null?void 0:B.position,maxHeight:(ve=B==null?void 0:B.maxHeight)!==null&&ve!==void 0?ve:"100vh"}},placement:(de=B==null?void 0:B.placement)!==null&&de!==void 0?de:null,triggerAnchorPoint:(F=B==null?void 0:B.triggerAnchorPoint)!==null&&F!==void 0?F:null,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:B==null?void 0:B.arrowOffsetLeft,top:B==null?void 0:B.arrowOffsetTop}},updatePosition:G}}function EP(r){Vt(()=>(window.addEventListener("resize",r,!1),()=>{window.removeEventListener("resize",r,!1)}),[r])}function CP(r,n){return n==="rtl"?r.replace("start","right").replace("end","left"):r.replace("start","left").replace("end","right")}const dl=[];function QS(r,n){let{onClose:o,shouldCloseOnBlur:s,isOpen:d,isDismissable:h=!1,isKeyboardDismissDisabled:p=!1,shouldCloseOnInteractOutside:y}=r;x.useEffect(()=>{if(d&&!dl.includes(n))return dl.push(n),()=>{let N=dl.indexOf(n);N>=0&&dl.splice(N,1)}},[d,n]);let k=()=>{dl[dl.length-1]===n&&o&&o()},C=N=>{(!y||y(N.target))&&dl[dl.length-1]===n&&(N.stopPropagation(),N.preventDefault())},T=N=>{(!y||y(N.target))&&(dl[dl.length-1]===n&&(N.stopPropagation(),N.preventDefault()),k())},S=N=>{N.key==="Escape"&&!p&&!N.nativeEvent.isComposing&&(N.stopPropagation(),N.preventDefault(),k())};m$({ref:n,onInteractOutside:h&&d?T:void 0,onInteractOutsideStart:C});let{focusWithinProps:D}=_p({isDisabled:!s,onBlurWithin:N=>{!N.relatedTarget||W$(N.relatedTarget)||(!y||y(N.relatedTarget))&&(o==null||o())}}),$=N=>{N.target===N.currentTarget&&N.preventDefault()};return{overlayProps:{onKeyDown:S,...D},underlayProps:{onPointerDown:$}}}function XS(r,n,o){let{type:s}=r,{isOpen:d}=n;x.useEffect(()=>{o&&o.current&&qS.set(o.current,n.close)});let h;s==="menu"?h=!0:s==="listbox"&&(h="listbox");let p=pr();return{triggerProps:{"aria-haspopup":h,"aria-expanded":d,"aria-controls":d?p:void 0,onPress:n.toggle},overlayProps:{id:p}}}const Dp=typeof document<"u"&&window.visualViewport;let Gm=0,A1;function ZS(r={}){let{isDisabled:n}=r;Vt(()=>{if(!n)return Gm++,Gm===1&&(gp()?A1=SP():A1=_P()),()=>{Gm--,Gm===0&&A1()}},[n])}function _P(){let r=window.innerWidth-document.documentElement.clientWidth;return Ql(r>0&&("scrollbarGutter"in document.documentElement.style?O1(document.documentElement,"scrollbarGutter","stable"):O1(document.documentElement,"paddingRight",`${r}px`)),O1(document.documentElement,"overflow","hidden"))}function SP(){let r,n=!1,o=k=>{let C=k.target;r=vs(C)?C:Yb(C,!0),n=!1;let T=C.ownerDocument.defaultView.getSelection();T&&!T.isCollapsed&&T.containsNode(C,!0)&&(n=!0),"selectionStart"in C&&"selectionEnd"in C&&C.selectionStart<C.selectionEnd&&C.ownerDocument.activeElement===C&&(n=!0)},s=document.createElement("style");s.textContent=`
182
+ @layer {
183
+ * {
184
+ overscroll-behavior: contain;
185
+ }
186
+ }`.trim(),document.head.prepend(s);let d=k=>{if(!(k.touches.length===2||n)){if(!r||r===document.documentElement||r===document.body){k.preventDefault();return}r.scrollHeight===r.clientHeight&&r.scrollWidth===r.clientWidth&&k.preventDefault()}},h=k=>{let C=k.target,T=k.relatedTarget;if(T&&bp(T))T.focus({preventScroll:!0}),JS(T,bp(C));else if(!T){var S;let D=(S=C.parentElement)===null||S===void 0?void 0:S.closest("[tabindex]");D==null||D.focus({preventScroll:!0})}},p=HTMLElement.prototype.focus;HTMLElement.prototype.focus=function(k){let C=document.activeElement!=null&&bp(document.activeElement);p.call(this,{...k,preventScroll:!0}),(!k||!k.preventScroll)&&JS(this,C)};let y=Ql(F1(document,"touchstart",o,{passive:!1,capture:!0}),F1(document,"touchmove",d,{passive:!1,capture:!0}),F1(document,"blur",h,!0));return()=>{y(),s.remove(),HTMLElement.prototype.focus=p}}function O1(r,n,o){let s=r.style[n];return r.style[n]=o,()=>{r.style[n]=s}}function F1(r,n,o,s){return r.addEventListener(n,o,s),()=>{r.removeEventListener(n,o,s)}}function JS(r,n){n||!Dp?ew(r):Dp.addEventListener("resize",()=>ew(r),{once:!0})}function ew(r){let n=document.scrollingElement||document.documentElement,o=r;for(;o&&o!==n;){let s=Yb(o);if(s!==document.documentElement&&s!==document.body&&s!==o){let d=s.getBoundingClientRect(),h=o.getBoundingClientRect();if(h.top<d.top||h.bottom>d.top+o.clientHeight){let p=d.bottom;Dp&&(p=Math.min(p,Dp.offsetTop+Dp.height));let y=h.top-d.top-((p-d.top)/2-h.height/2);s.scrollTo({top:Math.max(0,Math.min(s.scrollHeight-s.clientHeight,s.scrollTop+y)),behavior:"smooth"})}}o=s.parentElement}}const wP=x.createContext({});function TP(){var r;return(r=x.useContext(wP))!==null&&r!==void 0?r:{}}var tw={};tw={dismiss:"تجاهل"};var nw={};nw={dismiss:"Отхвърляне"};var rw={};rw={dismiss:"Odstranit"};var iw={};iw={dismiss:"Luk"};var ow={};ow={dismiss:"Schließen"};var lw={};lw={dismiss:"Απόρριψη"};var aw={};aw={dismiss:"Dismiss"};var uw={};uw={dismiss:"Descartar"};var sw={};sw={dismiss:"Lõpeta"};var cw={};cw={dismiss:"Hylkää"};var dw={};dw={dismiss:"Rejeter"};var fw={};fw={dismiss:"התעלם"};var pw={};pw={dismiss:"Odbaci"};var vw={};vw={dismiss:"Elutasítás"};var hw={};hw={dismiss:"Ignora"};var mw={};mw={dismiss:"閉じる"};var gw={};gw={dismiss:"무시"};var yw={};yw={dismiss:"Atmesti"};var bw={};bw={dismiss:"Nerādīt"};var xw={};xw={dismiss:"Lukk"};var kw={};kw={dismiss:"Negeren"};var Ew={};Ew={dismiss:"Zignoruj"};var Cw={};Cw={dismiss:"Descartar"};var _w={};_w={dismiss:"Dispensar"};var Sw={};Sw={dismiss:"Revocare"};var ww={};ww={dismiss:"Пропустить"};var Tw={};Tw={dismiss:"Zrušiť"};var Dw={};Dw={dismiss:"Opusti"};var $w={};$w={dismiss:"Odbaci"};var Pw={};Pw={dismiss:"Avvisa"};var Nw={};Nw={dismiss:"Kapat"};var Lw={};Lw={dismiss:"Скасувати"};var Mw={};Mw={dismiss:"取消"};var Aw={};Aw={dismiss:"關閉"};var Ow={};Ow={"ar-AE":tw,"bg-BG":nw,"cs-CZ":rw,"da-DK":iw,"de-DE":ow,"el-GR":lw,"en-US":aw,"es-ES":uw,"et-EE":sw,"fi-FI":cw,"fr-FR":dw,"he-IL":fw,"hr-HR":pw,"hu-HU":vw,"it-IT":hw,"ja-JP":mw,"ko-KR":gw,"lt-LT":yw,"lv-LV":bw,"nb-NO":xw,"nl-NL":kw,"pl-PL":Ew,"pt-BR":Cw,"pt-PT":_w,"ro-RO":Sw,"ru-RU":ww,"sk-SK":Tw,"sl-SI":Dw,"sr-SP":$w,"sv-SE":Pw,"tr-TR":Nw,"uk-UA":Lw,"zh-CN":Mw,"zh-TW":Aw};function DP(r){return r&&r.__esModule?r.default:r}function R1(r){let{onDismiss:n,...o}=r,s=rd(DP(Ow),"@react-aria/overlays"),d=_m(o,s.format("dismiss")),h=()=>{n&&n()};return x.createElement(aP,null,x.createElement("button",{...d,tabIndex:-1,onClick:h,style:{width:1,height:1}}))}const $P=typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype;let $p=new WeakMap,_i=[];function z1(r,n){let o=xi(r==null?void 0:r[0]),s=n instanceof o.Element?{root:n}:n;var d;let h=(d=s==null?void 0:s.root)!==null&&d!==void 0?d:document.body,p=(s==null?void 0:s.shouldUseInert)&&$P,y=new Set(r),k=new Set,C=M=>p&&M instanceof o.HTMLElement?M.inert:M.getAttribute("aria-hidden")==="true",T=(M,O)=>{p&&M instanceof o.HTMLElement?M.inert=O:O?M.setAttribute("aria-hidden","true"):(M.removeAttribute("aria-hidden"),M instanceof o.HTMLElement&&(M.inert=!1))},S=M=>{for(let V of M.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))y.add(V);let O=V=>{if(k.has(V)||y.has(V)||V.parentElement&&k.has(V.parentElement)&&V.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let K of y)if(V.contains(K))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},z=document.createTreeWalker(M,NodeFilter.SHOW_ELEMENT,{acceptNode:O}),B=O(M);if(B===NodeFilter.FILTER_ACCEPT&&D(M),B!==NodeFilter.FILTER_REJECT){let V=z.nextNode();for(;V!=null;)D(V),V=z.nextNode()}},D=M=>{var O;let z=(O=$p.get(M))!==null&&O!==void 0?O:0;C(M)&&z===0||(z===0&&T(M,!0),k.add(M),$p.set(M,z+1))};_i.length&&_i[_i.length-1].disconnect(),S(h);let $=new MutationObserver(M=>{for(let O of M)if(O.type==="childList"&&![...y,...k].some(z=>z.contains(O.target)))for(let z of O.addedNodes)(z instanceof HTMLElement||z instanceof SVGElement)&&(z.dataset.liveAnnouncer==="true"||z.dataset.reactAriaTopLayer==="true")?y.add(z):z instanceof Element&&S(z)});$.observe(h,{childList:!0,subtree:!0});let N={visibleNodes:y,hiddenNodes:k,observe(){$.observe(h,{childList:!0,subtree:!0})},disconnect(){$.disconnect()}};return _i.push(N),()=>{$.disconnect();for(let M of k){let O=$p.get(M);O!=null&&(O===1?(T(M,!1),$p.delete(M)):$p.set(M,O-1))}N===_i[_i.length-1]?(_i.pop(),_i.length&&_i[_i.length-1].observe()):_i.splice(_i.indexOf(N),1)}}function PP(r){let n=_i[_i.length-1];if(n&&!n.visibleNodes.has(r))return n.visibleNodes.add(r),()=>{n.visibleNodes.delete(r)}}function NP(r,n){let{triggerRef:o,popoverRef:s,groupRef:d,isNonModal:h,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:y,...k}=r,C=k.trigger==="SubmenuTrigger",{overlayProps:T,underlayProps:S}=QS({isOpen:n.isOpen,onClose:n.close,shouldCloseOnBlur:!0,isDismissable:!h||C,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:y},d??s),{overlayProps:D,arrowProps:$,placement:N,triggerAnchorPoint:M}=kP({...k,targetRef:o,overlayRef:s,isOpen:n.isOpen,onClose:h&&!C?n.close:null});return ZS({isDisabled:h||!n.isOpen}),x.useEffect(()=>{if(n.isOpen&&s.current){var O,z;return h?PP((O=d==null?void 0:d.current)!==null&&O!==void 0?O:s.current):z1([(z=d==null?void 0:d.current)!==null&&z!==void 0?z:s.current],{shouldUseInert:!0})}},[h,n.isOpen,s,d]),{popoverProps:it(T,D),arrowProps:$,underlayProps:S,placement:N,triggerAnchorPoint:M}}const Fw=x.createContext(null);function I1(r){let n=ds(),{portalContainer:o=n?null:document.body,isExiting:s}=r,[d,h]=x.useState(!1),p=x.useMemo(()=>({contain:d,setContain:h}),[d,h]),{getContainer:y}=TP();if(!r.portalContainer&&y&&(o=y()),!o)return null;let k=r.children;return r.disableFocusManagement||(k=x.createElement(E1,{restoreFocus:!0,contain:(r.shouldContainFocus||d)&&!s},k)),k=x.createElement(Fw.Provider,{value:p},x.createElement(v$,null,k)),K9.createPortal(k,o)}function Rw(){let r=x.useContext(Fw),n=r==null?void 0:r.setContain;Vt(()=>{n==null||n(!0)},[n])}function LP(r,n,o){let{overlayProps:s,underlayProps:d}=QS({...r,isOpen:n.isOpen,onClose:n.close},o);return ZS({isDisabled:!n.isOpen}),Rw(),x.useEffect(()=>{if(n.isOpen&&o.current)return z1([o.current],{shouldUseInert:!0})},[n.isOpen,o]),{modalProps:it(s),underlayProps:d}}const Ym=new WeakMap;function MP(r){return typeof r=="string"?r.replace(/\s*/g,""):""+r}function zw(r,n){let o=Ym.get(r);if(!o)throw new Error("Unknown list");return`${o.id}-option-${MP(n)}`}function B1(r){return Em()?r.altKey:r.ctrlKey}function qm(r,n){var o,s;let d=`[data-key="${CSS.escape(String(n))}"]`,h=(o=r.current)===null||o===void 0?void 0:o.dataset.collection;return h&&(d=`[data-collection="${CSS.escape(h)}"]${d}`),(s=r.current)===null||s===void 0?void 0:s.querySelector(d)}const Iw=new WeakMap;function AP(r){let n=pr();return Iw.set(r,n),n}function OP(r){return Iw.get(r)}const FP=1e3;function Bw(r){let{keyboardDelegate:n,selectionManager:o,onTypeSelect:s}=r,d=x.useRef({search:"",timeout:void 0}).current,h=p=>{let y=RP(p.key);if(!(!y||p.ctrlKey||p.metaKey||!p.currentTarget.contains(p.target)||d.search.length===0&&y===" ")){if(y===" "&&d.search.trim().length>0&&(p.preventDefault(),"continuePropagation"in p||p.stopPropagation()),d.search+=y,n.getKeyForSearch!=null){let k=n.getKeyForSearch(d.search,o.focusedKey);k==null&&(k=n.getKeyForSearch(d.search)),k!=null&&(o.setFocusedKey(k),s&&s(k))}clearTimeout(d.timeout),d.timeout=setTimeout(()=>{d.search=""},FP)}};return{typeSelectProps:{onKeyDownCapture:n.getKeyForSearch?h:void 0}}}function RP(r){return r.length===1||!/^[A-Z]/i.test(r)?r:""}function Uw(r){let{selectionManager:n,keyboardDelegate:o,ref:s,autoFocus:d=!1,shouldFocusWrap:h=!1,disallowEmptySelection:p=!1,disallowSelectAll:y=!1,escapeKeyBehavior:k="clearSelection",selectOnFocus:C=n.selectionBehavior==="replace",disallowTypeAhead:T=!1,shouldUseVirtualFocus:S,allowsTabNavigation:D=!1,isVirtualized:$,scrollRef:N=s,linkBehavior:M="action"}=r,{direction:O}=ea(),z=qc(),B=re=>{var X;if(re.altKey&&re.key==="Tab"&&re.preventDefault(),!(!((X=s.current)===null||X===void 0)&&X.contains(re.target)))return;const W=(J,Ye)=>{if(J!=null){if(n.isLink(J)&&M==="selection"&&C&&!B1(re)){xp.flushSync(()=>{n.setFocusedKey(J,Ye)});let mt=qm(s,J),Ot=n.getItemProps(J);mt&&z.open(mt,re,Ot.href,Ot.routerOptions);return}if(n.setFocusedKey(J,Ye),n.isLink(J)&&M==="override")return;re.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(J):C&&!B1(re)&&n.replaceSelection(J)}};switch(re.key){case"ArrowDown":if(o.getKeyBelow){var R,he,me;let J=n.focusedKey!=null?(R=o.getKeyBelow)===null||R===void 0?void 0:R.call(o,n.focusedKey):(he=o.getFirstKey)===null||he===void 0?void 0:he.call(o);J==null&&h&&(J=(me=o.getFirstKey)===null||me===void 0?void 0:me.call(o,n.focusedKey)),J!=null&&(re.preventDefault(),W(J))}break;case"ArrowUp":if(o.getKeyAbove){var ke,Pe,Me;let J=n.focusedKey!=null?(ke=o.getKeyAbove)===null||ke===void 0?void 0:ke.call(o,n.focusedKey):(Pe=o.getLastKey)===null||Pe===void 0?void 0:Pe.call(o);J==null&&h&&(J=(Me=o.getLastKey)===null||Me===void 0?void 0:Me.call(o,n.focusedKey)),J!=null&&(re.preventDefault(),W(J))}break;case"ArrowLeft":if(o.getKeyLeftOf){var De,Fe,Be;let J=n.focusedKey!=null?(De=o.getKeyLeftOf)===null||De===void 0?void 0:De.call(o,n.focusedKey):null;J==null&&h&&(J=O==="rtl"?(Fe=o.getFirstKey)===null||Fe===void 0?void 0:Fe.call(o,n.focusedKey):(Be=o.getLastKey)===null||Be===void 0?void 0:Be.call(o,n.focusedKey)),J!=null&&(re.preventDefault(),W(J,O==="rtl"?"first":"last"))}break;case"ArrowRight":if(o.getKeyRightOf){var Ge,vt,$e;let J=n.focusedKey!=null?(Ge=o.getKeyRightOf)===null||Ge===void 0?void 0:Ge.call(o,n.focusedKey):null;J==null&&h&&(J=O==="rtl"?(vt=o.getLastKey)===null||vt===void 0?void 0:vt.call(o,n.focusedKey):($e=o.getFirstKey)===null||$e===void 0?void 0:$e.call(o,n.focusedKey)),J!=null&&(re.preventDefault(),W(J,O==="rtl"?"last":"first"))}break;case"Home":if(o.getFirstKey){if(n.focusedKey===null&&re.shiftKey)return;re.preventDefault();let J=o.getFirstKey(n.focusedKey,Xc(re));n.setFocusedKey(J),J!=null&&(Xc(re)&&re.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(J):C&&n.replaceSelection(J))}break;case"End":if(o.getLastKey){if(n.focusedKey===null&&re.shiftKey)return;re.preventDefault();let J=o.getLastKey(n.focusedKey,Xc(re));n.setFocusedKey(J),J!=null&&(Xc(re)&&re.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(J):C&&n.replaceSelection(J))}break;case"PageDown":if(o.getKeyPageBelow&&n.focusedKey!=null){let J=o.getKeyPageBelow(n.focusedKey);J!=null&&(re.preventDefault(),W(J))}break;case"PageUp":if(o.getKeyPageAbove&&n.focusedKey!=null){let J=o.getKeyPageAbove(n.focusedKey);J!=null&&(re.preventDefault(),W(J))}break;case"a":Xc(re)&&n.selectionMode==="multiple"&&y!==!0&&(re.preventDefault(),n.selectAll());break;case"Escape":k==="clearSelection"&&!p&&n.selectedKeys.size!==0&&(re.stopPropagation(),re.preventDefault(),n.clearSelection());break;case"Tab":if(!D){if(re.shiftKey)s.current.focus();else{let J=na(s.current,{tabbable:!0}),Ye,mt;do mt=J.lastChild(),mt&&(Ye=mt);while(mt);Ye&&!Ye.contains(document.activeElement)&&Oo(Ye)}break}}},V=x.useRef({top:0,left:0});Zc(N,"scroll",$?void 0:()=>{var re,X,W,R;V.current={top:(W=(re=N.current)===null||re===void 0?void 0:re.scrollTop)!==null&&W!==void 0?W:0,left:(R=(X=N.current)===null||X===void 0?void 0:X.scrollLeft)!==null&&R!==void 0?R:0}});let K=re=>{if(n.isFocused){re.currentTarget.contains(re.target)||n.setFocused(!1);return}if(re.currentTarget.contains(re.target)){if(n.setFocused(!0),n.focusedKey==null){var X,W;let me=Pe=>{Pe!=null&&(n.setFocusedKey(Pe),C&&!n.isSelected(Pe)&&n.replaceSelection(Pe))},ke=re.relatedTarget;var R,he;ke&&re.currentTarget.compareDocumentPosition(ke)&Node.DOCUMENT_POSITION_FOLLOWING?me((R=n.lastSelectedKey)!==null&&R!==void 0?R:(X=o.getLastKey)===null||X===void 0?void 0:X.call(o)):me((he=n.firstSelectedKey)!==null&&he!==void 0?he:(W=o.getFirstKey)===null||W===void 0?void 0:W.call(o))}else!$&&N.current&&(N.current.scrollTop=V.current.top,N.current.scrollLeft=V.current.left);if(n.focusedKey!=null&&N.current){let me=qm(s,n.focusedKey);me instanceof HTMLElement&&(!me.contains(document.activeElement)&&!S&&Oo(me),Mm()==="keyboard"&&R3(me,{containingElement:s.current}))}}},U=re=>{re.currentTarget.contains(re.relatedTarget)||n.setFocused(!1)},G=x.useRef(!1);Zc(s,R9,S?re=>{let{detail:X}=re;re.stopPropagation(),n.setFocused(!0),(X==null?void 0:X.focusStrategy)==="first"&&(G.current=!0)}:void 0);let Z=hn(()=>{var re,X;let W=(X=(re=o.getFirstKey)===null||re===void 0?void 0:re.call(o))!==null&&X!==void 0?X:null;if(W==null){let R=Er();AC(s.current),w1(R,null),n.collection.size>0&&(G.current=!1)}else n.setFocusedKey(W),G.current=!1});M3(()=>{G.current&&Z()},[n.collection,Z]);let Se=hn(()=>{n.collection.size>0&&(G.current=!1)});M3(()=>{Se()},[n.focusedKey,Se]),Zc(s,F9,S?re=>{var X;re.stopPropagation(),n.setFocused(!1),!((X=re.detail)===null||X===void 0)&&X.clearFocusKey&&n.setFocusedKey(null)}:void 0);const ve=x.useRef(d),de=x.useRef(!1);x.useEffect(()=>{if(ve.current){var re,X;let he=null;var W;d==="first"&&(he=(W=(re=o.getFirstKey)===null||re===void 0?void 0:re.call(o))!==null&&W!==void 0?W:null);var R;d==="last"&&(he=(R=(X=o.getLastKey)===null||X===void 0?void 0:X.call(o))!==null&&R!==void 0?R:null);let me=n.selectedKeys;if(me.size){for(let ke of me)if(n.canSelectItem(ke)){he=ke;break}}n.setFocused(!0),n.setFocusedKey(he),he==null&&!S&&s.current&&lu(s.current),n.collection.size>0&&(ve.current=!1,de.current=!0)}});let F=x.useRef(n.focusedKey),ce=x.useRef(null);x.useEffect(()=>{if(n.isFocused&&n.focusedKey!=null&&(n.focusedKey!==F.current||de.current)&&N.current&&s.current){let re=Mm(),X=qm(s,n.focusedKey);if(!(X instanceof HTMLElement))return;(re==="keyboard"||de.current)&&(ce.current&&cancelAnimationFrame(ce.current),ce.current=requestAnimationFrame(()=>{N.current&&(O3(N.current,X),re!=="virtual"&&R3(X,{containingElement:s.current}))}))}!S&&n.isFocused&&n.focusedKey==null&&F.current!=null&&s.current&&lu(s.current),F.current=n.focusedKey,de.current=!1}),x.useEffect(()=>()=>{ce.current&&cancelAnimationFrame(ce.current)},[]),Zc(s,"react-aria-focus-scope-restore",re=>{re.preventDefault(),n.setFocused(!0)});let le={onKeyDown:B,onFocus:K,onBlur:U,onMouseDown(re){N.current===re.target&&re.preventDefault()}},{typeSelectProps:ue}=Bw({keyboardDelegate:o,selectionManager:n});T||(le=it(ue,le));let be;S||(be=n.focusedKey==null?0:-1);let j=AP(n.collection);return{collectionProps:it(le,{tabIndex:be,"data-collection":j})}}function Vw(r){let{id:n,selectionManager:o,key:s,ref:d,shouldSelectOnPressUp:h,shouldUseVirtualFocus:p,focus:y,isDisabled:k,onAction:C,allowsDifferentPressOrigin:T,linkBehavior:S="action"}=r,D=qc();n=pr(n);let $=R=>{if(R.pointerType==="keyboard"&&B1(R))o.toggleSelection(s);else{if(o.selectionMode==="none")return;if(o.isLink(s)){if(S==="selection"&&d.current){let he=o.getItemProps(s);D.open(d.current,R,he.href,he.routerOptions),o.setSelectedKeys(o.selectedKeys);return}else if(S==="override"||S==="none")return}o.selectionMode==="single"?o.isSelected(s)&&!o.disallowEmptySelection?o.toggleSelection(s):o.replaceSelection(s):R&&R.shiftKey?o.extendSelection(s):o.selectionBehavior==="toggle"||R&&(Xc(R)||R.pointerType==="touch"||R.pointerType==="virtual")?o.toggleSelection(s):o.replaceSelection(s)}};x.useEffect(()=>{s===o.focusedKey&&o.isFocused&&(p?AC(d.current):y?y():document.activeElement!==d.current&&d.current&&lu(d.current))},[d,s,o.focusedKey,o.childFocusStrategy,o.isFocused,p]),k=k||o.isDisabled(s);let N={};!p&&!k?N={tabIndex:s===o.focusedKey?0:-1,onFocus(R){R.target===d.current&&o.setFocusedKey(s)}}:k&&(N.onMouseDown=R=>{R.preventDefault()});let M=o.isLink(s)&&S==="override",O=C&&r.UNSTABLE_itemBehavior==="action",z=o.isLink(s)&&S!=="selection"&&S!=="none",B=!k&&o.canSelectItem(s)&&!M&&!O,V=(C||z)&&!k,K=V&&(o.selectionBehavior==="replace"?!B:!B||o.isEmpty),U=V&&B&&o.selectionBehavior==="replace",G=K||U,Z=x.useRef(null),Se=G&&B,ve=x.useRef(!1),de=x.useRef(!1),F=o.getItemProps(s),ce=R=>{if(C){var he;C(),(he=d.current)===null||he===void 0||he.dispatchEvent(new CustomEvent("react-aria-item-action",{bubbles:!0}))}z&&d.current&&D.open(d.current,R,F.href,F.routerOptions)},le={ref:d};if(h?(le.onPressStart=R=>{Z.current=R.pointerType,ve.current=Se,R.pointerType==="keyboard"&&(!G||Hw())&&$(R)},T?(le.onPressUp=K?void 0:R=>{R.pointerType==="mouse"&&B&&$(R)},le.onPress=K?ce:R=>{R.pointerType!=="keyboard"&&R.pointerType!=="mouse"&&B&&$(R)}):le.onPress=R=>{if(K||U&&R.pointerType!=="mouse"){if(R.pointerType==="keyboard"&&!Kw())return;ce(R)}else R.pointerType!=="keyboard"&&B&&$(R)}):(le.onPressStart=R=>{Z.current=R.pointerType,ve.current=Se,de.current=K,B&&(R.pointerType==="mouse"&&!K||R.pointerType==="keyboard"&&(!V||Hw()))&&$(R)},le.onPress=R=>{(R.pointerType==="touch"||R.pointerType==="pen"||R.pointerType==="virtual"||R.pointerType==="keyboard"&&G&&Kw()||R.pointerType==="mouse"&&de.current)&&(G?ce(R):B&&$(R))}),N["data-collection"]=OP(o.collection),N["data-key"]=s,le.preventFocusOnPress=p,p&&(le=it(le,{onPressStart(R){R.pointerType!=="touch"&&(o.setFocused(!0),o.setFocusedKey(s))},onPress(R){R.pointerType==="touch"&&(o.setFocused(!0),o.setFocusedKey(s))}})),F)for(let R of["onPressStart","onPressEnd","onPressChange","onPress","onPressUp","onClick"])F[R]&&(le[R]=Ql(le[R],F[R]));let{pressProps:ue,isPressed:be}=Ep(le),j=U?R=>{Z.current==="mouse"&&(R.stopPropagation(),R.preventDefault(),ce(R))}:void 0,{longPressProps:re}=mC({isDisabled:!Se,onLongPress(R){R.pointerType==="touch"&&($(R),o.setSelectionBehavior("toggle"))}}),X=R=>{Z.current==="touch"&&ve.current&&R.preventDefault()},W=S!=="none"&&o.isLink(s)?R=>{fs.isOpening||R.preventDefault()}:void 0;return{itemProps:it(N,B||K||p&&!k?ue:{},Se?re:{},{onDoubleClick:j,onDragStartCapture:X,onClick:W,id:n},p?{onMouseDown:R=>R.preventDefault()}:void 0),isPressed:be,isSelected:o.isSelected(s),isFocused:o.isFocused&&o.focusedKey===s,isDisabled:k,allowsSelection:B,hasAction:G}}function Kw(){let r=window.event;return(r==null?void 0:r.key)==="Enter"}function Hw(){let r=window.event;return(r==null?void 0:r.key)===" "||(r==null?void 0:r.code)==="Space"}class jw{getItemRect(n){let o=this.ref.current;if(!o)return null;let s=n!=null?qm(this.ref,n):null;if(!s)return null;let d=o.getBoundingClientRect(),h=s.getBoundingClientRect();return{x:h.left-d.left-o.clientLeft+o.scrollLeft,y:h.top-d.top-o.clientTop+o.scrollTop,width:h.width,height:h.height}}getContentSize(){let n=this.ref.current;var o,s;return{width:(o=n==null?void 0:n.scrollWidth)!==null&&o!==void 0?o:0,height:(s=n==null?void 0:n.scrollHeight)!==null&&s!==void 0?s:0}}getVisibleRect(){let n=this.ref.current;var o,s,d,h;return{x:(o=n==null?void 0:n.scrollLeft)!==null&&o!==void 0?o:0,y:(s=n==null?void 0:n.scrollTop)!==null&&s!==void 0?s:0,width:(d=n==null?void 0:n.clientWidth)!==null&&d!==void 0?d:0,height:(h=n==null?void 0:n.clientHeight)!==null&&h!==void 0?h:0}}constructor(n){this.ref=n}}class Qm{isDisabled(n){var o;return this.disabledBehavior==="all"&&(((o=n.props)===null||o===void 0?void 0:o.isDisabled)||this.disabledKeys.has(n.key))}findNextNonDisabled(n,o){let s=n;for(;s!=null;){let d=this.collection.getItem(s);if((d==null?void 0:d.type)==="item"&&!this.isDisabled(d))return s;s=o(s)}return null}getNextKey(n){let o=n;return o=this.collection.getKeyAfter(o),this.findNextNonDisabled(o,s=>this.collection.getKeyAfter(s))}getPreviousKey(n){let o=n;return o=this.collection.getKeyBefore(o),this.findNextNonDisabled(o,s=>this.collection.getKeyBefore(s))}findKey(n,o,s){let d=n,h=this.layoutDelegate.getItemRect(d);if(!h||d==null)return null;let p=h;do{if(d=o(d),d==null)break;h=this.layoutDelegate.getItemRect(d)}while(h&&s(p,h)&&d!=null);return d}isSameRow(n,o){return n.y===o.y||n.x!==o.x}isSameColumn(n,o){return n.x===o.x||n.y!==o.y}getKeyBelow(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getNextKey(o),this.isSameRow):this.getNextKey(n)}getKeyAbove(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getPreviousKey(o),this.isSameRow):this.getPreviousKey(n)}getNextColumn(n,o){return o?this.getPreviousKey(n):this.getNextKey(n)}getKeyRightOf(n){let o=this.direction==="ltr"?"getKeyRightOf":"getKeyLeftOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,s=>this.layoutDelegate[o](s))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="rtl"):this.findKey(n,s=>this.getNextColumn(s,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="rtl"):null}getKeyLeftOf(n){let o=this.direction==="ltr"?"getKeyLeftOf":"getKeyRightOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,s=>this.layoutDelegate[o](s))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="ltr"):this.findKey(n,s=>this.getNextColumn(s,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="ltr"):null}getFirstKey(){let n=this.collection.getFirstKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyAfter(o))}getLastKey(){let n=this.collection.getLastKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyBefore(o))}getKeyPageAbove(n){let o=this.ref.current,s=this.layoutDelegate.getItemRect(n);if(!s)return null;if(o&&!vs(o))return this.getFirstKey();let d=n;if(this.orientation==="horizontal"){let h=Math.max(0,s.x+s.width-this.layoutDelegate.getVisibleRect().width);for(;s&&s.x>h&&d!=null;)d=this.getKeyAbove(d),s=d==null?null:this.layoutDelegate.getItemRect(d)}else{let h=Math.max(0,s.y+s.height-this.layoutDelegate.getVisibleRect().height);for(;s&&s.y>h&&d!=null;)d=this.getKeyAbove(d),s=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getFirstKey()}getKeyPageBelow(n){let o=this.ref.current,s=this.layoutDelegate.getItemRect(n);if(!s)return null;if(o&&!vs(o))return this.getLastKey();let d=n;if(this.orientation==="horizontal"){let h=Math.min(this.layoutDelegate.getContentSize().width,s.y-s.width+this.layoutDelegate.getVisibleRect().width);for(;s&&s.x<h&&d!=null;)d=this.getKeyBelow(d),s=d==null?null:this.layoutDelegate.getItemRect(d)}else{let h=Math.min(this.layoutDelegate.getContentSize().height,s.y-s.height+this.layoutDelegate.getVisibleRect().height);for(;s&&s.y<h&&d!=null;)d=this.getKeyBelow(d),s=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getLastKey()}getKeyForSearch(n,o){if(!this.collator)return null;let s=this.collection,d=o||this.getFirstKey();for(;d!=null;){let h=s.getItem(d);if(!h)return null;let p=h.textValue.slice(0,n.length);if(h.textValue&&this.collator.compare(p,n)===0)return d;d=this.getNextKey(d)}return null}constructor(...n){if(n.length===1){let o=n[0];this.collection=o.collection,this.ref=o.ref,this.collator=o.collator,this.disabledKeys=o.disabledKeys||new Set,this.disabledBehavior=o.disabledBehavior||"all",this.orientation=o.orientation||"vertical",this.direction=o.direction,this.layout=o.layout||"stack",this.layoutDelegate=o.layoutDelegate||new jw(o.ref)}else this.collection=n[0],this.disabledKeys=n[1],this.ref=n[2],this.collator=n[3],this.layout="stack",this.orientation="vertical",this.disabledBehavior="all",this.layoutDelegate=new jw(this.ref);this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function Ww(r){let{selectionManager:n,collection:o,disabledKeys:s,ref:d,keyboardDelegate:h,layoutDelegate:p}=r,y=Um({usage:"search",sensitivity:"base"}),k=n.disabledBehavior,C=x.useMemo(()=>h||new Qm({collection:o,disabledKeys:s,disabledBehavior:k,ref:d,collator:y,layoutDelegate:p}),[h,p,o,s,d,y,k]),{collectionProps:T}=Uw({...r,ref:d,selectionManager:n,keyboardDelegate:C});return{listProps:T}}function zP(r,n,o){let s=Yt(r,{labelable:!0}),d=r.selectionBehavior||"toggle",h=r.linkBehavior||(d==="replace"?"action":"override");d==="toggle"&&h==="action"&&(h="override");let{listProps:p}=Ww({...r,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,linkBehavior:h}),{focusWithinProps:y}=_p({onFocusWithin:r.onFocus,onBlurWithin:r.onBlur,onFocusWithinChange:r.onFocusChange}),k=pr(r.id);Ym.set(n,{id:k,shouldUseVirtualFocus:r.shouldUseVirtualFocus,shouldSelectOnPressUp:r.shouldSelectOnPressUp,shouldFocusOnHover:r.shouldFocusOnHover,isVirtualized:r.isVirtualized,onAction:r.onAction,linkBehavior:h,UNSTABLE_itemBehavior:r.UNSTABLE_itemBehavior});let{labelProps:C,fieldProps:T}=BC({...r,id:k,labelElementType:"span"});return{labelProps:C,listBoxProps:it(s,y,n.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...it(T,p)})}}class IP{build(n,o){return this.context=o,Gw(()=>this.iterateCollection(n))}*iterateCollection(n){let{children:o,items:s}=n;if(x.isValidElement(o)&&o.type===x.Fragment)yield*this.iterateCollection({children:o.props.children,items:s});else if(typeof o=="function"){if(!s)throw new Error("props.children was a function but props.items is missing");let d=0;for(let h of s)yield*this.getFullNode({value:h,index:d},{renderer:o}),d++}else{let d=[];x.Children.forEach(o,p=>{p&&d.push(p)});let h=0;for(let p of d){let y=this.getFullNode({element:p,index:h},{});for(let k of y)h++,yield k}}}getKey(n,o,s,d){if(n.key!=null)return n.key;if(o.type==="cell"&&o.key!=null)return`${d}${o.key}`;let h=o.value;if(h!=null){var p;let y=(p=h.key)!==null&&p!==void 0?p:h.id;if(y==null)throw new Error("No key found for item");return y}return d?`${d}.${o.index}`:`$.${o.index}`}getChildState(n,o){return{renderer:o.renderer||n.renderer}}*getFullNode(n,o,s,d){if(x.isValidElement(n.element)&&n.element.type===x.Fragment){let O=[];x.Children.forEach(n.element.props.children,B=>{O.push(B)});var h;let z=(h=n.index)!==null&&h!==void 0?h:0;for(const B of O)yield*this.getFullNode({element:B,index:z++},o,s,d);return}let p=n.element;if(!p&&n.value&&o&&o.renderer){let O=this.cache.get(n.value);if(O&&(!O.shouldInvalidate||!O.shouldInvalidate(this.context))){O.index=n.index,O.parentKey=d?d.key:null,yield O;return}p=o.renderer(n.value)}if(x.isValidElement(p)){let O=p.type;if(typeof O!="function"&&typeof O.getCollectionNode!="function"){let K=p.type;throw new Error(`Unknown element <${K}> in collection.`)}let z=O.getCollectionNode(p.props,this.context);var y;let B=(y=n.index)!==null&&y!==void 0?y:0,V=z.next();for(;!V.done&&V.value;){let K=V.value;n.index=B;var k;let U=(k=K.key)!==null&&k!==void 0?k:null;U==null&&(U=K.element?null:this.getKey(p,n,o,s));let Z=[...this.getFullNode({...K,key:U,index:B,wrapper:BP(n.wrapper,K.wrapper)},this.getChildState(o,K),s?`${s}${p.key}`:p.key,d)];for(let Se of Z){var C,T;Se.value=(T=(C=K.value)!==null&&C!==void 0?C:n.value)!==null&&T!==void 0?T:null,Se.value&&this.cache.set(Se.value,Se);var S;if(n.type&&Se.type!==n.type)throw new Error(`Unsupported type <${U1(Se.type)}> in <${U1((S=d==null?void 0:d.type)!==null&&S!==void 0?S:"unknown parent type")}>. Only <${U1(n.type)}> is supported.`);B++,yield Se}V=z.next(Z)}return}if(n.key==null||n.type==null)return;let D=this;var $,N;let M={type:n.type,props:n.props,key:n.key,parentKey:d?d.key:null,value:($=n.value)!==null&&$!==void 0?$:null,level:d?d.level+1:0,index:n.index,rendered:n.rendered,textValue:(N=n.textValue)!==null&&N!==void 0?N:"","aria-label":n["aria-label"],wrapper:n.wrapper,shouldInvalidate:n.shouldInvalidate,hasChildNodes:n.hasChildNodes||!1,childNodes:Gw(function*(){if(!n.hasChildNodes||!n.childNodes)return;let O=0;for(let z of n.childNodes()){z.key!=null&&(z.key=`${M.key}${z.key}`);let B=D.getFullNode({...z,index:O},D.getChildState(o,z),M.key,M);for(let V of B)O++,yield V}})};yield M}constructor(){this.cache=new WeakMap}}function Gw(r){let n=[],o=null;return{*[Symbol.iterator](){for(let s of n)yield s;o||(o=r());for(let s of o)n.push(s),yield s}}}function BP(r,n){if(r&&n)return o=>r(n(o));if(r)return r;if(n)return n}function U1(r){return r[0].toUpperCase()+r.slice(1)}function Yw(r,n,o){let s=x.useMemo(()=>new IP,[]),{children:d,items:h,collection:p}=r;return x.useMemo(()=>{if(p)return p;let k=s.build({children:d,items:h},o);return n(k)},[s,d,h,p,o,n])}function Xm(r,n){return typeof n.getChildren=="function"?n.getChildren(r.key):r.childNodes}function UP(r){return VP(r)}function VP(r,n){for(let o of r)return o}function V1(r,n,o){if(n.parentKey===o.parentKey)return n.index-o.index;let s=[...qw(r,n),n],d=[...qw(r,o),o],h=s.slice(0,d.length).findIndex((p,y)=>p!==d[y]);return h!==-1?(n=s[h],o=d[h],n.index-o.index):s.findIndex(p=>p===o)>=0?1:(d.findIndex(p=>p===n)>=0,-1)}function qw(r,n){let o=[],s=n;for(;(s==null?void 0:s.parentKey)!=null;)s=r.getItem(s.parentKey),s&&o.unshift(s);return o}const Qw=new WeakMap;function K1(r){let n=Qw.get(r);if(n!=null)return n;let o=0,s=d=>{for(let h of d)h.type==="section"?s(Xm(h,r)):h.type==="item"&&o++};return s(r),Qw.set(r,o),o}function KP(r,n,o){var s,d;let{key:h}=r,p=Ym.get(n);var y;let k=(y=r.isDisabled)!==null&&y!==void 0?y:n.selectionManager.isDisabled(h);var C;let T=(C=r.isSelected)!==null&&C!==void 0?C:n.selectionManager.isSelected(h);var S;let D=(S=r.shouldSelectOnPressUp)!==null&&S!==void 0?S:p==null?void 0:p.shouldSelectOnPressUp;var $;let N=($=r.shouldFocusOnHover)!==null&&$!==void 0?$:p==null?void 0:p.shouldFocusOnHover;var M;let O=(M=r.shouldUseVirtualFocus)!==null&&M!==void 0?M:p==null?void 0:p.shouldUseVirtualFocus;var z;let B=(z=r.isVirtualized)!==null&&z!==void 0?z:p==null?void 0:p.isVirtualized,V=tu(),K=tu(),U={role:"option","aria-disabled":k||void 0,"aria-selected":n.selectionManager.selectionMode!=="none"?T:void 0};nu()&&Kb()||(U["aria-label"]=r["aria-label"],U["aria-labelledby"]=V,U["aria-describedby"]=K);let G=n.collection.getItem(h);if(B){let re=Number(G==null?void 0:G.index);U["aria-posinset"]=Number.isNaN(re)?void 0:re+1,U["aria-setsize"]=K1(n.collection)}let Z=p!=null&&p.onAction?()=>{var re;return p==null||(re=p.onAction)===null||re===void 0?void 0:re.call(p,h)}:void 0,Se=zw(n,h),{itemProps:ve,isPressed:de,isFocused:F,hasAction:ce,allowsSelection:le}=Vw({selectionManager:n.selectionManager,key:h,ref:o,shouldSelectOnPressUp:D,allowsDifferentPressOrigin:D&&N,isVirtualized:B,shouldUseVirtualFocus:O,isDisabled:k,onAction:Z||!(G==null||(s=G.props)===null||s===void 0)&&s.onAction?Ql(G==null||(d=G.props)===null||d===void 0?void 0:d.onAction,Z):void 0,linkBehavior:p==null?void 0:p.linkBehavior,UNSTABLE_itemBehavior:p==null?void 0:p.UNSTABLE_itemBehavior,id:Se}),{hoverProps:ue}=Jl({isDisabled:k||!N,onHoverStart(){td()||(n.selectionManager.setFocused(!0),n.selectionManager.setFocusedKey(h))}}),be=Yt(G==null?void 0:G.props);delete be.id;let j=jb(G==null?void 0:G.props);return{optionProps:{...U,...it(be,ve,ue,j),id:Se},labelProps:{id:V},descriptionProps:{id:K},isFocused:F,isFocusVisible:F&&n.selectionManager.isFocused&&td(),isSelected:T,isDisabled:k,isPressed:de,allowsSelection:le,hasAction:ce}}function HP(r){let{heading:n,"aria-label":o}=r,s=pr();return{itemProps:{role:"presentation"},headingProps:n?{id:s,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?s:void 0}}}var Xw={};Xw={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var Zw={};Zw={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var Jw={};Jw={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var e2={};e2={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var t2={};t2={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var n2={};n2={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var r2={};r2={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var i2={};i2={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var o2={};o2={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var l2={};l2={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var a2={};a2={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var u2={};u2={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var s2={};s2={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var c2={};c2={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var d2={};d2={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var f2={};f2={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var p2={};p2={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var v2={};v2={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var h2={};h2={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var m2={};m2={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var g2={};g2={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var y2={};y2={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var b2={};b2={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var x2={};x2={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var k2={};k2={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var E2={};E2={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var C2={};C2={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var _2={};_2={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var S2={};S2={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var w2={};w2={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var T2={};T2={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var D2={};D2={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var $2={};$2={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var P2={};P2={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var N2={};N2={"ar-AE":Xw,"bg-BG":Zw,"cs-CZ":Jw,"da-DK":e2,"de-DE":t2,"el-GR":n2,"en-US":r2,"es-ES":i2,"et-EE":o2,"fi-FI":l2,"fr-FR":a2,"he-IL":u2,"hr-HR":s2,"hu-HU":c2,"it-IT":d2,"ja-JP":f2,"ko-KR":p2,"lt-LT":v2,"lv-LV":h2,"nb-NO":m2,"nl-NL":g2,"pl-PL":y2,"pt-BR":b2,"pt-PT":x2,"ro-RO":k2,"ru-RU":E2,"sk-SK":C2,"sl-SI":_2,"sr-SP":S2,"sv-SE":w2,"tr-TR":T2,"uk-UA":D2,"zh-CN":$2,"zh-TW":P2};function jP(r){return r&&r.__esModule?r.default:r}function H1(r,n,o){let{type:s="menu",isDisabled:d,trigger:h="press"}=r,p=pr(),{triggerProps:y,overlayProps:k}=XS({type:s},n,o),C=$=>{if(!d&&!(h==="longPress"&&!$.altKey)&&o&&o.current)switch($.key){case"Enter":case" ":if(h==="longPress"||$.isDefaultPrevented())return;case"ArrowDown":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),n.toggle("first");break;case"ArrowUp":"continuePropagation"in $||$.stopPropagation(),$.preventDefault(),n.toggle("last");break;default:"continuePropagation"in $&&$.continuePropagation()}},T=rd(jP(N2),"@react-aria/menu"),{longPressProps:S}=mC({isDisabled:d||h!=="longPress",accessibilityDescription:T.format("longPressMessage"),onLongPressStart(){n.close()},onLongPress(){n.open("first")}}),D={preventFocusOnPress:!0,onPressStart($){$.pointerType!=="touch"&&$.pointerType!=="keyboard"&&!d&&(Oo($.target),n.open($.pointerType==="virtual"?"first":null))},onPress($){$.pointerType==="touch"&&!d&&(Oo($.target),n.toggle())}};return delete y.onPress,{menuTriggerProps:{...y,...h==="press"?D:S,id:p,onKeyDown:C},menuProps:{...k,"aria-labelledby":p,autoFocus:n.focusStrategy||!0,onClose:n.close}}}const L2=new WeakMap;function WP(r,n,o){let{shouldFocusWrap:s=!0,onKeyDown:d,onKeyUp:h,...p}=r;!r["aria-label"]&&!r["aria-labelledby"]&&process.env.NODE_ENV!=="production"&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let y=Yt(r,{labelable:!0}),{listProps:k}=Ww({...p,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,shouldFocusWrap:s,linkBehavior:"override"});return L2.set(n,{onClose:r.onClose,onAction:r.onAction,shouldUseVirtualFocus:r.shouldUseVirtualFocus}),{menuProps:it(y,{onKeyDown:d,onKeyUp:h},{role:"menu",...k,onKeyDown:C=>{var T;(C.key!=="Escape"||r.shouldUseVirtualFocus)&&((T=k.onKeyDown)===null||T===void 0||T.call(k,C))}})}}function GP(r,n,o){let{id:s,key:d,closeOnSelect:h,isVirtualized:p,"aria-haspopup":y,onPressStart:k,onPressUp:C,onPress:T,onPressChange:S,onPressEnd:D,onClick:$,onHoverStart:N,onHoverChange:M,onHoverEnd:O,onKeyDown:z,onKeyUp:B,onFocus:V,onFocusChange:K,onBlur:U,selectionManager:G=n.selectionManager}=r,Z=!!y,Se=Z&&r["aria-expanded"]==="true";var ve;let de=(ve=r.isDisabled)!==null&&ve!==void 0?ve:G.isDisabled(d);var F;let ce=(F=r.isSelected)!==null&&F!==void 0?F:G.isSelected(d),le=L2.get(n),ue=n.collection.getItem(d),be=r.onClose||le.onClose,j=qc(),re=()=>{var dt;if(!Z&&(!(ue==null||(dt=ue.props)===null||dt===void 0)&&dt.onAction?ue.props.onAction():r.onAction&&r.onAction(d),le.onAction)){let Zn=le.onAction;Zn(d)}},X="menuitem";Z||(G.selectionMode==="single"?X="menuitemradio":G.selectionMode==="multiple"&&(X="menuitemcheckbox"));let W=tu(),R=tu(),he=tu(),me={id:s,"aria-disabled":de||void 0,role:X,"aria-label":r["aria-label"],"aria-labelledby":W,"aria-describedby":[R,he].filter(Boolean).join(" ")||void 0,"aria-controls":r["aria-controls"],"aria-haspopup":y,"aria-expanded":r["aria-expanded"]};G.selectionMode!=="none"&&!Z&&(me["aria-checked"]=ce),p&&(me["aria-posinset"]=ue==null?void 0:ue.index,me["aria-setsize"]=K1(n.collection));let ke=x.useRef(!1),Pe=dt=>{S==null||S(dt),ke.current=dt},Me=x.useRef(null),De=dt=>{dt.pointerType!=="keyboard"&&(Me.current={pointerType:dt.pointerType}),dt.pointerType==="mouse"&&(ke.current||dt.target.click()),C==null||C(dt)},Fe=dt=>{var Zn,Vr;$==null||$(dt),re(),P3(dt,j,ue.props.href,ue==null?void 0:ue.props.routerOptions);let Wn=((Zn=Me.current)===null||Zn===void 0?void 0:Zn.pointerType)==="keyboard"?((Vr=Me.current)===null||Vr===void 0?void 0:Vr.key)==="Enter"||G.selectionMode==="none"||G.isLink(d):G.selectionMode!=="multiple"||G.isLink(d);Wn=h??Wn,be&&!Z&&Wn&&be(),Me.current=null},{itemProps:Be,isFocused:Ge}=Vw({id:s,selectionManager:G,key:d,ref:o,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none",shouldUseVirtualFocus:le.shouldUseVirtualFocus}),{pressProps:vt,isPressed:$e}=Ep({onPressStart:k,onPress:T,onPressUp:De,onPressChange:Pe,onPressEnd:D,isDisabled:de}),{hoverProps:J}=Jl({isDisabled:de,onHoverStart(dt){!td()&&!(Se&&y)&&(G.setFocused(!0),G.setFocusedKey(d)),N==null||N(dt)},onHoverChange:M,onHoverEnd:O}),{keyboardProps:Ye}=pC({onKeyDown:dt=>{if(dt.repeat){dt.continuePropagation();return}switch(dt.key){case" ":Me.current={pointerType:"keyboard",key:" "},dt.target.click();break;case"Enter":Me.current={pointerType:"keyboard",key:"Enter"},dt.target.tagName!=="A"&&dt.target.click();break;default:Z||dt.continuePropagation(),z==null||z(dt);break}},onKeyUp:B}),{focusProps:mt}=Am({onBlur:U,onFocus:V,onFocusChange:K}),Ot=Yt(ue==null?void 0:ue.props);delete Ot.id;let Rn=jb(ue==null?void 0:ue.props);return{menuItemProps:{...me,...it(Ot,Rn,Z?{onFocus:Be.onFocus,"data-collection":Be["data-collection"],"data-key":Be["data-key"]}:Be,vt,J,Ye,mt,le.shouldUseVirtualFocus||Z?{onMouseDown:dt=>dt.preventDefault()}:void 0,de?void 0:{onClick:Fe}),tabIndex:Be.tabIndex!=null&&Se&&!le.shouldUseVirtualFocus?-1:Be.tabIndex},labelProps:{id:W},descriptionProps:{id:R},keyboardShortcutProps:{id:he},isFocused:Ge,isFocusVisible:Ge&&G.isFocused&&td()&&!Se,isSelected:ce,isPressed:$e,isDisabled:de}}function YP(r){let{heading:n,"aria-label":o}=r,s=pr();return{itemProps:{role:"presentation"},headingProps:n?{id:s,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?s:void 0}}}function qP(r){return r&&r.__esModule?r.default:r}function QP(r,n){let{buttonRef:o,popoverRef:s,inputRef:d,listBoxRef:h,keyboardDelegate:p,layoutDelegate:y,shouldFocusWrap:k,isReadOnly:C,isDisabled:T}=r,S=x.useRef(null);o=o??S;let D=rd(qP(US),"@react-aria/combobox"),{menuTriggerProps:$,menuProps:N}=H1({type:"listbox",isDisabled:T||C},n,o);Ym.set(n,{id:N.id});let{collection:M}=n,{disabledKeys:O}=n.selectionManager,z=x.useMemo(()=>p||new Qm({collection:M,disabledKeys:O,ref:h,layoutDelegate:y}),[p,y,M,O,h]),{collectionProps:B}=Uw({selectionManager:n.selectionManager,keyboardDelegate:z,disallowTypeAhead:!0,disallowEmptySelection:!0,shouldFocusWrap:k,ref:d,isVirtualized:!0}),V=qc(),K=$e=>{if(!$e.nativeEvent.isComposing)switch($e.key){case"Enter":case"Tab":if(n.isOpen&&$e.key==="Enter"&&$e.preventDefault(),n.isOpen&&h.current&&n.selectionManager.focusedKey!=null){let J=n.collection.getItem(n.selectionManager.focusedKey);if(J!=null&&J.props.href){let Ye=h.current.querySelector(`[data-key="${CSS.escape(n.selectionManager.focusedKey.toString())}"]`);$e.key==="Enter"&&Ye instanceof HTMLAnchorElement&&V.open(Ye,$e,J.props.href,J.props.routerOptions),n.close();break}else if(J!=null&&J.props.onAction){J.props.onAction(),n.close();break}}n.commit();break;case"Escape":(n.selectedKey!==null||n.inputValue===""||r.allowsCustomValue)&&$e.continuePropagation(),n.revert();break;case"ArrowDown":n.open("first","manual");break;case"ArrowUp":n.open("last","manual");break;case"ArrowLeft":case"ArrowRight":n.selectionManager.setFocusedKey(null);break}},U=$e=>{var J;let Ye=(o==null?void 0:o.current)&&o.current===$e.relatedTarget,mt=(J=s.current)===null||J===void 0?void 0:J.contains($e.relatedTarget);Ye||mt||(r.onBlur&&r.onBlur($e),n.setFocused(!1))},G=$e=>{n.isFocused||(r.onFocus&&r.onFocus($e),n.setFocused(!0))},{isInvalid:Z,validationErrors:Se,validationDetails:ve}=n.displayValidation,{labelProps:de,inputProps:F,descriptionProps:ce,errorMessageProps:le}=P1({...r,onChange:n.setInputValue,onKeyDown:C?r.onKeyDown:Ql(n.isOpen&&B.onKeyDown,K,r.onKeyDown),onBlur:U,value:n.inputValue,defaultValue:n.defaultInputValue,onFocus:G,autoComplete:"off",validate:void 0,[Km]:n},d),ue=$e=>{if($e.pointerType==="touch"){var J;(J=d.current)===null||J===void 0||J.focus(),n.toggle(null,"manual")}},be=$e=>{if($e.pointerType!=="touch"){var J;(J=d.current)===null||J===void 0||J.focus(),n.toggle($e.pointerType==="keyboard"||$e.pointerType==="virtual"?"first":null,"manual")}},j=_m({id:$.id,"aria-label":D.format("buttonLabel"),"aria-labelledby":r["aria-labelledby"]||de.id}),re=_m({id:N.id,"aria-label":D.format("listboxLabel"),"aria-labelledby":r["aria-labelledby"]||de.id}),X=x.useRef(0),W=$e=>{if(T||C)return;if($e.timeStamp-X.current<500){var J;$e.preventDefault(),(J=d.current)===null||J===void 0||J.focus();return}let Ye=$e.target.getBoundingClientRect(),mt=$e.changedTouches[0],Ot=Math.ceil(Ye.left+.5*Ye.width),Rn=Math.ceil(Ye.top+.5*Ye.height);if(mt.clientX===Ot&&mt.clientY===Rn){var dt;$e.preventDefault(),(dt=d.current)===null||dt===void 0||dt.focus(),n.toggle(null,"manual"),X.current=$e.timeStamp}},R=n.selectionManager.focusedKey!=null&&n.isOpen?n.collection.getItem(n.selectionManager.focusedKey):void 0;var he;let me=(he=R==null?void 0:R.parentKey)!==null&&he!==void 0?he:null;var ke;let Pe=(ke=n.selectionManager.focusedKey)!==null&&ke!==void 0?ke:null,Me=x.useRef(me),De=x.useRef(Pe);x.useEffect(()=>{if(Em()&&R!=null&&Pe!=null&&Pe!==De.current){let J=n.selectionManager.isSelected(Pe),Ye=me!=null?n.collection.getItem(me):null,mt=(Ye==null?void 0:Ye["aria-label"])||(typeof(Ye==null?void 0:Ye.rendered)=="string"?Ye.rendered:"")||"";var $e;let Ot=D.format("focusAnnouncement",{isGroupChange:($e=Ye&&me!==Me.current)!==null&&$e!==void 0?$e:!1,groupTitle:mt,groupCount:Ye?[...Xm(Ye,n.collection)].length:0,optionText:R["aria-label"]||R.textValue||"",isSelected:J});od(Ot)}Me.current=me,De.current=Pe});let Fe=K1(n.collection),Be=x.useRef(Fe),Ge=x.useRef(n.isOpen);x.useEffect(()=>{let $e=n.isOpen!==Ge.current&&(n.selectionManager.focusedKey==null||Em());if(n.isOpen&&($e||Fe!==Be.current)){let J=D.format("countAnnouncement",{optionCount:Fe});od(J)}Be.current=Fe,Ge.current=n.isOpen});let vt=x.useRef(n.selectedKey);return x.useEffect(()=>{if(Em()&&n.isFocused&&n.selectedItem&&n.selectedKey!==vt.current){let $e=n.selectedItem["aria-label"]||n.selectedItem.textValue||"",J=D.format("selectedAnnouncement",{optionText:$e});od(J)}vt.current=n.selectedKey}),x.useEffect(()=>{if(n.isOpen)return z1([d.current,s.current].filter($e=>$e!=null))},[n.isOpen,d,s]),w9(()=>{!R&&d.current&&Er(At(d.current))===d.current&&w1(d.current,null)},[R]),Zc(h,"react-aria-item-action",n.isOpen?()=>{n.close()}:void 0),{labelProps:de,buttonProps:{...$,...j,excludeFromTabOrder:!0,preventFocusOnPress:!0,onPress:ue,onPressStart:be,isDisabled:T||C},inputProps:it(F,{role:"combobox","aria-expanded":$["aria-expanded"],"aria-controls":n.isOpen?N.id:void 0,"aria-autocomplete":"list","aria-activedescendant":R?zw(n,R.key):void 0,onTouchEnd:W,autoCorrect:"off",spellCheck:"false"}),listBoxProps:it(N,re,{autoFocus:n.focusStrategy||!0,shouldUseVirtualFocus:!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,linkBehavior:"selection",UNSTABLE_itemBehavior:"action"}),descriptionProps:ce,errorMessageProps:le,isInvalid:Z,validationErrors:Se,validationDetails:ve}}function XP(r,n){let{role:o="dialog"}=r,s=tu();s=r["aria-label"]?void 0:s;let d=x.useRef(!1);return x.useEffect(()=>{if(n.current&&!n.current.contains(document.activeElement)){lu(n.current);let h=setTimeout(()=>{(document.activeElement===n.current||document.activeElement===document.body)&&(d.current=!0,n.current&&(n.current.blur(),lu(n.current)),d.current=!1)},500);return()=>{clearTimeout(h)}}},[n]),Rw(),{dialogProps:{...Yt(r,{labelable:!0}),role:o,tabIndex:-1,"aria-labelledby":r["aria-labelledby"]||s,onBlur:h=>{d.current&&h.stopPropagation()}},titleProps:{id:s}}}var j1={exports:{}},W1={};/**
172
187
  * @license React
173
- * use-sync-external-store-shim.production.min.js
188
+ * use-sync-external-store-shim.production.js
174
189
  *
175
- * Copyright (c) Facebook, Inc. and its affiliates.
190
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
176
191
  *
177
192
  * This source code is licensed under the MIT license found in the
178
193
  * LICENSE file in the root directory of this source tree.
179
- */var S2;function Y9(){if(S2)return T1;S2=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={};/**
194
+ */var M2;function ZP(){if(M2)return W1;M2=1;var r=x;function n(S,D){return S===D&&(S!==0||1/S===1/D)||S!==S&&D!==D}var o=typeof Object.is=="function"?Object.is:n,s=r.useState,d=r.useEffect,h=r.useLayoutEffect,p=r.useDebugValue;function y(S,D){var $=D(),N=s({inst:{value:$,getSnapshot:D}}),M=N[0].inst,O=N[1];return h(function(){M.value=$,M.getSnapshot=D,k(M)&&O({inst:M})},[S,$,D]),d(function(){return k(M)&&O({inst:M}),S(function(){k(M)&&O({inst:M})})},[S]),p($),$}function k(S){var D=S.getSnapshot;S=S.value;try{var $=D();return!o(S,$)}catch{return!0}}function C(S,D){return D()}var T=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?C:y;return W1.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:T,W1}var G1={};/**
180
195
  * @license React
181
196
  * use-sync-external-store-shim.development.js
182
197
  *
183
- * Copyright (c) Facebook, Inc. and its affiliates.
198
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
184
199
  *
185
200
  * This source code is licensed under the MIT license found in the
186
201
  * LICENSE file in the root directory of this source tree.
187
- */var w2;function q9(){return w2||(w2=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 T2{*[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 T2{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 T2{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 D2=x.createContext(!1);function $2(n,r){let{collection:l,document:s}=P1(r);return{portal:P2(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 P2(n,r){let l=x.useContext(zh),s=r??l,f=J9(n),m=x.useMemo(()=>x.createElement(D2.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,P2(n))}function L2(n,r,l){let s=x.useContext(D2);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 M2(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"),M2(n,l,x.useCallback(()=>{m("exited"),s(!1)},[])),l}function M2(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 N2(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 A2(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(()=>O2(n.selectedKeys),[n.selectedKeys]),D=x.useMemo(()=>O2(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 O2(n,r){return n?n==="all"?"all":new To(n):r}class F2{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 R2(n){let{filter:r}=n,l=A2(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=xS(n,f,m),b=x.useMemo(()=>new F2(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 z2(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}=R2({...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}=z2({...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(B2(n,n,r,l))}function B2(n,r,l,s){let f=[];for(let m of r)if(m.type==="section"&&m.hasChildNodes){let p=B2(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 bC(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=z2({...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=A2(n),m=x.useMemo(()=>n.disabledKeys?new Set(n.disabledKeys):new Set,[n.disabledKeys]),p=xS(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 F2(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 I2=F1(TL);var U2={};U2={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var H2={};H2={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var V2={};V2={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var K2={};K2={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var j2={};j2={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var W2={};W2={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var G2={};G2={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var Y2={};Y2={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var q2={};q2={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 X2={};X2={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var Z2={};Z2={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var J2={};J2={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var e5={};e5={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var t5={};t5={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var n5={};n5={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var r5={};r5={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var i5={};i5={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var o5={};o5={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var l5={};l5={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var a5={};a5={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var u5={};u5={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var s5={};s5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var c5={};c5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var d5={};d5={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var f5={};f5={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var p5={};p5={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var v5={};v5={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var m5={};m5={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var h5={};h5={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var g5={};g5={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var y5={};y5={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var b5={};b5={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var x5={};x5={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var k5={};k5={"ar-AE":U2,"bg-BG":H2,"cs-CZ":V2,"da-DK":K2,"de-DE":j2,"el-GR":W2,"en-US":G2,"es-ES":Y2,"et-EE":q2,"fi-FI":Q2,"fr-FR":X2,"he-IL":Z2,"hr-HR":J2,"hu-HU":e5,"it-IT":t5,"ja-JP":n5,"ko-KR":r5,"lt-LT":i5,"lv-LV":o5,"nb-NO":l5,"nl-NL":a5,"pl-PL":u5,"pt-BR":s5,"pt-PT":c5,"ro-RO":d5,"ru-RU":f5,"sk-SK":p5,"sl-SI":v5,"sr-SP":m5,"sv-SE":h5,"tr-TR":g5,"uk-UA":y5,"zh-CN":b5,"zh-TW":x5};const E5=x.createContext(null);function DL(n,r){let{render:l}=x.useContext(E5);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=L2("header",n,r);return f||x.createElement("header",{className:"react-aria-Header",...l,ref:s},l.children)}const C5=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=L2("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 _5=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(S5,{state:s,props:n,listBoxRef:r}):x.createElement(AL,{props:n,listBoxRef:r})}function AL({props:n,listBoxRef:r}){let{portal:l,collection:s}=$2(n);n={...n,collection:s,children:null,items:null};let f=R2(n);return x.createElement(x.Fragment,null,l,x.createElement(S5,{state:f,props:n,listBoxRef:r}))}const OL=x.forwardRef(NL);function S5({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(_5,_e.props);case"item":return x.createElement(w5,{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"}],[E5,{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(w5,{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(C5,{...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 w5({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 T5=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(cS,{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 D5=x.createContext(null),ll=x.createContext(null);function GL(n){let r=Wc(n),l=x.useRef(null),{triggerProps:s,overlayProps:f}=E_({type:"dialog"},r,l);return s.id=Or(),f["aria-labelledby"]=s.id,x.createElement(ei,{values:[[ll,r],[D5,f],[Jl,{trigger:"DialogTrigger",triggerRef:l}]]},x.createElement(XE,{...s,ref:l,isPressed:r.isOpen},n.children))}function YL(n,r){let l=n["aria-labelledby"];[n,r]=qn(n,r,D5);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:[[m$,{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(N2,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),$5=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(XE,{...s,ref:l,isPressed:r.isOpen},n.children))}function P5(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}=$2(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(_5,F.props);case"item":return x.createElement(L5,{item:F});case"submenutrigger":return x.createElement(P5,{item:F,parentMenuRef:l});default:throw new Error("Unsupported node type in Menu: "+F.type)}}}),T=(E==null?void 0:E.trigger)==="SubmenuTrigger";lC({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(C5,{...w,...I,ref:ih(E,F)},A.rendered)}case"item":return x.createElement(L5,{item:A});case"submenutrigger":return x.createElement(P5,{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 L5({item:n}){var r;let l=x.useContext(Ep),s=Qa(n.props.ref),{menuItemProps:f,labelProps:m,descriptionProps:p,keyboardShortcutProps:b,...E}=ow({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}}],[$5,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}=ow({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}}],[$5,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(N5,{...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(M5,{isDismissable:s,isKeyboardDismissDisabled:f,isOpen:m,defaultOpen:p,onOpenChange:b,isEntering:_,isExiting:T,UNSTABLE_portalContainer:w,shouldCloseOnInteractOutside:D},x.createElement(N5,{...$,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 M5=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=V$(),_={...b.style,"--visual-viewport-height":E.height+"px"};return x.createElement(cS,{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 N5(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(N2,null,x.createElement(ei,{values:[[Kh,n],[G1,E],[zh,b]]},ue.children)),x.createElement(ei,{values:[[Kh,n],[G1,E],[A5,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),A5=x.createContext(null);function kM(n,r){var l,s;[n,r]=qn(n,r,A5);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(k5),"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),O5=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,O5);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}],[O5,{...D,ref:I}],[Zl,{slots:{description:$,errorMessage:A}}],[Gc,F]]},re.children))}const F5=x.forwardRef(TM),DM=wn({base:"ui-kit__useFocusRing-module__base"}.base);function qc(n={}){const r=s$(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 R5={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(R5.base,n),...l,children:r})}function LM({children:n,expand:r=!0}){return x.cloneElement(n,{className:Mt(n.props.className,!r&&R5.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,color:f,children:m,visuallyHidden:p=!1,...b},E)=>{const{variant:_,tone:T}=zM({as:r,variant:l,tone:s}),w=f?{"--ui-kit-text-color":`var(--ui-kit-color-${f})`}:void 0;return x.createElement(r,{className:BM({className:n,variant:_,tone:T,visuallyHidden:p}),style:w,ref:E,...b},m)});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 z5(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&&z5(s,kr.prefix),me.jsx(I2,{...p,className:HM({align:r,state:f}),disabled:l}),m&&z5(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 B5({className:n,...r}){const{focusRingClassnames:l,focusProps:s}=qc(),f=Tb(r,s);return me.jsx(aL,{className:Mt(KM({className:n}),l),...f})}B5.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 I5({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()})}I5.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(T5,{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(M5,{...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
202
+ */var A2;function JP(){return A2||(A2=1,process.env.NODE_ENV!=="production"&&function(){function r($,N){return $===N&&($!==0||1/$===1/N)||$!==$&&N!==N}function n($,N){T||d.startTransition===void 0||(T=!0,console.error("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 M=N();if(!S){var O=N();h(M,O)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),S=!0)}O=p({inst:{value:M,getSnapshot:N}});var z=O[0].inst,B=O[1];return k(function(){z.value=M,z.getSnapshot=N,o(z)&&B({inst:z})},[$,M,N]),y(function(){return o(z)&&B({inst:z}),$(function(){o(z)&&B({inst:z})})},[$]),C(M),M}function o($){var N=$.getSnapshot;$=$.value;try{var M=N();return!h($,M)}catch{return!0}}function s($,N){return N()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var d=x,h=typeof Object.is=="function"?Object.is:r,p=d.useState,y=d.useEffect,k=d.useLayoutEffect,C=d.useDebugValue,T=!1,S=!1,D=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?s:n;G1.useSyncExternalStore=d.useSyncExternalStore!==void 0?d.useSyncExternalStore:D,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),G1}process.env.NODE_ENV==="production"?j1.exports=ZP():j1.exports=JP();var eN=j1.exports;const Y1=new WeakMap;function tN(r,n,o){let{keyboardDelegate:s,isDisabled:d,isRequired:h,name:p,form:y,validationBehavior:k="aria"}=r,C=Um({usage:"search",sensitivity:"base"}),T=x.useMemo(()=>s||new Qm(n.collection,n.disabledKeys,o,C),[s,n.collection,n.disabledKeys,C,o]),{menuTriggerProps:S,menuProps:D}=H1({isDisabled:d,type:"listbox"},n,o),$=ve=>{if(n.selectionManager.selectionMode!=="multiple")switch(ve.key){case"ArrowLeft":{var de,F;ve.preventDefault();let ue=n.selectedKey!=null?(de=T.getKeyAbove)===null||de===void 0?void 0:de.call(T,n.selectedKey):(F=T.getFirstKey)===null||F===void 0?void 0:F.call(T);ue&&n.setSelectedKey(ue);break}case"ArrowRight":{var ce,le;ve.preventDefault();let ue=n.selectedKey!=null?(ce=T.getKeyBelow)===null||ce===void 0?void 0:ce.call(T,n.selectedKey):(le=T.getFirstKey)===null||le===void 0?void 0:le.call(T);ue&&n.setSelectedKey(ue);break}}},{typeSelectProps:N}=Bw({keyboardDelegate:T,selectionManager:n.selectionManager,onTypeSelect(ve){n.setSelectedKey(ve)}}),{isInvalid:M,validationErrors:O,validationDetails:z}=n.displayValidation,{labelProps:B,fieldProps:V,descriptionProps:K,errorMessageProps:U}=UC({...r,labelElementType:"span",isInvalid:M,errorMessage:r.errorMessage||O});N.onKeyDown=N.onKeyDownCapture,delete N.onKeyDownCapture,n.selectionManager.selectionMode==="multiple"&&(N={});let G=Yt(r,{labelable:!0}),Z=it(N,S,V),Se=pr();return Y1.set(n,{isDisabled:d,isRequired:h,name:p,form:y,validationBehavior:k}),{labelProps:{...B,onClick:()=>{if(!r.isDisabled){var ve;(ve=o.current)===null||ve===void 0||ve.focus(),dC("keyboard")}}},triggerProps:it(G,{...Z,isDisabled:d,onKeyDown:Ql(Z.onKeyDown,$,r.onKeyDown),onKeyUp:r.onKeyUp,"aria-labelledby":[Se,Z["aria-labelledby"],Z["aria-label"]&&!Z["aria-labelledby"]?Z.id:null].filter(Boolean).join(" "),onFocus(ve){n.isFocused||(r.onFocus&&r.onFocus(ve),r.onFocusChange&&r.onFocusChange(!0),n.setFocused(!0))},onBlur(ve){n.isOpen||(r.onBlur&&r.onBlur(ve),r.onFocusChange&&r.onFocusChange(!1),n.setFocused(!1))}}),valueProps:{id:Se},menuProps:{...D,autoFocus:n.focusStrategy||!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,disallowEmptySelection:!0,linkBehavior:"selection",onBlur:ve=>{ve.currentTarget.contains(ve.relatedTarget)||(r.onBlur&&r.onBlur(ve),r.onFocusChange&&r.onFocusChange(!1),n.setFocused(!1))},"aria-labelledby":[V["aria-labelledby"],Z["aria-label"]&&!V["aria-labelledby"]?Z.id:null].filter(Boolean).join(" ")},descriptionProps:K,errorMessageProps:U,isInvalid:M,validationErrors:O,validationDetails:z,hiddenSelectProps:{isDisabled:d,name:p,label:r.label,state:n,triggerRef:o,form:y}}}function nN(r,n,o){let s=Y1.get(n)||{},{autoComplete:d,name:h=s.name,form:p=s.form,isDisabled:y=s.isDisabled}=r,{validationBehavior:k,isRequired:C}=s,{visuallyHiddenProps:T}=KC({style:{position:"fixed",top:0,left:0}});Xb(r.selectRef,n.defaultValue,n.setValue),IC({validationBehavior:k,focus:()=>{var N;return(N=o.current)===null||N===void 0?void 0:N.focus()}},n,r.selectRef);let S=n.setValue,D=x.useCallback(N=>{N.target.multiple?S(Array.from(N.target.selectedOptions,M=>M.value)):S(N.currentTarget.value)},[S]);var $;return{containerProps:{...T,"aria-hidden":!0,"data-react-aria-prevent-focus":!0,"data-a11y-ignore":"aria-hidden-focus"},inputProps:{style:{display:"none"}},selectProps:{tabIndex:-1,autoComplete:d,disabled:y,multiple:n.selectionManager.selectionMode==="multiple",required:k==="native"&&C,name:h,form:p,value:($=n.value)!==null&&$!==void 0?$:"",onChange:D,onInput:D}}}function rN(r){let{state:n,triggerRef:o,label:s,name:d,form:h,isDisabled:p}=r,y=x.useRef(null),k=x.useRef(null),{containerProps:C,selectProps:T}=nN({...r,selectRef:n.collection.size<=300?y:k},n,o);if(n.collection.size<=300)return x.createElement("div",{...C,"data-testid":"hidden-select-container"},x.createElement("label",null,s,x.createElement("select",{...T,ref:y},x.createElement("option",null),[...n.collection.getKeys()].map(S=>{let D=n.collection.getItem(S);if(D&&D.type==="item")return x.createElement("option",{key:D.key,value:D.key},D.textValue)}))));if(d){let S=Y1.get(n)||{},{validationBehavior:D}=S,$=Array.isArray(n.value)?n.value:[n.value];$.length===0&&($=[null]);let N=$.map((M,O)=>{let z={type:"hidden",autoComplete:T.autoComplete,name:d,form:h,disabled:p,value:M??""};return D==="native"?x.createElement("input",{key:O,...z,ref:O===0?k:null,style:{display:"none"},type:"text",required:O===0?T.required:!1,onChange:()=>{}}):x.createElement("input",{key:O,...z,ref:O===0?k:null})});return x.createElement(x.Fragment,null,N)}return null}x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null),x.createContext(null);const iN=x.createContext({}),q1=x.createContext(null),O2=x.createContext(null),Pp=Symbol("default");function Hi({values:r,children:n}){for(let[o,s]of r)n=x.createElement(o.Provider,{value:s},n);return n}function mn(r){let{className:n,style:o,children:s,defaultClassName:d,defaultChildren:h,defaultStyle:p,values:y}=r;return x.useMemo(()=>{let k,C,T;return typeof n=="function"?k=n({...y,defaultClassName:d}):k=n,typeof o=="function"?C=o({...y,defaultStyle:p||{}}):C=o,typeof s=="function"?T=s({...y,defaultChildren:h}):s==null?T=h:T=s,{className:k??d,style:C||p?{...p,...C}:void 0,children:T??h,"data-rac":""}},[n,o,s,d,h,p,y])}function bs(r,n){let o=x.useContext(r);if(n===null)return null;if(o&&typeof o=="object"&&"slots"in o&&o.slots){let s=n||Pp;if(!o.slots[s]){let d=new Intl.ListFormat().format(Object.keys(o.slots).map(p=>`"${p}"`)),h=n?`Invalid slot "${n}".`:"A slot prop is required.";throw new Error(`${h} Valid slot names are ${d}.`)}return o.slots[s]}return o}function Fn(r,n,o){let s=bs(o,r.slot)||{},{ref:d,...h}=s,p=ps(x.useMemo(()=>S3(n,d),[n,d])),y=it(h,r);return"style"in h&&h.style&&"style"in r&&r.style&&(typeof h.style=="function"||typeof r.style=="function"?y.style=k=>{let C=typeof h.style=="function"?h.style(k):h.style,T={...k.defaultStyle,...C},S=typeof r.style=="function"?r.style({...k,defaultStyle:T}):r.style;return{...T,...S}}:y.style={...h.style,...r.style}),[y,p]}function ad(r=!0){let[n,o]=x.useState(r),s=x.useRef(!1),d=x.useCallback(h=>{s.current=!0,o(!!h)},[]);return Vt(()=>{s.current||o(!1)},[]),[d,n]}function Zm(r){const n=/^(data-.*)$/;let o={};for(const s in r)n.test(s)||(o[s]=r[s]);return o}class ud{get childNodes(){throw new Error("childNodes is not supported")}clone(){let n=new this.constructor(this.key);return n.value=this.value,n.level=this.level,n.hasChildNodes=this.hasChildNodes,n.rendered=this.rendered,n.textValue=this.textValue,n["aria-label"]=this["aria-label"],n.index=this.index,n.parentKey=this.parentKey,n.prevKey=this.prevKey,n.nextKey=this.nextKey,n.firstChildKey=this.firstChildKey,n.lastChildKey=this.lastChildKey,n.props=this.props,n.render=this.render,n.colSpan=this.colSpan,n.colIndex=this.colIndex,n}filter(n,o,s){let d=this.clone();return o.addDescendants(d,n),d}constructor(n){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.colSpan=null,this.colIndex=null,this.type=this.constructor.type,this.key=n}}class F2 extends ud{filter(n,o,s){let[d,h]=z2(n,o,this.firstChildKey,s),p=this.clone();return p.firstChildKey=d,p.lastChildKey=h,p}}class oN extends ud{}oN.type="header";class R2 extends ud{}R2.type="loader";class Q1 extends F2{filter(n,o,s){if(s(this.textValue,this)){let d=this.clone();return o.addDescendants(d,n),d}return null}}Q1.type="item";class lN extends F2{filter(n,o,s){let d=super.filter(n,o,s);if(d&&d.lastChildKey!==null){let h=n.getItem(d.lastChildKey);if(h&&h.type!=="header")return d}return null}}lN.type="section";class aN{get size(){return this.itemCount}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let n=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;n;)yield n,n=n.nextKey!=null?this.keyMap.get(n.nextKey):void 0}getChildren(n){let o=this.keyMap;return{*[Symbol.iterator](){let s=o.get(n),d=(s==null?void 0:s.firstChildKey)!=null?o.get(s.firstChildKey):null;for(;d;)yield d,d=d.nextKey!=null?o.get(d.nextKey):void 0}}}getKeyBefore(n){let o=this.keyMap.get(n);if(!o)return null;if(o.prevKey!=null){for(o=this.keyMap.get(o.prevKey);o&&o.type!=="item"&&o.lastChildKey!=null;)o=this.keyMap.get(o.lastChildKey);var s;return(s=o==null?void 0:o.key)!==null&&s!==void 0?s:null}return o.parentKey}getKeyAfter(n){let o=this.keyMap.get(n);if(!o)return null;if(o.type!=="item"&&o.firstChildKey!=null)return o.firstChildKey;for(;o;){if(o.nextKey!=null)return o.nextKey;if(o.parentKey!=null)o=this.keyMap.get(o.parentKey);else return null}return null}getFirstKey(){return this.firstKey}getLastKey(){let n=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(n==null?void 0:n.lastChildKey)!=null;)n=this.keyMap.get(n.lastChildKey);var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(){throw new Error("Not implemented")}clone(){let n=this.constructor,o=new n;return o.keyMap=new Map(this.keyMap),o.firstKey=this.firstKey,o.lastKey=this.lastKey,o.itemCount=this.itemCount,o}addNode(n){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");n.type==="item"&&this.keyMap.get(n.key)==null&&this.itemCount++,this.keyMap.set(n.key,n)}addDescendants(n,o){this.addNode(n);let s=o.getChildren(n.key);for(let d of s)this.addDescendants(d,o)}removeNode(n){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");let o=this.keyMap.get(n);o!=null&&o.type==="item"&&this.itemCount--,this.keyMap.delete(n)}commit(n,o,s=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=n,this.lastKey=o,this.frozen=!s}filter(n){let o=new this.constructor,[s,d]=z2(this,o,this.firstKey,n);return o==null||o.commit(s,d),o}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1,this.itemCount=0}}function z2(r,n,o,s){if(o==null)return[null,null];let d=null,h=null,p=r.getItem(o);for(;p!=null;){let C=p.filter(r,n,s);C!=null&&(C.nextKey=null,h&&(C.prevKey=h.key,h.nextKey=C.key),d==null&&(d=C),n.addNode(C),h=C),p=p.nextKey?r.getItem(p.nextKey):null}if(h&&h.type==="separator"){let C=h.prevKey;n.removeNode(h.key),C?(h=n.getItem(C),h.nextKey=null):h=null}var y,k;return[(y=d==null?void 0:d.key)!==null&&y!==void 0?y:null,(k=h==null?void 0:h.key)!==null&&k!==void 0?k:null]}class I2{*[Symbol.iterator](){let n=this.firstChild;for(;n;)yield n,n=n.nextSibling}get firstChild(){return this._firstChild}set firstChild(n){this._firstChild=n,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(n){this._lastChild=n,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(n){this._previousSibling=n,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(n){this._nextSibling=n,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(n){this._parentNode=n,this.ownerDocument.markDirty(this)}get isConnected(){var n;return((n=this.parentNode)===null||n===void 0?void 0:n.isConnected)||!1}invalidateChildIndices(n){(this._minInvalidChildIndex==null||!this._minInvalidChildIndex.isConnected||n.index<this._minInvalidChildIndex.index)&&(this._minInvalidChildIndex=n,this.ownerDocument.markDirty(this))}updateChildIndices(){let n=this._minInvalidChildIndex;for(;n;)n.index=n.previousSibling?n.previousSibling.index+1:0,n=n.nextSibling;this._minInvalidChildIndex=null}appendChild(n){n.parentNode&&n.parentNode.removeChild(n),this.firstChild==null&&(this.firstChild=n),this.lastChild?(this.lastChild.nextSibling=n,n.index=this.lastChild.index+1,n.previousSibling=this.lastChild):(n.previousSibling=null,n.index=0),n.parentNode=this,n.nextSibling=null,this.lastChild=n,this.ownerDocument.markDirty(this),this.isConnected&&this.ownerDocument.queueUpdate()}insertBefore(n,o){if(o==null)return this.appendChild(n);n.parentNode&&n.parentNode.removeChild(n),n.nextSibling=o,n.previousSibling=o.previousSibling,n.index=o.index-1,this.firstChild===o?this.firstChild=n:o.previousSibling&&(o.previousSibling.nextSibling=n),o.previousSibling=n,n.parentNode=o.parentNode,this.invalidateChildIndices(n),this.isConnected&&this.ownerDocument.queueUpdate()}removeChild(n){n.parentNode===this&&(this._minInvalidChildIndex===n&&(this._minInvalidChildIndex=null),n.nextSibling&&(this.invalidateChildIndices(n.nextSibling),n.nextSibling.previousSibling=n.previousSibling),n.previousSibling&&(n.previousSibling.nextSibling=n.nextSibling),this.firstChild===n&&(this.firstChild=n.nextSibling),this.lastChild===n&&(this.lastChild=n.previousSibling),n.parentNode=null,n.nextSibling=null,n.previousSibling=null,n.index=0,this.ownerDocument.markDirty(n),this.isConnected&&this.ownerDocument.queueUpdate())}addEventListener(){}removeEventListener(){}get previousVisibleSibling(){let n=this.previousSibling;for(;n&&n.isHidden;)n=n.previousSibling;return n}get nextVisibleSibling(){let n=this.nextSibling;for(;n&&n.isHidden;)n=n.nextSibling;return n}get firstVisibleChild(){let n=this.firstChild;for(;n&&n.isHidden;)n=n.nextSibling;return n}get lastVisibleChild(){let n=this.lastChild;for(;n&&n.isHidden;)n=n.previousSibling;return n}constructor(n){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this._minInvalidChildIndex=null,this.ownerDocument=n}}class sd extends I2{get index(){return this._index}set index(n){this._index=n,this.ownerDocument.markDirty(this)}get level(){var n;return this.parentNode instanceof sd?this.parentNode.level+(((n=this.node)===null||n===void 0?void 0:n.type)==="item"?1:0):0}getMutableNode(){return this.node==null?null:(this.isMutated||(this.node=this.node.clone(),this.isMutated=!0),this.ownerDocument.markDirty(this),this.node)}updateNode(){var n,o,s,d,h,p,y,k;let C=this.nextVisibleSibling,T=this.getMutableNode();if(T!=null){T.index=this.index,T.level=this.level;var S;T.parentKey=this.parentNode instanceof sd&&(S=(n=this.parentNode.node)===null||n===void 0?void 0:n.key)!==null&&S!==void 0?S:null;var D;T.prevKey=(D=(s=this.previousVisibleSibling)===null||s===void 0||(o=s.node)===null||o===void 0?void 0:o.key)!==null&&D!==void 0?D:null;var $;T.nextKey=($=C==null||(d=C.node)===null||d===void 0?void 0:d.key)!==null&&$!==void 0?$:null,T.hasChildNodes=!!this.firstChild;var N;T.firstChildKey=(N=(p=this.firstVisibleChild)===null||p===void 0||(h=p.node)===null||h===void 0?void 0:h.key)!==null&&N!==void 0?N:null;var M;if(T.lastChildKey=(M=(k=this.lastVisibleChild)===null||k===void 0||(y=k.node)===null||y===void 0?void 0:y.key)!==null&&M!==void 0?M:null,(T.colSpan!=null||T.colIndex!=null)&&C){var O,z;let B=((O=T.colIndex)!==null&&O!==void 0?O:T.index)+((z=T.colSpan)!==null&&z!==void 0?z:1);if(C.node!=null&&B!==C.node.colIndex){let V=C.getMutableNode();V.colIndex=B}}}}setProps(n,o,s,d,h){let p,{value:y,textValue:k,id:C,...T}=n;if(this.node==null?(p=new s(C??`react-aria-${++this.ownerDocument.nodeId}`),this.node=p):p=this.getMutableNode(),T.ref=o,p.props=T,p.rendered=d,p.render=h,p.value=y,p.textValue=k||(typeof T.children=="string"?T.children:"")||n["aria-label"]||"",C!=null&&C!==p.key)throw new Error("Cannot change the id of an item");T.colSpan!=null&&(p.colSpan=T.colSpan),this.isConnected&&this.ownerDocument.queueUpdate()}get style(){let n=this;return{get display(){return n.isHidden?"none":""},set display(o){let s=o==="none";if(n.isHidden!==s){var d,h;(((d=n.parentNode)===null||d===void 0?void 0:d.firstVisibleChild)===n||((h=n.parentNode)===null||h===void 0?void 0:h.lastVisibleChild)===n)&&n.ownerDocument.markDirty(n.parentNode);let p=n.previousVisibleSibling,y=n.nextVisibleSibling;p&&n.ownerDocument.markDirty(p),y&&n.ownerDocument.markDirty(y),n.isHidden=s,n.ownerDocument.markDirty(n)}}}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(n,o){super(o),this.nodeType=8,this.isMutated=!0,this._index=0,this.isHidden=!1,this.node=null}}class uN extends I2{get isConnected(){return!0}createElement(n){return new sd(n,this)}getMutableCollection(){return this.nextCollection||(this.nextCollection=this.collection.clone()),this.nextCollection}markDirty(n){this.dirtyNodes.add(n)}addNode(n){if(n.isHidden||n.node==null)return;let o=this.getMutableCollection();if(!o.getItem(n.node.key))for(let s of n)this.addNode(s);o.addNode(n.node)}removeNode(n){for(let o of n)this.removeNode(o);n.node&&this.getMutableCollection().removeNode(n.node.key)}getCollection(){return this.inSubscription?this.collection.clone():(this.queuedRender=!1,this.updateCollection(),this.collection)}updateCollection(){for(let y of this.dirtyNodes)y instanceof sd&&(!y.isConnected||y.isHidden)?this.removeNode(y):y.updateChildIndices();for(let y of this.dirtyNodes)y instanceof sd?(y.isConnected&&!y.isHidden&&(y.updateNode(),this.addNode(y)),y.node&&this.dirtyNodes.delete(y),y.isMutated=!1):this.dirtyNodes.delete(y);if(this.nextCollection){var n,o,s,d,h,p;this.nextCollection.commit((h=(o=this.firstVisibleChild)===null||o===void 0||(n=o.node)===null||n===void 0?void 0:n.key)!==null&&h!==void 0?h:null,(p=(d=this.lastVisibleChild)===null||d===void 0||(s=d.node)===null||s===void 0?void 0:s.key)!==null&&p!==void 0?p:null,this.isSSR),this.isSSR||(this.collection=this.nextCollection,this.nextCollection=null)}}queueUpdate(){if(!(this.dirtyNodes.size===0||this.queuedRender)){this.queuedRender=!0,this.inSubscription=!0;for(let n of this.subscriptions)n();this.inSubscription=!1}}subscribe(n){return this.subscriptions.add(n),()=>this.subscriptions.delete(n)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(n){super(null),this.nodeType=11,this.ownerDocument=this,this.dirtyNodes=new Set,this.isSSR=!1,this.nodeId=0,this.nodesByProps=new WeakMap,this.nextCollection=null,this.subscriptions=new Set,this.queuedRender=!1,this.inSubscription=!1,this.collection=n,this.nextCollection=n}}function B2(r){let{children:n,items:o,idScope:s,addIdAndValue:d,dependencies:h=[]}=r,p=x.useMemo(()=>new WeakMap,h);return x.useMemo(()=>{if(o&&typeof n=="function"){let C=[];for(let T of o){let S=p.get(T);if(!S){S=n(T);var y,k;let D=(k=(y=S.props.id)!==null&&y!==void 0?y:T.key)!==null&&k!==void 0?k:T.id;if(D==null)throw new Error("Could not determine key for item");s&&(D=s+":"+D),S=x.cloneElement(S,d?{key:D,id:D,value:T}:{key:D}),p.set(T,S)}C.push(S)}return C}else if(typeof n!="function")return n},[n,o,p,s,d])}if(typeof HTMLTemplateElement<"u"){const r=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:r.call(this)}})}const Jm=x.createContext(!1);function sN(r){if(x.useContext(Jm))return x.createElement(x.Fragment,null,r.children);let o=x.createElement(Jm.Provider,{value:!0},r.children);return x.createElement("template",{"data-react-aria-hidden":!0},o)}function Np(r){let n=(o,s)=>x.useContext(Jm)?null:r(o,s);return n.displayName=r.displayName||r.name,x.forwardRef(n)}function cN(){return x.useContext(Jm)}const U2=x.createContext(!1),Lp=x.createContext(null);function eg(r){if(x.useContext(Lp))return r.content;let{collection:o,document:s}=vN(r.createCollection);return x.createElement(x.Fragment,null,x.createElement(sN,null,x.createElement(Lp.Provider,{value:s},r.content)),x.createElement(dN,{render:r.children,collection:o}))}function dN({collection:r,render:n}){return n(r)}function fN(r,n,o){let s=ds(),d=x.useRef(s);d.current=s;let h=x.useCallback(()=>d.current?o():n(),[n,o]);return eN.useSyncExternalStore(r,h)}const pN=typeof x.useSyncExternalStore=="function"?x.useSyncExternalStore:fN;function vN(r){let[n]=x.useState(()=>new uN((r==null?void 0:r())||new aN)),o=x.useCallback(p=>n.subscribe(p),[n]),s=x.useCallback(()=>{let p=n.getCollection();return n.isSSR&&n.resetAfterSSR(),p},[n]),d=x.useCallback(()=>(n.isSSR=!0,n.getCollection()),[n]);return{collection:pN(o,s,d),document:n}}const X1=x.createContext(null);function hN(r){var n;return n=class extends ud{},n.type=r,n}function mN(r,n,o,s,d,h){typeof r=="string"&&(r=hN(r));let p=x.useCallback(k=>{k==null||k.setProps(n,o,r,s,h)},[n,o,s,h,r]),y=x.useContext(X1);if(y){let k=y.ownerDocument.nodesByProps.get(n);return k||(k=y.ownerDocument.createElement(r.type),k.setProps(n,o,r,s,h),y.appendChild(k),y.ownerDocument.updateCollection(),y.ownerDocument.nodesByProps.set(n,k)),d?x.createElement(X1.Provider,{value:k},d):null}return x.createElement(r.type,{ref:p},d)}function Z1(r,n){let o=({node:d})=>n(d.props,d.props.ref,d),s=x.forwardRef((d,h)=>{let p=x.useContext(p1);if(!x.useContext(U2)){if(n.length>=3)throw new Error(n.name+" cannot be rendered outside a collection.");return n(d,h)}return mN(r,d,h,"children"in d?d.children:null,null,k=>x.createElement(p1.Provider,{value:p},x.createElement(o,{node:k})))});return s.displayName=n.name,s}function gN(r){return B2({...r,addIdAndValue:!0})}const V2=x.createContext(null);function K2(r){let n=x.useContext(V2),o=((n==null?void 0:n.dependencies)||[]).concat(r.dependencies),s=r.idScope||(n==null?void 0:n.idScope),d=gN({...r,idScope:s,dependencies:o});return x.useContext(Lp)&&(d=x.createElement(yN,null,d)),n=x.useMemo(()=>({dependencies:o,idScope:s}),[s,...o]),x.createElement(V2.Provider,{value:n},d)}function yN({children:r}){let n=x.useContext(Lp),o=x.useMemo(()=>x.createElement(Lp.Provider,{value:null},x.createElement(U2.Provider,{value:!0},r)),[r]);return ds()?x.createElement(X1.Provider,{value:n},o):xp.createPortal(o,n)}const H2=x.createContext(null),bN={CollectionRoot({collection:r,renderDropIndicator:n}){return j2(r,null,n)},CollectionBranch({collection:r,parent:n,renderDropIndicator:o}){return j2(r,n,o)}};function j2(r,n,o){return B2({items:n?r.getChildren(n.key):r,dependencies:[o],children(s){let d=s.render(s);return!o||s.type!=="item"?d:x.createElement(x.Fragment,null,o({type:"item",key:s.key,dropPosition:"before"}),d,xN(r,s,o))}})}function xN(r,n,o){let s=n.key,d=r.getKeyAfter(s),h=d!=null?r.getItem(d):null;for(;h!=null&&h.type!=="item";)d=r.getKeyAfter(h.key),h=d!=null?r.getItem(d):null;let p=n.nextKey!=null?r.getItem(n.nextKey):null;for(;p!=null&&p.type!=="item";)p=p.nextKey!=null?r.getItem(p.nextKey):null;let y=[];if(p==null){let k=n;for(;k&&(!h||k.parentKey!==h.parentKey&&h.level<k.level);){let C=o({type:"item",key:k.key,dropPosition:"after"});x.isValidElement(C)&&y.push(x.cloneElement(C,{key:`${k.key}-after`})),k=k.parentKey!=null?r.getItem(k.parentKey):null}}return y}const Mp=x.createContext(bN);function kN(r){return x.useMemo(()=>r!=null?new Set([r]):null,[r])}const EN=x.createContext(null),CN=x.forwardRef(function(n,o){[n,o]=Fn(n,o,EN);let s=n.href&&!n.isDisabled?"a":"span",{linkProps:d,isPressed:h}=b$({...n,elementType:s},o),{hoverProps:p,isHovered:y}=Jl(n),{focusProps:k,isFocused:C,isFocusVisible:T}=uu(),S=mn({...n,defaultClassName:"react-aria-Link",values:{isCurrent:!!n["aria-current"],isDisabled:n.isDisabled||!1,isPressed:h,isHovered:y,isFocused:C,isFocusVisible:T}}),D=Yt(n,{global:!0});return delete D.onClick,x.createElement(s,{ref:o,slot:n.slot||void 0,...it(D,S,d,p,k),"data-focused":C||void 0,"data-hovered":y||void 0,"data-pressed":h||void 0,"data-focus-visible":T||void 0,"data-current":!!n["aria-current"]||void 0,"data-disabled":n.isDisabled||void 0},S.children)}),xs=x.createContext({}),tg=Np(function(n,o){[n,o]=Fn(n,o,xs);let{elementType:s="label",...d}=n;return x.createElement(s,{className:"react-aria-Label",...d,ref:o})}),_N=x.createContext(null),ks=x.createContext({}),J1=Np(function(n,o){[n,o]=Fn(n,o,ks);let s=n,{isPending:d}=s,{buttonProps:h,isPressed:p}=V$(n,o);h=SN(h,d);let{focusProps:y,isFocused:k,isFocusVisible:C}=uu(n),{hoverProps:T,isHovered:S}=Jl({...n,isDisabled:n.isDisabled||d}),D={isHovered:S,isPressed:(s.isPressed||p)&&!d,isFocused:k,isFocusVisible:C,isDisabled:n.isDisabled||!1,isPending:d??!1},$=mn({...n,values:D,defaultClassName:"react-aria-Button"}),N=pr(h.id),M=pr(),O=h["aria-labelledby"];d&&(O?O=`${O} ${M}`:h["aria-label"]&&(O=`${N} ${M}`));let z=x.useRef(d);x.useEffect(()=>{let V={"aria-labelledby":O||N};(!z.current&&k&&d||z.current&&k&&!d)&&od(V,"assertive"),z.current=d},[d,k,O,N]);let B=Yt(n,{global:!0});return delete B.onClick,x.createElement("button",{...it(B,$,h,y,T),type:h.type==="submit"&&d?"button":h.type,id:N,ref:o,"aria-labelledby":O,slot:n.slot||void 0,"aria-disabled":d?"true":h["aria-disabled"],"data-disabled":n.isDisabled||void 0,"data-pressed":D.isPressed||void 0,"data-hovered":S||void 0,"data-focused":k||void 0,"data-pending":d||void 0,"data-focus-visible":C||void 0},x.createElement(_N.Provider,{value:{id:M}},$.children))});function SN(r,n){if(n){for(const o in r)o.startsWith("on")&&!(o.includes("Focus")||o.includes("Blur"))&&(r[o]=void 0);r.href=void 0,r.target=void 0}return r}const fl=x.createContext({}),wN=x.forwardRef(function(n,o){[n,o]=Fn(n,o,fl);let{elementType:s="span",...d}=n;return x.createElement(s,{className:"react-aria-Text",...d,ref:o})});class ex{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var s;return o&&(s=o.prevKey)!==null&&s!==void 0?s:null}getKeyAfter(n){let o=this.keyMap.get(n);var s;return o&&(s=o.nextKey)!==null&&s!==void 0?s:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}getChildren(n){let o=this.keyMap.get(n);return(o==null?void 0:o.childNodes)||[]}constructor(n){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n;let o=y=>{if(this.keyMap.set(y.key,y),y.childNodes&&y.type==="section")for(let k of y.childNodes)o(k)};for(let y of n)o(y);let s=null,d=0,h=0;for(let[y,k]of this.keyMap)s?(s.nextKey=y,k.prevKey=s.key):(this.firstKey=y,k.prevKey=void 0),k.type==="item"&&(k.index=d++),(k.type==="section"||k.type==="item")&&h++,s=k,s.nextKey=void 0;this._size=h;var p;this.lastKey=(p=s==null?void 0:s.key)!==null&&p!==void 0?p:null}}class Fo extends Set{constructor(n,o,s){super(n),n instanceof Fo?(this.anchorKey=o??n.anchorKey,this.currentKey=s??n.currentKey):(this.anchorKey=o??null,this.currentKey=s??null)}}function TN(r,n){if(r.size!==n.size)return!1;for(let o of r)if(!n.has(o))return!1;return!0}function tx(r){let{selectionMode:n="none",disallowEmptySelection:o=!1,allowDuplicateSelectionEvents:s,selectionBehavior:d="toggle",disabledBehavior:h="all"}=r,p=x.useRef(!1),[,y]=x.useState(!1),k=x.useRef(null),C=x.useRef(null),[,T]=x.useState(null),S=x.useMemo(()=>W2(r.selectedKeys),[r.selectedKeys]),D=x.useMemo(()=>W2(r.defaultSelectedKeys,new Fo),[r.defaultSelectedKeys]),[$,N]=iu(S,D,r.onSelectionChange),M=x.useMemo(()=>r.disabledKeys?new Set(r.disabledKeys):new Set,[r.disabledKeys]),[O,z]=x.useState(d);d==="replace"&&O==="toggle"&&typeof $=="object"&&$.size===0&&z("replace");let B=x.useRef(d);return x.useEffect(()=>{d!==B.current&&(z(d),B.current=d)},[d]),{selectionMode:n,disallowEmptySelection:o,selectionBehavior:O,setSelectionBehavior:z,get isFocused(){return p.current},setFocused(V){p.current=V,y(V)},get focusedKey(){return k.current},get childFocusStrategy(){return C.current},setFocusedKey(V,K="first"){k.current=V,C.current=K,T(V)},selectedKeys:$,setSelectedKeys(V){(s||!TN(V,$))&&N(V)},disabledKeys:M,disabledBehavior:h}}function W2(r,n){return r?r==="all"?"all":new Fo(r):n}class Ap{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(n){this.state.setSelectionBehavior(n)}get isFocused(){return this.state.isFocused}setFocused(n){this.state.setFocused(n)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(n,o){(n==null||this.collection.getItem(n))&&this.state.setFocusedKey(n,o)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(n){if(this.state.selectionMode==="none")return!1;let o=this.getKey(n);return o==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(o):this.state.selectedKeys.has(o)}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 n=this.getSelectAllKeys(),o=this.state.selectedKeys;return this._isSelectAll=n.every(s=>o.has(s)),this._isSelectAll}get firstSelectedKey(){let n=null;for(let s of this.state.selectedKeys){let d=this.collection.getItem(s);(!n||d&&V1(this.collection,d,n)<0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get lastSelectedKey(){let n=null;for(let s of this.state.selectedKeys){let d=this.collection.getItem(s);(!n||d&&V1(this.collection,d,n)>0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let s;if(this.state.selectedKeys==="all")s=new Fo([o],o,o);else{let p=this.state.selectedKeys;var d;let y=(d=p.anchorKey)!==null&&d!==void 0?d:o;s=new Fo(p,y,o);var h;for(let k of this.getKeyRange(y,(h=p.currentKey)!==null&&h!==void 0?h:o))s.delete(k);for(let k of this.getKeyRange(o,y))this.canSelectItem(k)&&s.add(k)}this.state.setSelectedKeys(s)}getKeyRange(n,o){let s=this.collection.getItem(n),d=this.collection.getItem(o);return s&&d?V1(this.collection,s,d)<=0?this.getKeyRangeInternal(n,o):this.getKeyRangeInternal(o,n):[]}getKeyRangeInternal(n,o){var s;if(!((s=this.layoutDelegate)===null||s===void 0)&&s.getKeyRange)return this.layoutDelegate.getKeyRange(n,o);let d=[],h=n;for(;h!=null;){let p=this.collection.getItem(h);if(p&&(p.type==="item"||p.type==="cell"&&this.allowsCellSelection)&&d.push(h),h===o)return d;h=this.collection.getKeyAfter(h)}return[]}getKey(n){let o=this.collection.getItem(n);if(!o||o.type==="cell"&&this.allowsCellSelection)return n;for(;o&&o.type!=="item"&&o.parentKey!=null;)o=this.collection.getItem(o.parentKey);return!o||o.type!=="item"?null:o.key}toggleSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(n)){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let s=new Fo(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);s.has(o)?s.delete(o):this.canSelectItem(o)&&(s.add(o),s.anchorKey=o,s.currentKey=o),!(this.disallowEmptySelection&&s.size===0)&&this.state.setSelectedKeys(s)}replaceSelection(n){if(this.selectionMode==="none")return;let o=this.getKey(n);if(o==null)return;let s=this.canSelectItem(o)?new Fo([o],o,o):new Fo;this.state.setSelectedKeys(s)}setSelectedKeys(n){if(this.selectionMode==="none")return;let o=new Fo;for(let s of n){let d=this.getKey(s);if(d!=null&&(o.add(d),this.selectionMode==="single"))break}this.state.setSelectedKeys(o)}getSelectAllKeys(){let n=[],o=s=>{for(;s!=null;){if(this.canSelectItem(s)){var d;let p=this.collection.getItem(s);(p==null?void 0:p.type)==="item"&&n.push(s);var h;p!=null&&p.hasChildNodes&&(this.allowsCellSelection||p.type!=="item")&&o((h=(d=UP(Xm(p,this.collection)))===null||d===void 0?void 0:d.key)!==null&&h!==void 0?h:null)}s=this.collection.getKeyAfter(s)}};return o(this.collection.getFirstKey()),n}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 Fo)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(n,o){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(n)&&!this.disallowEmptySelection?this.toggleSelection(n):this.replaceSelection(n):this.selectionBehavior==="toggle"||o&&(o.pointerType==="touch"||o.pointerType==="virtual")?this.toggleSelection(n):this.replaceSelection(n))}isSelectionEqual(n){if(n===this.state.selectedKeys)return!0;let o=this.selectedKeys;if(n.size!==o.size)return!1;for(let s of n)if(!o.has(s))return!1;for(let s of o)if(!n.has(s))return!1;return!0}canSelectItem(n){var o;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(n))return!1;let s=this.collection.getItem(n);return!(!s||!(s==null||(o=s.props)===null||o===void 0)&&o.isDisabled||s.type==="cell"&&!this.allowsCellSelection)}isDisabled(n){var o,s;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(n)||!!(!((s=this.collection.getItem(n))===null||s===void 0||(o=s.props)===null||o===void 0)&&o.isDisabled))}isLink(n){var o,s;return!!(!((s=this.collection.getItem(n))===null||s===void 0||(o=s.props)===null||o===void 0)&&o.href)}getItemProps(n){var o;return(o=this.collection.getItem(n))===null||o===void 0?void 0:o.props}withCollection(n){return new Ap(n,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(n,o,s){this.collection=n,this.state=o;var d;this.allowsCellSelection=(d=s==null?void 0:s.allowsCellSelection)!==null&&d!==void 0?d:!1,this._isSelectAll=null,this.layoutDelegate=(s==null?void 0:s.layoutDelegate)||null}}function nx(r){let{filter:n,layoutDelegate:o}=r,s=tx(r),d=x.useMemo(()=>r.disabledKeys?new Set(r.disabledKeys):new Set,[r.disabledKeys]),h=x.useCallback(C=>n?new ex(n(C)):new ex(C),[n]),p=x.useMemo(()=>({suppressTextValueWarning:r.suppressTextValueWarning}),[r.suppressTextValueWarning]),y=Yw(r,h,p),k=x.useMemo(()=>new Ap(y,s,{layoutDelegate:o}),[y,s,o]);return G2(y,k),{collection:y,disabledKeys:d,selectionManager:k}}function DN(r,n){let o=x.useMemo(()=>n?r.collection.filter(n):r.collection,[r.collection,n]),s=r.selectionManager.withCollection(o);return G2(o,s),{collection:o,selectionManager:s,disabledKeys:r.disabledKeys}}function G2(r,n){const o=x.useRef(null);x.useEffect(()=>{if(n.focusedKey!=null&&!r.getItem(n.focusedKey)&&o.current){const T=o.current.getItem(n.focusedKey),S=[...o.current.getKeys()].map(z=>{const B=o.current.getItem(z);return(B==null?void 0:B.type)==="item"?B:null}).filter(z=>z!==null),D=[...r.getKeys()].map(z=>{const B=r.getItem(z);return(B==null?void 0:B.type)==="item"?B:null}).filter(z=>z!==null);var s,d;const $=((s=S==null?void 0:S.length)!==null&&s!==void 0?s:0)-((d=D==null?void 0:D.length)!==null&&d!==void 0?d:0);var h,p,y;let N=Math.min($>1?Math.max(((h=T==null?void 0:T.index)!==null&&h!==void 0?h:0)-$+1,0):(p=T==null?void 0:T.index)!==null&&p!==void 0?p:0,((y=D==null?void 0:D.length)!==null&&y!==void 0?y:0)-1),M=null,O=!1;for(;N>=0;){if(!n.isDisabled(D[N].key)){M=D[N];break}if(N<D.length-1&&!O)N++;else{O=!0;var k,C;N>((k=T==null?void 0:T.index)!==null&&k!==void 0?k:0)&&(N=(C=T==null?void 0:T.index)!==null&&C!==void 0?C:0),N--}}n.setFocusedKey(M?M.key:null)}o.current=r},[r,n])}function $N(r){var n;let[o,s]=iu(r.selectedKey,(n=r.defaultSelectedKey)!==null&&n!==void 0?n:null,r.onSelectionChange),d=x.useMemo(()=>o!=null?[o]:[],[o]),{collection:h,disabledKeys:p,selectionManager:y}=nx({...r,selectionMode:"single",disallowEmptySelection:!0,allowDuplicateSelectionEvents:!0,selectedKeys:d,onSelectionChange:C=>{if(C==="all")return;var T;let S=(T=C.values().next().value)!==null&&T!==void 0?T:null;S===o&&r.onSelectionChange&&r.onSelectionChange(S),s(S)}}),k=o!=null?h.getItem(o):null;return{collection:h,disabledKeys:p,selectionManager:y,selectedKey:o,setSelectedKey:s,selectedItem:k}}function Op(r){let[n,o]=iu(r.isOpen,r.defaultOpen||!1,r.onOpenChange);const s=x.useCallback(()=>{o(!0)},[o]),d=x.useCallback(()=>{o(!1)},[o]),h=x.useCallback(()=>{o(!n)},[o,n]);return{isOpen:n,setOpen:o,open:s,close:d,toggle:h}}function PN(r){var n;let{defaultFilter:o,menuTrigger:s="input",allowsEmptyCollection:d=!1,allowsCustomValue:h,shouldCloseOnBlur:p=!0}=r,[y,k]=x.useState(!1),[C,T]=x.useState(!1),[S,D]=x.useState(null),$=at=>{r.onSelectionChange&&r.onSelectionChange(at),at===z&&(ke(),R())};var N;let{collection:M,selectionManager:O,selectedKey:z,setSelectedKey:B,selectedItem:V,disabledKeys:K}=$N({...r,onSelectionChange:$,items:(N=r.items)!==null&&N!==void 0?N:r.defaultItems}),[U,G]=iu(r.inputValue,q2(r.defaultInputValue,z,M)||"",r.onInputChange),[Z]=x.useState(z),[Se]=x.useState(U),ve=M,de=x.useMemo(()=>r.items!=null||!o?M:NN(M,U,o),[M,U,o,r.items]),[F,ce]=x.useState(de),le=x.useRef("focus"),be=Op({...r,onOpenChange:at=>{r.onOpenChange&&r.onOpenChange(at,at?le.current:void 0),O.setFocused(at),at||O.setFocusedKey(null)},isOpen:void 0,defaultOpen:void 0}),j=(at=null,yt)=>{let wt=yt==="manual"||yt==="focus"&&s==="focus";(d||de.size>0||wt&&ve.size>0||r.items)&&(wt&&!be.isOpen&&r.items===void 0&&k(!0),le.current=yt,D(at),be.open())},re=(at=null,yt)=>{let wt=yt==="manual"||yt==="focus"&&s==="focus";!(d||de.size>0||wt&&ve.size>0||r.items)&&!be.isOpen||(wt&&!be.isOpen&&r.items===void 0&&k(!0),be.isOpen||(le.current=yt),W(at))},X=x.useCallback(()=>{ce(y?ve:de)},[y,ve,de]),W=x.useCallback((at=null)=>{be.isOpen&&X(),D(at),be.toggle()},[be,X]),R=x.useCallback(()=>{be.isOpen&&(X(),be.close())},[be,X]),[he,me]=x.useState(U),ke=()=>{var at,yt;let wt=z!=null&&(yt=(at=M.getItem(z))===null||at===void 0?void 0:at.textValue)!==null&&yt!==void 0?yt:"";me(wt),G(wt)};var Pe,Me;let De=x.useRef((Me=(Pe=r.selectedKey)!==null&&Pe!==void 0?Pe:r.defaultSelectedKey)!==null&&Me!==void 0?Me:null);var Fe;let Be=x.useRef(z!=null&&(Fe=(n=M.getItem(z))===null||n===void 0?void 0:n.textValue)!==null&&Fe!==void 0?Fe:"");x.useEffect(()=>{var at;C&&(de.size>0||d)&&!be.isOpen&&U!==he&&s!=="manual"&&j(null,"input"),!y&&!d&&be.isOpen&&de.size===0&&R(),z!=null&&z!==De.current&&R(),U!==he&&(O.setFocusedKey(null),k(!1),U===""&&(r.inputValue===void 0||r.selectedKey===void 0)&&B(null)),z!==De.current&&(r.inputValue===void 0||r.selectedKey===void 0)?ke():he!==U&&me(U);var yt;let wt=z!=null&&(yt=(at=M.getItem(z))===null||at===void 0?void 0:at.textValue)!==null&&yt!==void 0?yt:"";!C&&z!=null&&r.inputValue===void 0&&z===De.current&&Be.current!==wt&&(me(wt),G(wt)),De.current=z,Be.current=wt});let Ge=Hm({...r,value:x.useMemo(()=>({inputValue:U,selectedKey:z}),[U,z])}),vt=()=>{h&&z==null?$e():J()},$e=()=>{De.current=null,B(null),R()},J=()=>{if(r.selectedKey!==void 0&&r.inputValue!==void 0){var at,yt;(at=r.onSelectionChange)===null||at===void 0||at.call(r,z);var wt;let Yi=z!=null&&(wt=(yt=M.getItem(z))===null||yt===void 0?void 0:yt.textValue)!==null&&wt!==void 0?wt:"";me(Yi),R()}else ke(),R()};const Ye=()=>{if(h){var at,yt;const wt=z!=null&&(yt=(at=M.getItem(z))===null||at===void 0?void 0:at.textValue)!==null&&yt!==void 0?yt:"";U===wt?J():$e()}else J()};let mt=()=>{be.isOpen&&O.focusedKey!=null?z===O.focusedKey?J():B(O.focusedKey):Ye()},Ot=x.useRef(U),Rn=at=>{at?(Ot.current=U,s==="focus"&&!r.isReadOnly&&j(null,"focus")):(p&&Ye(),U!==Ot.current&&Ge.commitValidation()),T(at)},dt=x.useMemo(()=>be.isOpen?y?ve:de:F,[be.isOpen,ve,de,y,F]);var Zn;let Vr=(Zn=r.defaultSelectedKey)!==null&&Zn!==void 0?Zn:Z;var Wn;return{...Ge,...be,focusStrategy:S,toggle:re,open:j,close:Ye,selectionManager:O,selectedKey:z,defaultSelectedKey:Vr,setSelectedKey:B,disabledKeys:K,isFocused:C,setFocused:Rn,selectedItem:V,collection:dt,inputValue:U,defaultInputValue:(Wn=q2(r.defaultInputValue,Vr,M))!==null&&Wn!==void 0?Wn:Se,setInputValue:G,commit:mt,revert:vt}}function NN(r,n,o){return new ex(Y2(r,r,n,o))}function Y2(r,n,o,s){let d=[];for(let h of n)if(h.type==="section"&&h.hasChildNodes){let p=Y2(r,Xm(h,r),o,s);[...p].some(y=>y.type==="item")&&d.push({...h,childNodes:p})}else h.type==="item"&&s(h.textValue,o)?d.push({...h}):h.type!=="item"&&d.push({...h});return d}function q2(r,n,o){if(r==null){var s,d;if(n!=null)return(d=(s=o.getItem(n))===null||s===void 0?void 0:s.textValue)!==null&&d!==void 0?d:""}return r}function rx(r){let n=Op(r),[o,s]=x.useState(null),[d,h]=x.useState([]),p=()=>{h([]),n.close()};return{focusStrategy:o,...n,open(C=null){s(C),n.open()},toggle(C=null){s(C),n.toggle()},close(){p()},expandedKeysStack:d,openSubmenu:(C,T)=>{h(S=>T>S.length?S:[...S.slice(0,T),C])},closeSubmenu:(C,T)=>{h(S=>S[T]===C?S.slice(0,T):S)}}}function LN(r){let{selectionMode:n="single"}=r,o=Op(r),[s,d]=x.useState(null),h=x.useMemo(()=>{var K;return r.defaultValue!==void 0?r.defaultValue:n==="single"?(K=r.defaultSelectedKey)!==null&&K!==void 0?K:null:[]},[r.defaultValue,r.defaultSelectedKey,n]),p=x.useMemo(()=>r.value!==void 0?r.value:n==="single"?r.selectedKey:void 0,[r.value,r.selectedKey,n]),[y,k]=iu(p,h,r.onChange),C=n==="single"&&Array.isArray(y)?y[0]:y,T=K=>{if(n==="single"){var U,G;let Z=Array.isArray(K)?(G=K[0])!==null&&G!==void 0?G:null:K;k(Z),Z!==C&&((U=r.onSelectionChange)===null||U===void 0||U.call(r,Z))}else{let Z=[];Array.isArray(K)?Z=K:K!=null&&(Z=[K]),k(Z)}},S=nx({...r,selectionMode:n,disallowEmptySelection:n==="single",allowDuplicateSelectionEvents:!0,selectedKeys:x.useMemo(()=>MN(C),[C]),onSelectionChange:K=>{if(K!=="all"){if(n==="single"){var U;let G=(U=K.values().next().value)!==null&&U!==void 0?U:null;T(G),o.close()}else T([...K]);N.commitValidation()}}}),D=S.selectionManager.firstSelectedKey,$=x.useMemo(()=>[...S.selectionManager.selectedKeys].map(K=>S.collection.getItem(K)).filter(K=>K!=null),[S.selectionManager.selectedKeys,S.collection]),N=Hm({...r,value:Array.isArray(C)&&C.length===0?null:C}),[M,O]=x.useState(!1),[z]=x.useState(C);var B,V;return{...N,...S,...o,value:C,defaultValue:h??z,setValue:T,selectedKey:D,setSelectedKey:T,selectedItem:(B=$[0])!==null&&B!==void 0?B:null,selectedItems:$,defaultSelectedKey:(V=r.defaultSelectedKey)!==null&&V!==void 0?V:r.selectionMode==="single"?z:null,focusStrategy:s,open(K=null){S.collection.size!==0&&(d(K),o.open())},toggle(K=null){S.collection.size!==0&&(d(K),o.toggle())},isFocused:M,setFocused:O}}function MN(r){if(r!==void 0)return r===null?[]:Array.isArray(r)?r:[r]}class AN{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var s;return o&&(s=o.prevKey)!==null&&s!==void 0?s:null}getKeyAfter(n){let o=this.keyMap.get(n);var s;return o&&(s=o.nextKey)!==null&&s!==void 0?s:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}constructor(n,{expandedKeys:o}={}){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n,o=o||new Set;let s=y=>{if(this.keyMap.set(y.key,y),y.childNodes&&(y.type==="section"||o.has(y.key)))for(let k of y.childNodes)s(k)};for(let y of n)s(y);let d=null,h=0;for(let[y,k]of this.keyMap)d?(d.nextKey=y,k.prevKey=d.key):(this.firstKey=y,k.prevKey=void 0),k.type==="item"&&(k.index=h++),d=k,d.nextKey=void 0;var p;this.lastKey=(p=d==null?void 0:d.key)!==null&&p!==void 0?p:null}}function ON(r){let{onExpandedChange:n}=r,[o,s]=iu(r.expandedKeys?new Set(r.expandedKeys):void 0,r.defaultExpandedKeys?new Set(r.defaultExpandedKeys):new Set,n),d=tx(r),h=x.useMemo(()=>r.disabledKeys?new Set(r.disabledKeys):new Set,[r.disabledKeys]),p=Yw(r,x.useCallback(k=>new AN(k,{expandedKeys:o}),[o]),null);return x.useEffect(()=>{d.focusedKey!=null&&!p.getItem(d.focusedKey)&&d.setFocusedKey(null)},[p,d.focusedKey]),{collection:p,expandedKeys:o,disabledKeys:h,toggleKey:k=>{s(FN(o,k))},setExpandedKeys:s,selectionManager:new Ap(p,d)}}function FN(r,n){let o=new Set(r);return o.has(n)?o.delete(n):o.add(n),o}const cd=x.createContext(null),RN=x.forwardRef(function(n,o){let s=x.useContext(cd);return s!=null&&s.isInvalid?x.createElement(zN,{...n,ref:o}):null}),zN=x.forwardRef((r,n)=>{let o=x.useContext(cd),s=Yt(r,{global:!0}),d=mn({...r,defaultClassName:"react-aria-FieldError",defaultChildren:o.validationErrors.length===0?void 0:o.validationErrors.join(" "),values:o});return d.children==null?null:x.createElement(wN,{slot:"errorMessage",...s,...d,ref:n})}),ng=x.createContext(null),Fp=x.createContext({}),ix=x.forwardRef(function(n,o){[n,o]=Fn(n,o,Fp);let{isDisabled:s,isInvalid:d,isReadOnly:h,onHoverStart:p,onHoverChange:y,onHoverEnd:k,...C}=n,{hoverProps:T,isHovered:S}=Jl({onHoverStart:p,onHoverChange:y,onHoverEnd:k,isDisabled:s}),{isFocused:D,isFocusVisible:$,focusProps:N}=uu({within:!0});s??(s=!!n["aria-disabled"]&&n["aria-disabled"]!=="false"),d??(d=!!n["aria-invalid"]&&n["aria-invalid"]!=="false");let M=mn({...n,values:{isHovered:S,isFocusWithin:D,isFocusVisible:$,isDisabled:s,isInvalid:d},defaultClassName:"react-aria-Group"});var O,z;return x.createElement("div",{...it(C,N,T),...M,ref:o,role:(O=n.role)!==null&&O!==void 0?O:"group",slot:(z=n.slot)!==null&&z!==void 0?z:void 0,"data-focus-within":D||void 0,"data-hovered":S||void 0,"data-focus-visible":$||void 0,"data-disabled":s||void 0,"data-invalid":d||void 0,"data-readonly":h||void 0},M.children)}),Rp=x.createContext({});let IN=r=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:s,...d}=r;return d};const Q2=Np(function(n,o){[n,o]=Fn(n,o,Rp);let{hoverProps:s,isHovered:d}=Jl(n),{isFocused:h,isFocusVisible:p,focusProps:y}=uu({isTextInput:!0,autoFocus:n.autoFocus}),k=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",C=mn({...n,values:{isHovered:d,isFocused:h,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:k},defaultClassName:"react-aria-Input"});return x.createElement("input",{...it(IN(n),y,s),...C,ref:o,"data-focused":h||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":k||void 0})});var X2={};X2={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var Z2={};Z2={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var J2={};J2={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var e5={};e5={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var t5={};t5={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var n5={};n5={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var r5={};r5={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var i5={};i5={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var o5={};o5={colorSwatchPicker:"Värvinäidised",dropzoneLabel:"DropZone",selectPlaceholder:"Valige üksus",tableResizer:"Suuruse muutja"};var l5={};l5={colorSwatchPicker:"Värimallit",dropzoneLabel:"DropZone",selectPlaceholder:"Valitse kohde",tableResizer:"Koon muuttaja"};var a5={};a5={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var u5={};u5={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var s5={};s5={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var c5={};c5={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var d5={};d5={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var f5={};f5={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var p5={};p5={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var v5={};v5={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var h5={};h5={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var m5={};m5={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var g5={};g5={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var y5={};y5={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var b5={};b5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var x5={};x5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var k5={};k5={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var E5={};E5={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var C5={};C5={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var _5={};_5={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var S5={};S5={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var w5={};w5={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var T5={};T5={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var D5={};D5={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var $5={};$5={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var P5={};P5={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var N5={};N5={"ar-AE":X2,"bg-BG":Z2,"cs-CZ":J2,"da-DK":e5,"de-DE":t5,"el-GR":n5,"en-US":r5,"es-ES":i5,"et-EE":o5,"fi-FI":l5,"fr-FR":a5,"he-IL":u5,"hr-HR":s5,"hu-HU":c5,"it-IT":d5,"ja-JP":f5,"ko-KR":p5,"lt-LT":v5,"lv-LV":h5,"nb-NO":m5,"nl-NL":g5,"pl-PL":y5,"pt-BR":b5,"pt-PT":x5,"ro-RO":k5,"ru-RU":E5,"sk-SK":C5,"sl-SI":_5,"sr-SP":S5,"sv-SE":w5,"tr-TR":T5,"uk-UA":D5,"zh-CN":$5,"zh-TW":P5};const rg=x.createContext({}),L5=x.createContext(null),BN=x.forwardRef(function(n,o){let{render:s}=x.useContext(L5);return x.createElement(x.Fragment,null,s(n,o))});function M5(r,n){var o;let s=r==null?void 0:r.renderDropIndicator,d=r==null||(o=r.isVirtualDragging)===null||o===void 0?void 0:o.call(r),h=x.useCallback(p=>{if(d||n!=null&&n.isDropTarget(p))return s?s(p):x.createElement(BN,{target:p})},[n==null?void 0:n.target,d,s]);return r!=null&&r.useDropIndicator?h:void 0}function UN(r,n,o){var s,d;let h=r.focusedKey,p=null;if(!(n==null||(s=n.isVirtualDragging)===null||s===void 0)&&s.call(n)&&(o==null||(d=o.target)===null||d===void 0?void 0:d.type)==="item"&&(p=o.target.key,o.target.dropPosition==="after")){let S=o.collection.getKeyAfter(p),D=null;if(S!=null){var y,k;let $=(k=(y=o.collection.getItem(p))===null||y===void 0?void 0:y.level)!==null&&k!==void 0?k:0;for(;S;){let N=o.collection.getItem(S);if(!N)break;if(N.type!=="item"){S=o.collection.getKeyAfter(S);continue}var C;if(((C=N.level)!==null&&C!==void 0?C:0)<=$)break;D=S,S=o.collection.getKeyAfter(S)}}var T;p=(T=S??D)!==null&&T!==void 0?T:p}return x.useMemo(()=>new Set([h,p].filter(S=>S!=null)),[h,p])}const A5=x.createContext({}),VN=x.createContext(null);function O5(r){let n=x.useRef({});return x.createElement(VN.Provider,{value:n},r.children)}const F5=x.createContext({isSelected:!1}),R5=x.createContext({});class KN extends ud{filter(n,o){let s=o.getItem(this.prevKey);if(s&&s.type!=="separator"){let d=this.clone();return o.addDescendants(d,n),d}return null}}KN.type="separator";const zp=x.createContext(null),Es=x.createContext(null),HN=x.forwardRef(function(n,o){[n,o]=Fn(n,o,zp);let s=x.useContext(Es);return s?x.createElement(z5,{state:s,props:n,listBoxRef:o}):x.createElement(eg,{content:x.createElement(K2,n)},d=>x.createElement(jN,{props:n,listBoxRef:o,collection:d}))});function jN({props:r,listBoxRef:n,collection:o}){r={...r,collection:o,children:null,items:null};let{layoutDelegate:s}=x.useContext(Mp),d=nx({...r,layoutDelegate:s});return x.createElement(z5,{state:d,props:r,listBoxRef:n})}function z5({state:r,props:n,listBoxRef:o}){[n,o]=Fn(n,o,q1);let{dragAndDropHooks:s,layout:d="stack",orientation:h="vertical",filter:p}=n,y=DN(r,p),{collection:k,selectionManager:C}=y,T=!!(s!=null&&s.useDraggableCollectionState),S=!!(s!=null&&s.useDroppableCollectionState),{direction:D}=ea(),{disabledBehavior:$,disabledKeys:N}=C,M=Um({usage:"search",sensitivity:"base"}),{isVirtualized:O,layoutDelegate:z,dropTargetDelegate:B,CollectionRoot:V}=x.useContext(Mp),K=x.useMemo(()=>n.keyboardDelegate||new Qm({collection:k,collator:M,ref:o,disabledKeys:N,disabledBehavior:$,layout:d,orientation:h,direction:D,layoutDelegate:z}),[k,M,o,$,N,h,D,n.keyboardDelegate,d,z]),{listBoxProps:U}=zP({...n,shouldSelectOnPressUp:T||n.shouldSelectOnPressUp,keyboardDelegate:K,isVirtualized:O},y,o),G=x.useRef(T),Z=x.useRef(S);x.useEffect(()=>{process.env.NODE_ENV!=="production"&&(G.current!==T&&console.warn("Drag hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."),Z.current!==S&&console.warn("Drop hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."))},[T,S]);let Se,ve,de,F=!1,ce=null,le=x.useRef(null);if(T&&s){Se=s.useDraggableCollectionState({collection:k,selectionManager:C,preview:s.renderDragPreview?le:void 0}),s.useDraggableCollection({},Se,o);let me=s.DragPreview;ce=s.renderDragPreview?x.createElement(me,{ref:le},s.renderDragPreview):null}if(S&&s){ve=s.useDroppableCollectionState({collection:k,selectionManager:C});let me=s.dropTargetDelegate||B||new s.ListDropTargetDelegate(k,o,{orientation:h,layout:d,direction:D});de=s.useDroppableCollection({keyboardDelegate:K,dropTargetDelegate:me},ve,o),F=ve.isDropTarget({type:"root"})}let{focusProps:ue,isFocused:be,isFocusVisible:j}=uu(),re=y.collection.size===0,X={isDropTarget:F,isEmpty:re,isFocused:be,isFocusVisible:j,layout:n.layout||"stack",state:y},W=mn({className:n.className,style:n.style,defaultClassName:"react-aria-ListBox",values:X}),R=null;re&&n.renderEmptyState&&(R=x.createElement("div",{role:"option",style:{display:"contents"}},n.renderEmptyState(X)));let he=Yt(n,{global:!0});return x.createElement(E1,null,x.createElement("div",{...it(he,W,U,ue,de==null?void 0:de.collectionProps),ref:o,slot:n.slot||void 0,onScroll:n.onScroll,"data-drop-target":F||void 0,"data-empty":re||void 0,"data-focused":be||void 0,"data-focus-visible":j||void 0,"data-layout":n.layout||"stack","data-orientation":n.orientation||"vertical"},x.createElement(Hi,{values:[[zp,n],[Es,y],[rg,{dragAndDropHooks:s,dragState:Se,dropState:ve}],[R5,{elementType:"div"}],[L5,{render:YN}],[H2,{name:"ListBoxSection",render:WN}]]},x.createElement(O5,null,x.createElement(V,{collection:k,scrollRef:o,persistedKeys:UN(C,s,ve),renderDropIndicator:M5(s,ve)}))),R,ce))}function WN(r,n,o,s="react-aria-ListBoxSection"){let d=x.useContext(Es),{dragAndDropHooks:h,dropState:p}=x.useContext(rg),{CollectionBranch:y}=x.useContext(Mp),[k,C]=ad();var T;let{headingProps:S,groupProps:D}=HP({heading:C,"aria-label":(T=r["aria-label"])!==null&&T!==void 0?T:void 0}),$=mn({defaultClassName:s,className:r.className,style:r.style,values:{}}),N=Yt(r,{global:!0});return delete N.id,x.createElement("section",{...it(N,$,D),ref:n},x.createElement(A5.Provider,{value:{...S,ref:k}},x.createElement(y,{collection:d.collection,parent:o,renderDropIndicator:M5(h,p)})))}const GN=Z1(Q1,function(n,o,s){let d=ps(o),h=x.useContext(Es),{dragAndDropHooks:p,dragState:y,dropState:k}=x.useContext(rg),{optionProps:C,labelProps:T,descriptionProps:S,...D}=KP({key:s.key,"aria-label":n==null?void 0:n["aria-label"]},h,d),{hoverProps:$,isHovered:N}=Jl({isDisabled:!D.allowsSelection&&!D.hasAction,onHoverStart:s.props.onHoverStart,onHoverChange:s.props.onHoverChange,onHoverEnd:s.props.onHoverEnd}),M=null;y&&p&&(M=p.useDraggableItem({key:s.key},y));let O=null;k&&p&&(O=p.useDroppableItem({target:{type:"item",key:s.key,dropPosition:"on"}},k,d));let z=y&&y.isDragging(s.key),B=mn({...n,id:void 0,children:n.children,defaultClassName:"react-aria-ListBoxItem",values:{...D,isHovered:N,selectionMode:h.selectionManager.selectionMode,selectionBehavior:h.selectionManager.selectionBehavior,allowsDragging:!!y,isDragging:z,isDropTarget:O==null?void 0:O.isDropTarget}});x.useEffect(()=>{!s.textValue&&process.env.NODE_ENV!=="production"&&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.")},[s.textValue]);let V=n.href?"a":"div",K=Yt(n,{global:!0});return delete K.id,delete K.onClick,x.createElement(V,{...it(K,B,C,$,M==null?void 0:M.dragProps,O==null?void 0:O.dropProps),ref:d,"data-allows-dragging":!!y||void 0,"data-selected":D.isSelected||void 0,"data-disabled":D.isDisabled||void 0,"data-hovered":N||void 0,"data-focused":D.isFocused||void 0,"data-focus-visible":D.isFocusVisible||void 0,"data-pressed":D.isPressed||void 0,"data-dragging":z||void 0,"data-drop-target":(O==null?void 0:O.isDropTarget)||void 0,"data-selection-mode":h.selectionManager.selectionMode==="none"?void 0:h.selectionManager.selectionMode},x.createElement(Hi,{values:[[fl,{slots:{[Pp]:T,label:T,description:S}}],[F5,{isSelected:D.isSelected}]]},B.children))});function YN(r,n){n=ps(n);let{dragAndDropHooks:o,dropState:s}=x.useContext(rg),{dropIndicatorProps:d,isHidden:h,isDropTarget:p}=o.useDropIndicator(r,s,n);return h?null:x.createElement(QN,{...r,dropIndicatorProps:d,isDropTarget:p,ref:n})}function qN(r,n){let{dropIndicatorProps:o,isDropTarget:s,...d}=r,h=mn({...d,defaultClassName:"react-aria-DropIndicator",values:{isDropTarget:s}});return x.createElement("div",{...o,...h,role:"option",ref:n,"data-drop-target":s||void 0})}const QN=x.forwardRef(qN);Z1(R2,function(n,o,s){let d=x.useContext(Es),{isLoading:h,onLoadMore:p,scrollOffset:y,...k}=n,C=x.useRef(null),T=x.useMemo(()=>({onLoadMore:p,collection:d==null?void 0:d.collection,sentinelRef:C,scrollOffset:y}),[p,y,d==null?void 0:d.collection]);A9(T,C);let S=mn({...k,id:void 0,children:s.rendered,defaultClassName:"react-aria-ListBoxLoadingIndicator",values:null}),D={tabIndex:-1};return x.createElement(x.Fragment,null,x.createElement("div",{style:{position:"relative",width:0,height:0},inert:O9(!0)},x.createElement("div",{"data-testid":"loadMoreSentinel",ref:C,style:{position:"absolute",height:1,width:1}})),h&&S.children&&x.createElement("div",{...it(Yt(n,{global:!0}),D),...S,role:"option",ref:o},S.children))});const XN=x.createContext({placement:"bottom"}),Ip=x.createContext(null),I5=x.createContext(null),B5=x.forwardRef(function(n,o){[n,o]=Fn(n,o,Ip);let s=x.useContext(ra),d=Op(n),h=n.isOpen!=null||n.defaultOpen!=null||!s?d:s,p=n1(o,h.isOpen)||n.isExiting||!1,y=cN(),{direction:k}=ea();if(y){let C=n.children;return typeof C=="function"&&(C=C({trigger:n.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1,defaultChildren:null})),x.createElement(x.Fragment,null,C)}return h&&!h.isOpen&&!p?null:x.createElement(ZN,{...n,triggerRef:n.triggerRef,state:h,popoverRef:o,isExiting:p,dir:k})});function ZN({state:r,isExiting:n,UNSTABLE_portalContainer:o,clearContexts:s,...d}){let h=x.useRef(null),p=x.useRef(null),y=x.useContext(I5),k=y&&d.trigger==="SubmenuTrigger";var C;let{popoverProps:T,underlayProps:S,arrowProps:D,placement:$,triggerAnchorPoint:N}=NP({...d,offset:(C=d.offset)!==null&&C!==void 0?C:8,arrowRef:h,groupRef:k?y:p},r),M=d.popoverRef,O=t1(M,!!$)||d.isEntering||!1,z=mn({...d,defaultClassName:"react-aria-Popover",values:{trigger:d.trigger||null,placement:$,isEntering:O,isExiting:n}}),B=!d.isNonModal||d.trigger==="SubmenuTrigger",[V,K]=x.useState(!1);Vt(()=>{M.current&&K(B&&!M.current.querySelector("[role=dialog]"))},[M,B]),x.useEffect(()=>{V&&d.trigger!=="SubmenuTrigger"&&M.current&&!M.current.contains(document.activeElement)&&lu(M.current)},[V,M,d.trigger]);let U=x.useMemo(()=>{let ve=z.children;if(s)for(let de of s)ve=x.createElement(de.Provider,{value:null},ve);return ve},[z.children,s]),G={...T.style,"--trigger-anchor-point":N?`${N.x}px ${N.y}px`:void 0,...z.style},Z=x.createElement("div",{...it(Yt(d,{global:!0}),T),...z,role:V?"dialog":void 0,tabIndex:V?-1:void 0,"aria-label":d["aria-label"],"aria-labelledby":d["aria-labelledby"],ref:M,slot:d.slot||void 0,style:G,dir:d.dir,"data-trigger":d.trigger,"data-placement":$,"data-entering":O||void 0,"data-exiting":n||void 0},!d.isNonModal&&x.createElement(R1,{onDismiss:r.close}),x.createElement(XN.Provider,{value:{...D,placement:$,ref:h}},U),x.createElement(R1,{onDismiss:r.close}));if(!k)return x.createElement(I1,{...d,shouldContainFocus:V,isExiting:n,portalContainer:o},!d.isNonModal&&r.isOpen&&x.createElement("div",{"data-testid":"underlay",...S,style:{position:"fixed",inset:0}}),x.createElement("div",{ref:p,style:{display:"contents"}},x.createElement(I5.Provider,{value:p},Z)));var Se;return x.createElement(I1,{...d,shouldContainFocus:V,isExiting:n,portalContainer:(Se=o??(y==null?void 0:y.current))!==null&&Se!==void 0?Se:void 0},Z)}const JN=x.createContext({}),U5=x.createContext(null),ox=x.createContext(null),ig=x.createContext(null),og=x.createContext(null);function eL(r){let n=rx(r),o=x.useRef(null),{menuTriggerProps:s,menuProps:d}=H1({...r,type:"menu"},n,o),[h,p]=x.useState(null),y=x.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);Qc({ref:o,onResize:y});let k=x.useRef(null);return x.createElement(Hi,{values:[[U5,{...d,ref:k}],[ra,n],[ig,n],[Ip,{trigger:"MenuTrigger",triggerRef:o,scrollRef:k,placement:"bottom start",style:{"--trigger-width":h},"aria-labelledby":d["aria-labelledby"]}]]},x.createElement(vC,{...s,ref:o,isPressed:n.isOpen},r.children))}const tL=x.createContext(null);class nL extends ud{filter(n,o,s){let d=n.getItem(this.firstChildKey);if(d&&s(d.textValue,this)){let h=this.clone();return o.addDescendants(h,n),h}return null}}nL.type="submenutrigger";const rL=x.forwardRef(function(n,o){return[n,o]=Fn(n,o,U5),x.createElement(eg,{content:x.createElement(K2,n)},s=>x.createElement(iL,{props:n,collection:s,menuRef:o}))});function iL({props:r,collection:n,menuRef:o}){[r,o]=Fn(r,o,q1);let{filter:s,...d}=r,h=x.useMemo(()=>s?n.filter(s):n,[n,s]),p=ON({...r,collection:h,children:void 0}),y=x.useContext(ig),{isVirtualized:k,CollectionRoot:C}=x.useContext(Mp),{menuProps:T}=WP({...r,isVirtualized:k,onClose:r.onClose||(y==null?void 0:y.close)},p,o),S=mn({defaultClassName:"react-aria-Menu",className:r.className,style:r.style,values:{isEmpty:p.collection.size===0}}),D=null;p.collection.size===0&&r.renderEmptyState&&(D=x.createElement("div",{role:"menuitem",style:{display:"contents"}},r.renderEmptyState()));let $=Yt(r,{global:!0});return x.createElement(E1,null,x.createElement("div",{...it($,S,T),ref:o,slot:r.slot||void 0,"data-empty":p.collection.size===0||void 0,onScroll:r.onScroll},x.createElement(Hi,{values:[[ox,p],[R5,{elementType:"div"}],[H2,{name:"MenuSection",render:lL}],[tL,{parentMenuRef:o,shouldUseVirtualFocus:d==null?void 0:d.shouldUseVirtualFocus}],[lx,null],[q1,null],[O2,null],[og,p.selectionManager],[ig,y??rx({})]]},x.createElement(O5,null,x.createElement(C,{collection:p.collection,persistedKeys:kN(p.selectionManager.focusedKey),scrollRef:o}))),D))}class oL extends Ap{get focusedKey(){return this.parent.focusedKey}get isFocused(){return this.parent.isFocused}setFocusedKey(n,o){return this.parent.setFocusedKey(n,o)}setFocused(n){this.parent.setFocused(n)}get childFocusStrategy(){return this.parent.childFocusStrategy}constructor(n,o){super(n.collection,o),this.parent=n}}function lL(r,n,o,s="react-aria-MenuSection"){var d,h;let p=x.useContext(ox),{CollectionBranch:y}=x.useContext(Mp),[k,C]=ad();var T;let{headingProps:S,groupProps:D}=YP({heading:C,"aria-label":(T=o.props["aria-label"])!==null&&T!==void 0?T:void 0}),$=mn({defaultClassName:s,className:(d=o.props)===null||d===void 0?void 0:d.className,style:(h=o.props)===null||h===void 0?void 0:h.style,values:{}}),N=x.useContext(og),M=tx(r),O=r.selectionMode!=null?new oL(N,M):N,z=Yt(r,{global:!0});return delete z.id,x.createElement("section",{...it(z,$,D),ref:n},x.createElement(Hi,{values:[[A5,{...S,ref:k}],[og,O]]},x.createElement(y,{collection:p.collection,parent:o})))}const lx=x.createContext(null),aL=Z1(Q1,function(n,o,s){var d;[n,o]=Fn(n,o,lx);let h=(d=bs(lx))===null||d===void 0?void 0:d.id,p=x.useContext(ox),y=ps(o),k=x.useContext(og),{menuItemProps:C,labelProps:T,descriptionProps:S,keyboardShortcutProps:D,...$}=GP({...n,id:h,key:s.key,selectionManager:k},p,y),{hoverProps:N,isHovered:M}=Jl({isDisabled:$.isDisabled}),O=mn({...n,id:void 0,children:s.rendered,defaultClassName:"react-aria-MenuItem",values:{...$,isHovered:M,isFocusVisible:$.isFocusVisible,selectionMode:k.selectionMode,selectionBehavior:k.selectionBehavior,hasSubmenu:!!n["aria-haspopup"],isOpen:n["aria-expanded"]==="true"}}),z=n.href?"a":"div",B=Yt(n,{global:!0});return delete B.id,delete B.onClick,x.createElement(z,{...it(B,O,C,N),ref:y,"data-disabled":$.isDisabled||void 0,"data-hovered":M||void 0,"data-focused":$.isFocused||void 0,"data-focus-visible":$.isFocusVisible||void 0,"data-pressed":$.isPressed||void 0,"data-selected":$.isSelected||void 0,"data-selection-mode":k.selectionMode==="none"?void 0:k.selectionMode,"data-has-submenu":!!n["aria-haspopup"]||void 0,"data-open":n["aria-expanded"]==="true"||void 0},x.createElement(Hi,{values:[[fl,{slots:{[Pp]:T,label:T,description:S}}],[JN,D],[F5,{isSelected:$.isSelected}]]},O.children))}),V5=x.createContext(null),ra=x.createContext(null);function uL(r){let n=rx(r),o=x.useRef(null),{triggerProps:s,overlayProps:d}=XS({type:"dialog"},n,o),[h,p]=x.useState(null),y=x.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);return Qc({ref:o,onResize:y}),s.id=pr(),d["aria-labelledby"]=s.id,x.createElement(Hi,{values:[[ra,n],[ig,n],[V5,d],[Ip,{trigger:"DialogTrigger",triggerRef:o,"aria-labelledby":d["aria-labelledby"],style:{"--trigger-width":h}}]]},x.createElement(vC,{...s,ref:o,isPressed:n.isOpen},r.children))}const sL=x.forwardRef(function(n,o){let s=n["aria-labelledby"];[n,o]=Fn(n,o,V5);let{dialogProps:d,titleProps:h}=XP({...n,"aria-labelledby":s},o),p=x.useContext(ra);!d["aria-label"]&&!d["aria-labelledby"]&&(n["aria-labelledby"]?d["aria-labelledby"]=n["aria-labelledby"]:process.env.NODE_ENV!=="production"&&console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.'));let y=mn({defaultClassName:"react-aria-Dialog",className:n.className,style:n.style,children:n.children,values:{close:(p==null?void 0:p.close)||(()=>{})}}),k=Yt(n,{global:!0});return x.createElement("section",{...it(k,y,d),ref:o,slot:n.slot||void 0},x.createElement(Hi,{values:[[iN,{slots:{[Pp]:{},title:{...h,level:2}}}],[ks,{slots:{[Pp]:{},close:{onPress:()=>p==null?void 0:p.close()}}}]]},y.children))}),cL=x.createContext(null),dL=x.createContext(null),fL=x.forwardRef(function(n,o){[n,o]=Fn(n,o,cL);let{children:s,isDisabled:d=!1,isInvalid:h=!1,isRequired:p=!1}=n,y=x.useMemo(()=>{var k;return x.createElement(zp.Provider,{value:{items:(k=n.items)!==null&&k!==void 0?k:n.defaultItems}},typeof s=="function"?s({isOpen:!1,isDisabled:d,isInvalid:h,isRequired:p,defaultChildren:null}):s)},[s,d,h,p,n.items,n.defaultItems]);return x.createElement(eg,{content:y},k=>x.createElement(vL,{props:n,collection:k,comboBoxRef:o}))}),pL=[xs,ks,Rp,Fp,fl];function vL({props:r,collection:n,comboBoxRef:o}){let{name:s,formValue:d="key",allowsCustomValue:h}=r;h&&(d="text");let{validationBehavior:p}=bs(ng)||{};var y,k;let C=(k=(y=r.validationBehavior)!==null&&y!==void 0?y:p)!==null&&k!==void 0?k:"native",{contains:T}=U$({sensitivity:"base"}),S=PN({defaultFilter:r.defaultFilter||T,...r,items:r.items,children:void 0,collection:n,validationBehavior:C}),D=x.useRef(null),$=x.useRef(null),N=x.useRef(null),M=x.useRef(null),[O,z]=ad(!r["aria-label"]&&!r["aria-labelledby"]),{buttonProps:B,inputProps:V,listBoxProps:K,labelProps:U,descriptionProps:G,errorMessageProps:Z,...Se}=QP({...Zm(r),label:z,inputRef:$,buttonRef:D,listBoxRef:N,popoverRef:M,name:d==="text"?s:void 0,validationBehavior:C},S),[ve,de]=x.useState(null),F=x.useCallback(()=>{if($.current){var j;let re=(j=D.current)===null||j===void 0?void 0:j.getBoundingClientRect(),X=$.current.getBoundingClientRect(),W=re?Math.min(re.left,X.left):X.left,R=re?Math.max(re.right,X.right):X.right;de(R-W+"px")}},[D,$,de]);Qc({ref:$,onResize:F});let ce=x.useMemo(()=>({isOpen:S.isOpen,isDisabled:r.isDisabled||!1,isInvalid:Se.isInvalid||!1,isRequired:r.isRequired||!1}),[S.isOpen,r.isDisabled,Se.isInvalid,r.isRequired]),le=mn({...r,values:ce,defaultClassName:"react-aria-ComboBox"}),ue=Yt(r,{global:!0});delete ue.id;var be;return x.createElement(Hi,{values:[[dL,S],[xs,{...U,ref:O}],[ks,{...B,ref:D,isPressed:S.isOpen}],[Rp,{...V,ref:$}],[ra,S],[Ip,{ref:M,triggerRef:$,scrollRef:N,placement:"bottom start",isNonModal:!0,trigger:"ComboBox",style:{"--trigger-width":ve},clearContexts:pL}],[zp,{...K,ref:N}],[Es,S],[fl,{slots:{description:G,errorMessage:Z}}],[Fp,{isInvalid:Se.isInvalid,isDisabled:r.isDisabled||!1}],[cd,Se]]},x.createElement("div",{...ue,...le,ref:o,slot:r.slot||void 0,"data-focused":S.isFocused||void 0,"data-open":S.isOpen||void 0,"data-disabled":r.isDisabled||void 0,"data-invalid":Se.isInvalid||void 0,"data-required":r.isRequired||void 0}),s&&d==="key"&&x.createElement("input",{type:"hidden",name:s,form:r.form,value:(be=S.selectedKey)!==null&&be!==void 0?be:""}))}const hL=x.createContext(null),ax=x.createContext(null),mL=x.forwardRef(function(n,o){if(x.useContext(ax)){if(process.env.NODE_ENV!=="production"&&(n.onOpenChange||n.defaultOpen!==void 0||n.isOpen!==void 0)){const M=new Set(["isDismissable","isKeyboardDismissDisabled","isOpen","defaultOpen","onOpenChange","isEntering","isExiting","UNSTABLE_portalContainer","shouldCloseOnInteractOutside"]),O=Object.keys(n).filter(z=>M.has(z));console.warn(`This modal is already wrapped in a ModalOverlay, props [${O.join(", ")}] should be placed on the ModalOverlay instead.`)}return x.createElement(H5,{...n,modalRef:o},n.children)}let{isDismissable:d,isKeyboardDismissDisabled:h,isOpen:p,defaultOpen:y,onOpenChange:k,children:C,isEntering:T,isExiting:S,UNSTABLE_portalContainer:D,shouldCloseOnInteractOutside:$,...N}=n;return x.createElement(K5,{isDismissable:d,isKeyboardDismissDisabled:h,isOpen:p,defaultOpen:y,onOpenChange:k,isEntering:T,isExiting:S,UNSTABLE_portalContainer:D,shouldCloseOnInteractOutside:$},x.createElement(H5,{...N,modalRef:o},C))});function gL(r,n){[r,n]=Fn(r,n,hL);let o=x.useContext(ra),s=Op(r),d=r.isOpen!=null||r.defaultOpen!=null||!o?s:o;d===o&&process.env.NODE_ENV!=="production"&&(r.onOpenChange||r.defaultOpen!==void 0||r.isOpen!==void 0)&&console.warn("This modals state is controlled by a trigger, place onOpenChange on the trigger instead.");let h=ps(n),p=x.useRef(null),y=n1(h,d.isOpen),k=n1(p,d.isOpen),C=y||k||r.isExiting||!1,T=ds();return!d.isOpen&&!C||T?null:x.createElement(yL,{...r,state:d,isExiting:C,overlayRef:h,modalRef:p})}const K5=x.forwardRef(gL);function yL({UNSTABLE_portalContainer:r,...n}){let o=n.modalRef,{state:s}=n,{modalProps:d,underlayProps:h}=LP(n,s,o),p=t1(n.overlayRef)||n.isEntering||!1,y=mn({...n,defaultClassName:"react-aria-ModalOverlay",values:{isEntering:p,isExiting:n.isExiting,state:s}}),k=P9(),C;if(typeof document<"u"){let S=vs(document.body)?document.body:document.scrollingElement||document.documentElement,D=S.getBoundingClientRect().height%1;C=S.scrollHeight-D}let T={...y.style,"--visual-viewport-height":k.height+"px","--page-height":C!==void 0?C+"px":void 0};return x.createElement(I1,{isExiting:n.isExiting,portalContainer:r},x.createElement("div",{...it(Yt(n,{global:!0}),h),...y,style:T,ref:n.overlayRef,"data-entering":p||void 0,"data-exiting":n.isExiting||void 0},x.createElement(Hi,{values:[[ax,{modalProps:d,modalRef:o,isExiting:n.isExiting,isDismissable:n.isDismissable}],[ra,s]]},y.children)))}function H5(r){let{modalProps:n,modalRef:o,isExiting:s,isDismissable:d}=x.useContext(ax),h=x.useContext(ra),p=x.useMemo(()=>S3(r.modalRef,o),[r.modalRef,o]),y=ps(p),k=t1(y),C=mn({...r,defaultClassName:"react-aria-Modal",values:{isEntering:k,isExiting:s,state:h}});return x.createElement("div",{...it(Yt(r,{global:!0}),n),...C,ref:y,"data-entering":k||void 0,"data-exiting":s||void 0},d&&x.createElement(R1,{onDismiss:h.close}),C.children)}const bL=x.createContext(null),xL=x.createContext(null),kL=x.forwardRef(function(n,o){[n,o]=Fn(n,o,bL);let{validationBehavior:s}=bs(ng)||{};var d,h;let p=(h=(d=n.validationBehavior)!==null&&d!==void 0?d:s)!==null&&h!==void 0?h:"native",{locale:y}=ea(),k=lP({...n,locale:y,validationBehavior:p}),C=x.useRef(null),[T,S]=ad(!n["aria-label"]&&!n["aria-labelledby"]),{labelProps:D,groupProps:$,inputProps:N,incrementButtonProps:M,decrementButtonProps:O,descriptionProps:z,errorMessageProps:B,...V}=fP({...Zm(n),label:S,validationBehavior:p},k,C),K=mn({...n,values:{state:k,isDisabled:n.isDisabled||!1,isInvalid:V.isInvalid||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-NumberField"}),U=Yt(n,{global:!0});return delete U.id,x.createElement(Hi,{values:[[xL,k],[Fp,$],[Rp,{...N,ref:C}],[xs,{...D,ref:T}],[ks,{slots:{increment:M,decrement:O}}],[fl,{slots:{description:z,errorMessage:B}}],[cd,V]]},x.createElement("div",{...U,...K,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-required":n.isRequired||void 0,"data-invalid":V.isInvalid||void 0}),n.name&&x.createElement("input",{type:"hidden",name:n.name,form:n.form,value:isNaN(k.numberValue)?"":k.numberValue,disabled:n.isDisabled||void 0}))});function EL(r){return r&&r.__esModule?r.default:r}const ux=x.createContext(null),j5=x.createContext(null),CL=x.forwardRef(function(n,o){[n,o]=Fn(n,o,ux);let{children:s,isDisabled:d=!1,isInvalid:h=!1,isRequired:p=!1}=n,y=x.useMemo(()=>typeof s=="function"?s({isOpen:!1,isDisabled:d,isInvalid:h,isRequired:p,isFocused:!1,isFocusVisible:!1,defaultChildren:null}):s,[s,d,h,p]);return x.createElement(eg,{content:y},k=>x.createElement(SL,{props:n,collection:k,selectRef:o}))}),_L=[xs,ks,fl];function SL({props:r,selectRef:n,collection:o}){let{validationBehavior:s}=bs(ng)||{};var d,h;let p=(h=(d=r.validationBehavior)!==null&&d!==void 0?d:s)!==null&&h!==void 0?h:"native",y=LN({...r,collection:o,children:void 0,validationBehavior:p}),{isFocusVisible:k,focusProps:C}=uu({within:!0}),T=x.useRef(null),[S,D]=ad(!r["aria-label"]&&!r["aria-labelledby"]),{labelProps:$,triggerProps:N,valueProps:M,menuProps:O,descriptionProps:z,errorMessageProps:B,hiddenSelectProps:V,...K}=tN({...Zm(r),label:D,validationBehavior:p},y,T),[U,G]=x.useState(null),Z=x.useCallback(()=>{T.current&&G(T.current.offsetWidth+"px")},[T]);Qc({ref:T,onResize:Z});let Se=x.useMemo(()=>({isOpen:y.isOpen,isFocused:y.isFocused,isFocusVisible:k,isDisabled:r.isDisabled||!1,isInvalid:K.isInvalid||!1,isRequired:r.isRequired||!1}),[y.isOpen,y.isFocused,k,r.isDisabled,K.isInvalid,r.isRequired]),ve=mn({...r,values:Se,defaultClassName:"react-aria-Select"}),de=Yt(r,{global:!0});delete de.id;let F=x.useRef(null);return x.createElement(Hi,{values:[[ux,r],[j5,y],[W5,M],[xs,{...$,ref:S,elementType:"span"}],[ks,{...N,ref:T,isPressed:y.isOpen,autoFocus:r.autoFocus}],[ra,y],[Ip,{trigger:"Select",triggerRef:T,scrollRef:F,placement:"bottom start",style:{"--trigger-width":U},"aria-labelledby":O["aria-labelledby"],clearContexts:_L}],[zp,{...O,ref:F}],[Es,y],[fl,{slots:{description:z,errorMessage:B}}],[cd,K]]},x.createElement("div",{...it(de,ve,C),ref:n,slot:r.slot||void 0,"data-focused":y.isFocused||void 0,"data-focus-visible":k||void 0,"data-open":y.isOpen||void 0,"data-disabled":r.isDisabled||void 0,"data-invalid":K.isInvalid||void 0,"data-required":r.isRequired||void 0},ve.children,x.createElement(rN,{...V,autoComplete:r.autoComplete})))}const W5=x.createContext(null),wL=Np(function(n,o){var s;[n,o]=Fn(n,o,W5);let d=x.useContext(j5),{placeholder:h}=bs(ux),p=d.selectedItems.map(z=>{var B;let V=(B=z.props)===null||B===void 0?void 0:B.children;return typeof V=="function"&&(V=V({isHovered:!1,isPressed:!1,isSelected:!1,isFocused:!1,isFocusVisible:!1,isDisabled:!1,selectionMode:"single",selectionBehavior:"toggle"})),V}),y=M$(),k=x.useMemo(()=>d.selectedItems.map(z=>z==null?void 0:z.textValue),[d.selectedItems]),C=d.selectionManager.selectionMode,T=x.useMemo(()=>{var z;return C==="single"?(z=k[0])!==null&&z!==void 0?z:"":y.format(k)},[C,y,k]),S=x.useMemo(()=>{if(C==="single")return p[0];let z=y.formatToParts(k);if(z.length===0)return null;let B=0;return z.map(V=>V.type==="element"?x.createElement(x.Fragment,{key:B},p[B++]):V.value)},[C,y,k,p]),D=rd(EL(N5),"react-aria-components");var $,N;let M=mn({...n,defaultChildren:($=S??h)!==null&&$!==void 0?$:D.format("selectPlaceholder"),defaultClassName:"react-aria-SelectValue",values:{selectedItem:(N=(s=d.selectedItems[0])===null||s===void 0?void 0:s.value)!==null&&N!==void 0?N:null,selectedItems:x.useMemo(()=>d.selectedItems.map(z=>{var B;return(B=z.value)!==null&&B!==void 0?B:null}),[d.selectedItems]),selectedText:T,isPlaceholder:d.selectedItems.length===0,state:d}}),O=Yt(n,{global:!0});return x.createElement("span",{ref:o,...O,...M,"data-placeholder":d.selectedItems.length===0||void 0},x.createElement(fl.Provider,{value:void 0},M.children))}),G5=x.createContext({});let TL=r=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:s,...d}=r;return d};const DL=x.forwardRef(function(n,o){[n,o]=Fn(n,o,G5);let{hoverProps:s,isHovered:d}=Jl(n),{isFocused:h,isFocusVisible:p,focusProps:y}=uu({isTextInput:!0,autoFocus:n.autoFocus}),k=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",C=mn({...n,values:{isHovered:d,isFocused:h,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:k},defaultClassName:"react-aria-TextArea"});return x.createElement("textarea",{...it(TL(n),y,s),...C,ref:o,"data-focused":h||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":k||void 0})}),$L=x.createContext(null),Y5=Np(function(n,o){[n,o]=Fn(n,o,$L);let{validationBehavior:s}=bs(ng)||{};var d,h;let p=(h=(d=n.validationBehavior)!==null&&d!==void 0?d:s)!==null&&h!==void 0?h:"native",y=x.useRef(null);[n,y]=Fn(n,y,O2);let[k,C]=ad(!n["aria-label"]&&!n["aria-labelledby"]),[T,S]=x.useState("input"),{labelProps:D,inputProps:$,descriptionProps:N,errorMessageProps:M,...O}=P1({...Zm(n),inputElementType:T,label:C,validationBehavior:p},y),z=x.useCallback(K=>{y.current=K,K&&S(K instanceof HTMLTextAreaElement?"textarea":"input")},[y]),B=mn({...n,values:{isDisabled:n.isDisabled||!1,isInvalid:O.isInvalid,isReadOnly:n.isReadOnly||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-TextField"}),V=Yt(n,{global:!0});return delete V.id,x.createElement("div",{...V,...B,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":O.isInvalid||void 0,"data-readonly":n.isReadOnly||void 0,"data-required":n.isRequired||void 0},x.createElement(Hi,{values:[[xs,{...D,ref:k}],[Rp,{...$,ref:z}],[G5,{...$,ref:z}],[Fp,{role:"presentation",isInvalid:O.isInvalid,isDisabled:n.isDisabled||!1}],[fl,{slots:{description:N,errorMessage:M}}],[cd,O]]},B.children))}),PL=An({base:"ui-kit__useFocusRing-module__base"}.base);function dd(r={}){const n=uu(r),o=PL(),s={...n.focusProps,"data-focused":n.isFocused,"data-focus-visible":n.isFocusVisible};return{...n,focusProps:s,focusRingClassnames:o}}const Bp={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"},NL=An(Bp.base,{variants:{variant:{critical:Bp.critical,primary:Bp.primary,secondary:Bp.secondary,tertiary:Bp.tertiary}}});function Up({className:r,variant:n="secondary",...o}){const{focusRingClassnames:s,focusProps:d}=dd(),h=it(o,d);return ye.jsx(J1,{className:Ut(NL({className:r,variant:n}),s),...h})}Up.displayName="Button";const q5={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function LL({className:r,children:n,...o}){return ye.jsx("div",{className:Ut(q5.base,r),...o,children:n})}function ML({children:r,expand:n=!0}){return x.cloneElement(r,{className:Ut(r.props.className,!n&&q5.fit)})}const AL={base:"ui-kit__divider-module__base"};function OL({className:r,...n}){return ye.jsx("hr",{className:Ut(AL.base,r),...n})}const Vp={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"},FL=An(Vp.base,{variants:{size:{xs:Vp.xs,sm:Vp.sm,md:Vp.md,lg:Vp.lg}}});function Cs({className:r,icon:n,size:o="md",...s}){return ye.jsx("span",{role:"img",className:FL({className:r,size:o}),...s,children:n&&ye.jsx(n,{})})}Cs.displayName="Icon";const Cr={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"},RL={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"}},zL="body-md",IL="default",BL=({as:r="span",variant:n,tone:o})=>{const s=RL[r]||{},d=n||s.variant||zL,h=o||s.tone||IL;return{variant:d,tone:h}},_r={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"},UL=An(_r.base,{variants:{tone:{default:_r.default,headline:_r.headline,dark:_r.dark,light:_r.light,disabled:_r.disabled,critical:_r.critical,error:_r.error,info:_r.info,success:_r.success,warning:_r.warning},variant:{"heading-lg":_r["heading-lg"],"heading-md":_r["heading-md"],"body-md-strong":_r["body-md-strong"],"body-md":_r["body-md"],"body-sm":_r["body-sm"]},visuallyHidden:{true:_r["visually-hidden"]}}}),su=x.forwardRef(({className:r,as:n="span",variant:o,tone:s,color:d,children:h,visuallyHidden:p=!1,...y},k)=>{const{variant:C,tone:T}=BL({as:n,variant:o,tone:s}),S=d?{"--ui-kit-text-color":`var(--ui-kit-color-${d})`}:void 0;return x.createElement(n,{className:UL({className:r,variant:C,tone:T,visuallyHidden:p}),style:S,ref:k,...y},h)});su.displayName="Text";const VL=An(Cr.base,{variants:{state:{error:Cr.error,success:Cr.success,warning:Cr.warning}}}),KL=An(Cr.group,{variants:{disabled:{true:Cr.disabled},state:{error:Cr.error,success:Cr.success,warning:Cr.warning}}}),HL=An(Cr.input,{variants:{align:{left:Cr.left,right:Cr.right},state:{error:Cr.error,success:Cr.success,warning:Cr.warning}}});function Q5(r,n){return typeof r=="string"?ye.jsx(su,{className:n,variant:"body-md",tone:"disabled",children:r}):ye.jsx("span",{className:n,children:r})}function lg({className:r,align:n="left",disabled:o,prefix:s,state:d,suffix:h,...p}){const{focusProps:y,focusRingClassnames:k}=dd({within:!0});return ye.jsx("div",{...y,className:Ut(VL({className:r,state:d}),k),children:ye.jsxs(ix,{className:KL({disabled:o,state:d}),children:[s&&Q5(s,Cr.prefix),ye.jsx(Q2,{...p,className:HL({align:n,state:d}),disabled:o}),h&&Q5(h,Cr.suffix)]})})}lg.displayName="Input";const Kp={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},jL=An(Kp.base,{variants:{required:{true:Kp.required}}});function ag({className:r,...n}){return ye.jsxs(tg,{className:jL({className:r}),...n,children:[n.children,n.required&&ye.jsx(su,{className:Kp.required,tone:"error",children:"*"})]})}function ug({children:r}){return ye.jsx(su,{className:Kp.description,tone:"disabled",children:r})}function sg(r){return ye.jsx(ix,{className:Kp["label-group"],...r})}ag.displayName="Label",ug.displayName="LabelDescription",sg.displayName="LabelGroup";const WL=An({base:"ui-kit__link-module__base"}.base);function X5({className:r,...n}){const{focusRingClassnames:o,focusProps:s}=dd(),d=it(n,s);return ye.jsx(CN,{className:Ut(WL({className:r}),o),...d})}X5.displayName="Link";const Hp={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},GL=An(Hp.base,{variants:{decoration:{none:Hp.none,bullet:Hp.bullet,numbered:Hp.numbered}}}),YL=An(Hp.item);function Z5({decoration:r="none",...n}){const o=r!=="numbered"?"ul":"ol";return ye.jsx(o,{...n,className:GL({decoration:r})})}function qL({...r}){return ye.jsx("li",{...r,className:YL()})}Z5.displayName="List";const cg={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function QL({className:r,...n}){return ye.jsx(B5,{children:ye.jsx(rL,{className:Ut(cg.menu,r),...n})})}function XL({className:r,isDisabled:n,title:o="",children:s,...d}){return ye.jsx(aL,{className:Ut(cg.menuItem,r,n&&cg.disabled),...d,children:ye.jsx("span",{className:cg.menuItemWrapper,title:o,children:s})})}const ia={entering:"ui-kit__modal-module__entering",exiting:"ui-kit__modal-module__exiting",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 ZL({children:r,role:n="dialog",...o}){return ye.jsx(K5,{...o,className:({isEntering:s,isExiting:d})=>Ut(ia.modalOverlay,{[ia.entering]:s,[ia.exiting]:d}),children:ye.jsx(mL,{className:Ut(ia.modal),children:ye.jsx(sL,{className:Ut(ia.dialog),role:n,children:r})})})}function JL({title:r,description:n,footer:o,className:s}){return ye.jsxs("div",{className:Ut(ia.modalContent,s),children:[r&&ye.jsx(su,{as:"h1",slot:"title",className:ia.title,children:r}),n&&ye.jsx(su,{className:ia.description,children:n}),o&&ye.jsx("div",{className:ia.footer,children:o})]})}function eM(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function tM(r){if(r.__esModule)return r;var n=r.default;if(typeof n=="function"){var o=function s(){return this instanceof s?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};o.prototype=n.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(r).forEach(function(s){var d=Object.getOwnPropertyDescriptor(r,s);Object.defineProperty(o,s,d.get?d:{enumerable:!0,get:function(){return r[s]}})}),o}var fo={},sx={exports:{}},cx={exports:{}},Kt={};/** @license React v16.13.1
188
203
  * react-is.production.min.js
189
204
  *
190
205
  * Copyright (c) Facebook, Inc. and its affiliates.
191
206
  *
192
207
  * This source code is licensed under the MIT license found in the
193
208
  * LICENSE file in the root directory of this source tree.
194
- */var U5;function eN(){if(U5)return Nt;U5=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
209
+ */var J5;function nM(){if(J5)return Kt;J5=1;var r=typeof Symbol=="function"&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,s=r?Symbol.for("react.fragment"):60107,d=r?Symbol.for("react.strict_mode"):60108,h=r?Symbol.for("react.profiler"):60114,p=r?Symbol.for("react.provider"):60109,y=r?Symbol.for("react.context"):60110,k=r?Symbol.for("react.async_mode"):60111,C=r?Symbol.for("react.concurrent_mode"):60111,T=r?Symbol.for("react.forward_ref"):60112,S=r?Symbol.for("react.suspense"):60113,D=r?Symbol.for("react.suspense_list"):60120,$=r?Symbol.for("react.memo"):60115,N=r?Symbol.for("react.lazy"):60116,M=r?Symbol.for("react.block"):60121,O=r?Symbol.for("react.fundamental"):60117,z=r?Symbol.for("react.responder"):60118,B=r?Symbol.for("react.scope"):60119;function V(U){if(typeof U=="object"&&U!==null){var G=U.$$typeof;switch(G){case n:switch(U=U.type,U){case k:case C:case s:case h:case d:case S:return U;default:switch(U=U&&U.$$typeof,U){case y:case T:case N:case $:case p:return U;default:return G}}case o:return G}}}function K(U){return V(U)===C}return Kt.AsyncMode=k,Kt.ConcurrentMode=C,Kt.ContextConsumer=y,Kt.ContextProvider=p,Kt.Element=n,Kt.ForwardRef=T,Kt.Fragment=s,Kt.Lazy=N,Kt.Memo=$,Kt.Portal=o,Kt.Profiler=h,Kt.StrictMode=d,Kt.Suspense=S,Kt.isAsyncMode=function(U){return K(U)||V(U)===k},Kt.isConcurrentMode=K,Kt.isContextConsumer=function(U){return V(U)===y},Kt.isContextProvider=function(U){return V(U)===p},Kt.isElement=function(U){return typeof U=="object"&&U!==null&&U.$$typeof===n},Kt.isForwardRef=function(U){return V(U)===T},Kt.isFragment=function(U){return V(U)===s},Kt.isLazy=function(U){return V(U)===N},Kt.isMemo=function(U){return V(U)===$},Kt.isPortal=function(U){return V(U)===o},Kt.isProfiler=function(U){return V(U)===h},Kt.isStrictMode=function(U){return V(U)===d},Kt.isSuspense=function(U){return V(U)===S},Kt.isValidElementType=function(U){return typeof U=="string"||typeof U=="function"||U===s||U===C||U===h||U===d||U===S||U===D||typeof U=="object"&&U!==null&&(U.$$typeof===N||U.$$typeof===$||U.$$typeof===p||U.$$typeof===y||U.$$typeof===T||U.$$typeof===O||U.$$typeof===z||U.$$typeof===B||U.$$typeof===M)},Kt.typeOf=V,Kt}var qt={};/** @license React v16.13.1
195
210
  * react-is.development.js
196
211
  *
197
212
  * Copyright (c) Facebook, Inc. and its affiliates.
198
213
  *
199
214
  * This source code is licensed under the MIT license found in the
200
215
  * LICENSE file in the root directory of this source tree.
201
- */var H5;function tN(){return H5||(H5=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 V5;function K5(){return V5||(V5=1,process.env.NODE_ENV==="production"?q1.exports=eN():q1.exports=tN()),q1.exports}/*
216
+ */var eT;function rM(){return eT||(eT=1,process.env.NODE_ENV!=="production"&&function(){var r=typeof Symbol=="function"&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,s=r?Symbol.for("react.fragment"):60107,d=r?Symbol.for("react.strict_mode"):60108,h=r?Symbol.for("react.profiler"):60114,p=r?Symbol.for("react.provider"):60109,y=r?Symbol.for("react.context"):60110,k=r?Symbol.for("react.async_mode"):60111,C=r?Symbol.for("react.concurrent_mode"):60111,T=r?Symbol.for("react.forward_ref"):60112,S=r?Symbol.for("react.suspense"):60113,D=r?Symbol.for("react.suspense_list"):60120,$=r?Symbol.for("react.memo"):60115,N=r?Symbol.for("react.lazy"):60116,M=r?Symbol.for("react.block"):60121,O=r?Symbol.for("react.fundamental"):60117,z=r?Symbol.for("react.responder"):60118,B=r?Symbol.for("react.scope"):60119;function V(J){return typeof J=="string"||typeof J=="function"||J===s||J===C||J===h||J===d||J===S||J===D||typeof J=="object"&&J!==null&&(J.$$typeof===N||J.$$typeof===$||J.$$typeof===p||J.$$typeof===y||J.$$typeof===T||J.$$typeof===O||J.$$typeof===z||J.$$typeof===B||J.$$typeof===M)}function K(J){if(typeof J=="object"&&J!==null){var Ye=J.$$typeof;switch(Ye){case n:var mt=J.type;switch(mt){case k:case C:case s:case h:case d:case S:return mt;default:var Ot=mt&&mt.$$typeof;switch(Ot){case y:case T:case N:case $:case p:return Ot;default:return Ye}}case o:return Ye}}}var U=k,G=C,Z=y,Se=p,ve=n,de=T,F=s,ce=N,le=$,ue=o,be=h,j=d,re=S,X=!1;function W(J){return X||(X=!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.")),R(J)||K(J)===k}function R(J){return K(J)===C}function he(J){return K(J)===y}function me(J){return K(J)===p}function ke(J){return typeof J=="object"&&J!==null&&J.$$typeof===n}function Pe(J){return K(J)===T}function Me(J){return K(J)===s}function De(J){return K(J)===N}function Fe(J){return K(J)===$}function Be(J){return K(J)===o}function Ge(J){return K(J)===h}function vt(J){return K(J)===d}function $e(J){return K(J)===S}qt.AsyncMode=U,qt.ConcurrentMode=G,qt.ContextConsumer=Z,qt.ContextProvider=Se,qt.Element=ve,qt.ForwardRef=de,qt.Fragment=F,qt.Lazy=ce,qt.Memo=le,qt.Portal=ue,qt.Profiler=be,qt.StrictMode=j,qt.Suspense=re,qt.isAsyncMode=W,qt.isConcurrentMode=R,qt.isContextConsumer=he,qt.isContextProvider=me,qt.isElement=ke,qt.isForwardRef=Pe,qt.isFragment=Me,qt.isLazy=De,qt.isMemo=Fe,qt.isPortal=Be,qt.isProfiler=Ge,qt.isStrictMode=vt,qt.isSuspense=$e,qt.isValidElementType=V,qt.typeOf=K}()),qt}var tT;function nT(){return tT||(tT=1,process.env.NODE_ENV==="production"?cx.exports=nM():cx.exports=rM()),cx.exports}/*
202
217
  object-assign
203
218
  (c) Sindre Sorhus
204
219
  @license MIT
205
- */var Q1,j5;function nN(){if(j5)return Q1;j5=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,W5;function Z1(){if(W5)return X1;W5=1;var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return X1=n,X1}var J1,G5;function rN(){if(G5)return J1;G5=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,Y5;function iN(){if(Y5)return ex;Y5=1;var n=K5(),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,q5;function oN(){if(q5)return tx;q5=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=K5(),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-",Q5="comm",Qh="rule",nx="decl",vN="@import",X5="@keyframes",mN="@layer",Z5=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 J5(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 eT(n){return n.length}function $p(n,r){return r.push(n),n}function gN(n,r){return n.map(r).join("")}function tT(n,r){return n.filter(function(l){return!ta(l,r)})}var Zh=1,Xc=1,nT=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<nT?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,nT=al(Zc=n),ao=0,[]}function kN(n){return Zc="",n}function lx(n){return J5(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",Z5(_?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?iT(ne+";",s,l,w-1,E):iT(vt(ne," ","")+";",s,l,w-2,E),E);break;case 59:ne+=";";default:if($p(j=rT(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(rT(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 rT(n,r,l,s,f,m,p,b,E,_,T,w){for(var D=f-1,$=f===0?m:[""],A=eT($),F=0,I=0,re=0;F<s;++F)for(var q=0,B=Qc(n,D+1,D=Z5(I=p[F])),W=n;q<A;++q)(W=J5(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,Q5,rx(yN()),Qc(n,2,-2),0,s)}function iT(n,r,l,s,f){return Jh(n,r,l,nx,Qc(n,0,s),Qc(n,s+1,-1),s,f)}function oT(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)?oT(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 Q5:return"";case X5: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=eT(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=oT(n.value,n.length,l);return;case X5: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:tT(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:tT(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",lT="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={},aT=/invalid hook call/i,og=new Set,uT=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.
220
+ */var dx,rT;function iM(){if(rT)return dx;rT=1;var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function s(h){if(h==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(h)}function d(){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={},y=0;y<10;y++)p["_"+String.fromCharCode(y)]=y;var k=Object.getOwnPropertyNames(p).map(function(T){return p[T]});if(k.join("")!=="0123456789")return!1;var C={};return"abcdefghijklmnopqrst".split("").forEach(function(T){C[T]=T}),Object.keys(Object.assign({},C)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return dx=d()?Object.assign:function(h,p){for(var y,k=s(h),C,T=1;T<arguments.length;T++){y=Object(arguments[T]);for(var S in y)n.call(y,S)&&(k[S]=y[S]);if(r){C=r(y);for(var D=0;D<C.length;D++)o.call(y,C[D])&&(k[C[D]]=y[C[D]])}}return k},dx}var fx,iT;function px(){if(iT)return fx;iT=1;var r="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return fx=r,fx}var vx,oT;function oM(){if(oT)return vx;oT=1;var r=function(){};if(process.env.NODE_ENV!=="production"){var n=px(),o={},s=Function.call.bind(Object.prototype.hasOwnProperty);r=function(h){var p="Warning: "+h;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}}}function d(h,p,y,k,C){if(process.env.NODE_ENV!=="production"){for(var T in h)if(s(h,T)){var S;try{if(typeof h[T]!="function"){var D=Error((k||"React class")+": "+y+" 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}S=h[T](p,T,k,y,null,n)}catch(N){S=N}if(S&&!(S instanceof Error)&&r((k||"React class")+": type specification of "+y+" `"+T+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof 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)."),S instanceof Error&&!(S.message in o)){o[S.message]=!0;var $=C?C():"";r("Failed "+y+" type: "+S.message+($??""))}}}}return d.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(o={})},vx=d,vx}var hx,lT;function lM(){if(lT)return hx;lT=1;var r=nT(),n=iM(),o=px(),s=oM(),d=Function.call.bind(Object.prototype.hasOwnProperty),h=function(){};process.env.NODE_ENV!=="production"&&(h=function(y){var k="Warning: "+y;typeof console<"u"&&console.error(k);try{throw new Error(k)}catch{}});function p(){return null}return hx=function(y,k){var C=typeof Symbol=="function"&&Symbol.iterator,T="@@iterator";function S(W){var R=W&&(C&&W[C]||W[T]);if(typeof R=="function")return R}var D="<<anonymous>>",$={array:z("array"),bool:z("boolean"),func:z("function"),number:z("number"),object:z("object"),string:z("string"),symbol:z("symbol"),any:B(),arrayOf:V,element:K(),elementType:U(),instanceOf:G,node:de(),objectOf:Se,oneOf:Z,oneOfType:ve,shape:F,exact:ce};function N(W,R){return W===R?W!==0||1/W===1/R:W!==W&&R!==R}function M(W){this.message=W,this.stack=""}M.prototype=Error.prototype;function O(W){if(process.env.NODE_ENV!=="production")var R={},he=0;function me(Pe,Me,De,Fe,Be,Ge,vt){if(Fe=Fe||D,Ge=Ge||De,vt!==o){if(k){var $e=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 $e.name="Invariant Violation",$e}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var J=Fe+":"+De;!R[J]&&he<3&&(h("You are manually calling a React.PropTypes validation function for the `"+Ge+"` prop on `"+Fe+"`. 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."),R[J]=!0,he++)}}return Me[De]==null?Pe?Me[De]===null?new M("The "+Be+" `"+Ge+"` is marked as required "+("in `"+Fe+"`, but its value is `null`.")):new M("The "+Be+" `"+Ge+"` is marked as required in "+("`"+Fe+"`, but its value is `undefined`.")):null:W(Me,De,Fe,Be,Ge)}var ke=me.bind(null,!1);return ke.isRequired=me.bind(null,!0),ke}function z(W){function R(he,me,ke,Pe,Me,De){var Fe=he[me],Be=be(Fe);if(Be!==W){var Ge=j(Fe);return new M("Invalid "+Pe+" `"+Me+"` of type "+("`"+Ge+"` supplied to `"+ke+"`, expected ")+("`"+W+"`."))}return null}return O(R)}function B(){return O(p)}function V(W){function R(he,me,ke,Pe,Me){if(typeof W!="function")return new M("Property `"+Me+"` of component `"+ke+"` has invalid PropType notation inside arrayOf.");var De=he[me];if(!Array.isArray(De)){var Fe=be(De);return new M("Invalid "+Pe+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+ke+"`, expected an array."))}for(var Be=0;Be<De.length;Be++){var Ge=W(De,Be,ke,Pe,Me+"["+Be+"]",o);if(Ge instanceof Error)return Ge}return null}return O(R)}function K(){function W(R,he,me,ke,Pe){var Me=R[he];if(!y(Me)){var De=be(Me);return new M("Invalid "+ke+" `"+Pe+"` of type "+("`"+De+"` supplied to `"+me+"`, expected a single ReactElement."))}return null}return O(W)}function U(){function W(R,he,me,ke,Pe){var Me=R[he];if(!r.isValidElementType(Me)){var De=be(Me);return new M("Invalid "+ke+" `"+Pe+"` of type "+("`"+De+"` supplied to `"+me+"`, expected a single ReactElement type."))}return null}return O(W)}function G(W){function R(he,me,ke,Pe,Me){if(!(he[me]instanceof W)){var De=W.name||D,Fe=X(he[me]);return new M("Invalid "+Pe+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+ke+"`, expected ")+("instance of `"+De+"`."))}return null}return O(R)}function Z(W){if(!Array.isArray(W))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 R(he,me,ke,Pe,Me){for(var De=he[me],Fe=0;Fe<W.length;Fe++)if(N(De,W[Fe]))return null;var Be=JSON.stringify(W,function(Ge,vt){var $e=j(vt);return $e==="symbol"?String(vt):vt});return new M("Invalid "+Pe+" `"+Me+"` of value `"+String(De)+"` "+("supplied to `"+ke+"`, expected one of "+Be+"."))}return O(R)}function Se(W){function R(he,me,ke,Pe,Me){if(typeof W!="function")return new M("Property `"+Me+"` of component `"+ke+"` has invalid PropType notation inside objectOf.");var De=he[me],Fe=be(De);if(Fe!=="object")return new M("Invalid "+Pe+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+ke+"`, expected an object."));for(var Be in De)if(d(De,Be)){var Ge=W(De,Be,ke,Pe,Me+"."+Be,o);if(Ge instanceof Error)return Ge}return null}return O(R)}function ve(W){if(!Array.isArray(W))return process.env.NODE_ENV!=="production"&&h("Invalid argument supplied to oneOfType, expected an instance of array."),p;for(var R=0;R<W.length;R++){var he=W[R];if(typeof he!="function")return h("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+re(he)+" at index "+R+"."),p}function me(ke,Pe,Me,De,Fe){for(var Be=0;Be<W.length;Be++){var Ge=W[Be];if(Ge(ke,Pe,Me,De,Fe,o)==null)return null}return new M("Invalid "+De+" `"+Fe+"` supplied to "+("`"+Me+"`."))}return O(me)}function de(){function W(R,he,me,ke,Pe){return le(R[he])?null:new M("Invalid "+ke+" `"+Pe+"` supplied to "+("`"+me+"`, expected a ReactNode."))}return O(W)}function F(W){function R(he,me,ke,Pe,Me){var De=he[me],Fe=be(De);if(Fe!=="object")return new M("Invalid "+Pe+" `"+Me+"` of type `"+Fe+"` "+("supplied to `"+ke+"`, expected `object`."));for(var Be in W){var Ge=W[Be];if(Ge){var vt=Ge(De,Be,ke,Pe,Me+"."+Be,o);if(vt)return vt}}return null}return O(R)}function ce(W){function R(he,me,ke,Pe,Me){var De=he[me],Fe=be(De);if(Fe!=="object")return new M("Invalid "+Pe+" `"+Me+"` of type `"+Fe+"` "+("supplied to `"+ke+"`, expected `object`."));var Be=n({},he[me],W);for(var Ge in Be){var vt=W[Ge];if(!vt)return new M("Invalid "+Pe+" `"+Me+"` key `"+Ge+"` supplied to `"+ke+"`.\nBad object: "+JSON.stringify(he[me],null," ")+`
221
+ Valid keys: `+JSON.stringify(Object.keys(W),null," "));var $e=vt(De,Ge,ke,Pe,Me+"."+Ge,o);if($e)return $e}return null}return O(R)}function le(W){switch(typeof W){case"number":case"string":case"undefined":return!0;case"boolean":return!W;case"object":if(Array.isArray(W))return W.every(le);if(W===null||y(W))return!0;var R=S(W);if(R){var he=R.call(W),me;if(R!==W.entries){for(;!(me=he.next()).done;)if(!le(me.value))return!1}else for(;!(me=he.next()).done;){var ke=me.value;if(ke&&!le(ke[1]))return!1}}else return!1;return!0;default:return!1}}function ue(W,R){return W==="symbol"?!0:R?R["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&R instanceof Symbol:!1}function be(W){var R=typeof W;return Array.isArray(W)?"array":W instanceof RegExp?"object":ue(R,W)?"symbol":R}function j(W){if(typeof W>"u"||W===null)return""+W;var R=be(W);if(R==="object"){if(W instanceof Date)return"date";if(W instanceof RegExp)return"regexp"}return R}function re(W){var R=j(W);switch(R){case"array":case"object":return"an "+R;case"boolean":case"date":case"regexp":return"a "+R;default:return R}}function X(W){return!W.constructor||!W.constructor.name?D:W.constructor.name}return $.checkPropTypes=s,$.resetWarningCache=s.resetWarningCache,$.PropTypes=$,$},hx}var mx,aT;function aM(){if(aT)return mx;aT=1;var r=px();function n(){}function o(){}return o.resetWarningCache=n,mx=function(){function s(p,y,k,C,T,S){if(S!==r){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 d(){return s}var h={array:s,bool:s,func:s,number:s,object:s,string:s,symbol:s,any:s,arrayOf:d,element:s,elementType:s,instanceOf:d,node:s,objectOf:d,oneOf:d,oneOfType:d,shape:d,exact:d,checkPropTypes:o,resetWarningCache:n};return h.PropTypes=h,h},mx}if(process.env.NODE_ENV!=="production"){var uM=nT(),sM=!0;sx.exports=lM()(uM.isElement,sM)}else sx.exports=aM()();var cM=sx.exports,Hn=function(){return Hn=Object.assign||function(r){for(var n,o=1,s=arguments.length;o<s;o++){n=arguments[o];for(var d in n)Object.prototype.hasOwnProperty.call(n,d)&&(r[d]=n[d])}return r},Hn.apply(this,arguments)};function cu(r,n,o){if(o||arguments.length===2)for(var s=0,d=n.length,h;s<d;s++)(h||!(s in n))&&(h||(h=Array.prototype.slice.call(n,0,s)),h[s]=n[s]);return r.concat(h||Array.prototype.slice.call(n))}function dM(r){var n=Object.create(null);return function(o){return n[o]===void 0&&(n[o]=r(o)),n[o]}}var fM=/^((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)-.*))$/,pM=dM(function(r){return fM.test(r)||r.charCodeAt(0)===111&&r.charCodeAt(1)===110&&r.charCodeAt(2)<91}),vM=function(r,n,o,s){var d=o?o.call(s,r,n):void 0;if(d!==void 0)return!!d;if(r===n)return!0;if(typeof r!="object"||!r||typeof n!="object"||!n)return!1;var h=Object.keys(r),p=Object.keys(n);if(h.length!==p.length)return!1;for(var y=Object.prototype.hasOwnProperty.bind(n),k=0;k<h.length;k++){var C=h[k];if(!y(C))return!1;var T=r[C],S=n[C];if(d=o?o.call(s,T,S,C):void 0,d===!1||d===void 0&&T!==S)return!1}return!0};const hM=eM(vM);var on="-ms-",jp="-moz-",Ht="-webkit-",uT="comm",dg="rule",gx="decl",mM="@import",sT="@keyframes",gM="@layer",cT=Math.abs,yx=String.fromCharCode,bx=Object.assign;function yM(r,n){return hr(r,0)^45?(((n<<2^hr(r,0))<<2^hr(r,1))<<2^hr(r,2))<<2^hr(r,3):0}function dT(r){return r.trim()}function oa(r,n){return(r=n.exec(r))?r[0]:r}function gt(r,n,o){return r.replace(n,o)}function fg(r,n,o){return r.indexOf(n,o)}function hr(r,n){return r.charCodeAt(n)|0}function fd(r,n,o){return r.slice(n,o)}function pl(r){return r.length}function fT(r){return r.length}function Wp(r,n){return n.push(r),r}function bM(r,n){return r.map(n).join("")}function pT(r,n){return r.filter(function(o){return!oa(o,n)})}var pg=1,pd=1,vT=0,po=0,jn=0,vd="";function vg(r,n,o,s,d,h,p,y){return{value:r,root:n,parent:o,type:s,props:d,children:h,line:pg,column:pd,length:p,return:"",siblings:y}}function du(r,n){return bx(vg("",null,null,"",null,null,0,r.siblings),r,{length:-r.length},n)}function hd(r){for(;r.root;)r=du(r.root,{children:[r]});Wp(r,r.siblings)}function xM(){return jn}function kM(){return jn=po>0?hr(vd,--po):0,pd--,jn===10&&(pd=1,pg--),jn}function Ro(){return jn=po<vT?hr(vd,po++):0,pd++,jn===10&&(pd=1,pg++),jn}function _s(){return hr(vd,po)}function hg(){return po}function mg(r,n){return fd(vd,r,n)}function xx(r){switch(r){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 EM(r){return pg=pd=1,vT=pl(vd=r),po=0,[]}function CM(r){return vd="",r}function kx(r){return dT(mg(po-1,Ex(r===91?r+2:r===40?r+1:r)))}function _M(r){for(;(jn=_s())&&jn<33;)Ro();return xx(r)>2||xx(jn)>3?"":" "}function SM(r,n){for(;--n&&Ro()&&!(jn<48||jn>102||jn>57&&jn<65||jn>70&&jn<97););return mg(r,hg()+(n<6&&_s()==32&&Ro()==32))}function Ex(r){for(;Ro();)switch(jn){case r:return po;case 34:case 39:r!==34&&r!==39&&Ex(jn);break;case 40:r===41&&Ex(r);break;case 92:Ro();break}return po}function wM(r,n){for(;Ro()&&r+jn!==57&&!(r+jn===84&&_s()===47););return"/*"+mg(n,po-1)+"*"+yx(r===47?r:Ro())}function TM(r){for(;!xx(_s());)Ro();return mg(r,po)}function DM(r){return CM(gg("",null,null,null,[""],r=EM(r),0,[0],r))}function gg(r,n,o,s,d,h,p,y,k){for(var C=0,T=0,S=p,D=0,$=0,N=0,M=1,O=1,z=1,B=0,V="",K=d,U=h,G=s,Z=V;O;)switch(N=B,B=Ro()){case 40:if(N!=108&&hr(Z,S-1)==58){fg(Z+=gt(kx(B),"&","&\f"),"&\f",cT(C?y[C-1]:0))!=-1&&(z=-1);break}case 34:case 39:case 91:Z+=kx(B);break;case 9:case 10:case 13:case 32:Z+=_M(N);break;case 92:Z+=SM(hg()-1,7);continue;case 47:switch(_s()){case 42:case 47:Wp($M(wM(Ro(),hg()),n,o,k),k);break;default:Z+="/"}break;case 123*M:y[C++]=pl(Z)*z;case 125*M:case 59:case 0:switch(B){case 0:case 125:O=0;case 59+T:z==-1&&(Z=gt(Z,/\f/g,"")),$>0&&pl(Z)-S&&Wp($>32?mT(Z+";",s,o,S-1,k):mT(gt(Z," ","")+";",s,o,S-2,k),k);break;case 59:Z+=";";default:if(Wp(G=hT(Z,n,o,C,T,d,y,V,K=[],U=[],S,h),h),B===123)if(T===0)gg(Z,n,G,G,K,h,S,y,U);else switch(D===99&&hr(Z,3)===110?100:D){case 100:case 108:case 109:case 115:gg(r,G,G,s&&Wp(hT(r,G,G,0,0,d,y,V,d,K=[],S,U),U),d,U,S,y,s?K:U);break;default:gg(Z,G,G,G,[""],U,0,y,U)}}C=T=$=0,M=z=1,V=Z="",S=p;break;case 58:S=1+pl(Z),$=N;default:if(M<1){if(B==123)--M;else if(B==125&&M++==0&&kM()==125)continue}switch(Z+=yx(B),B*M){case 38:z=T>0?1:(Z+="\f",-1);break;case 44:y[C++]=(pl(Z)-1)*z,z=1;break;case 64:_s()===45&&(Z+=kx(Ro())),D=_s(),T=S=pl(V=Z+=TM(hg())),B++;break;case 45:N===45&&pl(Z)==2&&(M=0)}}return h}function hT(r,n,o,s,d,h,p,y,k,C,T,S){for(var D=d-1,$=d===0?h:[""],N=fT($),M=0,O=0,z=0;M<s;++M)for(var B=0,V=fd(r,D+1,D=cT(O=p[M])),K=r;B<N;++B)(K=dT(O>0?$[B]+" "+V:gt(V,/&\f/g,$[B])))&&(k[z++]=K);return vg(r,n,o,d===0?dg:y,k,C,T,S)}function $M(r,n,o,s){return vg(r,n,o,uT,yx(xM()),fd(r,2,-2),0,s)}function mT(r,n,o,s,d){return vg(r,n,o,gx,fd(r,0,s),fd(r,s+1,-1),s,d)}function gT(r,n,o){switch(yM(r,n)){case 5103:return Ht+"print-"+r+r;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 Ht+r+r;case 4789:return jp+r+r;case 5349:case 4246:case 4810:case 6968:case 2756:return Ht+r+jp+r+on+r+r;case 5936:switch(hr(r,n+11)){case 114:return Ht+r+on+gt(r,/[svh]\w+-[tblr]{2}/,"tb")+r;case 108:return Ht+r+on+gt(r,/[svh]\w+-[tblr]{2}/,"tb-rl")+r;case 45:return Ht+r+on+gt(r,/[svh]\w+-[tblr]{2}/,"lr")+r}case 6828:case 4268:case 2903:return Ht+r+on+r+r;case 6165:return Ht+r+on+"flex-"+r+r;case 5187:return Ht+r+gt(r,/(\w+).+(:[^]+)/,Ht+"box-$1$2"+on+"flex-$1$2")+r;case 5443:return Ht+r+on+"flex-item-"+gt(r,/flex-|-self/g,"")+(oa(r,/flex-|baseline/)?"":on+"grid-row-"+gt(r,/flex-|-self/g,""))+r;case 4675:return Ht+r+on+"flex-line-pack"+gt(r,/align-content|flex-|-self/g,"")+r;case 5548:return Ht+r+on+gt(r,"shrink","negative")+r;case 5292:return Ht+r+on+gt(r,"basis","preferred-size")+r;case 6060:return Ht+"box-"+gt(r,"-grow","")+Ht+r+on+gt(r,"grow","positive")+r;case 4554:return Ht+gt(r,/([^-])(transform)/g,"$1"+Ht+"$2")+r;case 6187:return gt(gt(gt(r,/(zoom-|grab)/,Ht+"$1"),/(image-set)/,Ht+"$1"),r,"")+r;case 5495:case 3959:return gt(r,/(image-set\([^]*)/,Ht+"$1$`$1");case 4968:return gt(gt(r,/(.+:)(flex-)?(.*)/,Ht+"box-pack:$3"+on+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Ht+r+r;case 4200:if(!oa(r,/flex-|baseline/))return on+"grid-column-align"+fd(r,n)+r;break;case 2592:case 3360:return on+gt(r,"template-","")+r;case 4384:case 3616:return o&&o.some(function(s,d){return n=d,oa(s.props,/grid-\w+-end/)})?~fg(r+(o=o[n].value),"span",0)?r:on+gt(r,"-start","")+r+on+"grid-row-span:"+(~fg(o,"span",0)?oa(o,/\d+/):+oa(o,/\d+/)-+oa(r,/\d+/))+";":on+gt(r,"-start","")+r;case 4896:case 4128:return o&&o.some(function(s){return oa(s.props,/grid-\w+-start/)})?r:on+gt(gt(r,"-end","-span"),"span ","")+r;case 4095:case 3583:case 4068:case 2532:return gt(r,/(.+)-inline(.+)/,Ht+"$1$2")+r;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(pl(r)-1-n>6)switch(hr(r,n+1)){case 109:if(hr(r,n+4)!==45)break;case 102:return gt(r,/(.+:)(.+)-([^]+)/,"$1"+Ht+"$2-$3$1"+jp+(hr(r,n+3)==108?"$3":"$2-$3"))+r;case 115:return~fg(r,"stretch",0)?gT(gt(r,"stretch","fill-available"),n,o)+r:r}break;case 5152:case 5920:return gt(r,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(s,d,h,p,y,k,C){return on+d+":"+h+C+(p?on+d+"-span:"+(y?k:+k-+h)+C:"")+r});case 4949:if(hr(r,n+6)===121)return gt(r,":",":"+Ht)+r;break;case 6444:switch(hr(r,hr(r,14)===45?18:11)){case 120:return gt(r,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ht+(hr(r,14)===45?"inline-":"")+"box$3$1"+Ht+"$2$3$1"+on+"$2box$3")+r;case 100:return gt(r,":",":"+on)+r}break;case 5719:case 2647:case 2135:case 3927:case 2391:return gt(r,"scroll-","scroll-snap-")+r}return r}function yg(r,n){for(var o="",s=0;s<r.length;s++)o+=n(r[s],s,r,n)||"";return o}function PM(r,n,o,s){switch(r.type){case gM:if(r.children.length)break;case mM:case gx:return r.return=r.return||r.value;case uT:return"";case sT:return r.return=r.value+"{"+yg(r.children,s)+"}";case dg:if(!pl(r.value=r.props.join(",")))return""}return pl(o=yg(r.children,s))?r.return=r.value+"{"+o+"}":""}function NM(r){var n=fT(r);return function(o,s,d,h){for(var p="",y=0;y<n;y++)p+=r[y](o,s,d,h)||"";return p}}function LM(r){return function(n){n.root||(n=n.return)&&r(n)}}function MM(r,n,o,s){if(r.length>-1&&!r.return)switch(r.type){case gx:r.return=gT(r.value,r.length,o);return;case sT:return yg([du(r,{value:gt(r.value,"@","@"+Ht)})],s);case dg:if(r.length)return bM(o=r.props,function(d){switch(oa(d,s=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":hd(du(r,{props:[gt(d,/:(read-\w+)/,":"+jp+"$1")]})),hd(du(r,{props:[d]})),bx(r,{props:pT(o,s)});break;case"::placeholder":hd(du(r,{props:[gt(d,/:(plac\w+)/,":"+Ht+"input-$1")]})),hd(du(r,{props:[gt(d,/:(plac\w+)/,":"+jp+"$1")]})),hd(du(r,{props:[gt(d,/:(plac\w+)/,on+"input-$1")]})),hd(du(r,{props:[d]})),bx(r,{props:pT(o,s)});break}return""})}}var AM={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},la=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",yT="active",bg="data-styled-version",Ss="6.1.8",Cx=`/*!sc*/
222
+ `,_x=typeof window<"u"&&"HTMLElement"in window,OM=!!(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"),FM={},bT=/invalid hook call/i,xg=new Set,xT=function(r,n){if(process.env.NODE_ENV!=="production"){var o=n?' with the id of "'.concat(n,'"'):"",s="The component ".concat(r).concat(o,` has been created dynamically.
208
223
  `)+`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 m=!0;console.error=function(p){for(var b=[],E=1;E<arguments.length;E++)b[E-1]=arguments[E];aT.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){aT.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 sT(n){return n.replace(ON,"-").replace(FN,"")}var RN=/(a)(d)/gi,ag=52,cT=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=cT(r%ag)+l;return(cT(r%ag)+l).replace(RN,"$1-$2")}var px,dT=5381,ys=function(n,r){for(var l=r.length;l;)n=33*n^r.charCodeAt(--l);return n},fT=function(n){return ys(dT,n)};function vx(n){return fx(fT(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 pT=typeof Symbol=="function"&&Symbol.for,vT=pT?Symbol.for("react.memo"):60115,zN=pT?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},mT={$$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[vT]=mT,px);function hT(n){return("type"in(r=n)&&r.type.$$typeof)===vT?mT:"$$typeof"in n?UN[n.$$typeof]:BN;var r}var HN=Object.defineProperty,VN=Object.getOwnPropertyNames,gT=Object.getOwnPropertySymbols,KN=Object.getOwnPropertyDescriptor,jN=Object.getPrototypeOf,yT=Object.prototype;function hx(n,r,l){if(typeof r!="string"){if(yT){var s=jN(r);s&&s!==yT&&hx(n,s,l)}var f=VN(r);gT&&(f=f.concat(gT(r)));for(var m=hT(n),p=hT(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.
224
+ To resolve this only create new StyledComponents outside of any render method and function component.`,d=console.error;try{var h=!0;console.error=function(p){for(var y=[],k=1;k<arguments.length;k++)y[k-1]=arguments[k];bT.test(p)?(h=!1,xg.delete(s)):d.apply(void 0,cu([p],y,!1))},x.useRef(),h&&!xg.has(s)&&(console.warn(s),xg.add(s))}catch(p){bT.test(p.message)&&xg.delete(s)}finally{console.error=d}}},kg=Object.freeze([]),md=Object.freeze({});function Sx(r,n,o){return o===void 0&&(o=md),r.theme!==o.theme&&r.theme||n||o.theme}var wx=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"]),RM=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,zM=/(^-|-$)/g;function kT(r){return r.replace(RM,"-").replace(zM,"")}var IM=/(a)(d)/gi,Eg=52,ET=function(r){return String.fromCharCode(r+(r>25?39:97))};function Tx(r){var n,o="";for(n=Math.abs(r);n>Eg;n=n/Eg|0)o=ET(n%Eg)+o;return(ET(n%Eg)+o).replace(IM,"$1-$2")}var Dx,CT=5381,ws=function(r,n){for(var o=n.length;o;)r=33*r^n.charCodeAt(--o);return r},_T=function(r){return ws(CT,r)};function $x(r){return Tx(_T(r)>>>0)}function Cg(r){return process.env.NODE_ENV!=="production"&&typeof r=="string"&&r||r.displayName||r.name||"Component"}function Px(r){return typeof r=="string"&&(process.env.NODE_ENV==="production"||r.charAt(0)===r.charAt(0).toLowerCase())}var ST=typeof Symbol=="function"&&Symbol.for,wT=ST?Symbol.for("react.memo"):60115,BM=ST?Symbol.for("react.forward_ref"):60112,UM={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},VM={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},TT={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},KM=((Dx={})[BM]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Dx[wT]=TT,Dx);function DT(r){return("type"in(n=r)&&n.type.$$typeof)===wT?TT:"$$typeof"in r?KM[r.$$typeof]:UM;var n}var HM=Object.defineProperty,jM=Object.getOwnPropertyNames,$T=Object.getOwnPropertySymbols,WM=Object.getOwnPropertyDescriptor,GM=Object.getPrototypeOf,PT=Object.prototype;function Nx(r,n,o){if(typeof n!="string"){if(PT){var s=GM(n);s&&s!==PT&&Nx(r,s,o)}var d=jM(n);$T&&(d=d.concat($T(n)));for(var h=DT(r),p=DT(n),y=0;y<d.length;++y){var k=d[y];if(!(k in VM||o&&o[k]||p&&k in p||h&&k in h)){var C=WM(n,k);try{HM(r,k,C)}catch{}}}}return r}function Ts(r){return typeof r=="function"}function _g(r){return typeof r=="object"&&"styledComponentId"in r}function Ds(r,n){return r&&n?"".concat(r," ").concat(n):r||n||""}function Gp(r,n){if(r.length===0)return"";for(var o=r[0],s=1;s<r.length;s++)o+=n?n+r[s]:r[s];return o}function gd(r){return r!==null&&typeof r=="object"&&r.constructor.name===Object.name&&!("props"in r&&r.$$typeof)}function Lx(r,n,o){if(o===void 0&&(o=!1),!o&&!gd(r)&&!Array.isArray(r))return n;if(Array.isArray(n))for(var s=0;s<n.length;s++)r[s]=Lx(r[s],n[s]);else if(gd(n))for(var s in n)r[s]=Lx(r[s],n[s]);return r}function Mx(r,n){Object.defineProperty(r,"toString",{value:n})}var YM=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
210
225
 
211
226
  `,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
227
 
@@ -247,7 +262,7 @@ as for instance in your render method then you may be running into this limitati
247
262
 
248
263
  `,17:`CSSStyleSheet could not be found on HTMLStyleElement.
249
264
  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 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 bT=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,lT),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=bT(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=bT(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}(),xT=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&&xT&&(xT=!1,function(m){for(var p=document.querySelectorAll(QN),b=0,E=p.length;b<E;b++){var _=p[b];_&&_.getAttribute(na)!==lT&&(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 kT(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=kT(l.children,r)),l})}function ET(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=kT(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)},dT).toString():"",w}var CT=new nd,xx=ET(),vg=x.createContext({shouldForwardProp:void 0,styleSheet:CT,stylis:xx}),lA=vg.Consumer,aA=x.createContext(void 0);function mg(){return x.useContext(vg)}function _T(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 ET({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 ST(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 wT=function(n){return n==null||n===!1||n===""},TT=function(n){var r,l,s=[];for(var f in n){var m=n[f];n.hasOwnProperty(f)&&!wT(m)&&(Array.isArray(m)&&m.isCss||bs(m)?s.push("".concat(ST(f),":"),m,";"):td(m)?s.push.apply(s,Ja(Ja(["".concat(f," {")],TT(m),!1),["}"],!1)):s.push("".concat(ST(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(wT(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)?TT(n):Array.isArray(n)?Array.prototype.concat.apply(lg,n.map(function(p){return tu(p,r,l,s)})):[n.toString()]}function DT(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=fT(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)&&DT(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={},$T=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":sT(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(sT(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)||$T.has(fe)||!dx.has(Y)||($T.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"&&(uT(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,`.
265
+ `,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function qM(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];for(var o=r[0],s=[],d=1,h=r.length;d<h;d+=1)s.push(r[d]);return s.forEach(function(p){o=o.replace(/%[a-z]/,p)}),o}function Si(r){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];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(r," for more information.").concat(n.length>0?" Args: ".concat(n.join(", ")):"")):new Error(qM.apply(void 0,cu([YM[r]],n,!1)).trim())}var QM=function(){function r(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}return r.prototype.indexOfGroup=function(n){for(var o=0,s=0;s<n;s++)o+=this.groupSizes[s];return o},r.prototype.insertRules=function(n,o){if(n>=this.groupSizes.length){for(var s=this.groupSizes,d=s.length,h=d;n>=h;)if((h<<=1)<0)throw Si(16,"".concat(n));this.groupSizes=new Uint32Array(h),this.groupSizes.set(s),this.length=h;for(var p=d;p<h;p++)this.groupSizes[p]=0}for(var y=this.indexOfGroup(n+1),k=(p=0,o.length);p<k;p++)this.tag.insertRule(y,o[p])&&(this.groupSizes[n]++,y++)},r.prototype.clearGroup=function(n){if(n<this.length){var o=this.groupSizes[n],s=this.indexOfGroup(n),d=s+o;this.groupSizes[n]=0;for(var h=s;h<d;h++)this.tag.deleteRule(s)}},r.prototype.getGroup=function(n){var o="";if(n>=this.length||this.groupSizes[n]===0)return o;for(var s=this.groupSizes[n],d=this.indexOfGroup(n),h=d+s,p=d;p<h;p++)o+="".concat(this.tag.getRule(p)).concat(Cx);return o},r}(),Sg=new Map,wg=new Map,Tg=1,Dg=function(r){if(Sg.has(r))return Sg.get(r);for(;wg.has(Tg);)Tg++;var n=Tg++;if(process.env.NODE_ENV!=="production"&&((0|n)<0||n>1073741824))throw Si(16,"".concat(n));return Sg.set(r,n),wg.set(n,r),n},XM=function(r,n){Tg=n+1,Sg.set(r,n),wg.set(n,r)},ZM="style[".concat(la,"][").concat(bg,'="').concat(Ss,'"]'),JM=new RegExp("^".concat(la,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),eA=function(r,n,o){for(var s,d=o.split(","),h=0,p=d.length;h<p;h++)(s=d[h])&&r.registerName(n,s)},tA=function(r,n){for(var o,s=((o=n.textContent)!==null&&o!==void 0?o:"").split(Cx),d=[],h=0,p=s.length;h<p;h++){var y=s[h].trim();if(y){var k=y.match(JM);if(k){var C=0|parseInt(k[1],10),T=k[2];C!==0&&(XM(T,C),eA(r,T,k[3]),r.getTag().insertRules(C,d)),d.length=0}else d.push(y)}}};function Ax(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var NT=function(r){var n=document.head,o=r||n,s=document.createElement("style"),d=function(y){var k=Array.from(y.querySelectorAll("style[".concat(la,"]")));return k[k.length-1]}(o),h=d!==void 0?d.nextSibling:null;s.setAttribute(la,yT),s.setAttribute(bg,Ss);var p=Ax();return p&&s.setAttribute("nonce",p),o.insertBefore(s,h),s},nA=function(){function r(n){this.element=NT(n),this.element.appendChild(document.createTextNode("")),this.sheet=function(o){if(o.sheet)return o.sheet;for(var s=document.styleSheets,d=0,h=s.length;d<h;d++){var p=s[d];if(p.ownerNode===o)return p}throw Si(17)}(this.element),this.length=0}return r.prototype.insertRule=function(n,o){try{return this.sheet.insertRule(o,n),this.length++,!0}catch{return!1}},r.prototype.deleteRule=function(n){this.sheet.deleteRule(n),this.length--},r.prototype.getRule=function(n){var o=this.sheet.cssRules[n];return o&&o.cssText?o.cssText:""},r}(),rA=function(){function r(n){this.element=NT(n),this.nodes=this.element.childNodes,this.length=0}return r.prototype.insertRule=function(n,o){if(n<=this.length&&n>=0){var s=document.createTextNode(o);return this.element.insertBefore(s,this.nodes[n]||null),this.length++,!0}return!1},r.prototype.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},r.prototype.getRule=function(n){return n<this.length?this.nodes[n].textContent:""},r}(),iA=function(){function r(n){this.rules=[],this.length=0}return r.prototype.insertRule=function(n,o){return n<=this.length&&(this.rules.splice(n,0,o),this.length++,!0)},r.prototype.deleteRule=function(n){this.rules.splice(n,1),this.length--},r.prototype.getRule=function(n){return n<this.length?this.rules[n]:""},r}(),LT=_x,oA={isServer:!_x,useCSSOMInjection:!OM},yd=function(){function r(n,o,s){n===void 0&&(n=md),o===void 0&&(o={});var d=this;this.options=Hn(Hn({},oA),n),this.gs=o,this.names=new Map(s),this.server=!!n.isServer,!this.server&&_x&&LT&&(LT=!1,function(h){for(var p=document.querySelectorAll(ZM),y=0,k=p.length;y<k;y++){var C=p[y];C&&C.getAttribute(la)!==yT&&(tA(h,C),C.parentNode&&C.parentNode.removeChild(C))}}(this)),Mx(this,function(){return function(h){for(var p=h.getTag(),y=p.length,k="",C=function(S){var D=function(z){return wg.get(z)}(S);if(D===void 0)return"continue";var $=h.names.get(D),N=p.getGroup(S);if($===void 0||N.length===0)return"continue";var M="".concat(la,".g").concat(S,'[id="').concat(D,'"]'),O="";$!==void 0&&$.forEach(function(z){z.length>0&&(O+="".concat(z,","))}),k+="".concat(N).concat(M,'{content:"').concat(O,'"}').concat(Cx)},T=0;T<y;T++)C(T);return k}(d)})}return r.registerId=function(n){return Dg(n)},r.prototype.reconstructWithOptions=function(n,o){return o===void 0&&(o=!0),new r(Hn(Hn({},this.options),n),this.gs,o&&this.names||void 0)},r.prototype.allocateGSInstance=function(n){return this.gs[n]=(this.gs[n]||0)+1},r.prototype.getTag=function(){return this.tag||(this.tag=(n=function(o){var s=o.useCSSOMInjection,d=o.target;return o.isServer?new iA(d):s?new nA(d):new rA(d)}(this.options),new QM(n)));var n},r.prototype.hasNameForId=function(n,o){return this.names.has(n)&&this.names.get(n).has(o)},r.prototype.registerName=function(n,o){if(Dg(n),this.names.has(n))this.names.get(n).add(o);else{var s=new Set;s.add(o),this.names.set(n,s)}},r.prototype.insertRules=function(n,o,s){this.registerName(n,o),this.getTag().insertRules(Dg(n),s)},r.prototype.clearNames=function(n){this.names.has(n)&&this.names.get(n).clear()},r.prototype.clearRules=function(n){this.getTag().clearGroup(Dg(n)),this.clearNames(n)},r.prototype.clearTag=function(){this.tag=void 0},r}(),lA=/&/g,aA=/^\s*\/\/.*$/gm;function MT(r,n){return r.map(function(o){return o.type==="rule"&&(o.value="".concat(n," ").concat(o.value),o.value=o.value.replaceAll(",",",".concat(n," ")),o.props=o.props.map(function(s){return"".concat(n," ").concat(s)})),Array.isArray(o.children)&&o.type!=="@keyframes"&&(o.children=MT(o.children,n)),o})}function AT(r){var n,o,s,d=r===void 0?md:r,h=d.options,p=h===void 0?md:h,y=d.plugins,k=y===void 0?kg:y,C=function(D,$,N){return N.startsWith(o)&&N.endsWith(o)&&N.replaceAll(o,"").length>0?".".concat(n):D},T=k.slice();T.push(function(D){D.type===dg&&D.value.includes("&")&&(D.props[0]=D.props[0].replace(lA,o).replace(s,C))}),p.prefix&&T.push(MM),T.push(PM);var S=function(D,$,N,M){$===void 0&&($=""),N===void 0&&(N=""),M===void 0&&(M="&"),n=M,o=$,s=new RegExp("\\".concat(o,"\\b"),"g");var O=D.replace(aA,""),z=DM(N||$?"".concat(N," ").concat($," { ").concat(O," }"):O);p.namespace&&(z=MT(z,p.namespace));var B=[];return yg(z,NM(T.concat(LM(function(V){return B.push(V)})))),B};return S.hash=k.length?k.reduce(function(D,$){return $.name||Si(15),ws(D,$.name)},CT).toString():"",S}var OT=new yd,Ox=AT(),$g=x.createContext({shouldForwardProp:void 0,styleSheet:OT,stylis:Ox}),uA=$g.Consumer,sA=x.createContext(void 0);function Pg(){return x.useContext($g)}function FT(r){var n=x.useState(r.stylisPlugins),o=n[0],s=n[1],d=Pg().styleSheet,h=x.useMemo(function(){var k=d;return r.sheet?k=r.sheet:r.target&&(k=k.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(k=k.reconstructWithOptions({useCSSOMInjection:!1})),k},[r.disableCSSOMInjection,r.sheet,r.target,d]),p=x.useMemo(function(){return AT({options:{namespace:r.namespace,prefix:r.enableVendorPrefixes},plugins:o})},[r.enableVendorPrefixes,r.namespace,o]);x.useEffect(function(){hM(o,r.stylisPlugins)||s(r.stylisPlugins)},[r.stylisPlugins]);var y=x.useMemo(function(){return{shouldForwardProp:r.shouldForwardProp,styleSheet:h,stylis:p}},[r.shouldForwardProp,h,p]);return x.createElement($g.Provider,{value:y},x.createElement(sA.Provider,{value:p},r.children))}var Fx=function(){function r(n,o){var s=this;this.inject=function(d,h){h===void 0&&(h=Ox);var p=s.name+h.hash;d.hasNameForId(s.id,p)||d.insertRules(s.id,p,h(s.rules,p,"@keyframes"))},this.name=n,this.id="sc-keyframes-".concat(n),this.rules=o,Mx(this,function(){throw Si(12,String(s.name))})}return r.prototype.getName=function(n){return n===void 0&&(n=Ox),this.name+n.hash},r}(),cA=function(r){return r>="A"&&r<="Z"};function RT(r){for(var n="",o=0;o<r.length;o++){var s=r[o];if(o===1&&s==="-"&&r[0]==="-")return r;cA(s)?n+="-"+s.toLowerCase():n+=s}return n.startsWith("ms-")?"-"+n:n}var zT=function(r){return r==null||r===!1||r===""},IT=function(r){var n,o,s=[];for(var d in r){var h=r[d];r.hasOwnProperty(d)&&!zT(h)&&(Array.isArray(h)&&h.isCss||Ts(h)?s.push("".concat(RT(d),":"),h,";"):gd(h)?s.push.apply(s,cu(cu(["".concat(d," {")],IT(h),!1),["}"],!1)):s.push("".concat(RT(d),": ").concat((n=d,(o=h)==null||typeof o=="boolean"||o===""?"":typeof o!="number"||o===0||n in AM||n.startsWith("--")?String(o).trim():"".concat(o,"px")),";")))}return s};function fu(r,n,o,s){if(zT(r))return[];if(_g(r))return[".".concat(r.styledComponentId)];if(Ts(r)){if(!Ts(h=r)||h.prototype&&h.prototype.isReactComponent||!n)return[r];var d=r(n);return process.env.NODE_ENV==="production"||typeof d!="object"||Array.isArray(d)||d instanceof Fx||gd(d)||d===null||console.error("".concat(Cg(r)," 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.")),fu(d,n,o,s)}var h;return r instanceof Fx?o?(r.inject(o,s),[r.getName(s)]):[r]:gd(r)?IT(r):Array.isArray(r)?Array.prototype.concat.apply(kg,r.map(function(p){return fu(p,n,o,s)})):[r.toString()]}function BT(r){for(var n=0;n<r.length;n+=1){var o=r[n];if(Ts(o)&&!_g(o))return!1}return!0}var dA=_T(Ss),fA=function(){function r(n,o,s){this.rules=n,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(s===void 0||s.isStatic)&&BT(n),this.componentId=o,this.baseHash=ws(dA,o),this.baseStyle=s,yd.registerId(o)}return r.prototype.generateAndInjectStyles=function(n,o,s){var d=this.baseStyle?this.baseStyle.generateAndInjectStyles(n,o,s):"";if(this.isStatic&&!s.hash)if(this.staticRulesId&&o.hasNameForId(this.componentId,this.staticRulesId))d=Ds(d,this.staticRulesId);else{var h=Gp(fu(this.rules,n,o,s)),p=Tx(ws(this.baseHash,h)>>>0);if(!o.hasNameForId(this.componentId,p)){var y=s(h,".".concat(p),void 0,this.componentId);o.insertRules(this.componentId,p,y)}d=Ds(d,p),this.staticRulesId=p}else{for(var k=ws(this.baseHash,s.hash),C="",T=0;T<this.rules.length;T++){var S=this.rules[T];if(typeof S=="string")C+=S,process.env.NODE_ENV!=="production"&&(k=ws(k,S));else if(S){var D=Gp(fu(S,n,o,s));k=ws(k,D+T),C+=D}}if(C){var $=Tx(k>>>0);o.hasNameForId(this.componentId,$)||o.insertRules(this.componentId,$,s(C,".".concat($),void 0,this.componentId)),d=Ds(d,$)}}return d},r}(),pu=x.createContext(void 0),pA=pu.Consumer;function vA(){var r=x.useContext(pu);if(!r)throw Si(18);return r}function hA(r){var n=x.useContext(pu),o=x.useMemo(function(){return function(s,d){if(!s)throw Si(14);if(Ts(s)){var h=s(d);if(process.env.NODE_ENV!=="production"&&(h===null||Array.isArray(h)||typeof h!="object"))throw Si(7);return h}if(Array.isArray(s)||typeof s!="object")throw Si(8);return d?Hn(Hn({},d),s):s}(r.theme,n)},[r.theme,n]);return r.children?x.createElement(pu.Provider,{value:o},r.children):null}var Rx={},UT=new Set;function mA(r,n,o){var s=_g(r),d=r,h=!Px(r),p=n.attrs,y=p===void 0?kg:p,k=n.componentId,C=k===void 0?function(K,U){var G=typeof K!="string"?"sc":kT(K);Rx[G]=(Rx[G]||0)+1;var Z="".concat(G,"-").concat($x(Ss+G+Rx[G]));return U?"".concat(U,"-").concat(Z):Z}(n.displayName,n.parentComponentId):k,T=n.displayName,S=T===void 0?function(K){return Px(K)?"styled.".concat(K):"Styled(".concat(Cg(K),")")}(r):T,D=n.displayName&&n.componentId?"".concat(kT(n.displayName),"-").concat(n.componentId):n.componentId||C,$=s&&d.attrs?d.attrs.concat(y).filter(Boolean):y,N=n.shouldForwardProp;if(s&&d.shouldForwardProp){var M=d.shouldForwardProp;if(n.shouldForwardProp){var O=n.shouldForwardProp;N=function(K,U){return M(K,U)&&O(K,U)}}else N=M}var z=new fA(o,D,s?d.componentStyle:void 0);function B(K,U){return function(G,Z,Se){var ve=G.attrs,de=G.componentStyle,F=G.defaultProps,ce=G.foldedComponentIds,le=G.styledComponentId,ue=G.target,be=x.useContext(pu),j=Pg(),re=G.shouldForwardProp||j.shouldForwardProp;process.env.NODE_ENV!=="production"&&x.useDebugValue(le);var X=Sx(Z,be,F)||md,W=function(Me,De,Fe){for(var Be,Ge=Hn(Hn({},De),{className:void 0,theme:Fe}),vt=0;vt<Me.length;vt+=1){var $e=Ts(Be=Me[vt])?Be(Ge):Be;for(var J in $e)Ge[J]=J==="className"?Ds(Ge[J],$e[J]):J==="style"?Hn(Hn({},Ge[J]),$e[J]):$e[J]}return De.className&&(Ge.className=Ds(Ge.className,De.className)),Ge}(ve,Z,X),R=W.as||ue,he={};for(var me in W)W[me]===void 0||me[0]==="$"||me==="as"||me==="theme"&&W.theme===X||(me==="forwardedAs"?he.as=W.forwardedAs:re&&!re(me,R)||(he[me]=W[me],re||process.env.NODE_ENV!=="development"||pM(me)||UT.has(me)||!wx.has(R)||(UT.add(me),console.warn('styled-components: it looks like an unknown prop "'.concat(me,'" 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 ke=function(Me,De){var Fe=Pg(),Be=Me.generateAndInjectStyles(De,Fe.styleSheet,Fe.stylis);return process.env.NODE_ENV!=="production"&&x.useDebugValue(Be),Be}(de,W);process.env.NODE_ENV!=="production"&&G.warnTooManyClasses&&G.warnTooManyClasses(ke);var Pe=Ds(ce,le);return ke&&(Pe+=" "+ke),W.className&&(Pe+=" "+W.className),he[Px(R)&&!wx.has(R)?"class":"className"]=Pe,he.ref=Se,x.createElement(R,he)}(V,K,U)}B.displayName=S;var V=x.forwardRef(B);return V.attrs=$,V.componentStyle=z,V.displayName=S,V.shouldForwardProp=N,V.foldedComponentIds=s?Ds(d.foldedComponentIds,d.styledComponentId):"",V.styledComponentId=D,V.target=s?d.target:r,Object.defineProperty(V,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(K){this._foldedDefaultProps=s?function(U){for(var G=[],Z=1;Z<arguments.length;Z++)G[Z-1]=arguments[Z];for(var Se=0,ve=G;Se<ve.length;Se++)Lx(U,ve[Se],!0);return U}({},d.defaultProps,K):K}}),process.env.NODE_ENV!=="production"&&(xT(S,D),V.warnTooManyClasses=function(K,U){var G={},Z=!1;return function(Se){if(!Z&&(G[Se]=!0,Object.keys(G).length>=200)){var ve=U?' with the id of "'.concat(U,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(K).concat(ve,`.
251
266
  `)+`Consider using the attrs method, together with a style object for frequently changed styles.
252
267
  Example:
253
268
  const Component = styled.div.attrs(props => ({
@@ -256,8 +271,8 @@ Example:
256
271
  },
257
272
  }))\`width: 100%;\`
258
273
 
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 PT(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 LT=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 LT(tu(PT(lg,Ja([n],r,!0))));var s=n;return r.length===0&&s.length===1&&typeof s[0]=="string"?tu(s):LT(tu(PT(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 MT=function(n){return Cx(vA,n)},_x=MT;dx.forEach(function(n){_x[n]=MT(n)});var mA=function(){function n(r,l){this.rules=r,this.componentId=l,this.isStatic=DT(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"&&uT(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(_T,{sheet:this.instance},r)},n.prototype.interleaveWithNodeStream=function(r){throw yi(3)},n}(),xA={StyleSheet:nd,mainSheet:CT};process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
274
+ <Component />`),Z=!0,G={}}}}(S,D)),Mx(V,function(){return".".concat(V.styledComponentId)}),h&&Nx(V,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),V}function VT(r,n){for(var o=[r[0]],s=0,d=n.length;s<d;s+=1)o.push(n[s],r[s+1]);return o}var KT=function(r){return Object.assign(r,{isCss:!0})};function Ng(r){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];if(Ts(r)||gd(r))return KT(fu(VT(kg,cu([r],n,!0))));var s=r;return n.length===0&&s.length===1&&typeof s[0]=="string"?fu(s):KT(fu(VT(s,n)))}function zx(r,n,o){if(o===void 0&&(o=md),!n)throw Si(1,n);var s=function(d){for(var h=[],p=1;p<arguments.length;p++)h[p-1]=arguments[p];return r(n,o,Ng.apply(void 0,cu([d],h,!1)))};return s.attrs=function(d){return zx(r,n,Hn(Hn({},o),{attrs:Array.prototype.concat(o.attrs,d).filter(Boolean)}))},s.withConfig=function(d){return zx(r,n,Hn(Hn({},o),d))},s}var HT=function(r){return zx(mA,r)},Ix=HT;wx.forEach(function(r){Ix[r]=HT(r)});var gA=function(){function r(n,o){this.rules=n,this.componentId=o,this.isStatic=BT(n),yd.registerId(this.componentId+1)}return r.prototype.createStyles=function(n,o,s,d){var h=d(Gp(fu(this.rules,o,s,d)),""),p=this.componentId+n;s.insertRules(p,p,h)},r.prototype.removeStyles=function(n,o){o.clearRules(this.componentId+n)},r.prototype.renderStyles=function(n,o,s,d){n>2&&yd.registerId(this.componentId+n),this.removeStyles(n,s),this.createStyles(n,o,s,d)},r}();function yA(r){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];var s=Ng.apply(void 0,cu([r],n,!1)),d="sc-global-".concat($x(JSON.stringify(s))),h=new gA(s,d);process.env.NODE_ENV!=="production"&&xT(d);var p=function(k){var C=Pg(),T=x.useContext(pu),S=x.useRef(C.styleSheet.allocateGSInstance(d)).current;return process.env.NODE_ENV!=="production"&&x.Children.count(k.children)&&console.warn("The global style component ".concat(d," 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."),C.styleSheet.server&&y(S,k,C.styleSheet,T,C.stylis),x.useLayoutEffect(function(){if(!C.styleSheet.server)return y(S,k,C.styleSheet,T,C.stylis),function(){return h.removeStyles(S,C.styleSheet)}},[S,k,C.styleSheet,T,C.stylis]),null};function y(k,C,T,S,D){if(h.isStatic)h.renderStyles(k,FM,T,D);else{var $=Hn(Hn({},C),{theme:Sx(C,S,p.defaultProps)});h.renderStyles(k,$,T,D)}}return x.memo(p)}function bA(r){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");var s=Gp(Ng.apply(void 0,cu([r],n,!1))),d=$x(s);return new Fx(d,s)}function xA(r){var n=x.forwardRef(function(o,s){var d=Sx(o,x.useContext(pu),r.defaultProps);return process.env.NODE_ENV!=="production"&&d===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(Cg(r),'"')),x.createElement(r,Hn({},o,{theme:d,ref:s}))});return n.displayName="WithTheme(".concat(Cg(r),")"),Nx(n,r)}var kA=function(){function r(){var n=this;this._emitSheetCSS=function(){var o=n.instance.toString(),s=Ax(),d=Gp([s&&'nonce="'.concat(s,'"'),"".concat(la,'="true"'),"".concat(bg,'="').concat(Ss,'"')].filter(Boolean)," ");return"<style ".concat(d,">").concat(o,"</style>")},this.getStyleTags=function(){if(n.sealed)throw Si(2);return n._emitSheetCSS()},this.getStyleElement=function(){var o;if(n.sealed)throw Si(2);var s=((o={})[la]="",o[bg]=Ss,o.dangerouslySetInnerHTML={__html:n.instance.toString()},o),d=Ax();return d&&(s.nonce=d),[x.createElement("style",Hn({},s,{key:"sc-0-0"}))]},this.seal=function(){n.sealed=!0},this.instance=new yd({isServer:!0}),this.sealed=!1}return r.prototype.collectStyles=function(n){if(this.sealed)throw Si(2);return x.createElement(FT,{sheet:this.instance},n)},r.prototype.interleaveWithNodeStream=function(n){throw Si(3)},r}(),EA={StyleSheet:yd,mainSheet:OT};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
275
  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 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.
276
+ Read more about this at https://www.styled-components.com/docs/basics#react-native`);var Lg="__sc-".concat(la,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[Lg]||(window[Lg]=0),window[Lg]===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
277
 
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:_T,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=NT(uN),_A=NT(EA),SA=me;function NT(n){return n&&n.__esModule?n:{default:n}}const AT=(0,_A.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);lo.BaseIconUI=AT;function Sx({svg:n='<svg width="20" height="20">test</svg>',...r}){const l=document.createElement("div");return l.innerHTML=n,(0,SA.jsx)(AT,{...r,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:n}})}Sx.propTypes={svg:CA.default.string},Sx.displayName="BaseIcon";var wA=Sx;lo.default=wA;var OT=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 FT(n){return(0,DA.jsx)(TA.default,{svg:PA,...n})}FT.displayName="alert";var LA=FT;OT=LA;var wx=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 RT(n){return(0,NA.jsx)(MA.default,{svg:OA,...n})}RT.displayName="chevron-down";var FA=RT;wx=FA;var zT=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 BT(n){return(0,zA.jsx)(RA.default,{svg:IA,...n})}BT.displayName="chevron-up";var UA=BT;zT=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 IT=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 UT(n){return(0,JA.jsx)(ZA.default,{svg:tO,...n})}UT.displayName="search-medium";var nO=UT;IT=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 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"},uO=wn(yg.base),sO=wn(yg.group),cO=wn(yg.input),dO=wn(yg.button);function HT({className:n,...r}){const{focusProps:l,focusRingClassnames:s}=qc({within:!0}),f={className:dO()},m=Tb(r,l);return me.jsxs(gM,{className:Mt(uO({className:n}),s),...m,children:[me.jsx(Hh,{}),me.jsxs(V1,{className:sO(),children:[me.jsx(I2,{className:cO(),disabled:r==null?void 0:r.isDisabled}),me.jsx(R1,{slot:"increment","aria-label":"increment",...f,children:me.jsx(ms,{className:"icon",icon:zT})}),me.jsx(R1,{slot:"decrement","aria-label":"decrement",...f,children:me.jsx(ms,{className:"icon",icon:wx})})]}),me.jsx(CL,{})]})}HT.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"},VT=wn(uo.base,{variants:{hideLabel:{true:uo.visuallyHidden}}});function fO({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:VT({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:IT,size:"md"})})}),me.jsx(KT,{...f,renderEmptyState:b,children:r})]}):me.jsxs(xM,{placeholder:p,..._,children:[me.jsx(Hh,{className:VT({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:wx,size:"lg"})]}),me.jsx(KT,{...f,renderEmptyState:b,children:r})]})}function KT({children:n,className:r,renderEmptyState:l,...s}){return me.jsx(T5,{...s,className:Mt(uo.popover,r),children:me.jsx(OL,{renderEmptyState:f=>me.jsx("div",{className:uo.emptyState,children:l&&l({...f})}),className:Mt(uo.listBox),children:n})})}function pO({className:n,...r}){return me.jsx(BL,{...r,className:Mt(uo.selectItem,n)})}const vO=["id","role","style","title","tabIndex"],mO=n=>!!(vO.includes(n)||n.startsWith("aria-")||n.startsWith("data-"));function hO(n){return Object.keys(n).reduce((r,l)=>(mO(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"},jT=x.createContext({stickyFooter:!0,hasFooterOverflow:!1,setHasFooterOverflow:()=>{}});function gO({children:n,stickyFooter:r=!0}){const[l,s]=x.useState(!1);return me.jsx(jT.Provider,{value:{stickyFooter:r,hasFooterOverflow:l,setHasFooterOverflow:s},children:n})}const Tx=()=>x.useContext(jT),yO=()=>{const{setHasFooterOverflow:n}=Tx(),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},bO=({children:n,className:r})=>{const{stickyFooter:l}=Tx(),s=yO();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"},xO=({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]})},kO=({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}=Tx(),$=(A,F,I,re,q,B)=>{const W=me.jsx(_p,{onPress:F,isDisabled:I,variant:q,style:{...B,height:"50px"},children:A});return I&&re?me.jsx(xO,{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%"})]})},EO=({goBack:n})=>me.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"button",onClick:n,"aria-label":"Go back",tabIndex:0,onKeyDown:r=>{r.key==="Enter"&&n()},className:ti.headerButtonUI,children:me.jsx("path",{d:"M11.7803 15.9697C12.0732 16.2626 12.0732 16.7374 11.7803 17.0303C11.4874 17.3232 11.0126 17.3232 10.7197 17.0303L6.44433 12.7028C6.05951 12.3133 6.05951 11.6867 6.44433 11.2972L10.7197 6.96967C11.0126 6.67678 11.4874 6.67678 11.7803 6.96967C12.0732 7.26256 12.0732 7.73744 11.7803 8.03033L8.56066 11.25L17.25 11.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75L8.56066 12.75L11.7803 15.9697Z",fill:"#314351"})}),CO=({href:n})=>me.jsx("a",{href:n,className:Mt(ti.headerButtonUI,ti.externalLinkUI),target:"_blank",rel:"noopener noreferrer",children:me.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[me.jsx("path",{d:"M13.5 5.25C13.5 4.83579 13.8358 4.5 14.25 4.5H18.75C19.1642 4.5 19.5 4.83579 19.5 5.25V9.75C19.5 10.1642 19.1642 10.5 18.75 10.5C18.3358 10.5 18 10.1642 18 9.75V7.06066L13.2803 11.7803C12.9874 12.0732 12.5126 12.0732 12.2197 11.7803C11.9268 11.4874 11.9268 11.0126 12.2197 10.7197L16.9393 6H14.25C13.8358 6 13.5 5.66421 13.5 5.25Z",fill:"#253642"}),me.jsx("path",{d:"M11.2037 6L11.25 6C11.6642 6 12 6.33579 12 6.75C12 7.16421 11.6642 7.5 11.25 7.5C9.94177 7.5 9.02435 7.50115 8.32128 7.5816C7.63375 7.66026 7.24618 7.80643 6.9582 8.03204C6.79948 8.15639 6.65639 8.29948 6.53204 8.4582C6.30643 8.74618 6.16026 9.13375 6.0816 9.82128C6.00115 10.5243 6 11.4418 6 12.75C6 14.0582 6.00115 14.9757 6.0816 15.6787C6.16026 16.3662 6.30643 16.7538 6.53204 17.0418C6.65639 17.2005 6.79948 17.3436 6.9582 17.468C7.24618 17.6936 7.63375 17.8397 8.32128 17.9184C9.02435 17.9989 9.94177 18 11.25 18C12.5582 18 13.4757 17.9989 14.1787 17.9184C14.8662 17.8397 15.2538 17.6936 15.5418 17.468C15.7005 17.3436 15.8436 17.2005 15.968 17.0418C16.1936 16.7538 16.3397 16.3662 16.4184 15.6787C16.4989 14.9757 16.5 14.0582 16.5 12.75C16.5 12.3358 16.8358 12 17.25 12C17.6642 12 18 12.3358 18 12.75V12.7963C18 14.0475 18 15.0509 17.9087 15.8492C17.8144 16.6729 17.6148 17.372 17.1487 17.9669C16.9498 18.2208 16.7208 18.4498 16.4669 18.6487C15.872 19.1148 15.1729 19.3144 14.3492 19.4087C13.5509 19.5 12.5475 19.5 11.2963 19.5H11.2037C9.9525 19.5 8.94908 19.5 8.15076 19.4087C7.32707 19.3144 6.62798 19.1148 6.03313 18.6487C5.77917 18.4498 5.55022 18.2208 5.35127 17.9669C4.88522 17.372 4.68557 16.6729 4.59132 15.8492C4.49998 15.0509 4.49999 14.0475 4.5 12.7963V12.7037C4.49999 11.4525 4.49998 10.4491 4.59132 9.65076C4.68557 8.82707 4.88522 8.12798 5.35127 7.53313C5.55023 7.27917 5.77917 7.05022 6.03313 6.85127C6.62798 6.38522 7.32707 6.18557 8.15076 6.09132C8.94907 5.99998 9.9525 5.99999 11.2037 6Z",fill:"#253642"})]})}),_O=({className:n,subtitle:r="",title:l="",externalLink:s="",goBack:f})=>{const m=()=>l&&me.jsx(Za,{variant:"heading-lg",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(EO,{goBack:f}),me.jsxs("div",{className:Mt(ti.headerTitleWrapperUI,{[ti.noBackButton]:!f}),children:[m(),p()]}),s&&me.jsx(CO,{href:s})]})},bg=({children:n,className:r,stickyFooter:l=!0,...s})=>me.jsx("div",{className:Mt("UIKit-SidePanel",ti.sidePanelUI,r),...hO(s),"data-testid":"sidepanel",children:me.jsx(gO,{stickyFooter:l,children:n})});bg.Header=_O,bg.Content=bO,bg.Footer=kO;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"},SO=wn(ru.base,{variants:{state:{error:ru.error,success:ru.success,warning:ru.warning}}}),wO=wn(ru["text-area"],{variants:{state:{error:ru.error,success:ru.success,warning:ru.warning}}});function WT({className:n,disabled:r,state:l,...s}){const{focusProps:f,focusRingClassnames:m}=qc({within:!0});return me.jsx("div",{...f,className:Mt(SO({className:n,state:l}),m),children:me.jsx(SM,{...s,className:Mt(wO({state:l}),m,n),disabled:r,...f})})}const GT={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"},TO=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:TO({className:r,state:l}),role:"alert",children:[me.jsx(ms,{"aria-hidden":!0,className:Mp.icon,icon:OT,size:"xs"}),n]})}xg.displayName="ValidationAlert";function YT({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(F5,{...b,className:GT.base,isInvalid:_,children:[me.jsxs("div",{className:GT.control,children:[E&&me.jsxs(Yh,{children:[n&&me.jsx(Wh,{required:l,children:n}),r&&me.jsx(Gh,{children:r})]}),me.jsx(WT,{disabled:b.isDisabled,placeholder:s,required:l,rows:f,state:p})]}),me.jsx(xg,{state:p,children:m})]})}YT.displayName="TextAreaField";const qT={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function QT({label:n,description:r,isRequired:l,placeholder:s,validationMessage:f,validationState:m,...p}){const b=!!(n||r),E=m==="error";return me.jsxs(F5,{...p,className:qT.base,isInvalid:E,children:[me.jsxs("div",{className:qT.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})]})}QT.displayName="TextField";let kg;const DO=new Uint8Array(16);function $O(){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(DO)}const Cr=[];for(let n=0;n<256;++n)Cr.push((n+256).toString(16).slice(1));function PO(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 XT={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function LO(n,r,l){if(XT.randomUUID&&!r&&!n)return XT.randomUUID();n=n||{};const s=n.random||(n.rng||$O)();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 PO(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"},Dx={CONFIRM:"CONFIRM",ERROR:"ERROR",MESSAGE:"MESSAGE",SUCCESS:"SUCCESS",WARNING:"WARNING"},MO=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],$x=n=>{let r;try{r=new URL(n).origin}catch{return!1}return r&&MO.some(l=>r.match(l))};class NO{send(r,l={}){var s;if(!$x(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($x(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($x(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 NO;let AO=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=LO()),r!==Dx.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===Dx.CONFIRM,s)}}),r===Dx.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 OO=new AO,FO={root:"ui-kit__theme-module__root"};function ZT({children:n,fetchStyles:r=!0}){const[l,s]=x.useState(),f=x.useRef(null);return x.useEffect(()=>{if(!r)return;(async()=>{const p=await OO.getAppStyles();s(p)})()},[r]),x.useEffect(()=>{f.current&&(f.current.innerHTML=l||"")},[l]),me.jsxs("div",{className:FO.root,children:[r&&me.jsx("style",{ref:f}),n]})}ZT.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"},JT=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:JT({size:l,fit:s,isDisabled:f}),alt:r,src:n,...m}):me.jsx("div",{"aria-label":r,role:"img",className:JT({size:l,fit:s,isDisabled:f}),children:n})})}e6.displayName="Thumbnail",xt.Badge=pE,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=B5,xt.List=I5,xt.ListItem=GM,xt.Menu=YM,xt.MenuItem=qM,xt.MenuTrigger=tM,xt.Modal=QM,xt.ModalContent=XM,xt.ModalTrigger=GL,xt.NumberField=HT,xt.Select=fO,xt.SelectItem=pO,xt.SidePanel=bg,xt.Text=Za,xt.TextArea=WT,xt.TextAreaField=YT,xt.TextField=QT,xt.Theme=ZT,xt.Thumbnail=e6,xt.ValidationAlert=xg,xt.useFocusRing=qc,Object.defineProperty(xt,Symbol.toStringTag,{value:"Module"})});
278
+ See https://s-c.sh/2BAXzed for more info.`),window[Lg]+=1);const CA=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:kA,StyleSheetConsumer:uA,StyleSheetContext:$g,StyleSheetManager:FT,ThemeConsumer:pA,ThemeContext:pu,ThemeProvider:hA,__PRIVATE__:EA,createGlobalStyle:yA,css:Ng,default:Ix,isStyledComponent:_g,keyframes:bA,styled:Ix,useTheme:vA,version:Ss,withTheme:xA},Symbol.toStringTag,{value:"Module"})),_A=tM(CA);fo.__esModule=!0,fo.default=fo.BaseIconUI=void 0;var SA=jT(cM),wA=jT(_A),TA=ye;function jT(r){return r&&r.__esModule?r:{default:r}}const WT=(0,wA.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);fo.BaseIconUI=WT;function Bx({svg:r='<svg width="20" height="20">test</svg>',...n}){const o=document.createElement("div");return o.innerHTML=r,(0,TA.jsx)(WT,{...n,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:r}})}Bx.propTypes={svg:SA.default.string},Bx.displayName="BaseIcon";var DA=Bx;fo.default=DA;var GT=void 0,$A=NA(fo),PA=ye;function NA(r){return r&&r.__esModule?r:{default:r}}const LA='<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 YT(r){return(0,PA.jsx)($A.default,{svg:LA,...r})}YT.displayName="alert";var MA=YT;GT=MA;var Ux=void 0,AA=FA(fo),OA=ye;function FA(r){return r&&r.__esModule?r:{default:r}}const RA='<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 qT(r){return(0,OA.jsx)(AA.default,{svg:RA,...r})}qT.displayName="chevron-down";var zA=qT;Ux=zA;var QT=void 0,IA=UA(fo),BA=ye;function UA(r){return r&&r.__esModule?r:{default:r}}const VA='<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 XT(r){return(0,BA.jsx)(IA.default,{svg:VA,...r})}XT.displayName="chevron-up";var KA=XT;QT=KA;var HA=WA(fo),jA=ye;function WA(r){return r&&r.__esModule?r:{default:r}}const GA='<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 YA(r){return(0,jA.jsx)(HA.default,{svg:GA,...r})}YA.displayName="cross-medium";var qA=XA(fo),QA=ye;function XA(r){return r&&r.__esModule?r:{default:r}}const ZA='<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 JA(r){return(0,QA.jsx)(qA.default,{svg:ZA,...r})}JA.displayName="kebab-large";var ZT=void 0,eO=nO(fo),tO=ye;function nO(r){return r&&r.__esModule?r:{default:r}}const rO='<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 JT(r){return(0,tO.jsx)(eO.default,{svg:rO,...r})}JT.displayName="search-medium";var iO=JT;ZT=iO;var oO=aO(fo),lO=ye;function aO(r){return r&&r.__esModule?r:{default:r}}const uO='<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 sO(r){return(0,lO.jsx)(oO.default,{svg:uO,...r})}sO.displayName="trash";const Mg={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"},cO=An(Mg.base),dO=An(Mg.group),fO=An(Mg.input),pO=An(Mg.button);function e6({className:r,...n}){const{focusProps:o,focusRingClassnames:s}=dd({within:!0}),d={className:pO()},h=it(n,o);return ye.jsxs(kL,{className:Ut(cO({className:r}),s),...h,children:[ye.jsx(tg,{}),ye.jsxs(ix,{className:dO(),children:[ye.jsx(Q2,{className:fO(),disabled:n==null?void 0:n.isDisabled}),ye.jsx(J1,{slot:"increment","aria-label":"increment",...d,children:ye.jsx(Cs,{className:"icon",icon:QT})}),ye.jsx(J1,{slot:"decrement","aria-label":"decrement",...d,children:ye.jsx(Cs,{className:"icon",icon:Ux})})]}),ye.jsx(RN,{})]})}e6.displayName="NumberField";const ji={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",selectValue:"ui-kit__select-module__selectValue",visuallyHidden:"ui-kit__select-module__visuallyHidden",hideSelectValue:"ui-kit__select-module__hideSelectValue",emptyState:"ui-kit__select-module__emptyState"},t6=An(ji.base,{variants:{hideLabel:{true:ji.visuallyHidden}}});function vO({filterable:r,children:n,className:o,label:s,popoverProps:d,hideLabel:h=!1,placeholder:p,renderEmptyState:y,...k}){const C={"aria-label":s,className:Ut(ji.select,o),...k};return r?ye.jsxs(fL,{...C,children:[ye.jsx(tg,{className:t6({className:ji.selectLabel,hideLabel:h}),children:s}),ye.jsx(lg,{placeholder:p,suffix:ye.jsx(Up,{variant:"tertiary",className:ji.filterableTrigger,children:ye.jsx(Cs,{icon:ZT,size:"md"})})}),ye.jsx(n6,{...d,renderEmptyState:y,children:n})]}):ye.jsxs(CL,{placeholder:p,...C,children:[ye.jsx(tg,{className:t6({className:ji.selectLabel,hideLabel:h}),children:s}),ye.jsxs(Up,{className:ji.selectTrigger,children:[ye.jsx(wL,{className:Ut({[ji.hideSelectValue]:!p},ji.selectValue)}),ye.jsx(Cs,{icon:Ux,size:"lg"})]}),ye.jsx(n6,{...d,renderEmptyState:y,children:n})]})}function n6({children:r,className:n,renderEmptyState:o,...s}){return ye.jsx(B5,{...s,className:Ut(ji.popover,n),children:ye.jsx(HN,{renderEmptyState:d=>ye.jsx("div",{className:ji.emptyState,children:o&&o({...d})}),className:Ut(ji.listBox),children:r})})}function hO({className:r,...n}){return ye.jsx(GN,{...n,className:Ut(ji.selectItem,r)})}const mO=["id","role","style","title","tabIndex"],gO=r=>!!(mO.includes(r)||r.startsWith("aria-")||r.startsWith("data-"));function yO(r){return Object.keys(r).reduce((n,o)=>(gO(o)&&(n[o]=r[o]),n),{})}const Ur={sidePanelUI:"ui-kit__side-panel-module__sidePanelUI",headerUI:"ui-kit__side-panel-module__headerUI",showSubtitle:"ui-kit__side-panel-module__showSubtitle",headerIconUI:"ui-kit__side-panel-module__headerIconUI",headerIconButtonUI:"ui-kit__side-panel-module__headerIconButtonUI",headerTitleWrapperUI:"ui-kit__side-panel-module__headerTitleWrapperUI",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",headerButtonUI:"ui-kit__side-panel-module__headerButtonUI",externalLinkUI:"ui-kit__side-panel-module__externalLinkUI"},r6=x.createContext({stickyFooter:!0,hasFooterOverflow:!1,setHasFooterOverflow:()=>{}});function bO({children:r,stickyFooter:n=!0}){const[o,s]=x.useState(!1);return ye.jsx(r6.Provider,{value:{stickyFooter:n,hasFooterOverflow:o,setHasFooterOverflow:s},children:r})}const Vx=()=>x.useContext(r6),xO=()=>{const{setHasFooterOverflow:r}=Vx(),n=x.useRef(null),o=s=>{const d=s.scrollHeight>s.clientHeight,h=s.scrollHeight-s.scrollTop<=s.clientHeight+1;r(d&&!h)};return x.useEffect(()=>{const s=n.current;if(!s)return;const d=new ResizeObserver(p=>{for(const y of p)o(y.target)});d.observe(s);const h=()=>o(s);return s.addEventListener("scroll",h),()=>{d.disconnect(),s.removeEventListener("scroll",h)}},[r]),n},kO=({children:r,className:n})=>{const{stickyFooter:o}=Vx(),s=xO();return ye.jsx("div",{ref:s,className:Ut("UIKit-SidePanel-Content",Ur.contentUI,o&&Ur.stickyFooter,n),"data-sticky-footer":o?"true":"false","data-testid":"sidepanel.content",children:r})},Yp={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"},EO=({children:r,title:n,placement:o="center",className:s})=>{const[d,h]=x.useState(!1),[p,y]=x.useState(!1),k=o==="start",C=o==="end",T=()=>h(!0),S=()=>h(!1),D=()=>y(!0),$=()=>y(!1),N=p||d;return ye.jsxs("span",{className:Ut(Yp.wrapper,s),onMouseEnter:T,onMouseLeave:S,onFocus:D,onBlur:$,"data-testid":"Tooltip",children:[ye.jsx("span",{className:Ut(Yp.tooltip,{[Yp.hidden]:!N,[Yp.leftAligned]:k,[Yp.rightAligned]:C}),"aria-hidden":!N,role:"tooltip",children:n}),r]})},CO=({buttonLabel:r,buttonVariant:n="primary",buttonDisabled:o=!1,buttonTooltip:s="",secondaryButtonLabel:d,secondaryButtonVariant:h="secondary",secondaryButtonDisabled:p=!1,secondaryButtonTooltip:y="",className:k,onButtonClick:C,onSecondaryButtonClick:T})=>{const{stickyFooter:S,hasFooterOverflow:D}=Vx(),$=(N,M,O,z,B,V)=>{const K=ye.jsx(Up,{onPress:M,isDisabled:O,variant:B,style:{...V,height:"50px"},children:N});return O&&z?ye.jsx(EO,{title:z,children:K}):K};return ye.jsxs("div",{className:Ut("UIKit-SidePanel-Footer",Ur.footerUI,S&&Ur.stickyFooter,D&&Ur.hasOverflow,k),"data-sticky-footer":S?"true":"false","data-count":(d?1:0)+1,"data-testid":"sidepanel.footer",children:[d&&$(d,T,p,y,h,{width:"100%",maxWidth:"174px"}),$(r,C,o,s,n,{width:"100%"})]})},_O=({goBack:r})=>ye.jsx("button",{type:"button",className:Ur.headerIconButtonUI,onClick:r,"aria-label":"Go back",onKeyDown:n=>{n.key==="Enter"&&r()},children:ye.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:Ur.headerIconUI,children:ye.jsx("path",{d:"M11.7803 15.9697C12.0732 16.2626 12.0732 16.7374 11.7803 17.0303C11.4874 17.3232 11.0126 17.3232 10.7197 17.0303L6.44433 12.7028C6.05951 12.3133 6.05951 11.6867 6.44433 11.2972L10.7197 6.96967C11.0126 6.67678 11.4874 6.67678 11.7803 6.96967C12.0732 7.26256 12.0732 7.73744 11.7803 8.03033L8.56066 11.25L17.25 11.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75L8.56066 12.75L11.7803 15.9697Z",fill:"#314351"})})}),SO=({href:r})=>ye.jsx("a",{href:r,className:Ut(Ur.headerButtonUI,Ur.externalLinkUI),target:"_blank",rel:"noopener noreferrer",children:ye.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ye.jsx("path",{d:"M13.5 5.25C13.5 4.83579 13.8358 4.5 14.25 4.5H18.75C19.1642 4.5 19.5 4.83579 19.5 5.25V9.75C19.5 10.1642 19.1642 10.5 18.75 10.5C18.3358 10.5 18 10.1642 18 9.75V7.06066L13.2803 11.7803C12.9874 12.0732 12.5126 12.0732 12.2197 11.7803C11.9268 11.4874 11.9268 11.0126 12.2197 10.7197L16.9393 6H14.25C13.8358 6 13.5 5.66421 13.5 5.25Z",fill:"#253642"}),ye.jsx("path",{d:"M11.2037 6L11.25 6C11.6642 6 12 6.33579 12 6.75C12 7.16421 11.6642 7.5 11.25 7.5C9.94177 7.5 9.02435 7.50115 8.32128 7.5816C7.63375 7.66026 7.24618 7.80643 6.9582 8.03204C6.79948 8.15639 6.65639 8.29948 6.53204 8.4582C6.30643 8.74618 6.16026 9.13375 6.0816 9.82128C6.00115 10.5243 6 11.4418 6 12.75C6 14.0582 6.00115 14.9757 6.0816 15.6787C6.16026 16.3662 6.30643 16.7538 6.53204 17.0418C6.65639 17.2005 6.79948 17.3436 6.9582 17.468C7.24618 17.6936 7.63375 17.8397 8.32128 17.9184C9.02435 17.9989 9.94177 18 11.25 18C12.5582 18 13.4757 17.9989 14.1787 17.9184C14.8662 17.8397 15.2538 17.6936 15.5418 17.468C15.7005 17.3436 15.8436 17.2005 15.968 17.0418C16.1936 16.7538 16.3397 16.3662 16.4184 15.6787C16.4989 14.9757 16.5 14.0582 16.5 12.75C16.5 12.3358 16.8358 12 17.25 12C17.6642 12 18 12.3358 18 12.75V12.7963C18 14.0475 18 15.0509 17.9087 15.8492C17.8144 16.6729 17.6148 17.372 17.1487 17.9669C16.9498 18.2208 16.7208 18.4498 16.4669 18.6487C15.872 19.1148 15.1729 19.3144 14.3492 19.4087C13.5509 19.5 12.5475 19.5 11.2963 19.5H11.2037C9.9525 19.5 8.94908 19.5 8.15076 19.4087C7.32707 19.3144 6.62798 19.1148 6.03313 18.6487C5.77917 18.4498 5.55022 18.2208 5.35127 17.9669C4.88522 17.372 4.68557 16.6729 4.59132 15.8492C4.49998 15.0509 4.49999 14.0475 4.5 12.7963V12.7037C4.49999 11.4525 4.49998 10.4491 4.59132 9.65076C4.68557 8.82707 4.88522 8.12798 5.35127 7.53313C5.55023 7.27917 5.77917 7.05022 6.03313 6.85127C6.62798 6.38522 7.32707 6.18557 8.15076 6.09132C8.94907 5.99998 9.9525 5.99999 11.2037 6Z",fill:"#253642"})]})}),wO=({className:r,subtitle:n="",title:o="",externalLink:s="",goBack:d})=>{const h=()=>o&&ye.jsx(su,{variant:"heading-lg",className:Ur.headerTitleUI,children:o}),p=()=>n&&ye.jsx("div",{className:Ur.headerSubtitleUI,children:n});return ye.jsxs("div",{className:Ut("UIKit-SidePanel-Header",Ur.headerUI,{[Ur.showSubtitle]:!!n},r),role:"heading","aria-level":1,"data-testid":"sidepanel.header",children:[d&&ye.jsx(_O,{goBack:d}),ye.jsxs("div",{className:Ut(Ur.headerTitleWrapperUI,{[Ur.noBackButton]:!d}),children:[h(),p()]}),s&&ye.jsx(SO,{href:s})]})},Ag=({children:r,className:n,stickyFooter:o=!0,...s})=>ye.jsx("div",{className:Ut("UIKit-SidePanel",Ur.sidePanelUI,n),...yO(s),"data-testid":"sidepanel",children:ye.jsx(bO,{stickyFooter:o,children:r})});Ag.Header=wO,Ag.Content=kO,Ag.Footer=CO;const vu={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"},TO=An(vu.base,{variants:{state:{error:vu.error,success:vu.success,warning:vu.warning}}}),DO=An(vu["text-area"],{variants:{state:{error:vu.error,success:vu.success,warning:vu.warning}}});function i6({className:r,disabled:n,state:o,...s}){const{focusProps:d,focusRingClassnames:h}=dd({within:!0});return ye.jsx("div",{...d,className:Ut(TO({className:r,state:o}),h),children:ye.jsx(DL,{...s,className:Ut(DO({state:o}),h,r),disabled:n,...d})})}const o6={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"},qp={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"},$O=An(qp.base,{variants:{state:{error:qp.error,success:qp.success,warning:qp.warning}}});function Og({children:r,className:n,state:o,...s}){return!(r&&o)?null:ye.jsxs("div",{...s,className:$O({className:n,state:o}),role:"alert",children:[ye.jsx(Cs,{"aria-hidden":!0,className:qp.icon,icon:GT,size:"xs"}),r]})}Og.displayName="ValidationAlert";function l6({label:r,description:n,isRequired:o,placeholder:s,rows:d=2,validationMessage:h,validationState:p,...y}){const k=!!(r||n),C=p==="error";return ye.jsxs(Y5,{...y,className:o6.base,isInvalid:C,children:[ye.jsxs("div",{className:o6.control,children:[k&&ye.jsxs(sg,{children:[r&&ye.jsx(ag,{required:o,children:r}),n&&ye.jsx(ug,{children:n})]}),ye.jsx(i6,{disabled:y.isDisabled,placeholder:s,required:o,rows:d,state:p})]}),ye.jsx(Og,{state:p,children:h})]})}l6.displayName="TextAreaField";const a6={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function u6({label:r,description:n,isRequired:o,placeholder:s,validationMessage:d,validationState:h,...p}){const y=!!(r||n),k=h==="error";return ye.jsxs(Y5,{...p,className:a6.base,isInvalid:k,children:[ye.jsxs("div",{className:a6.control,children:[y&&ye.jsxs(sg,{children:[r&&ye.jsx(ag,{required:o,children:r}),n&&ye.jsx(ug,{children:n})]}),ye.jsx(lg,{align:p.align,disabled:p.isDisabled,placeholder:s,prefix:p.prefix,required:o,state:h})]}),ye.jsx(Og,{state:h,children:d})]})}u6.displayName="TextField";let Fg;const PO=new Uint8Array(16);function NO(){if(!Fg&&(Fg=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Fg))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Fg(PO)}const Sr=[];for(let r=0;r<256;++r)Sr.push((r+256).toString(16).slice(1));function LO(r,n=0){return Sr[r[n+0]]+Sr[r[n+1]]+Sr[r[n+2]]+Sr[r[n+3]]+"-"+Sr[r[n+4]]+Sr[r[n+5]]+"-"+Sr[r[n+6]]+Sr[r[n+7]]+"-"+Sr[r[n+8]]+Sr[r[n+9]]+"-"+Sr[r[n+10]]+Sr[r[n+11]]+Sr[r[n+12]]+Sr[r[n+13]]+Sr[r[n+14]]+Sr[r[n+15]]}const s6={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function MO(r,n,o){if(s6.randomUUID&&!r)return s6.randomUUID();r=r||{};const s=r.random||(r.rng||NO)();return s[6]=s[6]&15|64,s[8]=s[8]&63|128,LO(s)}const Wi={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"},Kx={CONFIRM:"CONFIRM"},AO=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],Hx=r=>{let n;try{n=new URL(r).origin}catch{return!1}return n&&AO.some(o=>n.match(o))};class OO{send(n,o={}){var s;if(!Hx(document.referrer)){console.warn("Unable to send message. Please run your app from within Help Scout.");return}window.parent.postMessage(JSON.parse(JSON.stringify({...o,type:n,appId:(s=window.name)==null?void 0:s.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(n){return await new Promise(o=>{window.addEventListener("message",function(d){if(Hx(d.origin))try{const{data:h}=d,{type:p,...y}=h;p===n&&o(y)}catch{console.error("Unable to read postMessage data.")}})})}listen(n,o){window.addEventListener("message",function(d){if(Hx(d.origin))try{const{data:h}=d,{type:p,...y}=h;p===n&&o(y)}catch{console.error("Unable to read postMessage data.")}})}}const Gi=new OO;let FO=class{async getApplicationContext(){return Gi.send(Wi.GET_APP_CONTEXT),await Gi.receive(Wi.SEND_APP_CONTEXT)}watchApplicationContext(n){Gi.listen(Wi.SEND_APP_CONTEXT,o=>{n(o)})}setClipboardText(n,o="Text copied"){Gi.send(Wi.SET_CLIPBOARD_TEXT,{value:{text:n,successMessage:o}})}setAppHeight(n){Gi.send(Wi.SET_APP_HEIGHT,{value:n})}showNotification(n,o,s={}){var d;if(s.id||(s.id=MO()),n!==Kx.CONFIRM){const h=s,p=(d=h==null?void 0:h.buttonOptions)==null?void 0:d.onClick;p&&Gi.listen(Wi.CLICK_NOTIFICATION_BUTTON,y=>{y.id===s.id&&p()})}if(Gi.send(Wi.SHOW_NOTIFICATION,{value:{type:n,message:o,options:(n===Kx.CONFIRM,s)}}),n===Kx.CONFIRM){const h=s;h.onConfirm&&Gi.listen(Wi.CONFIRM_NOTIFICATION_CONFIRMED,p=>{p.id===h.id&&h.onConfirm&&h.onConfirm()}),h.onClose&&Gi.listen(Wi.CONFIRM_NOTIFICATION_CLOSED,p=>{p.id===h.id&&h.onClose&&h.onClose()})}}async getAppStyles(){Gi.send(Wi.GET_APP_STYLES);const{styles:n}=await Gi.receive(Wi.SEND_APP_STYLES);return n}openSidePanel(n){Gi.send(Wi.OPEN_SIDE_PANEL,{value:n})}closeSidePanel(){Gi.send(Wi.CLOSE_SIDE_PANEL)}getInstallationIds(){const n=window==null?void 0:window.name;return n&&n.startsWith("app-")?n.replace("app-","").split("-").filter(o=>!!o):[]}};const RO=new FO,zO={root:"ui-kit__theme-module__root"};function c6({children:r,fetchStyles:n=!0}){const[o,s]=x.useState(),d=x.useRef(null);return x.useEffect(()=>{if(!n)return;(async()=>{const p=await RO.getAppStyles();s(p)})()},[n]),x.useEffect(()=>{d.current&&(d.current.innerHTML=o||"")},[o]),ye.jsxs("div",{className:zO.root,children:[n&&ye.jsx("style",{ref:d}),r]})}c6.displayName="Theme";const $s={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",contain:"ui-kit__thumbnail-module__contain",isDisabled:"ui-kit__thumbnail-module__isDisabled"},d6=An($s.base,{variants:{size:{sm:$s.sm,md:$s.md,lg:$s.lg},fit:{cover:$s.cover,contain:$s.contain},isDisabled:{true:$s.isDisabled}}});function f6({src:r,alt:n,size:o="md",fit:s="cover",isDisabled:d,...h}){return ye.jsx(ye.Fragment,{children:typeof r=="string"?ye.jsx("img",{className:d6({size:o,fit:s,isDisabled:d}),alt:n,src:r,...h}):ye.jsx("div",{"aria-label":n,role:"img",className:d6({size:o,fit:s,isDisabled:d}),children:r})})}f6.displayName="Thumbnail",xt.Badge=C3,xt.Button=Up,xt.ButtonGroup=LL,xt.ButtonGroupItem=ML,xt.Divider=OL,xt.Icon=Cs,xt.Input=lg,xt.Label=ag,xt.LabelDescription=ug,xt.LabelGroup=sg,xt.Link=X5,xt.List=Z5,xt.ListItem=qL,xt.Menu=QL,xt.MenuItem=XL,xt.MenuTrigger=eL,xt.Modal=ZL,xt.ModalContent=JL,xt.ModalTrigger=uL,xt.NumberField=e6,xt.Select=vO,xt.SelectItem=hO,xt.SidePanel=Ag,xt.Text=su,xt.TextArea=i6,xt.TextAreaField=l6,xt.TextField=u6,xt.Theme=c6,xt.Thumbnail=f6,xt.ValidationAlert=Og,xt.useFocusRing=dd,Object.defineProperty(xt,Symbol.toStringTag,{value:"Module"})});