@turquoisehealth/pit-viper 2.79.0 → 2.79.2-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_site/assets/css/pit-viper-v2-scoped.css +2 -2
- package/_site/assets/css/pit-viper-v2.css +2 -2
- package/_site/assets/css/pit-viper.css +2 -2
- package/package.json +31 -12
- package/pv-components/dist/docs/router.d.ts +1 -0
- package/pv-components/dist/docs/scripts/autoDocGen.d.ts +1 -0
- package/pv-components/dist/docs/scripts/copyPvAssets.d.ts +1 -0
- package/pv-components/dist/docs/scripts/plugins.d.ts +7 -0
- package/pv-components/dist/docs/scripts/propGen.d.ts +5 -0
- package/pv-components/dist/docs/src/App.vue.d.ts +2 -0
- package/pv-components/dist/docs/types/vue-component-doc.d.ts +20 -0
- package/pv-components/dist/docs/vite.config.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvAccordion/PvAccordion.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvAccordion/PvAccordion.vue.d.ts +22 -0
- package/pv-components/dist/src/components/base/PvAccordion/types.d.ts +5 -0
- package/pv-components/dist/src/components/base/PvActionBar/PvActionBar.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvActionBar/PvActionBar.vue.d.ts +18 -0
- package/pv-components/dist/src/components/base/PvActionBar/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvAiButton/PvAiButton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvAiButton/PvAiButton.vue.d.ts +12 -0
- package/pv-components/dist/src/components/base/PvAiButton/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvAvatar/PvAvatar.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvAvatar/PvAvatar.vue.d.ts +10 -0
- package/pv-components/dist/src/components/base/PvAvatar/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +7 -0
- package/pv-components/dist/src/components/base/PvAvatarGroup/types.d.ts +5 -0
- package/pv-components/dist/src/components/base/PvBanner/PvBanner.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvBanner/PvBanner.vue.d.ts +24 -0
- package/pv-components/dist/src/components/base/PvBanner/types.d.ts +11 -0
- package/pv-components/dist/src/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +6 -0
- package/pv-components/dist/src/components/base/PvBreadcrumbs/types.d.ts +4 -0
- package/pv-components/dist/src/components/base/PvButton/PvButton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvButton/PvButton.vue.d.ts +19 -0
- package/pv-components/dist/src/components/base/PvButton/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvCard/PvCard.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvCard/PvCard.vue.d.ts +21 -0
- package/pv-components/dist/src/components/base/PvCard/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvCheckbox/PvCheckbox.vue.d.ts +14 -0
- package/pv-components/dist/src/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +10 -0
- package/pv-components/dist/src/components/base/PvCompanyLabel/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +14 -0
- package/pv-components/dist/src/components/base/PvCompanyLogo/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +26 -0
- package/pv-components/dist/src/components/base/PvComponentsConfig/primeVue.config.d.ts +12 -0
- package/pv-components/dist/src/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +15 -0
- package/pv-components/dist/src/components/base/PvCounterBadge/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvDatePicker/PvDatePicker.vue.d.ts +114 -0
- package/pv-components/dist/src/components/base/PvDateTime/PvDateTime.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvDateTime/PvDateTime.vue.d.ts +13 -0
- package/pv-components/dist/src/components/base/PvDateTime/useDateTime.d.ts +9 -0
- package/pv-components/dist/src/components/base/PvDateTime/useDateTime.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvDrawer/PvDrawer.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvDrawer/PvDrawer.vue.d.ts +31 -0
- package/pv-components/dist/src/components/base/PvDropdown/PvDropdown.vue.d.ts +42 -0
- package/pv-components/dist/src/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +24 -0
- package/pv-components/dist/src/components/base/PvExpandableContent/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvGhostInput/PvGhostInput.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvGhostInput/PvGhostInput.vue.d.ts +29 -0
- package/pv-components/dist/src/components/base/PvGhostInput/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvIcon/PvIcon.vue.d.ts +9 -0
- package/pv-components/dist/src/components/base/PvInput/PvInput.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvInput/PvInput.vue.d.ts +34 -0
- package/pv-components/dist/src/components/base/PvInput/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvInsightCard/PvInsightCard.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvInsightCard/PvInsightCard.vue.d.ts +21 -0
- package/pv-components/dist/src/components/base/PvMenu/PvMenu.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMenu/PvMenu.vue.d.ts +30 -0
- package/pv-components/dist/src/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +11 -0
- package/pv-components/dist/src/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +18 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuItem.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuItem.vue.d.ts +25 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuRadioItem.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +12 -0
- package/pv-components/dist/src/components/base/PvMenu/useMenuPosition.d.ts +66 -0
- package/pv-components/dist/src/components/base/PvMenu/useMenuPosition.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvModal/PvModal.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvModal/PvModal.vue.d.ts +26 -0
- package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +155 -0
- package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +14 -0
- package/pv-components/dist/src/components/base/PvMultiSelectButton/mocks.d.ts +15 -0
- package/pv-components/dist/src/components/base/PvMultiSelectButton/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvPagination/PvPagination.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvPagination/PvPagination.vue.d.ts +20 -0
- package/pv-components/dist/src/components/base/PvPagination/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvPagination/usePagination.d.ts +12 -0
- package/pv-components/dist/src/components/base/PvPagination/usePagination.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvPill/PvPill.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvPill/PvPill.vue.d.ts +30 -0
- package/pv-components/dist/src/components/base/PvPill/types.d.ts +4 -0
- package/pv-components/dist/src/components/base/PvPopover/PvPopover.vue.d.ts +29 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/FormattedQueryText.vue.d.ts +5 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +29 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +13 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
- package/pv-components/dist/src/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvRating/PvRating.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvRating/PvRating.vue.d.ts +11 -0
- package/pv-components/dist/src/components/base/PvRating/types.d.ts +4 -0
- package/pv-components/dist/src/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +5 -0
- package/pv-components/dist/src/components/base/PvSearchInput/PvSearchInput.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSearchInput/PvSearchInput.vue.d.ts +23 -0
- package/pv-components/dist/src/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +18 -0
- package/pv-components/dist/src/components/base/PvSegmentedControl/types.d.ts +8 -0
- package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButton.vue.d.ts +49 -0
- package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +30 -0
- package/pv-components/dist/src/components/base/PvSelectButton/mocks.d.ts +13 -0
- package/pv-components/dist/src/components/base/PvSelectButton/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +19 -0
- package/pv-components/dist/src/components/base/PvSkeleton/PvSkeleton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSkeleton/PvSkeleton.vue.d.ts +10 -0
- package/pv-components/dist/src/components/base/PvSkeleton/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvSortableList/PvSortableList.vue.d.ts +21 -0
- package/pv-components/dist/src/components/base/PvSpinner/PvSpinner.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSpinner/PvSpinner.vue.d.ts +10 -0
- package/pv-components/dist/src/components/base/PvSpinner/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvSprite/PvSprite.vue.d.ts +8 -0
- package/pv-components/dist/src/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +30 -0
- package/pv-components/dist/src/components/base/PvSwitch/PvSwitch.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvSwitch/PvSwitch.vue.d.ts +21 -0
- package/pv-components/dist/src/components/base/PvSwitch/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvTabList/PvTabList.vue.d.ts +11 -0
- package/pv-components/dist/src/components/base/PvTabs/PvTabs.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvTabs/PvTabs.vue.d.ts +17 -0
- package/pv-components/dist/src/components/base/PvTabs/types.d.ts +7 -0
- package/pv-components/dist/src/components/base/PvTag/PvTag.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvTag/PvTag.vue.d.ts +40 -0
- package/pv-components/dist/src/components/base/PvTag/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvTextArea/PvTextArea.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvTextArea/PvTextArea.vue.d.ts +34 -0
- package/pv-components/dist/src/components/base/PvTextArea/types.d.ts +2 -0
- package/pv-components/dist/src/components/base/PvToast/PvToast.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvToast/PvToast.vue.d.ts +24 -0
- package/pv-components/dist/src/components/base/PvToast/types.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvToggleButton/PvToggleButton.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvToggleButton/PvToggleButton.vue.d.ts +28 -0
- package/pv-components/dist/src/components/base/PvToggleButton/types.d.ts +3 -0
- package/pv-components/dist/src/components/base/PvTooltip/PvTooltip.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvTooltip/PvTooltip.vue.d.ts +30 -0
- package/pv-components/dist/src/components/base/PvTooltip/types.d.ts +4 -0
- package/pv-components/dist/src/components/base/PvWidget/PvWidget.spec.d.ts +1 -0
- package/pv-components/dist/src/components/base/PvWidget/PvWidget.vue.d.ts +12 -0
- package/pv-components/dist/src/components/base/baseProps.d.ts +15 -0
- package/pv-components/dist/src/components/base/index.d.ts +54 -0
- package/pv-components/dist/src/components/charts/PvChart/PvChart.vue.d.ts +25 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +1 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +39 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/constants.d.ts +5 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.d.ts +13 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.spec.d.ts +1 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +21 -0
- package/pv-components/dist/src/components/charts/PvDataTableWithChart/types.d.ts +75 -0
- package/pv-components/dist/src/components/charts/PvMapChart/PvMapChart.vue.d.ts +44 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/MapGradient.vue.d.ts +10 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +15 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +20 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +20 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +28 -0
- package/pv-components/dist/src/components/charts/chart-components/maps/useTopology.d.ts +8 -0
- package/pv-components/dist/src/components/charts/themes.d.ts +5 -0
- package/pv-components/dist/src/components/helpers/charts/mockChartData.d.ts +7 -0
- package/pv-components/dist/src/components/helpers/components/ExampleTable.vue.d.ts +20 -0
- package/pv-components/dist/src/components/helpers/tables/mockData.d.ts +25 -0
- package/pv-components/dist/src/components/helpers/tables/mockPvDataTableServer.d.ts +49 -0
- package/pv-components/dist/src/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +1 -0
- package/pv-components/dist/src/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +20 -0
- package/pv-components/dist/src/components/tables/PvDataTable/PvDataTable.vue.d.ts +31 -0
- package/pv-components/dist/src/components/tables/PvDataTable/helpers.d.ts +24 -0
- package/pv-components/dist/src/components/tables/PvDataTable/helpers.spec.d.ts +1 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/ColumnVisibilitySelector.vue.d.ts +13 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +15 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +22 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterValueLabel.vue.d.ts +15 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/FocusItemRenderer.vue.d.ts +7 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +16 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +16 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +15 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +9 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/LogoCellRenderer.vue.d.ts +6 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +15 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +16 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +2 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +29 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +7 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +6 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +6 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.d.ts +29 -0
- package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.spec.d.ts +1 -0
- package/pv-components/dist/{vue/tables/pv-components-tables.d.ts → src/components/tables/PvDataTable/types.d.ts} +244 -299
- package/pv-components/dist/src/components/tables/PvDataTable/useFilterStore.d.ts +43 -0
- package/pv-components/dist/src/components/tables/PvDataTable/useFocus.d.ts +24 -0
- package/pv-components/dist/src/components/tables/PvDataTable/useFocus.spec.d.ts +1 -0
- package/pv-components/dist/src/components/tables/symbols.d.ts +48 -0
- package/pv-components/dist/src/components/tables/themes.d.ts +3 -0
- package/pv-components/dist/src/components/visualizations/index.d.ts +5 -0
- package/pv-components/dist/src/functions/aggregations.d.ts +1 -0
- package/pv-components/dist/src/functions/formatting.d.ts +7 -0
- package/pv-components/dist/src/helpers/tests/findIcon.d.ts +1 -0
- package/pv-components/dist/src/helpers/tests/helpers.d.ts +9 -0
- package/pv-components/dist/src/styles.d.ts +1 -0
- package/pv-components/dist/src/types.d.ts +40 -0
- package/pv-components/dist/src/web-components.d.ts +1 -0
- package/pv-components/dist/vite.config.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.js +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +652 -596
- package/pv-components/dist/vue/base/pv-components-base.umd.js +2 -2
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +176 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +11849 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +176 -0
- package/pv-components/dist/web/pv-components.iife.js +23 -23
- package/pv-components/dist/vue/base/pv-components-base.d.ts +0 -2020
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -489
- package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121810
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
- package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47026
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
- package/pv-components/dist/web/index.d.ts +0 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
select:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${e},
|
|
11
11
|
textarea:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${e},
|
|
12
12
|
[tabIndex]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${e},
|
|
13
|
-
[contenteditable]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${e}`),r=[];for(const a of o)getComputedStyle(a).display!="none"&&getComputedStyle(a).visibility!="hidden"&&r.push(a);return r}function nn(t){if(t){let e=t.offsetHeight;const o=getComputedStyle(t);return e-=parseFloat(o.paddingTop)+parseFloat(o.paddingBottom)+parseFloat(o.borderTopWidth)+parseFloat(o.borderBottomWidth),e}return 0}function Nt(t){var e;if(t){const o=(e=sr(t))==null?void 0:e.childNodes;let r=0;if(o)for(let a=0;a<o.length;a++){if(o[a]===t)return r;o[a].nodeType===1&&r++}}return-1}function pl(t){if(t){const e=t.getBoundingClientRect();return{top:e.top+(window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0),left:e.left+(window.pageXOffset||lr(document.documentElement)||lr(document.body)||0)}}return{top:"auto",left:"auto"}}function fl(t,e){return t?t.offsetHeight:0}function an(t,e=[]){const o=sr(t);return o===null?e:an(o,e.concat([o]))}function ml(t){const e=[];if(t){const o=an(t),r=/(auto|scroll)/,a=i=>{try{const l=window.getComputedStyle(i,null);return r.test(l.getPropertyValue("overflow"))||r.test(l.getPropertyValue("overflowX"))||r.test(l.getPropertyValue("overflowY"))}catch{return!1}};for(const i of o){const l=i.nodeType===1&&i.dataset.scrollselectors;if(l){const d=l.split(",");for(const s of d){const u=De(i,s);u&&a(u)&&e.push(u)}}i.nodeType!==9&&a(i)&&e.push(i)}}return e}function ln(t){if(t){let e=t.offsetWidth;const o=getComputedStyle(t);return e-=parseFloat(o.paddingLeft)+parseFloat(o.paddingRight)+parseFloat(o.borderLeftWidth)+parseFloat(o.borderRightWidth),e}return 0}function sn(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function hl(){return"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0}function dn(t,e="",o){pt(t)&&o!==null&&o!==void 0&&t.setAttribute(e,o)}function dr(){const t=new Map;return{on(e,o){let r=t.get(e);return r?r.push(o):r=[o],t.set(e,r),this},off(e,o){const r=t.get(e);return r&&r.splice(r.indexOf(o)>>>0,1),this},emit(e,o){const r=t.get(e);r&&r.forEach(a=>{a(o)})},clear(){t.clear()}}}var gl=Object.defineProperty,cn=Object.getOwnPropertySymbols,bl=Object.prototype.hasOwnProperty,vl=Object.prototype.propertyIsEnumerable,un=(t,e,o)=>e in t?gl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,yl=(t,e)=>{for(var o in e||(e={}))bl.call(e,o)&&un(t,o,e[o]);if(cn)for(var o of cn(e))vl.call(e,o)&&un(t,o,e[o]);return t};function ft(t){return t==null||t===""||Array.isArray(t)&&t.length===0||!(t instanceof Date)&&typeof t=="object"&&Object.keys(t).length===0}function cr(t){return typeof t=="function"&&"call"in t&&"apply"in t}function Z(t){return!ft(t)}function ze(t,e=!0){return t instanceof Object&&t.constructor===Object&&(e||Object.keys(t).length!==0)}function pn(t={},e={}){const o=yl({},t);return Object.keys(e).forEach(r=>{const a=r;ze(e[a])&&a in t&&ze(t[a])?o[a]=pn(t[a],e[a]):o[a]=e[a]}),o}function kl(...t){return t.reduce((e,o,r)=>r===0?o:pn(e,o),{})}function ke(t,...e){return cr(t)?t(...e):t}function we(t,e=!0){return typeof t=="string"&&(e||t!=="")}function _e(t){return we(t)?t.replace(/(-|_)/g,"").toLowerCase():t}function ur(t,e="",o={}){const r=_e(e).split("."),a=r.shift();if(a){if(ze(t)){const i=Object.keys(t).find(l=>_e(l)===a)||"";return ur(ke(t[i],o),r.join("."),o)}return}return ke(t,o)}function fn(t,e=!0){return Array.isArray(t)&&(e||t.length!==0)}function wl(t){return Z(t)&&!isNaN(t)}function Cl(){return new Intl.Collator(void 0,{numeric:!0}).compare}function mt(t,e){if(e){const o=e.test(t);return e.lastIndex=0,o}return!1}function $l(...t){return kl(...t)}function It(t){return t&&t.replace(/\/\*(?:(?!\*\/)[\s\S])*\*\/|[\r\n\t]+/g,"").replace(/ {2,}/g," ").replace(/ ([{:}]) /g,"$1").replace(/([;,]) /g,"$1").replace(/ !/g,"!").replace(/: /g,":").trim()}function Sl(t){return we(t,!1)?t[0].toUpperCase()+t.slice(1):t}function mn(t){return we(t)?t.replace(/(_)/g,"-").replace(/[A-Z]/g,(e,o)=>o===0?e:"-"+e.toLowerCase()).toLowerCase():t}var Po={};function Bl(t="pui_id_"){return Object.hasOwn(Po,t)||(Po[t]=0),Po[t]++,`${t}${Po[t]}`}function Pl(){let t=[];const e=(l,d,s=999)=>{const u=a(l,d,s),c=u.value+(u.key===l?0:s)+1;return t.push({key:l,value:c}),c},o=l=>{t=t.filter(d=>d.value!==l)},r=(l,d)=>a(l).value,a=(l,d,s=0)=>[...t].reverse().find(u=>!0)||{key:l,value:s},i=l=>l&&parseInt(l.style.zIndex,10)||0;return{get:i,set:(l,d,s)=>{d&&(d.style.zIndex=String(e(l,!0,s)))},clear:l=>{l&&(o(i(l)),l.style.zIndex="")},getCurrent:l=>r(l)}}var pr=Pl();function Rt(t){"@babel/helpers - typeof";return Rt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Rt(t)}function Dl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function xl(t,e){for(var o=0;o<e.length;o++){var r=e[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Tl(r.key),r)}}function El(t,e,o){return e&&xl(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function Tl(t){var e=Ml(t,"string");return Rt(e)=="symbol"?e:e+""}function Ml(t,e){if(Rt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var r=o.call(t,e);if(Rt(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}var Ol=function(){function t(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){};Dl(this,t),this.element=e,this.listener=o}return El(t,[{key:"bindScrollListener",value:function(){this.scrollableParents=ml(this.element);for(var o=0;o<this.scrollableParents.length;o++)this.scrollableParents[o].addEventListener("scroll",this.listener)}},{key:"unbindScrollListener",value:function(){if(this.scrollableParents)for(var o=0;o<this.scrollableParents.length;o++)this.scrollableParents[o].removeEventListener("scroll",this.listener)}},{key:"destroy",value:function(){this.unbindScrollListener(),this.element=null,this.listener=null,this.scrollableParents=null}}])}(),_l=Object.defineProperty,Vl=Object.defineProperties,Nl=Object.getOwnPropertyDescriptors,Do=Object.getOwnPropertySymbols,hn=Object.prototype.hasOwnProperty,gn=Object.prototype.propertyIsEnumerable,bn=(t,e,o)=>e in t?_l(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,xe=(t,e)=>{for(var o in e||(e={}))hn.call(e,o)&&bn(t,o,e[o]);if(Do)for(var o of Do(e))gn.call(e,o)&&bn(t,o,e[o]);return t},fr=(t,e)=>Vl(t,Nl(e)),Ae=(t,e)=>{var o={};for(var r in t)hn.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(t!=null&&Do)for(var r of Do(t))e.indexOf(r)<0&&gn.call(t,r)&&(o[r]=t[r]);return o},Il=dr(),se=Il,mr=/{([^}]*)}/g,Rl=/(\d+\s+[\+\-\*\/]\s+\d+)/g,Ll=/var\([^)]+\)/g;function zl(t){return ze(t)&&t.hasOwnProperty("$value")&&t.hasOwnProperty("$type")?t.$value:t}function Al(t){return t.replaceAll(/ /g,"").replace(/[^\w]/g,"-")}function hr(t="",e=""){return Al(`${we(t,!1)&&we(e,!1)?`${t}-`:t}${e}`)}function vn(t="",e=""){return`--${hr(t,e)}`}function Fl(t=""){const e=(t.match(/{/g)||[]).length,o=(t.match(/}/g)||[]).length;return(e+o)%2!==0}function yn(t,e="",o="",r=[],a){if(we(t)){const i=t.trim();if(Fl(i))return;if(mt(i,mr)){const l=i.replaceAll(mr,d=>{const u=d.replace(/{|}/g,"").split(".").filter(c=>!r.some(p=>mt(c,p)));return`var(${vn(o,mn(u.join("-")))}${Z(a)?`, ${a}`:""})`});return mt(l.replace(Ll,"0"),Rl)?`calc(${l})`:l}return i}else if(wl(t))return t}function jl(t,e,o){we(e,!1)&&t.push(`${e}:${o};`)}function ht(t,e){return t?`${t}{${e}}`:""}function kn(t,e){if(t.indexOf("dt(")===-1)return t;function o(l,d){const s=[];let u=0,c="",p=null,f=0;for(;u<=l.length;){const m=l[u];if((m==='"'||m==="'"||m==="`")&&l[u-1]!=="\\"&&(p=p===m?null:m),!p&&(m==="("&&f++,m===")"&&f--,(m===","||u===l.length)&&f===0)){const h=c.trim();h.startsWith("dt(")?s.push(kn(h,d)):s.push(r(h)),c="",u++;continue}m!==void 0&&(c+=m),u++}return s}function r(l){const d=l[0];if((d==='"'||d==="'"||d==="`")&&l[l.length-1]===d)return l.slice(1,-1);const s=Number(l);return isNaN(s)?l:s}const a=[],i=[];for(let l=0;l<t.length;l++)if(t[l]==="d"&&t.slice(l,l+3)==="dt(")i.push(l),l+=2;else if(t[l]===")"&&i.length>0){const d=i.pop();i.length===0&&a.push([d,l])}if(!a.length)return t;for(let l=a.length-1;l>=0;l--){const[d,s]=a[l],u=t.slice(d+3,s),c=o(u,e),p=e(...c);t=t.slice(0,d)+p+t.slice(s+1)}return t}var tt=(...t)=>Hl(X.getTheme(),...t),Hl=(t={},e,o,r)=>{if(e){const{variable:a,options:i}=X.defaults||{},{prefix:l,transform:d}=t?.options||i||{},s=mt(e,mr)?e:`{${e}}`;return r==="value"||ft(r)&&d==="strict"?X.getTokenValue(e):yn(s,void 0,l,[a.excludedKeyRegex],o)}return""};function xo(t,...e){if(t instanceof Array){const o=t.reduce((r,a,i)=>{var l;return r+a+((l=ke(e[i],{dt:tt}))!=null?l:"")},"");return kn(o,tt)}return ke(t,{dt:tt})}function Yl(t,e={}){const o=X.defaults.variable,{prefix:r=o.prefix,selector:a=o.selector,excludedKeyRegex:i=o.excludedKeyRegex}=e,l=[],d=[],s=[{node:t,path:r}];for(;s.length;){const{node:c,path:p}=s.pop();for(const f in c){const m=c[f],h=zl(m),g=mt(f,i)?hr(p):hr(p,mn(f));if(ze(h))s.push({node:h,path:g});else{const v=vn(g),k=yn(h,g,r,[i]);jl(d,v,k);let C=g;r&&C.startsWith(r+"-")&&(C=C.slice(r.length+1)),l.push(C.replace(/-/g,"."))}}}const u=d.join("");return{value:d,tokens:l,declarations:u,css:ht(a,u)}}var Ee={regex:{rules:{class:{pattern:/^\.([a-zA-Z][\w-]*)$/,resolve(t){return{type:"class",selector:t,matched:this.pattern.test(t.trim())}}},attr:{pattern:/^\[(.*)\]$/,resolve(t){return{type:"attr",selector:`:root${t}`,matched:this.pattern.test(t.trim())}}},media:{pattern:/^@media (.*)$/,resolve(t){return{type:"media",selector:`${t}{:root{[CSS]}}`,matched:this.pattern.test(t.trim())}}},system:{pattern:/^system$/,resolve(t){return{type:"system",selector:"@media (prefers-color-scheme: dark){:root{[CSS]}}",matched:this.pattern.test(t.trim())}}},custom:{resolve(t){return{type:"custom",selector:t,matched:!0}}}},resolve(t){const e=Object.keys(this.rules).filter(o=>o!=="custom").map(o=>this.rules[o]);return[t].flat().map(o=>{var r;return(r=e.map(a=>a.resolve(o)).find(a=>a.matched))!=null?r:this.rules.custom.resolve(o)})}},_toVariables(t,e){return Yl(t,{prefix:e?.prefix})},getCommon({name:t="",theme:e={},params:o,set:r,defaults:a}){var i,l,d,s,u,c,p;const{preset:f,options:m}=e;let h,b,g,v,k,C,y;if(Z(f)&&m.transform!=="strict"){const{primitive:P,semantic:x,extend:N}=f,w=x||{},{colorScheme:_}=w,T=Ae(w,["colorScheme"]),M=N||{},{colorScheme:Q}=M,q=Ae(M,["colorScheme"]),O=_||{},{dark:D}=O,$=Ae(O,["dark"]),E=Q||{},{dark:S}=E,R=Ae(E,["dark"]),I=Z(P)?this._toVariables({primitive:P},m):{},j=Z(T)?this._toVariables({semantic:T},m):{},U=Z($)?this._toVariables({light:$},m):{},te=Z(D)?this._toVariables({dark:D},m):{},oe=Z(q)?this._toVariables({semantic:q},m):{},fe=Z(R)?this._toVariables({light:R},m):{},Fe=Z(S)?this._toVariables({dark:S},m):{},[je,ot]=[(i=I.declarations)!=null?i:"",I.tokens],[He,ue]=[(l=j.declarations)!=null?l:"",j.tokens||[]],[Ne,rt]=[(d=U.declarations)!=null?d:"",U.tokens||[]],[kt,Zk]=[(s=te.declarations)!=null?s:"",te.tokens||[]],[Qk,Jk]=[(u=oe.declarations)!=null?u:"",oe.tokens||[]],[e1,t1]=[(c=fe.declarations)!=null?c:"",fe.tokens||[]],[o1,r1]=[(p=Fe.declarations)!=null?p:"",Fe.tokens||[]];h=this.transformCSS(t,je,"light","variable",m,r,a),b=ot;const n1=this.transformCSS(t,`${He}${Ne}`,"light","variable",m,r,a),a1=this.transformCSS(t,`${kt}`,"dark","variable",m,r,a);g=`${n1}${a1}`,v=[...new Set([...ue,...rt,...Zk])];const i1=this.transformCSS(t,`${Qk}${e1}color-scheme:light`,"light","variable",m,r,a),l1=this.transformCSS(t,`${o1}color-scheme:dark`,"dark","variable",m,r,a);k=`${i1}${l1}`,C=[...new Set([...Jk,...t1,...r1])],y=ke(f.css,{dt:tt})}return{primitive:{css:h,tokens:b},semantic:{css:g,tokens:v},global:{css:k,tokens:C},style:y}},getPreset({name:t="",preset:e={},options:o,params:r,set:a,defaults:i,selector:l}){var d,s,u;let c,p,f;if(Z(e)&&o.transform!=="strict"){const m=t.replace("-directive",""),h=e,{colorScheme:b,extend:g,css:v}=h,k=Ae(h,["colorScheme","extend","css"]),C=g||{},{colorScheme:y}=C,P=Ae(C,["colorScheme"]),x=b||{},{dark:N}=x,w=Ae(x,["dark"]),_=y||{},{dark:T}=_,M=Ae(_,["dark"]),Q=Z(k)?this._toVariables({[m]:xe(xe({},k),P)},o):{},q=Z(w)?this._toVariables({[m]:xe(xe({},w),M)},o):{},O=Z(N)?this._toVariables({[m]:xe(xe({},N),T)},o):{},[D,$]=[(d=Q.declarations)!=null?d:"",Q.tokens||[]],[E,S]=[(s=q.declarations)!=null?s:"",q.tokens||[]],[R,I]=[(u=O.declarations)!=null?u:"",O.tokens||[]],j=this.transformCSS(m,`${D}${E}`,"light","variable",o,a,i,l),U=this.transformCSS(m,R,"dark","variable",o,a,i,l);c=`${j}${U}`,p=[...new Set([...$,...S,...I])],f=ke(v,{dt:tt})}return{css:c,tokens:p,style:f}},getPresetC({name:t="",theme:e={},params:o,set:r,defaults:a}){var i;const{preset:l,options:d}=e,s=(i=l?.components)==null?void 0:i[t];return this.getPreset({name:t,preset:s,options:d,params:o,set:r,defaults:a})},getPresetD({name:t="",theme:e={},params:o,set:r,defaults:a}){var i,l;const d=t.replace("-directive",""),{preset:s,options:u}=e,c=((i=s?.components)==null?void 0:i[d])||((l=s?.directives)==null?void 0:l[d]);return this.getPreset({name:d,preset:c,options:u,params:o,set:r,defaults:a})},applyDarkColorScheme(t){return!(t.darkModeSelector==="none"||t.darkModeSelector===!1)},getColorSchemeOption(t,e){var o;return this.applyDarkColorScheme(t)?this.regex.resolve(t.darkModeSelector===!0?e.options.darkModeSelector:(o=t.darkModeSelector)!=null?o:e.options.darkModeSelector):[]},getLayerOrder(t,e={},o,r){const{cssLayer:a}=e;return a?`@layer ${ke(a.order||"primeui",o)}`:""},getCommonStyleSheet({name:t="",theme:e={},params:o,props:r={},set:a,defaults:i}){const l=this.getCommon({name:t,theme:e,params:o,set:a,defaults:i}),d=Object.entries(r).reduce((s,[u,c])=>s.push(`${u}="${c}"`)&&s,[]).join(" ");return Object.entries(l||{}).reduce((s,[u,c])=>{if(ze(c)&&Object.hasOwn(c,"css")){const p=It(c.css),f=`${u}-variables`;s.push(`<style type="text/css" data-primevue-style-id="${f}" ${d}>${p}</style>`)}return s},[]).join("")},getStyleSheet({name:t="",theme:e={},params:o,props:r={},set:a,defaults:i}){var l;const d={name:t,theme:e,params:o,set:a,defaults:i},s=(l=t.includes("-directive")?this.getPresetD(d):this.getPresetC(d))==null?void 0:l.css,u=Object.entries(r).reduce((c,[p,f])=>c.push(`${p}="${f}"`)&&c,[]).join(" ");return s?`<style type="text/css" data-primevue-style-id="${t}-variables" ${u}>${It(s)}</style>`:""},createTokens(t={},e,o="",r="",a={}){return{}},getTokenValue(t,e,o){var r;const i=(s=>s.split(".").filter(c=>!mt(c.toLowerCase(),o.variable.excludedKeyRegex)).join("."))(e),l=e.includes("colorScheme.light")?"light":e.includes("colorScheme.dark")?"dark":void 0,d=[(r=t[i])==null?void 0:r.computed(l)].flat().filter(s=>s);return d.length===1?d[0].value:d.reduce((s={},u)=>{const c=u,{colorScheme:p}=c,f=Ae(c,["colorScheme"]);return s[p]=f,s},void 0)},getSelectorRule(t,e,o,r){return o==="class"||o==="attr"?ht(Z(e)?`${t}${e},${t} ${e}`:t,r):ht(t,Z(e)?ht(e,r):r)},transformCSS(t,e,o,r,a={},i,l,d){if(Z(e)){const{cssLayer:s}=a;if(r!=="style"){const u=this.getColorSchemeOption(a,l);e=o==="dark"?u.reduce((c,{type:p,selector:f})=>(Z(f)&&(c+=f.includes("[CSS]")?f.replace("[CSS]",e):this.getSelectorRule(f,d,p,e)),c),""):ht(d??":root",e)}if(s){const u={name:"primeui"};ze(s)&&(u.name=ke(s.name,{name:t,type:r})),Z(u.name)&&(e=ht(`@layer ${u.name}`,e),i?.layerNames(u.name))}return e}return""}},X={defaults:{variable:{prefix:"p",selector:":root",excludedKeyRegex:/^(primitive|semantic|components|directives|variables|colorscheme|light|dark|common|root|states|extend|css)$/gi},options:{prefix:"p",darkModeSelector:"system",cssLayer:!1}},_theme:void 0,_layerNames:new Set,_loadedStyleNames:new Set,_loadingStyles:new Set,_tokens:{},update(t={}){const{theme:e}=t;e&&(this._theme=fr(xe({},e),{options:xe(xe({},this.defaults.options),e.options)}),this._tokens=Ee.createTokens(this.preset,this.defaults),this.clearLoadedStyleNames())},get theme(){return this._theme},get preset(){var t;return((t=this.theme)==null?void 0:t.preset)||{}},get options(){var t;return((t=this.theme)==null?void 0:t.options)||{}},get tokens(){return this._tokens},getTheme(){return this.theme},setTheme(t){this.update({theme:t}),se.emit("theme:change",t)},getPreset(){return this.preset},setPreset(t){this._theme=fr(xe({},this.theme),{preset:t}),this._tokens=Ee.createTokens(t,this.defaults),this.clearLoadedStyleNames(),se.emit("preset:change",t),se.emit("theme:change",this.theme)},getOptions(){return this.options},setOptions(t){this._theme=fr(xe({},this.theme),{options:t}),this.clearLoadedStyleNames(),se.emit("options:change",t),se.emit("theme:change",this.theme)},getLayerNames(){return[...this._layerNames]},setLayerNames(t){this._layerNames.add(t)},getLoadedStyleNames(){return this._loadedStyleNames},isStyleNameLoaded(t){return this._loadedStyleNames.has(t)},setLoadedStyleName(t){this._loadedStyleNames.add(t)},deleteLoadedStyleName(t){this._loadedStyleNames.delete(t)},clearLoadedStyleNames(){this._loadedStyleNames.clear()},getTokenValue(t){return Ee.getTokenValue(this.tokens,t,this.defaults)},getCommon(t="",e){return Ee.getCommon({name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getComponent(t="",e){const o={name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPresetC(o)},getDirective(t="",e){const o={name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPresetD(o)},getCustomPreset(t="",e,o,r){const a={name:t,preset:e,options:this.options,selector:o,params:r,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPreset(a)},getLayerOrderCSS(t=""){return Ee.getLayerOrder(t,this.options,{names:this.getLayerNames()},this.defaults)},transformCSS(t="",e,o="style",r){return Ee.transformCSS(t,e,r,o,this.options,{layerNames:this.setLayerNames.bind(this)},this.defaults)},getCommonStyleSheet(t="",e,o={}){return Ee.getCommonStyleSheet({name:t,theme:this.theme,params:e,props:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getStyleSheet(t,e,o={}){return Ee.getStyleSheet({name:t,theme:this.theme,params:e,props:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},onStyleMounted(t){this._loadingStyles.add(t)},onStyleUpdated(t){this._loadingStyles.add(t)},onStyleLoaded(t,{name:e}){this._loadingStyles.size&&(this._loadingStyles.delete(e),se.emit(`theme:${e}:load`,t),!this._loadingStyles.size&&se.emit("theme:load"))}},qe={_loadedStyleNames:new Set,getLoadedStyleNames:function(){return this._loadedStyleNames},isStyleNameLoaded:function(e){return this._loadedStyleNames.has(e)},setLoadedStyleName:function(e){this._loadedStyleNames.add(e)},deleteLoadedStyleName:function(e){this._loadedStyleNames.delete(e)},clearLoadedStyleNames:function(){this._loadedStyleNames.clear()}},Wl=`
|
|
13
|
+
[contenteditable]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${e}`),r=[];for(const a of o)getComputedStyle(a).display!="none"&&getComputedStyle(a).visibility!="hidden"&&r.push(a);return r}function nn(t){if(t){let e=t.offsetHeight;const o=getComputedStyle(t);return e-=parseFloat(o.paddingTop)+parseFloat(o.paddingBottom)+parseFloat(o.borderTopWidth)+parseFloat(o.borderBottomWidth),e}return 0}function Nt(t){var e;if(t){const o=(e=sr(t))==null?void 0:e.childNodes;let r=0;if(o)for(let a=0;a<o.length;a++){if(o[a]===t)return r;o[a].nodeType===1&&r++}}return-1}function pl(t){if(t){const e=t.getBoundingClientRect();return{top:e.top+(window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0),left:e.left+(window.pageXOffset||lr(document.documentElement)||lr(document.body)||0)}}return{top:"auto",left:"auto"}}function fl(t,e){return t?t.offsetHeight:0}function an(t,e=[]){const o=sr(t);return o===null?e:an(o,e.concat([o]))}function ml(t){const e=[];if(t){const o=an(t),r=/(auto|scroll)/,a=i=>{try{const l=window.getComputedStyle(i,null);return r.test(l.getPropertyValue("overflow"))||r.test(l.getPropertyValue("overflowX"))||r.test(l.getPropertyValue("overflowY"))}catch{return!1}};for(const i of o){const l=i.nodeType===1&&i.dataset.scrollselectors;if(l){const d=l.split(",");for(const s of d){const u=De(i,s);u&&a(u)&&e.push(u)}}i.nodeType!==9&&a(i)&&e.push(i)}}return e}function ln(t){if(t){let e=t.offsetWidth;const o=getComputedStyle(t);return e-=parseFloat(o.paddingLeft)+parseFloat(o.paddingRight)+parseFloat(o.borderLeftWidth)+parseFloat(o.borderRightWidth),e}return 0}function sn(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function hl(){return"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0}function dn(t,e="",o){pt(t)&&o!==null&&o!==void 0&&t.setAttribute(e,o)}function dr(){const t=new Map;return{on(e,o){let r=t.get(e);return r?r.push(o):r=[o],t.set(e,r),this},off(e,o){const r=t.get(e);return r&&r.splice(r.indexOf(o)>>>0,1),this},emit(e,o){const r=t.get(e);r&&r.forEach(a=>{a(o)})},clear(){t.clear()}}}var gl=Object.defineProperty,cn=Object.getOwnPropertySymbols,bl=Object.prototype.hasOwnProperty,vl=Object.prototype.propertyIsEnumerable,un=(t,e,o)=>e in t?gl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,yl=(t,e)=>{for(var o in e||(e={}))bl.call(e,o)&&un(t,o,e[o]);if(cn)for(var o of cn(e))vl.call(e,o)&&un(t,o,e[o]);return t};function ft(t){return t==null||t===""||Array.isArray(t)&&t.length===0||!(t instanceof Date)&&typeof t=="object"&&Object.keys(t).length===0}function cr(t){return typeof t=="function"&&"call"in t&&"apply"in t}function Z(t){return!ft(t)}function ze(t,e=!0){return t instanceof Object&&t.constructor===Object&&(e||Object.keys(t).length!==0)}function pn(t={},e={}){const o=yl({},t);return Object.keys(e).forEach(r=>{const a=r;ze(e[a])&&a in t&&ze(t[a])?o[a]=pn(t[a],e[a]):o[a]=e[a]}),o}function kl(...t){return t.reduce((e,o,r)=>r===0?o:pn(e,o),{})}function ke(t,...e){return cr(t)?t(...e):t}function we(t,e=!0){return typeof t=="string"&&(e||t!=="")}function _e(t){return we(t)?t.replace(/(-|_)/g,"").toLowerCase():t}function ur(t,e="",o={}){const r=_e(e).split("."),a=r.shift();if(a){if(ze(t)){const i=Object.keys(t).find(l=>_e(l)===a)||"";return ur(ke(t[i],o),r.join("."),o)}return}return ke(t,o)}function fn(t,e=!0){return Array.isArray(t)&&(e||t.length!==0)}function wl(t){return Z(t)&&!isNaN(t)}function Cl(){return new Intl.Collator(void 0,{numeric:!0}).compare}function mt(t,e){if(e){const o=e.test(t);return e.lastIndex=0,o}return!1}function $l(...t){return kl(...t)}function It(t){return t&&t.replace(/\/\*(?:(?!\*\/)[\s\S])*\*\/|[\r\n\t]+/g,"").replace(/ {2,}/g," ").replace(/ ([{:}]) /g,"$1").replace(/([;,]) /g,"$1").replace(/ !/g,"!").replace(/: /g,":").trim()}function Sl(t){return we(t,!1)?t[0].toUpperCase()+t.slice(1):t}function mn(t){return we(t)?t.replace(/(_)/g,"-").replace(/[A-Z]/g,(e,o)=>o===0?e:"-"+e.toLowerCase()).toLowerCase():t}var Po={};function Bl(t="pui_id_"){return Object.hasOwn(Po,t)||(Po[t]=0),Po[t]++,`${t}${Po[t]}`}function Pl(){let t=[];const e=(l,d,s=999)=>{const u=a(l,d,s),c=u.value+(u.key===l?0:s)+1;return t.push({key:l,value:c}),c},o=l=>{t=t.filter(d=>d.value!==l)},r=(l,d)=>a(l).value,a=(l,d,s=0)=>[...t].reverse().find(u=>!0)||{key:l,value:s},i=l=>l&&parseInt(l.style.zIndex,10)||0;return{get:i,set:(l,d,s)=>{d&&(d.style.zIndex=String(e(l,!0,s)))},clear:l=>{l&&(o(i(l)),l.style.zIndex="")},getCurrent:l=>r(l)}}var pr=Pl();function Rt(t){"@babel/helpers - typeof";return Rt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Rt(t)}function Dl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function xl(t,e){for(var o=0;o<e.length;o++){var r=e[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Tl(r.key),r)}}function El(t,e,o){return e&&xl(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function Tl(t){var e=Ml(t,"string");return Rt(e)=="symbol"?e:e+""}function Ml(t,e){if(Rt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var r=o.call(t,e);if(Rt(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}var Ol=function(){function t(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){};Dl(this,t),this.element=e,this.listener=o}return El(t,[{key:"bindScrollListener",value:function(){this.scrollableParents=ml(this.element);for(var o=0;o<this.scrollableParents.length;o++)this.scrollableParents[o].addEventListener("scroll",this.listener)}},{key:"unbindScrollListener",value:function(){if(this.scrollableParents)for(var o=0;o<this.scrollableParents.length;o++)this.scrollableParents[o].removeEventListener("scroll",this.listener)}},{key:"destroy",value:function(){this.unbindScrollListener(),this.element=null,this.listener=null,this.scrollableParents=null}}])}(),_l=Object.defineProperty,Vl=Object.defineProperties,Nl=Object.getOwnPropertyDescriptors,Do=Object.getOwnPropertySymbols,hn=Object.prototype.hasOwnProperty,gn=Object.prototype.propertyIsEnumerable,bn=(t,e,o)=>e in t?_l(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,xe=(t,e)=>{for(var o in e||(e={}))hn.call(e,o)&&bn(t,o,e[o]);if(Do)for(var o of Do(e))gn.call(e,o)&&bn(t,o,e[o]);return t},fr=(t,e)=>Vl(t,Nl(e)),Ae=(t,e)=>{var o={};for(var r in t)hn.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(t!=null&&Do)for(var r of Do(t))e.indexOf(r)<0&&gn.call(t,r)&&(o[r]=t[r]);return o},Il=dr(),se=Il,mr=/{([^}]*)}/g,Rl=/(\d+\s+[\+\-\*\/]\s+\d+)/g,Ll=/var\([^)]+\)/g;function zl(t){return ze(t)&&t.hasOwnProperty("$value")&&t.hasOwnProperty("$type")?t.$value:t}function Al(t){return t.replaceAll(/ /g,"").replace(/[^\w]/g,"-")}function hr(t="",e=""){return Al(`${we(t,!1)&&we(e,!1)?`${t}-`:t}${e}`)}function vn(t="",e=""){return`--${hr(t,e)}`}function Fl(t=""){const e=(t.match(/{/g)||[]).length,o=(t.match(/}/g)||[]).length;return(e+o)%2!==0}function yn(t,e="",o="",r=[],a){if(we(t)){const i=t.trim();if(Fl(i))return;if(mt(i,mr)){const l=i.replaceAll(mr,d=>{const u=d.replace(/{|}/g,"").split(".").filter(c=>!r.some(p=>mt(c,p)));return`var(${vn(o,mn(u.join("-")))}${Z(a)?`, ${a}`:""})`});return mt(l.replace(Ll,"0"),Rl)?`calc(${l})`:l}return i}else if(wl(t))return t}function jl(t,e,o){we(e,!1)&&t.push(`${e}:${o};`)}function ht(t,e){return t?`${t}{${e}}`:""}function kn(t,e){if(t.indexOf("dt(")===-1)return t;function o(l,d){const s=[];let u=0,c="",p=null,f=0;for(;u<=l.length;){const m=l[u];if((m==='"'||m==="'"||m==="`")&&l[u-1]!=="\\"&&(p=p===m?null:m),!p&&(m==="("&&f++,m===")"&&f--,(m===","||u===l.length)&&f===0)){const h=c.trim();h.startsWith("dt(")?s.push(kn(h,d)):s.push(r(h)),c="",u++;continue}m!==void 0&&(c+=m),u++}return s}function r(l){const d=l[0];if((d==='"'||d==="'"||d==="`")&&l[l.length-1]===d)return l.slice(1,-1);const s=Number(l);return isNaN(s)?l:s}const a=[],i=[];for(let l=0;l<t.length;l++)if(t[l]==="d"&&t.slice(l,l+3)==="dt(")i.push(l),l+=2;else if(t[l]===")"&&i.length>0){const d=i.pop();i.length===0&&a.push([d,l])}if(!a.length)return t;for(let l=a.length-1;l>=0;l--){const[d,s]=a[l],u=t.slice(d+3,s),c=o(u,e),p=e(...c);t=t.slice(0,d)+p+t.slice(s+1)}return t}var tt=(...t)=>Hl(X.getTheme(),...t),Hl=(t={},e,o,r)=>{if(e){const{variable:a,options:i}=X.defaults||{},{prefix:l,transform:d}=t?.options||i||{},s=mt(e,mr)?e:`{${e}}`;return r==="value"||ft(r)&&d==="strict"?X.getTokenValue(e):yn(s,void 0,l,[a.excludedKeyRegex],o)}return""};function xo(t,...e){if(t instanceof Array){const o=t.reduce((r,a,i)=>{var l;return r+a+((l=ke(e[i],{dt:tt}))!=null?l:"")},"");return kn(o,tt)}return ke(t,{dt:tt})}function Yl(t,e={}){const o=X.defaults.variable,{prefix:r=o.prefix,selector:a=o.selector,excludedKeyRegex:i=o.excludedKeyRegex}=e,l=[],d=[],s=[{node:t,path:r}];for(;s.length;){const{node:c,path:p}=s.pop();for(const f in c){const m=c[f],h=zl(m),g=mt(f,i)?hr(p):hr(p,mn(f));if(ze(h))s.push({node:h,path:g});else{const v=vn(g),k=yn(h,g,r,[i]);jl(d,v,k);let C=g;r&&C.startsWith(r+"-")&&(C=C.slice(r.length+1)),l.push(C.replace(/-/g,"."))}}}const u=d.join("");return{value:d,tokens:l,declarations:u,css:ht(a,u)}}var Ee={regex:{rules:{class:{pattern:/^\.([a-zA-Z][\w-]*)$/,resolve(t){return{type:"class",selector:t,matched:this.pattern.test(t.trim())}}},attr:{pattern:/^\[(.*)\]$/,resolve(t){return{type:"attr",selector:`:root${t}`,matched:this.pattern.test(t.trim())}}},media:{pattern:/^@media (.*)$/,resolve(t){return{type:"media",selector:`${t}{:root{[CSS]}}`,matched:this.pattern.test(t.trim())}}},system:{pattern:/^system$/,resolve(t){return{type:"system",selector:"@media (prefers-color-scheme: dark){:root{[CSS]}}",matched:this.pattern.test(t.trim())}}},custom:{resolve(t){return{type:"custom",selector:t,matched:!0}}}},resolve(t){const e=Object.keys(this.rules).filter(o=>o!=="custom").map(o=>this.rules[o]);return[t].flat().map(o=>{var r;return(r=e.map(a=>a.resolve(o)).find(a=>a.matched))!=null?r:this.rules.custom.resolve(o)})}},_toVariables(t,e){return Yl(t,{prefix:e?.prefix})},getCommon({name:t="",theme:e={},params:o,set:r,defaults:a}){var i,l,d,s,u,c,p;const{preset:f,options:m}=e;let h,b,g,v,k,C,y;if(Z(f)&&m.transform!=="strict"){const{primitive:P,semantic:x,extend:N}=f,w=x||{},{colorScheme:_}=w,T=Ae(w,["colorScheme"]),M=N||{},{colorScheme:Q}=M,q=Ae(M,["colorScheme"]),O=_||{},{dark:D}=O,$=Ae(O,["dark"]),E=Q||{},{dark:S}=E,R=Ae(E,["dark"]),I=Z(P)?this._toVariables({primitive:P},m):{},j=Z(T)?this._toVariables({semantic:T},m):{},U=Z($)?this._toVariables({light:$},m):{},te=Z(D)?this._toVariables({dark:D},m):{},oe=Z(q)?this._toVariables({semantic:q},m):{},fe=Z(R)?this._toVariables({light:R},m):{},Fe=Z(S)?this._toVariables({dark:S},m):{},[je,ot]=[(i=I.declarations)!=null?i:"",I.tokens],[He,ue]=[(l=j.declarations)!=null?l:"",j.tokens||[]],[Ne,rt]=[(d=U.declarations)!=null?d:"",U.tokens||[]],[kt,e1]=[(s=te.declarations)!=null?s:"",te.tokens||[]],[t1,o1]=[(u=oe.declarations)!=null?u:"",oe.tokens||[]],[r1,n1]=[(c=fe.declarations)!=null?c:"",fe.tokens||[]],[a1,i1]=[(p=Fe.declarations)!=null?p:"",Fe.tokens||[]];h=this.transformCSS(t,je,"light","variable",m,r,a),b=ot;const l1=this.transformCSS(t,`${He}${Ne}`,"light","variable",m,r,a),s1=this.transformCSS(t,`${kt}`,"dark","variable",m,r,a);g=`${l1}${s1}`,v=[...new Set([...ue,...rt,...e1])];const d1=this.transformCSS(t,`${t1}${r1}color-scheme:light`,"light","variable",m,r,a),c1=this.transformCSS(t,`${a1}color-scheme:dark`,"dark","variable",m,r,a);k=`${d1}${c1}`,C=[...new Set([...o1,...n1,...i1])],y=ke(f.css,{dt:tt})}return{primitive:{css:h,tokens:b},semantic:{css:g,tokens:v},global:{css:k,tokens:C},style:y}},getPreset({name:t="",preset:e={},options:o,params:r,set:a,defaults:i,selector:l}){var d,s,u;let c,p,f;if(Z(e)&&o.transform!=="strict"){const m=t.replace("-directive",""),h=e,{colorScheme:b,extend:g,css:v}=h,k=Ae(h,["colorScheme","extend","css"]),C=g||{},{colorScheme:y}=C,P=Ae(C,["colorScheme"]),x=b||{},{dark:N}=x,w=Ae(x,["dark"]),_=y||{},{dark:T}=_,M=Ae(_,["dark"]),Q=Z(k)?this._toVariables({[m]:xe(xe({},k),P)},o):{},q=Z(w)?this._toVariables({[m]:xe(xe({},w),M)},o):{},O=Z(N)?this._toVariables({[m]:xe(xe({},N),T)},o):{},[D,$]=[(d=Q.declarations)!=null?d:"",Q.tokens||[]],[E,S]=[(s=q.declarations)!=null?s:"",q.tokens||[]],[R,I]=[(u=O.declarations)!=null?u:"",O.tokens||[]],j=this.transformCSS(m,`${D}${E}`,"light","variable",o,a,i,l),U=this.transformCSS(m,R,"dark","variable",o,a,i,l);c=`${j}${U}`,p=[...new Set([...$,...S,...I])],f=ke(v,{dt:tt})}return{css:c,tokens:p,style:f}},getPresetC({name:t="",theme:e={},params:o,set:r,defaults:a}){var i;const{preset:l,options:d}=e,s=(i=l?.components)==null?void 0:i[t];return this.getPreset({name:t,preset:s,options:d,params:o,set:r,defaults:a})},getPresetD({name:t="",theme:e={},params:o,set:r,defaults:a}){var i,l;const d=t.replace("-directive",""),{preset:s,options:u}=e,c=((i=s?.components)==null?void 0:i[d])||((l=s?.directives)==null?void 0:l[d]);return this.getPreset({name:d,preset:c,options:u,params:o,set:r,defaults:a})},applyDarkColorScheme(t){return!(t.darkModeSelector==="none"||t.darkModeSelector===!1)},getColorSchemeOption(t,e){var o;return this.applyDarkColorScheme(t)?this.regex.resolve(t.darkModeSelector===!0?e.options.darkModeSelector:(o=t.darkModeSelector)!=null?o:e.options.darkModeSelector):[]},getLayerOrder(t,e={},o,r){const{cssLayer:a}=e;return a?`@layer ${ke(a.order||"primeui",o)}`:""},getCommonStyleSheet({name:t="",theme:e={},params:o,props:r={},set:a,defaults:i}){const l=this.getCommon({name:t,theme:e,params:o,set:a,defaults:i}),d=Object.entries(r).reduce((s,[u,c])=>s.push(`${u}="${c}"`)&&s,[]).join(" ");return Object.entries(l||{}).reduce((s,[u,c])=>{if(ze(c)&&Object.hasOwn(c,"css")){const p=It(c.css),f=`${u}-variables`;s.push(`<style type="text/css" data-primevue-style-id="${f}" ${d}>${p}</style>`)}return s},[]).join("")},getStyleSheet({name:t="",theme:e={},params:o,props:r={},set:a,defaults:i}){var l;const d={name:t,theme:e,params:o,set:a,defaults:i},s=(l=t.includes("-directive")?this.getPresetD(d):this.getPresetC(d))==null?void 0:l.css,u=Object.entries(r).reduce((c,[p,f])=>c.push(`${p}="${f}"`)&&c,[]).join(" ");return s?`<style type="text/css" data-primevue-style-id="${t}-variables" ${u}>${It(s)}</style>`:""},createTokens(t={},e,o="",r="",a={}){return{}},getTokenValue(t,e,o){var r;const i=(s=>s.split(".").filter(c=>!mt(c.toLowerCase(),o.variable.excludedKeyRegex)).join("."))(e),l=e.includes("colorScheme.light")?"light":e.includes("colorScheme.dark")?"dark":void 0,d=[(r=t[i])==null?void 0:r.computed(l)].flat().filter(s=>s);return d.length===1?d[0].value:d.reduce((s={},u)=>{const c=u,{colorScheme:p}=c,f=Ae(c,["colorScheme"]);return s[p]=f,s},void 0)},getSelectorRule(t,e,o,r){return o==="class"||o==="attr"?ht(Z(e)?`${t}${e},${t} ${e}`:t,r):ht(t,Z(e)?ht(e,r):r)},transformCSS(t,e,o,r,a={},i,l,d){if(Z(e)){const{cssLayer:s}=a;if(r!=="style"){const u=this.getColorSchemeOption(a,l);e=o==="dark"?u.reduce((c,{type:p,selector:f})=>(Z(f)&&(c+=f.includes("[CSS]")?f.replace("[CSS]",e):this.getSelectorRule(f,d,p,e)),c),""):ht(d??":root",e)}if(s){const u={name:"primeui"};ze(s)&&(u.name=ke(s.name,{name:t,type:r})),Z(u.name)&&(e=ht(`@layer ${u.name}`,e),i?.layerNames(u.name))}return e}return""}},X={defaults:{variable:{prefix:"p",selector:":root",excludedKeyRegex:/^(primitive|semantic|components|directives|variables|colorscheme|light|dark|common|root|states|extend|css)$/gi},options:{prefix:"p",darkModeSelector:"system",cssLayer:!1}},_theme:void 0,_layerNames:new Set,_loadedStyleNames:new Set,_loadingStyles:new Set,_tokens:{},update(t={}){const{theme:e}=t;e&&(this._theme=fr(xe({},e),{options:xe(xe({},this.defaults.options),e.options)}),this._tokens=Ee.createTokens(this.preset,this.defaults),this.clearLoadedStyleNames())},get theme(){return this._theme},get preset(){var t;return((t=this.theme)==null?void 0:t.preset)||{}},get options(){var t;return((t=this.theme)==null?void 0:t.options)||{}},get tokens(){return this._tokens},getTheme(){return this.theme},setTheme(t){this.update({theme:t}),se.emit("theme:change",t)},getPreset(){return this.preset},setPreset(t){this._theme=fr(xe({},this.theme),{preset:t}),this._tokens=Ee.createTokens(t,this.defaults),this.clearLoadedStyleNames(),se.emit("preset:change",t),se.emit("theme:change",this.theme)},getOptions(){return this.options},setOptions(t){this._theme=fr(xe({},this.theme),{options:t}),this.clearLoadedStyleNames(),se.emit("options:change",t),se.emit("theme:change",this.theme)},getLayerNames(){return[...this._layerNames]},setLayerNames(t){this._layerNames.add(t)},getLoadedStyleNames(){return this._loadedStyleNames},isStyleNameLoaded(t){return this._loadedStyleNames.has(t)},setLoadedStyleName(t){this._loadedStyleNames.add(t)},deleteLoadedStyleName(t){this._loadedStyleNames.delete(t)},clearLoadedStyleNames(){this._loadedStyleNames.clear()},getTokenValue(t){return Ee.getTokenValue(this.tokens,t,this.defaults)},getCommon(t="",e){return Ee.getCommon({name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getComponent(t="",e){const o={name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPresetC(o)},getDirective(t="",e){const o={name:t,theme:this.theme,params:e,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPresetD(o)},getCustomPreset(t="",e,o,r){const a={name:t,preset:e,options:this.options,selector:o,params:r,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return Ee.getPreset(a)},getLayerOrderCSS(t=""){return Ee.getLayerOrder(t,this.options,{names:this.getLayerNames()},this.defaults)},transformCSS(t="",e,o="style",r){return Ee.transformCSS(t,e,r,o,this.options,{layerNames:this.setLayerNames.bind(this)},this.defaults)},getCommonStyleSheet(t="",e,o={}){return Ee.getCommonStyleSheet({name:t,theme:this.theme,params:e,props:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getStyleSheet(t,e,o={}){return Ee.getStyleSheet({name:t,theme:this.theme,params:e,props:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},onStyleMounted(t){this._loadingStyles.add(t)},onStyleUpdated(t){this._loadingStyles.add(t)},onStyleLoaded(t,{name:e}){this._loadingStyles.size&&(this._loadingStyles.delete(e),se.emit(`theme:${e}:load`,t),!this._loadingStyles.size&&se.emit("theme:load"))}},qe={_loadedStyleNames:new Set,getLoadedStyleNames:function(){return this._loadedStyleNames},isStyleNameLoaded:function(e){return this._loadedStyleNames.has(e)},setLoadedStyleName:function(e){this._loadedStyleNames.add(e)},deleteLoadedStyleName:function(e){this._loadedStyleNames.delete(e)},clearLoadedStyleNames:function(){this._loadedStyleNames.clear()}},Wl=`
|
|
14
14
|
*,
|
|
15
15
|
::before,
|
|
16
16
|
::after {
|
|
@@ -1499,4 +1499,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1499
1499
|
transform: translateX(-100%);
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
|
-
`,Xu={root:{position:"relative"}},Gu={root:function(e){var o=e.props;return["p-skeleton p-component",{"p-skeleton-circle":o.shape==="circle","p-skeleton-animation-none":o.animation==="none"}]}},Zu=G.extend({name:"skeleton",style:qu,classes:Gu,inlineStyles:Xu}),Qu={name:"BaseSkeleton",extends:Ht,props:{shape:{type:String,default:"rectangle"},size:{type:String,default:null},width:{type:String,default:"100%"},height:{type:String,default:"1rem"},borderRadius:{type:String,default:null},animation:{type:String,default:"wave"}},style:Zu,provide:function(){return{$pcSkeleton:this,$parentInstance:this}}};function Qt(t){"@babel/helpers - typeof";return Qt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qt(t)}function Ju(t,e,o){return(e=ep(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ep(t){var e=tp(t,"string");return Qt(e)=="symbol"?e:e+""}function tp(t,e){if(Qt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var r=o.call(t,e);if(Qt(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var va={name:"Skeleton",extends:Qu,inheritAttrs:!1,computed:{containerStyle:function(){return this.size?{width:this.size,height:this.size,borderRadius:this.borderRadius}:{width:this.width,height:this.height,borderRadius:this.borderRadius}},dataP:function(){return $e(Ju({},this.shape,this.shape))}}},op=["data-p"];function rp(t,e,o,r,a,i){return n.openBlock(),n.createElementBlock("div",n.mergeProps({class:t.cx("root"),style:[t.sx("root"),i.containerStyle],"aria-hidden":"true"},t.ptmi("root"),{"data-p":i.dataP}),null,16,op)}va.render=rp;const np=n.defineComponent({__name:"PvSkeleton",props:{size:{default:"md"},variant:{default:"rectangle"}},setup(t){const e={xs:"0.75rem",sm:"1rem",md:"1.25rem",lg:"1.5rem",xl:"2rem"};return(o,r)=>(n.openBlock(),n.createBlock(n.unref(va),{"data-testid":"pv-skeleton",height:e[o.size],width:o.variant==="square"?e[o.size]:"100%"},null,8,["height","width"]))}}),ap=["for"],ip=["disabled","type","placeholder","id","data-invalid"],lp=n.defineComponent({__name:"PvInput",props:n.mergeModels({error:{type:Boolean},disabled:{type:Boolean},placeholder:{},type:{default:"text"},id:{default:Math.random().toString()},lowerLabel:{},variant:{default:"white"}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const e=n.useModel(t,"modelValue");return(o,r)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[o.$slots.label?(n.openBlock(),n.createElementBlock("label",{key:0,"data-testid":"pv-input-label",class:"pv-label pv-stack-8",for:o.id},[n.renderSlot(o.$slots,"label")],8,ap)):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("input",{"onUpdate:modelValue":r[0]||(r[0]=a=>e.value=a),"data-testid":"pv-input",class:n.normalizeClass(["pv-input-text",{"pv-stack-8":o.lowerLabel,"pv-surface-accent":o.variant==="gray"}]),disabled:o.disabled,type:o.type,placeholder:o.placeholder,id:o.id,"data-invalid":o.error?!0:void 0},null,10,ip),[[n.vModelDynamic,e.value]]),o.lowerLabel?(n.openBlock(),n.createElementBlock("p",{key:1,"data-testid":"pv-input-lower-label",style:{"margin-left":"12px"},class:n.normalizeClass(["pv-text-body-xs",{"pv-text-red":o.error,"pv-text-subdued":!o.error}])},n.toDisplayString(o.lowerLabel),3)):n.createCommentVNode("",!0)],64))}}),sp=["data-rating"],dp=["value"],cp=n.defineComponent({__name:"PvRating",props:{variant:{default:"dot"},value:{},size:{default:20}},setup(t){const e=t,o=n.computed(()=>e.variant==="dot"?"dot":void 0);return(r,a)=>(n.openBlock(),n.createElementBlock("div",{class:"pv-rating","data-testid":"pv-rating",style:n.normalizeStyle({"--height":`${r.size}px`}),"data-rating":o.value},[n.createElementVNode("meter",{id:"rating",min:"0",max:"5",value:r.value},"4.0 stars",8,dp)],12,sp))}}),up=["href"],Cr=n.defineComponent({__name:"PvCard",props:{href:{},variant:{default:"primary"},interactive:{type:Boolean,default:!1}},setup(t){return(e,o)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(e.interactive?"button":"div"),{"data-testid":"pv-card",class:n.normalizeClass(["pv-card pv-inset-square-8",{"pv-card-secondary":e.variant==="secondary"}])},{default:n.withCtx(()=>[e.href?(n.openBlock(),n.createElementBlock("a",{key:0,href:e.href,class:"pv-overlay-link"},null,8,up)):n.createCommentVNode("",!0),n.renderSlot(e.$slots,"default")]),_:3},8,["class"]))}}),pp=n.defineComponent({__name:"PvWidget",setup(t){return(e,o)=>(n.openBlock(),n.createBlock(Cr,{class:"pv-inset-square-16"},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3}))}}),fp={class:"pv-flex-vertical",style:{"--flex-align":"flex-start","--flex-gap":"0.25rem"}},mp={class:"pv-flex pv-full-width",style:{"--flex-gap":"0.25rem"}},hp={key:0,class:"pv-flex pv-full-width",style:{"--flex-gap":"0.25rem"}},gp={class:"pv-text-body-sm"},bp={key:0,class:"pv-text-body-sm pv-text-tertiary"},vp={key:1,class:"pv-heading-2"},yp={key:2,class:"pv-text-body-md pv-text-secondary"},kp=n.defineComponent({__name:"PvInsightCard",props:{icon:{default:"ai"},insight:{},upperLabel:{},title:{},description:{},showButton:{type:Boolean,default:!1},interactive:{type:Boolean,default:!1}},emits:["click","icon-click"],setup(t){const e=t,o=n.computed(()=>e.icon||e.insight);return(r,a)=>(n.openBlock(),n.createBlock(Cr,{variant:"secondary",interactive:r.interactive,onClick:a[1]||(a[1]=i=>r.$emit("click"))},{default:n.withCtx(()=>[n.createElementVNode("div",fp,[n.createElementVNode("div",mp,[o.value?(n.openBlock(),n.createElementBlock("div",hp,[r.icon?(n.openBlock(),n.createBlock(ne,{key:0,style:{color:"#218c88"},name:r.icon,size:12},null,8,["name"])):n.createCommentVNode("",!0),n.createElementVNode("span",gp,n.toDisplayString(r.insight),1)])):n.createCommentVNode("",!0),r.showButton?(n.openBlock(),n.createBlock(Te,{key:1,"left-icon":"new-tab",variant:"ghost",size:"md",onClick:a[0]||(a[0]=n.withModifiers(i=>r.$emit("icon-click"),["stop"]))})):n.createCommentVNode("",!0)]),r.upperLabel?(n.openBlock(),n.createElementBlock("span",bp,n.toDisplayString(r.upperLabel),1)):n.createCommentVNode("",!0),r.title?(n.openBlock(),n.createElementBlock("span",vp,n.toDisplayString(r.title),1)):n.createCommentVNode("",!0),r.description?(n.openBlock(),n.createElementBlock("span",yp,n.toDisplayString(r.description),1)):n.createCommentVNode("",!0)])]),_:1},8,["interactive"]))}}),wp=["for"],Cp={key:0},$p=["disabled","id"],Sp=n.defineComponent({__name:"PvSwitch",props:n.mergeModels({size:{default:"md"},label:{},disabled:{type:Boolean,default:!1},id:{default:Math.random().toString()}},{modelValue:{type:Boolean,required:!0},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const e=n.useModel(t,"modelValue");return(o,r)=>(n.openBlock(),n.createElementBlock("label",{for:o.id,class:n.normalizeClass(["pv-label pv-switch pv-label-hover",{"pv-input-small":o.size==="md"}])},[o.label?(n.openBlock(),n.createElementBlock("span",Cp,n.toDisplayString(o.label),1)):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("input",{"onUpdate:modelValue":r[0]||(r[0]=a=>e.value=a),disabled:o.disabled,type:"checkbox",role:"switch",id:o.id},null,8,$p),[[n.vModelCheckbox,e.value]])],10,wp))}}),Bp=Se(n.defineComponent({__name:"PvExpandableContent",props:{lines:{default:4},size:{default:"md"},variant:{default:"primary"},defaultOpen:{type:Boolean,default:!1}},setup(t){const e={none:"0",xs:"4px",sm:"8px",md:"12px",lg:"16px"},o=t,r=n.ref(o.defaultOpen),a=()=>{r.value=!r.value},i=n.computed(()=>({"--lines":r.value?"none":o.lines,"max-height":r.value?"100vh":`${o.lines*1.5}em`}));return(l,d)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["pv-inset-square expandable-content",{"pv-surface-accent":l.variant==="ghost"}]),style:n.normalizeStyle({"--inset-size":e[l.size]})},[n.createElementVNode("p",{class:"pv-line-clamp pv-text-body-md pv-stack-8",style:n.normalizeStyle(i.value)},[n.renderSlot(l.$slots,"default",{},void 0,!0)],4),n.createVNode(Te,{label:r.value?"Show Less":"Show More",variant:"ghost",size:"md",onClick:a,"left-icon":r.value?"chevron-up":"chevron-down"},null,8,["label","left-icon"])],6))}}),[["__scopeId","data-v-2f840307"]]),Pp={class:"pv-text-body-md"},Dp=n.defineComponent({__name:"PvToast",props:{variant:{default:"info"},icon:{},label:{}},emits:["handle-close"],setup(t){const e={info:"pv-toast-info",success:"pv-toast-success",error:"pv-toast-error",dark:"pv-toast-dark"},o={info:"check-circle",success:"check-circle",error:"alert-circle",dark:"ai"};return(r,a)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(e[r.variant])},[n.createVNode(ne,{name:r.icon?r.icon:o[r.variant],size:20},null,8,["name"]),n.createElementVNode("p",Pp,n.toDisplayString(r.label),1),n.renderSlot(r.$slots,"default"),n.createVNode(Te,{variant:"ghost",inverse:r.variant==="dark",size:"lg","left-icon":"close",onClick:a[0]||(a[0]=i=>r.$emit("handle-close"))},null,8,["inverse"])],2))}}),xp=["data-style"],Ep=n.defineComponent({__name:"PvActionBar",props:{variant:{default:"white"}},setup(t){return(e,o)=>(n.openBlock(),n.createElementBlock("div",{class:"pv-action-bar-container","data-style":e.variant==="white"?"white":void 0},[n.renderSlot(e.$slots,"default")],8,xp))}});G.extend({name:"common"});var Tp={transitionDuration:"{transition.duration}"},Mp={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},Op={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",padding:"1.125rem",fontWeight:"600",borderRadius:"0",borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",hoverBackground:"{content.background}",activeBackground:"{content.background}",activeHoverBackground:"{content.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},toggleIcon:{color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}"},first:{topBorderRadius:"{content.border.radius}",borderWidth:"0"},last:{bottomBorderRadius:"{content.border.radius}",activeBottomBorderRadius:"0"}},_p={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Vp={root:Tp,panel:Mp,header:Op,content:_p},Np={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},Ip={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Rp={padding:"{list.padding}",gap:"{list.gap}"},Lp={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},zp={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Ap={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Fp={borderRadius:"{border.radius.sm}"},jp={padding:"{list.option.padding}"},Hp={light:{chip:{focusBackground:"{surface.200}",focusColor:"{surface.800}"},dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",focusColor:"{surface.0}"},dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"}}},Yp={root:Np,overlay:Ip,list:Rp,option:Lp,optionGroup:zp,dropdown:Ap,chip:Fp,emptyMessage:jp,colorScheme:Hp},Wp={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Kp={size:"1rem"},Up={borderColor:"{content.background}",offset:"-0.75rem"},qp={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},Xp={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},Gp={root:Wp,icon:Kp,group:Up,lg:qp,xl:Xp},Zp={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},Qp={size:"0.5rem"},Jp={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},ef={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},tf={fontSize:"1rem",minWidth:"2rem",height:"2rem"},of={light:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.500}",color:"{surface.0}"},info:{background:"{sky.500}",color:"{surface.0}"},warn:{background:"{orange.500}",color:"{surface.0}"},danger:{background:"{red.500}",color:"{surface.0}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"{green.400}",color:"{green.950}"},info:{background:"{sky.400}",color:"{sky.950}"},warn:{background:"{orange.400}",color:"{orange.950}"},danger:{background:"{red.400}",color:"{red.950}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},rf={root:Zp,dot:Qp,sm:Jp,lg:ef,xl:tf,colorScheme:of},nf={borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"12px"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"}},af={transitionDuration:"0.2s",focusRing:{width:"1px",style:"solid",color:"{primary.color}",offset:"2px",shadow:"none"},disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",primary:{50:"{emerald.50}",100:"{emerald.100}",200:"{emerald.200}",300:"{emerald.300}",400:"{emerald.400}",500:"{emerald.500}",600:"{emerald.600}",700:"{emerald.700}",800:"{emerald.800}",900:"{emerald.900}",950:"{emerald.950}"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.625rem",paddingY:"0.375rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"{border.radius.md}",padding:"0.75rem",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},colorScheme:{light:{surface:{0:"#ffffff",50:"{slate.50}",100:"{slate.100}",200:"{slate.200}",300:"{slate.300}",400:"{slate.400}",500:"{slate.500}",600:"{slate.600}",700:"{slate.700}",800:"{slate.800}",900:"{slate.900}",950:"{slate.950}"},primary:{color:"{primary.500}",contrastColor:"#ffffff",hoverColor:"{primary.600}",activeColor:"{primary.700}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.400}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.700}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}"},content:{background:"{surface.0}",hoverBackground:"{surface.100}",borderColor:"{surface.200}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},modal:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{surface:{0:"#ffffff",50:"{zinc.50}",100:"{zinc.100}",200:"{zinc.200}",300:"{zinc.300}",400:"{zinc.400}",500:"{zinc.500}",600:"{zinc.600}",700:"{zinc.700}",800:"{zinc.800}",900:"{zinc.900}",950:"{zinc.950}"},primary:{color:"{primary.400}",contrastColor:"{surface.900}",hoverColor:"{primary.300}",activeColor:"{primary.200}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.300}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.0}",hoverColor:"{surface.0}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}"},content:{background:"{surface.900}",hoverBackground:"{surface.800}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},modal:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},lf={primitive:nf,semantic:af},sf={borderRadius:"{content.border.radius}"},df={root:sf},cf={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},uf={color:"{text.muted.color}",hoverColor:"{text.color}",borderRadius:"{content.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",hoverColor:"{navigation.item.icon.focus.color}"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},pf={color:"{navigation.item.icon.color}"},ff={root:cf,item:uf,separator:pf},mf={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",gap:"0.5rem",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",iconOnlyWidth:"2.5rem",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}",iconOnlyWidth:"2rem"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}",iconOnlyWidth:"3rem"},label:{fontWeight:"500"},raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"},badgeSize:"1rem",transitionDuration:"{form.field.transition.duration}"},hf={light:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",borderColor:"{surface.100}",hoverBorderColor:"{surface.200}",activeBorderColor:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}",focusRing:{color:"{surface.600}",shadow:"none"}},info:{background:"{sky.500}",hoverBackground:"{sky.600}",activeBackground:"{sky.700}",borderColor:"{sky.500}",hoverBorderColor:"{sky.600}",activeBorderColor:"{sky.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{sky.500}",shadow:"none"}},success:{background:"{green.500}",hoverBackground:"{green.600}",activeBackground:"{green.700}",borderColor:"{green.500}",hoverBorderColor:"{green.600}",activeBorderColor:"{green.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{green.500}",shadow:"none"}},warn:{background:"{orange.500}",hoverBackground:"{orange.600}",activeBackground:"{orange.700}",borderColor:"{orange.500}",hoverBorderColor:"{orange.600}",activeBorderColor:"{orange.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{orange.500}",shadow:"none"}},help:{background:"{purple.500}",hoverBackground:"{purple.600}",activeBackground:"{purple.700}",borderColor:"{purple.500}",hoverBorderColor:"{purple.600}",activeBorderColor:"{purple.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{purple.500}",shadow:"none"}},danger:{background:"{red.500}",hoverBackground:"{red.600}",activeBackground:"{red.700}",borderColor:"{red.500}",hoverBorderColor:"{red.600}",activeBorderColor:"{red.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{red.500}",shadow:"none"}},contrast:{background:"{surface.950}",hoverBackground:"{surface.900}",activeBackground:"{surface.800}",borderColor:"{surface.950}",hoverBorderColor:"{surface.900}",activeBorderColor:"{surface.800}",color:"{surface.0}",hoverColor:"{surface.0}",activeColor:"{surface.0}",focusRing:{color:"{surface.950}",shadow:"none"}}},outlined:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",borderColor:"{primary.200}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",borderColor:"{green.200}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",borderColor:"{sky.200}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",borderColor:"{orange.200}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",borderColor:"{purple.200}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",borderColor:"{red.200}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.700}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.700}"}},text:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.700}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}},dark:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",borderColor:"{surface.800}",hoverBorderColor:"{surface.700}",activeBorderColor:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}",focusRing:{color:"{surface.300}",shadow:"none"}},info:{background:"{sky.400}",hoverBackground:"{sky.300}",activeBackground:"{sky.200}",borderColor:"{sky.400}",hoverBorderColor:"{sky.300}",activeBorderColor:"{sky.200}",color:"{sky.950}",hoverColor:"{sky.950}",activeColor:"{sky.950}",focusRing:{color:"{sky.400}",shadow:"none"}},success:{background:"{green.400}",hoverBackground:"{green.300}",activeBackground:"{green.200}",borderColor:"{green.400}",hoverBorderColor:"{green.300}",activeBorderColor:"{green.200}",color:"{green.950}",hoverColor:"{green.950}",activeColor:"{green.950}",focusRing:{color:"{green.400}",shadow:"none"}},warn:{background:"{orange.400}",hoverBackground:"{orange.300}",activeBackground:"{orange.200}",borderColor:"{orange.400}",hoverBorderColor:"{orange.300}",activeBorderColor:"{orange.200}",color:"{orange.950}",hoverColor:"{orange.950}",activeColor:"{orange.950}",focusRing:{color:"{orange.400}",shadow:"none"}},help:{background:"{purple.400}",hoverBackground:"{purple.300}",activeBackground:"{purple.200}",borderColor:"{purple.400}",hoverBorderColor:"{purple.300}",activeBorderColor:"{purple.200}",color:"{purple.950}",hoverColor:"{purple.950}",activeColor:"{purple.950}",focusRing:{color:"{purple.400}",shadow:"none"}},danger:{background:"{red.400}",hoverBackground:"{red.300}",activeBackground:"{red.200}",borderColor:"{red.400}",hoverBorderColor:"{red.300}",activeBorderColor:"{red.200}",color:"{red.950}",hoverColor:"{red.950}",activeColor:"{red.950}",focusRing:{color:"{red.400}",shadow:"none"}},contrast:{background:"{surface.0}",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{surface.0}",hoverBorderColor:"{surface.100}",activeBorderColor:"{surface.200}",color:"{surface.950}",hoverColor:"{surface.950}",activeColor:"{surface.950}",focusRing:{color:"{surface.0}",shadow:"none"}}},outlined:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",borderColor:"{primary.700}",color:"{primary.color}"},secondary:{hoverBackground:"rgba(255,255,255,0.04)",activeBackground:"rgba(255,255,255,0.16)",borderColor:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",borderColor:"{green.700}",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",borderColor:"{sky.700}",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",borderColor:"{orange.700}",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",borderColor:"{purple.700}",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",borderColor:"{red.700}",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.500}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.600}",color:"{surface.0}"}},text:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",color:"{primary.color}"},secondary:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}}},gf={root:mf,colorScheme:hf},bf={background:"{content.background}",borderRadius:"{border.radius.xl}",color:"{content.color}",shadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},vf={padding:"1.25rem",gap:"0.5rem"},yf={gap:"0.5rem"},kf={fontSize:"1.25rem",fontWeight:"500"},wf={color:"{text.muted.color}"},Cf={root:bf,body:vf,caption:yf,title:kf,subtitle:wf},$f={transitionDuration:"{transition.duration}"},Sf={gap:"0.25rem"},Bf={padding:"1rem",gap:"0.5rem"},Pf={width:"2rem",height:"0.5rem",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Df={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},xf={root:$f,content:Sf,indicatorList:Bf,indicator:Pf,colorScheme:Df},Ef={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Tf={width:"2.5rem",color:"{form.field.icon.color}"},Mf={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Of={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},_f={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",icon:{color:"{list.option.icon.color}",focusColor:"{list.option.icon.focus.color}",size:"0.875rem"}},Vf={color:"{form.field.icon.color}"},Nf={root:Ef,dropdown:Tf,overlay:Mf,list:Of,option:_f,clearIcon:Vf},If={borderRadius:"{border.radius.sm}",width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},Rf={size:"0.875rem",color:"{form.field.color}",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.75rem"},lg:{size:"1rem"}},Lf={root:If,icon:Rf},zf={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},Af={width:"2rem",height:"2rem"},Ff={size:"1rem"},jf={size:"1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"}},Hf={light:{root:{background:"{surface.100}",color:"{surface.800}"},icon:{color:"{surface.800}"},removeIcon:{color:"{surface.800}"}},dark:{root:{background:"{surface.800}",color:"{surface.0}"},icon:{color:"{surface.0}"},removeIcon:{color:"{surface.0}"}}},Yf={root:zf,image:Af,icon:Ff,removeIcon:jf,colorScheme:Hf},Wf={transitionDuration:"{transition.duration}"},Kf={width:"1.5rem",height:"1.5rem",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Uf={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},qf={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},Xf={root:Wf,preview:Kf,panel:Uf,colorScheme:qf},Gf={size:"2rem",color:"{overlay.modal.color}"},Zf={gap:"1rem"},Qf={icon:Gf,content:Zf},Jf={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},em={padding:"{overlay.popover.padding}",gap:"1rem"},tm={size:"1.5rem",color:"{overlay.popover.color}"},om={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},rm={root:Jf,content:em,icon:tm,footer:om},nm={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},am={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},im={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},lm={mobileIndent:"1rem"},sm={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},dm={borderColor:"{content.border.color}"},cm={root:nm,list:am,item:im,submenu:lm,submenuIcon:sm,separator:dm},um={transitionDuration:"{transition.duration}"},pm={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},fm={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{datatable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},mm={fontWeight:"600"},hm={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},gm={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},bm={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},vm={fontWeight:"600"},ym={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},km={color:"{primary.color}"},wm={width:"0.5rem"},Cm={width:"1px",color:"{primary.color}"},$m={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Sm={size:"2rem"},Bm={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Pm={inlineGap:"0.5rem",overlaySelect:{background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},overlayPopover:{background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}",gap:"0.5rem"},rule:{borderColor:"{content.border.color}"},constraintList:{padding:"{list.padding}",gap:"{list.gap}"},constraint:{focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",separator:{borderColor:"{content.border.color}"},padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"}},Dm={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},xm={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Em={light:{root:{borderColor:"{content.border.color}"},row:{stripedBackground:"{surface.50}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},row:{stripedBackground:"{surface.950}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Tm={root:um,header:pm,headerCell:fm,columnTitle:mm,row:hm,bodyCell:gm,footerCell:bm,columnFooter:vm,footer:ym,dropPoint:km,columnResizer:wm,resizeIndicator:Cm,sortIcon:$m,loadingIcon:Sm,rowToggleButton:Bm,filter:Pm,paginatorTop:Dm,paginatorBottom:xm,colorScheme:Em},Mm={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},Om={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},_m={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},Vm={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},Nm={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Im={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Rm={root:Mm,header:Om,content:_m,footer:Vm,paginatorTop:Nm,paginatorBottom:Im},Lm={transitionDuration:"{transition.duration}"},zm={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},Am={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},Fm={gap:"0.5rem",fontWeight:"500"},jm={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Hm={color:"{form.field.icon.color}"},Ym={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Wm={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Km={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},Um={margin:"0.5rem 0 0 0"},qm={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},Xm={hoverBackground:"{content.hover.background}",selectedBackground:"{primary.color}",rangeSelectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{primary.contrast.color}",rangeSelectedColor:"{highlight.color}",width:"2rem",height:"2rem",borderRadius:"50%",padding:"0.25rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Gm={margin:"0.5rem 0 0 0"},Zm={padding:"0.375rem",borderRadius:"{content.border.radius}"},Qm={margin:"0.5rem 0 0 0"},Jm={padding:"0.375rem",borderRadius:"{content.border.radius}"},eh={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},th={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},oh={light:{dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"},today:{background:"{surface.200}",color:"{surface.900}"}},dark:{dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"},today:{background:"{surface.700}",color:"{surface.0}"}}},rh={root:Lm,panel:zm,header:Am,title:Fm,dropdown:jm,inputIcon:Hm,selectMonth:Ym,selectYear:Wm,group:Km,dayView:Um,weekDay:qm,date:Xm,monthView:Gm,month:Zm,yearView:Qm,year:Jm,buttonbar:eh,timePicker:th,colorScheme:oh},nh={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},ah={padding:"{overlay.modal.padding}",gap:"0.5rem"},ih={fontSize:"1.25rem",fontWeight:"600"},lh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},sh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},dh={root:nh,header:ah,title:ih,content:lh,footer:sh},ch={borderColor:"{content.border.color}"},uh={background:"{content.background}",color:"{text.color}"},ph={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},fh={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},mh={root:ch,content:uh,horizontal:ph,vertical:fh},hh={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},gh={borderRadius:"{content.border.radius}",padding:"0.5rem",size:"3rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},bh={root:hh,item:gh},vh={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},yh={padding:"{overlay.modal.padding}"},kh={fontSize:"1.5rem",fontWeight:"600"},wh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Ch={padding:"{overlay.modal.padding}"},$h={root:vh,header:yh,title:kh,content:wh,footer:Ch},Sh={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},Bh={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Ph={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}",padding:"{list.padding}"},Dh={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},xh={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Eh={toolbar:Sh,toolbarItem:Bh,overlay:Ph,overlayOption:Dh,content:xh},Th={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",padding:"0 1.125rem 1.125rem 1.125rem",transitionDuration:"{transition.duration}"},Mh={background:"{content.background}",hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",borderRadius:"{content.border.radius}",borderWidth:"1px",borderColor:"transparent",padding:"0.5rem 0.75rem",gap:"0.5rem",fontWeight:"600",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Oh={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},_h={padding:"0"},Vh={root:Th,legend:Mh,toggleIcon:Oh,content:_h},Nh={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Ih={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Rh={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Lh={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},zh={gap:"0.5rem"},Ah={height:"0.25rem"},Fh={gap:"0.5rem"},jh={root:Nh,header:Ih,content:Rh,file:Lh,fileList:zh,progressbar:Ah,basic:Fh},Hh={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",activeColor:"{form.field.float.label.active.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",positionY:"{form.field.padding.y}",fontWeight:"500",active:{fontSize:"0.75rem",fontWeight:"400"}},Yh={active:{top:"-1.25rem"}},Wh={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},Kh={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},Uh={root:Hh,over:Yh,in:Wh,on:Kh},qh={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Xh={background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.100}",hoverColor:"{surface.0}",size:"3rem",gutter:"0.5rem",prev:{borderRadius:"50%"},next:{borderRadius:"50%"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Gh={size:"1.5rem"},Zh={background:"{content.background}",padding:"1rem 0.25rem"},Qh={size:"2rem",borderRadius:"{content.border.radius}",gutter:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Jh={size:"1rem"},eg={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},tg={gap:"0.5rem",padding:"1rem"},og={width:"1rem",height:"1rem",activeBackground:"{primary.color}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},rg={background:"rgba(0, 0, 0, 0.5)"},ng={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},ag={size:"3rem",gutter:"0.5rem",background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.50}",hoverColor:"{surface.0}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ig={size:"1.5rem"},lg={light:{thumbnailNavButton:{hoverBackground:"{surface.100}",color:"{surface.600}",hoverColor:"{surface.700}"},indicatorButton:{background:"{surface.200}",hoverBackground:"{surface.300}"}},dark:{thumbnailNavButton:{hoverBackground:"{surface.700}",color:"{surface.400}",hoverColor:"{surface.0}"},indicatorButton:{background:"{surface.700}",hoverBackground:"{surface.600}"}}},sg={root:qh,navButton:Xh,navIcon:Gh,thumbnailsContent:Zh,thumbnailNavButton:Qh,thumbnailNavButtonIcon:Jh,caption:eg,indicatorList:tg,indicatorButton:og,insetIndicatorList:rg,insetIndicatorButton:ng,closeButton:ag,closeButtonIcon:ig,colorScheme:lg},dg={color:"{form.field.icon.color}"},cg={icon:dg},ug={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",top:"{form.field.padding.y}",fontSize:"0.75rem",fontWeight:"400"},pg={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},fg={root:ug,input:pg},mg={transitionDuration:"{transition.duration}"},hg={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},gg={position:{left:"auto",right:"1rem",top:"1rem",bottom:"auto"},blur:"8px",background:"rgba(255,255,255,0.1)",borderColor:"rgba(255,255,255,0.2)",borderWidth:"1px",borderRadius:"30px",padding:".5rem",gap:"0.5rem"},bg={hoverBackground:"rgba(255,255,255,0.1)",color:"{surface.50}",hoverColor:"{surface.0}",size:"3rem",iconSize:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},vg={root:mg,preview:hg,toolbar:gg,action:bg},yg={size:"15px",hoverSize:"30px",background:"rgba(255,255,255,0.3)",hoverBackground:"rgba(255,255,255,0.3)",borderColor:"unset",hoverBorderColor:"unset",borderWidth:"0",borderRadius:"50%",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"rgba(255,255,255,0.3)",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},kg={handle:yg},wg={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},Cg={fontWeight:"500"},$g={size:"1rem"},Sg={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}}},Bg={root:wg,text:Cg,icon:$g,colorScheme:Sg},Pg={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{transition.duration}"},Dg={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},xg={root:Pg,display:Dg},Eg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},Tg={borderRadius:"{border.radius.sm}"},Mg={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},Og={root:Eg,chip:Tg,colorScheme:Mg},_g={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.icon.color}",borderRadius:"{form.field.border.radius}",padding:"0.5rem",minWidth:"2.5rem"},Vg={addon:_g},Ng={transitionDuration:"{transition.duration}"},Ig={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Rg={light:{button:{background:"transparent",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.500}",activeColor:"{surface.600}"}},dark:{button:{background:"transparent",hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.300}",activeColor:"{surface.200}"}}},Lg={root:Ng,button:Ig,colorScheme:Rg},zg={gap:"0.5rem"},Ag={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},Fg={root:zg,input:Ag},jg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Hg={root:jg},Yg={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Wg={background:"{primary.color}"},Kg={background:"{content.border.color}"},Ug={color:"{text.muted.color}"},qg={root:Yg,value:Wg,range:Kg,text:Ug},Xg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",borderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",shadow:"{form.field.shadow}",borderRadius:"{form.field.border.radius}",transitionDuration:"{form.field.transition.duration}"},Gg={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Zg={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Qg={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Jg={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},eb={padding:"{list.option.padding}"},tb={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},ob={root:Xg,list:Gg,option:Zg,optionGroup:Qg,checkmark:Jg,emptyMessage:eb,colorScheme:tb},rb={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",verticalOrientation:{padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},horizontalOrientation:{padding:"0.5rem 0.75rem",gap:"0.5rem"},transitionDuration:"{transition.duration}"},nb={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},ab={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},ib={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},lb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},sb={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background.}",color:"{navigation.submenu.label.color}"},db={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},cb={borderColor:"{content.border.color}"},ub={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},pb={root:rb,baseItem:nb,item:ab,overlay:ib,submenu:lb,submenuLabel:sb,submenuIcon:db,separator:cb,mobileButton:ub},fb={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},mb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},hb={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},gb={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},bb={borderColor:"{content.border.color}"},vb={root:fb,list:mb,item:hb,submenuLabel:gb,separator:bb},yb={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.5rem 0.75rem",transitionDuration:"{transition.duration}"},kb={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},wb={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Cb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",mobileIndent:"1rem",icon:{size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"}},$b={borderColor:"{content.border.color}"},Sb={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Bb={root:yb,baseItem:kb,item:wb,submenu:Cb,separator:$b,mobileButton:Sb},Pb={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Db={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},xb={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},Eb={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},Tb={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Mb={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},Ob={root:{borderWidth:"1px"}},_b={content:{padding:"0"}},Vb={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}},outlined:{color:"{blue.600}",borderColor:"{blue.600}"},simple:{color:"{blue.600}"}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}},outlined:{color:"{green.600}",borderColor:"{green.600}"},simple:{color:"{green.600}"}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}},outlined:{color:"{yellow.600}",borderColor:"{yellow.600}"},simple:{color:"{yellow.600}"}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}},outlined:{color:"{red.600}",borderColor:"{red.600}"},simple:{color:"{red.600}"}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}},outlined:{color:"{surface.500}",borderColor:"{surface.500}"},simple:{color:"{surface.500}"}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}},outlined:{color:"{surface.950}",borderColor:"{surface.950}"},simple:{color:"{surface.950}"}}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}},outlined:{color:"{blue.500}",borderColor:"{blue.500}"},simple:{color:"{blue.500}"}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}},outlined:{color:"{green.500}",borderColor:"{green.500}"},simple:{color:"{green.500}"}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}},outlined:{color:"{yellow.500}",borderColor:"{yellow.500}"},simple:{color:"{yellow.500}"}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}},outlined:{color:"{red.500}",borderColor:"{red.500}"},simple:{color:"{red.500}"}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}},outlined:{color:"{surface.400}",borderColor:"{surface.400}"},simple:{color:"{surface.400}"}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}},outlined:{color:"{surface.0}",borderColor:"{surface.0}"},simple:{color:"{surface.0}"}}}},Nb={root:Pb,content:Db,text:xb,icon:Eb,closeButton:Tb,closeIcon:Mb,outlined:Ob,simple:_b,colorScheme:Vb},Ib={borderRadius:"{content.border.radius}",gap:"1rem"},Rb={background:"{content.border.color}",size:"0.5rem"},Lb={gap:"0.5rem"},zb={size:"0.5rem"},Ab={size:"1rem"},Fb={verticalGap:"0.5rem",horizontalGap:"1rem"},jb={root:Ib,meters:Rb,label:Lb,labelMarker:zb,labelIcon:Ab,labelList:Fb},Hb={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Yb={width:"2.5rem",color:"{form.field.icon.color}"},Wb={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Kb={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Ub={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",gap:"0.5rem"},qb={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Xb={color:"{form.field.icon.color}"},Gb={borderRadius:"{border.radius.sm}"},Zb={padding:"{list.option.padding}"},Qb={root:Hb,dropdown:Yb,overlay:Wb,list:Kb,option:Ub,optionGroup:qb,chip:Gb,clearIcon:Xb,emptyMessage:Zb},Jb={gap:"1.125rem"},e0={gap:"0.5rem"},t0={root:Jb,controls:e0},o0={gutter:"0.75rem",transitionDuration:"{transition.duration}"},r0={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{content.border.color}",color:"{content.color}",selectedColor:"{highlight.color}",hoverColor:"{content.hover.color}",padding:"0.75rem 1rem",toggleablePadding:"0.75rem 1rem 1.25rem 1rem",borderRadius:"{content.border.radius}"},n0={background:"{content.background}",hoverBackground:"{content.hover.background}",borderColor:"{content.border.color}",color:"{text.muted.color}",hoverColor:"{text.color}",size:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},a0={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},i0={root:o0,node:r0,nodeToggleButton:n0,connector:a0},l0={outline:{width:"2px",color:"{content.background}"}},s0={root:l0},d0={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},c0={background:"transparent",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}",width:"2.5rem",height:"2.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},u0={color:"{text.muted.color}"},p0={maxWidth:"2.5rem"},f0={root:d0,navButton:c0,currentPageReport:u0,jumpToPageInput:p0},m0={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},h0={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},g0={padding:"0.375rem 1.125rem"},b0={fontWeight:"600"},v0={padding:"0 1.125rem 1.125rem 1.125rem"},y0={padding:"0 1.125rem 1.125rem 1.125rem"},k0={root:m0,header:h0,toggleableHeader:g0,title:b0,content:v0,footer:y0},w0={gap:"0.5rem",transitionDuration:"{transition.duration}"},C0={background:"{content.background}",borderColor:"{content.border.color}",borderWidth:"1px",color:"{content.color}",padding:"0.25rem 0.25rem",borderRadius:"{content.border.radius}",first:{borderWidth:"1px",topBorderRadius:"{content.border.radius}"},last:{borderWidth:"1px",bottomBorderRadius:"{content.border.radius}"}},$0={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",gap:"0.5rem",padding:"{navigation.item.padding}",borderRadius:"{content.border.radius}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},S0={indent:"1rem"},B0={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},P0={root:w0,panel:C0,item:$0,submenu:S0,submenuIcon:B0},D0={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},x0={color:"{form.field.icon.color}"},E0={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",padding:"{overlay.popover.padding}",shadow:"{overlay.popover.shadow}"},T0={gap:"0.5rem"},M0={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},O0={meter:D0,icon:x0,overlay:E0,content:T0,colorScheme:M0},_0={gap:"1.125rem"},V0={gap:"0.5rem"},N0={root:_0,controls:V0},I0={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},R0={padding:"{overlay.popover.padding}"},L0={root:I0,content:R0},z0={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},A0={background:"{primary.color}"},F0={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},j0={root:z0,value:A0,label:F0},H0={light:{root:{colorOne:"{red.500}",colorTwo:"{blue.500}",colorThree:"{green.500}",colorFour:"{yellow.500}"}},dark:{root:{colorOne:"{red.400}",colorTwo:"{blue.400}",colorThree:"{green.400}",colorFour:"{yellow.400}"}}},Y0={colorScheme:H0},W0={width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},K0={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},U0={root:W0,icon:K0},q0={gap:"0.25rem",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},X0={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},G0={root:q0,icon:X0},Z0={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},Q0={colorScheme:Z0},J0={transitionDuration:"{transition.duration}"},ev={size:"9px",borderRadius:"{border.radius.sm}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},tv={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},ov={root:J0,bar:ev,colorScheme:tv},rv={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},nv={width:"2.5rem",color:"{form.field.icon.color}"},av={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},iv={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},lv={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},sv={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},dv={color:"{form.field.icon.color}"},cv={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},uv={padding:"{list.option.padding}"},pv={root:rv,dropdown:nv,overlay:av,list:iv,option:lv,optionGroup:sv,clearIcon:dv,checkmark:cv,emptyMessage:uv},fv={borderRadius:"{form.field.border.radius}"},mv={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},hv={root:fv,colorScheme:mv},gv={borderRadius:"{content.border.radius}"},bv={light:{root:{background:"{surface.200}",animationBackground:"rgba(255,255,255,0.4)"}},dark:{root:{background:"rgba(255, 255, 255, 0.06)",animationBackground:"rgba(255, 255, 255, 0.04)"}}},vv={root:gv,colorScheme:bv},yv={transitionDuration:"{transition.duration}"},kv={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},wv={background:"{primary.color}"},Cv={width:"20px",height:"20px",borderRadius:"50%",background:"{content.border.color}",hoverBackground:"{content.border.color}",content:{borderRadius:"50%",hoverBackground:"{content.background}",width:"16px",height:"16px",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},$v={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},Sv={root:yv,track:kv,range:wv,handle:Cv,colorScheme:$v},Bv={gap:"0.5rem",transitionDuration:"{transition.duration}"},Pv={root:Bv},Dv={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)"},xv={root:Dv},Ev={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},Tv={background:"{content.border.color}"},Mv={size:"24px",background:"transparent",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ov={root:Ev,gutter:Tv,handle:Mv},_v={transitionDuration:"{transition.duration}"},Vv={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Nv={padding:"0.5rem",gap:"1rem"},Iv={padding:"0",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},Rv={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Lv={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},zv={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},Av={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Fv={root:_v,separator:Vv,step:Nv,stepHeader:Iv,stepTitle:Rv,stepNumber:Lv,steppanels:zv,steppanel:Av},jv={transitionDuration:"{transition.duration}"},Hv={background:"{content.border.color}"},Yv={borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},Wv={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Kv={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},Uv={root:jv,separator:Hv,itemLink:Yv,itemLabel:Wv,itemNumber:Kv},qv={transitionDuration:"{transition.duration}"},Xv={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Gv={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Zv={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Qv={height:"1px",bottom:"-1px",background:"{primary.color}"},Jv={root:qv,tablist:Xv,item:Gv,itemIcon:Zv,activeBar:Qv},ey={transitionDuration:"{transition.duration}"},ty={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},oy={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},ry={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},ny={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},ay={height:"1px",bottom:"-1px",background:"{primary.color}"},iy={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},ly={root:ey,tablist:ty,tab:oy,tabpanel:ry,navButton:ny,activeBar:ay,colorScheme:iy},sy={transitionDuration:"{transition.duration}"},dy={background:"{content.background}",borderColor:"{content.border.color}"},cy={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},uy={background:"{content.background}",color:"{content.color}"},py={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},fy={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},my={root:sy,tabList:dy,tab:cy,tabPanel:uy,navButton:py,colorScheme:fy},hy={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},gy={size:"0.75rem"},by={light:{primary:{background:"{primary.100}",color:"{primary.700}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.100}",color:"{green.700}"},info:{background:"{sky.100}",color:"{sky.700}"},warn:{background:"{orange.100}",color:"{orange.700}"},danger:{background:"{red.100}",color:"{red.700}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"color-mix(in srgb, {primary.500}, transparent 84%)",color:"{primary.300}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",color:"{green.300}"},info:{background:"color-mix(in srgb, {sky.500}, transparent 84%)",color:"{sky.300}"},warn:{background:"color-mix(in srgb, {orange.500}, transparent 84%)",color:"{orange.300}"},danger:{background:"color-mix(in srgb, {red.500}, transparent 84%)",color:"{red.300}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},vy={root:hy,icon:gy,colorScheme:by},yy={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.color}",height:"18rem",padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{form.field.border.radius}"},ky={gap:"0.25rem"},wy={margin:"2px 0"},Cy={root:yy,prompt:ky,commandResponse:wy},$y={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Sy={root:$y},By={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Py={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Dy={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},xy={mobileIndent:"1rem"},Ey={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},Ty={borderColor:"{content.border.color}"},My={root:By,list:Py,item:Dy,submenu:xy,submenuIcon:Ey,separator:Ty},Oy={minHeight:"5rem"},_y={eventContent:{padding:"1rem 0"}},Vy={eventContent:{padding:"0 1rem"}},Ny={size:"1.125rem",borderRadius:"50%",borderWidth:"2px",background:"{content.background}",borderColor:"{content.border.color}",content:{borderRadius:"50%",size:"0.375rem",background:"{primary.color}",insetShadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"}},Iy={color:"{content.border.color}",size:"2px"},Ry={event:Oy,horizontal:_y,vertical:Vy,eventMarker:Ny,eventConnector:Iy},Ly={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},zy={size:"1.125rem"},Ay={padding:"{overlay.popover.padding}",gap:"0.5rem"},Fy={gap:"0.5rem"},jy={fontWeight:"500",fontSize:"1rem"},Hy={fontWeight:"500",fontSize:"0.875rem"},Yy={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Wy={size:"1rem"},Ky={light:{root:{blur:"1.5px"},info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}}}},dark:{root:{blur:"10px"},info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",detailColor:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}}}}},Uy={root:Ly,icon:zy,content:Ay,text:Fy,summary:jy,detail:Hy,closeButton:Yy,closeIcon:Wy,colorScheme:Ky},qy={padding:"0.25rem",borderRadius:"{content.border.radius}",gap:"0.5rem",fontWeight:"500",disabledBackground:"{form.field.disabled.background}",disabledBorderColor:"{form.field.disabled.background}",disabledColor:"{form.field.disabled.color}",invalidBorderColor:"{form.field.invalid.border.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",padding:"0.25rem"},lg:{fontSize:"{form.field.lg.font.size}",padding:"0.25rem"}},Xy={disabledColor:"{form.field.disabled.color}"},Gy={padding:"0.25rem 0.75rem",borderRadius:"{content.border.radius}",checkedShadow:"0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)",sm:{padding:"0.25rem 0.75rem"},lg:{padding:"0.25rem 0.75rem"}},Zy={light:{root:{background:"{surface.100}",checkedBackground:"{surface.100}",hoverBackground:"{surface.100}",borderColor:"{surface.100}",color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}",checkedBorderColor:"{surface.100}"},content:{checkedBackground:"{surface.0}"},icon:{color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}"}},dark:{root:{background:"{surface.950}",checkedBackground:"{surface.950}",hoverBackground:"{surface.950}",borderColor:"{surface.950}",color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}",checkedBorderColor:"{surface.950}"},content:{checkedBackground:"{surface.800}"},icon:{color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}"}}},Qy={root:qy,icon:Xy,content:Gy,colorScheme:Zy},Jy={width:"2.5rem",height:"1.5rem",borderRadius:"30px",gap:"0.25rem",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},borderWidth:"1px",borderColor:"transparent",hoverBorderColor:"transparent",checkedBorderColor:"transparent",checkedHoverBorderColor:"transparent",invalidBorderColor:"{form.field.invalid.border.color}",transitionDuration:"{form.field.transition.duration}",slideDuration:"0.2s"},ek={borderRadius:"50%",size:"1rem"},tk={light:{root:{background:"{surface.300}",disabledBackground:"{form.field.disabled.background}",hoverBackground:"{surface.400}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.0}",disabledBackground:"{form.field.disabled.color}",hoverBackground:"{surface.0}",checkedBackground:"{surface.0}",checkedHoverBackground:"{surface.0}",color:"{text.muted.color}",hoverColor:"{text.color}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}},dark:{root:{background:"{surface.700}",disabledBackground:"{surface.600}",hoverBackground:"{surface.600}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.400}",disabledBackground:"{surface.900}",hoverBackground:"{surface.300}",checkedBackground:"{surface.900}",checkedHoverBackground:"{surface.900}",color:"{surface.900}",hoverColor:"{surface.800}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}}},ok={root:Jy,handle:ek,colorScheme:tk},rk={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},nk={root:rk},ak={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},ik={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},lk={root:ak,colorScheme:ik},sk={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},dk={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},ck={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},uk={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},pk={size:"2rem"},fk={margin:"0 0 0.5rem 0"},mk={root:sk,node:dk,nodeIcon:ck,nodeToggleButton:uk,loadingIcon:pk,filter:fk},hk={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},gk={width:"2.5rem",color:"{form.field.icon.color}"},bk={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},vk={padding:"{list.padding}"},yk={padding:"{list.option.padding}"},kk={borderRadius:"{border.radius.sm}"},wk={color:"{form.field.icon.color}"},Ck={root:hk,dropdown:gk,overlay:bk,tree:vk,emptyMessage:yk,chip:kk,clearIcon:wk},$k={transitionDuration:"{transition.duration}"},Sk={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Bk={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Pk={fontWeight:"600"},Dk={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},xk={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},Ek={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},Tk={fontWeight:"600"},Mk={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Ok={width:"0.5rem"},_k={width:"1px",color:"{primary.color}"},Vk={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Nk={size:"2rem"},Ik={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Rk={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Lk={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},zk={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Ak={root:$k,header:Sk,headerCell:Bk,columnTitle:Pk,row:Dk,bodyCell:xk,footerCell:Ek,columnFooter:Tk,footer:Mk,columnResizer:Ok,resizeIndicator:_k,sortIcon:Vk,loadingIcon:Nk,nodeToggleButton:Ik,paginatorTop:Rk,paginatorBottom:Lk,colorScheme:zk},Fk={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},jk={loader:Fk},Hk=Object.defineProperty,Yk=Object.defineProperties,Wk=Object.getOwnPropertyDescriptors,ya=Object.getOwnPropertySymbols,Kk=Object.prototype.hasOwnProperty,Uk=Object.prototype.propertyIsEnumerable,ka=(t,e,o)=>e in t?Hk(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,wa,qk=(wa=((t,e)=>{for(var o in e||(e={}))Kk.call(e,o)&&ka(t,o,e[o]);if(ya)for(var o of ya(e))Uk.call(e,o)&&ka(t,o,e[o]);return t})({},lf),Yk(wa,Wk({components:{accordion:Vp,autocomplete:Yp,avatar:Gp,badge:rf,blockui:df,breadcrumb:ff,button:gf,card:Cf,carousel:xf,cascadeselect:Nf,checkbox:Lf,chip:Yf,colorpicker:Xf,confirmdialog:Qf,confirmpopup:rm,contextmenu:cm,datatable:Tm,dataview:Rm,datepicker:rh,dialog:dh,divider:mh,dock:bh,drawer:$h,editor:Eh,fieldset:Vh,fileupload:jh,floatlabel:Uh,galleria:sg,iconfield:cg,iftalabel:fg,image:vg,imagecompare:kg,inlinemessage:Bg,inplace:xg,inputchips:Og,inputgroup:Vg,inputnumber:Lg,inputotp:Fg,inputtext:Hg,knob:qg,listbox:ob,megamenu:pb,menu:vb,menubar:Bb,message:Nb,metergroup:jb,multiselect:Qb,orderlist:t0,organizationchart:i0,overlaybadge:s0,paginator:f0,panel:k0,panelmenu:P0,password:O0,picklist:N0,popover:L0,progressbar:j0,progressspinner:Y0,radiobutton:U0,rating:G0,ripple:Q0,scrollpanel:ov,select:pv,selectbutton:hv,skeleton:vv,slider:Sv,speeddial:Pv,splitbutton:xv,splitter:Ov,stepper:Fv,steps:Uv,tabmenu:Jv,tabs:ly,tabview:my,tag:vy,terminal:Cy,textarea:Sy,tieredmenu:My,timeline:Ry,toast:Uy,togglebutton:Qy,toggleswitch:ok,toolbar:nk,tooltip:lk,tree:mk,treeselect:Ck,treetable:Ak,virtualscroller:jk}})));const Xk={theme:{preset:qk,options:{darkModeSelector:"none",cssLayer:{name:"primevue",order:"pit-viper-v2, primevue"}}}},Gk=t=>{t.use(Uu,Xk)};V.PvAccordion=Qi,V.PvActionBar=Ep,V.PvAvatar=fa,V.PvAvatarGroup=Mu,V.PvBanner=Wi,V.PvBreadcrumbs=$c,V.PvButton=Te,V.PvCard=Cr,V.PvCheckbox=Ru,V.PvCompanyLabel=Du,V.PvCompanyLogo=_t,V.PvCompanyTag=Ki,V.PvCounterBadge=wt,V.PvDatePicker=Kd,V.PvDateTime=sc,V.PvDrawer=mc,V.PvDropdown=$i,V.PvExpandableContent=Bp,V.PvGhostInput=Bu,V.PvIcon=ne,V.PvInput=lp,V.PvInsightCard=kp,V.PvModal=ji,V.PvMultiSelectButton=Qc,V.PvPagination=mu,V.PvPill=Oa,V.PvPopover=tr,V.PvRating=cp,V.PvReleaseBadge=xa,V.PvSearchInput=Co,V.PvSegmentedControl=Bi,V.PvSelectButton=su,V.PvSelectableCard=bu,V.PvSidePanel=Cu,V.PvSkeleton=np,V.PvSpinner=Io,V.PvSprite=Lu,V.PvSuggestionTag=Xi,V.PvSwitch=Sp,V.PvTabList=Ei,V.PvTabs=kc,V.PvTag=Ma,V.PvToast=Dp,V.PvToggleButton=Nu,V.PvTooltip=da,V.PvWidget=pp,V.useDateTime=sa,V.usePvComponents=Gk,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
|
|
1502
|
+
`,Xu={root:{position:"relative"}},Gu={root:function(e){var o=e.props;return["p-skeleton p-component",{"p-skeleton-circle":o.shape==="circle","p-skeleton-animation-none":o.animation==="none"}]}},Zu=G.extend({name:"skeleton",style:qu,classes:Gu,inlineStyles:Xu}),Qu={name:"BaseSkeleton",extends:Ht,props:{shape:{type:String,default:"rectangle"},size:{type:String,default:null},width:{type:String,default:"100%"},height:{type:String,default:"1rem"},borderRadius:{type:String,default:null},animation:{type:String,default:"wave"}},style:Zu,provide:function(){return{$pcSkeleton:this,$parentInstance:this}}};function Qt(t){"@babel/helpers - typeof";return Qt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qt(t)}function Ju(t,e,o){return(e=ep(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ep(t){var e=tp(t,"string");return Qt(e)=="symbol"?e:e+""}function tp(t,e){if(Qt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var r=o.call(t,e);if(Qt(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var va={name:"Skeleton",extends:Qu,inheritAttrs:!1,computed:{containerStyle:function(){return this.size?{width:this.size,height:this.size,borderRadius:this.borderRadius}:{width:this.width,height:this.height,borderRadius:this.borderRadius}},dataP:function(){return $e(Ju({},this.shape,this.shape))}}},op=["data-p"];function rp(t,e,o,r,a,i){return n.openBlock(),n.createElementBlock("div",n.mergeProps({class:t.cx("root"),style:[t.sx("root"),i.containerStyle],"aria-hidden":"true"},t.ptmi("root"),{"data-p":i.dataP}),null,16,op)}va.render=rp;const np=n.defineComponent({__name:"PvSkeleton",props:{size:{default:"md"},variant:{default:"rectangle"}},setup(t){const e={xs:"0.75rem",sm:"1rem",md:"1.25rem",lg:"1.5rem",xl:"2rem"};return(o,r)=>(n.openBlock(),n.createBlock(n.unref(va),{"data-testid":"pv-skeleton",height:e[o.size],width:o.variant==="square"?e[o.size]:"100%"},null,8,["height","width"]))}}),ap=["for"],ip=["disabled","type","placeholder","id","data-invalid"],lp=n.defineComponent({__name:"PvInput",props:n.mergeModels({error:{type:Boolean},disabled:{type:Boolean},placeholder:{},type:{default:"text"},id:{default:Math.random().toString()},lowerLabel:{},variant:{default:"white"}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const e=n.useModel(t,"modelValue");return(o,r)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[o.$slots.label?(n.openBlock(),n.createElementBlock("label",{key:0,"data-testid":"pv-input-label",class:"pv-label pv-stack-8",for:o.id},[n.renderSlot(o.$slots,"label")],8,ap)):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("input",{"onUpdate:modelValue":r[0]||(r[0]=a=>e.value=a),"data-testid":"pv-input",class:n.normalizeClass(["pv-input-text",{"pv-stack-8":o.lowerLabel,"pv-surface-accent":o.variant==="grey"}]),disabled:o.disabled,type:o.type,placeholder:o.placeholder,id:o.id,"data-invalid":o.error?!0:void 0},null,10,ip),[[n.vModelDynamic,e.value]]),o.lowerLabel?(n.openBlock(),n.createElementBlock("p",{key:1,"data-testid":"pv-input-lower-label",style:{"margin-left":"12px"},class:n.normalizeClass(["pv-text-body-xs",{"pv-text-red":o.error,"pv-text-subdued":!o.error}])},n.toDisplayString(o.lowerLabel),3)):n.createCommentVNode("",!0)],64))}}),sp=["data-rating"],dp=["value"],cp=n.defineComponent({__name:"PvRating",props:{variant:{default:"dot"},value:{},size:{default:20}},setup(t){const e=t,o=n.computed(()=>e.variant==="dot"?"dot":void 0);return(r,a)=>(n.openBlock(),n.createElementBlock("div",{class:"pv-rating","data-testid":"pv-rating",style:n.normalizeStyle({"--height":`${r.size}px`}),"data-rating":o.value},[n.createElementVNode("meter",{id:"rating",min:"0",max:"5",value:r.value},"4.0 stars",8,dp)],12,sp))}}),up=["href"],Cr=n.defineComponent({__name:"PvCard",props:{href:{},variant:{default:"primary"},interactive:{type:Boolean,default:!1}},setup(t){return(e,o)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(e.interactive?"button":"div"),{"data-testid":"pv-card",class:n.normalizeClass(["pv-card pv-inset-square-8",{"pv-card-secondary":e.variant==="secondary"}])},{default:n.withCtx(()=>[e.href?(n.openBlock(),n.createElementBlock("a",{key:0,href:e.href,class:"pv-overlay-link"},null,8,up)):n.createCommentVNode("",!0),n.renderSlot(e.$slots,"default")]),_:3},8,["class"]))}}),pp=n.defineComponent({__name:"PvWidget",setup(t){return(e,o)=>(n.openBlock(),n.createBlock(Cr,{class:"pv-inset-square-16"},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3}))}}),fp={class:"pv-flex-vertical",style:{"--flex-align":"flex-start","--flex-gap":"0.25rem"}},mp={class:"pv-flex pv-full-width",style:{"--flex-gap":"0.25rem"}},hp={key:0,class:"pv-flex pv-full-width",style:{"--flex-gap":"0.25rem"}},gp={class:"pv-text-body-sm"},bp={key:0,class:"pv-text-body-sm pv-text-tertiary"},vp={key:1,class:"pv-heading-2"},yp={key:2,class:"pv-text-body-md pv-text-secondary"},kp=n.defineComponent({__name:"PvInsightCard",props:{icon:{default:"ai"},insight:{},upperLabel:{},title:{},description:{},showButton:{type:Boolean,default:!1},interactive:{type:Boolean,default:!1}},emits:["click","icon-click"],setup(t){const e=t,o=n.computed(()=>e.icon||e.insight);return(r,a)=>(n.openBlock(),n.createBlock(Cr,{variant:"secondary",interactive:r.interactive,onClick:a[1]||(a[1]=i=>r.$emit("click"))},{default:n.withCtx(()=>[n.createElementVNode("div",fp,[n.createElementVNode("div",mp,[o.value?(n.openBlock(),n.createElementBlock("div",hp,[r.icon?(n.openBlock(),n.createBlock(ne,{key:0,style:{color:"#218c88"},name:r.icon,size:12},null,8,["name"])):n.createCommentVNode("",!0),n.createElementVNode("span",gp,n.toDisplayString(r.insight),1)])):n.createCommentVNode("",!0),r.showButton?(n.openBlock(),n.createBlock(Te,{key:1,"left-icon":"new-tab",variant:"ghost",size:"md",onClick:a[0]||(a[0]=n.withModifiers(i=>r.$emit("icon-click"),["stop"]))})):n.createCommentVNode("",!0)]),r.upperLabel?(n.openBlock(),n.createElementBlock("span",bp,n.toDisplayString(r.upperLabel),1)):n.createCommentVNode("",!0),r.title?(n.openBlock(),n.createElementBlock("span",vp,n.toDisplayString(r.title),1)):n.createCommentVNode("",!0),r.description?(n.openBlock(),n.createElementBlock("span",yp,n.toDisplayString(r.description),1)):n.createCommentVNode("",!0)])]),_:1},8,["interactive"]))}}),wp=["for"],Cp={key:0},$p=["disabled","id"],Sp=n.defineComponent({__name:"PvSwitch",props:n.mergeModels({size:{default:"md"},label:{},disabled:{type:Boolean,default:!1},id:{default:Math.random().toString()}},{modelValue:{type:Boolean,required:!0},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const e=n.useModel(t,"modelValue");return(o,r)=>(n.openBlock(),n.createElementBlock("label",{for:o.id,class:n.normalizeClass(["pv-label pv-switch pv-label-hover",{"pv-input-small":o.size==="md"}])},[o.label?(n.openBlock(),n.createElementBlock("span",Cp,n.toDisplayString(o.label),1)):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("input",{"onUpdate:modelValue":r[0]||(r[0]=a=>e.value=a),disabled:o.disabled,type:"checkbox",role:"switch",id:o.id},null,8,$p),[[n.vModelCheckbox,e.value]])],10,wp))}}),Bp=Se(n.defineComponent({__name:"PvExpandableContent",props:{lines:{default:4},size:{default:"md"},variant:{default:"primary"},defaultOpen:{type:Boolean,default:!1}},setup(t){const e={none:"0",xs:"4px",sm:"8px",md:"12px",lg:"16px"},o=t,r=n.ref(o.defaultOpen),a=()=>{r.value=!r.value},i=n.computed(()=>({"--lines":r.value?"none":o.lines,"max-height":r.value?"100vh":`${o.lines*1.5}em`}));return(l,d)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["pv-inset-square expandable-content",{"pv-surface-accent":l.variant==="ghost"}]),style:n.normalizeStyle({"--inset-size":e[l.size]})},[n.createElementVNode("p",{class:"pv-line-clamp pv-text-body-md pv-stack-8",style:n.normalizeStyle(i.value)},[n.renderSlot(l.$slots,"default",{},void 0,!0)],4),n.createVNode(Te,{label:r.value?"Show Less":"Show More",variant:"ghost",size:"md",onClick:a,"left-icon":r.value?"chevron-up":"chevron-down"},null,8,["label","left-icon"])],6))}}),[["__scopeId","data-v-2f840307"]]),Pp={class:"pv-text-body-md"},Dp=n.defineComponent({__name:"PvToast",props:{variant:{default:"info"},icon:{},label:{}},emits:["handle-close"],setup(t){const e={info:"pv-toast-info",success:"pv-toast-success",error:"pv-toast-error",dark:"pv-toast-dark"},o={info:"check-circle",success:"check-circle",error:"alert-circle",dark:"ai"};return(r,a)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(e[r.variant])},[n.createVNode(ne,{name:r.icon?r.icon:o[r.variant],size:20},null,8,["name"]),n.createElementVNode("p",Pp,n.toDisplayString(r.label),1),n.renderSlot(r.$slots,"default"),n.createVNode(Te,{variant:"ghost",inverse:r.variant==="dark",size:"lg","left-icon":"close",onClick:a[0]||(a[0]=i=>r.$emit("handle-close"))},null,8,["inverse"])],2))}}),xp=["data-style"],Ep=n.defineComponent({__name:"PvActionBar",props:{variant:{default:"white"}},setup(t){return(e,o)=>(n.openBlock(),n.createElementBlock("div",{class:"pv-action-bar-container","data-style":e.variant==="white"?"white":void 0},[n.renderSlot(e.$slots,"default")],8,xp))}}),Tp=["for"],Mp=["rows","disabled","placeholder","id","data-invalid"],Op=n.defineComponent({__name:"PvTextArea",props:n.mergeModels({error:{type:Boolean},disabled:{type:Boolean},placeholder:{},id:{default:Math.random().toString()},lowerLabel:{},variant:{default:"white"},rows:{default:4}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const e=n.useModel(t,"modelValue");return(o,r)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[o.$slots.label?(n.openBlock(),n.createElementBlock("label",{key:0,class:"pv-label pv-stack-8",for:o.id},[n.renderSlot(o.$slots,"label")],8,Tp)):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("textarea",n.mergeProps(o.$attrs,{"onUpdate:modelValue":r[0]||(r[0]=a=>e.value=a),class:["pv-textarea",{"pv-stack-8":o.lowerLabel,"pv-surface-accent":o.variant==="grey"}],rows:o.rows,disabled:o.disabled,placeholder:o.placeholder,id:o.id,"data-invalid":o.error?!0:void 0}),null,16,Mp),[[n.vModelText,e.value]]),o.lowerLabel?(n.openBlock(),n.createElementBlock("p",{key:1,style:{"margin-left":"12px"},class:n.normalizeClass(["pv-text-body-xs",{"pv-text-red":o.error,"pv-text-subdued":!o.error}])},n.toDisplayString(o.lowerLabel),3)):n.createCommentVNode("",!0)],64))}});G.extend({name:"common"});var _p={transitionDuration:"{transition.duration}"},Vp={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},Np={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",padding:"1.125rem",fontWeight:"600",borderRadius:"0",borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",hoverBackground:"{content.background}",activeBackground:"{content.background}",activeHoverBackground:"{content.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},toggleIcon:{color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}"},first:{topBorderRadius:"{content.border.radius}",borderWidth:"0"},last:{bottomBorderRadius:"{content.border.radius}",activeBottomBorderRadius:"0"}},Ip={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Rp={root:_p,panel:Vp,header:Np,content:Ip},Lp={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},zp={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Ap={padding:"{list.padding}",gap:"{list.gap}"},Fp={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},jp={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Hp={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Yp={borderRadius:"{border.radius.sm}"},Wp={padding:"{list.option.padding}"},Kp={light:{chip:{focusBackground:"{surface.200}",focusColor:"{surface.800}"},dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",focusColor:"{surface.0}"},dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"}}},Up={root:Lp,overlay:zp,list:Ap,option:Fp,optionGroup:jp,dropdown:Hp,chip:Yp,emptyMessage:Wp,colorScheme:Kp},qp={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Xp={size:"1rem"},Gp={borderColor:"{content.background}",offset:"-0.75rem"},Zp={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},Qp={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},Jp={root:qp,icon:Xp,group:Gp,lg:Zp,xl:Qp},ef={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},tf={size:"0.5rem"},of={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},rf={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},nf={fontSize:"1rem",minWidth:"2rem",height:"2rem"},af={light:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.500}",color:"{surface.0}"},info:{background:"{sky.500}",color:"{surface.0}"},warn:{background:"{orange.500}",color:"{surface.0}"},danger:{background:"{red.500}",color:"{surface.0}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"{green.400}",color:"{green.950}"},info:{background:"{sky.400}",color:"{sky.950}"},warn:{background:"{orange.400}",color:"{orange.950}"},danger:{background:"{red.400}",color:"{red.950}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},lf={root:ef,dot:tf,sm:of,lg:rf,xl:nf,colorScheme:af},sf={borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"12px"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"}},df={transitionDuration:"0.2s",focusRing:{width:"1px",style:"solid",color:"{primary.color}",offset:"2px",shadow:"none"},disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",primary:{50:"{emerald.50}",100:"{emerald.100}",200:"{emerald.200}",300:"{emerald.300}",400:"{emerald.400}",500:"{emerald.500}",600:"{emerald.600}",700:"{emerald.700}",800:"{emerald.800}",900:"{emerald.900}",950:"{emerald.950}"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.625rem",paddingY:"0.375rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"{border.radius.md}",padding:"0.75rem",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},colorScheme:{light:{surface:{0:"#ffffff",50:"{slate.50}",100:"{slate.100}",200:"{slate.200}",300:"{slate.300}",400:"{slate.400}",500:"{slate.500}",600:"{slate.600}",700:"{slate.700}",800:"{slate.800}",900:"{slate.900}",950:"{slate.950}"},primary:{color:"{primary.500}",contrastColor:"#ffffff",hoverColor:"{primary.600}",activeColor:"{primary.700}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.400}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.700}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}"},content:{background:"{surface.0}",hoverBackground:"{surface.100}",borderColor:"{surface.200}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},modal:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{surface:{0:"#ffffff",50:"{zinc.50}",100:"{zinc.100}",200:"{zinc.200}",300:"{zinc.300}",400:"{zinc.400}",500:"{zinc.500}",600:"{zinc.600}",700:"{zinc.700}",800:"{zinc.800}",900:"{zinc.900}",950:"{zinc.950}"},primary:{color:"{primary.400}",contrastColor:"{surface.900}",hoverColor:"{primary.300}",activeColor:"{primary.200}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.300}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.0}",hoverColor:"{surface.0}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}"},content:{background:"{surface.900}",hoverBackground:"{surface.800}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},modal:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},cf={primitive:sf,semantic:df},uf={borderRadius:"{content.border.radius}"},pf={root:uf},ff={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},mf={color:"{text.muted.color}",hoverColor:"{text.color}",borderRadius:"{content.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",hoverColor:"{navigation.item.icon.focus.color}"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},hf={color:"{navigation.item.icon.color}"},gf={root:ff,item:mf,separator:hf},bf={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",gap:"0.5rem",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",iconOnlyWidth:"2.5rem",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}",iconOnlyWidth:"2rem"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}",iconOnlyWidth:"3rem"},label:{fontWeight:"500"},raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"},badgeSize:"1rem",transitionDuration:"{form.field.transition.duration}"},vf={light:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",borderColor:"{surface.100}",hoverBorderColor:"{surface.200}",activeBorderColor:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}",focusRing:{color:"{surface.600}",shadow:"none"}},info:{background:"{sky.500}",hoverBackground:"{sky.600}",activeBackground:"{sky.700}",borderColor:"{sky.500}",hoverBorderColor:"{sky.600}",activeBorderColor:"{sky.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{sky.500}",shadow:"none"}},success:{background:"{green.500}",hoverBackground:"{green.600}",activeBackground:"{green.700}",borderColor:"{green.500}",hoverBorderColor:"{green.600}",activeBorderColor:"{green.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{green.500}",shadow:"none"}},warn:{background:"{orange.500}",hoverBackground:"{orange.600}",activeBackground:"{orange.700}",borderColor:"{orange.500}",hoverBorderColor:"{orange.600}",activeBorderColor:"{orange.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{orange.500}",shadow:"none"}},help:{background:"{purple.500}",hoverBackground:"{purple.600}",activeBackground:"{purple.700}",borderColor:"{purple.500}",hoverBorderColor:"{purple.600}",activeBorderColor:"{purple.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{purple.500}",shadow:"none"}},danger:{background:"{red.500}",hoverBackground:"{red.600}",activeBackground:"{red.700}",borderColor:"{red.500}",hoverBorderColor:"{red.600}",activeBorderColor:"{red.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{red.500}",shadow:"none"}},contrast:{background:"{surface.950}",hoverBackground:"{surface.900}",activeBackground:"{surface.800}",borderColor:"{surface.950}",hoverBorderColor:"{surface.900}",activeBorderColor:"{surface.800}",color:"{surface.0}",hoverColor:"{surface.0}",activeColor:"{surface.0}",focusRing:{color:"{surface.950}",shadow:"none"}}},outlined:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",borderColor:"{primary.200}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",borderColor:"{green.200}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",borderColor:"{sky.200}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",borderColor:"{orange.200}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",borderColor:"{purple.200}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",borderColor:"{red.200}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.700}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.700}"}},text:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.700}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}},dark:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",borderColor:"{surface.800}",hoverBorderColor:"{surface.700}",activeBorderColor:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}",focusRing:{color:"{surface.300}",shadow:"none"}},info:{background:"{sky.400}",hoverBackground:"{sky.300}",activeBackground:"{sky.200}",borderColor:"{sky.400}",hoverBorderColor:"{sky.300}",activeBorderColor:"{sky.200}",color:"{sky.950}",hoverColor:"{sky.950}",activeColor:"{sky.950}",focusRing:{color:"{sky.400}",shadow:"none"}},success:{background:"{green.400}",hoverBackground:"{green.300}",activeBackground:"{green.200}",borderColor:"{green.400}",hoverBorderColor:"{green.300}",activeBorderColor:"{green.200}",color:"{green.950}",hoverColor:"{green.950}",activeColor:"{green.950}",focusRing:{color:"{green.400}",shadow:"none"}},warn:{background:"{orange.400}",hoverBackground:"{orange.300}",activeBackground:"{orange.200}",borderColor:"{orange.400}",hoverBorderColor:"{orange.300}",activeBorderColor:"{orange.200}",color:"{orange.950}",hoverColor:"{orange.950}",activeColor:"{orange.950}",focusRing:{color:"{orange.400}",shadow:"none"}},help:{background:"{purple.400}",hoverBackground:"{purple.300}",activeBackground:"{purple.200}",borderColor:"{purple.400}",hoverBorderColor:"{purple.300}",activeBorderColor:"{purple.200}",color:"{purple.950}",hoverColor:"{purple.950}",activeColor:"{purple.950}",focusRing:{color:"{purple.400}",shadow:"none"}},danger:{background:"{red.400}",hoverBackground:"{red.300}",activeBackground:"{red.200}",borderColor:"{red.400}",hoverBorderColor:"{red.300}",activeBorderColor:"{red.200}",color:"{red.950}",hoverColor:"{red.950}",activeColor:"{red.950}",focusRing:{color:"{red.400}",shadow:"none"}},contrast:{background:"{surface.0}",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{surface.0}",hoverBorderColor:"{surface.100}",activeBorderColor:"{surface.200}",color:"{surface.950}",hoverColor:"{surface.950}",activeColor:"{surface.950}",focusRing:{color:"{surface.0}",shadow:"none"}}},outlined:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",borderColor:"{primary.700}",color:"{primary.color}"},secondary:{hoverBackground:"rgba(255,255,255,0.04)",activeBackground:"rgba(255,255,255,0.16)",borderColor:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",borderColor:"{green.700}",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",borderColor:"{sky.700}",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",borderColor:"{orange.700}",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",borderColor:"{purple.700}",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",borderColor:"{red.700}",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.500}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.600}",color:"{surface.0}"}},text:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",color:"{primary.color}"},secondary:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}}},yf={root:bf,colorScheme:vf},kf={background:"{content.background}",borderRadius:"{border.radius.xl}",color:"{content.color}",shadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},wf={padding:"1.25rem",gap:"0.5rem"},Cf={gap:"0.5rem"},$f={fontSize:"1.25rem",fontWeight:"500"},Sf={color:"{text.muted.color}"},Bf={root:kf,body:wf,caption:Cf,title:$f,subtitle:Sf},Pf={transitionDuration:"{transition.duration}"},Df={gap:"0.25rem"},xf={padding:"1rem",gap:"0.5rem"},Ef={width:"2rem",height:"0.5rem",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Tf={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},Mf={root:Pf,content:Df,indicatorList:xf,indicator:Ef,colorScheme:Tf},Of={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},_f={width:"2.5rem",color:"{form.field.icon.color}"},Vf={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Nf={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},If={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",icon:{color:"{list.option.icon.color}",focusColor:"{list.option.icon.focus.color}",size:"0.875rem"}},Rf={color:"{form.field.icon.color}"},Lf={root:Of,dropdown:_f,overlay:Vf,list:Nf,option:If,clearIcon:Rf},zf={borderRadius:"{border.radius.sm}",width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},Af={size:"0.875rem",color:"{form.field.color}",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.75rem"},lg:{size:"1rem"}},Ff={root:zf,icon:Af},jf={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},Hf={width:"2rem",height:"2rem"},Yf={size:"1rem"},Wf={size:"1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"}},Kf={light:{root:{background:"{surface.100}",color:"{surface.800}"},icon:{color:"{surface.800}"},removeIcon:{color:"{surface.800}"}},dark:{root:{background:"{surface.800}",color:"{surface.0}"},icon:{color:"{surface.0}"},removeIcon:{color:"{surface.0}"}}},Uf={root:jf,image:Hf,icon:Yf,removeIcon:Wf,colorScheme:Kf},qf={transitionDuration:"{transition.duration}"},Xf={width:"1.5rem",height:"1.5rem",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Gf={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},Zf={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},Qf={root:qf,preview:Xf,panel:Gf,colorScheme:Zf},Jf={size:"2rem",color:"{overlay.modal.color}"},em={gap:"1rem"},tm={icon:Jf,content:em},om={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},rm={padding:"{overlay.popover.padding}",gap:"1rem"},nm={size:"1.5rem",color:"{overlay.popover.color}"},am={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},im={root:om,content:rm,icon:nm,footer:am},lm={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},sm={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},dm={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},cm={mobileIndent:"1rem"},um={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},pm={borderColor:"{content.border.color}"},fm={root:lm,list:sm,item:dm,submenu:cm,submenuIcon:um,separator:pm},mm={transitionDuration:"{transition.duration}"},hm={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},gm={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{datatable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},bm={fontWeight:"600"},vm={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},ym={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},km={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},wm={fontWeight:"600"},Cm={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},$m={color:"{primary.color}"},Sm={width:"0.5rem"},Bm={width:"1px",color:"{primary.color}"},Pm={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Dm={size:"2rem"},xm={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Em={inlineGap:"0.5rem",overlaySelect:{background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},overlayPopover:{background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}",gap:"0.5rem"},rule:{borderColor:"{content.border.color}"},constraintList:{padding:"{list.padding}",gap:"{list.gap}"},constraint:{focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",separator:{borderColor:"{content.border.color}"},padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"}},Tm={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Mm={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Om={light:{root:{borderColor:"{content.border.color}"},row:{stripedBackground:"{surface.50}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},row:{stripedBackground:"{surface.950}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},_m={root:mm,header:hm,headerCell:gm,columnTitle:bm,row:vm,bodyCell:ym,footerCell:km,columnFooter:wm,footer:Cm,dropPoint:$m,columnResizer:Sm,resizeIndicator:Bm,sortIcon:Pm,loadingIcon:Dm,rowToggleButton:xm,filter:Em,paginatorTop:Tm,paginatorBottom:Mm,colorScheme:Om},Vm={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},Nm={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},Im={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},Rm={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},Lm={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},zm={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Am={root:Vm,header:Nm,content:Im,footer:Rm,paginatorTop:Lm,paginatorBottom:zm},Fm={transitionDuration:"{transition.duration}"},jm={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},Hm={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},Ym={gap:"0.5rem",fontWeight:"500"},Wm={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Km={color:"{form.field.icon.color}"},Um={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},qm={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Xm={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},Gm={margin:"0.5rem 0 0 0"},Zm={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},Qm={hoverBackground:"{content.hover.background}",selectedBackground:"{primary.color}",rangeSelectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{primary.contrast.color}",rangeSelectedColor:"{highlight.color}",width:"2rem",height:"2rem",borderRadius:"50%",padding:"0.25rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Jm={margin:"0.5rem 0 0 0"},eh={padding:"0.375rem",borderRadius:"{content.border.radius}"},th={margin:"0.5rem 0 0 0"},oh={padding:"0.375rem",borderRadius:"{content.border.radius}"},rh={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},nh={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},ah={light:{dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"},today:{background:"{surface.200}",color:"{surface.900}"}},dark:{dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"},today:{background:"{surface.700}",color:"{surface.0}"}}},ih={root:Fm,panel:jm,header:Hm,title:Ym,dropdown:Wm,inputIcon:Km,selectMonth:Um,selectYear:qm,group:Xm,dayView:Gm,weekDay:Zm,date:Qm,monthView:Jm,month:eh,yearView:th,year:oh,buttonbar:rh,timePicker:nh,colorScheme:ah},lh={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},sh={padding:"{overlay.modal.padding}",gap:"0.5rem"},dh={fontSize:"1.25rem",fontWeight:"600"},ch={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},uh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},ph={root:lh,header:sh,title:dh,content:ch,footer:uh},fh={borderColor:"{content.border.color}"},mh={background:"{content.background}",color:"{text.color}"},hh={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},gh={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},bh={root:fh,content:mh,horizontal:hh,vertical:gh},vh={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},yh={borderRadius:"{content.border.radius}",padding:"0.5rem",size:"3rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},kh={root:vh,item:yh},wh={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},Ch={padding:"{overlay.modal.padding}"},$h={fontSize:"1.5rem",fontWeight:"600"},Sh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Bh={padding:"{overlay.modal.padding}"},Ph={root:wh,header:Ch,title:$h,content:Sh,footer:Bh},Dh={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},xh={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Eh={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}",padding:"{list.padding}"},Th={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Mh={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Oh={toolbar:Dh,toolbarItem:xh,overlay:Eh,overlayOption:Th,content:Mh},_h={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",padding:"0 1.125rem 1.125rem 1.125rem",transitionDuration:"{transition.duration}"},Vh={background:"{content.background}",hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",borderRadius:"{content.border.radius}",borderWidth:"1px",borderColor:"transparent",padding:"0.5rem 0.75rem",gap:"0.5rem",fontWeight:"600",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Nh={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},Ih={padding:"0"},Rh={root:_h,legend:Vh,toggleIcon:Nh,content:Ih},Lh={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},zh={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Ah={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Fh={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},jh={gap:"0.5rem"},Hh={height:"0.25rem"},Yh={gap:"0.5rem"},Wh={root:Lh,header:zh,content:Ah,file:Fh,fileList:jh,progressbar:Hh,basic:Yh},Kh={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",activeColor:"{form.field.float.label.active.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",positionY:"{form.field.padding.y}",fontWeight:"500",active:{fontSize:"0.75rem",fontWeight:"400"}},Uh={active:{top:"-1.25rem"}},qh={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},Xh={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},Gh={root:Kh,over:Uh,in:qh,on:Xh},Zh={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Qh={background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.100}",hoverColor:"{surface.0}",size:"3rem",gutter:"0.5rem",prev:{borderRadius:"50%"},next:{borderRadius:"50%"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Jh={size:"1.5rem"},eg={background:"{content.background}",padding:"1rem 0.25rem"},tg={size:"2rem",borderRadius:"{content.border.radius}",gutter:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},og={size:"1rem"},rg={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},ng={gap:"0.5rem",padding:"1rem"},ag={width:"1rem",height:"1rem",activeBackground:"{primary.color}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ig={background:"rgba(0, 0, 0, 0.5)"},lg={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},sg={size:"3rem",gutter:"0.5rem",background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.50}",hoverColor:"{surface.0}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},dg={size:"1.5rem"},cg={light:{thumbnailNavButton:{hoverBackground:"{surface.100}",color:"{surface.600}",hoverColor:"{surface.700}"},indicatorButton:{background:"{surface.200}",hoverBackground:"{surface.300}"}},dark:{thumbnailNavButton:{hoverBackground:"{surface.700}",color:"{surface.400}",hoverColor:"{surface.0}"},indicatorButton:{background:"{surface.700}",hoverBackground:"{surface.600}"}}},ug={root:Zh,navButton:Qh,navIcon:Jh,thumbnailsContent:eg,thumbnailNavButton:tg,thumbnailNavButtonIcon:og,caption:rg,indicatorList:ng,indicatorButton:ag,insetIndicatorList:ig,insetIndicatorButton:lg,closeButton:sg,closeButtonIcon:dg,colorScheme:cg},pg={color:"{form.field.icon.color}"},fg={icon:pg},mg={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",top:"{form.field.padding.y}",fontSize:"0.75rem",fontWeight:"400"},hg={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},gg={root:mg,input:hg},bg={transitionDuration:"{transition.duration}"},vg={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},yg={position:{left:"auto",right:"1rem",top:"1rem",bottom:"auto"},blur:"8px",background:"rgba(255,255,255,0.1)",borderColor:"rgba(255,255,255,0.2)",borderWidth:"1px",borderRadius:"30px",padding:".5rem",gap:"0.5rem"},kg={hoverBackground:"rgba(255,255,255,0.1)",color:"{surface.50}",hoverColor:"{surface.0}",size:"3rem",iconSize:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},wg={root:bg,preview:vg,toolbar:yg,action:kg},Cg={size:"15px",hoverSize:"30px",background:"rgba(255,255,255,0.3)",hoverBackground:"rgba(255,255,255,0.3)",borderColor:"unset",hoverBorderColor:"unset",borderWidth:"0",borderRadius:"50%",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"rgba(255,255,255,0.3)",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},$g={handle:Cg},Sg={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},Bg={fontWeight:"500"},Pg={size:"1rem"},Dg={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}}},xg={root:Sg,text:Bg,icon:Pg,colorScheme:Dg},Eg={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{transition.duration}"},Tg={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},Mg={root:Eg,display:Tg},Og={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},_g={borderRadius:"{border.radius.sm}"},Vg={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},Ng={root:Og,chip:_g,colorScheme:Vg},Ig={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.icon.color}",borderRadius:"{form.field.border.radius}",padding:"0.5rem",minWidth:"2.5rem"},Rg={addon:Ig},Lg={transitionDuration:"{transition.duration}"},zg={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Ag={light:{button:{background:"transparent",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.500}",activeColor:"{surface.600}"}},dark:{button:{background:"transparent",hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.300}",activeColor:"{surface.200}"}}},Fg={root:Lg,button:zg,colorScheme:Ag},jg={gap:"0.5rem"},Hg={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},Yg={root:jg,input:Hg},Wg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Kg={root:Wg},Ug={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},qg={background:"{primary.color}"},Xg={background:"{content.border.color}"},Gg={color:"{text.muted.color}"},Zg={root:Ug,value:qg,range:Xg,text:Gg},Qg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",borderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",shadow:"{form.field.shadow}",borderRadius:"{form.field.border.radius}",transitionDuration:"{form.field.transition.duration}"},Jg={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},eb={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},tb={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},ob={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},rb={padding:"{list.option.padding}"},nb={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},ab={root:Qg,list:Jg,option:eb,optionGroup:tb,checkmark:ob,emptyMessage:rb,colorScheme:nb},ib={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",verticalOrientation:{padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},horizontalOrientation:{padding:"0.5rem 0.75rem",gap:"0.5rem"},transitionDuration:"{transition.duration}"},lb={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},sb={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},db={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},cb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},ub={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background.}",color:"{navigation.submenu.label.color}"},pb={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},fb={borderColor:"{content.border.color}"},mb={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},hb={root:ib,baseItem:lb,item:sb,overlay:db,submenu:cb,submenuLabel:ub,submenuIcon:pb,separator:fb,mobileButton:mb},gb={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},bb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},vb={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},yb={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},kb={borderColor:"{content.border.color}"},wb={root:gb,list:bb,item:vb,submenuLabel:yb,separator:kb},Cb={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.5rem 0.75rem",transitionDuration:"{transition.duration}"},$b={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},Sb={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Bb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",mobileIndent:"1rem",icon:{size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"}},Pb={borderColor:"{content.border.color}"},Db={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},xb={root:Cb,baseItem:$b,item:Sb,submenu:Bb,separator:Pb,mobileButton:Db},Eb={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Tb={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},Mb={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},Ob={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},_b={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Vb={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},Nb={root:{borderWidth:"1px"}},Ib={content:{padding:"0"}},Rb={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}},outlined:{color:"{blue.600}",borderColor:"{blue.600}"},simple:{color:"{blue.600}"}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}},outlined:{color:"{green.600}",borderColor:"{green.600}"},simple:{color:"{green.600}"}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}},outlined:{color:"{yellow.600}",borderColor:"{yellow.600}"},simple:{color:"{yellow.600}"}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}},outlined:{color:"{red.600}",borderColor:"{red.600}"},simple:{color:"{red.600}"}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}},outlined:{color:"{surface.500}",borderColor:"{surface.500}"},simple:{color:"{surface.500}"}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}},outlined:{color:"{surface.950}",borderColor:"{surface.950}"},simple:{color:"{surface.950}"}}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}},outlined:{color:"{blue.500}",borderColor:"{blue.500}"},simple:{color:"{blue.500}"}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}},outlined:{color:"{green.500}",borderColor:"{green.500}"},simple:{color:"{green.500}"}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}},outlined:{color:"{yellow.500}",borderColor:"{yellow.500}"},simple:{color:"{yellow.500}"}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}},outlined:{color:"{red.500}",borderColor:"{red.500}"},simple:{color:"{red.500}"}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}},outlined:{color:"{surface.400}",borderColor:"{surface.400}"},simple:{color:"{surface.400}"}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}},outlined:{color:"{surface.0}",borderColor:"{surface.0}"},simple:{color:"{surface.0}"}}}},Lb={root:Eb,content:Tb,text:Mb,icon:Ob,closeButton:_b,closeIcon:Vb,outlined:Nb,simple:Ib,colorScheme:Rb},zb={borderRadius:"{content.border.radius}",gap:"1rem"},Ab={background:"{content.border.color}",size:"0.5rem"},Fb={gap:"0.5rem"},jb={size:"0.5rem"},Hb={size:"1rem"},Yb={verticalGap:"0.5rem",horizontalGap:"1rem"},Wb={root:zb,meters:Ab,label:Fb,labelMarker:jb,labelIcon:Hb,labelList:Yb},Kb={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Ub={width:"2.5rem",color:"{form.field.icon.color}"},qb={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Xb={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Gb={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",gap:"0.5rem"},Zb={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Qb={color:"{form.field.icon.color}"},Jb={borderRadius:"{border.radius.sm}"},e0={padding:"{list.option.padding}"},t0={root:Kb,dropdown:Ub,overlay:qb,list:Xb,option:Gb,optionGroup:Zb,chip:Jb,clearIcon:Qb,emptyMessage:e0},o0={gap:"1.125rem"},r0={gap:"0.5rem"},n0={root:o0,controls:r0},a0={gutter:"0.75rem",transitionDuration:"{transition.duration}"},i0={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{content.border.color}",color:"{content.color}",selectedColor:"{highlight.color}",hoverColor:"{content.hover.color}",padding:"0.75rem 1rem",toggleablePadding:"0.75rem 1rem 1.25rem 1rem",borderRadius:"{content.border.radius}"},l0={background:"{content.background}",hoverBackground:"{content.hover.background}",borderColor:"{content.border.color}",color:"{text.muted.color}",hoverColor:"{text.color}",size:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},s0={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},d0={root:a0,node:i0,nodeToggleButton:l0,connector:s0},c0={outline:{width:"2px",color:"{content.background}"}},u0={root:c0},p0={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},f0={background:"transparent",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}",width:"2.5rem",height:"2.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},m0={color:"{text.muted.color}"},h0={maxWidth:"2.5rem"},g0={root:p0,navButton:f0,currentPageReport:m0,jumpToPageInput:h0},b0={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},v0={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},y0={padding:"0.375rem 1.125rem"},k0={fontWeight:"600"},w0={padding:"0 1.125rem 1.125rem 1.125rem"},C0={padding:"0 1.125rem 1.125rem 1.125rem"},$0={root:b0,header:v0,toggleableHeader:y0,title:k0,content:w0,footer:C0},S0={gap:"0.5rem",transitionDuration:"{transition.duration}"},B0={background:"{content.background}",borderColor:"{content.border.color}",borderWidth:"1px",color:"{content.color}",padding:"0.25rem 0.25rem",borderRadius:"{content.border.radius}",first:{borderWidth:"1px",topBorderRadius:"{content.border.radius}"},last:{borderWidth:"1px",bottomBorderRadius:"{content.border.radius}"}},P0={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",gap:"0.5rem",padding:"{navigation.item.padding}",borderRadius:"{content.border.radius}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},D0={indent:"1rem"},x0={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},E0={root:S0,panel:B0,item:P0,submenu:D0,submenuIcon:x0},T0={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},M0={color:"{form.field.icon.color}"},O0={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",padding:"{overlay.popover.padding}",shadow:"{overlay.popover.shadow}"},_0={gap:"0.5rem"},V0={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},N0={meter:T0,icon:M0,overlay:O0,content:_0,colorScheme:V0},I0={gap:"1.125rem"},R0={gap:"0.5rem"},L0={root:I0,controls:R0},z0={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},A0={padding:"{overlay.popover.padding}"},F0={root:z0,content:A0},j0={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},H0={background:"{primary.color}"},Y0={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},W0={root:j0,value:H0,label:Y0},K0={light:{root:{colorOne:"{red.500}",colorTwo:"{blue.500}",colorThree:"{green.500}",colorFour:"{yellow.500}"}},dark:{root:{colorOne:"{red.400}",colorTwo:"{blue.400}",colorThree:"{green.400}",colorFour:"{yellow.400}"}}},U0={colorScheme:K0},q0={width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},X0={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},G0={root:q0,icon:X0},Z0={gap:"0.25rem",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Q0={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},J0={root:Z0,icon:Q0},ev={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},tv={colorScheme:ev},ov={transitionDuration:"{transition.duration}"},rv={size:"9px",borderRadius:"{border.radius.sm}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},nv={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},av={root:ov,bar:rv,colorScheme:nv},iv={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},lv={width:"2.5rem",color:"{form.field.icon.color}"},sv={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},dv={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},cv={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},uv={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},pv={color:"{form.field.icon.color}"},fv={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},mv={padding:"{list.option.padding}"},hv={root:iv,dropdown:lv,overlay:sv,list:dv,option:cv,optionGroup:uv,clearIcon:pv,checkmark:fv,emptyMessage:mv},gv={borderRadius:"{form.field.border.radius}"},bv={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},vv={root:gv,colorScheme:bv},yv={borderRadius:"{content.border.radius}"},kv={light:{root:{background:"{surface.200}",animationBackground:"rgba(255,255,255,0.4)"}},dark:{root:{background:"rgba(255, 255, 255, 0.06)",animationBackground:"rgba(255, 255, 255, 0.04)"}}},wv={root:yv,colorScheme:kv},Cv={transitionDuration:"{transition.duration}"},$v={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},Sv={background:"{primary.color}"},Bv={width:"20px",height:"20px",borderRadius:"50%",background:"{content.border.color}",hoverBackground:"{content.border.color}",content:{borderRadius:"50%",hoverBackground:"{content.background}",width:"16px",height:"16px",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Pv={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},Dv={root:Cv,track:$v,range:Sv,handle:Bv,colorScheme:Pv},xv={gap:"0.5rem",transitionDuration:"{transition.duration}"},Ev={root:xv},Tv={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)"},Mv={root:Tv},Ov={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},_v={background:"{content.border.color}"},Vv={size:"24px",background:"transparent",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Nv={root:Ov,gutter:_v,handle:Vv},Iv={transitionDuration:"{transition.duration}"},Rv={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Lv={padding:"0.5rem",gap:"1rem"},zv={padding:"0",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},Av={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Fv={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},jv={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},Hv={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Yv={root:Iv,separator:Rv,step:Lv,stepHeader:zv,stepTitle:Av,stepNumber:Fv,steppanels:jv,steppanel:Hv},Wv={transitionDuration:"{transition.duration}"},Kv={background:"{content.border.color}"},Uv={borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},qv={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Xv={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},Gv={root:Wv,separator:Kv,itemLink:Uv,itemLabel:qv,itemNumber:Xv},Zv={transitionDuration:"{transition.duration}"},Qv={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Jv={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ey={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},ty={height:"1px",bottom:"-1px",background:"{primary.color}"},oy={root:Zv,tablist:Qv,item:Jv,itemIcon:ey,activeBar:ty},ry={transitionDuration:"{transition.duration}"},ny={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},ay={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},iy={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},ly={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},sy={height:"1px",bottom:"-1px",background:"{primary.color}"},dy={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},cy={root:ry,tablist:ny,tab:ay,tabpanel:iy,navButton:ly,activeBar:sy,colorScheme:dy},uy={transitionDuration:"{transition.duration}"},py={background:"{content.background}",borderColor:"{content.border.color}"},fy={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},my={background:"{content.background}",color:"{content.color}"},hy={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},gy={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},by={root:uy,tabList:py,tab:fy,tabPanel:my,navButton:hy,colorScheme:gy},vy={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},yy={size:"0.75rem"},ky={light:{primary:{background:"{primary.100}",color:"{primary.700}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.100}",color:"{green.700}"},info:{background:"{sky.100}",color:"{sky.700}"},warn:{background:"{orange.100}",color:"{orange.700}"},danger:{background:"{red.100}",color:"{red.700}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"color-mix(in srgb, {primary.500}, transparent 84%)",color:"{primary.300}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",color:"{green.300}"},info:{background:"color-mix(in srgb, {sky.500}, transparent 84%)",color:"{sky.300}"},warn:{background:"color-mix(in srgb, {orange.500}, transparent 84%)",color:"{orange.300}"},danger:{background:"color-mix(in srgb, {red.500}, transparent 84%)",color:"{red.300}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},wy={root:vy,icon:yy,colorScheme:ky},Cy={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.color}",height:"18rem",padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{form.field.border.radius}"},$y={gap:"0.25rem"},Sy={margin:"2px 0"},By={root:Cy,prompt:$y,commandResponse:Sy},Py={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Dy={root:Py},xy={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Ey={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Ty={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},My={mobileIndent:"1rem"},Oy={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},_y={borderColor:"{content.border.color}"},Vy={root:xy,list:Ey,item:Ty,submenu:My,submenuIcon:Oy,separator:_y},Ny={minHeight:"5rem"},Iy={eventContent:{padding:"1rem 0"}},Ry={eventContent:{padding:"0 1rem"}},Ly={size:"1.125rem",borderRadius:"50%",borderWidth:"2px",background:"{content.background}",borderColor:"{content.border.color}",content:{borderRadius:"50%",size:"0.375rem",background:"{primary.color}",insetShadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"}},zy={color:"{content.border.color}",size:"2px"},Ay={event:Ny,horizontal:Iy,vertical:Ry,eventMarker:Ly,eventConnector:zy},Fy={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},jy={size:"1.125rem"},Hy={padding:"{overlay.popover.padding}",gap:"0.5rem"},Yy={gap:"0.5rem"},Wy={fontWeight:"500",fontSize:"1rem"},Ky={fontWeight:"500",fontSize:"0.875rem"},Uy={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},qy={size:"1rem"},Xy={light:{root:{blur:"1.5px"},info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}}}},dark:{root:{blur:"10px"},info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",detailColor:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}}}}},Gy={root:Fy,icon:jy,content:Hy,text:Yy,summary:Wy,detail:Ky,closeButton:Uy,closeIcon:qy,colorScheme:Xy},Zy={padding:"0.25rem",borderRadius:"{content.border.radius}",gap:"0.5rem",fontWeight:"500",disabledBackground:"{form.field.disabled.background}",disabledBorderColor:"{form.field.disabled.background}",disabledColor:"{form.field.disabled.color}",invalidBorderColor:"{form.field.invalid.border.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",padding:"0.25rem"},lg:{fontSize:"{form.field.lg.font.size}",padding:"0.25rem"}},Qy={disabledColor:"{form.field.disabled.color}"},Jy={padding:"0.25rem 0.75rem",borderRadius:"{content.border.radius}",checkedShadow:"0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)",sm:{padding:"0.25rem 0.75rem"},lg:{padding:"0.25rem 0.75rem"}},ek={light:{root:{background:"{surface.100}",checkedBackground:"{surface.100}",hoverBackground:"{surface.100}",borderColor:"{surface.100}",color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}",checkedBorderColor:"{surface.100}"},content:{checkedBackground:"{surface.0}"},icon:{color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}"}},dark:{root:{background:"{surface.950}",checkedBackground:"{surface.950}",hoverBackground:"{surface.950}",borderColor:"{surface.950}",color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}",checkedBorderColor:"{surface.950}"},content:{checkedBackground:"{surface.800}"},icon:{color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}"}}},tk={root:Zy,icon:Qy,content:Jy,colorScheme:ek},ok={width:"2.5rem",height:"1.5rem",borderRadius:"30px",gap:"0.25rem",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},borderWidth:"1px",borderColor:"transparent",hoverBorderColor:"transparent",checkedBorderColor:"transparent",checkedHoverBorderColor:"transparent",invalidBorderColor:"{form.field.invalid.border.color}",transitionDuration:"{form.field.transition.duration}",slideDuration:"0.2s"},rk={borderRadius:"50%",size:"1rem"},nk={light:{root:{background:"{surface.300}",disabledBackground:"{form.field.disabled.background}",hoverBackground:"{surface.400}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.0}",disabledBackground:"{form.field.disabled.color}",hoverBackground:"{surface.0}",checkedBackground:"{surface.0}",checkedHoverBackground:"{surface.0}",color:"{text.muted.color}",hoverColor:"{text.color}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}},dark:{root:{background:"{surface.700}",disabledBackground:"{surface.600}",hoverBackground:"{surface.600}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.400}",disabledBackground:"{surface.900}",hoverBackground:"{surface.300}",checkedBackground:"{surface.900}",checkedHoverBackground:"{surface.900}",color:"{surface.900}",hoverColor:"{surface.800}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}}},ak={root:ok,handle:rk,colorScheme:nk},ik={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},lk={root:ik},sk={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},dk={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},ck={root:sk,colorScheme:dk},uk={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},pk={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},fk={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},mk={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},hk={size:"2rem"},gk={margin:"0 0 0.5rem 0"},bk={root:uk,node:pk,nodeIcon:fk,nodeToggleButton:mk,loadingIcon:hk,filter:gk},vk={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},yk={width:"2.5rem",color:"{form.field.icon.color}"},kk={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},wk={padding:"{list.padding}"},Ck={padding:"{list.option.padding}"},$k={borderRadius:"{border.radius.sm}"},Sk={color:"{form.field.icon.color}"},Bk={root:vk,dropdown:yk,overlay:kk,tree:wk,emptyMessage:Ck,chip:$k,clearIcon:Sk},Pk={transitionDuration:"{transition.duration}"},Dk={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},xk={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Ek={fontWeight:"600"},Tk={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Mk={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},Ok={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},_k={fontWeight:"600"},Vk={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Nk={width:"0.5rem"},Ik={width:"1px",color:"{primary.color}"},Rk={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Lk={size:"2rem"},zk={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ak={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Fk={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},jk={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Hk={root:Pk,header:Dk,headerCell:xk,columnTitle:Ek,row:Tk,bodyCell:Mk,footerCell:Ok,columnFooter:_k,footer:Vk,columnResizer:Nk,resizeIndicator:Ik,sortIcon:Rk,loadingIcon:Lk,nodeToggleButton:zk,paginatorTop:Ak,paginatorBottom:Fk,colorScheme:jk},Yk={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},Wk={loader:Yk},Kk=Object.defineProperty,Uk=Object.defineProperties,qk=Object.getOwnPropertyDescriptors,ya=Object.getOwnPropertySymbols,Xk=Object.prototype.hasOwnProperty,Gk=Object.prototype.propertyIsEnumerable,ka=(t,e,o)=>e in t?Kk(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,wa,Zk=(wa=((t,e)=>{for(var o in e||(e={}))Xk.call(e,o)&&ka(t,o,e[o]);if(ya)for(var o of ya(e))Gk.call(e,o)&&ka(t,o,e[o]);return t})({},cf),Uk(wa,qk({components:{accordion:Rp,autocomplete:Up,avatar:Jp,badge:lf,blockui:pf,breadcrumb:gf,button:yf,card:Bf,carousel:Mf,cascadeselect:Lf,checkbox:Ff,chip:Uf,colorpicker:Qf,confirmdialog:tm,confirmpopup:im,contextmenu:fm,datatable:_m,dataview:Am,datepicker:ih,dialog:ph,divider:bh,dock:kh,drawer:Ph,editor:Oh,fieldset:Rh,fileupload:Wh,floatlabel:Gh,galleria:ug,iconfield:fg,iftalabel:gg,image:wg,imagecompare:$g,inlinemessage:xg,inplace:Mg,inputchips:Ng,inputgroup:Rg,inputnumber:Fg,inputotp:Yg,inputtext:Kg,knob:Zg,listbox:ab,megamenu:hb,menu:wb,menubar:xb,message:Lb,metergroup:Wb,multiselect:t0,orderlist:n0,organizationchart:d0,overlaybadge:u0,paginator:g0,panel:$0,panelmenu:E0,password:N0,picklist:L0,popover:F0,progressbar:W0,progressspinner:U0,radiobutton:G0,rating:J0,ripple:tv,scrollpanel:av,select:hv,selectbutton:vv,skeleton:wv,slider:Dv,speeddial:Ev,splitbutton:Mv,splitter:Nv,stepper:Yv,steps:Gv,tabmenu:oy,tabs:cy,tabview:by,tag:wy,terminal:By,textarea:Dy,tieredmenu:Vy,timeline:Ay,toast:Gy,togglebutton:tk,toggleswitch:ak,toolbar:lk,tooltip:ck,tree:bk,treeselect:Bk,treetable:Hk,virtualscroller:Wk}})));const Qk={theme:{preset:Zk,options:{darkModeSelector:"none",cssLayer:{name:"primevue",order:"pit-viper-v2, primevue"}}}},Jk=t=>{t.use(Uu,Qk)};V.PvAccordion=Qi,V.PvActionBar=Ep,V.PvAvatar=fa,V.PvAvatarGroup=Mu,V.PvBanner=Wi,V.PvBreadcrumbs=$c,V.PvButton=Te,V.PvCard=Cr,V.PvCheckbox=Ru,V.PvCompanyLabel=Du,V.PvCompanyLogo=_t,V.PvCompanyTag=Ki,V.PvCounterBadge=wt,V.PvDatePicker=Kd,V.PvDateTime=sc,V.PvDrawer=mc,V.PvDropdown=$i,V.PvExpandableContent=Bp,V.PvGhostInput=Bu,V.PvIcon=ne,V.PvInput=lp,V.PvInsightCard=kp,V.PvModal=ji,V.PvMultiSelectButton=Qc,V.PvPagination=mu,V.PvPill=Oa,V.PvPopover=tr,V.PvRating=cp,V.PvReleaseBadge=xa,V.PvSearchInput=Co,V.PvSegmentedControl=Bi,V.PvSelectButton=su,V.PvSelectableCard=bu,V.PvSidePanel=Cu,V.PvSkeleton=np,V.PvSpinner=Io,V.PvSprite=Lu,V.PvSuggestionTag=Xi,V.PvSwitch=Sp,V.PvTabList=Ei,V.PvTabs=kc,V.PvTag=Ma,V.PvTextArea=Op,V.PvToast=Dp,V.PvToggleButton=Nu,V.PvTooltip=da,V.PvWidget=pp,V.useDateTime=sa,V.usePvComponents=Jk,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
|