@masterteam/work-center 0.0.77 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,207 +1,209 @@
1
- {
2
- "workCenter": {
3
- "page": {
4
- "title": "Work Center",
5
- "new": "New",
6
- "create": "Create",
7
- "createGeneralTask": "Create General Task",
8
- "itemDetails": "Item Details",
9
- "records": "records"
10
- },
11
- "operator": {
12
- "Eq": "Equals",
13
- "Neq": "Not equal",
14
- "In": "In",
15
- "Contains": "Contains",
16
- "StartsWith": "Starts with",
17
- "Gt": "Greater than",
18
- "Gte": "Greater than or equal",
19
- "Lt": "Less than",
20
- "Lte": "Less than or equal",
21
- "Between": "Between",
22
- "IsNull": "Is empty",
23
- "IsNotNull": "Is not empty"
24
- },
25
- "tabs": {
26
- "details": "Details",
27
- "form": "Form",
28
- "approvals": "Approvals",
29
- "steps": "Steps",
30
- "discussion": "Discussion",
31
- "requestDetails": "Request Details",
32
- "escalationDetails": "Escalation Details",
33
- "moduleDetails": "Module Details",
34
- "levelDetails": "Level Details",
35
- "levelDetailsNamed": "{{ name }} Details",
36
- "schema": "Schema",
37
- "publishComparison": "Comparison"
38
- },
39
- "entity": {
40
- "initiatedBy": "Initiated By",
41
- "startedAt": "Started At",
42
- "reason": "Reason",
43
- "attachments": "Attachments",
44
- "step": "Step"
45
- },
46
- "modal": {
47
- "cancel": "Cancel",
48
- "submit": "Submit",
49
- "confirmAction": "Confirm {{ action }} for this item.",
50
- "previewLevel": "Preview Level",
51
- "previewModule": "Preview {{ module }}",
52
- "loadingActions": "Loading actions...",
53
- "submitting": "Submitting...",
54
- "requestSubmitted": "Request submitted for approval.",
55
- "operationExecuted": "Operation executed successfully.",
56
- "unsupportedType": "This item type is not supported yet.",
57
- "noItemSelected": "No item selected."
58
- },
59
- "validation": {
60
- "fillRequiredFields": "Please fill in all required fields before submitting."
61
- },
62
- "actions": {
63
- "loadActionsFailed": "Failed to load item actions.",
64
- "executeFailed": "Failed to execute {{ action }}.",
65
- "validationWarningsHeader": "Validation warnings",
66
- "validationWarningsQuestion": "Do you want to acknowledge these warnings and continue?",
67
- "acknowledgeAndContinue": "Acknowledge and continue"
68
- },
69
- "error": {
70
- "failedSubmit": "Failed to submit form",
71
- "failedLoadDetails": "Failed to load item details.",
72
- "failedLoadEscalation": "Failed to load escalation preview",
73
- "missingModuleDataId": "Task data id is missing.",
74
- "failedLoadSchedulePublish": "Failed to load the plan comparison"
75
- },
76
- "context": {
77
- "moduleFormUnavailable": "Module form context is not available for this item yet.",
78
- "moduleDiscussionUnavailable": "Discussion context is not available for this module yet.",
79
- "processFormUnavailable": "Process form context is not available for this process item yet.",
80
- "processDiscussionUnavailable": "Discussion context is not available for this process item yet.",
81
- "processPreviewUnavailable": "Process preview is not available for this process item yet.",
82
- "escalationDetailsUnavailable": "Escalation details context is not available for this item yet.",
83
- "escalationDiscussionUnavailable": "Discussion context is not available for this escalation yet.",
84
- "escalationSchemaUnavailable": "Escalation schema is not available for this item yet.",
85
- "escalationSchemaContextUnavailable": "Escalation schema context is not available for this item yet.",
86
- "requestFormUnavailable": "Process form context is not available for this process request yet.",
87
- "requestDiscussionUnavailable": "Discussion context is not available for this process request yet.",
88
- "requestPreviewUnavailable": "Process preview is not available for this process request yet."
89
- },
90
- "loading": {
91
- "escalationDetails": "Loading escalation details...",
92
- "escalationSchema": "Loading escalation schema...",
93
- "schedulePublish": "Loading the plan comparison..."
94
- },
95
- "preview": {
96
- "name": "Name",
97
- "status": "Status",
98
- "user": "User",
99
- "userOrGroup": "User / Group",
100
- "initiationDate": "Initiation Date",
101
- "actionDate": "Action Date",
102
- "start": "Start",
103
- "end": "End",
104
- "appAction": "App Action",
105
- "formStep": "Form Step",
106
- "approvalCommit": "Commit Approved Form",
107
- "approvalCommitSubtitle": "System · Locked",
108
- "initial": "Initial",
109
- "final": "Final",
110
- "loadFailed": "Failed to load process preview",
111
- "stepStatus": {
112
- "approved": "Approved",
113
- "current": "In Progress",
114
- "noAction": "No Action",
115
- "notStarted": "Not Started",
116
- "rejected": "Rejected",
117
- "resubmitted": "Resubmitted",
118
- "returned": "Returned",
119
- "terminated": "Terminated"
120
- }
121
- },
122
- "field": {
123
- "progress": "Progress",
124
- "delegatedUser": "Delegated User",
125
- "delegatedUserPlaceholder": "Search user",
126
- "reason": "Reason",
127
- "reasonPlaceholder": "Enter reason",
128
- "note": "Note",
129
- "notePlaceholder": "Enter note",
130
- "attachments": "Attachments",
131
- "uploadTitle": "Upload Attachment",
132
- "uploadDescription": "Click or drop a file to upload"
133
- },
134
- "publish": {
135
- "before": "Before",
136
- "after": "After",
137
- "neverPublished": "This project has not published a plan yet, so there is nothing to compare against. Approving publishes the plan as it currently stands.",
138
- "nothingToPublish": "The plan has not changed since it was last published.",
139
- "noSearchResults": "No rows match your search.",
140
- "searchPlaceholder": "Search by task name or changed field",
141
- "addedCount": "{{count}} added",
142
- "changedCount": "{{count}} changed",
143
- "removedCount": "{{count}} removed",
144
- "hiddenRows": "{{count}} more rows not shown. Narrow the list with search to see them.",
145
- "group": {
146
- "added": "Added",
147
- "changed": "Changed",
148
- "removed": "Removed"
149
- },
150
- "field": {
151
- "name": "Name",
152
- "type": "Type",
153
- "plannedStart": "Planned start",
154
- "plannedFinish": "Planned finish",
155
- "actualStart": "Actual start",
156
- "actualFinish": "Actual finish",
157
- "progress": "Progress",
158
- "weight": "Weight",
159
- "assignedTo": "Assigned to",
160
- "predecessors": "Predecessors",
161
- "parent": "Parent",
162
- "order": "Order",
163
- "mode": "Scheduling mode",
164
- "resources": "Resources",
165
- "details": "Details"
166
- }
167
- }
168
- },
169
- "runtimeAction": {
170
- "field": {
171
- "progress": "Progress",
172
- "delegatedUser": "Delegated User",
173
- "delegatedUserPlaceholder": "Search user",
174
- "reason": "Reason",
175
- "reasonPlaceholder": "Enter reason",
176
- "note": "Note",
177
- "notePlaceholder": "Enter note",
178
- "attachments": "Attachments",
179
- "uploadTitle": "Upload Attachment",
180
- "uploadDescription": "Click or drop a file to upload"
181
- },
182
- "modal": {
183
- "cancel": "Cancel",
184
- "confirmAction": "Confirm {{ action }} for this item."
185
- },
186
- "preview": {
187
- "name": "Name",
188
- "status": "Status",
189
- "user": "User",
190
- "userOrGroup": "User / Group",
191
- "initiationDate": "Initiation Date",
192
- "actionDate": "Action Date",
193
- "start": "Start",
194
- "end": "End",
195
- "appAction": "App Action",
196
- "formStep": "Form Step",
197
- "approvalCommit": "Commit Approved Form",
198
- "approvalCommitSubtitle": "System · Locked",
199
- "initial": "Initial",
200
- "final": "Final",
201
- "loadFailed": "Failed to load process preview"
202
- },
203
- "actions": {
204
- "loadActionsFailed": "Failed to load item actions."
205
- }
206
- }
207
- }
1
+ {
2
+ "workCenter": {
3
+ "page": {
4
+ "title": "Work Center",
5
+ "new": "New",
6
+ "create": "Create",
7
+ "createGeneralTask": "Create General Task",
8
+ "itemDetails": "Item Details",
9
+ "records": "records"
10
+ },
11
+ "operator": {
12
+ "Eq": "Equals",
13
+ "Neq": "Not equal",
14
+ "In": "In",
15
+ "Contains": "Contains",
16
+ "StartsWith": "Starts with",
17
+ "Gt": "Greater than",
18
+ "Gte": "Greater than or equal",
19
+ "Lt": "Less than",
20
+ "Lte": "Less than or equal",
21
+ "Between": "Between",
22
+ "IsNull": "Is empty",
23
+ "IsNotNull": "Is not empty"
24
+ },
25
+ "tabs": {
26
+ "details": "Details",
27
+ "form": "Form",
28
+ "approvals": "Approvals",
29
+ "steps": "Steps",
30
+ "discussion": "Discussion",
31
+ "requestDetails": "Request Details",
32
+ "escalationDetails": "Escalation Details",
33
+ "moduleDetails": "Module Details",
34
+ "levelDetails": "Level Details",
35
+ "levelDetailsNamed": "{{ name }} Details",
36
+ "schema": "Schema",
37
+ "publishComparison": "Comparison"
38
+ },
39
+ "entity": {
40
+ "initiatedBy": "Initiated By",
41
+ "startedAt": "Started At",
42
+ "reason": "Reason",
43
+ "attachments": "Attachments",
44
+ "step": "Step"
45
+ },
46
+ "modal": {
47
+ "cancel": "Cancel",
48
+ "submit": "Submit",
49
+ "confirmAction": "Confirm {{ action }} for this item.",
50
+ "previewLevel": "Preview Level",
51
+ "previewModule": "Preview {{ module }}",
52
+ "loadingActions": "Loading actions...",
53
+ "submitting": "Submitting...",
54
+ "requestSubmitted": "Request submitted for approval.",
55
+ "operationExecuted": "Operation executed successfully.",
56
+ "unsupportedType": "This item type is not supported yet.",
57
+ "noItemSelected": "No item selected."
58
+ },
59
+ "validation": {
60
+ "fillRequiredFields": "Please fill in all required fields before submitting."
61
+ },
62
+ "actions": {
63
+ "loadActionsFailed": "Failed to load item actions.",
64
+ "executeFailed": "Failed to execute {{ action }}.",
65
+ "validationWarningsHeader": "Validation warnings",
66
+ "validationWarningsQuestion": "Do you want to acknowledge these warnings and continue?",
67
+ "continueAction": "Continue",
68
+ "validationBlocked": "The form has validation errors that must be fixed before this action.",
69
+ "completeRequiredFields": "Fill in the required fields to enable this action."
70
+ },
71
+ "error": {
72
+ "failedSubmit": "Failed to submit form",
73
+ "failedLoadDetails": "Failed to load item details.",
74
+ "failedLoadEscalation": "Failed to load escalation preview",
75
+ "missingModuleDataId": "Task data id is missing.",
76
+ "failedLoadSchedulePublish": "Failed to load the plan comparison"
77
+ },
78
+ "context": {
79
+ "moduleFormUnavailable": "Module form context is not available for this item yet.",
80
+ "moduleDiscussionUnavailable": "Discussion context is not available for this module yet.",
81
+ "processFormUnavailable": "Process form context is not available for this process item yet.",
82
+ "processDiscussionUnavailable": "Discussion context is not available for this process item yet.",
83
+ "processPreviewUnavailable": "Process preview is not available for this process item yet.",
84
+ "escalationDetailsUnavailable": "Escalation details context is not available for this item yet.",
85
+ "escalationDiscussionUnavailable": "Discussion context is not available for this escalation yet.",
86
+ "escalationSchemaUnavailable": "Escalation schema is not available for this item yet.",
87
+ "escalationSchemaContextUnavailable": "Escalation schema context is not available for this item yet.",
88
+ "requestFormUnavailable": "Process form context is not available for this process request yet.",
89
+ "requestDiscussionUnavailable": "Discussion context is not available for this process request yet.",
90
+ "requestPreviewUnavailable": "Process preview is not available for this process request yet."
91
+ },
92
+ "loading": {
93
+ "escalationDetails": "Loading escalation details...",
94
+ "escalationSchema": "Loading escalation schema...",
95
+ "schedulePublish": "Loading the plan comparison..."
96
+ },
97
+ "preview": {
98
+ "name": "Name",
99
+ "status": "Status",
100
+ "user": "User",
101
+ "userOrGroup": "User / Group",
102
+ "initiationDate": "Initiation Date",
103
+ "actionDate": "Action Date",
104
+ "start": "Start",
105
+ "end": "End",
106
+ "appAction": "App Action",
107
+ "formStep": "Form Step",
108
+ "approvalCommit": "Commit Approved Form",
109
+ "approvalCommitSubtitle": "System · Locked",
110
+ "initial": "Initial",
111
+ "final": "Final",
112
+ "loadFailed": "Failed to load process preview",
113
+ "stepStatus": {
114
+ "approved": "Approved",
115
+ "current": "In Progress",
116
+ "noAction": "No Action",
117
+ "notStarted": "Not Started",
118
+ "rejected": "Rejected",
119
+ "resubmitted": "Resubmitted",
120
+ "returned": "Returned",
121
+ "terminated": "Terminated"
122
+ }
123
+ },
124
+ "field": {
125
+ "progress": "Progress",
126
+ "delegatedUser": "Delegated User",
127
+ "delegatedUserPlaceholder": "Search user",
128
+ "reason": "Reason",
129
+ "reasonPlaceholder": "Enter reason",
130
+ "note": "Note",
131
+ "notePlaceholder": "Enter note",
132
+ "attachments": "Attachments",
133
+ "uploadTitle": "Upload Attachment",
134
+ "uploadDescription": "Click or drop a file to upload"
135
+ },
136
+ "publish": {
137
+ "before": "Before",
138
+ "after": "After",
139
+ "neverPublished": "This project has not published a plan yet, so there is nothing to compare against. Approving publishes the plan as it currently stands.",
140
+ "nothingToPublish": "The plan has not changed since it was last published.",
141
+ "noSearchResults": "No rows match your search.",
142
+ "searchPlaceholder": "Search by task name or changed field",
143
+ "addedCount": "{{count}} added",
144
+ "changedCount": "{{count}} changed",
145
+ "removedCount": "{{count}} removed",
146
+ "hiddenRows": "{{count}} more rows not shown. Narrow the list with search to see them.",
147
+ "group": {
148
+ "added": "Added",
149
+ "changed": "Changed",
150
+ "removed": "Removed"
151
+ },
152
+ "field": {
153
+ "name": "Name",
154
+ "type": "Type",
155
+ "plannedStart": "Planned start",
156
+ "plannedFinish": "Planned finish",
157
+ "actualStart": "Actual start",
158
+ "actualFinish": "Actual finish",
159
+ "progress": "Progress",
160
+ "weight": "Weight",
161
+ "assignedTo": "Assigned to",
162
+ "predecessors": "Predecessors",
163
+ "parent": "Parent",
164
+ "order": "Order",
165
+ "mode": "Scheduling mode",
166
+ "resources": "Resources",
167
+ "details": "Details"
168
+ }
169
+ }
170
+ },
171
+ "runtimeAction": {
172
+ "field": {
173
+ "progress": "Progress",
174
+ "delegatedUser": "Delegated User",
175
+ "delegatedUserPlaceholder": "Search user",
176
+ "reason": "Reason",
177
+ "reasonPlaceholder": "Enter reason",
178
+ "note": "Note",
179
+ "notePlaceholder": "Enter note",
180
+ "attachments": "Attachments",
181
+ "uploadTitle": "Upload Attachment",
182
+ "uploadDescription": "Click or drop a file to upload"
183
+ },
184
+ "modal": {
185
+ "cancel": "Cancel",
186
+ "confirmAction": "Confirm {{ action }} for this item."
187
+ },
188
+ "preview": {
189
+ "name": "Name",
190
+ "status": "Status",
191
+ "user": "User",
192
+ "userOrGroup": "User / Group",
193
+ "initiationDate": "Initiation Date",
194
+ "actionDate": "Action Date",
195
+ "start": "Start",
196
+ "end": "End",
197
+ "appAction": "App Action",
198
+ "formStep": "Form Step",
199
+ "approvalCommit": "Commit Approved Form",
200
+ "approvalCommitSubtitle": "System · Locked",
201
+ "initial": "Initial",
202
+ "final": "Final",
203
+ "loadFailed": "Failed to load process preview"
204
+ },
205
+ "actions": {
206
+ "loadActionsFailed": "Failed to load item actions."
207
+ }
208
+ }
209
+ }
@@ -1,2 +1,2 @@
1
1
  /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
2
- @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-700:oklch(55.5% .163 48.998);--color-green-100:oklch(96.2% .044 156.743);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-700:oklch(50.8% .118 165.612);--spacing:.25rem;--container-md:28rem;--container-xl:36rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.\!absolute{position:absolute!important}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.me-auto{margin-inline-end:auto}.mt-2{margin-top:calc(var(--spacing) * 2)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.\!h-\[90vh\]{height:90vh!important}.h-\[32rem\]{height:32rem}.h-\[70vh\]{height:70vh}.h-full{height:100%}.max-h-\[70vh\]{max-height:70vh}.min-h-0{min-height:0}.min-h-\[12rem\]{min-height:12rem}.min-h-\[22rem\]{min-height:22rem}.\!w-\[70vw\]{width:70vw!important}.\!w-\[90vw\]{width:90vw!important}.\!w-\[96vw\]{width:96vw!important}.w-3{width:calc(var(--spacing) * 3)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-\[200px\]{min-width:200px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-8{gap:calc(var(--spacing) * 8)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-amber-200{border-color:var(--color-amber-200)}.border-emerald-200{border-color:var(--color-emerald-200)}.border-primary-200{border-color:var(--p-primary-200)}@supports (color:color-mix(in lab, red, red)){.border-primary-200{border-color:color-mix(in srgb, var(--p-primary-200) calc(100% * 1), transparent)}}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-surface{border-color:var(--p-content-border-color)}.border-surface-200{border-color:var(--p-surface-200)}@supports (color:color-mix(in lab, red, red)){.border-surface-200{border-color:color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent)}}.border-surface-300{border-color:var(--p-surface-300)}@supports (color:color-mix(in lab, red, red)){.border-surface-300{border-color:color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent)}}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-primary-50{background-color:var(--p-primary-50)}@supports (color:color-mix(in lab, red, red)){.bg-primary-50{background-color:color-mix(in srgb, var(--p-primary-50) calc(100% * 1), transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-surface-0{background-color:var(--p-surface-0)}@supports (color:color-mix(in lab, red, red)){.bg-surface-0{background-color:color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent)}}.bg-surface-50{background-color:var(--p-surface-50)}@supports (color:color-mix(in lab, red, red)){.bg-surface-50{background-color:color-mix(in srgb, var(--p-surface-50) calc(100% * 1), transparent)}}.bg-surface-100{background-color:var(--p-surface-100)}@supports (color:color-mix(in lab, red, red)){.bg-surface-100{background-color:color-mix(in srgb, var(--p-surface-100) calc(100% * 1), transparent)}}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-7{padding-inline:calc(var(--spacing) * 7)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.text-center{text-align:center}.text-start{text-align:start}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.whitespace-pre-line{white-space:pre-line}.text-amber-700{color:var(--color-amber-700)}.text-emerald-700{color:var(--color-emerald-700)}.text-green-700{color:var(--color-green-700)}.text-muted-color{color:var(--p-text-muted-color)}.text-primary-600{color:var(--p-primary-600)}@supports (color:color-mix(in lab, red, red)){.text-primary-600{color:color-mix(in srgb, var(--p-primary-600) calc(100% * 1), transparent)}}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-surface-500{color:var(--p-surface-500)}@supports (color:color-mix(in lab, red, red)){.text-surface-500{color:color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent)}}.text-surface-600{color:var(--p-surface-600)}@supports (color:color-mix(in lab, red, red)){.text-surface-600{color:color-mix(in srgb, var(--p-surface-600) calc(100% * 1), transparent)}}.text-surface-700{color:var(--p-surface-700)}@supports (color:color-mix(in lab, red, red)){.text-surface-700{color:color-mix(in srgb, var(--p-surface-700) calc(100% * 1), transparent)}}.text-surface-800{color:var(--p-surface-800)}@supports (color:color-mix(in lab, red, red)){.text-surface-800{color:color-mix(in srgb, var(--p-surface-800) calc(100% * 1), transparent)}}.uppercase{text-transform:uppercase}.\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)!important}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.focus\:border-primary-400:focus{border-color:var(--p-primary-400)}@supports (color:color-mix(in lab, red, red)){.focus\:border-primary-400:focus{border-color:color-mix(in srgb, var(--p-primary-400) calc(100% * 1), transparent)}}@media (min-width:48rem){.md\:\!w-\[84vw\]{width:84vw!important}.md\:\!w-\[90vw\]{width:90vw!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid{display:grid}.lg\:h-full{height:100%}.lg\:min-h-0{min-height:0}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[13rem_minmax\(0\,1fr\)\]{grid-template-columns:13rem minmax(0,1fr)}.lg\:gap-6{gap:calc(var(--spacing) * 6)}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overscroll-contain{overscroll-behavior:contain}.lg\:pr-2{padding-right:calc(var(--spacing) * 2)}}@media (min-width:80rem){.xl\:\!w-\[70vw\]{width:70vw!important}.xl\:\!w-\[82vw\]{width:82vw!important}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}}@keyframes enter{0%{opacity:var(--p-enter-opacity,1);transform:translate3d(var(--p-enter-translate-x,0), var(--p-enter-translate-y,0), 0) scale3d(var(--p-enter-scale,1), var(--p-enter-scale,1), var(--p-enter-scale,1)) rotate(var(--p-enter-rotate,0))}}@keyframes leave{to{opacity:var(--p-leave-opacity,1);transform:translate3d(var(--p-leave-translate-x,0), var(--p-leave-translate-y,0), 0) scale3d(var(--p-leave-scale,1), var(--p-leave-scale,1), var(--p-leave-scale,1)) rotate(var(--p-leave-rotate,0))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-700:oklch(55.5% .163 48.998);--color-green-100:oklch(96.2% .044 156.743);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-700:oklch(50.8% .118 165.612);--spacing:.25rem;--container-md:28rem;--container-xl:36rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.\!absolute{position:absolute!important}.fixed{position:fixed}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:0}.me-auto{margin-inline-end:auto}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-px{margin-top:1px}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.\!h-\[90vh\]{height:90vh!important}.h-\[32rem\]{height:32rem}.h-\[70vh\]{height:70vh}.h-full{height:100%}.max-h-\[70vh\]{max-height:70vh}.min-h-0{min-height:0}.min-h-\[12rem\]{min-height:12rem}.min-h-\[22rem\]{min-height:22rem}.\!w-\[70vw\]{width:70vw!important}.\!w-\[90vw\]{width:90vw!important}.\!w-\[96vw\]{width:96vw!important}.w-3{width:calc(var(--spacing) * 3)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-\[200px\]{min-width:200px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-8{gap:calc(var(--spacing) * 8)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-amber-200{border-color:var(--color-amber-200)}.border-emerald-200{border-color:var(--color-emerald-200)}.border-primary-200{border-color:var(--p-primary-200)}@supports (color:color-mix(in lab, red, red)){.border-primary-200{border-color:color-mix(in srgb, var(--p-primary-200) calc(100% * 1), transparent)}}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-surface{border-color:var(--p-content-border-color)}.border-surface-200{border-color:var(--p-surface-200)}@supports (color:color-mix(in lab, red, red)){.border-surface-200{border-color:color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent)}}.border-surface-300{border-color:var(--p-surface-300)}@supports (color:color-mix(in lab, red, red)){.border-surface-300{border-color:color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent)}}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-primary-50{background-color:var(--p-primary-50)}@supports (color:color-mix(in lab, red, red)){.bg-primary-50{background-color:color-mix(in srgb, var(--p-primary-50) calc(100% * 1), transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-surface-0{background-color:var(--p-surface-0)}@supports (color:color-mix(in lab, red, red)){.bg-surface-0{background-color:color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent)}}.bg-surface-50{background-color:var(--p-surface-50)}@supports (color:color-mix(in lab, red, red)){.bg-surface-50{background-color:color-mix(in srgb, var(--p-surface-50) calc(100% * 1), transparent)}}.bg-surface-100{background-color:var(--p-surface-100)}@supports (color:color-mix(in lab, red, red)){.bg-surface-100{background-color:color-mix(in srgb, var(--p-surface-100) calc(100% * 1), transparent)}}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-7{padding-inline:calc(var(--spacing) * 7)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.ps-4{padding-inline-start:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-start{text-align:start}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-words{overflow-wrap:break-word}.text-amber-700{color:var(--color-amber-700)}.text-emerald-700{color:var(--color-emerald-700)}.text-green-700{color:var(--color-green-700)}.text-muted-color{color:var(--p-text-muted-color)}.text-primary-600{color:var(--p-primary-600)}@supports (color:color-mix(in lab, red, red)){.text-primary-600{color:color-mix(in srgb, var(--p-primary-600) calc(100% * 1), transparent)}}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-surface-500{color:var(--p-surface-500)}@supports (color:color-mix(in lab, red, red)){.text-surface-500{color:color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent)}}.text-surface-600{color:var(--p-surface-600)}@supports (color:color-mix(in lab, red, red)){.text-surface-600{color:color-mix(in srgb, var(--p-surface-600) calc(100% * 1), transparent)}}.text-surface-700{color:var(--p-surface-700)}@supports (color:color-mix(in lab, red, red)){.text-surface-700{color:color-mix(in srgb, var(--p-surface-700) calc(100% * 1), transparent)}}.text-surface-800{color:var(--p-surface-800)}@supports (color:color-mix(in lab, red, red)){.text-surface-800{color:color-mix(in srgb, var(--p-surface-800) calc(100% * 1), transparent)}}.uppercase{text-transform:uppercase}.\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)!important}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.focus\:border-primary-400:focus{border-color:var(--p-primary-400)}@supports (color:color-mix(in lab, red, red)){.focus\:border-primary-400:focus{border-color:color-mix(in srgb, var(--p-primary-400) calc(100% * 1), transparent)}}@media (min-width:48rem){.md\:\!w-\[84vw\]{width:84vw!important}.md\:\!w-\[90vw\]{width:90vw!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid{display:grid}.lg\:h-full{height:100%}.lg\:min-h-0{min-height:0}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[13rem_minmax\(0\,1fr\)\]{grid-template-columns:13rem minmax(0,1fr)}.lg\:gap-6{gap:calc(var(--spacing) * 6)}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overscroll-contain{overscroll-behavior:contain}.lg\:pr-2{padding-right:calc(var(--spacing) * 2)}}@media (min-width:80rem){.xl\:\!w-\[70vw\]{width:70vw!important}.xl\:\!w-\[82vw\]{width:82vw!important}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}}@keyframes enter{0%{opacity:var(--p-enter-opacity,1);transform:translate3d(var(--p-enter-translate-x,0), var(--p-enter-translate-y,0), 0) scale3d(var(--p-enter-scale,1), var(--p-enter-scale,1), var(--p-enter-scale,1)) rotate(var(--p-enter-rotate,0))}}@keyframes leave{to{opacity:var(--p-leave-opacity,1);transform:translate3d(var(--p-leave-translate-x,0), var(--p-leave-translate-y,0), 0) scale3d(var(--p-leave-scale,1), var(--p-leave-scale,1), var(--p-leave-scale,1)) rotate(var(--p-leave-rotate,0))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}