@pisell/materials 1.8.38 → 1.8.41
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +3 -3
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +216 -51
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +216 -51
- package/es/components/Pagination/index.js +9 -43
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +5 -2
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +169 -171
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +87 -27
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +18 -7
- package/es/components/PisellCards/components/TextCard/TextCard.js +2 -3
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.js +20 -6
- package/es/components/PisellCards/components/TextCard/components/TextContent.js +3 -1
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +36 -5
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +2434 -258
- package/es/components/PisellCards/components/TextCard/docs/TextCard.md +78 -13
- package/es/components/PisellCards/index.d.ts +3 -0
- package/es/components/PisellCards/index.js +3 -1
- package/es/components/PisellContactBrief/PisellContactBrief.d.ts +34 -0
- package/es/components/PisellContactBrief/PisellContactBrief.js +156 -0
- package/es/components/PisellContactBrief/PisellContactBrief.less +192 -0
- package/es/components/PisellContactBrief/components/ContactFormModal.js +140 -0
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +109 -0
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +106 -0
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +125 -0
- package/es/components/PisellContactBrief/docs/PisellContactBrief.md +129 -0
- package/es/components/PisellContactBrief/index.d.ts +2 -0
- package/es/components/PisellContactBrief/locales.js +57 -0
- package/es/components/PisellContactBrief/types.d.ts +86 -0
- package/es/components/PisellLayouts/index.d.ts +1 -1
- package/es/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/es/components/PisellTabbar/PisellTabbar.js +1 -1
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.js +1 -1
- package/es/components/Template/[ComponentName].less +1 -0
- package/es/components/Template/docs/[ComponentName].$tab-design.md +7 -0
- package/es/components/Template/docs/[ComponentName].$tab-dev.md +1137 -0
- package/es/components/Template/docs/[ComponentName].$tab-test.md +7 -0
- package/es/components/Template/docs/[ComponentName].md +510 -0
- package/es/components/appVersionControl/index.js +3 -2
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +4 -4
- package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +4 -0
- package/es/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +4 -1
- package/es/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +1 -1
- package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/es/components/drag-sort-tree/index.d.ts +1 -0
- package/es/components/drag-sort-tree/index.js +0 -1
- package/es/components/drawer/index.js +7 -6
- package/es/components/filter/components/FilterItem/index.js +1 -3
- package/es/components/filter/components/QuickFilter/index.js +2 -3
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +25 -0
- package/es/components/hardwareErrorTip/errorCard/index.js +68 -0
- package/es/components/hardwareErrorTip/errorCard/index.less +137 -0
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +10 -0
- package/es/components/hardwareErrorTip/errorTipStatistics/index.js +31 -0
- package/es/components/hardwareErrorTip/errorTipStatistics/index.less +34 -0
- package/es/components/hardwareErrorTip/index.d.ts +20 -0
- package/es/components/hardwareErrorTip/index.js +151 -0
- package/es/components/hardwareErrorTip/index.less +95 -0
- package/es/components/hardwareErrorTip/logCard/index.d.ts +25 -0
- package/es/components/hardwareErrorTip/logCard/index.js +72 -0
- package/es/components/hardwareErrorTip/logCard/index.less +121 -0
- package/es/components/hardwareErrorTip/readme.md +309 -0
- package/es/components/hardwareErrorTip/types.js +54 -0
- package/es/components/iconfont/index.js +1 -1
- package/es/components/login-and-register/index.js +4 -5
- package/es/components/page/index.js +1 -1
- package/es/components/pisellActionPanel/PisellActionPanel.d.ts +24 -0
- package/es/components/pisellActionPanel/PisellActionPanel.js +68 -0
- package/es/components/pisellActionPanel/PisellActionPanel.less +69 -0
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +148 -0
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +53 -0
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +64 -0
- package/es/components/pisellActionPanel/docs/pisellActionPanel.md +160 -0
- package/es/components/pisellActionPanel/index.d.ts +2 -0
- package/es/components/pisellActionPanel/types.d.ts +87 -0
- package/es/components/pisellAppCard/PisellAppCard.js +1 -1
- package/es/components/pisellBaseCard/PisellBaseCard.d.ts +20 -0
- package/es/components/pisellBaseCard/PisellBaseCard.js +73 -0
- package/es/components/pisellBaseCard/PisellBaseCard.less +25 -0
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +144 -0
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +92 -0
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +86 -0
- package/es/components/pisellBaseCard/docs/pisellBaseCard.md +165 -0
- package/es/components/pisellBaseCard/index.d.ts +2 -0
- package/es/components/pisellBaseCard/types.d.ts +49 -0
- package/es/components/pisellCardList/index.js +1 -1
- package/es/components/pisellCurrency/PisellCurrency.js +13 -6
- package/es/components/pisellCurrency/PisellCurrency.less +0 -123
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +57 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.js +92 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.less +8 -0
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +115 -0
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +73 -0
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +66 -0
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +132 -0
- package/es/components/pisellCustomerBrief/index.d.ts +2 -0
- package/es/components/pisellCustomerBrief/types.d.ts +86 -0
- package/es/components/pisellDataSourceContainer/components/Pagination/index.js +3 -9
- package/es/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +189 -240
- package/es/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/es/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/es/components/pisellEmail/PisellEmail.js +13 -6
- package/es/components/pisellEmail/PisellEmail.less +0 -92
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellEntityCard/PisellEntityCard.d.ts +47 -0
- package/es/components/pisellEntityCard/PisellEntityCard.js +315 -0
- package/es/components/pisellEntityCard/PisellEntityCard.less +362 -0
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +209 -0
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +82 -0
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +122 -0
- package/es/components/pisellEntityCard/docs/pisellEntityCard.md +176 -0
- package/es/components/pisellEntityCard/index.d.ts +2 -0
- package/es/components/pisellEntityCard/types.d.ts +148 -0
- package/es/components/pisellExport/PisellExport.d.ts +11 -0
- package/es/components/pisellExport/PisellExport.js +44 -0
- package/es/components/pisellExport/PisellExport.less +141 -0
- package/es/components/pisellExport/docs/pisellExport.$tab-design.md +116 -0
- package/es/components/pisellExport/docs/pisellExport.$tab-dev.md +132 -0
- package/es/components/pisellExport/docs/pisellExport.$tab-test.md +61 -0
- package/es/components/pisellExport/docs/pisellExport.md +162 -0
- package/es/components/pisellExport/index.d.ts +2 -0
- package/es/components/pisellExport/types.d.ts +67 -0
- package/es/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/es/components/pisellFind/docs/pisellFind.md +2 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +1 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +51 -230
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +0 -22
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +2 -3
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +74 -209
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +5 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +12 -131
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +1 -9
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +3 -24
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +4 -97
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +9 -29
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +2 -19
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +65 -119
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +44 -208
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +0 -4
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +1 -3
- package/es/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +194 -559
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +16 -82
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +36 -369
- package/es/components/pisellFloorMapLayout/index.d.ts +0 -1
- package/es/components/pisellFloorMapLayout/locales-ja.js +1 -21
- package/es/components/pisellFloorMapLayout/locales-pt.js +1 -21
- package/es/components/pisellFloorMapLayout/locales.js +3 -63
- package/es/components/pisellFloorMapLayout/types.d.ts +9 -70
- package/es/components/pisellGoodPassCard/index.less +0 -1
- package/es/components/pisellGridPro/GridView/docs/GridView.md +48 -47
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +2 -4
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.md +81 -95
- package/es/components/pisellGridPro/ToolBar/index.less +4 -5
- package/es/components/pisellGridPro/docs/PisellGridPro.md +262 -173
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +6 -3
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +4 -3
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +2 -1
- package/es/components/pisellImport/PisellImport.d.ts +11 -0
- package/es/components/pisellImport/PisellImport.js +81 -0
- package/es/components/pisellImport/PisellImport.less +141 -0
- package/es/components/pisellImport/docs/pisellImport.$tab-design.md +121 -0
- package/es/components/pisellImport/docs/pisellImport.$tab-dev.md +137 -0
- package/es/components/pisellImport/docs/pisellImport.$tab-test.md +69 -0
- package/es/components/pisellImport/docs/pisellImport.md +174 -0
- package/es/components/pisellImport/index.d.ts +2 -0
- package/es/components/pisellImport/types.d.ts +89 -0
- package/es/components/pisellLongText/PisellLongText.js +13 -6
- package/es/components/pisellLongText/PisellLongText.less +0 -67
- package/es/components/pisellLookup/PisellLookup.less +1 -1
- package/es/components/pisellLookup/components/LookupTrigger.js +8 -6
- package/es/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.js +7 -5
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +18 -139
- package/es/components/pisellMultipleSelect/components/EditView.js +1 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +4 -0
- package/es/components/pisellNumber/PisellNumber.js +13 -6
- package/es/components/pisellNumber/PisellNumber.less +0 -103
- package/es/components/pisellPhone/PisellPhone.js +13 -6
- package/es/components/pisellPhone/PisellPhone.less +0 -119
- package/es/components/pisellPhone/components/EditView.js +37 -19
- package/es/components/pisellPhone/constants/countryCodes.js +26 -25
- package/es/components/pisellPhone/types.d.ts +2 -2
- package/es/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/es/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.md +1 -1
- package/es/components/pisellRating/PisellRating.js +5 -3
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +10 -26
- package/es/components/pisellRecordBoard/README.md +0 -12
- package/es/components/pisellRecordBoard/docs/PisellRecordBoard.md +70 -716
- package/es/components/pisellRecordBoard/docs/ShellFrame.md +44 -62
- package/es/components/pisellRecordBoard/index.d.ts +1 -7
- package/es/components/pisellRecordBoard/index.js +0 -4
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +9 -147
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +0 -31
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +3811 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +1 -5
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +8 -10
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +1 -2
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +1 -7
- package/es/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +1 -5
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +65 -143
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +13 -181
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +2 -10
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +2 -9
- package/es/components/pisellRecordBoard/shellFrame/index.js +19 -73
- package/es/components/pisellRecordBoard/types.d.ts +8 -374
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +0 -16
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +15 -67
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +0 -23
- package/es/components/pisellReservationSchedule/locales.js +3 -21
- package/es/components/pisellReservationSchedule/types.d.ts +0 -5
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +2 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +4 -37
- package/es/components/pisellReservationScheduleBand/types.d.ts +0 -4
- package/es/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/es/components/pisellShellFrame/PisellShellFrame.less +2 -18
- package/es/components/pisellShellFrame/types.d.ts +0 -6
- package/es/components/pisellSingleLineText/PisellSingleLineText.js +21 -14
- package/es/components/pisellSingleLineText/PisellSingleLineText.less +0 -143
- package/es/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/es/components/pisellSingleSelect/PisellSingleSelect.js +7 -4
- package/es/components/pisellSingleSelect/PisellSingleSelect.less +5 -106
- package/es/components/pisellSingleSelect/docs/pisellSingleSelect.md +525 -428
- package/es/components/pisellSort/docs/PisellSort.md +67 -131
- package/es/components/pisellStatisticList/index.js +1 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +37 -151
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +13 -126
- package/es/components/pisellTimeNavigator/components/CursorLayer.js +2 -2
- package/es/components/pisellTimeNavigator/components/GestureLayer.js +3 -12
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +42 -26
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/es/components/pisellTimeNavigator/index.d.ts +1 -1
- package/es/components/pisellTimeNavigator/utils/index.d.ts +3 -9
- package/es/components/pisellTimeNavigator/utils/index.js +6 -15
- package/es/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +227 -226
- package/es/components/pisellUrl/PisellUrl.js +13 -6
- package/es/components/pisellWalletPassCard/index.js +11 -5
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +4 -65
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +1 -80
- package/es/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/es/components/productCard/cartSkuCard/components/packages/index.js +9 -24
- package/es/components/productCard/cartSkuCard/components/specs/index.js +7 -22
- package/es/components/productCard/cartSkuCard/components/specs/index.less +0 -11
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +1 -2
- package/es/components/productCard/cartSkuCard/index.js +8 -68
- package/es/components/productCard/cartSkuCard/locales.js +5 -40
- package/es/components/productCard/components/Header/Actions/index.less +15 -0
- package/es/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/es/components/productCard/components/Header/DeleteButton/index.less +2 -1
- package/es/components/productCard/components/Header/EditButton/index.js +1 -2
- package/es/components/productCard/components/Header/index.less +1 -1
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +3 -2
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.js +1 -1
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.js +6 -3
- package/es/components/productCard/components/Time/index.js +3 -2
- package/es/components/productCard/status.js +0 -3
- package/es/components/productCard/types.d.ts +0 -10
- package/es/components/productCard/utils.js +1 -1
- package/es/components/select-time/index.js +0 -1
- package/es/components/table/Actions/component/ExportImport/index.js +3 -4
- package/es/components/table/Actions/component/GallerySetting/index.js +10 -9
- package/es/components/table/Actions/component/ViewMode/index.js +4 -3
- package/es/components/table/Actions/index.js +1 -1
- package/es/components/table/BasicTable/index.js +4 -3
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/es/components/table/Gallery/components/GalleryItem/index.js +12 -4
- package/es/components/table/Gallery/components/GalleryItem/index.less +1 -0
- package/es/components/table/Gallery/index.js +11 -3
- package/es/components/table/Table/fields/text/Show/index.js +1 -1
- package/es/components/table/Table/index.js +2 -1
- package/es/components/table/Table/tableConfig/header/index.js +1 -1
- package/es/components/table/Table/utils.js +5 -1
- package/es/components/table/hooks/useTableSetting.js +3 -0
- package/es/components/table/hooks/useTransDataSource.js +4 -3
- package/es/components/table/index.js +1 -1
- package/es/components/tabs/index.less +1 -1
- package/es/components/translation/index.d.ts +1 -0
- package/es/components/translation/index.js +36 -10
- package/es/components/translation/index.less +12 -0
- package/es/components/versionModal/index.d.ts +1 -0
- package/es/components/versionModal/index.js +2 -2
- package/es/components/versionSelect/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +2 -1
- package/es/components/virtual-keyboard/Amount/types.d.ts +1 -0
- package/es/index.d.ts +105 -94
- package/es/index.js +92 -90
- package/es/locales/en-US.js +69 -191
- package/es/locales/ja.js +12 -192
- package/es/locales/pt.js +12 -192
- package/es/locales/zh-CN.js +63 -185
- package/es/locales/zh-TW.js +68 -190
- package/es/pisell-materials.tw.css +1 -2414
- package/es/tailwind-input.css +1 -3
- package/es/theme/pisell-components.js +76 -0
- package/lib/components/Pagination/index.js +8 -42
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +5 -2
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +169 -171
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +87 -27
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +18 -7
- package/lib/components/PisellCards/components/TextCard/TextCard.js +2 -3
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.js +20 -6
- package/lib/components/PisellCards/components/TextCard/components/TextContent.js +3 -1
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +36 -5
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +2434 -258
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.md +78 -13
- package/lib/components/PisellCards/index.d.ts +3 -0
- package/lib/components/PisellCards/index.js +3 -1
- package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +34 -0
- package/lib/components/PisellContactBrief/PisellContactBrief.js +158 -0
- package/lib/components/PisellContactBrief/PisellContactBrief.less +192 -0
- package/lib/components/PisellContactBrief/components/ContactFormModal.js +139 -0
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +109 -0
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +106 -0
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +125 -0
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.md +129 -0
- package/lib/components/PisellContactBrief/index.d.ts +2 -0
- package/lib/components/PisellContactBrief/locales.js +57 -0
- package/lib/components/PisellContactBrief/types.d.ts +86 -0
- package/lib/components/PisellLayouts/index.d.ts +1 -1
- package/lib/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/lib/components/PisellTabbar/PisellTabbar.js +6 -6
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.js +6 -6
- package/lib/components/Template/[ComponentName].less +1 -0
- package/lib/components/Template/docs/[ComponentName].$tab-design.md +7 -0
- package/lib/components/Template/docs/[ComponentName].$tab-dev.md +1137 -0
- package/lib/components/Template/docs/[ComponentName].$tab-test.md +7 -0
- package/lib/components/Template/docs/[ComponentName].md +510 -0
- package/lib/components/appVersionControl/index.js +12 -11
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +6 -6
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.js +4 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +4 -1
- package/lib/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +4 -4
- package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/lib/components/drag-sort-tree/index.d.ts +1 -0
- package/lib/components/drag-sort-tree/index.js +0 -1
- package/lib/components/drawer/index.js +7 -6
- package/lib/components/filter/components/FilterItem/index.js +1 -3
- package/lib/components/filter/components/QuickFilter/index.js +2 -3
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +25 -0
- package/lib/components/hardwareErrorTip/errorCard/index.js +71 -0
- package/lib/components/hardwareErrorTip/errorCard/index.less +137 -0
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +10 -0
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.js +34 -0
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.less +34 -0
- package/lib/components/hardwareErrorTip/index.d.ts +20 -0
- package/lib/components/hardwareErrorTip/index.js +153 -0
- package/lib/components/hardwareErrorTip/index.less +95 -0
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +25 -0
- package/lib/components/hardwareErrorTip/logCard/index.js +75 -0
- package/lib/components/hardwareErrorTip/logCard/index.less +121 -0
- package/lib/components/hardwareErrorTip/readme.md +309 -0
- package/lib/components/hardwareErrorTip/types.js +57 -0
- package/lib/components/iconfont/index.js +1 -1
- package/lib/components/login-and-register/index.js +4 -5
- package/lib/components/page/index.js +1 -1
- package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +24 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.js +71 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.less +69 -0
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +148 -0
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +53 -0
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +64 -0
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.md +160 -0
- package/lib/components/pisellActionPanel/index.d.ts +2 -0
- package/lib/components/pisellActionPanel/types.d.ts +87 -0
- package/lib/components/pisellAppCard/PisellAppCard.js +7 -7
- package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +20 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.js +76 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.less +25 -0
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +144 -0
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +92 -0
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +86 -0
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.md +165 -0
- package/lib/components/pisellBaseCard/index.d.ts +2 -0
- package/lib/components/pisellBaseCard/types.d.ts +49 -0
- package/lib/components/pisellCardList/index.js +6 -6
- package/lib/components/pisellCurrency/PisellCurrency.js +13 -6
- package/lib/components/pisellCurrency/PisellCurrency.less +0 -123
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +57 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.js +94 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.less +8 -0
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +115 -0
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +73 -0
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +66 -0
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +132 -0
- package/lib/components/pisellCustomerBrief/index.d.ts +2 -0
- package/lib/components/pisellCustomerBrief/types.d.ts +86 -0
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.js +3 -9
- package/lib/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +189 -240
- package/lib/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/lib/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/lib/components/pisellEmail/PisellEmail.js +13 -6
- package/lib/components/pisellEmail/PisellEmail.less +0 -92
- package/lib/components/pisellEmpty/index.d.ts +1 -1
- package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +47 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.js +318 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.less +362 -0
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +209 -0
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +82 -0
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +122 -0
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.md +176 -0
- package/lib/components/pisellEntityCard/index.d.ts +2 -0
- package/lib/components/pisellEntityCard/types.d.ts +148 -0
- package/lib/components/pisellExport/PisellExport.d.ts +11 -0
- package/lib/components/pisellExport/PisellExport.js +47 -0
- package/lib/components/pisellExport/PisellExport.less +141 -0
- package/lib/components/pisellExport/docs/pisellExport.$tab-design.md +116 -0
- package/lib/components/pisellExport/docs/pisellExport.$tab-dev.md +132 -0
- package/lib/components/pisellExport/docs/pisellExport.$tab-test.md +61 -0
- package/lib/components/pisellExport/docs/pisellExport.md +162 -0
- package/lib/components/pisellExport/index.d.ts +2 -0
- package/lib/components/pisellExport/types.d.ts +67 -0
- package/lib/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/lib/components/pisellFind/docs/pisellFind.md +2 -2
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +1 -2
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +51 -230
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +0 -22
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +2 -3
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +74 -209
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +4 -39
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +11 -130
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +1 -9
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +2 -23
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +4 -97
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +9 -29
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +2 -19
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +64 -118
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +44 -208
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +0 -4
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +1 -3
- package/lib/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +194 -559
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +16 -82
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +36 -369
- package/lib/components/pisellFloorMapLayout/index.d.ts +0 -1
- package/lib/components/pisellFloorMapLayout/locales-ja.js +1 -21
- package/lib/components/pisellFloorMapLayout/locales-pt.js +1 -21
- package/lib/components/pisellFloorMapLayout/locales.js +3 -63
- package/lib/components/pisellFloorMapLayout/types.d.ts +9 -70
- package/lib/components/pisellGoodPassCard/index.less +0 -1
- package/lib/components/pisellGridPro/GridView/docs/GridView.md +48 -47
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +2 -4
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.md +81 -95
- package/lib/components/pisellGridPro/ToolBar/index.less +4 -5
- package/lib/components/pisellGridPro/docs/PisellGridPro.md +262 -173
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +6 -3
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +4 -3
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +2 -1
- package/lib/components/pisellImport/PisellImport.d.ts +11 -0
- package/lib/components/pisellImport/PisellImport.js +84 -0
- package/lib/components/pisellImport/PisellImport.less +141 -0
- package/lib/components/pisellImport/docs/pisellImport.$tab-design.md +121 -0
- package/lib/components/pisellImport/docs/pisellImport.$tab-dev.md +137 -0
- package/lib/components/pisellImport/docs/pisellImport.$tab-test.md +69 -0
- package/lib/components/pisellImport/docs/pisellImport.md +174 -0
- package/lib/components/pisellImport/index.d.ts +2 -0
- package/lib/components/pisellImport/types.d.ts +89 -0
- package/lib/components/pisellLongText/PisellLongText.js +13 -6
- package/lib/components/pisellLongText/PisellLongText.less +0 -67
- package/lib/components/pisellLookup/PisellLookup.less +1 -1
- package/lib/components/pisellLookup/components/LookupTrigger.js +8 -6
- package/lib/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.js +6 -4
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +18 -139
- package/lib/components/pisellMultipleSelect/components/EditView.js +1 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +4 -0
- package/lib/components/pisellNumber/PisellNumber.js +13 -6
- package/lib/components/pisellNumber/PisellNumber.less +0 -103
- package/lib/components/pisellPhone/PisellPhone.js +13 -6
- package/lib/components/pisellPhone/PisellPhone.less +0 -119
- package/lib/components/pisellPhone/components/EditView.js +37 -19
- package/lib/components/pisellPhone/constants/countryCodes.js +26 -25
- package/lib/components/pisellPhone/types.d.ts +2 -2
- package/lib/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/lib/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.md +1 -1
- package/lib/components/pisellRating/PisellRating.js +4 -2
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +10 -26
- package/lib/components/pisellRecordBoard/README.md +0 -12
- package/lib/components/pisellRecordBoard/docs/PisellRecordBoard.md +70 -716
- package/lib/components/pisellRecordBoard/docs/ShellFrame.md +44 -62
- package/lib/components/pisellRecordBoard/index.d.ts +1 -7
- package/lib/components/pisellRecordBoard/index.js +0 -4
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +8 -146
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +0 -31
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +3813 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +1 -5
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +8 -11
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +1 -2
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +1 -7
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +1 -5
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +78 -156
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +13 -181
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +2 -10
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +2 -9
- package/lib/components/pisellRecordBoard/shellFrame/index.js +19 -73
- package/lib/components/pisellRecordBoard/types.d.ts +8 -374
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +0 -16
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +15 -67
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +0 -23
- package/lib/components/pisellReservationSchedule/locales.js +3 -21
- package/lib/components/pisellReservationSchedule/types.d.ts +0 -5
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +2 -2
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +4 -37
- package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -4
- package/lib/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/lib/components/pisellShellFrame/PisellShellFrame.less +2 -18
- package/lib/components/pisellShellFrame/types.d.ts +0 -6
- package/lib/components/pisellSingleLineText/PisellSingleLineText.js +21 -14
- package/lib/components/pisellSingleLineText/PisellSingleLineText.less +0 -143
- package/lib/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/lib/components/pisellSingleSelect/PisellSingleSelect.js +7 -4
- package/lib/components/pisellSingleSelect/PisellSingleSelect.less +5 -106
- package/lib/components/pisellSingleSelect/docs/pisellSingleSelect.md +525 -428
- package/lib/components/pisellSort/docs/PisellSort.md +67 -131
- package/lib/components/pisellStatisticList/index.js +1 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +38 -152
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +13 -126
- package/lib/components/pisellTimeNavigator/components/CursorLayer.js +2 -2
- package/lib/components/pisellTimeNavigator/components/GestureLayer.js +3 -12
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +42 -26
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/lib/components/pisellTimeNavigator/index.d.ts +1 -1
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +3 -9
- package/lib/components/pisellTimeNavigator/utils/index.js +5 -16
- package/lib/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +227 -226
- package/lib/components/pisellUrl/PisellUrl.js +13 -6
- package/lib/components/pisellWalletPassCard/index.js +11 -5
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +8 -69
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +1 -80
- package/lib/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/lib/components/productCard/cartSkuCard/components/packages/index.js +11 -26
- package/lib/components/productCard/cartSkuCard/components/specs/index.js +8 -23
- package/lib/components/productCard/cartSkuCard/components/specs/index.less +0 -11
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +1 -2
- package/lib/components/productCard/cartSkuCard/index.js +8 -68
- package/lib/components/productCard/cartSkuCard/locales.js +5 -40
- package/lib/components/productCard/components/Header/Actions/index.less +15 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.less +2 -1
- package/lib/components/productCard/components/Header/EditButton/index.js +1 -2
- package/lib/components/productCard/components/Header/index.less +1 -1
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +3 -2
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.js +5 -5
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.js +6 -3
- package/lib/components/productCard/components/Time/index.js +3 -2
- package/lib/components/productCard/status.js +0 -3
- package/lib/components/productCard/types.d.ts +0 -10
- package/lib/components/productCard/utils.js +1 -1
- package/lib/components/select-time/index.js +0 -1
- package/lib/components/table/Actions/component/ExportImport/index.js +3 -4
- package/lib/components/table/Actions/component/GallerySetting/index.js +12 -11
- package/lib/components/table/Actions/component/ViewMode/index.js +6 -5
- package/lib/components/table/Actions/index.js +1 -1
- package/lib/components/table/BasicTable/index.js +4 -3
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.js +17 -9
- package/lib/components/table/Gallery/components/GalleryItem/index.less +1 -0
- package/lib/components/table/Gallery/index.js +11 -3
- package/lib/components/table/Table/fields/text/Show/index.js +1 -1
- package/lib/components/table/Table/index.js +2 -1
- package/lib/components/table/Table/tableConfig/header/index.js +2 -2
- package/lib/components/table/Table/utils.js +5 -1
- package/lib/components/table/hooks/useTableSetting.js +3 -0
- package/lib/components/table/hooks/useTransDataSource.js +4 -3
- package/lib/components/table/index.js +1 -1
- package/lib/components/tabs/index.less +1 -1
- package/lib/components/translation/index.d.ts +1 -0
- package/lib/components/translation/index.js +35 -9
- package/lib/components/translation/index.less +12 -0
- package/lib/components/versionModal/index.d.ts +1 -0
- package/lib/components/versionModal/index.js +2 -2
- package/lib/components/versionSelect/index.js +4 -4
- package/lib/components/virtual-keyboard/Amount/index.js +5 -4
- package/lib/components/virtual-keyboard/Amount/types.d.ts +1 -0
- package/lib/index.d.ts +105 -94
- package/lib/index.js +298 -299
- package/lib/locales/en-US.js +69 -191
- package/lib/locales/ja.js +12 -192
- package/lib/locales/pt.js +12 -192
- package/lib/locales/zh-CN.js +63 -185
- package/lib/locales/zh-TW.js +68 -190
- package/lib/pisell-materials.tw.css +1 -2414
- package/lib/tailwind-input.css +1 -3
- package/lib/theme/pisell-components.js +76 -0
- package/lowcode/pisell-time-navigator/meta.ts +10 -0
- package/package.json +3 -2
- package/es/components/SafeAreaTop/index.d.ts +0 -6
- package/es/components/SafeAreaTop/index.js +0 -112
- package/es/components/SafeAreaTop/index.less +0 -11
- package/es/components/SafeAreaTop/types.d.ts +0 -13
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -4
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +0 -22
- package/es/components/pisellFloorMapLayout/components/HistoryIcons.js +0 -64
- package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.js +0 -7
- package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +0 -47
- package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +0 -95
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -52
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +0 -61
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +0 -758
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +0 -313
- package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +0 -191
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +0 -22
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +0 -39
- package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +0 -74
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +0 -61
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +0 -26
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +0 -79
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +0 -48
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +0 -37
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +0 -20
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +0 -532
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +0 -17
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +0 -31
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +0 -583
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +0 -41
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +0 -111
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +0 -612
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +0 -162
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +0 -8
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +0 -33
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +0 -37
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +0 -18
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +0 -33
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +0 -29
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +0 -43
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -14
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +0 -436
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -11
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +0 -9
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +0 -179
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +0 -62
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +0 -57
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +0 -45
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +0 -91
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +0 -218
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +0 -339
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +0 -52
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +0 -153
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -32
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +0 -170
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +0 -11
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +0 -56
- package/es/components/pisellRecordBoard/types.js +0 -12
- package/es/components/pisellTimeNavigator/timeNavigatorConstants.js +0 -7
- package/es/components/productCard/cartSkuCard/components/Gift/index.js +0 -34
- package/es/components/productCard/cartSkuCard/components/Gift/index.less +0 -84
- package/es/components/productCard/cartSkuCard/components/Promotion/index.js +0 -23
- package/es/components/productCard/cartSkuCard/components/Promotion/index.less +0 -16
- package/es/components/productCard/cartSkuCard/components/weighing/index.js +0 -27
- package/es/components/productCard/cartSkuCard/components/weighing/index.less +0 -25
- package/lib/components/SafeAreaTop/index.d.ts +0 -6
- package/lib/components/SafeAreaTop/index.js +0 -115
- package/lib/components/SafeAreaTop/index.less +0 -11
- package/lib/components/SafeAreaTop/types.d.ts +0 -13
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -4
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +0 -22
- package/lib/components/pisellFloorMapLayout/components/HistoryIcons.js +0 -67
- package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.js +0 -7
- package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +0 -52
- package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +0 -96
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -52
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +0 -64
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +0 -760
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +0 -313
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +0 -197
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +0 -23
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +0 -44
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +0 -75
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +0 -63
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +0 -28
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +0 -81
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +0 -50
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +0 -39
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +0 -21
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +0 -562
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +0 -17
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +0 -33
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +0 -585
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +0 -43
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +0 -113
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +0 -614
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +0 -164
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +0 -10
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +0 -34
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +0 -38
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +0 -19
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +0 -34
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +0 -30
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +0 -45
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -14
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +0 -439
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -11
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +0 -9
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +0 -181
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +0 -64
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +0 -57
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +0 -45
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +0 -93
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +0 -220
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +0 -339
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +0 -52
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +0 -153
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -32
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +0 -181
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +0 -14
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +0 -63
- package/lib/components/pisellRecordBoard/types.js +0 -12
- package/lib/components/pisellTimeNavigator/timeNavigatorConstants.js +0 -7
- package/lib/components/productCard/cartSkuCard/components/Gift/index.js +0 -36
- package/lib/components/productCard/cartSkuCard/components/Gift/index.less +0 -84
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +0 -25
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +0 -16
- package/lib/components/productCard/cartSkuCard/components/weighing/index.js +0 -29
- package/lib/components/productCard/cartSkuCard/components/weighing/index.less +0 -25
- /package/es/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-design.md +0 -0
- /package/es/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/es/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-test.md +0 -0
- /package/lib/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-design.md +0 -0
- /package/lib/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/lib/components/pisellQuickFilter/{docs → doc}/PisellQuickFilter.$tab-test.md +0 -0
|
@@ -1,2414 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @pisell/materials 全包 Tailwind 入口(JIT 扫描 src 下 tsx、ts、less)。
|
|
3
|
-
* Preflight 随 @tailwind base 注入;tailwind.materials.config.cjs 里 corePlugins.preflight 控制是否生成其规则。
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
*, ::before, ::after {
|
|
7
|
-
--tw-border-spacing-x: 0;
|
|
8
|
-
--tw-border-spacing-y: 0;
|
|
9
|
-
--tw-translate-x: 0;
|
|
10
|
-
--tw-translate-y: 0;
|
|
11
|
-
--tw-rotate: 0;
|
|
12
|
-
--tw-skew-x: 0;
|
|
13
|
-
--tw-skew-y: 0;
|
|
14
|
-
--tw-scale-x: 1;
|
|
15
|
-
--tw-scale-y: 1;
|
|
16
|
-
--tw-pan-x: ;
|
|
17
|
-
--tw-pan-y: ;
|
|
18
|
-
--tw-pinch-zoom: ;
|
|
19
|
-
--tw-scroll-snap-strictness: proximity;
|
|
20
|
-
--tw-gradient-from-position: ;
|
|
21
|
-
--tw-gradient-via-position: ;
|
|
22
|
-
--tw-gradient-to-position: ;
|
|
23
|
-
--tw-ordinal: ;
|
|
24
|
-
--tw-slashed-zero: ;
|
|
25
|
-
--tw-numeric-figure: ;
|
|
26
|
-
--tw-numeric-spacing: ;
|
|
27
|
-
--tw-numeric-fraction: ;
|
|
28
|
-
--tw-ring-inset: ;
|
|
29
|
-
--tw-ring-offset-width: 0px;
|
|
30
|
-
--tw-ring-offset-color: #fff;
|
|
31
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
32
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
33
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
34
|
-
--tw-shadow: 0 0 #0000;
|
|
35
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
36
|
-
--tw-blur: ;
|
|
37
|
-
--tw-brightness: ;
|
|
38
|
-
--tw-contrast: ;
|
|
39
|
-
--tw-grayscale: ;
|
|
40
|
-
--tw-hue-rotate: ;
|
|
41
|
-
--tw-invert: ;
|
|
42
|
-
--tw-saturate: ;
|
|
43
|
-
--tw-sepia: ;
|
|
44
|
-
--tw-drop-shadow: ;
|
|
45
|
-
--tw-backdrop-blur: ;
|
|
46
|
-
--tw-backdrop-brightness: ;
|
|
47
|
-
--tw-backdrop-contrast: ;
|
|
48
|
-
--tw-backdrop-grayscale: ;
|
|
49
|
-
--tw-backdrop-hue-rotate: ;
|
|
50
|
-
--tw-backdrop-invert: ;
|
|
51
|
-
--tw-backdrop-opacity: ;
|
|
52
|
-
--tw-backdrop-saturate: ;
|
|
53
|
-
--tw-backdrop-sepia: ;
|
|
54
|
-
--tw-contain-size: ;
|
|
55
|
-
--tw-contain-layout: ;
|
|
56
|
-
--tw-contain-paint: ;
|
|
57
|
-
--tw-contain-style: ;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
::backdrop {
|
|
61
|
-
--tw-border-spacing-x: 0;
|
|
62
|
-
--tw-border-spacing-y: 0;
|
|
63
|
-
--tw-translate-x: 0;
|
|
64
|
-
--tw-translate-y: 0;
|
|
65
|
-
--tw-rotate: 0;
|
|
66
|
-
--tw-skew-x: 0;
|
|
67
|
-
--tw-skew-y: 0;
|
|
68
|
-
--tw-scale-x: 1;
|
|
69
|
-
--tw-scale-y: 1;
|
|
70
|
-
--tw-pan-x: ;
|
|
71
|
-
--tw-pan-y: ;
|
|
72
|
-
--tw-pinch-zoom: ;
|
|
73
|
-
--tw-scroll-snap-strictness: proximity;
|
|
74
|
-
--tw-gradient-from-position: ;
|
|
75
|
-
--tw-gradient-via-position: ;
|
|
76
|
-
--tw-gradient-to-position: ;
|
|
77
|
-
--tw-ordinal: ;
|
|
78
|
-
--tw-slashed-zero: ;
|
|
79
|
-
--tw-numeric-figure: ;
|
|
80
|
-
--tw-numeric-spacing: ;
|
|
81
|
-
--tw-numeric-fraction: ;
|
|
82
|
-
--tw-ring-inset: ;
|
|
83
|
-
--tw-ring-offset-width: 0px;
|
|
84
|
-
--tw-ring-offset-color: #fff;
|
|
85
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
86
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
87
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
88
|
-
--tw-shadow: 0 0 #0000;
|
|
89
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
90
|
-
--tw-blur: ;
|
|
91
|
-
--tw-brightness: ;
|
|
92
|
-
--tw-contrast: ;
|
|
93
|
-
--tw-grayscale: ;
|
|
94
|
-
--tw-hue-rotate: ;
|
|
95
|
-
--tw-invert: ;
|
|
96
|
-
--tw-saturate: ;
|
|
97
|
-
--tw-sepia: ;
|
|
98
|
-
--tw-drop-shadow: ;
|
|
99
|
-
--tw-backdrop-blur: ;
|
|
100
|
-
--tw-backdrop-brightness: ;
|
|
101
|
-
--tw-backdrop-contrast: ;
|
|
102
|
-
--tw-backdrop-grayscale: ;
|
|
103
|
-
--tw-backdrop-hue-rotate: ;
|
|
104
|
-
--tw-backdrop-invert: ;
|
|
105
|
-
--tw-backdrop-opacity: ;
|
|
106
|
-
--tw-backdrop-saturate: ;
|
|
107
|
-
--tw-backdrop-sepia: ;
|
|
108
|
-
--tw-contain-size: ;
|
|
109
|
-
--tw-contain-layout: ;
|
|
110
|
-
--tw-contain-paint: ;
|
|
111
|
-
--tw-contain-style: ;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
/*
|
|
118
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
119
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
120
|
-
*/
|
|
121
|
-
|
|
122
|
-
*,
|
|
123
|
-
::before,
|
|
124
|
-
::after {
|
|
125
|
-
box-sizing: border-box;
|
|
126
|
-
/* 1 */
|
|
127
|
-
border-width: 0;
|
|
128
|
-
/* 2 */
|
|
129
|
-
border-style: solid;
|
|
130
|
-
/* 2 */
|
|
131
|
-
border-color: #e5e7eb;
|
|
132
|
-
/* 2 */
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
::before,
|
|
136
|
-
::after {
|
|
137
|
-
--tw-content: '';
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/*
|
|
141
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
142
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
143
|
-
3. Use a more readable tab size.
|
|
144
|
-
4. Use the user's configured `sans` font-family by default.
|
|
145
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
146
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
147
|
-
7. Disable tap highlights on iOS
|
|
148
|
-
*/
|
|
149
|
-
|
|
150
|
-
html,
|
|
151
|
-
:host {
|
|
152
|
-
line-height: 1.5;
|
|
153
|
-
/* 1 */
|
|
154
|
-
-webkit-text-size-adjust: 100%;
|
|
155
|
-
/* 2 */
|
|
156
|
-
-moz-tab-size: 4;
|
|
157
|
-
/* 3 */
|
|
158
|
-
-o-tab-size: 4;
|
|
159
|
-
tab-size: 4;
|
|
160
|
-
/* 3 */
|
|
161
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
162
|
-
/* 4 */
|
|
163
|
-
font-feature-settings: normal;
|
|
164
|
-
/* 5 */
|
|
165
|
-
font-variation-settings: normal;
|
|
166
|
-
/* 6 */
|
|
167
|
-
-webkit-tap-highlight-color: transparent;
|
|
168
|
-
/* 7 */
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/*
|
|
172
|
-
1. Remove the margin in all browsers.
|
|
173
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
174
|
-
*/
|
|
175
|
-
|
|
176
|
-
body {
|
|
177
|
-
margin: 0;
|
|
178
|
-
/* 1 */
|
|
179
|
-
line-height: inherit;
|
|
180
|
-
/* 2 */
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/*
|
|
184
|
-
1. Add the correct height in Firefox.
|
|
185
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
186
|
-
3. Ensure horizontal rules are visible by default.
|
|
187
|
-
*/
|
|
188
|
-
|
|
189
|
-
hr {
|
|
190
|
-
height: 0;
|
|
191
|
-
/* 1 */
|
|
192
|
-
color: inherit;
|
|
193
|
-
/* 2 */
|
|
194
|
-
border-top-width: 1px;
|
|
195
|
-
/* 3 */
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/*
|
|
199
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
200
|
-
*/
|
|
201
|
-
|
|
202
|
-
abbr:where([title]) {
|
|
203
|
-
-webkit-text-decoration: underline dotted;
|
|
204
|
-
text-decoration: underline dotted;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/*
|
|
208
|
-
Remove the default font size and weight for headings.
|
|
209
|
-
*/
|
|
210
|
-
|
|
211
|
-
h1,
|
|
212
|
-
h2,
|
|
213
|
-
h3,
|
|
214
|
-
h4,
|
|
215
|
-
h5,
|
|
216
|
-
h6 {
|
|
217
|
-
font-size: inherit;
|
|
218
|
-
font-weight: inherit;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/*
|
|
222
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
223
|
-
*/
|
|
224
|
-
|
|
225
|
-
a {
|
|
226
|
-
color: inherit;
|
|
227
|
-
text-decoration: inherit;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/*
|
|
231
|
-
Add the correct font weight in Edge and Safari.
|
|
232
|
-
*/
|
|
233
|
-
|
|
234
|
-
b,
|
|
235
|
-
strong {
|
|
236
|
-
font-weight: bolder;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/*
|
|
240
|
-
1. Use the user's configured `mono` font-family by default.
|
|
241
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
242
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
243
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
244
|
-
*/
|
|
245
|
-
|
|
246
|
-
code,
|
|
247
|
-
kbd,
|
|
248
|
-
samp,
|
|
249
|
-
pre {
|
|
250
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
251
|
-
/* 1 */
|
|
252
|
-
font-feature-settings: normal;
|
|
253
|
-
/* 2 */
|
|
254
|
-
font-variation-settings: normal;
|
|
255
|
-
/* 3 */
|
|
256
|
-
font-size: 1em;
|
|
257
|
-
/* 4 */
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/*
|
|
261
|
-
Add the correct font size in all browsers.
|
|
262
|
-
*/
|
|
263
|
-
|
|
264
|
-
small {
|
|
265
|
-
font-size: 80%;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/*
|
|
269
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
270
|
-
*/
|
|
271
|
-
|
|
272
|
-
sub,
|
|
273
|
-
sup {
|
|
274
|
-
font-size: 75%;
|
|
275
|
-
line-height: 0;
|
|
276
|
-
position: relative;
|
|
277
|
-
vertical-align: baseline;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
sub {
|
|
281
|
-
bottom: -0.25em;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
sup {
|
|
285
|
-
top: -0.5em;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
/*
|
|
289
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
290
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
291
|
-
3. Remove gaps between table borders by default.
|
|
292
|
-
*/
|
|
293
|
-
|
|
294
|
-
table {
|
|
295
|
-
text-indent: 0;
|
|
296
|
-
/* 1 */
|
|
297
|
-
border-color: inherit;
|
|
298
|
-
/* 2 */
|
|
299
|
-
border-collapse: collapse;
|
|
300
|
-
/* 3 */
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/*
|
|
304
|
-
1. Change the font styles in all browsers.
|
|
305
|
-
2. Remove the margin in Firefox and Safari.
|
|
306
|
-
3. Remove default padding in all browsers.
|
|
307
|
-
*/
|
|
308
|
-
|
|
309
|
-
button,
|
|
310
|
-
input,
|
|
311
|
-
optgroup,
|
|
312
|
-
select,
|
|
313
|
-
textarea {
|
|
314
|
-
font-family: inherit;
|
|
315
|
-
/* 1 */
|
|
316
|
-
font-feature-settings: inherit;
|
|
317
|
-
/* 1 */
|
|
318
|
-
font-variation-settings: inherit;
|
|
319
|
-
/* 1 */
|
|
320
|
-
font-size: 100%;
|
|
321
|
-
/* 1 */
|
|
322
|
-
font-weight: inherit;
|
|
323
|
-
/* 1 */
|
|
324
|
-
line-height: inherit;
|
|
325
|
-
/* 1 */
|
|
326
|
-
letter-spacing: inherit;
|
|
327
|
-
/* 1 */
|
|
328
|
-
color: inherit;
|
|
329
|
-
/* 1 */
|
|
330
|
-
margin: 0;
|
|
331
|
-
/* 2 */
|
|
332
|
-
padding: 0;
|
|
333
|
-
/* 3 */
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
/*
|
|
337
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
338
|
-
*/
|
|
339
|
-
|
|
340
|
-
button,
|
|
341
|
-
select {
|
|
342
|
-
text-transform: none;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/*
|
|
346
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
347
|
-
2. Remove default button styles.
|
|
348
|
-
*/
|
|
349
|
-
|
|
350
|
-
button,
|
|
351
|
-
input:where([type='button']),
|
|
352
|
-
input:where([type='reset']),
|
|
353
|
-
input:where([type='submit']) {
|
|
354
|
-
-webkit-appearance: button;
|
|
355
|
-
/* 1 */
|
|
356
|
-
background-color: transparent;
|
|
357
|
-
/* 2 */
|
|
358
|
-
background-image: none;
|
|
359
|
-
/* 2 */
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/*
|
|
363
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
364
|
-
*/
|
|
365
|
-
|
|
366
|
-
:-moz-focusring {
|
|
367
|
-
outline: auto;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/*
|
|
371
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
372
|
-
*/
|
|
373
|
-
|
|
374
|
-
:-moz-ui-invalid {
|
|
375
|
-
box-shadow: none;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/*
|
|
379
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
380
|
-
*/
|
|
381
|
-
|
|
382
|
-
progress {
|
|
383
|
-
vertical-align: baseline;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/*
|
|
387
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
388
|
-
*/
|
|
389
|
-
|
|
390
|
-
::-webkit-inner-spin-button,
|
|
391
|
-
::-webkit-outer-spin-button {
|
|
392
|
-
height: auto;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/*
|
|
396
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
397
|
-
2. Correct the outline style in Safari.
|
|
398
|
-
*/
|
|
399
|
-
|
|
400
|
-
[type='search'] {
|
|
401
|
-
-webkit-appearance: textfield;
|
|
402
|
-
/* 1 */
|
|
403
|
-
outline-offset: -2px;
|
|
404
|
-
/* 2 */
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
/*
|
|
408
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
409
|
-
*/
|
|
410
|
-
|
|
411
|
-
::-webkit-search-decoration {
|
|
412
|
-
-webkit-appearance: none;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/*
|
|
416
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
417
|
-
2. Change font properties to `inherit` in Safari.
|
|
418
|
-
*/
|
|
419
|
-
|
|
420
|
-
::-webkit-file-upload-button {
|
|
421
|
-
-webkit-appearance: button;
|
|
422
|
-
/* 1 */
|
|
423
|
-
font: inherit;
|
|
424
|
-
/* 2 */
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/*
|
|
428
|
-
Add the correct display in Chrome and Safari.
|
|
429
|
-
*/
|
|
430
|
-
|
|
431
|
-
summary {
|
|
432
|
-
display: list-item;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/*
|
|
436
|
-
Removes the default spacing and border for appropriate elements.
|
|
437
|
-
*/
|
|
438
|
-
|
|
439
|
-
blockquote,
|
|
440
|
-
dl,
|
|
441
|
-
dd,
|
|
442
|
-
h1,
|
|
443
|
-
h2,
|
|
444
|
-
h3,
|
|
445
|
-
h4,
|
|
446
|
-
h5,
|
|
447
|
-
h6,
|
|
448
|
-
hr,
|
|
449
|
-
figure,
|
|
450
|
-
p,
|
|
451
|
-
pre {
|
|
452
|
-
margin: 0;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
fieldset {
|
|
456
|
-
margin: 0;
|
|
457
|
-
padding: 0;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
legend {
|
|
461
|
-
padding: 0;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
ol,
|
|
465
|
-
ul,
|
|
466
|
-
menu {
|
|
467
|
-
list-style: none;
|
|
468
|
-
margin: 0;
|
|
469
|
-
padding: 0;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/*
|
|
473
|
-
Reset default styling for dialogs.
|
|
474
|
-
*/
|
|
475
|
-
|
|
476
|
-
dialog {
|
|
477
|
-
padding: 0;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
/*
|
|
481
|
-
Prevent resizing textareas horizontally by default.
|
|
482
|
-
*/
|
|
483
|
-
|
|
484
|
-
textarea {
|
|
485
|
-
resize: vertical;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/*
|
|
489
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
490
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
491
|
-
*/
|
|
492
|
-
|
|
493
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
494
|
-
opacity: 1;
|
|
495
|
-
/* 1 */
|
|
496
|
-
color: #9ca3af;
|
|
497
|
-
/* 2 */
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
input::placeholder,
|
|
501
|
-
textarea::placeholder {
|
|
502
|
-
opacity: 1;
|
|
503
|
-
/* 1 */
|
|
504
|
-
color: #9ca3af;
|
|
505
|
-
/* 2 */
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
/*
|
|
509
|
-
Set the default cursor for buttons.
|
|
510
|
-
*/
|
|
511
|
-
|
|
512
|
-
button,
|
|
513
|
-
[role="button"] {
|
|
514
|
-
cursor: pointer;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/*
|
|
518
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
519
|
-
*/
|
|
520
|
-
|
|
521
|
-
:disabled {
|
|
522
|
-
cursor: default;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
/*
|
|
526
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
527
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
528
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
529
|
-
*/
|
|
530
|
-
|
|
531
|
-
img,
|
|
532
|
-
svg,
|
|
533
|
-
video,
|
|
534
|
-
canvas,
|
|
535
|
-
audio,
|
|
536
|
-
iframe,
|
|
537
|
-
embed,
|
|
538
|
-
object {
|
|
539
|
-
display: block;
|
|
540
|
-
/* 1 */
|
|
541
|
-
vertical-align: middle;
|
|
542
|
-
/* 2 */
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
/*
|
|
546
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
547
|
-
*/
|
|
548
|
-
|
|
549
|
-
img,
|
|
550
|
-
video {
|
|
551
|
-
max-width: 100%;
|
|
552
|
-
height: auto;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
556
|
-
|
|
557
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
558
|
-
display: none;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.\!container {
|
|
562
|
-
width: 100% !important;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.container {
|
|
566
|
-
width: 100%;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
@media (min-width: 640px) {
|
|
570
|
-
.\!container {
|
|
571
|
-
max-width: 640px !important;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.container {
|
|
575
|
-
max-width: 640px;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
@media (min-width: 768px) {
|
|
580
|
-
.\!container {
|
|
581
|
-
max-width: 768px !important;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.container {
|
|
585
|
-
max-width: 768px;
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
@media (min-width: 1024px) {
|
|
590
|
-
.\!container {
|
|
591
|
-
max-width: 1024px !important;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.container {
|
|
595
|
-
max-width: 1024px;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
@media (min-width: 1280px) {
|
|
600
|
-
.\!container {
|
|
601
|
-
max-width: 1280px !important;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.container {
|
|
605
|
-
max-width: 1280px;
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
@media (min-width: 1536px) {
|
|
610
|
-
.\!container {
|
|
611
|
-
max-width: 1536px !important;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.container {
|
|
615
|
-
max-width: 1536px;
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.pointer-events-none {
|
|
620
|
-
pointer-events: none !important;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.\!visible {
|
|
624
|
-
visibility: visible !important;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.visible {
|
|
628
|
-
visibility: visible !important;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.collapse {
|
|
632
|
-
visibility: collapse !important;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.static {
|
|
636
|
-
position: static !important;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.fixed {
|
|
640
|
-
position: fixed !important;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.absolute {
|
|
644
|
-
position: absolute !important;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.relative {
|
|
648
|
-
position: relative !important;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.sticky {
|
|
652
|
-
position: sticky !important;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.inset-0 {
|
|
656
|
-
inset: 0px !important;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.inset-6 {
|
|
660
|
-
inset: 1.5rem !important;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.inset-x-0 {
|
|
664
|
-
left: 0px !important;
|
|
665
|
-
right: 0px !important;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.inset-y-0 {
|
|
669
|
-
top: 0px !important;
|
|
670
|
-
bottom: 0px !important;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.bottom-6 {
|
|
674
|
-
bottom: 1.5rem !important;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.left-0 {
|
|
678
|
-
left: 0px !important;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.left-1\/2 {
|
|
682
|
-
left: 50% !important;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.right-0 {
|
|
686
|
-
right: 0px !important;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.top-0 {
|
|
690
|
-
top: 0px !important;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.top-2 {
|
|
694
|
-
top: 0.5rem !important;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.top-\[60px\] {
|
|
698
|
-
top: 60px !important;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.isolate {
|
|
702
|
-
isolation: isolate !important;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.z-20 {
|
|
706
|
-
z-index: 20 !important;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.z-30 {
|
|
710
|
-
z-index: 30 !important;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.z-50 {
|
|
714
|
-
z-index: 50 !important;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.z-\[25\] {
|
|
718
|
-
z-index: 25 !important;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.z-\[26\] {
|
|
722
|
-
z-index: 26 !important;
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
.z-\[60\] {
|
|
726
|
-
z-index: 60 !important;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
.z-\[69\] {
|
|
730
|
-
z-index: 69 !important;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.z-\[72\] {
|
|
734
|
-
z-index: 72 !important;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.mx-0 {
|
|
738
|
-
margin-left: 0px !important;
|
|
739
|
-
margin-right: 0px !important;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.mx-auto {
|
|
743
|
-
margin-left: auto !important;
|
|
744
|
-
margin-right: auto !important;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.mb-2 {
|
|
748
|
-
margin-bottom: 0.5rem !important;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.mb-3 {
|
|
752
|
-
margin-bottom: 0.75rem !important;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
.mb-4 {
|
|
756
|
-
margin-bottom: 1rem !important;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.mt-0\.5 {
|
|
760
|
-
margin-top: 0.125rem !important;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.mt-1 {
|
|
764
|
-
margin-top: 0.25rem !important;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.mt-2 {
|
|
768
|
-
margin-top: 0.5rem !important;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.mt-3 {
|
|
772
|
-
margin-top: 0.75rem !important;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.mt-5 {
|
|
776
|
-
margin-top: 1.25rem !important;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
.mt-6 {
|
|
780
|
-
margin-top: 1.5rem !important;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.block {
|
|
784
|
-
display: block !important;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.inline-block {
|
|
788
|
-
display: inline-block !important;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.inline {
|
|
792
|
-
display: inline !important;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
.flex {
|
|
796
|
-
display: flex !important;
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.inline-flex {
|
|
800
|
-
display: inline-flex !important;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.table {
|
|
804
|
-
display: table !important;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
.grid {
|
|
808
|
-
display: grid !important;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.contents {
|
|
812
|
-
display: contents !important;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.hidden {
|
|
816
|
-
display: none !important;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.h-10 {
|
|
820
|
-
height: 2.5rem !important;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.h-2\.5 {
|
|
824
|
-
height: 0.625rem !important;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
.h-\[52px\] {
|
|
828
|
-
height: 52px !important;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
.h-full {
|
|
832
|
-
height: 100% !important;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.max-h-\[360px\] {
|
|
836
|
-
max-height: 360px !important;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.max-h-\[72vh\] {
|
|
840
|
-
max-height: 72vh !important;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.max-h-\[78vh\] {
|
|
844
|
-
max-height: 78vh !important;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.max-h-\[92vh\] {
|
|
848
|
-
max-height: 92vh !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.max-h-none {
|
|
852
|
-
max-height: none !important;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.min-h-0 {
|
|
856
|
-
min-height: 0px !important;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.min-h-\[0\] {
|
|
860
|
-
min-height: 0 !important;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.min-h-\[28px\] {
|
|
864
|
-
min-height: 28px !important;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.w-10 {
|
|
868
|
-
width: 2.5rem !important;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.w-14 {
|
|
872
|
-
width: 3.5rem !important;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.w-2\.5 {
|
|
876
|
-
width: 0.625rem !important;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
.w-\[132px\] {
|
|
880
|
-
width: 132px !important;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.w-\[2px\] {
|
|
884
|
-
width: 2px !important;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.w-\[52px\] {
|
|
888
|
-
width: 52px !important;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
.w-fit {
|
|
892
|
-
width: -moz-fit-content !important;
|
|
893
|
-
width: fit-content !important;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.w-full {
|
|
897
|
-
width: 100% !important;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.min-w-0 {
|
|
901
|
-
min-width: 0px !important;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.min-w-\[132px\] {
|
|
905
|
-
min-width: 132px !important;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.min-w-\[240px\] {
|
|
909
|
-
min-width: 240px !important;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.min-w-\[980px\] {
|
|
913
|
-
min-width: 980px !important;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.max-w-\[132px\] {
|
|
917
|
-
max-width: 132px !important;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.max-w-\[260px\] {
|
|
921
|
-
max-width: 260px !important;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.max-w-\[520px\] {
|
|
925
|
-
max-width: 520px !important;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.max-w-\[720px\] {
|
|
929
|
-
max-width: 720px !important;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.max-w-\[900px\] {
|
|
933
|
-
max-width: 900px !important;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.max-w-\[92vw\] {
|
|
937
|
-
max-width: 92vw !important;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
.max-w-\[980px\] {
|
|
941
|
-
max-width: 980px !important;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.max-w-full {
|
|
945
|
-
max-width: 100% !important;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.max-w-none {
|
|
949
|
-
max-width: none !important;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.flex-1 {
|
|
953
|
-
flex: 1 1 0% !important;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.flex-shrink {
|
|
957
|
-
flex-shrink: 1 !important;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.shrink-0 {
|
|
961
|
-
flex-shrink: 0 !important;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.flex-grow {
|
|
965
|
-
flex-grow: 1 !important;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.border-collapse {
|
|
969
|
-
border-collapse: collapse !important;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.-translate-x-1\/2 {
|
|
973
|
-
--tw-translate-x: -50% !important;
|
|
974
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
.-rotate-90 {
|
|
978
|
-
--tw-rotate: -90deg !important;
|
|
979
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.rotate-0 {
|
|
983
|
-
--tw-rotate: 0deg !important;
|
|
984
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
.transform {
|
|
988
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.cursor-grab {
|
|
992
|
-
cursor: grab !important;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.cursor-grabbing {
|
|
996
|
-
cursor: grabbing !important;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.cursor-pointer {
|
|
1000
|
-
cursor: pointer !important;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.touch-pan-x {
|
|
1004
|
-
--tw-pan-x: pan-x !important;
|
|
1005
|
-
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.touch-pan-y {
|
|
1009
|
-
--tw-pan-y: pan-y !important;
|
|
1010
|
-
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.select-none {
|
|
1014
|
-
-webkit-user-select: none !important;
|
|
1015
|
-
-moz-user-select: none !important;
|
|
1016
|
-
user-select: none !important;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.select-text {
|
|
1020
|
-
-webkit-user-select: text !important;
|
|
1021
|
-
-moz-user-select: text !important;
|
|
1022
|
-
user-select: text !important;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.select-all {
|
|
1026
|
-
-webkit-user-select: all !important;
|
|
1027
|
-
-moz-user-select: all !important;
|
|
1028
|
-
user-select: all !important;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
.resize-none {
|
|
1032
|
-
resize: none !important;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
.resize {
|
|
1036
|
-
resize: both !important;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
.grid-cols-1 {
|
|
1040
|
-
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.grid-cols-2 {
|
|
1044
|
-
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
.grid-cols-7 {
|
|
1048
|
-
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
.grid-cols-\[0\.8fr_1fr_1\.3fr_0\.9fr_0\.9fr\] {
|
|
1052
|
-
grid-template-columns: 0.8fr 1fr 1.3fr 0.9fr 0.9fr !important;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.flex-col {
|
|
1056
|
-
flex-direction: column !important;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
.flex-col-reverse {
|
|
1060
|
-
flex-direction: column-reverse !important;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.flex-wrap {
|
|
1064
|
-
flex-wrap: wrap !important;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.place-items-center {
|
|
1068
|
-
place-items: center !important;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.items-start {
|
|
1072
|
-
align-items: flex-start !important;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.items-end {
|
|
1076
|
-
align-items: flex-end !important;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.items-center {
|
|
1080
|
-
align-items: center !important;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.items-stretch {
|
|
1084
|
-
align-items: stretch !important;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.justify-start {
|
|
1088
|
-
justify-content: flex-start !important;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.justify-end {
|
|
1092
|
-
justify-content: flex-end !important;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.justify-center {
|
|
1096
|
-
justify-content: center !important;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.justify-between {
|
|
1100
|
-
justify-content: space-between !important;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.gap-0 {
|
|
1104
|
-
gap: 0px !important;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
.gap-1 {
|
|
1108
|
-
gap: 0.25rem !important;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.gap-1\.5 {
|
|
1112
|
-
gap: 0.375rem !important;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.gap-2 {
|
|
1116
|
-
gap: 0.5rem !important;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.gap-3 {
|
|
1120
|
-
gap: 0.75rem !important;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.gap-4 {
|
|
1124
|
-
gap: 1rem !important;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1128
|
-
--tw-space-y-reverse: 0 !important;
|
|
1129
|
-
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
1130
|
-
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1134
|
-
--tw-space-y-reverse: 0 !important;
|
|
1135
|
-
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
1136
|
-
margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
|
|
1140
|
-
--tw-space-y-reverse: 0 !important;
|
|
1141
|
-
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
1142
|
-
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.self-center {
|
|
1146
|
-
align-self: center !important;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.overflow-auto {
|
|
1150
|
-
overflow: auto !important;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.overflow-hidden {
|
|
1154
|
-
overflow: hidden !important;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.overflow-x-auto {
|
|
1158
|
-
overflow-x: auto !important;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.overflow-y-auto {
|
|
1162
|
-
overflow-y: auto !important;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.overflow-y-hidden {
|
|
1166
|
-
overflow-y: hidden !important;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.overscroll-y-contain {
|
|
1170
|
-
overscroll-behavior-y: contain !important;
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
.truncate {
|
|
1174
|
-
overflow: hidden !important;
|
|
1175
|
-
text-overflow: ellipsis !important;
|
|
1176
|
-
white-space: nowrap !important;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
.rounded {
|
|
1180
|
-
border-radius: 0.25rem !important;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
.rounded-2xl {
|
|
1184
|
-
border-radius: 1rem !important;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.rounded-3xl {
|
|
1188
|
-
border-radius: 1.5rem !important;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
.rounded-\[28px\] {
|
|
1192
|
-
border-radius: 28px !important;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
.rounded-\[30px\] {
|
|
1196
|
-
border-radius: 30px !important;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
.rounded-full {
|
|
1200
|
-
border-radius: 9999px !important;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.rounded-lg {
|
|
1204
|
-
border-radius: 0.5rem !important;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.rounded-md {
|
|
1208
|
-
border-radius: 0.375rem !important;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.rounded-xl {
|
|
1212
|
-
border-radius: 0.75rem !important;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.rounded-t-3xl {
|
|
1216
|
-
border-top-left-radius: 1.5rem !important;
|
|
1217
|
-
border-top-right-radius: 1.5rem !important;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.border {
|
|
1221
|
-
border-width: 1px !important;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.border-b {
|
|
1225
|
-
border-bottom-width: 1px !important;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.border-b-4 {
|
|
1229
|
-
border-bottom-width: 4px !important;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.border-l {
|
|
1233
|
-
border-left-width: 1px !important;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
.border-r {
|
|
1237
|
-
border-right-width: 1px !important;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
.border-dashed {
|
|
1241
|
-
border-style: dashed !important;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
.border-\[\#d8d0eb\] {
|
|
1245
|
-
--tw-border-opacity: 1 !important;
|
|
1246
|
-
border-color: rgb(216 208 235 / var(--tw-border-opacity, 1)) !important;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.border-\[var\(--border-strong\)\] {
|
|
1250
|
-
border-color: var(--border-strong) !important;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.border-\[var\(--brand-light\)\] {
|
|
1254
|
-
border-color: var(--brand-light) !important;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.border-amber-200\/35 {
|
|
1258
|
-
border-color: rgb(253 230 138 / 0.35) !important;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.border-amber-400\/80 {
|
|
1262
|
-
border-color: rgb(251 191 36 / 0.8) !important;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.border-amber-400\/95 {
|
|
1266
|
-
border-color: rgb(251 191 36 / 0.95) !important;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.border-cyan-300\/35 {
|
|
1270
|
-
border-color: rgb(103 232 249 / 0.35) !important;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
.border-emerald-300\/35 {
|
|
1274
|
-
border-color: rgb(110 231 183 / 0.35) !important;
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
.border-red-200 {
|
|
1278
|
-
--tw-border-opacity: 1 !important;
|
|
1279
|
-
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.border-red-300\/35 {
|
|
1283
|
-
border-color: rgb(252 165 165 / 0.35) !important;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.border-red-300\/55 {
|
|
1287
|
-
border-color: rgb(252 165 165 / 0.55) !important;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.border-red-400\/75 {
|
|
1291
|
-
border-color: rgb(248 113 113 / 0.75) !important;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.border-red-500\/70 {
|
|
1295
|
-
border-color: rgb(239 68 68 / 0.7) !important;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.border-red-700\/50 {
|
|
1299
|
-
border-color: rgb(185 28 28 / 0.5) !important;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.border-red-800\/40 {
|
|
1303
|
-
border-color: rgb(153 27 27 / 0.4) !important;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.border-slate-200 {
|
|
1307
|
-
--tw-border-opacity: 1 !important;
|
|
1308
|
-
border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
.border-slate-700 {
|
|
1312
|
-
--tw-border-opacity: 1 !important;
|
|
1313
|
-
border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.border-slate-800 {
|
|
1317
|
-
--tw-border-opacity: 1 !important;
|
|
1318
|
-
border-color: rgb(30 41 59 / var(--tw-border-opacity, 1)) !important;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
.border-violet-300\/30 {
|
|
1322
|
-
border-color: rgb(196 181 253 / 0.3) !important;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.border-violet-400\/20 {
|
|
1326
|
-
border-color: rgb(167 139 250 / 0.2) !important;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
.border-violet-500\/30 {
|
|
1330
|
-
border-color: rgb(139 92 246 / 0.3) !important;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
.border-white\/10 {
|
|
1334
|
-
border-color: rgb(255 255 255 / 0.1) !important;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.border-zinc-300\/30 {
|
|
1338
|
-
border-color: rgb(212 212 216 / 0.3) !important;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.border-zinc-300\/45 {
|
|
1342
|
-
border-color: rgb(212 212 216 / 0.45) !important;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.border-zinc-400\/45 {
|
|
1346
|
-
border-color: rgb(161 161 170 / 0.45) !important;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.border-zinc-500\/70 {
|
|
1350
|
-
border-color: rgb(113 113 122 / 0.7) !important;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.border-zinc-700 {
|
|
1354
|
-
--tw-border-opacity: 1 !important;
|
|
1355
|
-
border-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.border-zinc-800 {
|
|
1359
|
-
--tw-border-opacity: 1 !important;
|
|
1360
|
-
border-color: rgb(39 39 42 / var(--tw-border-opacity, 1)) !important;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
.border-zinc-800\/80 {
|
|
1364
|
-
border-color: rgb(39 39 42 / 0.8) !important;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.border-b-transparent {
|
|
1368
|
-
border-bottom-color: transparent !important;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.border-l-transparent {
|
|
1372
|
-
border-left-color: transparent !important;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.bg-\[\#101117\] {
|
|
1376
|
-
--tw-bg-opacity: 1 !important;
|
|
1377
|
-
background-color: rgb(16 17 23 / var(--tw-bg-opacity, 1)) !important;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.bg-\[\#111217\] {
|
|
1381
|
-
--tw-bg-opacity: 1 !important;
|
|
1382
|
-
background-color: rgb(17 18 23 / var(--tw-bg-opacity, 1)) !important;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.bg-\[\#111218\] {
|
|
1386
|
-
--tw-bg-opacity: 1 !important;
|
|
1387
|
-
background-color: rgb(17 18 24 / var(--tw-bg-opacity, 1)) !important;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.bg-\[\#121217\] {
|
|
1391
|
-
--tw-bg-opacity: 1 !important;
|
|
1392
|
-
background-color: rgb(18 18 23 / var(--tw-bg-opacity, 1)) !important;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
.bg-\[\#151220\] {
|
|
1396
|
-
--tw-bg-opacity: 1 !important;
|
|
1397
|
-
background-color: rgb(21 18 32 / var(--tw-bg-opacity, 1)) !important;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
.bg-\[\#151a2f\] {
|
|
1401
|
-
--tw-bg-opacity: 1 !important;
|
|
1402
|
-
background-color: rgb(21 26 47 / var(--tw-bg-opacity, 1)) !important;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
.bg-\[\#171820\] {
|
|
1406
|
-
--tw-bg-opacity: 1 !important;
|
|
1407
|
-
background-color: rgb(23 24 32 / var(--tw-bg-opacity, 1)) !important;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
.bg-\[\#1a1a22\] {
|
|
1411
|
-
--tw-bg-opacity: 1 !important;
|
|
1412
|
-
background-color: rgb(26 26 34 / var(--tw-bg-opacity, 1)) !important;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.bg-\[\#1a1b21\] {
|
|
1416
|
-
--tw-bg-opacity: 1 !important;
|
|
1417
|
-
background-color: rgb(26 27 33 / var(--tw-bg-opacity, 1)) !important;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
.bg-\[\#1c1630\] {
|
|
1421
|
-
--tw-bg-opacity: 1 !important;
|
|
1422
|
-
background-color: rgb(28 22 48 / var(--tw-bg-opacity, 1)) !important;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.bg-\[\#1e1a32\] {
|
|
1426
|
-
--tw-bg-opacity: 1 !important;
|
|
1427
|
-
background-color: rgb(30 26 50 / var(--tw-bg-opacity, 1)) !important;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.bg-\[\#241d40\] {
|
|
1431
|
-
--tw-bg-opacity: 1 !important;
|
|
1432
|
-
background-color: rgb(36 29 64 / var(--tw-bg-opacity, 1)) !important;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
.bg-\[var\(--bg-input\)\] {
|
|
1436
|
-
background-color: var(--bg-input) !important;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
.bg-\[var\(--brand-surface\)\] {
|
|
1440
|
-
background-color: var(--brand-surface) !important;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.bg-amber-500 {
|
|
1444
|
-
--tw-bg-opacity: 1 !important;
|
|
1445
|
-
background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.bg-black\/25 {
|
|
1449
|
-
background-color: rgb(0 0 0 / 0.25) !important;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
.bg-black\/45 {
|
|
1453
|
-
background-color: rgb(0 0 0 / 0.45) !important;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
.bg-black\/55 {
|
|
1457
|
-
background-color: rgb(0 0 0 / 0.55) !important;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.bg-cyan-500 {
|
|
1461
|
-
--tw-bg-opacity: 1 !important;
|
|
1462
|
-
background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important;
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
.bg-emerald-400\/95 {
|
|
1466
|
-
background-color: rgb(52 211 153 / 0.95) !important;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.bg-emerald-500 {
|
|
1470
|
-
--tw-bg-opacity: 1 !important;
|
|
1471
|
-
background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.bg-emerald-600 {
|
|
1475
|
-
--tw-bg-opacity: 1 !important;
|
|
1476
|
-
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1)) !important;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
.bg-red-50 {
|
|
1480
|
-
--tw-bg-opacity: 1 !important;
|
|
1481
|
-
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.bg-red-500 {
|
|
1485
|
-
--tw-bg-opacity: 1 !important;
|
|
1486
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
.bg-red-500\/25 {
|
|
1490
|
-
background-color: rgb(239 68 68 / 0.25) !important;
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.bg-red-500\/85 {
|
|
1494
|
-
background-color: rgb(239 68 68 / 0.85) !important;
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
.bg-red-600 {
|
|
1498
|
-
--tw-bg-opacity: 1 !important;
|
|
1499
|
-
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
.bg-red-700\/70 {
|
|
1503
|
-
background-color: rgb(185 28 28 / 0.7) !important;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.bg-red-900\/50 {
|
|
1507
|
-
background-color: rgb(127 29 29 / 0.5) !important;
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
.bg-red-950\/30 {
|
|
1511
|
-
background-color: rgb(69 10 10 / 0.3) !important;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.bg-sky-500 {
|
|
1515
|
-
--tw-bg-opacity: 1 !important;
|
|
1516
|
-
background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
.bg-slate-100 {
|
|
1520
|
-
--tw-bg-opacity: 1 !important;
|
|
1521
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.bg-slate-50 {
|
|
1525
|
-
--tw-bg-opacity: 1 !important;
|
|
1526
|
-
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.bg-slate-900 {
|
|
1530
|
-
--tw-bg-opacity: 1 !important;
|
|
1531
|
-
background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.bg-slate-900\/40 {
|
|
1535
|
-
background-color: rgb(15 23 42 / 0.4) !important;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.bg-slate-950 {
|
|
1539
|
-
--tw-bg-opacity: 1 !important;
|
|
1540
|
-
background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1)) !important;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
.bg-transparent {
|
|
1544
|
-
background-color: transparent !important;
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
.bg-violet-100 {
|
|
1548
|
-
--tw-bg-opacity: 1 !important;
|
|
1549
|
-
background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1)) !important;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
.bg-violet-400\/10 {
|
|
1553
|
-
background-color: rgb(167 139 250 / 0.1) !important;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
.bg-violet-50 {
|
|
1557
|
-
--tw-bg-opacity: 1 !important;
|
|
1558
|
-
background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
.bg-violet-500 {
|
|
1562
|
-
--tw-bg-opacity: 1 !important;
|
|
1563
|
-
background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1)) !important;
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.bg-violet-600 {
|
|
1567
|
-
--tw-bg-opacity: 1 !important;
|
|
1568
|
-
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1)) !important;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
.bg-violet-600\/10 {
|
|
1572
|
-
background-color: rgb(124 58 237 / 0.1) !important;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
.bg-violet-700\/90 {
|
|
1576
|
-
background-color: rgb(109 40 217 / 0.9) !important;
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
|
-
.bg-violet-900\/20 {
|
|
1580
|
-
background-color: rgb(76 29 149 / 0.2) !important;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
.bg-white {
|
|
1584
|
-
--tw-bg-opacity: 1 !important;
|
|
1585
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
.bg-white\/10 {
|
|
1589
|
-
background-color: rgb(255 255 255 / 0.1) !important;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
.bg-white\/\[0\.06\] {
|
|
1593
|
-
background-color: rgb(255 255 255 / 0.06) !important;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.bg-zinc-500\/90 {
|
|
1597
|
-
background-color: rgb(113 113 122 / 0.9) !important;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
.bg-zinc-600 {
|
|
1601
|
-
--tw-bg-opacity: 1 !important;
|
|
1602
|
-
background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1)) !important;
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
.bg-zinc-600\/90 {
|
|
1606
|
-
background-color: rgb(82 82 91 / 0.9) !important;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.bg-zinc-700\/55 {
|
|
1610
|
-
background-color: rgb(63 63 70 / 0.55) !important;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
.bg-zinc-700\/70 {
|
|
1614
|
-
background-color: rgb(63 63 70 / 0.7) !important;
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
.bg-zinc-800 {
|
|
1618
|
-
--tw-bg-opacity: 1 !important;
|
|
1619
|
-
background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)) !important;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.bg-zinc-800\/80 {
|
|
1623
|
-
background-color: rgb(39 39 42 / 0.8) !important;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.bg-zinc-800\/90 {
|
|
1627
|
-
background-color: rgb(39 39 42 / 0.9) !important;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.bg-zinc-900 {
|
|
1631
|
-
--tw-bg-opacity: 1 !important;
|
|
1632
|
-
background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1)) !important;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
.bg-gradient-to-b {
|
|
1636
|
-
background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
.from-\[\#252038\] {
|
|
1640
|
-
--tw-gradient-from: #252038 var(--tw-gradient-from-position) !important;
|
|
1641
|
-
--tw-gradient-to: rgb(37 32 56 / 0) var(--tw-gradient-to-position) !important;
|
|
1642
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.from-slate-100 {
|
|
1646
|
-
--tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position) !important;
|
|
1647
|
-
--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position) !important;
|
|
1648
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.from-violet-50 {
|
|
1652
|
-
--tw-gradient-from: #f5f3ff var(--tw-gradient-from-position) !important;
|
|
1653
|
-
--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position) !important;
|
|
1654
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
.from-violet-950 {
|
|
1658
|
-
--tw-gradient-from: #2e1065 var(--tw-gradient-from-position) !important;
|
|
1659
|
-
--tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position) !important;
|
|
1660
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
.to-\[\#1a1628\] {
|
|
1664
|
-
--tw-gradient-to: #1a1628 var(--tw-gradient-to-position) !important;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.to-\[\#1a1a22\] {
|
|
1668
|
-
--tw-gradient-to: #1a1a22 var(--tw-gradient-to-position) !important;
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
.to-slate-50 {
|
|
1672
|
-
--tw-gradient-to: #f8fafc var(--tw-gradient-to-position) !important;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
.to-white {
|
|
1676
|
-
--tw-gradient-to: #fff var(--tw-gradient-to-position) !important;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
.p-1 {
|
|
1680
|
-
padding: 0.25rem !important;
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
.p-2 {
|
|
1684
|
-
padding: 0.5rem !important;
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
.p-3 {
|
|
1688
|
-
padding: 0.75rem !important;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
.p-4 {
|
|
1692
|
-
padding: 1rem !important;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
.p-5 {
|
|
1696
|
-
padding: 1.25rem !important;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
.p-6 {
|
|
1700
|
-
padding: 1.5rem !important;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
.px-0\.5 {
|
|
1704
|
-
padding-left: 0.125rem !important;
|
|
1705
|
-
padding-right: 0.125rem !important;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
.px-1 {
|
|
1709
|
-
padding-left: 0.25rem !important;
|
|
1710
|
-
padding-right: 0.25rem !important;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.px-1\.5 {
|
|
1714
|
-
padding-left: 0.375rem !important;
|
|
1715
|
-
padding-right: 0.375rem !important;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.px-2 {
|
|
1719
|
-
padding-left: 0.5rem !important;
|
|
1720
|
-
padding-right: 0.5rem !important;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.px-2\.5 {
|
|
1724
|
-
padding-left: 0.625rem !important;
|
|
1725
|
-
padding-right: 0.625rem !important;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
.px-3 {
|
|
1729
|
-
padding-left: 0.75rem !important;
|
|
1730
|
-
padding-right: 0.75rem !important;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
.px-4 {
|
|
1734
|
-
padding-left: 1rem !important;
|
|
1735
|
-
padding-right: 1rem !important;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
.px-5 {
|
|
1739
|
-
padding-left: 1.25rem !important;
|
|
1740
|
-
padding-right: 1.25rem !important;
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
.px-6 {
|
|
1744
|
-
padding-left: 1.5rem !important;
|
|
1745
|
-
padding-right: 1.5rem !important;
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
.py-0\.5 {
|
|
1749
|
-
padding-top: 0.125rem !important;
|
|
1750
|
-
padding-bottom: 0.125rem !important;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
.py-1 {
|
|
1754
|
-
padding-top: 0.25rem !important;
|
|
1755
|
-
padding-bottom: 0.25rem !important;
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
.py-1\.5 {
|
|
1759
|
-
padding-top: 0.375rem !important;
|
|
1760
|
-
padding-bottom: 0.375rem !important;
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
.py-2 {
|
|
1764
|
-
padding-top: 0.5rem !important;
|
|
1765
|
-
padding-bottom: 0.5rem !important;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
.py-2\.5 {
|
|
1769
|
-
padding-top: 0.625rem !important;
|
|
1770
|
-
padding-bottom: 0.625rem !important;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
.py-3 {
|
|
1774
|
-
padding-top: 0.75rem !important;
|
|
1775
|
-
padding-bottom: 0.75rem !important;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
.py-4 {
|
|
1779
|
-
padding-top: 1rem !important;
|
|
1780
|
-
padding-bottom: 1rem !important;
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
.pb-1 {
|
|
1784
|
-
padding-bottom: 0.25rem !important;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.pb-2 {
|
|
1788
|
-
padding-bottom: 0.5rem !important;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
.pl-4 {
|
|
1792
|
-
padding-left: 1rem !important;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
.pr-11 {
|
|
1796
|
-
padding-right: 2.75rem !important;
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
.pt-0\.5 {
|
|
1800
|
-
padding-top: 0.125rem !important;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
.pt-1\.5 {
|
|
1804
|
-
padding-top: 0.375rem !important;
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
.pt-2 {
|
|
1808
|
-
padding-top: 0.5rem !important;
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
.text-left {
|
|
1812
|
-
text-align: left !important;
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
.text-center {
|
|
1816
|
-
text-align: center !important;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
.text-right {
|
|
1820
|
-
text-align: right !important;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.align-top {
|
|
1824
|
-
vertical-align: top !important;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.text-2xl {
|
|
1828
|
-
font-size: 1.5rem !important;
|
|
1829
|
-
line-height: 2rem !important;
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
.text-3xl {
|
|
1833
|
-
font-size: 1.875rem !important;
|
|
1834
|
-
line-height: 2.25rem !important;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
.text-\[10px\] {
|
|
1838
|
-
font-size: 10px !important;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.text-\[11px\] {
|
|
1842
|
-
font-size: 11px !important;
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.text-\[13px\] {
|
|
1846
|
-
font-size: 13px !important;
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
.text-\[16px\] {
|
|
1850
|
-
font-size: 16px !important;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.text-\[20px\] {
|
|
1854
|
-
font-size: 20px !important;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.text-\[22px\] {
|
|
1858
|
-
font-size: 22px !important;
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.text-base {
|
|
1862
|
-
font-size: 1rem !important;
|
|
1863
|
-
line-height: 1.5rem !important;
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
.text-lg {
|
|
1867
|
-
font-size: 1.125rem !important;
|
|
1868
|
-
line-height: 1.75rem !important;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.text-sm {
|
|
1872
|
-
font-size: 0.875rem !important;
|
|
1873
|
-
line-height: 1.25rem !important;
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
.text-xl {
|
|
1877
|
-
font-size: 1.25rem !important;
|
|
1878
|
-
line-height: 1.75rem !important;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
.text-xs {
|
|
1882
|
-
font-size: 0.75rem !important;
|
|
1883
|
-
line-height: 1rem !important;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.font-bold {
|
|
1887
|
-
font-weight: 700 !important;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.font-medium {
|
|
1891
|
-
font-weight: 500 !important;
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
.font-semibold {
|
|
1895
|
-
font-weight: 600 !important;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
.uppercase {
|
|
1899
|
-
text-transform: uppercase !important;
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
.lowercase {
|
|
1903
|
-
text-transform: lowercase !important;
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.tabular-nums {
|
|
1907
|
-
--tw-numeric-spacing: tabular-nums !important;
|
|
1908
|
-
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.leading-none {
|
|
1912
|
-
line-height: 1 !important;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.leading-snug {
|
|
1916
|
-
line-height: 1.375 !important;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.leading-tight {
|
|
1920
|
-
line-height: 1.25 !important;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.tracking-\[0\.14em\] {
|
|
1924
|
-
letter-spacing: 0.14em !important;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.tracking-\[0\.24em\] {
|
|
1928
|
-
letter-spacing: 0.24em !important;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.tracking-tight {
|
|
1932
|
-
letter-spacing: -0.025em !important;
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
.text-\[\#8f86a9\] {
|
|
1936
|
-
--tw-text-opacity: 1 !important;
|
|
1937
|
-
color: rgb(143 134 169 / var(--tw-text-opacity, 1)) !important;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.text-amber-300 {
|
|
1941
|
-
--tw-text-opacity: 1 !important;
|
|
1942
|
-
color: rgb(252 211 77 / var(--tw-text-opacity, 1)) !important;
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
.text-amber-600 {
|
|
1946
|
-
--tw-text-opacity: 1 !important;
|
|
1947
|
-
color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important;
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
.text-red-100 {
|
|
1951
|
-
--tw-text-opacity: 1 !important;
|
|
1952
|
-
color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !important;
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
.text-red-300 {
|
|
1956
|
-
--tw-text-opacity: 1 !important;
|
|
1957
|
-
color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
.text-red-600 {
|
|
1961
|
-
--tw-text-opacity: 1 !important;
|
|
1962
|
-
color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.text-slate-100 {
|
|
1966
|
-
--tw-text-opacity: 1 !important;
|
|
1967
|
-
color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.text-slate-200 {
|
|
1971
|
-
--tw-text-opacity: 1 !important;
|
|
1972
|
-
color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
.text-slate-300 {
|
|
1976
|
-
--tw-text-opacity: 1 !important;
|
|
1977
|
-
color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
.text-slate-400 {
|
|
1981
|
-
--tw-text-opacity: 1 !important;
|
|
1982
|
-
color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.text-slate-500 {
|
|
1986
|
-
--tw-text-opacity: 1 !important;
|
|
1987
|
-
color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.text-slate-600 {
|
|
1991
|
-
--tw-text-opacity: 1 !important;
|
|
1992
|
-
color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.text-slate-700 {
|
|
1996
|
-
--tw-text-opacity: 1 !important;
|
|
1997
|
-
color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
.text-slate-800 {
|
|
2001
|
-
--tw-text-opacity: 1 !important;
|
|
2002
|
-
color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.text-slate-900 {
|
|
2006
|
-
--tw-text-opacity: 1 !important;
|
|
2007
|
-
color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
.text-violet-100 {
|
|
2011
|
-
--tw-text-opacity: 1 !important;
|
|
2012
|
-
color: rgb(237 233 254 / var(--tw-text-opacity, 1)) !important;
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.text-violet-200 {
|
|
2016
|
-
--tw-text-opacity: 1 !important;
|
|
2017
|
-
color: rgb(221 214 254 / var(--tw-text-opacity, 1)) !important;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.text-violet-300 {
|
|
2021
|
-
--tw-text-opacity: 1 !important;
|
|
2022
|
-
color: rgb(196 181 253 / var(--tw-text-opacity, 1)) !important;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.text-violet-50 {
|
|
2026
|
-
--tw-text-opacity: 1 !important;
|
|
2027
|
-
color: rgb(245 243 255 / var(--tw-text-opacity, 1)) !important;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
.text-violet-800 {
|
|
2031
|
-
--tw-text-opacity: 1 !important;
|
|
2032
|
-
color: rgb(91 33 182 / var(--tw-text-opacity, 1)) !important;
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
.text-white {
|
|
2036
|
-
--tw-text-opacity: 1 !important;
|
|
2037
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
.text-white\/90 {
|
|
2041
|
-
color: rgb(255 255 255 / 0.9) !important;
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
.text-zinc-100 {
|
|
2045
|
-
--tw-text-opacity: 1 !important;
|
|
2046
|
-
color: rgb(244 244 245 / var(--tw-text-opacity, 1)) !important;
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.text-zinc-200 {
|
|
2050
|
-
--tw-text-opacity: 1 !important;
|
|
2051
|
-
color: rgb(228 228 231 / var(--tw-text-opacity, 1)) !important;
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
.text-zinc-200\/90 {
|
|
2055
|
-
color: rgb(228 228 231 / 0.9) !important;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
.text-zinc-300 {
|
|
2059
|
-
--tw-text-opacity: 1 !important;
|
|
2060
|
-
color: rgb(212 212 216 / var(--tw-text-opacity, 1)) !important;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.text-zinc-300\/80 {
|
|
2064
|
-
color: rgb(212 212 216 / 0.8) !important;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.text-zinc-300\/90 {
|
|
2068
|
-
color: rgb(212 212 216 / 0.9) !important;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.text-zinc-400 {
|
|
2072
|
-
--tw-text-opacity: 1 !important;
|
|
2073
|
-
color: rgb(161 161 170 / var(--tw-text-opacity, 1)) !important;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.text-zinc-500 {
|
|
2077
|
-
--tw-text-opacity: 1 !important;
|
|
2078
|
-
color: rgb(113 113 122 / var(--tw-text-opacity, 1)) !important;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.text-zinc-600 {
|
|
2082
|
-
--tw-text-opacity: 1 !important;
|
|
2083
|
-
color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
|
-
.underline {
|
|
2087
|
-
text-decoration-line: underline !important;
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
.opacity-60 {
|
|
2091
|
-
opacity: 0.6 !important;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.opacity-80 {
|
|
2095
|
-
opacity: 0.8 !important;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
.opacity-85 {
|
|
2099
|
-
opacity: 0.85 !important;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.opacity-90 {
|
|
2103
|
-
opacity: 0.9 !important;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
.shadow {
|
|
2107
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
|
|
2108
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
|
|
2109
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
.shadow-2xl {
|
|
2113
|
-
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
|
|
2114
|
-
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
|
|
2115
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\] {
|
|
2119
|
-
--tw-shadow: 0 0 10px rgba(16,185,129,0.65) !important;
|
|
2120
|
-
--tw-shadow-colored: 0 0 10px var(--tw-shadow-color) !important;
|
|
2121
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
.shadow-\[0_30px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\] {
|
|
2125
|
-
--tw-shadow: 0 30px 80px rgba(15,23,42,0.16) !important;
|
|
2126
|
-
--tw-shadow-colored: 0 30px 80px var(--tw-shadow-color) !important;
|
|
2127
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
|
|
2131
|
-
--tw-shadow: 0 6px 12px rgba(0,0,0,0.08) !important;
|
|
2132
|
-
--tw-shadow-colored: 0 6px 12px var(--tw-shadow-color) !important;
|
|
2133
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
|
|
2137
|
-
--tw-shadow: 0 8px 16px rgba(0,0,0,0.06) !important;
|
|
2138
|
-
--tw-shadow-colored: 0 8px 16px var(--tw-shadow-color) !important;
|
|
2139
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
|
|
2143
|
-
--tw-shadow: 8px 0 16px rgba(0,0,0,0.06) !important;
|
|
2144
|
-
--tw-shadow-colored: 8px 0 16px var(--tw-shadow-color) !important;
|
|
2145
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
|
|
2149
|
-
--tw-shadow: 8px 0 16px rgba(0,0,0,0.08) !important;
|
|
2150
|
-
--tw-shadow-colored: 8px 0 16px var(--tw-shadow-color) !important;
|
|
2151
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
.shadow-lg {
|
|
2155
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
|
|
2156
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
|
|
2157
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
.shadow-sm {
|
|
2161
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
|
|
2162
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
|
|
2163
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
.shadow-black\/40 {
|
|
2167
|
-
--tw-shadow-color: rgb(0 0 0 / 0.4) !important;
|
|
2168
|
-
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
.outline-none {
|
|
2172
|
-
outline: 2px solid transparent !important;
|
|
2173
|
-
outline-offset: 2px !important;
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
.outline {
|
|
2177
|
-
outline-style: solid !important;
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
.ring {
|
|
2181
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
2182
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
2183
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
.ring-1 {
|
|
2187
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
2188
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
2189
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
.ring-2 {
|
|
2193
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
2194
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
2195
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
|
-
.ring-inset {
|
|
2199
|
-
--tw-ring-inset: inset !important;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
.ring-red-400\/75 {
|
|
2203
|
-
--tw-ring-color: rgb(248 113 113 / 0.75) !important;
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
.ring-violet-400\/60 {
|
|
2207
|
-
--tw-ring-color: rgb(167 139 250 / 0.6) !important;
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
.ring-violet-400\/70 {
|
|
2211
|
-
--tw-ring-color: rgb(167 139 250 / 0.7) !important;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
.ring-violet-400\/75 {
|
|
2215
|
-
--tw-ring-color: rgb(167 139 250 / 0.75) !important;
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
.ring-violet-500\/70 {
|
|
2219
|
-
--tw-ring-color: rgb(139 92 246 / 0.7) !important;
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
.ring-zinc-600\/40 {
|
|
2223
|
-
--tw-ring-color: rgb(82 82 91 / 0.4) !important;
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
.blur {
|
|
2227
|
-
--tw-blur: blur(8px) !important;
|
|
2228
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
.grayscale-\[0\.15\] {
|
|
2232
|
-
--tw-grayscale: grayscale(0.15) !important;
|
|
2233
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
.grayscale-\[0\.2\] {
|
|
2237
|
-
--tw-grayscale: grayscale(0.2) !important;
|
|
2238
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
.invert {
|
|
2242
|
-
--tw-invert: invert(100%) !important;
|
|
2243
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
.\!filter {
|
|
2247
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
.filter {
|
|
2251
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
.backdrop-blur-\[2px\] {
|
|
2255
|
-
--tw-backdrop-blur: blur(2px) !important;
|
|
2256
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
.backdrop-blur-sm {
|
|
2260
|
-
--tw-backdrop-blur: blur(4px) !important;
|
|
2261
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
.backdrop-blur-xl {
|
|
2265
|
-
--tw-backdrop-blur: blur(24px) !important;
|
|
2266
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
.backdrop-filter {
|
|
2270
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
.transition {
|
|
2274
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
|
|
2275
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2276
|
-
transition-duration: 150ms !important;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
.transition-\[padding-right\] {
|
|
2280
|
-
transition-property: padding-right !important;
|
|
2281
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2282
|
-
transition-duration: 150ms !important;
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
.transition-colors {
|
|
2286
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
|
|
2287
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2288
|
-
transition-duration: 150ms !important;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
.transition-transform {
|
|
2292
|
-
transition-property: transform !important;
|
|
2293
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2294
|
-
transition-duration: 150ms !important;
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
.duration-200 {
|
|
2298
|
-
transition-duration: 200ms !important;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
.ease-in-out {
|
|
2302
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.ease-out {
|
|
2306
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
.\[color-scheme\:dark\] {
|
|
2310
|
-
color-scheme: dark !important;
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
.\[color-scheme\:light\] {
|
|
2314
|
-
color-scheme: light !important;
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.last\:border-b-0:last-child {
|
|
2318
|
-
border-bottom-width: 0px !important;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.hover\:bg-slate-100:hover {
|
|
2322
|
-
--tw-bg-opacity: 1 !important;
|
|
2323
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
.hover\:bg-slate-50:hover {
|
|
2327
|
-
--tw-bg-opacity: 1 !important;
|
|
2328
|
-
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
.hover\:bg-slate-800:hover {
|
|
2332
|
-
--tw-bg-opacity: 1 !important;
|
|
2333
|
-
background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
.active\:bg-white\/\[0\.07\]:active {
|
|
2337
|
-
background-color: rgb(255 255 255 / 0.07) !important;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
.disabled\:opacity-50:disabled {
|
|
2341
|
-
opacity: 0.5 !important;
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
@media (min-width: 640px) {
|
|
2345
|
-
.sm\:flex-row {
|
|
2346
|
-
flex-direction: row !important;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
.sm\:items-center {
|
|
2350
|
-
align-items: center !important;
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
.sm\:px-2 {
|
|
2354
|
-
padding-left: 0.5rem !important;
|
|
2355
|
-
padding-right: 0.5rem !important;
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
.sm\:px-4 {
|
|
2359
|
-
padding-left: 1rem !important;
|
|
2360
|
-
padding-right: 1rem !important;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
.sm\:py-3 {
|
|
2364
|
-
padding-top: 0.75rem !important;
|
|
2365
|
-
padding-bottom: 0.75rem !important;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
.sm\:text-\[11px\] {
|
|
2369
|
-
font-size: 11px !important;
|
|
2370
|
-
}
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
@media (min-width: 768px) {
|
|
2374
|
-
.md\:grid-cols-2 {
|
|
2375
|
-
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
|
-
.md\:grid-cols-3 {
|
|
2379
|
-
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
.md\:items-center {
|
|
2383
|
-
align-items: center !important;
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
.md\:rounded-3xl {
|
|
2387
|
-
border-radius: 1.5rem !important;
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
.md\:p-4 {
|
|
2391
|
-
padding: 1rem !important;
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
.md\:p-6 {
|
|
2395
|
-
padding: 1.5rem !important;
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
.md\:p-8 {
|
|
2399
|
-
padding: 2rem !important;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
.md\:px-6 {
|
|
2403
|
-
padding-left: 1.5rem !important;
|
|
2404
|
-
padding-right: 1.5rem !important;
|
|
2405
|
-
}
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
.\[\&\:\:-webkit-calendar-picker-indicator\]\:ml-auto::-webkit-calendar-picker-indicator {
|
|
2409
|
-
margin-left: auto !important;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
.\[\&\:\:-webkit-calendar-picker-indicator\]\:mr-1::-webkit-calendar-picker-indicator {
|
|
2413
|
-
margin-right: 0.25rem !important;
|
|
2414
|
-
}
|
|
1
|
+
.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.\!visible,.visible{visibility:visible!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-6{inset:1.5rem!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.inset-y-4{top:1rem!important;bottom:1rem!important}.-left-1{left:-.25rem!important}.-left-16{left:-4rem!important}.-right-2{right:-.5rem!important}.-top-1{top:-.25rem!important}.bottom-0{bottom:0!important}.bottom-2{bottom:.5rem!important}.bottom-3{bottom:.75rem!important}.bottom-6{bottom:1.5rem!important}.bottom-\[-22px\]{bottom:-22px!important}.bottom-\[calc\(100\%\+10px\)\]{bottom:calc(100% + 10px)!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-2{left:.5rem!important}.left-3{left:.75rem!important}.left-4{left:1rem!important}.left-\[144px\]{left:144px!important}.right-0{right:0!important}.right-1{right:.25rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-4{top:1rem!important}.top-5{top:1.25rem!important}.top-6{top:1.5rem!important}.top-\[60px\]{top:60px!important}.top-\[calc\(100\%\+12px\)\]{top:calc(100% + 12px)!important}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)!important}.top-full{top:100%!important}.isolate{isolation:isolate!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-\[45\]{z-index:45!important}.z-\[60\]{z-index:60!important}.z-\[69\]{z-index:69!important}.z-\[70\]{z-index:70!important}.z-\[71\]{z-index:71!important}.z-\[72\]{z-index:72!important}.z-\[73\]{z-index:73!important}.z-\[74\]{z-index:74!important}.z-\[75\]{z-index:75!important}.z-\[76\]{z-index:76!important}.z-\[77\]{z-index:77!important}.z-\[86\]{z-index:86!important}.z-\[87\]{z-index:87!important}.z-\[88\]{z-index:88!important}.z-\[89\]{z-index:89!important}.z-\[90\]{z-index:90!important}.col-span-2{grid-column:span 2/span 2!important}.row-span-2{grid-row:span 2/span 2!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.-mt-1{margin-top:-.25rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2\.5{margin-bottom:.625rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-1{margin-left:.25rem!important}.ml-auto{margin-left:auto!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-1\.5{margin-top:.375rem!important}.mt-10{margin-top:2.5rem!important}.mt-2{margin-top:.5rem!important}.mt-2\.5{margin-top:.625rem!important}.mt-3{margin-top:.75rem!important}.mt-3\.5{margin-top:.875rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-auto{margin-top:auto!important}.line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.\!block,.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.table-row{display:table-row!important}.\!grid,.grid{display:grid!important}.contents{display:contents!important}.list-item{display:list-item!important}.hidden{display:none!important}.h-1{height:.25rem!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.h-20{height:5rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-7{height:1.75rem!important}.h-8{height:2rem!important}.h-9{height:2.25rem!important}.h-\[3px\]{height:3px!important}.h-\[52px\]{height:52px!important}.h-\[calc\(100\%-88px\)\]{height:calc(100% - 88px)!important}.h-full{height:100%!important}.h-px{height:1px!important}.max-h-\[240px\]{max-height:240px!important}.max-h-\[62vh\]{max-height:62vh!important}.max-h-\[72vh\]{max-height:72vh!important}.max-h-\[82vh\]{max-height:82vh!important}.max-h-\[90vh\]{max-height:90vh!important}.max-h-\[92vh\]{max-height:92vh!important}.max-h-none{max-height:none!important}.min-h-0{min-height:0!important}.min-h-\[110px\]{min-height:110px!important}.min-h-\[120px\]{min-height:120px!important}.min-h-\[148px\]{min-height:148px!important}.min-h-\[160px\]{min-height:160px!important}.min-h-\[52px\]{min-height:52px!important}.min-h-\[56px\]{min-height:56px!important}.min-h-\[66px\]{min-height:66px!important}.min-h-\[92px\]{min-height:92px!important}.min-h-screen{min-height:100vh!important}.w-0{width:0!important}.w-1\/2{width:50%!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.w-14{width:3.5rem!important}.w-16{width:4rem!important}.w-2\.5{width:.625rem!important}.w-20{width:5rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-5{width:1.25rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-\[132px\]{width:132px!important}.w-\[2px\]{width:2px!important}.w-\[300px\]{width:300px!important}.w-\[320px\]{width:320px!important}.w-\[38\%\]{width:38%!important}.w-\[52px\]{width:52px!important}.w-\[min\(520px\2c calc\(100vw-32px\)\)\]{width:min(520px,calc(100vw - 32px))!important}.w-\[min\(92vw\2c 520px\)\]{width:min(92vw,520px)!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-px{width:1px!important}.min-w-0{min-width:0!important}.min-w-7{min-width:1.75rem!important}.min-w-\[132px\]{min-width:132px!important}.min-w-\[150px\]{min-width:150px!important}.min-w-\[18px\]{min-width:18px!important}.min-w-\[20px\]{min-width:20px!important}.min-w-\[240px\]{min-width:240px!important}.min-w-\[62px\]{min-width:62px!important}.min-w-\[980px\]{min-width:980px!important}.max-w-4xl{max-width:56rem!important}.max-w-\[1120px\]{max-width:1120px!important}.max-w-\[132px\]{max-width:132px!important}.max-w-\[1500px\]{max-width:1500px!important}.max-w-\[420px\]{max-width:420px!important}.max-w-\[520px\]{max-width:520px!important}.max-w-\[620px\]{max-width:620px!important}.max-w-\[640px\]{max-width:640px!important}.max-w-\[720px\]{max-width:720px!important}.max-w-\[760px\]{max-width:760px!important}.max-w-\[92vw\]{max-width:92vw!important}.max-w-\[980px\]{max-width:980px!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.flex-1{flex:1 1 0%!important}.flex-shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y:-50%!important}.translate-y-0{--tw-translate-y:0px!important}.translate-y-0,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-full{--tw-translate-y:100%!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-0{--tw-rotate:0deg!important}.rotate-180{--tw-rotate:180deg!important}.rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.animate-\[fadeIn_\.22s_ease\]{animation:fadeIn .22s ease!important}.animate-\[slideLeft_\.26s_ease\]{animation:slideLeft .26s ease!important}.animate-\[slideRight_\.26s_ease\]{animation:slideRight .26s ease!important}.animate-\[toastBar_3\.8s_linear_forwards\]{animation:toastBar 3.8s linear forwards!important}.animate-\[toastIn_\.22s_ease\]{animation:toastIn .22s ease!important}.cursor-default{cursor:default!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.touch-pan-x{--tw-pan-x:pan-x!important}.touch-pan-x,.touch-pan-y{touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-y{--tw-pan-y:pan-y!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.resize{resize:both!important}.auto-rows-\[255px\]{grid-auto-rows:255px!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-\[1\.02fr_1fr\]{grid-template-columns:1.02fr 1fr!important}.grid-cols-\[1\.2fr_1\.2fr_1\.1fr_1\.6fr_\.8fr\]{grid-template-columns:1.2fr 1.2fr 1.1fr 1.6fr .8fr!important}.grid-cols-\[4fr_2fr_1fr\]{grid-template-columns:4fr 2fr 1fr!important}.grid-cols-\[78px_1fr\]{grid-template-columns:78px 1fr!important}.grid-cols-\[92px_20px_1fr\]{grid-template-columns:92px 20px 1fr!important}.grid-cols-\[repeat\(auto-fit\2c minmax\(220px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-8{gap:2rem!important}.gap-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.gap-x-3{-moz-column-gap:.75rem!important;column-gap:.75rem!important}.gap-x-4{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-1\.5{row-gap:.375rem!important}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.125rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.125rem*var(--tw-space-y-reverse))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))!important}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.375rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.375rem*var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.5rem*var(--tw-space-y-reverse))!important}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.625rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.625rem*var(--tw-space-y-reverse))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.75rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.75rem*var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))!important}.self-start{align-self:flex-start!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overscroll-contain{overscroll-behavior:contain!important}.overscroll-none{overscroll-behavior:none!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important}.truncate,.whitespace-nowrap{white-space:nowrap!important}.text-wrap{text-wrap:wrap!important}.break-all{word-break:break-all!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-\[12px\]{border-radius:12px!important}.rounded-\[16px\]{border-radius:16px!important}.rounded-\[18px\]{border-radius:18px!important}.rounded-\[20px\]{border-radius:20px!important}.rounded-\[22px\]{border-radius:22px!important}.rounded-\[24px\]{border-radius:24px!important}.rounded-\[28px\]{border-radius:28px!important}.rounded-\[30px\]{border-radius:30px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-b-\[24px\]{border-bottom-right-radius:24px!important;border-bottom-left-radius:24px!important}.rounded-t-3xl{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.rounded-t-\[28px\]{border-top-left-radius:28px!important;border-top-right-radius:28px!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-b{border-bottom-width:1px!important}.border-b-4{border-bottom-width:4px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-dashed{border-style:dashed!important}.border-\[\#d8d0eb\]{--tw-border-opacity:1!important;border-color:rgb(216 208 235/var(--tw-border-opacity,1))!important}.border-\[var\(--border-soft\)\]{border-color:var(--border-soft)!important}.border-\[var\(--border-strong\)\]{border-color:var(--border-strong)!important}.border-\[var\(--brand-light\)\]{border-color:var(--brand-light)!important}.border-amber-200\/35{border-color:rgba(253,230,138,.35)!important}.border-amber-400\/35{border-color:rgba(251,191,36,.35)!important}.border-amber-400\/80{border-color:rgba(251,191,36,.8)!important}.border-amber-400\/95{border-color:rgba(251,191,36,.95)!important}.border-amber-500\/35{border-color:rgba(245,158,11,.35)!important}.border-amber-500\/40{border-color:rgba(245,158,11,.4)!important}.border-black\/10{border-color:rgba(0,0,0,.1)!important}.border-black\/15{border-color:rgba(0,0,0,.15)!important}.border-black\/5{border-color:rgba(0,0,0,.05)!important}.border-cyan-300\/35{border-color:rgba(103,232,249,.35)!important}.border-cyan-500\/40{border-color:rgba(6,182,212,.4)!important}.border-emerald-300\/35{border-color:rgba(110,231,183,.35)!important}.border-emerald-500\/35{border-color:rgba(16,185,129,.35)!important}.border-emerald-500\/40{border-color:rgba(16,185,129,.4)!important}.border-red-200{--tw-border-opacity:1!important;border-color:rgb(254 202 202/var(--tw-border-opacity,1))!important}.border-red-300\/35{border-color:rgba(252,165,165,.35)!important}.border-red-300\/55{border-color:rgba(252,165,165,.55)!important}.border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.border-red-400\/75{border-color:rgba(248,113,113,.75)!important}.border-red-500\/30{border-color:rgba(239,68,68,.3)!important}.border-red-500\/70{border-color:rgba(239,68,68,.7)!important}.border-red-700\/50{border-color:rgba(185,28,28,.5)!important}.border-red-800\/40{border-color:rgba(153,27,27,.4)!important}.border-slate-200{border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.border-slate-200,.border-slate-300{--tw-border-opacity:1!important}.border-slate-300{border-color:rgb(203 213 225/var(--tw-border-opacity,1))!important}.border-violet-300{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.border-violet-300\/30{border-color:rgba(196,181,253,.3)!important}.border-violet-400{--tw-border-opacity:1!important;border-color:rgb(167 139 250/var(--tw-border-opacity,1))!important}.border-violet-400\/20{border-color:rgba(167,139,250,.2)!important}.border-violet-400\/40{border-color:rgba(167,139,250,.4)!important}.border-violet-500{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.border-violet-500\/30{border-color:rgba(139,92,246,.3)!important}.border-violet-500\/35{border-color:rgba(139,92,246,.35)!important}.border-white\/10{border-color:hsla(0,0%,100%,.1)!important}.border-white\/25{border-color:hsla(0,0%,100%,.25)!important}.border-white\/55{border-color:hsla(0,0%,100%,.55)!important}.border-zinc-100{--tw-border-opacity:1!important;border-color:rgb(244 244 245/var(--tw-border-opacity,1))!important}.border-zinc-300\/30{border-color:rgba(212,212,216,.3)!important}.border-zinc-300\/45{border-color:rgba(212,212,216,.45)!important}.border-zinc-400\/45{border-color:rgba(161,161,170,.45)!important}.border-zinc-500\/70{border-color:rgba(113,113,122,.7)!important}.border-zinc-600{border-color:rgb(82 82 91/var(--tw-border-opacity,1))!important}.border-zinc-600,.border-zinc-700{--tw-border-opacity:1!important}.border-zinc-700{border-color:rgb(63 63 70/var(--tw-border-opacity,1))!important}.border-zinc-800{--tw-border-opacity:1!important;border-color:rgb(39 39 42/var(--tw-border-opacity,1))!important}.border-zinc-800\/80{border-color:rgba(39,39,42,.8)!important}.border-b-transparent{border-bottom-color:transparent!important}.border-l-black\/20{border-left-color:rgba(0,0,0,.2)!important}.border-l-transparent{border-left-color:transparent!important}.bg-\[\#0f121b\]{--tw-bg-opacity:1!important;background-color:rgb(15 18 27/var(--tw-bg-opacity,1))!important}.bg-\[\#101117\]{--tw-bg-opacity:1!important;background-color:rgb(16 17 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111111\]{--tw-bg-opacity:1!important;background-color:rgb(17 17 17/var(--tw-bg-opacity,1))!important}.bg-\[\#111217\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111218\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 24/var(--tw-bg-opacity,1))!important}.bg-\[\#11162a\]{background-color:rgb(17 22 42/var(--tw-bg-opacity,1))!important}.bg-\[\#111\],.bg-\[\#11162a\]{--tw-bg-opacity:1!important}.bg-\[\#111\]{background-color:rgb(17 17 17/var(--tw-bg-opacity,1))!important}.bg-\[\#121217\]{--tw-bg-opacity:1!important;background-color:rgb(18 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#151220\]{--tw-bg-opacity:1!important;background-color:rgb(21 18 32/var(--tw-bg-opacity,1))!important}.bg-\[\#151822\]{--tw-bg-opacity:1!important;background-color:rgb(21 24 34/var(--tw-bg-opacity,1))!important}.bg-\[\#151a2f\]{--tw-bg-opacity:1!important;background-color:rgb(21 26 47/var(--tw-bg-opacity,1))!important}.bg-\[\#171820\]{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1510\]\/90{background-color:rgba(26,21,16,.9)!important}.bg-\[\#1a1a22\]{--tw-bg-opacity:1!important;background-color:rgb(26 26 34/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1b21\]{--tw-bg-opacity:1!important;background-color:rgb(26 27 33/var(--tw-bg-opacity,1))!important}.bg-\[\#1c1630\]{--tw-bg-opacity:1!important;background-color:rgb(28 22 48/var(--tw-bg-opacity,1))!important}.bg-\[\#241d40\]{--tw-bg-opacity:1!important;background-color:rgb(36 29 64/var(--tw-bg-opacity,1))!important}.bg-\[\#2a2048\]{--tw-bg-opacity:1!important;background-color:rgb(42 32 72/var(--tw-bg-opacity,1))!important}.bg-\[\#ea1018\]{--tw-bg-opacity:1!important;background-color:rgb(234 16 24/var(--tw-bg-opacity,1))!important}.bg-\[\#eef7f3\]{--tw-bg-opacity:1!important;background-color:rgb(238 247 243/var(--tw-bg-opacity,1))!important}.bg-\[\#f5f5f3\]{--tw-bg-opacity:1!important;background-color:rgb(245 245 243/var(--tw-bg-opacity,1))!important}.bg-\[\#faf7f4\]{--tw-bg-opacity:1!important;background-color:rgb(250 247 244/var(--tw-bg-opacity,1))!important}.bg-\[\#fafafa\]{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.bg-\[\#fff0f1\]{--tw-bg-opacity:1!important;background-color:rgb(255 240 241/var(--tw-bg-opacity,1))!important}.bg-\[\#fff4f4\]{--tw-bg-opacity:1!important;background-color:rgb(255 244 244/var(--tw-bg-opacity,1))!important}.bg-\[\#fff4f6\]{--tw-bg-opacity:1!important;background-color:rgb(255 244 246/var(--tw-bg-opacity,1))!important}.bg-\[\#fff7e8\]{--tw-bg-opacity:1!important;background-color:rgb(255 247 232/var(--tw-bg-opacity,1))!important}.bg-\[\#fff7f7\]{--tw-bg-opacity:1!important;background-color:rgb(255 247 247/var(--tw-bg-opacity,1))!important}.bg-\[rgba\(15\2c 18\2c 27\2c 0\.96\)\]{background-color:rgba(15,18,27,.96)!important}.bg-\[rgba\(248\2c 250\2c 252\2c 0\.96\)\]{background-color:rgba(248,250,252,.96)!important}.bg-\[var\(--bg-input\)\]{background-color:var(--bg-input)!important}.bg-\[var\(--brand-primary\)\]{background-color:var(--brand-primary)!important}.bg-\[var\(--brand-surface\)\]{background-color:var(--brand-surface)!important}.bg-amber-400\/10{background-color:rgba(251,191,36,.1)!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-amber-500\/15{background-color:rgba(245,158,11,.15)!important}.bg-amber-500\/20{background-color:rgba(245,158,11,.2)!important}.bg-black\/25{background-color:rgba(0,0,0,.25)!important}.bg-black\/35{background-color:rgba(0,0,0,.35)!important}.bg-black\/40{background-color:rgba(0,0,0,.4)!important}.bg-black\/45{background-color:rgba(0,0,0,.45)!important}.bg-black\/50{background-color:rgba(0,0,0,.5)!important}.bg-black\/55{background-color:rgba(0,0,0,.55)!important}.bg-cyan-500{--tw-bg-opacity:1!important;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))!important}.bg-cyan-500\/20{background-color:rgba(6,182,212,.2)!important}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)!important}.bg-emerald-50{background-color:rgb(236 253 245/var(--tw-bg-opacity,1))!important}.bg-emerald-50,.bg-emerald-500{--tw-bg-opacity:1!important}.bg-emerald-500{background-color:rgb(16 185 129/var(--tw-bg-opacity,1))!important}.bg-emerald-500\/15{background-color:rgba(16,185,129,.15)!important}.bg-emerald-500\/20{background-color:rgba(16,185,129,.2)!important}.bg-emerald-600{--tw-bg-opacity:1!important;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))!important}.bg-emerald-600\/20{background-color:rgba(5,150,105,.2)!important}.bg-red-50{background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.bg-red-50,.bg-red-500{--tw-bg-opacity:1!important}.bg-red-500{background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-red-500\/10{background-color:rgba(239,68,68,.1)!important}.bg-red-500\/25{background-color:rgba(239,68,68,.25)!important}.bg-red-500\/85{background-color:rgba(239,68,68,.85)!important}.bg-red-600{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.bg-red-700\/70{background-color:rgba(185,28,28,.7)!important}.bg-red-900\/50{background-color:rgba(127,29,29,.5)!important}.bg-red-950\/30{background-color:rgba(69,10,10,.3)!important}.bg-sky-500{background-color:rgb(14 165 233/var(--tw-bg-opacity,1))!important}.bg-sky-500,.bg-slate-100{--tw-bg-opacity:1!important}.bg-slate-100{background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-slate-300{--tw-bg-opacity:1!important;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:transparent!important}.bg-violet-100{background-color:rgb(237 233 254/var(--tw-bg-opacity,1))!important}.bg-violet-100,.bg-violet-200{--tw-bg-opacity:1!important}.bg-violet-200{background-color:rgb(221 214 254/var(--tw-bg-opacity,1))!important}.bg-violet-400{background-color:rgb(167 139 250/var(--tw-bg-opacity,1))!important}.bg-violet-50,.bg-violet-400{--tw-bg-opacity:1!important}.bg-violet-50{background-color:rgb(245 243 255/var(--tw-bg-opacity,1))!important}.bg-violet-500{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.bg-violet-500\/10{background-color:rgba(139,92,246,.1)!important}.bg-violet-600{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)!important}.bg-violet-600\/15{background-color:rgba(124,58,237,.15)!important}.bg-violet-600\/20{background-color:rgba(124,58,237,.2)!important}.bg-violet-600\/25{background-color:rgba(124,58,237,.25)!important}.bg-violet-700\/80{background-color:rgba(109,40,217,.8)!important}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)!important}.bg-violet-900{--tw-bg-opacity:1!important;background-color:rgb(76 29 149/var(--tw-bg-opacity,1))!important}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/10{background-color:hsla(0,0%,100%,.1)!important}.bg-white\/15{background-color:hsla(0,0%,100%,.15)!important}.bg-white\/5{background-color:hsla(0,0%,100%,.05)!important}.bg-white\/55{background-color:hsla(0,0%,100%,.55)!important}.bg-white\/95{background-color:hsla(0,0%,100%,.95)!important}.bg-zinc-100{background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.bg-zinc-100,.bg-zinc-200{--tw-bg-opacity:1!important}.bg-zinc-200{background-color:rgb(228 228 231/var(--tw-bg-opacity,1))!important}.bg-zinc-200\/60{background-color:rgba(228,228,231,.6)!important}.bg-zinc-200\/70{background-color:rgba(228,228,231,.7)!important}.bg-zinc-200\/80{background-color:rgba(228,228,231,.8)!important}.bg-zinc-200\/90{background-color:rgba(228,228,231,.9)!important}.bg-zinc-300{background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important}.bg-zinc-50,.bg-zinc-300{--tw-bg-opacity:1!important}.bg-zinc-50{background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)!important}.bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)!important}.bg-zinc-500\/90{background-color:rgba(113,113,122,.9)!important}.bg-zinc-600{background-color:rgb(82 82 91/var(--tw-bg-opacity,1))!important}.bg-zinc-600,.bg-zinc-700{--tw-bg-opacity:1!important}.bg-zinc-700{background-color:rgb(63 63 70/var(--tw-bg-opacity,1))!important}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)!important}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)!important}.bg-zinc-800{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)!important}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)!important}.bg-zinc-900{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.bg-zinc-900\/80{background-color:rgba(24,24,27,.8)!important}.bg-\[linear-gradient\(135deg\2c \#8B5CF6\2c \#6941C6\)\]{background-image:linear-gradient(135deg,#8b5cf6,#6941c6)!important}.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(234\2c 16\2c 24\2c 0\.16\)\2c transparent_56\%\)\]{background-image:radial-gradient(circle at top right,rgba(234,16,24,.16),transparent 56%)!important}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))!important}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))!important}.from-\[\#252038\]{--tw-gradient-from:#252038 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(37,32,56,0) var(--tw-gradient-to-position)!important}.from-\[\#252038\],.from-\[\#fff1f1\]{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-\[\#fff1f1\]{--tw-gradient-from:#fff1f1 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(255,241,241,0) var(--tw-gradient-to-position)!important}.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(241,245,249,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)!important}.to-\[\#1a1628\]{--tw-gradient-to:#1a1628 var(--tw-gradient-to-position)!important}.to-\[\#fff5e8\]{--tw-gradient-to:#fff5e8 var(--tw-gradient-to-position)!important}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-1{padding:.25rem!important}.p-1\.5{padding:.375rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-3\.5{padding:.875rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-\[10px\]{padding:10px!important}.p-\[14px\]{padding:14px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3\.5{padding-top:.875rem!important;padding-bottom:.875rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-2{padding-bottom:.5rem!important}.pb-28{padding-bottom:7rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-\[3px\]{padding-bottom:3px!important}.pl-8{padding-left:2rem!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-24{padding-right:6rem!important}.pr-3{padding-right:.75rem!important}.pt-1{padding-top:.25rem!important}.pt-2\.5{padding-top:.625rem!important}.pt-4{padding-top:1rem!important}.pt-\[14px\]{padding-top:14px!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.align-top{vertical-align:top!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[14px\]{font-size:14px!important}.text-\[15px\]{font-size:15px!important}.text-\[16px\]{font-size:16px!important}.text-\[17px\]{font-size:17px!important}.text-\[18px\]{font-size:18px!important}.text-\[20px\]{font-size:20px!important}.text-\[22px\]{font-size:22px!important}.text-\[30px\]{font-size:30px!important}.text-\[32px\]{font-size:32px!important}.text-\[36px\]{font-size:36px!important}.text-\[46px\]{font-size:46px!important}.text-\[8px\]{font-size:8px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.italic{font-style:italic!important}.tabular-nums{--tw-numeric-spacing:tabular-nums!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-6{line-height:1.5rem!important}.leading-7{line-height:1.75rem!important}.leading-none{line-height:1!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-\[0\.12em\]{letter-spacing:.12em!important}.tracking-\[0\.14em\]{letter-spacing:.14em!important}.tracking-\[0\.16em\]{letter-spacing:.16em!important}.tracking-\[0\.18em\]{letter-spacing:.18em!important}.tracking-\[0\.24em\]{letter-spacing:.24em!important}.tracking-\[0\.2em\]{letter-spacing:.2em!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-wide{letter-spacing:.025em!important}.text-\[\#8f86a9\]{--tw-text-opacity:1!important;color:rgb(143 134 169/var(--tw-text-opacity,1))!important}.text-\[\#927f70\]{--tw-text-opacity:1!important;color:rgb(146 127 112/var(--tw-text-opacity,1))!important}.text-\[\#a69183\]{--tw-text-opacity:1!important;color:rgb(166 145 131/var(--tw-text-opacity,1))!important}.text-\[\#b39a8b\]{--tw-text-opacity:1!important;color:rgb(179 154 139/var(--tw-text-opacity,1))!important}.text-\[\#c58a11\]{--tw-text-opacity:1!important;color:rgb(197 138 17/var(--tw-text-opacity,1))!important}.text-\[\#da7486\]{--tw-text-opacity:1!important;color:rgb(218 116 134/var(--tw-text-opacity,1))!important}.text-\[\#e91a4b\]{--tw-text-opacity:1!important;color:rgb(233 26 75/var(--tw-text-opacity,1))!important}.text-\[\#ea1018\]{--tw-text-opacity:1!important;color:rgb(234 16 24/var(--tw-text-opacity,1))!important}.text-\[var\(--text-muted\)\]{color:var(--text-muted)!important}.text-amber-200{color:rgb(253 230 138/var(--tw-text-opacity,1))!important}.text-amber-200,.text-amber-300{--tw-text-opacity:1!important}.text-amber-300{color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.text-amber-600{color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.text-amber-600,.text-blue-500{--tw-text-opacity:1!important}.text-blue-500{color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.text-emerald-300{--tw-text-opacity:1!important;color:rgb(110 231 183/var(--tw-text-opacity,1))!important}.text-emerald-500{--tw-text-opacity:1!important;color:rgb(16 185 129/var(--tw-text-opacity,1))!important}.text-emerald-600{--tw-text-opacity:1!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.text-emerald-700{color:rgb(4 120 87/var(--tw-text-opacity,1))!important}.text-emerald-700,.text-pink-400{--tw-text-opacity:1!important}.text-pink-400{color:rgb(244 114 182/var(--tw-text-opacity,1))!important}.text-pink-500{color:rgb(236 72 153/var(--tw-text-opacity,1))!important}.text-pink-500,.text-red-100{--tw-text-opacity:1!important}.text-red-100{color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.text-red-200{color:rgb(254 202 202/var(--tw-text-opacity,1))!important}.text-red-200,.text-red-300{--tw-text-opacity:1!important}.text-red-300{color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.text-red-600{color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.text-red-600,.text-slate-400{--tw-text-opacity:1!important}.text-slate-400{color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-slate-500{color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.text-slate-500,.text-slate-700{--tw-text-opacity:1!important}.text-slate-700{color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-slate-800{color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.text-slate-800,.text-slate-900{--tw-text-opacity:1!important}.text-slate-900{color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.text-violet-100{color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.text-violet-100,.text-violet-200{--tw-text-opacity:1!important}.text-violet-200{color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.text-violet-300{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.text-violet-300\/95{color:rgba(196,181,253,.95)!important}.text-violet-50{color:rgb(245 243 255/var(--tw-text-opacity,1))!important}.text-violet-50,.text-violet-800{--tw-text-opacity:1!important}.text-violet-800{color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-white\/50{color:hsla(0,0%,100%,.5)!important}.text-white\/55{color:hsla(0,0%,100%,.55)!important}.text-white\/70{color:hsla(0,0%,100%,.7)!important}.text-white\/75{color:hsla(0,0%,100%,.75)!important}.text-white\/80{color:hsla(0,0%,100%,.8)!important}.text-white\/85{color:hsla(0,0%,100%,.85)!important}.text-white\/90{color:hsla(0,0%,100%,.9)!important}.text-zinc-100{color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.text-zinc-100,.text-zinc-200{--tw-text-opacity:1!important}.text-zinc-200{color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.text-zinc-200\/90{color:rgba(228,228,231,.9)!important}.text-zinc-300{--tw-text-opacity:1!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.text-zinc-300\/80{color:rgba(212,212,216,.8)!important}.text-zinc-300\/90{color:rgba(212,212,216,.9)!important}.text-zinc-400{color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.text-zinc-400,.text-zinc-500{--tw-text-opacity:1!important}.text-zinc-500{color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.text-zinc-600{color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.text-zinc-600,.text-zinc-700{--tw-text-opacity:1!important}.text-zinc-700{color:rgb(63 63 70/var(--tw-text-opacity,1))!important}.text-zinc-800{color:rgb(39 39 42/var(--tw-text-opacity,1))!important}.text-zinc-800,.text-zinc-900{--tw-text-opacity:1!important}.text-zinc-900{color:rgb(24 24 27/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.line-through{text-decoration-line:line-through!important}.opacity-0{opacity:0!important}.opacity-60{opacity:.6!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-\[0_-20px_60px_rgba\(20\2c 20\2c 20\2c 0\.18\)\]{--tw-shadow:0 -20px 60px rgba(20,20,20,0.18)!important;--tw-shadow-colored:0 -20px 60px var(--tw-shadow-color)!important}.shadow-\[0_0_0_1px_rgba\(139\2c 92\2c 246\2c 0\.08\)\],.shadow-\[0_-20px_60px_rgba\(20\2c 20\2c 20\2c 0\.18\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_0_0_1px_rgba\(139\2c 92\2c 246\2c 0\.08\)\]{--tw-shadow:0 0 0 1px rgba(139,92,246,0.08)!important;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\]{--tw-shadow:0 0 10px rgba(16,185,129,0.65)!important;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\],.shadow-\[0_10px_30px_rgba\(20\2c 20\2c 20\2c 0\.04\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_10px_30px_rgba\(20\2c 20\2c 20\2c 0\.04\)\]{--tw-shadow:0 10px 30px rgba(20,20,20,0.04)!important;--tw-shadow-colored:0 10px 30px var(--tw-shadow-color)!important}.shadow-\[0_10px_40px_rgba\(20\2c 20\2c 20\2c 0\.06\)\]{--tw-shadow:0 10px 40px rgba(20,20,20,0.06)!important;--tw-shadow-colored:0 10px 40px var(--tw-shadow-color)!important}.shadow-\[0_10px_40px_rgba\(20\2c 20\2c 20\2c 0\.06\)\],.shadow-\[0_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{--tw-shadow:0 18px 50px rgba(0,0,0,0.28)!important;--tw-shadow-colored:0 18px 50px var(--tw-shadow-color)!important}.shadow-\[0_20px_60px_rgba\(20\2c 20\2c 20\2c 0\.14\)\]{--tw-shadow:0 20px 60px rgba(20,20,20,0.14)!important;--tw-shadow-colored:0 20px 60px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\],.shadow-\[0_20px_60px_rgba\(20\2c 20\2c 20\2c 0\.14\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0 6px 12px rgba(0,0,0,0.08)!important;--tw-shadow-colored:0 6px 12px var(--tw-shadow-color)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:0 8px 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:0 8px 16px var(--tw-shadow-color)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[0_8px_30px_rgba\(20\2c 20\2c 20\2c 0\.12\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_8px_30px_rgba\(20\2c 20\2c 20\2c 0\.12\)\]{--tw-shadow:0 8px 30px rgba(20,20,20,0.12)!important;--tw-shadow-colored:0 8px 30px var(--tw-shadow-color)!important}.shadow-\[10px_0_16px_-14px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{--tw-shadow:10px 0 16px -14px rgba(0,0,0,0.2)!important;--tw-shadow-colored:10px 0 16px -14px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.08)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-black\/40{--tw-shadow-color:rgba(0,0,0,0.4)!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline{outline-style:solid!important}.outline-gray-300{outline-color:#d1d5db!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-2,.ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-\[\#151822\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(21 24 34/var(--tw-ring-opacity,1))!important}.ring-\[\#f4caca\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 202 202/var(--tw-ring-opacity,1))!important}.ring-\[\#f4d7d7\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 215 215/var(--tw-ring-opacity,1))!important}.ring-\[var\(--brand-light\)\]{--tw-ring-color:var(--brand-light)!important}.ring-black\/10{--tw-ring-color:rgba(0,0,0,0.1)!important}.ring-black\/5{--tw-ring-color:rgba(0,0,0,0.05)!important}.ring-emerald-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity,1))!important}.ring-red-400\/60{--tw-ring-color:rgba(248,113,113,0.6)!important}.ring-violet-300\/60{--tw-ring-color:rgba(196,181,253,0.6)!important}.ring-violet-400\/40{--tw-ring-color:rgba(167,139,250,0.4)!important}.ring-violet-400\/60{--tw-ring-color:rgba(167,139,250,0.6)!important}.ring-violet-400\/70{--tw-ring-color:rgba(167,139,250,0.7)!important}.ring-white{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))!important}.ring-white\/10{--tw-ring-color:hsla(0,0%,100%,0.1)!important}.ring-white\/20{--tw-ring-color:hsla(0,0%,100%,0.2)!important}.ring-zinc-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity,1))!important}.ring-zinc-600\/40{--tw-ring-color:rgba(82,82,91,0.4)!important}.blur{--tw-blur:blur(8px)!important}.blur,.grayscale-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.15\]{--tw-grayscale:grayscale(0.15)!important}.grayscale-\[0\.2\]{--tw-grayscale:grayscale(0.2)!important}.grayscale-\[0\.2\],.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important}.\!filter,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px)!important}.backdrop-blur,.backdrop-blur-\[2px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)!important}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)!important}.backdrop-blur-md,.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)!important}.backdrop-blur-xl,.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding-right\]{transition-property:padding-right!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.\[-\:T\.\]{-:T.!important}.\[key\:string\]{key:string!important}.placeholder\:text-zinc-400::-moz-placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.placeholder\:text-zinc-400::placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.last\:mb-0:last-child{margin-bottom:0!important}.hover\:border-\[var\(--success-border\)\]:hover{border-color:var(--success-border)!important}.hover\:border-emerald-400:hover{--tw-border-opacity:1!important;border-color:rgb(52 211 153/var(--tw-border-opacity,1))!important}.hover\:border-violet-300:hover{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.hover\:border-violet-500:hover{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.hover\:bg-\[\#151822\]:hover{--tw-bg-opacity:1!important;background-color:rgb(21 24 34/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#171820\]:hover{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#1a1d29\]:hover{--tw-bg-opacity:1!important;background-color:rgb(26 29 41/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#1b2030\]:hover{--tw-bg-opacity:1!important;background-color:rgb(27 32 48/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#241c3f\]:hover{--tw-bg-opacity:1!important;background-color:rgb(36 28 63/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#fff6f6\]:hover{--tw-bg-opacity:1!important;background-color:rgb(255 246 246/var(--tw-bg-opacity,1))!important}.hover\:bg-\[var\(--bg-panel-alt\)\]:hover{background-color:var(--bg-panel-alt)!important}.hover\:bg-\[var\(--success-surface\)\]:hover{background-color:var(--success-surface)!important}.hover\:bg-amber-500\/30:hover{background-color:rgba(245,158,11,.3)!important}.hover\:bg-black\/5:hover{background-color:rgba(0,0,0,.05)!important}.hover\:bg-black\/50:hover{background-color:rgba(0,0,0,.5)!important}.hover\:bg-cyan-500\/30:hover{background-color:rgba(6,182,212,.3)!important}.hover\:bg-emerald-500\/10:hover{background-color:rgba(16,185,129,.1)!important}.hover\:bg-emerald-600\/30:hover{background-color:rgba(5,150,105,.3)!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-red-500\/10:hover{background-color:rgba(239,68,68,.1)!important}.hover\:bg-slate-100:hover{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-100\/80:hover{background-color:rgba(237,233,254,.8)!important}.hover\:bg-violet-50\/60:hover{background-color:rgba(245,243,255,.6)!important}.hover\:bg-violet-50\/70:hover{background-color:rgba(245,243,255,.7)!important}.hover\:bg-violet-500:hover{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600:hover{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600\/25:hover{background-color:rgba(124,58,237,.25)!important}.hover\:bg-white:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)!important}.hover\:bg-white\/15:hover{background-color:hsla(0,0%,100%,.15)!important}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)!important}.hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)!important}.hover\:bg-white\/60:hover{background-color:hsla(0,0%,100%,.6)!important}.hover\:bg-white\/\[0\.04\]:hover{background-color:hsla(0,0%,100%,.04)!important}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-400:hover{--tw-bg-opacity:1!important;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-50:hover{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-800:hover{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-900:hover{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.hover\:text-\[\#ea1018\]:hover{--tw-text-opacity:1!important;color:rgb(234 16 24/var(--tw-text-opacity,1))!important}.hover\:text-violet-300:hover{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.hover\:text-violet-500:hover{--tw-text-opacity:1!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.hover\:opacity-95:hover{opacity:.95!important}.active\:cursor-grabbing:active{cursor:grabbing!important}.active\:bg-white\/\[0\.07\]:active{background-color:hsla(0,0%,100%,.07)!important}.active\:bg-zinc-100:active{--tw-bg-opacity:1!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:bg-zinc-700:disabled{--tw-bg-opacity:1!important;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))!important}.disabled\:text-zinc-400:disabled{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}@media (min-width:640px){.sm\:flex{display:flex!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-wrap{flex-wrap:wrap!important}.sm\:items-center{align-items:center!important}}@media (min-width:768px){.md\:sticky{position:sticky!important}.md\:bottom-2{bottom:.5rem!important}.md\:left-3{left:.75rem!important}.md\:right-2{right:.5rem!important}.md\:top-2{top:.5rem!important}.md\:top-\[96px\]{top:96px!important}.md\:z-auto{z-index:auto!important}.md\:col-span-2{grid-column:span 2/span 2!important}.md\:mt-2{margin-top:.5rem!important}.md\:mt-5{margin-top:1.25rem!important}.md\:mt-6{margin-top:1.5rem!important}.md\:flex{display:flex!important}.md\:inline-flex{display:inline-flex!important}.md\:hidden{display:none!important}.md\:h-10{height:2.5rem!important}.md\:h-12{height:3rem!important}.md\:h-2\.5{height:.625rem!important}.md\:h-3\.5{height:.875rem!important}.md\:h-4{height:1rem!important}.md\:max-h-none{max-height:none!important}.md\:min-h-\[60px\]{min-height:60px!important}.md\:min-h-\[72px\]{min-height:72px!important}.md\:w-10{width:2.5rem!important}.md\:w-12{width:3rem!important}.md\:w-16{width:4rem!important}.md\:w-24{width:6rem!important}.md\:w-6{width:1.5rem!important}.md\:min-w-\[74px\]{min-width:74px!important}.md\:translate-y-0{--tw-translate-y:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:items-center{align-items:center!important}.md\:justify-between{justify-content:space-between!important}.md\:gap-10{gap:2.5rem!important}.md\:gap-3{gap:.75rem!important}.md\:gap-4{gap:1rem!important}.md\:gap-6{gap:1.5rem!important}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.md\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:rounded-\[16px\]{border-radius:16px!important}.md\:rounded-\[24px\]{border-radius:24px!important}.md\:rounded-\[28px\]{border-radius:28px!important}.md\:p-3{padding:.75rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.md\:px-2{padding-left:.5rem!important;padding-right:.5rem!important}.md\:px-3{padding-left:.75rem!important;padding-right:.75rem!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md\:py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.md\:pb-12{padding-bottom:3rem!important}.md\:pb-6{padding-bottom:1.5rem!important}.md\:pl-10{padding-left:2.5rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:text-5xl{font-size:3rem!important;line-height:1!important}.md\:text-\[10px\]{font-size:10px!important}.md\:text-\[11px\]{font-size:11px!important}.md\:text-\[13px\]{font-size:13px!important}.md\:text-\[15px\]{font-size:15px!important}.md\:text-\[28px\]{font-size:28px!important}.md\:text-\[30px\]{font-size:30px!important}.md\:text-\[9px\]{font-size:9px!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.md\:text-xs{font-size:.75rem!important;line-height:1rem!important}.md\:leading-6{line-height:1.5rem!important}}@media (min-width:1024px){.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:hidden{display:none!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_390px\]{grid-template-columns:minmax(0,1fr) 390px!important}.lg\:pb-12{padding-bottom:3rem!important}.lg\:text-xs{font-size:.75rem!important;line-height:1rem!important}}@media (min-width:1280px){.xl\:w-auto{width:auto!important}.xl\:min-w-\[200px\]{min-width:200px!important}.xl\:flex-none{flex:none!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xl\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto!important}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_420px\]{grid-template-columns:minmax(0,1fr) 420px!important}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.xl\:flex-row{flex-direction:row!important}.xl\:items-center{align-items:center!important}.xl\:justify-between{justify-content:space-between!important}.xl\:p-6{padding:1.5rem!important}}.\[\&_br\]\:leading-tight br{line-height:1.25!important}.\[\&_p\]\:m-0 p{margin:0!important}
|