@aragon/gov-ui-kit 1.0.49 → 1.0.50
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/CHANGELOG.md +793 -0
- package/build.css +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,793 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
|
6
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [1.0.50] - 2024-10-23
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Convert ODS repo & package to Governance UI Kit brand name + docs
|
|
15
|
+
- Update name of `OdsCoreProvider` to `GukCoreProvider` to match new naming scheme
|
|
16
|
+
- Update name of `OdsModulesProvider` to `GukModulesProvider` to match new naming scheme
|
|
17
|
+
- Update all `--ods-*` CSS variables to `--guk-*` to match new naming scheme
|
|
18
|
+
- Bump `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
|
|
19
|
+
- Bump `secp256k1` from 5.0.0 to 5.0.1
|
|
20
|
+
- Update minor and patch NPM dependencies
|
|
21
|
+
|
|
22
|
+
## [1.0.49] - 2024-10-14
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
- Add optional `children` property to `RadioCard` and `CheckboxCard` core components displayed only when component is
|
|
27
|
+
selected
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Update `RadioCard` and `CheckboxCard` core components to have optional description property, fix alignment when no
|
|
32
|
+
description provided
|
|
33
|
+
- Update `<ProposalDataListItem.Structure >` module component to make proposal type property optional and support
|
|
34
|
+
custom proposal results
|
|
35
|
+
- Bump `actions/checkout` from 4.2.0 to 4.2.1
|
|
36
|
+
- Update minor and patch NPM dependencies
|
|
37
|
+
|
|
38
|
+
## [1.0.48] - 2024-10-04
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Update `Tabs` core component to handle disabled tab trigger state
|
|
43
|
+
- Support `forceMount` property on `Accordion` core component and `ProposalVotingStage` module component to correctly
|
|
44
|
+
render dynamic content on proposal stages
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- Fix truncation issue on `VoteProposalDataListItem` module component
|
|
49
|
+
- Update `AddressInput` module component to forward `chainId` and `wagmiConfig` to `MemberAvatar` component
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- Update `<ProposalVotingTabs />` module component to disable `Breakdown` and `Votes` tabs when voting status is not
|
|
54
|
+
active
|
|
55
|
+
- Bump `actions/setup-node` from 4.0.3 to 4.0.4
|
|
56
|
+
- Bump `actions/checkout` from 4.1.7 to 4.2.0
|
|
57
|
+
- Update minor and patch NPM dependencies
|
|
58
|
+
- Bump `@rollup/plugin-typescript` from v11 to v12 and `@rollup/plugin-commonjs` from v26 to v28
|
|
59
|
+
|
|
60
|
+
## [1.0.47] - 2024-09-23
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
|
|
64
|
+
- Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string
|
|
65
|
+
when needed
|
|
66
|
+
- Add new `xs` size for core `Avatar` component
|
|
67
|
+
|
|
68
|
+
## [1.0.46] - 2024-09-21
|
|
69
|
+
|
|
70
|
+
### Added
|
|
71
|
+
|
|
72
|
+
- Add `IconType.BLOCKCHAIN_WALLETCONNECT` and associated asset
|
|
73
|
+
- Add `EmptyState` fallback to ProposalActions when no actions provided
|
|
74
|
+
- Support `dropdownItems` property on `ProposalActions` module component to display custom actions
|
|
75
|
+
- Update `ProposalActions` component to support `actionKey` property and forward `index` property to sub action
|
|
76
|
+
components
|
|
77
|
+
|
|
78
|
+
### Changed
|
|
79
|
+
|
|
80
|
+
- Update layout of `EmptyState` for centering
|
|
81
|
+
- Update `AccordionItem` border classes for usage within bordered containers
|
|
82
|
+
- Update `ProposalAction` to handle an `EmptyState` fallback for no actions passed, improve layout of children with
|
|
83
|
+
"Expand all" (eg. 'Execute actions' button, etc)
|
|
84
|
+
- Update `DataListItem` component to support button rendering and standalone usage
|
|
85
|
+
- Make `IProposalAction` type generic on ProposalAction module component to support actions with additional parameters
|
|
86
|
+
when used inside a form (e.g. actions with an additional `index` parameter)
|
|
87
|
+
- Update minor and patch versions of NPM dependencies
|
|
88
|
+
- Bump `micromatch` from 4.0.7 to 4.0.8
|
|
89
|
+
- Bump `webpack` from 5.91.0 to 5.94.0
|
|
90
|
+
- Bump `actions/setup-python` from 5.1.1 to 5.2.0
|
|
91
|
+
- Bump `express` from 4.19.2 to 4.21.0
|
|
92
|
+
|
|
93
|
+
### Fixed
|
|
94
|
+
|
|
95
|
+
- Fix the `TextAreaRichText` core component to expose empty string as default value instead of empty paragraph
|
|
96
|
+
- Update `DropdownItem` style to correctly render items with icons aligned on the left
|
|
97
|
+
|
|
98
|
+
## [1.0.45] - 2024-08-23
|
|
99
|
+
|
|
100
|
+
### Added
|
|
101
|
+
|
|
102
|
+
- Update illustration SVGs with custom CSS color customizations
|
|
103
|
+
- Add `isLoading` property to `<Spinner />` core component to render static spinners
|
|
104
|
+
- Update the interfaces of the `<Dialog.Footer />` and `<DialogAlert.Footer />` core components to support the
|
|
105
|
+
`disabled` and `isLoading` properties for the footer buttons
|
|
106
|
+
|
|
107
|
+
### Fixed
|
|
108
|
+
|
|
109
|
+
- Use correct percentage formatting on `<AssetDataListItem />` module component
|
|
110
|
+
|
|
111
|
+
## [1.0.44] - 2024-08-20
|
|
112
|
+
|
|
113
|
+
### Added
|
|
114
|
+
|
|
115
|
+
- Implement `useRandomId` hook and update fields components to use it
|
|
116
|
+
- Update `<TextAreaRichText />` core component to expose `immediatelyRender` property for SSR usage
|
|
117
|
+
- Update `<RadioGroup />`, `<CheckboxGroup />` and `<Switch />` core components to render the `InputContainer`
|
|
118
|
+
component and support the label, helpText, alert and isOptional properties.
|
|
119
|
+
|
|
120
|
+
### Fixed
|
|
121
|
+
|
|
122
|
+
- Update `<Wallet />` module component to correctly propagate custom `chainId` and `wagmi` configs to
|
|
123
|
+
`<MemberAvatar />` component
|
|
124
|
+
- Fix `FIAT_TOTAL_SHORT`, `FIAT_TOTAL_LONG`, `TOKEN_AMOUNT_SHORT` and `PERCENTAGE_SHORT` formats to truncate small
|
|
125
|
+
numbers
|
|
126
|
+
- Hide ens loader indicator on `<Wallet />` module component for mobile devices
|
|
127
|
+
- Fix Storybook stories path of `<Checkbox />` core components
|
|
128
|
+
- Move `<Radio />` core components under `/forms` folder
|
|
129
|
+
- Fix `<InputFileAvatar />` props interface to only expose supported props
|
|
130
|
+
- Fix customisation of `z-index` property on `<TextAreaRichText />` core component
|
|
131
|
+
|
|
132
|
+
### Changed
|
|
133
|
+
|
|
134
|
+
- Default `type` attribute of `<Button />` core component to `button`
|
|
135
|
+
- Rename `label` property on `<Switch />` core component to `inlineLabel` to also support the existing `label`
|
|
136
|
+
property from the `InputContainer` component.
|
|
137
|
+
- Update minor and patch NPM dependencies
|
|
138
|
+
- Bump `elliptic` from `6.5.5` to `6.5.7`
|
|
139
|
+
|
|
140
|
+
## [1.0.43] - 2024-08-13
|
|
141
|
+
|
|
142
|
+
### Added
|
|
143
|
+
|
|
144
|
+
- Add Aragon logo, remove dark background options and create custom theme using Aragon branding for ODS storybook
|
|
145
|
+
- Update `OdsModulesProvider` to support `wagmiInitialState` configuration for Wagmi provider
|
|
146
|
+
|
|
147
|
+
### Changed
|
|
148
|
+
|
|
149
|
+
- Update `@typescript-eslint` packages to v8
|
|
150
|
+
- Remove "Summary" section from `ProposalActionTokenMint` module component and update action interface to only support
|
|
151
|
+
one receiver
|
|
152
|
+
- Update minor and patch NPM dependencies
|
|
153
|
+
|
|
154
|
+
## [1.0.42] - 2024-08-07
|
|
155
|
+
|
|
156
|
+
### Fixed
|
|
157
|
+
|
|
158
|
+
- Hide minimum participation details on `ProposalVotingBreakdownToken` module component when minParticipation is set
|
|
159
|
+
to zero
|
|
160
|
+
- Correctly forward web3 params (e.g. `chainId`) to native `ProposalActions` components
|
|
161
|
+
- Fix ENS name truncation on `<Wallet />` module component
|
|
162
|
+
- Update `<Wallet />` module component to only resolve user ENS name when name property is not set
|
|
163
|
+
- Fix expand behaviour of `TextAreaRichText` core component when used inside a dialog and hide the input label
|
|
164
|
+
- Fix `NumberInput` component to correctly update values on plus / minus buttons click
|
|
165
|
+
- Fix `ProposalVotingBreakdownToken` module component to display correct progress variant when min-participation and
|
|
166
|
+
support are equal to the threshold required
|
|
167
|
+
|
|
168
|
+
### Added
|
|
169
|
+
|
|
170
|
+
- Update `<Wallet />` module component to support custom `chainId` and `wagmi` configurations
|
|
171
|
+
- Add z-index property customisation for `TextAreaRichText` core component when expanded
|
|
172
|
+
- Handle `useFocusTrap` property on dialog components to support disabling default focus-trap behaviour
|
|
173
|
+
- Add `AlertCard` to `ProposalActionsAction` to alert user when action will send native currency
|
|
174
|
+
- Update `ICompositeAddress` interface and components using it to support custom avatar
|
|
175
|
+
- Make `ProposalStatus` strings customisable
|
|
176
|
+
- Implement and export `proposalStatusToVotingStatus` utility
|
|
177
|
+
- Add 'Raw' and 'Decoded' views to `ProposalActions` module component
|
|
178
|
+
|
|
179
|
+
### Changed
|
|
180
|
+
|
|
181
|
+
- Update minor and patch NPM dependencies
|
|
182
|
+
- Bump `postcss` from 8.4.40 to 8.4.41
|
|
183
|
+
- Update `ProposalStatus` type to enum to align it with `ProposalVotingStatus` enum
|
|
184
|
+
|
|
185
|
+
## [1.0.41] - 2024-07-30
|
|
186
|
+
|
|
187
|
+
### Added
|
|
188
|
+
|
|
189
|
+
- Export `VoteIndicator` type from `Vote` module
|
|
190
|
+
- Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support
|
|
191
|
+
a `chainId` parameter which overrides the `chainId` hook parameter
|
|
192
|
+
|
|
193
|
+
### Changed
|
|
194
|
+
|
|
195
|
+
- Update minor and patch NPM dependencies
|
|
196
|
+
|
|
197
|
+
## [1.0.40] - 2024-07-26
|
|
198
|
+
|
|
199
|
+
### Added
|
|
200
|
+
|
|
201
|
+
- Implement `ProposalAction` and `ProposalVoting` module components
|
|
202
|
+
- Handle `WithdrawToken`, `ChangeMembers`, `UpdateMetadata`, `ChangeSettings` and `TokenMint` actions on
|
|
203
|
+
`ProposalActions` module component
|
|
204
|
+
- Add optional `hideLabelTokenVoting` and `tokenSymbol` props to the `MemberDataListItemStructure` module component
|
|
205
|
+
- Implement `invariant` core utility
|
|
206
|
+
|
|
207
|
+
### Changed
|
|
208
|
+
|
|
209
|
+
- Renamed `votingPower` prop to `tokenAmount` in the `MemberDataListItemStructure` module component
|
|
210
|
+
- Update interface for `Accordion.Container` to expose value prop
|
|
211
|
+
- Update styles on `Tabs.List` for latest spec
|
|
212
|
+
- Rename `indicator` property of `<Progress />` core component to `thresholdIndicator` and set `data-value` property
|
|
213
|
+
to indicator component to easier test its value
|
|
214
|
+
- Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8
|
|
215
|
+
- Bump `ws` from 7.5.9 to 7.5.10
|
|
216
|
+
- Update minor and patch NPM dependencies
|
|
217
|
+
|
|
218
|
+
### Fixed
|
|
219
|
+
|
|
220
|
+
- Update `ProposalDataListItem` module component to avoid showing `null` when date property is not defined
|
|
221
|
+
- Fix `DURATION` date format to use the date locale set on the formatter
|
|
222
|
+
|
|
223
|
+
## [1.0.39] - 2024-07-16
|
|
224
|
+
|
|
225
|
+
### Changed
|
|
226
|
+
|
|
227
|
+
- Update minor and patch NPM dependencies
|
|
228
|
+
- Update `useBlockExplorer` hook to return information about the block explorer
|
|
229
|
+
|
|
230
|
+
## [1.0.38] - 2024-07-16
|
|
231
|
+
|
|
232
|
+
### Added
|
|
233
|
+
|
|
234
|
+
- Add new `variant` prop to core `Progress` component, which defaults to `primary`
|
|
235
|
+
- Add new optional `indicator` prop to core `Progress` component
|
|
236
|
+
- Add reset filter functionality to `DataListFilter` core component
|
|
237
|
+
|
|
238
|
+
### Fixed
|
|
239
|
+
|
|
240
|
+
- Remove fixed width from `EmptyState` core component
|
|
241
|
+
- Center `CardEmptyState` core component
|
|
242
|
+
- Truncate long strings on `DaoDataListItem`, `AssetDataListItem`, `VoteDataListItem` module components
|
|
243
|
+
- Fix errors and warnings thrown on component tests
|
|
244
|
+
|
|
245
|
+
### Changed
|
|
246
|
+
|
|
247
|
+
- Bump `prettier-plugin-organize-imports` to 4.0.0
|
|
248
|
+
- Update minor and patch NPM dependencies
|
|
249
|
+
- Update minor and patch Github workflow dependencies
|
|
250
|
+
|
|
251
|
+
## [1.0.37] - 2024-07-08
|
|
252
|
+
|
|
253
|
+
### Changed
|
|
254
|
+
|
|
255
|
+
- Format dates with `formatterUtils` within components
|
|
256
|
+
- Update minor and patch NPM dependencies
|
|
257
|
+
|
|
258
|
+
## [1.0.36] - 2024-06-28
|
|
259
|
+
|
|
260
|
+
### Changed
|
|
261
|
+
|
|
262
|
+
- Reduce the use of controlled components in stories to improve code visibility in Storybook
|
|
263
|
+
- Export `DateFormat` and additional types for handling dates with the `FormatterUtils`
|
|
264
|
+
- Update required parameters of `useBlockExplorer` hook, implement enum for chain entity types
|
|
265
|
+
|
|
266
|
+
## [1.0.35] - 2024-06-28
|
|
267
|
+
|
|
268
|
+
### Added
|
|
269
|
+
|
|
270
|
+
- Implement `VoteProposalDataListItem` with Structure and Skeleton module
|
|
271
|
+
- Add `useBlockExplorer` hook to generate block explorer links
|
|
272
|
+
- Add `formatDate` utility function to `formatterUtils` to format dates
|
|
273
|
+
- Add support for copy customization
|
|
274
|
+
- Add `contentClassNames` property to `Dropdown.Container` component to support custom max width
|
|
275
|
+
|
|
276
|
+
### Changed
|
|
277
|
+
|
|
278
|
+
- Remove Radix props dependency
|
|
279
|
+
- Update minor and patch Github action dependencies
|
|
280
|
+
- Update minor and patch NPM dependencies
|
|
281
|
+
- Revert to using `react-docgen-typescript` for Storybook documentation generation
|
|
282
|
+
|
|
283
|
+
## [1.0.34] - 2024-06-21
|
|
284
|
+
|
|
285
|
+
### Fixed
|
|
286
|
+
|
|
287
|
+
- Ensure `MemberAvatar` component only creates the blockies url on client environment
|
|
288
|
+
|
|
289
|
+
### Changed
|
|
290
|
+
|
|
291
|
+
- Bump `@rollup/plugin-commonjs` from `25.0.8` to `26.0.1`
|
|
292
|
+
- Update minor and patch dependencies of Github workflows
|
|
293
|
+
- Update minor and patch NPM dependencies
|
|
294
|
+
- Update `yarn` version to `4.3.0`
|
|
295
|
+
- Update unit tests to use userEvent instead of fireEvent
|
|
296
|
+
- Move all form items under a `forms` folder
|
|
297
|
+
- Upgrade storybook to v8
|
|
298
|
+
- Update `MemberDataListItem` component to support `votingPower` property set as string
|
|
299
|
+
|
|
300
|
+
### Added
|
|
301
|
+
|
|
302
|
+
- Handle new `layoutClassnames` property on `DataList.Container` component to simplify implementation of custom
|
|
303
|
+
`DataList` layouts
|
|
304
|
+
- Create `ssrUtils` core utilities
|
|
305
|
+
|
|
306
|
+
## [1.0.33] - 2024-06-06
|
|
307
|
+
|
|
308
|
+
### Fixed
|
|
309
|
+
|
|
310
|
+
- Correctly export `Collapsible` core component
|
|
311
|
+
|
|
312
|
+
## [1.0.32] - 2024-06-04
|
|
313
|
+
|
|
314
|
+
### Added
|
|
315
|
+
|
|
316
|
+
- Implement `Wallet` module component
|
|
317
|
+
- Implement `VoteDataListItem` with Structure and Skeleton module
|
|
318
|
+
- Implement `ghost` variant for `Button` component
|
|
319
|
+
- Implement `primaryInverted` variant for `Spinner` component
|
|
320
|
+
|
|
321
|
+
### Changed
|
|
322
|
+
|
|
323
|
+
- Update minor and patch NPM dependencies
|
|
324
|
+
- Update `yarn` version from `4.1.1` to `4.2.2`
|
|
325
|
+
- Bump `@testing-library/react` from `15.0.7` to `16.0.0`
|
|
326
|
+
- Update sizes of `Avatar` core component
|
|
327
|
+
- Update style of `Button`, `CheckboxCard`, `InputContainer`, `RadioCard`, `Spinner` and `Switch` components
|
|
328
|
+
- Cleanup size class definitions to use `size-*` instead of `h-* w-*`
|
|
329
|
+
- Cleanup `shink-0` class usage across components
|
|
330
|
+
- Add `data-testid` attribute to svg files
|
|
331
|
+
|
|
332
|
+
### Fixed
|
|
333
|
+
|
|
334
|
+
- Fix responsiveness classes and utilities to support style for screens below `sm` breakpoint
|
|
335
|
+
- Export module utilities
|
|
336
|
+
|
|
337
|
+
## [1.0.31] - 2024-05-24
|
|
338
|
+
|
|
339
|
+
### Fixed
|
|
340
|
+
|
|
341
|
+
- Update library exports to support `require` calls
|
|
342
|
+
|
|
343
|
+
## [1.0.30] - 2024-05-24
|
|
344
|
+
|
|
345
|
+
### Fixed
|
|
346
|
+
|
|
347
|
+
- Export `DefinitionList` core component
|
|
348
|
+
|
|
349
|
+
## [1.0.29] - 2024-05-24
|
|
350
|
+
|
|
351
|
+
### Added
|
|
352
|
+
|
|
353
|
+
- Implement `DefinitionList` core component
|
|
354
|
+
- Implement `TransactionDataListItem.Skeleton` module component
|
|
355
|
+
- Implement `OdsCoreProvider`, `LinkBase` and `AvatarBase` core components to support `Link` and `Image` NextJs
|
|
356
|
+
components.
|
|
357
|
+
|
|
358
|
+
### Changed
|
|
359
|
+
|
|
360
|
+
- Bump NPM minor and patch dependencies
|
|
361
|
+
- Bump minor and patch dependencies of Github workflows
|
|
362
|
+
- Expose `onValueChange` property on `Accordion` core component
|
|
363
|
+
- Update type extensions for `Tabs.Root` core component to allow forward ref
|
|
364
|
+
- Update `OdsModulesProvider` component to render the `OdsCoreProvider` context.
|
|
365
|
+
|
|
366
|
+
## [1.0.28] - 2024-05-16
|
|
367
|
+
|
|
368
|
+
### Added
|
|
369
|
+
|
|
370
|
+
- Implement `MemberDataListItem.Skeleton`, `AssetDataListItem.Skeleton`, and `DaoDataListItem.Skeleton` module
|
|
371
|
+
components
|
|
372
|
+
- Implement `Tabs` core component
|
|
373
|
+
- Custom CSS property added for `Collapsible` to adjust z-index
|
|
374
|
+
|
|
375
|
+
### Fixed
|
|
376
|
+
|
|
377
|
+
- Prose styling to match design system, better handling for `<code>` elements
|
|
378
|
+
- Move z-index on Collapsible optional overlay to CSS as 'auto'
|
|
379
|
+
- Fixed disabled styling of AvatarIcon for disabled `AccordionItem`
|
|
380
|
+
|
|
381
|
+
## [1.0.27] - 2024-05-08
|
|
382
|
+
|
|
383
|
+
### Added
|
|
384
|
+
|
|
385
|
+
- Implement `Collapsible`, and `CardCollapsible` core components
|
|
386
|
+
|
|
387
|
+
## [1.0.26] - 2024-05-06
|
|
388
|
+
|
|
389
|
+
### Added
|
|
390
|
+
|
|
391
|
+
- Implement `DocumentParser` and `Accordion` core component
|
|
392
|
+
|
|
393
|
+
### Changed
|
|
394
|
+
|
|
395
|
+
- Bump `actions/checkout` from 4.1.3 to 4.1.4
|
|
396
|
+
- Bump `peter-evans/find-comment` from 2.4.0 to 3.1.0
|
|
397
|
+
- Bump `actions/github-script` from 6.4.1 to 7.0.1
|
|
398
|
+
- Bump `ejs` from 3.1.9 to 3.1.10
|
|
399
|
+
- Bump minor and patch dependencies
|
|
400
|
+
|
|
401
|
+
## [1.0.25] - 2024-04-24
|
|
402
|
+
|
|
403
|
+
### Added
|
|
404
|
+
|
|
405
|
+
- Setup `Dependabot` to keep dependencies updated
|
|
406
|
+
|
|
407
|
+
### Changed
|
|
408
|
+
|
|
409
|
+
- Set `yarn` version to v4 and update publish workflow
|
|
410
|
+
- Update Dependabot config to group Github actions dependencies and fix Storybook group
|
|
411
|
+
- Bump `mindsers/changelog-reader-action` from 2.2.2 to 2.2.3
|
|
412
|
+
- Bump `peter-evans/create-or-update-comment` from 2 to 4.0.0
|
|
413
|
+
- Bump `actions/setup-python` from 4.6.1 to 5.1.0
|
|
414
|
+
- Bump `actions/setup-node` from 3.6.0 to 4.0.2
|
|
415
|
+
- Bump `softprops/action-gh-release` from 0.1.15 to 2.0.4
|
|
416
|
+
- Bump `dangoslen/changelog-enforcer` from 3.5.0 to 3.6.1
|
|
417
|
+
- Bump `actions/checkout` from 3.5.3 to 4.1.3
|
|
418
|
+
- Bump minimum Node version required from 18.18 to 20
|
|
419
|
+
- Bump minor and patch dependencies
|
|
420
|
+
|
|
421
|
+
### Fixed
|
|
422
|
+
|
|
423
|
+
- `ProposalDataListItemStructure` module component to clamp title to one line
|
|
424
|
+
- Warnings on Github workflows for using deprecated yarn options
|
|
425
|
+
- Warnings on tests because of `@testing-library/dom` version mismatch
|
|
426
|
+
|
|
427
|
+
## [1.0.24] - 2024-04-23
|
|
428
|
+
|
|
429
|
+
### Added
|
|
430
|
+
|
|
431
|
+
- Implement `ProposalDataListItemSkeleton` module component
|
|
432
|
+
- Extend `addressUtils` with `isAddressEqual` method
|
|
433
|
+
|
|
434
|
+
### Changed
|
|
435
|
+
|
|
436
|
+
- Remove padding from `DataListContainer`, `DataListFilterStatus`, `DataListPagination` and `DataListRoot`
|
|
437
|
+
- Add `stageId` and `stageTitle` properties to `IApprovalThresholdResult` & `IMajorityVotingResult` interfaces
|
|
438
|
+
- Add `id` and optional `tag` properties to `ProposalDataListItemStructure`
|
|
439
|
+
- Remove `publisherProfileLink` and `protocolUpdate` properties from `ProposalDataListItemStructure`
|
|
440
|
+
- Update `date` and `result` properties of `ProposalDataListItemStructure` to be optional and `publisher` to allow for
|
|
441
|
+
multiple publishers
|
|
442
|
+
|
|
443
|
+
### Fixed
|
|
444
|
+
|
|
445
|
+
- `Link` core component to truncate on overflow
|
|
446
|
+
|
|
447
|
+
## [1.0.23] - 2024-04-18
|
|
448
|
+
|
|
449
|
+
### Added
|
|
450
|
+
|
|
451
|
+
- Implement `Breadcrumbs`, `StateSkeletonBar`, and `StateSkeletonCircular` core components
|
|
452
|
+
- Added `slash` icon file
|
|
453
|
+
|
|
454
|
+
### Changed
|
|
455
|
+
|
|
456
|
+
- Update minor and patch dependencies
|
|
457
|
+
- Update `@testing-library/react` to v15
|
|
458
|
+
- Adjusted active and hover start styling on `AssetTransfer` module component
|
|
459
|
+
- Export all components to allow usage without dot-notation
|
|
460
|
+
|
|
461
|
+
## [1.0.22] - 2024-04-12
|
|
462
|
+
|
|
463
|
+
### Added
|
|
464
|
+
|
|
465
|
+
- Implement `AssetTransfer` module component
|
|
466
|
+
|
|
467
|
+
### Changed
|
|
468
|
+
|
|
469
|
+
- Update `README` logo
|
|
470
|
+
- Bump `tar` from 6.2.0 to 6.2.1
|
|
471
|
+
- Drop `common-js` support
|
|
472
|
+
|
|
473
|
+
## [1.0.21] - 2024-04-04
|
|
474
|
+
|
|
475
|
+
### Added
|
|
476
|
+
|
|
477
|
+
- Implement `DaoDataListItem.Structure`, `ProposalDataListItem.Structure`, `TransactionDataListItem.Structure`,
|
|
478
|
+
`MemberDataListItem.Structure`, `AssetDataListItem.Structure`, and `AddressInput` module components
|
|
479
|
+
- Implement `StatePingAnimation` core component
|
|
480
|
+
- Implement `addressUtils` and `ensUtils` module utilities
|
|
481
|
+
- Implement `useDebouncedValue` core hook and `clipboardUtils` core utility
|
|
482
|
+
- Support `withSign` option on formatter
|
|
483
|
+
|
|
484
|
+
### Changed
|
|
485
|
+
|
|
486
|
+
- Update `Tag` component primary variant styling
|
|
487
|
+
- Update Eslint rules to align usage of boolean properties
|
|
488
|
+
- Update default query-client options to set a stale time greater than 0
|
|
489
|
+
- Bump `webpack-dev-middleware` from 6.1.1 to 6.1.2
|
|
490
|
+
- Bump `express` from 4.18.2 to 4.19.2 #132
|
|
491
|
+
|
|
492
|
+
### Fixed
|
|
493
|
+
|
|
494
|
+
- Reexport module components
|
|
495
|
+
- Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g.
|
|
496
|
+
`wagmi/chains`)
|
|
497
|
+
- Formatter utility to support negative numbers
|
|
498
|
+
|
|
499
|
+
## [1.0.20] - 2024-03-13
|
|
500
|
+
|
|
501
|
+
### Fixed
|
|
502
|
+
|
|
503
|
+
- Fix library build to avoid bundling peer dependencies
|
|
504
|
+
- Remove export of module components until the Aragon App migrates to Wagmi v2
|
|
505
|
+
|
|
506
|
+
## [1.0.19] - 2024-03-13
|
|
507
|
+
|
|
508
|
+
### Added
|
|
509
|
+
|
|
510
|
+
- Implement animations for `Dialog` and `DialogAlert` components
|
|
511
|
+
- Implement `DaoAvatar` and `MemberAvatar` module components
|
|
512
|
+
- Implement `OdsModulesProvider` for using wagmi hooks on modules components
|
|
513
|
+
- Introduce component customisations for the z-index property of the `Dropdown` and `Dialogs` components
|
|
514
|
+
|
|
515
|
+
### Changed
|
|
516
|
+
|
|
517
|
+
- Update library structure to support module components
|
|
518
|
+
- Update documentation about how to install the library
|
|
519
|
+
- Update minor and patch dependencies
|
|
520
|
+
- Update `@typescript-eslint` and `eslint-plugin-storybook` dependencies
|
|
521
|
+
- Set minimum required node version to 18.18.0 (required by `@typescript-eslint` v7)
|
|
522
|
+
- Update documentation on modules components
|
|
523
|
+
- Update required dependencies, move `react` and `react-dom` to peer dependencies
|
|
524
|
+
|
|
525
|
+
## [1.0.18] - 2024-02-29
|
|
526
|
+
|
|
527
|
+
### Fixed
|
|
528
|
+
|
|
529
|
+
- Usage of `Dropdown` component inside a `Dialog` component
|
|
530
|
+
- Remove auto-focus to `Dropdown` trigger to avoid closing dialogs on `DropdownItem` click
|
|
531
|
+
|
|
532
|
+
## [1.0.17] - 2024-02-28
|
|
533
|
+
|
|
534
|
+
### Added
|
|
535
|
+
|
|
536
|
+
- Implement `DataList` component
|
|
537
|
+
- Handling of responsive sizes to `Progress` component
|
|
538
|
+
|
|
539
|
+
### Changed
|
|
540
|
+
|
|
541
|
+
- Update `eslint` rules to enforce no circular dependencies
|
|
542
|
+
|
|
543
|
+
### Fixed
|
|
544
|
+
|
|
545
|
+
- `CardEmptyState` component to horizontally center content
|
|
546
|
+
- Spacings of `EmptyState` component when being stacked and having an object illustration
|
|
547
|
+
- Typos on documentation and comments
|
|
548
|
+
|
|
549
|
+
### Removed
|
|
550
|
+
|
|
551
|
+
- `ActionItem` component
|
|
552
|
+
|
|
553
|
+
## [1.0.16] - 2024-02-27
|
|
554
|
+
|
|
555
|
+
### Added
|
|
556
|
+
|
|
557
|
+
- Add `customTrigger` and `align` properties to Dropdown component
|
|
558
|
+
- Implement `DialogAlert` and `Dialog` components
|
|
559
|
+
|
|
560
|
+
### Fixed
|
|
561
|
+
|
|
562
|
+
- `Icon` styling to prevent shrinking
|
|
563
|
+
- Correct `IconType.MINUS` icon for InputNumber component
|
|
564
|
+
|
|
565
|
+
## [1.0.15] - 2024-02-23
|
|
566
|
+
|
|
567
|
+
### Changed
|
|
568
|
+
|
|
569
|
+
- Add `disabled` and `isLoading` properties to Button component, remove `state` property
|
|
570
|
+
- Update `AlertCard` component to accept any ReactNode as `description` property
|
|
571
|
+
- Rename `isDisabled` property of input components to `disabled`
|
|
572
|
+
- Bump `ip` library from 2.0.0 to 2.0.1
|
|
573
|
+
|
|
574
|
+
## [1.0.14] - 2024-02-20
|
|
575
|
+
|
|
576
|
+
### Added
|
|
577
|
+
|
|
578
|
+
- Implement `Heading`, `InputFileAvatar` and `Dropdown` components
|
|
579
|
+
- All SVGs have new designs/code implemented with "currentColor" fill, 16x16 mask
|
|
580
|
+
- Added `richtext-heading`, `blockchain-block`, `app-transactions`, `logout`, `critical` and `sort-desc` icon files
|
|
581
|
+
- Ref property handling on `Button` component
|
|
582
|
+
|
|
583
|
+
### Removed
|
|
584
|
+
|
|
585
|
+
- Removed `radio-pause`, `switch`, `tx-failure`, `turn-off` and `update` icon files
|
|
586
|
+
|
|
587
|
+
### Changed
|
|
588
|
+
|
|
589
|
+
- Renamed `menu-vertical` to `dots-vertical`
|
|
590
|
+
- Renamed `menu-horizontal` to `dots-horizontal`
|
|
591
|
+
- Renamed `menu-default` to `menu`
|
|
592
|
+
- Renamed `sort` to `sort-asc`
|
|
593
|
+
- Renamed `add` to `plus`
|
|
594
|
+
- Renamed `remove` to `minus`
|
|
595
|
+
- Renamed `question` to `help`
|
|
596
|
+
- Renamed `radio-cancel` to `remove`
|
|
597
|
+
- Renamed `radio-default` to `radio`
|
|
598
|
+
- Renamed `radio-check` to `success`
|
|
599
|
+
- Renamed `checkbox-multi` to `checkbox-indeterminate`
|
|
600
|
+
- Renamed `checkbox-default` to `checkbox`
|
|
601
|
+
- Renamed `tx-smart-contract` to `blockchain-smartcontract`
|
|
602
|
+
- Renamed `tx-deposit` to `deposit`
|
|
603
|
+
- Renamed `tx-withdraw` to `withdraw`
|
|
604
|
+
- Renamed `app-finance` to `app-assets`
|
|
605
|
+
- Renamed `app-governance` to `app-proposals`
|
|
606
|
+
- Renamed `app-community` to `app-members`
|
|
607
|
+
- Renamed `explore` to `app-explore`
|
|
608
|
+
- Renamed `dashboard` to `app-dashboard`
|
|
609
|
+
- Renamed `blockchain` to `blockchain-blockchain`
|
|
610
|
+
- Renamed `gas-fee` to `blockchain-gasfee`
|
|
611
|
+
- Renamed `wysiwyg-bold` to `richtext-bold`
|
|
612
|
+
- Renamed `wysiwyg-italic` to `richtext-italic`
|
|
613
|
+
- Renamed `wysiwyg-link-set` to `richtext-link-add`
|
|
614
|
+
- Renamed `wysiwyg-link-unset` to `richtext-link-remove`
|
|
615
|
+
- Renamed `wysiwyg-list-ordered` to `richtext-list-ordered`
|
|
616
|
+
- Renamed `wysiwyg-list-unordered` to `richtext-list-unordered`
|
|
617
|
+
|
|
618
|
+
## [1.0.13] - 2024-02-14
|
|
619
|
+
|
|
620
|
+
### Added
|
|
621
|
+
|
|
622
|
+
- Implement `Tooltip` component
|
|
623
|
+
|
|
624
|
+
### Changed
|
|
625
|
+
|
|
626
|
+
- Update minor and patch versions of dependencies
|
|
627
|
+
|
|
628
|
+
### Fixed
|
|
629
|
+
|
|
630
|
+
- Style of `Progress` component to make it full width
|
|
631
|
+
|
|
632
|
+
## [1.0.12] - 2024-02-12
|
|
633
|
+
|
|
634
|
+
### Added
|
|
635
|
+
|
|
636
|
+
- Implement `CardEmptyState`, `EmptyState`, `Checkbox`, `CheckboxGroup`, `CheckboxCard`, `RadioGroup`, `Radio`, and
|
|
637
|
+
`RadioCard` components
|
|
638
|
+
- Export all component types
|
|
639
|
+
- Handle style transitions on `ActionItem`, `Button` and `Toggle` components
|
|
640
|
+
- Property `defaultValue` to `ToggleGroup` component to set an initial value for uncontrolled usage
|
|
641
|
+
- `shadow-info` Tailwind CSS utility class and documentationonents
|
|
642
|
+
- Ref forwarding to `InputNumber`, `InputSearch`, `InputText` and `TextArea` components
|
|
643
|
+
|
|
644
|
+
### Fixed
|
|
645
|
+
|
|
646
|
+
- Storybook stories to only use the component's required properties on `default` stories
|
|
647
|
+
- `Button` component to render a button element when the `href` property is set to `undefined`
|
|
648
|
+
- Hide clear icon on `InputSearch` component when disabled
|
|
649
|
+
|
|
650
|
+
### Changed
|
|
651
|
+
|
|
652
|
+
- Implement new style for `AlertCard`, `Spinner`, `Switch`, `InputContainer`, `Toggle` and `Tag` components
|
|
653
|
+
- Mark variant property of `AlertInline` and `AlertCard` components as optional and set it to `info` by default
|
|
654
|
+
- Remove border color from `Card` component, update style of `CardSummary` component as for new design
|
|
655
|
+
- Set default properties to `Button` and `Spinner` components
|
|
656
|
+
- Hide date picker indicator when `InputDate` component is disabled
|
|
657
|
+
- Update `InputNumber` component to handle prefix and suffix properties through `react-imask`
|
|
658
|
+
- Align cursor style of disabled components
|
|
659
|
+
- Update line-height and height of `TextArea` and `TextAreaRichText` components
|
|
660
|
+
|
|
661
|
+
## [1.0.11] - 2024-02-06
|
|
662
|
+
|
|
663
|
+
### Fixed
|
|
664
|
+
|
|
665
|
+
- Properly export ESM/CJS library depending on current environment and fix CJS build
|
|
666
|
+
|
|
667
|
+
## [1.0.10] - 2024-02-05
|
|
668
|
+
|
|
669
|
+
### Added
|
|
670
|
+
|
|
671
|
+
- Implement `Link`, `InputNumber`, `InputTime`, `TextArea` and `TextAreaRichText` components
|
|
672
|
+
- Implement Addon element for `InputText` component
|
|
673
|
+
- Handle size property on `Progress` component
|
|
674
|
+
- `border-none` Tailwind CSS utility class
|
|
675
|
+
|
|
676
|
+
### Changed
|
|
677
|
+
|
|
678
|
+
- Update minor and patch versions of dependencies
|
|
679
|
+
- Update `husky` to v9
|
|
680
|
+
- Add `wrapperClassName` property to `InputContainer` component to customise the input wrapper
|
|
681
|
+
- Update `InputContainer` props to accept any HTML div property and support textarea elements
|
|
682
|
+
|
|
683
|
+
### Fixed
|
|
684
|
+
|
|
685
|
+
- Fix styling conflict in `InputText` introduced by Addon element
|
|
686
|
+
|
|
687
|
+
## [1.0.9] - 2024-01-23
|
|
688
|
+
|
|
689
|
+
### Fixed
|
|
690
|
+
|
|
691
|
+
- Minimum `tailwindcss` version required
|
|
692
|
+
- Fix disabled input style on Firefox
|
|
693
|
+
- Max Length on inputs is restyled and only shows if no alert
|
|
694
|
+
- Fix `Toggle` component shadow styling
|
|
695
|
+
|
|
696
|
+
### Added
|
|
697
|
+
|
|
698
|
+
- Implement `InputDate`, `Avatar` and `InputNumberMax` components
|
|
699
|
+
- Add `AvatarIcon` documentation and tests
|
|
700
|
+
|
|
701
|
+
## [1.0.8] - 2024-01-17
|
|
702
|
+
|
|
703
|
+
### Fixed
|
|
704
|
+
|
|
705
|
+
- Fix label size of `Switch` component
|
|
706
|
+
|
|
707
|
+
### Changed
|
|
708
|
+
|
|
709
|
+
- Update minor and patch versions of dependencies
|
|
710
|
+
|
|
711
|
+
## [1.0.7] - 2024-01-12
|
|
712
|
+
|
|
713
|
+
### Added
|
|
714
|
+
|
|
715
|
+
- Implement `Card`, `CardSummary`, `Switch`, `Toggle` and `ToggleGroup` components
|
|
716
|
+
|
|
717
|
+
### Changed
|
|
718
|
+
|
|
719
|
+
- Update `Spinner` and `Button` components to handle responsive sizes
|
|
720
|
+
- Update `Icon` and `AvatarIcon` components to handle xl and 2xl responsive sizes
|
|
721
|
+
|
|
722
|
+
### Fixed
|
|
723
|
+
|
|
724
|
+
- Update `InputSearch` component to fix server-side rendering
|
|
725
|
+
|
|
726
|
+
## [1.0.6] - 2023-12-13
|
|
727
|
+
|
|
728
|
+
### Added
|
|
729
|
+
|
|
730
|
+
- Implement `Tag`, `InputContainer`, `InputText` and `InputSearch` components
|
|
731
|
+
- Documentation on how to handle library dependencies
|
|
732
|
+
- `shadow-none` and `shake` Tailwind CSS utility classes
|
|
733
|
+
|
|
734
|
+
### Changed
|
|
735
|
+
|
|
736
|
+
- Update library documentation
|
|
737
|
+
- Output `build.css` file to be able to use ODS library without TailwindCSS
|
|
738
|
+
- Relax `dependencies` and `peerDependencies` versions
|
|
739
|
+
- Prettier configuration to propertly format markdown files
|
|
740
|
+
- Bump `@adobe/css-tools` from 4.3.1 to 4.3.2
|
|
741
|
+
|
|
742
|
+
### Fixed
|
|
743
|
+
|
|
744
|
+
- Correctly format `README.md` links on Storybook
|
|
745
|
+
- Handling of value length for controlled inputs
|
|
746
|
+
|
|
747
|
+
## [1.0.5] - 2023-11-20
|
|
748
|
+
|
|
749
|
+
### Changed
|
|
750
|
+
|
|
751
|
+
- Update `lint-staged` to v15
|
|
752
|
+
- Update `babel`, `rollup`, `storybook` dependencies
|
|
753
|
+
- Bundle `tslib` utilities into library by removing `importHelpers` TypeScript configuration
|
|
754
|
+
|
|
755
|
+
### Fixed
|
|
756
|
+
|
|
757
|
+
- Introduce `@svgr/rollup` to correctly bundle SVGs
|
|
758
|
+
- Remove redundant `jackspeak` dependency resolution
|
|
759
|
+
- Move `"@svgr/rollup` dependency to dev dependencies
|
|
760
|
+
|
|
761
|
+
### Removed
|
|
762
|
+
|
|
763
|
+
- Remove redundant `postcss` step and dependency
|
|
764
|
+
- Do not include `tailwindcss` configuration utilities into bundle
|
|
765
|
+
|
|
766
|
+
## [1.0.4] - 2023-11-09
|
|
767
|
+
|
|
768
|
+
### Fixed
|
|
769
|
+
|
|
770
|
+
- Mark all dependencies as external to fix library build
|
|
771
|
+
|
|
772
|
+
## [1.0.3] - 2023-11-08
|
|
773
|
+
|
|
774
|
+
### Fixed
|
|
775
|
+
|
|
776
|
+
- Fix directory of types declarations
|
|
777
|
+
- Remove empty `index.css` file
|
|
778
|
+
|
|
779
|
+
## [1.0.2] - 2023-10-25
|
|
780
|
+
|
|
781
|
+
### Added
|
|
782
|
+
|
|
783
|
+
- Implement `formatterUtils` class to format numbers
|
|
784
|
+
|
|
785
|
+
### Changed
|
|
786
|
+
|
|
787
|
+
- Bump `@babel/traverse` from 7.23.0 to 7.23.2
|
|
788
|
+
|
|
789
|
+
## [1.0.1] - 2023-10-16
|
|
790
|
+
|
|
791
|
+
### Added
|
|
792
|
+
|
|
793
|
+
- Initial v1.0 release of `@aragon/ods` library
|
package/build.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import "./src";*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(147,197,253,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(147,197,253,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
|
-
! tailwindcss v3.4.
|
|
5
|
-
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:var(--guk-font-family);font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:786px){.container{max-width:786px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--guk-color-neutral-500);max-width:none}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base);margin-bottom:1.25em;margin-top:1.25em}@media (min-width:786px){.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-primary-400);font-weight:500;text-decoration:none}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:var(--guk-color-primary-600)}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):active{color:var(--guk-color-primary-800)}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-neutral-500);font-size:var(--guk-font-size-base);font-weight:600}@media (min-width:786px){.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--guk-color-neutral-200);border-top-width:1px;margin-bottom:3em;margin-top:var(--guk-space-10)}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-50);border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;border:1px solid var(--guk-color-neutral-200);border-radius:var(--guk-border-rounded-lg);color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;padding:var(--guk-space-10);quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-2xl);font-weight:800;line-height:1.1111111;margin-bottom:var(--guk-space-10);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-3xl)}}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-xl);font-weight:700;line-height:1.3333333;margin-bottom:var(--guk-space-8);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-2xl)}}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-lg);font-weight:600;line-height:1.6;margin-bottom:var(--guk-space-6);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-xl)}}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-base);font-weight:600;line-height:1.5;margin-bottom:var(--guk-space-4);margin-top:1.5em}@media (min-width:786px){.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:var(--guk-border-rounded-xl);margin-bottom:2em;margin-top:2em;overflow:hidden}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:var(--guk-border-rounded-xl);margin-bottom:2em;margin-top:2em;overflow:hidden}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-900);border-radius:.25rem;color:var(--guk-color-neutral-50);font-size:.875em;font-weight:600;padding:var(--guk-space-base)}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"";padding-left:.25rem}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"";padding-right:.25rem}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-900);border-radius:var(--guk-border-rounded-lg);color:var(--guk-color-neutral-50);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:var(--guk-color-neutral-500);--tw-prose-headings:var(--guk-color-neutral-800);--tw-prose-lead:var(--guk-color-neutral-600);--tw-prose-links:var(--guk-color-primary-400);--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-sm);margin-bottom:var(--guk-space-2)}@media (min-width:786px){.prose :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base)}}.prose :where(h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-xs);margin-bottom:var(--guk-space-base)}@media (min-width:786px){.prose :where(h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-sm)}}.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base)}@media (min-width:786px){.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-neutral-500)}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:23 23 23;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:var(--guk-space-0)}.inset-x-2{left:var(--guk-space-2);right:var(--guk-space-2)}.inset-y-0{bottom:var(--guk-space-0);top:var(--guk-space-0)}.-right-1{right:calc(var(--guk-space-base)*-1)}.-top-1{top:calc(var(--guk-space-base)*-1)}.bottom-0{bottom:var(--guk-space-0)}.bottom-2{bottom:var(--guk-space-2)}.left-0{left:var(--guk-space-0)}.left-4{left:var(--guk-space-4)}.right-0{right:var(--guk-space-0)}.right-2{right:var(--guk-space-2)}.top-0{top:var(--guk-space-0)}.top-1\/2{top:50%}.z-\[var\(--guk-collapsible-overlay-z-index\)\]{z-index:var(--guk-collapsible-overlay-z-index)}.z-\[var\(--guk-dialog-alert-content-z-index\)\]{z-index:var(--guk-dialog-alert-content-z-index)}.z-\[var\(--guk-dialog-alert-overlay-z-index\)\]{z-index:var(--guk-dialog-alert-overlay-z-index)}.z-\[var\(--guk-dialog-content-z-index\)\]{z-index:var(--guk-dialog-content-z-index)}.z-\[var\(--guk-dialog-overlay-z-index\)\]{z-index:var(--guk-dialog-overlay-z-index)}.z-\[var\(--guk-dropdown-container-content-z-index\)\]{z-index:var(--guk-dropdown-container-content-z-index)}.z-\[var\(--guk-text-area-rich-text-expanded-z-index\)\]{z-index:var(--guk-text-area-rich-text-expanded-z-index)}.order-2{order:2}.order-last{order:9999}.col-span-2{grid-column:span 2/span 2}.float-right{float:right}.m-1{margin:var(--guk-space-base)}.mx-1{margin-left:var(--guk-space-base);margin-right:var(--guk-space-base)}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:var(--guk-space-4)}.mb-6{margin-bottom:var(--guk-space-6)}.ml-2{margin-left:var(--guk-space-2)}.ml-3{margin-left:var(--guk-space-3)}.ml-4{margin-left:var(--guk-space-4)}.ml-6{margin-left:var(--guk-space-6)}.mr-2{margin-right:var(--guk-space-2)}.mr-4{margin-right:var(--guk-space-4)}.mt-0\.5{margin-top:var(--guk-space-0-5)}.mt-1{margin-top:var(--guk-space-base)}.mt-2{margin-top:var(--guk-space-2)}.mt-4{margin-top:var(--guk-space-4)}.mt-5{margin-top:var(--guk-space-5)}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.size-full{height:100%;width:100%}.h-1{height:var(--guk-space-base)}.h-10{height:var(--guk-space-10)}.h-16{height:var(--guk-space-16)}.h-2{height:var(--guk-space-2)}.h-20{height:var(--guk-space-20)}.h-24{height:var(--guk-space-24)}.h-28{height:var(--guk-space-28)}.h-3{height:var(--guk-space-3)}.h-32{height:var(--guk-space-32)}.h-4{height:var(--guk-space-4)}.h-40{height:var(--guk-space-40)}.h-48{height:var(--guk-space-48)}.h-5{height:var(--guk-space-5)}.h-6{height:var(--guk-space-6)}.h-8{height:var(--guk-space-8)}.h-96{height:var(--guk-space-96)}.h-\[32px\]{height:32px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[70\%\]{height:70%}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[calc\(100vh-80px\)\]{max-height:calc(100vh - 80px)}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-12{min-height:var(--guk-space-12)}.min-h-5{min-height:var(--guk-space-5)}.min-h-6{min-height:var(--guk-space-6)}.min-h-\[160px\]{min-height:160px}.w-0\.5{width:var(--guk-space-0-5)}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:var(--guk-space-10)}.w-20{width:var(--guk-space-20)}.w-24{width:var(--guk-space-24)}.w-3{width:var(--guk-space-3)}.w-3\/4{width:75%}.w-4{width:var(--guk-space-4)}.w-40{width:var(--guk-space-40)}.w-5{width:var(--guk-space-5)}.w-96{width:var(--guk-space-96)}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[40px\]{width:40px}.w-\[48px\]{width:48px}.w-full{width:100%}.min-w-0{min-width:var(--guk-space-0)}.min-w-48{min-width:var(--guk-space-48)}.min-w-\[112px\]{min-width:112px}.min-w-\[320px\]{min-width:320px}.min-w-\[80px\]{min-width:80px}.min-w-\[96px\]{min-width:96px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-12{max-width:var(--guk-space-12)}.max-w-20{max-width:var(--guk-space-20)}.max-w-24{max-width:var(--guk-space-24)}.max-w-52{max-width:var(--guk-space-52)}.max-w-\[160px\]{max-width:160px}.max-w-\[400px\]{max-width:400px}.max-w-\[480px\]{max-width:480px}.max-w-\[560px\]{max-width:560px}.max-w-\[var\(--radix-dropdown-menu-content-available-width\)\]{max-width:var(--radix-dropdown-menu-content-available-width)}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-fixed{table-layout:fixed}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.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))}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.animate-shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.resize-none{resize:none}.auto-cols-auto{grid-auto-columns:auto}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[auto_64px\]{grid-template-columns:auto 64px}.grid-cols-\[auto_max-content\]{grid-template-columns:auto max-content}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-0\.5{gap:var(--guk-space-0-5)}.gap-1{gap:var(--guk-space-base)}.gap-1\.5{gap:var(--guk-space-1-5)}.gap-14{gap:var(--guk-space-14)}.gap-2{gap:var(--guk-space-2)}.gap-3{gap:var(--guk-space-3)}.gap-4{gap:var(--guk-space-4)}.gap-5{gap:var(--guk-space-5)}.gap-6{gap:var(--guk-space-6)}.gap-8{gap:var(--guk-space-8)}.gap-x-0\.5{-moz-column-gap:var(--guk-space-0-5);column-gap:var(--guk-space-0-5)}.gap-x-1{-moz-column-gap:var(--guk-space-base);column-gap:var(--guk-space-base)}.gap-x-1\.5{-moz-column-gap:var(--guk-space-1-5);column-gap:var(--guk-space-1-5)}.gap-x-10{-moz-column-gap:var(--guk-space-10);column-gap:var(--guk-space-10)}.gap-x-2{-moz-column-gap:var(--guk-space-2);column-gap:var(--guk-space-2)}.gap-x-20{-moz-column-gap:var(--guk-space-20);column-gap:var(--guk-space-20)}.gap-x-3{-moz-column-gap:var(--guk-space-3);column-gap:var(--guk-space-3)}.gap-x-4{-moz-column-gap:var(--guk-space-4);column-gap:var(--guk-space-4)}.gap-x-6{-moz-column-gap:var(--guk-space-6);column-gap:var(--guk-space-6)}.gap-x-8{-moz-column-gap:var(--guk-space-8);column-gap:var(--guk-space-8)}.gap-y-0\.5{row-gap:var(--guk-space-0-5)}.gap-y-1{row-gap:var(--guk-space-base)}.gap-y-1\.5{row-gap:var(--guk-space-1-5)}.gap-y-2{row-gap:var(--guk-space-2)}.gap-y-3{row-gap:var(--guk-space-3)}.gap-y-4{row-gap:var(--guk-space-4)}.gap-y-5{row-gap:var(--guk-space-5)}.gap-y-6{row-gap:var(--guk-space-6)}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-0)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-0)*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-base)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-base)*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-3)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-3)*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-4)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-4)*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-6)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-6)*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0)*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0-5)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0-5)*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-base)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-base)*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-2)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-2)*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-3)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-3)*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-4)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-4)*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-5)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-5)*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-6)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-6)*(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.\!rounded-none{border-radius:var(--guk-border-rounded-none)!important}.rounded{border-radius:var(--guk-border-rounded)}.rounded-2xl{border-radius:var(--guk-border-rounded-2xl)}.rounded-3xl{border-radius:var(--guk-border-rounded-3xl)}.rounded-\[40px\]{border-radius:40px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:var(--guk-border-rounded-full)}.rounded-lg{border-radius:var(--guk-border-rounded-lg)}.rounded-xl{border-radius:var(--guk-border-rounded-xl)}.rounded-b-xl{border-bottom-right-radius:var(--guk-border-rounded-xl)}.rounded-b-xl,.rounded-l-xl{border-bottom-left-radius:var(--guk-border-rounded-xl)}.rounded-l-xl{border-top-left-radius:var(--guk-border-rounded-xl)}.rounded-r-none{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.rounded-r-xl{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.rounded-t{border-top-left-radius:var(--guk-border-rounded);border-top-right-radius:var(--guk-border-rounded)}.rounded-t-xl{border-top-left-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.rounded-br-none{border-bottom-right-radius:var(--guk-border-rounded-none)}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.6px\]{border-width:1.6px}.border-\[1px\]{border-width:1px}.border-\[2\.4px\]{border-width:2.4px}.border-\[3\.2px\]{border-width:3.2px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-l-\[1px\]{border-left-width:1px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-critical-300{border-color:var(--guk-color-critical-300)}.border-critical-400{border-color:var(--guk-color-critical-400)}.border-critical-500{border-color:var(--guk-color-critical-500)}.border-critical-600{border-color:var(--guk-color-critical-600)}.border-info-300{border-color:var(--guk-color-info-300)}.border-info-400{border-color:var(--guk-color-info-400)}.border-neutral-0{border-color:var(--guk-color-neutral-0)}.border-neutral-100{border-color:var(--guk-color-neutral-100)}.border-neutral-200{border-color:var(--guk-color-neutral-200)}.border-neutral-300{border-color:var(--guk-color-neutral-300)}.border-primary-100{border-color:var(--guk-color-primary-100)}.border-primary-300{border-color:var(--guk-color-primary-300)}.border-primary-400{border-color:var(--guk-color-primary-400)}.border-success-300{border-color:var(--guk-color-success-300)}.border-success-400{border-color:var(--guk-color-success-400)}.border-transparent{border-color:var(--guk-color-transparent)}.border-warning-300{border-color:var(--guk-color-warning-300)}.border-warning-400{border-color:var(--guk-color-warning-400)}.border-warning-500{border-color:var(--guk-color-warning-500)}.border-warning-600{border-color:var(--guk-color-warning-600)}.border-t-critical-800{border-top-color:var(--guk-color-critical-800)}.border-t-neutral-0{border-top-color:var(--guk-color-neutral-0)}.border-t-neutral-500{border-top-color:var(--guk-color-neutral-500)}.border-t-primary-400{border-top-color:var(--guk-color-primary-400)}.border-t-success-800{border-top-color:var(--guk-color-success-800)}.border-t-warning-800{border-top-color:var(--guk-color-warning-800)}.bg-critical-100{background-color:var(--guk-color-critical-100)}.bg-critical-200{background-color:var(--guk-color-critical-200)}.bg-critical-300{background-color:var(--guk-color-critical-300)}.bg-critical-500{background-color:var(--guk-color-critical-500)}.bg-info-100{background-color:var(--guk-color-info-100)}.bg-info-200{background-color:var(--guk-color-info-200)}.bg-info-300{background-color:var(--guk-color-info-300)}.bg-info-500{background-color:var(--guk-color-info-500)}.bg-neutral-0{background-color:var(--guk-color-neutral-0)}.bg-neutral-100{background-color:var(--guk-color-neutral-100)}.bg-neutral-200{background-color:var(--guk-color-neutral-200)}.bg-neutral-300{background-color:var(--guk-color-neutral-300)}.bg-neutral-400{background-color:var(--guk-color-neutral-400)}.bg-neutral-50{background-color:var(--guk-color-neutral-50)}.bg-neutral-800{background-color:var(--guk-color-neutral-800)}.bg-primary-300{background-color:var(--guk-color-primary-300)}.bg-primary-400{background-color:var(--guk-color-primary-400)}.bg-primary-50{background-color:var(--guk-color-primary-50)}.bg-primary-500{background-color:var(--guk-color-primary-500)}.bg-success-100{background-color:var(--guk-color-success-100)}.bg-success-200{background-color:var(--guk-color-success-200)}.bg-success-300{background-color:var(--guk-color-success-300)}.bg-success-400{background-color:var(--guk-color-success-400)}.bg-success-500{background-color:var(--guk-color-success-500)}.bg-transparent{background-color:var(--guk-color-transparent)}.bg-warning-100{background-color:var(--guk-color-warning-100)}.bg-warning-200{background-color:var(--guk-color-warning-200)}.bg-warning-300{background-color:var(--guk-color-warning-300)}.bg-warning-500{background-color:var(--guk-color-warning-500)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-modal-footer{background-image:linear-gradient(180deg,rgba(245,247,250,0),#f5f7fa)}.bg-modal-header{background-image:linear-gradient(180deg,#f5f7fa,rgba(245,247,250,0))}.bg-modal-overlay{background-image:linear-gradient(180deg,rgba(245,247,250,0),#f5f7fa)}.from-neutral-0{--tw-gradient-from:var(--guk-color-neutral-0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-neutral-50{--tw-gradient-from:var(--guk-color-neutral-50) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-40\%{--tw-gradient-from-position:40%}.to-transparent{--tw-gradient-to:var(--guk-color-transparent) var(--tw-gradient-to-position)}.fill-critical-300{fill:var(--guk-color-critical-300)}.fill-info-300{fill:var(--guk-color-info-300)}.fill-neutral-800{fill:var(--guk-color-neutral-800)}.fill-success-300{fill:var(--guk-color-success-300)}.fill-warning-300{fill:var(--guk-color-warning-300)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:var(--guk-space-base)}.p-12{padding:var(--guk-space-12)}.p-14{padding:var(--guk-space-14)}.p-16{padding:var(--guk-space-16)}.p-2{padding:var(--guk-space-2)}.p-2\.5{padding:var(--guk-space-2-5)}.p-3{padding:var(--guk-space-3)}.p-4{padding:var(--guk-space-4)}.p-6{padding:var(--guk-space-6)}.p-8{padding:var(--guk-space-8)}.\!px-3{padding-left:var(--guk-space-3)!important;padding-right:var(--guk-space-3)!important}.\!py-0{padding-bottom:var(--guk-space-0)!important;padding-top:var(--guk-space-0)!important}.px-0\.5{padding-left:var(--guk-space-0-5);padding-right:var(--guk-space-0-5)}.px-1{padding-left:var(--guk-space-base);padding-right:var(--guk-space-base)}.px-1\.5{padding-left:var(--guk-space-1-5);padding-right:var(--guk-space-1-5)}.px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.px-5{padding-left:var(--guk-space-5);padding-right:var(--guk-space-5)}.py-0{padding-bottom:var(--guk-space-0);padding-top:var(--guk-space-0)}.py-0\.5{padding-bottom:var(--guk-space-0-5);padding-top:var(--guk-space-0-5)}.py-1{padding-bottom:var(--guk-space-base);padding-top:var(--guk-space-base)}.py-1\.5{padding-bottom:var(--guk-space-1-5);padding-top:var(--guk-space-1-5)}.py-10{padding-bottom:var(--guk-space-10);padding-top:var(--guk-space-10)}.py-2{padding-bottom:var(--guk-space-2);padding-top:var(--guk-space-2)}.py-2\.5{padding-bottom:var(--guk-space-2-5);padding-top:var(--guk-space-2-5)}.py-3{padding-bottom:var(--guk-space-3);padding-top:var(--guk-space-3)}.py-3\.5{padding-bottom:var(--guk-space-3-5);padding-top:var(--guk-space-3-5)}.py-4{padding-bottom:var(--guk-space-4);padding-top:var(--guk-space-4)}.py-5{padding-bottom:var(--guk-space-5);padding-top:var(--guk-space-5)}.pb-2{padding-bottom:var(--guk-space-2)}.pb-20{padding-bottom:var(--guk-space-20)}.pb-3{padding-bottom:var(--guk-space-3)}.pb-4{padding-bottom:var(--guk-space-4)}.pb-6{padding-bottom:var(--guk-space-6)}.pb-8{padding-bottom:var(--guk-space-8)}.pl-2{padding-left:var(--guk-space-2)}.pl-3{padding-left:var(--guk-space-3)}.pl-4{padding-left:var(--guk-space-4)}.pl-8{padding-left:var(--guk-space-8)}.pr-2{padding-right:var(--guk-space-2)}.pr-3{padding-right:var(--guk-space-3)}.pt-0{padding-top:var(--guk-space-0)}.pt-1{padding-top:var(--guk-space-base)}.pt-2{padding-top:var(--guk-space-2)}.pt-4{padding-top:var(--guk-space-4)}.pt-5{padding-top:var(--guk-space-5)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:var(--guk-font-size-2xl)}.text-3xl{font-size:var(--guk-font-size-3xl)}.text-4xl{font-size:var(--guk-font-size-4xl)}.text-5xl,.text-5xl\/tight{font-size:var(--guk-font-size-5xl)}.text-5xl\/tight{line-height:var(--guk-line-height-tight)}.text-base{font-size:var(--guk-font-size-base)}.text-lg{font-size:var(--guk-font-size-lg)}.text-sm{font-size:var(--guk-font-size-sm)}.text-xl{font-size:var(--guk-font-size-xl)}.text-xs{font-size:var(--guk-font-size-xs)}.font-normal{font-weight:var(--guk-font-weight-normal)}.font-semibold{font-weight:var(--guk-font-weight-semibold)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-normal{line-height:var(--guk-line-height-normal)}.leading-relaxed{line-height:var(--guk-line-height-relaxed)}.leading-tight{line-height:var(--guk-line-height-tight)}.\!text-critical-800{color:var(--guk-color-critical-800)!important}.text-critical-500{color:var(--guk-color-critical-500)}.text-critical-600{color:var(--guk-color-critical-600)}.text-critical-800{color:var(--guk-color-critical-800)}.text-critical-900{color:var(--guk-color-critical-900)}.text-info-500{color:var(--guk-color-info-500)}.text-info-600{color:var(--guk-color-info-600)}.text-info-800{color:var(--guk-color-info-800)}.text-info-900{color:var(--guk-color-info-900)}.text-neutral-0{color:var(--guk-color-neutral-0)}.text-neutral-200{color:var(--guk-color-neutral-200)}.text-neutral-300{color:var(--guk-color-neutral-300)}.text-neutral-400{color:var(--guk-color-neutral-400)}.text-neutral-50{color:var(--guk-color-neutral-50)}.text-neutral-500{color:var(--guk-color-neutral-500)}.text-neutral-600{color:var(--guk-color-neutral-600)}.text-neutral-800{color:var(--guk-color-neutral-800)}.text-neutral-900{color:var(--guk-color-neutral-900)}.text-primary-300{color:var(--guk-color-primary-300)}.text-primary-400{color:var(--guk-color-primary-400)}.text-success-500{color:var(--guk-color-success-500)}.text-success-600{color:var(--guk-color-success-600)}.text-success-800{color:var(--guk-color-success-800)}.text-success-900{color:var(--guk-color-success-900)}.text-warning-500{color:var(--guk-color-warning-500)}.text-warning-600{color:var(--guk-color-warning-600)}.text-warning-800{color:var(--guk-color-warning-800)}.text-warning-900{color:var(--guk-color-warning-900)}.underline{text-decoration-line:underline}.caret-neutral-500{caret-color:var(--guk-color-neutral-500)}.opacity-75{opacity:.75}.shadow-critical{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical)}.shadow-critical,.shadow-critical-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-critical-md{--tw-shadow:var(--guk-shadow-critical-md);--tw-shadow-colored:var(--guk-shadow-critical-md)}.shadow-critical-sm{--tw-shadow:var(--guk-shadow-critical-sm);--tw-shadow-colored:var(--guk-shadow-critical-sm)}.shadow-critical-sm,.shadow-info{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-info{--tw-shadow:var(--guk-shadow-info);--tw-shadow-colored:var(--guk-shadow-info)}.shadow-info-md{--tw-shadow:var(--guk-shadow-info-md);--tw-shadow-colored:var(--guk-shadow-info-md)}.shadow-info-md,.shadow-neutral{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neutral{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral)}.shadow-neutral-md{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md)}.shadow-neutral-md,.shadow-neutral-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neutral-sm{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm)}.shadow-primary{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary)}.shadow-primary,.shadow-primary-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-primary-sm{--tw-shadow:var(--guk-shadow-primary-sm);--tw-shadow-colored:var(--guk-shadow-primary-sm)}.shadow-success{--tw-shadow:var(--guk-shadow-success);--tw-shadow-colored:var(--guk-shadow-success)}.shadow-success,.shadow-success-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-success-md{--tw-shadow:var(--guk-shadow-success-md);--tw-shadow-colored:var(--guk-shadow-success-md)}.shadow-success-sm{--tw-shadow:var(--guk-shadow-success-sm);--tw-shadow-colored:var(--guk-shadow-success-sm)}.shadow-success-sm,.shadow-warning{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-warning{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning)}.shadow-warning-md{--tw-shadow:var(--guk-shadow-warning-md);--tw-shadow-colored:var(--guk-shadow-warning-md)}.shadow-warning-md,.shadow-warning-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-warning-sm{--tw-shadow:var(--guk-shadow-warning-sm);--tw-shadow-colored:var(--guk-shadow-warning-sm)}.shadow-neutral-800{--tw-shadow-color:var(--guk-color-neutral-800);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur:blur(8px)}.blur,.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)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-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);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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[border-radius\2c width\]{transition-duration:.15s;transition-property:border-radius,width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.will-change-transform{will-change:transform}.\!\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere!important}.\[position\:var\(--guk-avatar-container-position\)\]{position:var(--guk-avatar-container-position)}.\[word-break\:break-word\]{word-break:break-word}.\*\:border-b>*{border-bottom-width:1px}.\*\:border-b-neutral-100>*{border-bottom-color:var(--guk-color-neutral-100)}.\*\:pb-6>*{padding-bottom:var(--guk-space-6)}.first-letter\:capitalize:first-letter{text-transform:capitalize}.placeholder\:text-base::-moz-placeholder{font-size:var(--guk-font-size-base)}.placeholder\:text-base::placeholder{font-size:var(--guk-font-size-base)}.placeholder\:font-normal::-moz-placeholder{font-weight:var(--guk-font-weight-normal)}.placeholder\:font-normal::placeholder{font-weight:var(--guk-font-weight-normal)}.placeholder\:leading-tight::-moz-placeholder{line-height:var(--guk-line-height-tight)}.placeholder\:leading-tight::placeholder{line-height:var(--guk-line-height-tight)}.placeholder\:text-neutral-300::-moz-placeholder{color:var(--guk-color-neutral-300)}.placeholder\:text-neutral-300::placeholder{color:var(--guk-color-neutral-300)}.first\:border-none:first-child{border-style:none}.first\:before\:pointer-events-none:first-child:before{content:var(--tw-content);pointer-events:none}.first\:before\:absolute:first-child:before{content:var(--tw-content);position:absolute}.first\:before\:top-5:first-child:before{content:var(--tw-content);top:var(--guk-space-5)}.first\:before\:text-base\/tight:first-child:before{content:var(--tw-content);font-size:var(--guk-font-size-base);line-height:var(--guk-line-height-tight)}.first\:before\:font-normal:first-child:before{content:var(--tw-content);font-weight:var(--guk-font-weight-normal)}.first\:before\:text-neutral-300:first-child:before{color:var(--guk-color-neutral-300);content:var(--tw-content)}.first\:before\:content-\[attr\(data-placeholder\)\]:first-child:before{--tw-content:attr(data-placeholder);content:var(--tw-content)}.last\:border-none:last-child{border-style:none}.focus-within\:border-critical-600:focus-within{border-color:var(--guk-color-critical-600)}.focus-within\:border-primary-400:focus-within{border-color:var(--guk-color-primary-400)}.focus-within\:border-warning-600:focus-within{border-color:var(--guk-color-warning-600)}.focus-within\:shadow-critical:focus-within{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-primary:focus-within{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-warning:focus-within{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:border-critical-500:hover{border-color:var(--guk-color-critical-500)}.hover\:border-critical-600:hover{border-color:var(--guk-color-critical-600)}.hover\:border-neutral-200:hover{border-color:var(--guk-color-neutral-200)}.hover\:border-neutral-300:hover{border-color:var(--guk-color-neutral-300)}.hover\:border-primary-200:hover{border-color:var(--guk-color-primary-200)}.hover\:border-primary-500:hover{border-color:var(--guk-color-primary-500)}.hover\:border-success-500:hover{border-color:var(--guk-color-success-500)}.hover\:border-warning-400:hover{border-color:var(--guk-color-warning-400)}.hover\:border-warning-500:hover{border-color:var(--guk-color-warning-500)}.hover\:border-warning-600:hover{border-color:var(--guk-color-warning-600)}.hover\:bg-neutral-0:hover{background-color:var(--guk-color-neutral-0)}.hover\:bg-neutral-50:hover{background-color:var(--guk-color-neutral-50)}.hover\:bg-primary-50:hover{background-color:var(--guk-color-primary-50)}.hover\:bg-primary-500:hover{background-color:var(--guk-color-primary-500)}.hover\:text-neutral-800:hover{color:var(--guk-color-neutral-800)}.hover\:text-primary-600:hover{color:var(--guk-color-primary-600)}.hover\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\]:hover{--tw-shadow:inset 0 0 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 0 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color)}.hover\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\]:hover,.hover\:shadow-critical:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-critical:hover{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical)}.hover\:shadow-neutral:hover{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral)}.hover\:shadow-neutral-md:hover,.hover\:shadow-neutral:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-neutral-md:hover{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md)}.hover\:shadow-primary:hover{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary)}.hover\:shadow-primary-md:hover,.hover\:shadow-primary:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-primary-md:hover{--tw-shadow:var(--guk-shadow-primary-md);--tw-shadow-colored:var(--guk-shadow-primary-md)}.hover\:shadow-success:hover{--tw-shadow:var(--guk-shadow-success);--tw-shadow-colored:var(--guk-shadow-success)}.hover\:shadow-success:hover,.hover\:shadow-warning:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-warning:hover{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning)}.hover\:shadow-neutral-800:hover{--tw-shadow-color:var(--guk-color-neutral-800);--tw-shadow:var(--tw-shadow-colored)}.focus-within\:hover\:border-critical-500:hover:focus-within{border-color:var(--guk-color-critical-500)}.focus-within\:hover\:border-primary-400:hover:focus-within{border-color:var(--guk-color-primary-400)}.focus-within\:hover\:border-warning-500:hover:focus-within{border-color:var(--guk-color-warning-500)}.focus-within\:hover\:shadow-critical:hover:focus-within{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:hover\:shadow-primary:hover:focus-within{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:hover\:shadow-warning:hover:focus-within{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:rounded-xl:focus-visible{border-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-b-xl:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-xl);border-bottom-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-r-none:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.focus-visible\:rounded-r-xl:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-t-xl:focus-visible{border-top-left-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-critical:focus-visible{--tw-ring-color:var(--guk-color-critical-200)}.focus-visible\:ring-primary:focus-visible{--tw-ring-color:var(--guk-color-primary-200)}.focus-visible\:ring-success:focus-visible{--tw-ring-color:var(--guk-color-success-200)}.focus-visible\:ring-warning:focus-visible{--tw-ring-color:var(--guk-color-warning-200)}.focus-visible\:ring-offset:focus-visible{--tw-ring-offset-width:2px}.active\:border-critical-600:active{border-color:var(--guk-color-critical-600)}.active\:border-neutral-300:active{border-color:var(--guk-color-neutral-300)}.active\:border-neutral-400:active{border-color:var(--guk-color-neutral-400)}.active\:border-primary-400:active{border-color:var(--guk-color-primary-400)}.active\:border-primary-800:active{border-color:var(--guk-color-primary-800)}.active\:border-success-600:active{border-color:var(--guk-color-success-600)}.active\:border-warning-600:active{border-color:var(--guk-color-warning-600)}.active\:bg-neutral-0:active{background-color:var(--guk-color-neutral-0)}.active\:bg-neutral-50:active{background-color:var(--guk-color-neutral-50)}.active\:bg-primary-800:active{background-color:var(--guk-color-primary-800)}.active\:text-neutral-800:active{color:var(--guk-color-neutral-800)}.active\:text-primary-600:active{color:var(--guk-color-primary-600)}.active\:text-primary-800:active{color:var(--guk-color-primary-800)}.active\:shadow-none:active{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:border-neutral-100:disabled{border-color:var(--guk-color-neutral-100)}.disabled\:border-neutral-200:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:border-neutral-300:disabled{border-color:var(--guk-color-neutral-300)}.disabled\:bg-neutral-100:disabled{background-color:var(--guk-color-neutral-100)}.disabled\:text-neutral-300:disabled{color:var(--guk-color-neutral-300)}.disabled\:shadow-none:disabled{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group\/root:hover .group-hover\/root\:text-neutral-800{color:var(--guk-color-neutral-800)}.group\/root:hover .group-hover\/root\:text-primary-400{color:var(--guk-color-primary-400)}.group:hover .group-hover\:text-critical-600{color:var(--guk-color-critical-600)}.group:hover .group-hover\:text-neutral-300{color:var(--guk-color-neutral-300)}.group:hover .group-hover\:text-neutral-400{color:var(--guk-color-neutral-400)}.group:hover .group-hover\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:hover .group-hover\:text-neutral-600{color:var(--guk-color-neutral-600)}.group:hover .group-hover\:text-primary-300{color:var(--guk-color-primary-300)}.group:hover .group-hover\:text-primary-400{color:var(--guk-color-primary-400)}.group:hover .group-hover\:text-primary-500{color:var(--guk-color-primary-500)}.group:hover .group-hover\:text-success-600{color:var(--guk-color-success-600)}.group:hover .group-hover\:text-warning-600{color:var(--guk-color-warning-600)}.group:hover .group-hover\:shadow-neutral-md{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:focus .group-focus\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:active .group-active\:text-critical-600{color:var(--guk-color-critical-600)}.group:active .group-active\:text-neutral-400{color:var(--guk-color-neutral-400)}.group:active .group-active\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:active .group-active\:text-neutral-600{color:var(--guk-color-neutral-600)}.group:active .group-active\:text-primary-400{color:var(--guk-color-primary-400)}.group:active .group-active\:text-primary-700{color:var(--guk-color-primary-700)}.group:active .group-active\:text-success-600{color:var(--guk-color-success-600)}.group:active .group-active\:text-warning-600{color:var(--guk-color-warning-600)}.group:active .group-active\:shadow-none{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:disabled .group-disabled\:bg-neutral-200{background-color:var(--guk-color-neutral-200)}.group:disabled .group-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.group:disabled .group-disabled\:text-neutral-500{color:var(--guk-color-neutral-500)}.peer:disabled~.peer-disabled\:cursor-default{cursor:default}.peer:disabled~.peer-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.aria-disabled\:border-neutral-100[aria-disabled=true]{border-color:var(--guk-color-neutral-100)}.aria-disabled\:bg-neutral-100[aria-disabled=true]{background-color:var(--guk-color-neutral-100)}.aria-disabled\:text-neutral-300[aria-disabled=true]{color:var(--guk-color-neutral-300)}.aria-disabled\:shadow-none[aria-disabled=true]{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[aria-disabled=true] .group-aria-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.data-\[state\=closed\]\:hidden[data-state=closed]{display:none}.data-\[state\=checked\]\:translate-x-\[14px\][data-state=checked]{--tw-translate-x:14px;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))}.data-\[state\=closed\]\:animate-\[accordionCollapse_0\.3s_cubic-bezier\(0\.87\2c _0\2c _0\.13\2c _1\)_forwards\][data-state=closed]{animation:accordionCollapse .3s cubic-bezier(.87,0,.13,1) forwards}.data-\[state\=open\]\:animate-\[accordionExpand_0\.3s_cubic-bezier\(0\.87\2c _0\2c _0\.13\2c _1\)_forwards\][data-state=open]{animation:accordionExpand .3s cubic-bezier(.87,0,.13,1) forwards}.data-\[disabled\]\:cursor-default[data-disabled]{cursor:default}.data-\[state\=checked\]\:border-primary-400[data-state=checked]{border-color:var(--guk-color-primary-400)}.data-\[disabled\]\:bg-neutral-0[data-disabled]{background-color:var(--guk-color-neutral-0)}.data-\[highlighted\]\:bg-neutral-50[data-highlighted]{background-color:var(--guk-color-neutral-50)}.data-\[state\=checked\]\:bg-primary-400[data-state=checked]{background-color:var(--guk-color-primary-400)}.data-\[disabled\]\:text-neutral-300[data-disabled]{color:var(--guk-color-neutral-300)}.data-\[highlighted\]\:text-neutral-800[data-highlighted],.data-\[state\=active\]\:text-neutral-800[data-state=active]{color:var(--guk-color-neutral-800)}.data-\[state\=active\]\:shadow-\[inset_0_-1px_0_0\2c 0_1px_0_0\][data-state=active]{--tw-shadow:inset 0 -1px 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 -1px 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=checked\]\:shadow-primary[data-state=checked]{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-primary-400[data-state=active]{--tw-shadow-color:var(--guk-color-primary-400);--tw-shadow:var(--tw-shadow-colored)}.hover\:data-\[state\=checked\]\:shadow-primary-md[data-state=checked]:hover{--tw-shadow:var(--guk-shadow-primary-md);--tw-shadow-colored:var(--guk-shadow-primary-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.active\:data-\[state\=active\]\:text-neutral-800[data-state=active]:active{color:var(--guk-color-neutral-800)}.active\:data-\[state\=active\]\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\][data-state=active]:active{--tw-shadow:inset 0 0 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 0 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.active\:data-\[state\=active\]\:shadow-primary-400[data-state=active]:active{--tw-shadow-color:var(--guk-color-primary-400);--tw-shadow:var(--tw-shadow-colored)}.data-\[state\=off\]\:enabled\:border-neutral-100:enabled[data-state=off]{border-color:var(--guk-color-neutral-100)}.data-\[state\=on\]\:enabled\:border-primary-400:enabled[data-state=on]{border-color:var(--guk-color-primary-400)}.data-\[state\=unchecked\]\:enabled\:border-neutral-100:enabled[data-state=unchecked]{border-color:var(--guk-color-neutral-100)}.data-\[state\=off\]\:enabled\:bg-neutral-0:enabled[data-state=off],.data-\[state\=on\]\:enabled\:bg-neutral-0:enabled[data-state=on]{background-color:var(--guk-color-neutral-0)}.data-\[state\=off\]\:enabled\:text-neutral-500:enabled[data-state=off]{color:var(--guk-color-neutral-500)}.data-\[state\=on\]\:enabled\:text-primary-400:enabled[data-state=on]{color:var(--guk-color-primary-400)}.data-\[state-off\]\:enabled\:shadow-neutral-sm:enabled[data-state-off]{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state-on\]\:enabled\:shadow-primary-sm:enabled[data-state-on]{--tw-shadow:var(--guk-shadow-primary-sm);--tw-shadow-colored:var(--guk-shadow-primary-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=unchecked\]\:enabled\:shadow-neutral-sm:enabled[data-state=unchecked]{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=off\]\:hover\:enabled\:border-neutral-200:enabled:hover[data-state=off]{border-color:var(--guk-color-neutral-200)}.data-\[state\=off\]\:hover\:enabled\:shadow-neutral:enabled:hover[data-state=off]{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=on\]\:hover\:enabled\:shadow-primary:enabled:hover[data-state=on]{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=unchecked\]\:enabled\:hover\:shadow-neutral:hover:enabled[data-state=unchecked]{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:data-\[state\=checked\]\:border-neutral-200[data-state=checked]:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:data-\[state\=checked\]\:border-neutral-300[data-state=checked]:disabled{border-color:var(--guk-color-neutral-300)}.disabled\:data-\[state\=unchecked\]\:border-neutral-200[data-state=unchecked]:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:data-\[state\=checked\]\:shadow-none[data-state=checked]:disabled{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:disabled .group-disabled\:data-\[state\=checked\]\:bg-neutral-300[data-state=checked]{background-color:var(--guk-color-neutral-300)}.group[data-state=checked] .group-data-\[state\=checked\]\:block,.group[data-state=indeterminate] .group-data-\[state\=indeterminate\]\:block,.group[data-state=unchecked] .group-data-\[state\=unchecked\]\:block,.group\/checkbox[data-state=checked] .group-data-\[state\=checked\]\/checkbox\:block,.group\/checkbox[data-state=indeterminate] .group-data-\[state\=indeterminate\]\/checkbox\:block,.group\/checkbox[data-state=unchecked] .group-data-\[state\=unchecked\]\/checkbox\:block{display:block}.group[data-state=checked] .group-data-\[state\=checked\]\:hidden{display:none}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;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))}.group[data-disabled] .group-data-\[disabled\]\:cursor-default{cursor:default}.group[data-disabled] .group-data-\[disabled\]\:text-neutral-300,.group[data-disabled][data-state=unchecked] .group-data-\[disabled\]\:group-data-\[state\=unchecked\]\:text-neutral-300,.group\/checkbox[data-disabled] .group-data-\[disabled\]\/checkbox\:text-neutral-300{color:var(--guk-color-neutral-300)}.group[data-disabled] .group-data-\[disabled\]\:text-neutral-500{color:var(--guk-color-neutral-500)}.group[data-state=active] .group-data-\[state\=active\]\:text-neutral-800,.group[data-state=checked] .group-data-\[state\=checked\]\:text-neutral-800,.group[data-state=unchecked] .group-data-\[state\=unchecked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.group[data-disabled] .\*\:group-data-\[disabled\]\:text-neutral-100>*{color:var(--guk-color-neutral-100)}.group:disabled[data-state=checked] .group-disabled\:group-data-\[state\=checked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.peer[data-disabled]~.peer-data-\[disabled\]\:cursor-default{cursor:default}.peer[data-disabled][data-state=unchecked]~.peer-data-\[disabled\]\:peer-data-\[state\=unchecked\]\:text-neutral-300{color:var(--guk-color-neutral-300)}.peer[data-disabled]~.peer-data-\[disabled\]\:text-neutral-500{color:var(--guk-color-neutral-500)}.peer:disabled[data-state=checked]~.peer-disabled\:peer-data-\[state\=checked\]\:text-neutral-800,.peer[data-state=checked]~.peer-data-\[state\=checked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.peer:disabled[data-state=unchecked]~.peer-disabled\:peer-data-\[state\=unchecked\]\:text-neutral-300{color:var(--guk-color-neutral-300)}.search-cancel\:appearance-none::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.calendar-icon\:hidden::-webkit-calendar-picker-indicator{display:none}.calendar-icon\:appearance-none::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none}.calendar-icon\:hidden::-webkit-inner-spin-button{display:none}.calendar-icon\:appearance-none::-webkit-inner-spin-button,.spin-buttons\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.spin-buttons\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}@media (min-width:640px){.sm\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.sm\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.sm\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.sm\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.sm\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.sm\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.sm\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.sm\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.sm\:h-1{height:var(--guk-space-base)}.sm\:h-2{height:var(--guk-space-2)}.sm\:h-3{height:var(--guk-space-3)}.sm\:h-4{height:var(--guk-space-4)}.sm\:h-5{height:var(--guk-space-5)}.sm\:h-6{height:var(--guk-space-6)}.sm\:h-8{height:var(--guk-space-8)}.sm\:h-\[32px\]{height:32px}.sm\:h-\[40px\]{height:40px}.sm\:h-\[48px\]{height:48px}.sm\:w-20{width:var(--guk-space-20)}.sm\:w-3{width:var(--guk-space-3)}.sm\:w-4{width:var(--guk-space-4)}.sm\:w-40{width:var(--guk-space-40)}.sm\:w-5{width:var(--guk-space-5)}.sm\:w-\[32px\]{width:32px}.sm\:w-\[40px\]{width:40px}.sm\:w-\[48px\]{width:48px}.sm\:min-w-\[112px\]{min-width:112px}.sm\:min-w-\[80px\]{min-width:80px}.sm\:min-w-\[96px\]{min-width:96px}.sm\:gap-0\.5{gap:var(--guk-space-0-5)}.sm\:gap-1{gap:var(--guk-space-base)}.sm\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.sm\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.sm\:border-2{border-width:2px}.sm\:border-\[1\.6px\]{border-width:1.6px}.sm\:border-\[2\.4px\]{border-width:2.4px}.sm\:border-\[3\.2px\]{border-width:3.2px}.sm\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.sm\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.sm\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.sm\:text-base{font-size:var(--guk-font-size-base)}.sm\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:786px){.md\:left-1\/2{left:50%}.md\:col-start-2{grid-column-start:2}.md\:mb-6{margin-bottom:var(--guk-space-6)}.md\:ml-7{margin-left:var(--guk-space-7)}.md\:mr-4{margin-right:var(--guk-space-4)}.md\:mt-1{margin-top:var(--guk-space-base)}.md\:line-clamp-6{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;overflow:hidden}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.md\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.md\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.md\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.md\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.md\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.md\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.md\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.md\:h-1{height:var(--guk-space-base)}.md\:h-2{height:var(--guk-space-2)}.md\:h-20{height:var(--guk-space-20)}.md\:h-3{height:var(--guk-space-3)}.md\:h-32{height:var(--guk-space-32)}.md\:h-4{height:var(--guk-space-4)}.md\:h-5{height:var(--guk-space-5)}.md\:h-6{height:var(--guk-space-6)}.md\:h-8{height:var(--guk-space-8)}.md\:h-\[32px\]{height:32px}.md\:h-\[40px\]{height:40px}.md\:h-\[48px\]{height:48px}.md\:h-auto{height:auto}.md\:min-h-6{min-height:var(--guk-space-6)}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-20{width:var(--guk-space-20)}.md\:w-3{width:var(--guk-space-3)}.md\:w-3\/4{width:75%}.md\:w-4{width:var(--guk-space-4)}.md\:w-40{width:var(--guk-space-40)}.md\:w-5{width:var(--guk-space-5)}.md\:w-5\/6{width:83.333333%}.md\:w-\[32px\]{width:32px}.md\:w-\[40px\]{width:40px}.md\:w-\[480px\]{width:480px}.md\:w-\[48px\]{width:48px}.md\:w-\[640px\]{width:640px}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:min-w-44{min-width:var(--guk-space-44)}.md\:min-w-\[112px\]{min-width:112px}.md\:min-w-\[480px\]{min-width:480px}.md\:min-w-\[80px\]{min-width:80px}.md\:min-w-\[96px\]{min-width:96px}.md\:-translate-x-1\/2{--tw-translate-x:-50%}.md\:-rotate-90,.md\:-translate-x-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))}.md\:-rotate-90{--tw-rotate:-90deg}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-\[auto_1fr_1fr_max-content\]{grid-template-columns:auto 1fr 1fr max-content}.md\:grid-cols-\[auto_80px\]{grid-template-columns:auto 80px}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:gap-0\.5{gap:var(--guk-space-0-5)}.md\:gap-1{gap:var(--guk-space-base)}.md\:gap-3{gap:var(--guk-space-3)}.md\:gap-4{gap:var(--guk-space-4)}.md\:gap-5{gap:var(--guk-space-5)}.md\:gap-6{gap:var(--guk-space-6)}.md\:gap-x-1{-moz-column-gap:var(--guk-space-base);column-gap:var(--guk-space-base)}.md\:gap-x-1\.5{-moz-column-gap:var(--guk-space-1-5);column-gap:var(--guk-space-1-5)}.md\:gap-x-3{-moz-column-gap:var(--guk-space-3);column-gap:var(--guk-space-3)}.md\:gap-x-4{-moz-column-gap:var(--guk-space-4);column-gap:var(--guk-space-4)}.md\:gap-x-6{-moz-column-gap:var(--guk-space-6);column-gap:var(--guk-space-6)}.md\:gap-y-1{row-gap:var(--guk-space-base)}.md\:gap-y-1\.5{row-gap:var(--guk-space-1-5)}.md\:gap-y-2{row-gap:var(--guk-space-2)}.md\:gap-y-2\.5{row-gap:var(--guk-space-2-5)}.md\:gap-y-3{row-gap:var(--guk-space-3)}.md\:gap-y-4{row-gap:var(--guk-space-4)}.md\:gap-y-8{row-gap:var(--guk-space-8)}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-4)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-4)*var(--tw-space-x-reverse))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-8)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-8)*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0)*(1 - var(--tw-space-y-reverse)))}.md\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-base)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-base)*(1 - var(--tw-space-y-reverse)))}.md\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-2)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-2)*(1 - var(--tw-space-y-reverse)))}.md\:self-start{align-self:flex-start}.md\:rounded-2xl{border-radius:var(--guk-border-rounded-2xl)}.md\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.md\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.md\:rounded-l-none{border-bottom-left-radius:var(--guk-border-rounded-none);border-top-left-radius:var(--guk-border-rounded-none)}.md\:rounded-l-xl{border-bottom-left-radius:var(--guk-border-rounded-xl);border-top-left-radius:var(--guk-border-rounded-xl)}.md\:rounded-r-none{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.md\:rounded-r-xl{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.md\:border-2{border-width:2px}.md\:border-\[1\.6px\]{border-width:1.6px}.md\:border-\[2\.4px\]{border-width:2.4px}.md\:border-\[3\.2px\]{border-width:3.2px}.md\:border-y{border-bottom-width:1px;border-top-width:1px}.md\:border-l{border-left-width:1px}.md\:border-l-0{border-left-width:0}.md\:border-r{border-right-width:1px}.md\:border-r-0{border-right-width:0}.md\:p-12{padding:var(--guk-space-12)}.md\:p-6{padding:var(--guk-space-6)}.md\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.md\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.md\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.md\:px-6{padding-left:var(--guk-space-6);padding-right:var(--guk-space-6)}.md\:py-0\.5{padding-bottom:var(--guk-space-0-5);padding-top:var(--guk-space-0-5)}.md\:py-1\.5{padding-bottom:var(--guk-space-1-5);padding-top:var(--guk-space-1-5)}.md\:py-3{padding-bottom:var(--guk-space-3);padding-top:var(--guk-space-3)}.md\:py-3\.5{padding-bottom:var(--guk-space-3-5);padding-top:var(--guk-space-3-5)}.md\:py-4{padding-bottom:var(--guk-space-4);padding-top:var(--guk-space-4)}.md\:py-5{padding-bottom:var(--guk-space-5);padding-top:var(--guk-space-5)}.md\:py-6{padding-bottom:var(--guk-space-6);padding-top:var(--guk-space-6)}.md\:pb-3{padding-bottom:var(--guk-space-3)}.md\:pb-6{padding-bottom:var(--guk-space-6)}.md\:pl-3{padding-left:var(--guk-space-3)}.md\:pl-4{padding-left:var(--guk-space-4)}.md\:pl-8{padding-left:var(--guk-space-8)}.md\:pr-3{padding-right:var(--guk-space-3)}.md\:pt-6{padding-top:var(--guk-space-6)}.md\:text-2xl{font-size:var(--guk-font-size-2xl)}.md\:text-3xl{font-size:var(--guk-font-size-3xl)}.md\:text-base{font-size:var(--guk-font-size-base)}.md\:text-lg{font-size:var(--guk-font-size-lg)}.md\:text-sm{font-size:var(--guk-font-size-sm)}.md\:text-xl{font-size:var(--guk-font-size-xl)}.md\:leading-normal{line-height:var(--guk-line-height-normal)}.md\:\*\:border-r>*{border-right-width:1px}.md\:\*\:border-b-neutral-0>*{border-bottom-color:var(--guk-color-neutral-0)}.md\:\*\:border-r-neutral-100>*{border-right-color:var(--guk-color-neutral-100)}.md\:\*\:pb-0>*{padding-bottom:var(--guk-space-0)}.md\:\*\:pr-6>*{padding-right:var(--guk-space-6)}.md\:focus-visible\:rounded-l-none:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-none);border-top-left-radius:var(--guk-border-rounded-none)}.md\:focus-visible\:rounded-l-xl:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-xl);border-top-left-radius:var(--guk-border-rounded-xl)}.md\:focus-visible\:rounded-r-none:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.md\:focus-visible\:rounded-r-xl:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}}@media (min-width:1024px){.lg\:bottom-auto{bottom:auto}.lg\:top-\[120px\]{top:120px}.lg\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.lg\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.lg\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.lg\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.lg\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.lg\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.lg\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.lg\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.lg\:h-1{height:var(--guk-space-base)}.lg\:h-2{height:var(--guk-space-2)}.lg\:h-3{height:var(--guk-space-3)}.lg\:h-4{height:var(--guk-space-4)}.lg\:h-5{height:var(--guk-space-5)}.lg\:h-6{height:var(--guk-space-6)}.lg\:h-8{height:var(--guk-space-8)}.lg\:h-\[32px\]{height:32px}.lg\:h-\[40px\]{height:40px}.lg\:h-\[48px\]{height:48px}.lg\:max-h-\[calc\(100vh-200px\)\]{max-height:calc(100vh - 200px)}.lg\:w-3{width:var(--guk-space-3)}.lg\:w-4{width:var(--guk-space-4)}.lg\:w-40{width:var(--guk-space-40)}.lg\:w-5{width:var(--guk-space-5)}.lg\:w-\[32px\]{width:32px}.lg\:w-\[40px\]{width:40px}.lg\:w-\[48px\]{width:48px}.lg\:min-w-\[112px\]{min-width:112px}.lg\:min-w-\[80px\]{min-width:80px}.lg\:min-w-\[96px\]{min-width:96px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-0\.5{gap:var(--guk-space-0-5)}.lg\:gap-1{gap:var(--guk-space-base)}.lg\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.lg\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.lg\:border-2{border-width:2px}.lg\:border-\[1\.6px\]{border-width:1.6px}.lg\:border-\[2\.4px\]{border-width:2.4px}.lg\:border-\[3\.2px\]{border-width:3.2px}.lg\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.lg\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.lg\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.lg\:text-base{font-size:var(--guk-font-size-base)}.lg\:text-lg{font-size:var(--guk-font-size-lg)}.lg\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:1280px){.xl\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.xl\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.xl\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.xl\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.xl\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.xl\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.xl\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.xl\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.xl\:h-1{height:var(--guk-space-base)}.xl\:h-2{height:var(--guk-space-2)}.xl\:h-3{height:var(--guk-space-3)}.xl\:h-4{height:var(--guk-space-4)}.xl\:h-5{height:var(--guk-space-5)}.xl\:h-6{height:var(--guk-space-6)}.xl\:h-8{height:var(--guk-space-8)}.xl\:h-\[32px\]{height:32px}.xl\:h-\[40px\]{height:40px}.xl\:h-\[48px\]{height:48px}.xl\:w-3{width:var(--guk-space-3)}.xl\:w-4{width:var(--guk-space-4)}.xl\:w-5{width:var(--guk-space-5)}.xl\:w-\[32px\]{width:32px}.xl\:w-\[40px\]{width:40px}.xl\:w-\[48px\]{width:48px}.xl\:min-w-\[112px\]{min-width:112px}.xl\:min-w-\[80px\]{min-width:80px}.xl\:min-w-\[96px\]{min-width:96px}.xl\:gap-0\.5{gap:var(--guk-space-0-5)}.xl\:gap-1{gap:var(--guk-space-base)}.xl\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.xl\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.xl\:border-2{border-width:2px}.xl\:border-\[1\.6px\]{border-width:1.6px}.xl\:border-\[2\.4px\]{border-width:2.4px}.xl\:border-\[3\.2px\]{border-width:3.2px}.xl\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.xl\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.xl\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.xl\:text-base{font-size:var(--guk-font-size-base)}.xl\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:1536px){.\32xl\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.\32xl\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.\32xl\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.\32xl\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.\32xl\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.\32xl\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.\32xl\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.\32xl\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.\32xl\:h-1{height:var(--guk-space-base)}.\32xl\:h-2{height:var(--guk-space-2)}.\32xl\:h-3{height:var(--guk-space-3)}.\32xl\:h-4{height:var(--guk-space-4)}.\32xl\:h-5{height:var(--guk-space-5)}.\32xl\:h-6{height:var(--guk-space-6)}.\32xl\:h-8{height:var(--guk-space-8)}.\32xl\:h-\[32px\]{height:32px}.\32xl\:h-\[40px\]{height:40px}.\32xl\:h-\[48px\]{height:48px}.\32xl\:w-3{width:var(--guk-space-3)}.\32xl\:w-4{width:var(--guk-space-4)}.\32xl\:w-5{width:var(--guk-space-5)}.\32xl\:w-\[32px\]{width:32px}.\32xl\:w-\[40px\]{width:40px}.\32xl\:w-\[48px\]{width:48px}.\32xl\:min-w-\[112px\]{min-width:112px}.\32xl\:min-w-\[80px\]{min-width:80px}.\32xl\:min-w-\[96px\]{min-width:96px}.\32xl\:gap-0\.5{gap:var(--guk-space-0-5)}.\32xl\:gap-1{gap:var(--guk-space-base)}.\32xl\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.\32xl\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.\32xl\:border-2{border-width:2px}.\32xl\:border-\[1\.6px\]{border-width:1.6px}.\32xl\:border-\[2\.4px\]{border-width:2.4px}.\32xl\:border-\[3\.2px\]{border-width:3.2px}.\32xl\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.\32xl\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.\32xl\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.\32xl\:text-base{font-size:var(--guk-font-size-base)}.\32xl\:text-sm{font-size:var(--guk-font-size-sm)}}.\[\&\>\*\:last-child\]\:border-none>:last-child{border-style:none}.\[\&\>\*\:last-child\]\:p-0>:last-child{padding:var(--guk-space-0)}.\[\&\>label\]\:hidden>label{display:none}
|
|
4
|
+
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
|
|
5
|
+
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:var(--guk-font-family);font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:786px){.container{max-width:786px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--guk-color-neutral-500);max-width:none}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base);margin-bottom:1.25em;margin-top:1.25em}@media (min-width:786px){.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-primary-400);font-weight:500;text-decoration:none}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:var(--guk-color-primary-600)}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):active{color:var(--guk-color-primary-800)}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-neutral-500);font-size:var(--guk-font-size-base);font-weight:600}@media (min-width:786px){.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--guk-color-neutral-200);border-top-width:1px;margin-bottom:3em;margin-top:var(--guk-space-10)}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-50);border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;border:1px solid var(--guk-color-neutral-200);border-radius:var(--guk-border-rounded-lg);color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;padding:var(--guk-space-10);quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-2xl);font-weight:800;line-height:1.1111111;margin-bottom:var(--guk-space-10);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-3xl)}}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-xl);font-weight:700;line-height:1.3333333;margin-bottom:var(--guk-space-8);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-2xl)}}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-lg);font-weight:600;line-height:1.6;margin-bottom:var(--guk-space-6);margin-top:var(--guk-space-2)}@media (min-width:786px){.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-xl)}}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:var(--guk-font-size-base);font-weight:600;line-height:1.5;margin-bottom:var(--guk-space-4);margin-top:1.5em}@media (min-width:786px){.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:var(--guk-border-rounded-xl);margin-bottom:2em;margin-top:2em;overflow:hidden}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:var(--guk-border-rounded-xl);margin-bottom:2em;margin-top:2em;overflow:hidden}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-900);border-radius:.25rem;color:var(--guk-color-neutral-50);font-size:.875em;font-weight:600;padding:var(--guk-space-base)}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"";padding-left:.25rem}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"";padding-right:.25rem}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--guk-color-neutral-900);border-radius:var(--guk-border-rounded-lg);color:var(--guk-color-neutral-50);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:var(--guk-color-neutral-500);--tw-prose-headings:var(--guk-color-neutral-800);--tw-prose-lead:var(--guk-color-neutral-600);--tw-prose-links:var(--guk-color-primary-400);--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-sm);margin-bottom:var(--guk-space-2)}@media (min-width:786px){.prose :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base)}}.prose :where(h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-xs);margin-bottom:var(--guk-space-base)}@media (min-width:786px){.prose :where(h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-sm)}}.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-base)}@media (min-width:786px){.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--guk-font-size-lg)}}.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--guk-color-neutral-500)}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:23 23 23;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:var(--guk-space-0)}.inset-x-2{left:var(--guk-space-2);right:var(--guk-space-2)}.inset-y-0{bottom:var(--guk-space-0);top:var(--guk-space-0)}.-right-1{right:calc(var(--guk-space-base)*-1)}.-top-1{top:calc(var(--guk-space-base)*-1)}.bottom-0{bottom:var(--guk-space-0)}.bottom-2{bottom:var(--guk-space-2)}.left-0{left:var(--guk-space-0)}.left-4{left:var(--guk-space-4)}.right-0{right:var(--guk-space-0)}.right-2{right:var(--guk-space-2)}.top-0{top:var(--guk-space-0)}.top-1\/2{top:50%}.z-\[var\(--guk-collapsible-overlay-z-index\)\]{z-index:var(--guk-collapsible-overlay-z-index)}.z-\[var\(--guk-dialog-alert-content-z-index\)\]{z-index:var(--guk-dialog-alert-content-z-index)}.z-\[var\(--guk-dialog-alert-overlay-z-index\)\]{z-index:var(--guk-dialog-alert-overlay-z-index)}.z-\[var\(--guk-dialog-content-z-index\)\]{z-index:var(--guk-dialog-content-z-index)}.z-\[var\(--guk-dialog-overlay-z-index\)\]{z-index:var(--guk-dialog-overlay-z-index)}.z-\[var\(--guk-dropdown-container-content-z-index\)\]{z-index:var(--guk-dropdown-container-content-z-index)}.z-\[var\(--guk-text-area-rich-text-expanded-z-index\)\]{z-index:var(--guk-text-area-rich-text-expanded-z-index)}.order-2{order:2}.order-last{order:9999}.col-span-2{grid-column:span 2/span 2}.float-right{float:right}.m-1{margin:var(--guk-space-base)}.mx-1{margin-left:var(--guk-space-base);margin-right:var(--guk-space-base)}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:var(--guk-space-4)}.mb-6{margin-bottom:var(--guk-space-6)}.ml-2{margin-left:var(--guk-space-2)}.ml-3{margin-left:var(--guk-space-3)}.ml-4{margin-left:var(--guk-space-4)}.ml-6{margin-left:var(--guk-space-6)}.mr-2{margin-right:var(--guk-space-2)}.mr-4{margin-right:var(--guk-space-4)}.mt-0\.5{margin-top:var(--guk-space-0-5)}.mt-1{margin-top:var(--guk-space-base)}.mt-2{margin-top:var(--guk-space-2)}.mt-4{margin-top:var(--guk-space-4)}.mt-5{margin-top:var(--guk-space-5)}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.size-full{height:100%;width:100%}.h-1{height:var(--guk-space-base)}.h-10{height:var(--guk-space-10)}.h-16{height:var(--guk-space-16)}.h-2{height:var(--guk-space-2)}.h-20{height:var(--guk-space-20)}.h-24{height:var(--guk-space-24)}.h-28{height:var(--guk-space-28)}.h-3{height:var(--guk-space-3)}.h-32{height:var(--guk-space-32)}.h-4{height:var(--guk-space-4)}.h-40{height:var(--guk-space-40)}.h-48{height:var(--guk-space-48)}.h-5{height:var(--guk-space-5)}.h-6{height:var(--guk-space-6)}.h-8{height:var(--guk-space-8)}.h-96{height:var(--guk-space-96)}.h-\[32px\]{height:32px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[70\%\]{height:70%}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[calc\(100vh-80px\)\]{max-height:calc(100vh - 80px)}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-12{min-height:var(--guk-space-12)}.min-h-5{min-height:var(--guk-space-5)}.min-h-6{min-height:var(--guk-space-6)}.min-h-\[160px\]{min-height:160px}.w-0\.5{width:var(--guk-space-0-5)}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:var(--guk-space-10)}.w-20{width:var(--guk-space-20)}.w-24{width:var(--guk-space-24)}.w-3{width:var(--guk-space-3)}.w-3\/4{width:75%}.w-4{width:var(--guk-space-4)}.w-40{width:var(--guk-space-40)}.w-5{width:var(--guk-space-5)}.w-96{width:var(--guk-space-96)}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[40px\]{width:40px}.w-\[48px\]{width:48px}.w-full{width:100%}.min-w-0{min-width:var(--guk-space-0)}.min-w-48{min-width:var(--guk-space-48)}.min-w-\[112px\]{min-width:112px}.min-w-\[320px\]{min-width:320px}.min-w-\[80px\]{min-width:80px}.min-w-\[96px\]{min-width:96px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-12{max-width:var(--guk-space-12)}.max-w-20{max-width:var(--guk-space-20)}.max-w-24{max-width:var(--guk-space-24)}.max-w-52{max-width:var(--guk-space-52)}.max-w-\[160px\]{max-width:160px}.max-w-\[400px\]{max-width:400px}.max-w-\[480px\]{max-width:480px}.max-w-\[560px\]{max-width:560px}.max-w-\[var\(--radix-dropdown-menu-content-available-width\)\]{max-width:var(--radix-dropdown-menu-content-available-width)}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-fixed{table-layout:fixed}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.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))}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.animate-shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.resize-none{resize:none}.auto-cols-auto{grid-auto-columns:auto}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[auto_64px\]{grid-template-columns:auto 64px}.grid-cols-\[auto_max-content\]{grid-template-columns:auto max-content}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-0\.5{gap:var(--guk-space-0-5)}.gap-1{gap:var(--guk-space-base)}.gap-1\.5{gap:var(--guk-space-1-5)}.gap-14{gap:var(--guk-space-14)}.gap-2{gap:var(--guk-space-2)}.gap-3{gap:var(--guk-space-3)}.gap-4{gap:var(--guk-space-4)}.gap-5{gap:var(--guk-space-5)}.gap-6{gap:var(--guk-space-6)}.gap-8{gap:var(--guk-space-8)}.gap-x-0\.5{-moz-column-gap:var(--guk-space-0-5);column-gap:var(--guk-space-0-5)}.gap-x-1{-moz-column-gap:var(--guk-space-base);column-gap:var(--guk-space-base)}.gap-x-1\.5{-moz-column-gap:var(--guk-space-1-5);column-gap:var(--guk-space-1-5)}.gap-x-10{-moz-column-gap:var(--guk-space-10);column-gap:var(--guk-space-10)}.gap-x-2{-moz-column-gap:var(--guk-space-2);column-gap:var(--guk-space-2)}.gap-x-20{-moz-column-gap:var(--guk-space-20);column-gap:var(--guk-space-20)}.gap-x-3{-moz-column-gap:var(--guk-space-3);column-gap:var(--guk-space-3)}.gap-x-4{-moz-column-gap:var(--guk-space-4);column-gap:var(--guk-space-4)}.gap-x-6{-moz-column-gap:var(--guk-space-6);column-gap:var(--guk-space-6)}.gap-x-8{-moz-column-gap:var(--guk-space-8);column-gap:var(--guk-space-8)}.gap-y-0\.5{row-gap:var(--guk-space-0-5)}.gap-y-1{row-gap:var(--guk-space-base)}.gap-y-1\.5{row-gap:var(--guk-space-1-5)}.gap-y-2{row-gap:var(--guk-space-2)}.gap-y-3{row-gap:var(--guk-space-3)}.gap-y-4{row-gap:var(--guk-space-4)}.gap-y-5{row-gap:var(--guk-space-5)}.gap-y-6{row-gap:var(--guk-space-6)}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-0)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-0)*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-base)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-base)*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-3)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-3)*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-4)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-4)*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-6)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-6)*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0)*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0-5)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0-5)*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-base)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-base)*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-2)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-2)*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-3)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-3)*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-4)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-4)*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-5)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-5)*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-6)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-6)*(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.\!rounded-none{border-radius:var(--guk-border-rounded-none)!important}.rounded{border-radius:var(--guk-border-rounded)}.rounded-2xl{border-radius:var(--guk-border-rounded-2xl)}.rounded-3xl{border-radius:var(--guk-border-rounded-3xl)}.rounded-\[40px\]{border-radius:40px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:var(--guk-border-rounded-full)}.rounded-lg{border-radius:var(--guk-border-rounded-lg)}.rounded-xl{border-radius:var(--guk-border-rounded-xl)}.rounded-b-xl{border-bottom-right-radius:var(--guk-border-rounded-xl)}.rounded-b-xl,.rounded-l-xl{border-bottom-left-radius:var(--guk-border-rounded-xl)}.rounded-l-xl{border-top-left-radius:var(--guk-border-rounded-xl)}.rounded-r-none{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.rounded-r-xl{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.rounded-t{border-top-left-radius:var(--guk-border-rounded);border-top-right-radius:var(--guk-border-rounded)}.rounded-t-xl{border-top-left-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.rounded-br-none{border-bottom-right-radius:var(--guk-border-rounded-none)}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.6px\]{border-width:1.6px}.border-\[1px\]{border-width:1px}.border-\[2\.4px\]{border-width:2.4px}.border-\[3\.2px\]{border-width:3.2px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-l-\[1px\]{border-left-width:1px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-critical-300{border-color:var(--guk-color-critical-300)}.border-critical-400{border-color:var(--guk-color-critical-400)}.border-critical-500{border-color:var(--guk-color-critical-500)}.border-critical-600{border-color:var(--guk-color-critical-600)}.border-info-300{border-color:var(--guk-color-info-300)}.border-info-400{border-color:var(--guk-color-info-400)}.border-neutral-0{border-color:var(--guk-color-neutral-0)}.border-neutral-100{border-color:var(--guk-color-neutral-100)}.border-neutral-200{border-color:var(--guk-color-neutral-200)}.border-neutral-300{border-color:var(--guk-color-neutral-300)}.border-primary-100{border-color:var(--guk-color-primary-100)}.border-primary-300{border-color:var(--guk-color-primary-300)}.border-primary-400{border-color:var(--guk-color-primary-400)}.border-success-300{border-color:var(--guk-color-success-300)}.border-success-400{border-color:var(--guk-color-success-400)}.border-transparent{border-color:var(--guk-color-transparent)}.border-warning-300{border-color:var(--guk-color-warning-300)}.border-warning-400{border-color:var(--guk-color-warning-400)}.border-warning-500{border-color:var(--guk-color-warning-500)}.border-warning-600{border-color:var(--guk-color-warning-600)}.border-t-critical-800{border-top-color:var(--guk-color-critical-800)}.border-t-neutral-0{border-top-color:var(--guk-color-neutral-0)}.border-t-neutral-500{border-top-color:var(--guk-color-neutral-500)}.border-t-primary-400{border-top-color:var(--guk-color-primary-400)}.border-t-success-800{border-top-color:var(--guk-color-success-800)}.border-t-warning-800{border-top-color:var(--guk-color-warning-800)}.bg-critical-100{background-color:var(--guk-color-critical-100)}.bg-critical-200{background-color:var(--guk-color-critical-200)}.bg-critical-300{background-color:var(--guk-color-critical-300)}.bg-critical-500{background-color:var(--guk-color-critical-500)}.bg-info-100{background-color:var(--guk-color-info-100)}.bg-info-200{background-color:var(--guk-color-info-200)}.bg-info-300{background-color:var(--guk-color-info-300)}.bg-info-500{background-color:var(--guk-color-info-500)}.bg-neutral-0{background-color:var(--guk-color-neutral-0)}.bg-neutral-100{background-color:var(--guk-color-neutral-100)}.bg-neutral-200{background-color:var(--guk-color-neutral-200)}.bg-neutral-300{background-color:var(--guk-color-neutral-300)}.bg-neutral-400{background-color:var(--guk-color-neutral-400)}.bg-neutral-50{background-color:var(--guk-color-neutral-50)}.bg-neutral-800{background-color:var(--guk-color-neutral-800)}.bg-primary-300{background-color:var(--guk-color-primary-300)}.bg-primary-400{background-color:var(--guk-color-primary-400)}.bg-primary-50{background-color:var(--guk-color-primary-50)}.bg-primary-500{background-color:var(--guk-color-primary-500)}.bg-success-100{background-color:var(--guk-color-success-100)}.bg-success-200{background-color:var(--guk-color-success-200)}.bg-success-300{background-color:var(--guk-color-success-300)}.bg-success-400{background-color:var(--guk-color-success-400)}.bg-success-500{background-color:var(--guk-color-success-500)}.bg-transparent{background-color:var(--guk-color-transparent)}.bg-warning-100{background-color:var(--guk-color-warning-100)}.bg-warning-200{background-color:var(--guk-color-warning-200)}.bg-warning-300{background-color:var(--guk-color-warning-300)}.bg-warning-500{background-color:var(--guk-color-warning-500)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-modal-footer{background-image:linear-gradient(180deg,rgba(245,247,250,0),#f5f7fa)}.bg-modal-header{background-image:linear-gradient(180deg,#f5f7fa,rgba(245,247,250,0))}.bg-modal-overlay{background-image:linear-gradient(180deg,rgba(245,247,250,0),#f5f7fa)}.from-neutral-0{--tw-gradient-from:var(--guk-color-neutral-0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-neutral-50{--tw-gradient-from:var(--guk-color-neutral-50) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-40\%{--tw-gradient-from-position:40%}.to-transparent{--tw-gradient-to:var(--guk-color-transparent) var(--tw-gradient-to-position)}.fill-critical-300{fill:var(--guk-color-critical-300)}.fill-info-300{fill:var(--guk-color-info-300)}.fill-neutral-800{fill:var(--guk-color-neutral-800)}.fill-success-300{fill:var(--guk-color-success-300)}.fill-warning-300{fill:var(--guk-color-warning-300)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:var(--guk-space-base)}.p-12{padding:var(--guk-space-12)}.p-14{padding:var(--guk-space-14)}.p-16{padding:var(--guk-space-16)}.p-2{padding:var(--guk-space-2)}.p-2\.5{padding:var(--guk-space-2-5)}.p-3{padding:var(--guk-space-3)}.p-4{padding:var(--guk-space-4)}.p-6{padding:var(--guk-space-6)}.p-8{padding:var(--guk-space-8)}.\!px-3{padding-left:var(--guk-space-3)!important;padding-right:var(--guk-space-3)!important}.\!py-0{padding-bottom:var(--guk-space-0)!important;padding-top:var(--guk-space-0)!important}.px-0\.5{padding-left:var(--guk-space-0-5);padding-right:var(--guk-space-0-5)}.px-1{padding-left:var(--guk-space-base);padding-right:var(--guk-space-base)}.px-1\.5{padding-left:var(--guk-space-1-5);padding-right:var(--guk-space-1-5)}.px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.px-5{padding-left:var(--guk-space-5);padding-right:var(--guk-space-5)}.py-0{padding-bottom:var(--guk-space-0);padding-top:var(--guk-space-0)}.py-0\.5{padding-bottom:var(--guk-space-0-5);padding-top:var(--guk-space-0-5)}.py-1{padding-bottom:var(--guk-space-base);padding-top:var(--guk-space-base)}.py-1\.5{padding-bottom:var(--guk-space-1-5);padding-top:var(--guk-space-1-5)}.py-10{padding-bottom:var(--guk-space-10);padding-top:var(--guk-space-10)}.py-2{padding-bottom:var(--guk-space-2);padding-top:var(--guk-space-2)}.py-2\.5{padding-bottom:var(--guk-space-2-5);padding-top:var(--guk-space-2-5)}.py-3{padding-bottom:var(--guk-space-3);padding-top:var(--guk-space-3)}.py-3\.5{padding-bottom:var(--guk-space-3-5);padding-top:var(--guk-space-3-5)}.py-4{padding-bottom:var(--guk-space-4);padding-top:var(--guk-space-4)}.py-5{padding-bottom:var(--guk-space-5);padding-top:var(--guk-space-5)}.pb-2{padding-bottom:var(--guk-space-2)}.pb-20{padding-bottom:var(--guk-space-20)}.pb-3{padding-bottom:var(--guk-space-3)}.pb-4{padding-bottom:var(--guk-space-4)}.pb-6{padding-bottom:var(--guk-space-6)}.pb-8{padding-bottom:var(--guk-space-8)}.pl-2{padding-left:var(--guk-space-2)}.pl-3{padding-left:var(--guk-space-3)}.pl-4{padding-left:var(--guk-space-4)}.pl-8{padding-left:var(--guk-space-8)}.pr-2{padding-right:var(--guk-space-2)}.pr-3{padding-right:var(--guk-space-3)}.pt-0{padding-top:var(--guk-space-0)}.pt-1{padding-top:var(--guk-space-base)}.pt-2{padding-top:var(--guk-space-2)}.pt-4{padding-top:var(--guk-space-4)}.pt-5{padding-top:var(--guk-space-5)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:var(--guk-font-size-2xl)}.text-3xl{font-size:var(--guk-font-size-3xl)}.text-4xl{font-size:var(--guk-font-size-4xl)}.text-5xl,.text-5xl\/tight{font-size:var(--guk-font-size-5xl)}.text-5xl\/tight{line-height:var(--guk-line-height-tight)}.text-base{font-size:var(--guk-font-size-base)}.text-lg{font-size:var(--guk-font-size-lg)}.text-sm{font-size:var(--guk-font-size-sm)}.text-xl{font-size:var(--guk-font-size-xl)}.text-xs{font-size:var(--guk-font-size-xs)}.font-normal{font-weight:var(--guk-font-weight-normal)}.font-semibold{font-weight:var(--guk-font-weight-semibold)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-normal{line-height:var(--guk-line-height-normal)}.leading-relaxed{line-height:var(--guk-line-height-relaxed)}.leading-tight{line-height:var(--guk-line-height-tight)}.\!text-critical-800{color:var(--guk-color-critical-800)!important}.text-critical-500{color:var(--guk-color-critical-500)}.text-critical-600{color:var(--guk-color-critical-600)}.text-critical-800{color:var(--guk-color-critical-800)}.text-critical-900{color:var(--guk-color-critical-900)}.text-info-500{color:var(--guk-color-info-500)}.text-info-600{color:var(--guk-color-info-600)}.text-info-800{color:var(--guk-color-info-800)}.text-info-900{color:var(--guk-color-info-900)}.text-neutral-0{color:var(--guk-color-neutral-0)}.text-neutral-200{color:var(--guk-color-neutral-200)}.text-neutral-300{color:var(--guk-color-neutral-300)}.text-neutral-400{color:var(--guk-color-neutral-400)}.text-neutral-50{color:var(--guk-color-neutral-50)}.text-neutral-500{color:var(--guk-color-neutral-500)}.text-neutral-600{color:var(--guk-color-neutral-600)}.text-neutral-800{color:var(--guk-color-neutral-800)}.text-neutral-900{color:var(--guk-color-neutral-900)}.text-primary-300{color:var(--guk-color-primary-300)}.text-primary-400{color:var(--guk-color-primary-400)}.text-success-500{color:var(--guk-color-success-500)}.text-success-600{color:var(--guk-color-success-600)}.text-success-800{color:var(--guk-color-success-800)}.text-success-900{color:var(--guk-color-success-900)}.text-warning-500{color:var(--guk-color-warning-500)}.text-warning-600{color:var(--guk-color-warning-600)}.text-warning-800{color:var(--guk-color-warning-800)}.text-warning-900{color:var(--guk-color-warning-900)}.underline{text-decoration-line:underline}.caret-neutral-500{caret-color:var(--guk-color-neutral-500)}.opacity-75{opacity:.75}.shadow-critical{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical)}.shadow-critical,.shadow-critical-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-critical-md{--tw-shadow:var(--guk-shadow-critical-md);--tw-shadow-colored:var(--guk-shadow-critical-md)}.shadow-critical-sm{--tw-shadow:var(--guk-shadow-critical-sm);--tw-shadow-colored:var(--guk-shadow-critical-sm)}.shadow-critical-sm,.shadow-info{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-info{--tw-shadow:var(--guk-shadow-info);--tw-shadow-colored:var(--guk-shadow-info)}.shadow-info-md{--tw-shadow:var(--guk-shadow-info-md);--tw-shadow-colored:var(--guk-shadow-info-md)}.shadow-info-md,.shadow-neutral{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neutral{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral)}.shadow-neutral-md{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md)}.shadow-neutral-md,.shadow-neutral-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neutral-sm{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm)}.shadow-primary{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary)}.shadow-primary,.shadow-primary-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-primary-sm{--tw-shadow:var(--guk-shadow-primary-sm);--tw-shadow-colored:var(--guk-shadow-primary-sm)}.shadow-success{--tw-shadow:var(--guk-shadow-success);--tw-shadow-colored:var(--guk-shadow-success)}.shadow-success,.shadow-success-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-success-md{--tw-shadow:var(--guk-shadow-success-md);--tw-shadow-colored:var(--guk-shadow-success-md)}.shadow-success-sm{--tw-shadow:var(--guk-shadow-success-sm);--tw-shadow-colored:var(--guk-shadow-success-sm)}.shadow-success-sm,.shadow-warning{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-warning{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning)}.shadow-warning-md{--tw-shadow:var(--guk-shadow-warning-md);--tw-shadow-colored:var(--guk-shadow-warning-md)}.shadow-warning-md,.shadow-warning-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-warning-sm{--tw-shadow:var(--guk-shadow-warning-sm);--tw-shadow-colored:var(--guk-shadow-warning-sm)}.shadow-neutral-800{--tw-shadow-color:var(--guk-color-neutral-800);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur:blur(8px)}.blur,.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)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-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);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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[border-radius\2c width\]{transition-duration:.15s;transition-property:border-radius,width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.will-change-transform{will-change:transform}.\!\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere!important}.\[position\:var\(--guk-avatar-container-position\)\]{position:var(--guk-avatar-container-position)}.\[word-break\:break-word\]{word-break:break-word}.\*\:border-b>*{border-bottom-width:1px}.\*\:border-b-neutral-100>*{border-bottom-color:var(--guk-color-neutral-100)}.\*\:pb-6>*{padding-bottom:var(--guk-space-6)}.first-letter\:capitalize:first-letter{text-transform:capitalize}.placeholder\:text-base::-moz-placeholder{font-size:var(--guk-font-size-base)}.placeholder\:text-base::placeholder{font-size:var(--guk-font-size-base)}.placeholder\:font-normal::-moz-placeholder{font-weight:var(--guk-font-weight-normal)}.placeholder\:font-normal::placeholder{font-weight:var(--guk-font-weight-normal)}.placeholder\:leading-tight::-moz-placeholder{line-height:var(--guk-line-height-tight)}.placeholder\:leading-tight::placeholder{line-height:var(--guk-line-height-tight)}.placeholder\:text-neutral-300::-moz-placeholder{color:var(--guk-color-neutral-300)}.placeholder\:text-neutral-300::placeholder{color:var(--guk-color-neutral-300)}.first\:border-none:first-child{border-style:none}.first\:before\:pointer-events-none:first-child:before{content:var(--tw-content);pointer-events:none}.first\:before\:absolute:first-child:before{content:var(--tw-content);position:absolute}.first\:before\:top-5:first-child:before{content:var(--tw-content);top:var(--guk-space-5)}.first\:before\:text-base\/tight:first-child:before{content:var(--tw-content);font-size:var(--guk-font-size-base);line-height:var(--guk-line-height-tight)}.first\:before\:font-normal:first-child:before{content:var(--tw-content);font-weight:var(--guk-font-weight-normal)}.first\:before\:text-neutral-300:first-child:before{color:var(--guk-color-neutral-300);content:var(--tw-content)}.first\:before\:content-\[attr\(data-placeholder\)\]:first-child:before{--tw-content:attr(data-placeholder);content:var(--tw-content)}.last\:border-none:last-child{border-style:none}.focus-within\:border-critical-600:focus-within{border-color:var(--guk-color-critical-600)}.focus-within\:border-primary-400:focus-within{border-color:var(--guk-color-primary-400)}.focus-within\:border-warning-600:focus-within{border-color:var(--guk-color-warning-600)}.focus-within\:shadow-critical:focus-within{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-primary:focus-within{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-warning:focus-within{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:border-critical-500:hover{border-color:var(--guk-color-critical-500)}.hover\:border-critical-600:hover{border-color:var(--guk-color-critical-600)}.hover\:border-neutral-200:hover{border-color:var(--guk-color-neutral-200)}.hover\:border-neutral-300:hover{border-color:var(--guk-color-neutral-300)}.hover\:border-primary-200:hover{border-color:var(--guk-color-primary-200)}.hover\:border-primary-500:hover{border-color:var(--guk-color-primary-500)}.hover\:border-success-500:hover{border-color:var(--guk-color-success-500)}.hover\:border-warning-400:hover{border-color:var(--guk-color-warning-400)}.hover\:border-warning-500:hover{border-color:var(--guk-color-warning-500)}.hover\:border-warning-600:hover{border-color:var(--guk-color-warning-600)}.hover\:bg-neutral-0:hover{background-color:var(--guk-color-neutral-0)}.hover\:bg-neutral-50:hover{background-color:var(--guk-color-neutral-50)}.hover\:bg-primary-50:hover{background-color:var(--guk-color-primary-50)}.hover\:bg-primary-500:hover{background-color:var(--guk-color-primary-500)}.hover\:text-neutral-800:hover{color:var(--guk-color-neutral-800)}.hover\:text-primary-600:hover{color:var(--guk-color-primary-600)}.hover\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\]:hover{--tw-shadow:inset 0 0 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 0 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color)}.hover\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\]:hover,.hover\:shadow-critical:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-critical:hover{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical)}.hover\:shadow-neutral:hover{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral)}.hover\:shadow-neutral-md:hover,.hover\:shadow-neutral:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-neutral-md:hover{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md)}.hover\:shadow-primary:hover{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary)}.hover\:shadow-primary-md:hover,.hover\:shadow-primary:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-primary-md:hover{--tw-shadow:var(--guk-shadow-primary-md);--tw-shadow-colored:var(--guk-shadow-primary-md)}.hover\:shadow-success:hover{--tw-shadow:var(--guk-shadow-success);--tw-shadow-colored:var(--guk-shadow-success)}.hover\:shadow-success:hover,.hover\:shadow-warning:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-warning:hover{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning)}.hover\:shadow-neutral-800:hover{--tw-shadow-color:var(--guk-color-neutral-800);--tw-shadow:var(--tw-shadow-colored)}.focus-within\:hover\:border-critical-500:hover:focus-within{border-color:var(--guk-color-critical-500)}.focus-within\:hover\:border-primary-400:hover:focus-within{border-color:var(--guk-color-primary-400)}.focus-within\:hover\:border-warning-500:hover:focus-within{border-color:var(--guk-color-warning-500)}.focus-within\:hover\:shadow-critical:hover:focus-within{--tw-shadow:var(--guk-shadow-critical);--tw-shadow-colored:var(--guk-shadow-critical);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:hover\:shadow-primary:hover:focus-within{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:hover\:shadow-warning:hover:focus-within{--tw-shadow:var(--guk-shadow-warning);--tw-shadow-colored:var(--guk-shadow-warning);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:rounded-xl:focus-visible{border-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-b-xl:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-xl);border-bottom-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-r-none:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.focus-visible\:rounded-r-xl:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:rounded-t-xl:focus-visible{border-top-left-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-critical:focus-visible{--tw-ring-color:var(--guk-color-critical-200)}.focus-visible\:ring-primary:focus-visible{--tw-ring-color:var(--guk-color-primary-200)}.focus-visible\:ring-success:focus-visible{--tw-ring-color:var(--guk-color-success-200)}.focus-visible\:ring-warning:focus-visible{--tw-ring-color:var(--guk-color-warning-200)}.focus-visible\:ring-offset:focus-visible{--tw-ring-offset-width:2px}.active\:border-critical-600:active{border-color:var(--guk-color-critical-600)}.active\:border-neutral-300:active{border-color:var(--guk-color-neutral-300)}.active\:border-neutral-400:active{border-color:var(--guk-color-neutral-400)}.active\:border-primary-400:active{border-color:var(--guk-color-primary-400)}.active\:border-primary-800:active{border-color:var(--guk-color-primary-800)}.active\:border-success-600:active{border-color:var(--guk-color-success-600)}.active\:border-warning-600:active{border-color:var(--guk-color-warning-600)}.active\:bg-neutral-0:active{background-color:var(--guk-color-neutral-0)}.active\:bg-neutral-50:active{background-color:var(--guk-color-neutral-50)}.active\:bg-primary-800:active{background-color:var(--guk-color-primary-800)}.active\:text-neutral-800:active{color:var(--guk-color-neutral-800)}.active\:text-primary-600:active{color:var(--guk-color-primary-600)}.active\:text-primary-800:active{color:var(--guk-color-primary-800)}.active\:shadow-none:active{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:border-neutral-100:disabled{border-color:var(--guk-color-neutral-100)}.disabled\:border-neutral-200:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:border-neutral-300:disabled{border-color:var(--guk-color-neutral-300)}.disabled\:bg-neutral-100:disabled{background-color:var(--guk-color-neutral-100)}.disabled\:text-neutral-300:disabled{color:var(--guk-color-neutral-300)}.disabled\:shadow-none:disabled{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group\/root:hover .group-hover\/root\:text-neutral-800{color:var(--guk-color-neutral-800)}.group\/root:hover .group-hover\/root\:text-primary-400{color:var(--guk-color-primary-400)}.group:hover .group-hover\:text-critical-600{color:var(--guk-color-critical-600)}.group:hover .group-hover\:text-neutral-300{color:var(--guk-color-neutral-300)}.group:hover .group-hover\:text-neutral-400{color:var(--guk-color-neutral-400)}.group:hover .group-hover\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:hover .group-hover\:text-neutral-600{color:var(--guk-color-neutral-600)}.group:hover .group-hover\:text-primary-300{color:var(--guk-color-primary-300)}.group:hover .group-hover\:text-primary-400{color:var(--guk-color-primary-400)}.group:hover .group-hover\:text-primary-500{color:var(--guk-color-primary-500)}.group:hover .group-hover\:text-success-600{color:var(--guk-color-success-600)}.group:hover .group-hover\:text-warning-600{color:var(--guk-color-warning-600)}.group:hover .group-hover\:shadow-neutral-md{--tw-shadow:var(--guk-shadow-neutral-md);--tw-shadow-colored:var(--guk-shadow-neutral-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:focus .group-focus\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:active .group-active\:text-critical-600{color:var(--guk-color-critical-600)}.group:active .group-active\:text-neutral-400{color:var(--guk-color-neutral-400)}.group:active .group-active\:text-neutral-500{color:var(--guk-color-neutral-500)}.group:active .group-active\:text-neutral-600{color:var(--guk-color-neutral-600)}.group:active .group-active\:text-primary-400{color:var(--guk-color-primary-400)}.group:active .group-active\:text-primary-700{color:var(--guk-color-primary-700)}.group:active .group-active\:text-success-600{color:var(--guk-color-success-600)}.group:active .group-active\:text-warning-600{color:var(--guk-color-warning-600)}.group:active .group-active\:shadow-none{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:disabled .group-disabled\:bg-neutral-200{background-color:var(--guk-color-neutral-200)}.group:disabled .group-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.group:disabled .group-disabled\:text-neutral-500{color:var(--guk-color-neutral-500)}.peer:disabled~.peer-disabled\:cursor-default{cursor:default}.peer:disabled~.peer-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.aria-disabled\:border-neutral-100[aria-disabled=true]{border-color:var(--guk-color-neutral-100)}.aria-disabled\:bg-neutral-100[aria-disabled=true]{background-color:var(--guk-color-neutral-100)}.aria-disabled\:text-neutral-300[aria-disabled=true]{color:var(--guk-color-neutral-300)}.aria-disabled\:shadow-none[aria-disabled=true]{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[aria-disabled=true] .group-aria-disabled\:text-neutral-300{color:var(--guk-color-neutral-300)}.data-\[state\=closed\]\:hidden[data-state=closed]{display:none}.data-\[state\=checked\]\:translate-x-\[14px\][data-state=checked]{--tw-translate-x:14px;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))}.data-\[state\=closed\]\:animate-\[accordionCollapse_0\.3s_cubic-bezier\(0\.87\2c _0\2c _0\.13\2c _1\)_forwards\][data-state=closed]{animation:accordionCollapse .3s cubic-bezier(.87,0,.13,1) forwards}.data-\[state\=open\]\:animate-\[accordionExpand_0\.3s_cubic-bezier\(0\.87\2c _0\2c _0\.13\2c _1\)_forwards\][data-state=open]{animation:accordionExpand .3s cubic-bezier(.87,0,.13,1) forwards}.data-\[disabled\]\:cursor-default[data-disabled]{cursor:default}.data-\[state\=checked\]\:border-primary-400[data-state=checked]{border-color:var(--guk-color-primary-400)}.data-\[disabled\]\:bg-neutral-0[data-disabled]{background-color:var(--guk-color-neutral-0)}.data-\[highlighted\]\:bg-neutral-50[data-highlighted]{background-color:var(--guk-color-neutral-50)}.data-\[state\=checked\]\:bg-primary-400[data-state=checked]{background-color:var(--guk-color-primary-400)}.data-\[disabled\]\:text-neutral-300[data-disabled]{color:var(--guk-color-neutral-300)}.data-\[highlighted\]\:text-neutral-800[data-highlighted],.data-\[state\=active\]\:text-neutral-800[data-state=active]{color:var(--guk-color-neutral-800)}.data-\[state\=active\]\:shadow-\[inset_0_-1px_0_0\2c 0_1px_0_0\][data-state=active]{--tw-shadow:inset 0 -1px 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 -1px 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=checked\]\:shadow-primary[data-state=checked]{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-primary-400[data-state=active]{--tw-shadow-color:var(--guk-color-primary-400);--tw-shadow:var(--tw-shadow-colored)}.hover\:data-\[state\=checked\]\:shadow-primary-md[data-state=checked]:hover{--tw-shadow:var(--guk-shadow-primary-md);--tw-shadow-colored:var(--guk-shadow-primary-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.active\:data-\[state\=active\]\:text-neutral-800[data-state=active]:active{color:var(--guk-color-neutral-800)}.active\:data-\[state\=active\]\:shadow-\[inset_0_0_0_0\2c 0_1px_0_0\][data-state=active]:active{--tw-shadow:inset 0 0 0 0,0 1px 0 0;--tw-shadow-colored:inset 0 0 0 0 var(--tw-shadow-color),0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.active\:data-\[state\=active\]\:shadow-primary-400[data-state=active]:active{--tw-shadow-color:var(--guk-color-primary-400);--tw-shadow:var(--tw-shadow-colored)}.data-\[state\=off\]\:enabled\:border-neutral-100:enabled[data-state=off]{border-color:var(--guk-color-neutral-100)}.data-\[state\=on\]\:enabled\:border-primary-400:enabled[data-state=on]{border-color:var(--guk-color-primary-400)}.data-\[state\=unchecked\]\:enabled\:border-neutral-100:enabled[data-state=unchecked]{border-color:var(--guk-color-neutral-100)}.data-\[state\=off\]\:enabled\:bg-neutral-0:enabled[data-state=off],.data-\[state\=on\]\:enabled\:bg-neutral-0:enabled[data-state=on]{background-color:var(--guk-color-neutral-0)}.data-\[state\=off\]\:enabled\:text-neutral-500:enabled[data-state=off]{color:var(--guk-color-neutral-500)}.data-\[state\=on\]\:enabled\:text-primary-400:enabled[data-state=on]{color:var(--guk-color-primary-400)}.data-\[state-off\]\:enabled\:shadow-neutral-sm:enabled[data-state-off]{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state-on\]\:enabled\:shadow-primary-sm:enabled[data-state-on]{--tw-shadow:var(--guk-shadow-primary-sm);--tw-shadow-colored:var(--guk-shadow-primary-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=unchecked\]\:enabled\:shadow-neutral-sm:enabled[data-state=unchecked]{--tw-shadow:var(--guk-shadow-neutral-sm);--tw-shadow-colored:var(--guk-shadow-neutral-sm);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=off\]\:hover\:enabled\:border-neutral-200:enabled:hover[data-state=off]{border-color:var(--guk-color-neutral-200)}.data-\[state\=off\]\:hover\:enabled\:shadow-neutral:enabled:hover[data-state=off]{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=on\]\:hover\:enabled\:shadow-primary:enabled:hover[data-state=on]{--tw-shadow:var(--guk-shadow-primary);--tw-shadow-colored:var(--guk-shadow-primary);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=unchecked\]\:enabled\:hover\:shadow-neutral:hover:enabled[data-state=unchecked]{--tw-shadow:var(--guk-shadow-neutral);--tw-shadow-colored:var(--guk-shadow-neutral);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:data-\[state\=checked\]\:border-neutral-200[data-state=checked]:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:data-\[state\=checked\]\:border-neutral-300[data-state=checked]:disabled{border-color:var(--guk-color-neutral-300)}.disabled\:data-\[state\=unchecked\]\:border-neutral-200[data-state=unchecked]:disabled{border-color:var(--guk-color-neutral-200)}.disabled\:data-\[state\=checked\]\:shadow-none[data-state=checked]:disabled{--tw-shadow:var(--guk-shadow-none);--tw-shadow-colored:var(--guk-shadow-none);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:disabled .group-disabled\:data-\[state\=checked\]\:bg-neutral-300[data-state=checked]{background-color:var(--guk-color-neutral-300)}.group[data-state=checked] .group-data-\[state\=checked\]\:block,.group[data-state=indeterminate] .group-data-\[state\=indeterminate\]\:block,.group[data-state=unchecked] .group-data-\[state\=unchecked\]\:block,.group\/checkbox[data-state=checked] .group-data-\[state\=checked\]\/checkbox\:block,.group\/checkbox[data-state=indeterminate] .group-data-\[state\=indeterminate\]\/checkbox\:block,.group\/checkbox[data-state=unchecked] .group-data-\[state\=unchecked\]\/checkbox\:block{display:block}.group[data-state=checked] .group-data-\[state\=checked\]\:hidden{display:none}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;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))}.group[data-disabled] .group-data-\[disabled\]\:cursor-default{cursor:default}.group[data-disabled] .group-data-\[disabled\]\:text-neutral-300,.group[data-disabled][data-state=unchecked] .group-data-\[disabled\]\:group-data-\[state\=unchecked\]\:text-neutral-300,.group\/checkbox[data-disabled] .group-data-\[disabled\]\/checkbox\:text-neutral-300{color:var(--guk-color-neutral-300)}.group[data-disabled] .group-data-\[disabled\]\:text-neutral-500{color:var(--guk-color-neutral-500)}.group[data-state=active] .group-data-\[state\=active\]\:text-neutral-800,.group[data-state=checked] .group-data-\[state\=checked\]\:text-neutral-800,.group[data-state=unchecked] .group-data-\[state\=unchecked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.group[data-disabled] .\*\:group-data-\[disabled\]\:text-neutral-100>*{color:var(--guk-color-neutral-100)}.group:disabled[data-state=checked] .group-disabled\:group-data-\[state\=checked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.peer[data-disabled]~.peer-data-\[disabled\]\:cursor-default{cursor:default}.peer[data-disabled][data-state=unchecked]~.peer-data-\[disabled\]\:peer-data-\[state\=unchecked\]\:text-neutral-300{color:var(--guk-color-neutral-300)}.peer[data-disabled]~.peer-data-\[disabled\]\:text-neutral-500{color:var(--guk-color-neutral-500)}.peer:disabled[data-state=checked]~.peer-disabled\:peer-data-\[state\=checked\]\:text-neutral-800,.peer[data-state=checked]~.peer-data-\[state\=checked\]\:text-neutral-800{color:var(--guk-color-neutral-800)}.peer:disabled[data-state=unchecked]~.peer-disabled\:peer-data-\[state\=unchecked\]\:text-neutral-300{color:var(--guk-color-neutral-300)}.search-cancel\:appearance-none::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.calendar-icon\:hidden::-webkit-calendar-picker-indicator{display:none}.calendar-icon\:appearance-none::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none}.calendar-icon\:hidden::-webkit-inner-spin-button{display:none}.calendar-icon\:appearance-none::-webkit-inner-spin-button,.spin-buttons\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.spin-buttons\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}@media (min-width:640px){.sm\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.sm\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.sm\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.sm\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.sm\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.sm\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.sm\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.sm\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.sm\:h-1{height:var(--guk-space-base)}.sm\:h-2{height:var(--guk-space-2)}.sm\:h-3{height:var(--guk-space-3)}.sm\:h-4{height:var(--guk-space-4)}.sm\:h-5{height:var(--guk-space-5)}.sm\:h-6{height:var(--guk-space-6)}.sm\:h-8{height:var(--guk-space-8)}.sm\:h-\[32px\]{height:32px}.sm\:h-\[40px\]{height:40px}.sm\:h-\[48px\]{height:48px}.sm\:w-20{width:var(--guk-space-20)}.sm\:w-3{width:var(--guk-space-3)}.sm\:w-4{width:var(--guk-space-4)}.sm\:w-40{width:var(--guk-space-40)}.sm\:w-5{width:var(--guk-space-5)}.sm\:w-\[32px\]{width:32px}.sm\:w-\[40px\]{width:40px}.sm\:w-\[48px\]{width:48px}.sm\:min-w-\[112px\]{min-width:112px}.sm\:min-w-\[80px\]{min-width:80px}.sm\:min-w-\[96px\]{min-width:96px}.sm\:gap-0\.5{gap:var(--guk-space-0-5)}.sm\:gap-1{gap:var(--guk-space-base)}.sm\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.sm\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.sm\:border-2{border-width:2px}.sm\:border-\[1\.6px\]{border-width:1.6px}.sm\:border-\[2\.4px\]{border-width:2.4px}.sm\:border-\[3\.2px\]{border-width:3.2px}.sm\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.sm\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.sm\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.sm\:text-base{font-size:var(--guk-font-size-base)}.sm\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:786px){.md\:left-1\/2{left:50%}.md\:col-start-2{grid-column-start:2}.md\:mb-6{margin-bottom:var(--guk-space-6)}.md\:ml-7{margin-left:var(--guk-space-7)}.md\:mr-4{margin-right:var(--guk-space-4)}.md\:mt-1{margin-top:var(--guk-space-base)}.md\:line-clamp-6{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;overflow:hidden}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.md\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.md\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.md\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.md\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.md\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.md\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.md\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.md\:h-1{height:var(--guk-space-base)}.md\:h-2{height:var(--guk-space-2)}.md\:h-20{height:var(--guk-space-20)}.md\:h-3{height:var(--guk-space-3)}.md\:h-32{height:var(--guk-space-32)}.md\:h-4{height:var(--guk-space-4)}.md\:h-5{height:var(--guk-space-5)}.md\:h-6{height:var(--guk-space-6)}.md\:h-8{height:var(--guk-space-8)}.md\:h-\[32px\]{height:32px}.md\:h-\[40px\]{height:40px}.md\:h-\[48px\]{height:48px}.md\:h-auto{height:auto}.md\:min-h-6{min-height:var(--guk-space-6)}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-20{width:var(--guk-space-20)}.md\:w-3{width:var(--guk-space-3)}.md\:w-3\/4{width:75%}.md\:w-4{width:var(--guk-space-4)}.md\:w-40{width:var(--guk-space-40)}.md\:w-5{width:var(--guk-space-5)}.md\:w-5\/6{width:83.333333%}.md\:w-\[32px\]{width:32px}.md\:w-\[40px\]{width:40px}.md\:w-\[480px\]{width:480px}.md\:w-\[48px\]{width:48px}.md\:w-\[640px\]{width:640px}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:min-w-44{min-width:var(--guk-space-44)}.md\:min-w-\[112px\]{min-width:112px}.md\:min-w-\[480px\]{min-width:480px}.md\:min-w-\[80px\]{min-width:80px}.md\:min-w-\[96px\]{min-width:96px}.md\:-translate-x-1\/2{--tw-translate-x:-50%}.md\:-rotate-90,.md\:-translate-x-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))}.md\:-rotate-90{--tw-rotate:-90deg}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-\[auto_1fr_1fr_max-content\]{grid-template-columns:auto 1fr 1fr max-content}.md\:grid-cols-\[auto_80px\]{grid-template-columns:auto 80px}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:gap-0\.5{gap:var(--guk-space-0-5)}.md\:gap-1{gap:var(--guk-space-base)}.md\:gap-3{gap:var(--guk-space-3)}.md\:gap-4{gap:var(--guk-space-4)}.md\:gap-5{gap:var(--guk-space-5)}.md\:gap-6{gap:var(--guk-space-6)}.md\:gap-x-1{-moz-column-gap:var(--guk-space-base);column-gap:var(--guk-space-base)}.md\:gap-x-1\.5{-moz-column-gap:var(--guk-space-1-5);column-gap:var(--guk-space-1-5)}.md\:gap-x-3{-moz-column-gap:var(--guk-space-3);column-gap:var(--guk-space-3)}.md\:gap-x-4{-moz-column-gap:var(--guk-space-4);column-gap:var(--guk-space-4)}.md\:gap-x-6{-moz-column-gap:var(--guk-space-6);column-gap:var(--guk-space-6)}.md\:gap-y-1{row-gap:var(--guk-space-base)}.md\:gap-y-1\.5{row-gap:var(--guk-space-1-5)}.md\:gap-y-2{row-gap:var(--guk-space-2)}.md\:gap-y-2\.5{row-gap:var(--guk-space-2-5)}.md\:gap-y-3{row-gap:var(--guk-space-3)}.md\:gap-y-4{row-gap:var(--guk-space-4)}.md\:gap-y-8{row-gap:var(--guk-space-8)}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-4)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-4)*var(--tw-space-x-reverse))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--guk-space-8)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--guk-space-8)*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-0)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-0)*(1 - var(--tw-space-y-reverse)))}.md\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-base)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-base)*(1 - var(--tw-space-y-reverse)))}.md\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--guk-space-2)*var(--tw-space-y-reverse));margin-top:calc(var(--guk-space-2)*(1 - var(--tw-space-y-reverse)))}.md\:self-start{align-self:flex-start}.md\:rounded-2xl{border-radius:var(--guk-border-rounded-2xl)}.md\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.md\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.md\:rounded-l-none{border-bottom-left-radius:var(--guk-border-rounded-none);border-top-left-radius:var(--guk-border-rounded-none)}.md\:rounded-l-xl{border-bottom-left-radius:var(--guk-border-rounded-xl);border-top-left-radius:var(--guk-border-rounded-xl)}.md\:rounded-r-none{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.md\:rounded-r-xl{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}.md\:border-2{border-width:2px}.md\:border-\[1\.6px\]{border-width:1.6px}.md\:border-\[2\.4px\]{border-width:2.4px}.md\:border-\[3\.2px\]{border-width:3.2px}.md\:border-y{border-bottom-width:1px;border-top-width:1px}.md\:border-l{border-left-width:1px}.md\:border-l-0{border-left-width:0}.md\:border-r{border-right-width:1px}.md\:border-r-0{border-right-width:0}.md\:p-12{padding:var(--guk-space-12)}.md\:p-6{padding:var(--guk-space-6)}.md\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.md\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.md\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.md\:px-6{padding-left:var(--guk-space-6);padding-right:var(--guk-space-6)}.md\:py-0\.5{padding-bottom:var(--guk-space-0-5);padding-top:var(--guk-space-0-5)}.md\:py-1\.5{padding-bottom:var(--guk-space-1-5);padding-top:var(--guk-space-1-5)}.md\:py-3{padding-bottom:var(--guk-space-3);padding-top:var(--guk-space-3)}.md\:py-3\.5{padding-bottom:var(--guk-space-3-5);padding-top:var(--guk-space-3-5)}.md\:py-4{padding-bottom:var(--guk-space-4);padding-top:var(--guk-space-4)}.md\:py-5{padding-bottom:var(--guk-space-5);padding-top:var(--guk-space-5)}.md\:py-6{padding-bottom:var(--guk-space-6);padding-top:var(--guk-space-6)}.md\:pb-3{padding-bottom:var(--guk-space-3)}.md\:pb-6{padding-bottom:var(--guk-space-6)}.md\:pl-3{padding-left:var(--guk-space-3)}.md\:pl-4{padding-left:var(--guk-space-4)}.md\:pl-8{padding-left:var(--guk-space-8)}.md\:pr-3{padding-right:var(--guk-space-3)}.md\:pt-6{padding-top:var(--guk-space-6)}.md\:text-2xl{font-size:var(--guk-font-size-2xl)}.md\:text-3xl{font-size:var(--guk-font-size-3xl)}.md\:text-base{font-size:var(--guk-font-size-base)}.md\:text-lg{font-size:var(--guk-font-size-lg)}.md\:text-sm{font-size:var(--guk-font-size-sm)}.md\:text-xl{font-size:var(--guk-font-size-xl)}.md\:leading-normal{line-height:var(--guk-line-height-normal)}.md\:\*\:border-r>*{border-right-width:1px}.md\:\*\:border-b-neutral-0>*{border-bottom-color:var(--guk-color-neutral-0)}.md\:\*\:border-r-neutral-100>*{border-right-color:var(--guk-color-neutral-100)}.md\:\*\:pb-0>*{padding-bottom:var(--guk-space-0)}.md\:\*\:pr-6>*{padding-right:var(--guk-space-6)}.md\:focus-visible\:rounded-l-none:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-none);border-top-left-radius:var(--guk-border-rounded-none)}.md\:focus-visible\:rounded-l-xl:focus-visible{border-bottom-left-radius:var(--guk-border-rounded-xl);border-top-left-radius:var(--guk-border-rounded-xl)}.md\:focus-visible\:rounded-r-none:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-none);border-top-right-radius:var(--guk-border-rounded-none)}.md\:focus-visible\:rounded-r-xl:focus-visible{border-bottom-right-radius:var(--guk-border-rounded-xl);border-top-right-radius:var(--guk-border-rounded-xl)}}@media (min-width:1024px){.lg\:bottom-auto{bottom:auto}.lg\:top-\[120px\]{top:120px}.lg\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.lg\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.lg\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.lg\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.lg\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.lg\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.lg\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.lg\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.lg\:h-1{height:var(--guk-space-base)}.lg\:h-2{height:var(--guk-space-2)}.lg\:h-3{height:var(--guk-space-3)}.lg\:h-4{height:var(--guk-space-4)}.lg\:h-5{height:var(--guk-space-5)}.lg\:h-6{height:var(--guk-space-6)}.lg\:h-8{height:var(--guk-space-8)}.lg\:h-\[32px\]{height:32px}.lg\:h-\[40px\]{height:40px}.lg\:h-\[48px\]{height:48px}.lg\:max-h-\[calc\(100vh-200px\)\]{max-height:calc(100vh - 200px)}.lg\:w-3{width:var(--guk-space-3)}.lg\:w-4{width:var(--guk-space-4)}.lg\:w-40{width:var(--guk-space-40)}.lg\:w-5{width:var(--guk-space-5)}.lg\:w-\[32px\]{width:32px}.lg\:w-\[40px\]{width:40px}.lg\:w-\[48px\]{width:48px}.lg\:min-w-\[112px\]{min-width:112px}.lg\:min-w-\[80px\]{min-width:80px}.lg\:min-w-\[96px\]{min-width:96px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-0\.5{gap:var(--guk-space-0-5)}.lg\:gap-1{gap:var(--guk-space-base)}.lg\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.lg\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.lg\:border-2{border-width:2px}.lg\:border-\[1\.6px\]{border-width:1.6px}.lg\:border-\[2\.4px\]{border-width:2.4px}.lg\:border-\[3\.2px\]{border-width:3.2px}.lg\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.lg\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.lg\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.lg\:text-base{font-size:var(--guk-font-size-base)}.lg\:text-lg{font-size:var(--guk-font-size-lg)}.lg\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:1280px){.xl\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.xl\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.xl\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.xl\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.xl\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.xl\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.xl\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.xl\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.xl\:h-1{height:var(--guk-space-base)}.xl\:h-2{height:var(--guk-space-2)}.xl\:h-3{height:var(--guk-space-3)}.xl\:h-4{height:var(--guk-space-4)}.xl\:h-5{height:var(--guk-space-5)}.xl\:h-6{height:var(--guk-space-6)}.xl\:h-8{height:var(--guk-space-8)}.xl\:h-\[32px\]{height:32px}.xl\:h-\[40px\]{height:40px}.xl\:h-\[48px\]{height:48px}.xl\:w-3{width:var(--guk-space-3)}.xl\:w-4{width:var(--guk-space-4)}.xl\:w-5{width:var(--guk-space-5)}.xl\:w-\[32px\]{width:32px}.xl\:w-\[40px\]{width:40px}.xl\:w-\[48px\]{width:48px}.xl\:min-w-\[112px\]{min-width:112px}.xl\:min-w-\[80px\]{min-width:80px}.xl\:min-w-\[96px\]{min-width:96px}.xl\:gap-0\.5{gap:var(--guk-space-0-5)}.xl\:gap-1{gap:var(--guk-space-base)}.xl\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.xl\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.xl\:border-2{border-width:2px}.xl\:border-\[1\.6px\]{border-width:1.6px}.xl\:border-\[2\.4px\]{border-width:2.4px}.xl\:border-\[3\.2px\]{border-width:3.2px}.xl\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.xl\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.xl\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.xl\:text-base{font-size:var(--guk-font-size-base)}.xl\:text-sm{font-size:var(--guk-font-size-sm)}}@media (min-width:1536px){.\32xl\:size-10{height:var(--guk-space-10);width:var(--guk-space-10)}.\32xl\:size-14{height:var(--guk-space-14);width:var(--guk-space-14)}.\32xl\:size-16{height:var(--guk-space-16);width:var(--guk-space-16)}.\32xl\:size-3{height:var(--guk-space-3);width:var(--guk-space-3)}.\32xl\:size-4{height:var(--guk-space-4);width:var(--guk-space-4)}.\32xl\:size-5{height:var(--guk-space-5);width:var(--guk-space-5)}.\32xl\:size-6{height:var(--guk-space-6);width:var(--guk-space-6)}.\32xl\:size-8{height:var(--guk-space-8);width:var(--guk-space-8)}.\32xl\:h-1{height:var(--guk-space-base)}.\32xl\:h-2{height:var(--guk-space-2)}.\32xl\:h-3{height:var(--guk-space-3)}.\32xl\:h-4{height:var(--guk-space-4)}.\32xl\:h-5{height:var(--guk-space-5)}.\32xl\:h-6{height:var(--guk-space-6)}.\32xl\:h-8{height:var(--guk-space-8)}.\32xl\:h-\[32px\]{height:32px}.\32xl\:h-\[40px\]{height:40px}.\32xl\:h-\[48px\]{height:48px}.\32xl\:w-3{width:var(--guk-space-3)}.\32xl\:w-4{width:var(--guk-space-4)}.\32xl\:w-5{width:var(--guk-space-5)}.\32xl\:w-\[32px\]{width:32px}.\32xl\:w-\[40px\]{width:40px}.\32xl\:w-\[48px\]{width:48px}.\32xl\:min-w-\[112px\]{min-width:112px}.\32xl\:min-w-\[80px\]{min-width:80px}.\32xl\:min-w-\[96px\]{min-width:96px}.\32xl\:gap-0\.5{gap:var(--guk-space-0-5)}.\32xl\:gap-1{gap:var(--guk-space-base)}.\32xl\:rounded-lg{border-radius:var(--guk-border-rounded-lg)}.\32xl\:rounded-xl{border-radius:var(--guk-border-rounded-xl)}.\32xl\:border-2{border-width:2px}.\32xl\:border-\[1\.6px\]{border-width:1.6px}.\32xl\:border-\[2\.4px\]{border-width:2.4px}.\32xl\:border-\[3\.2px\]{border-width:3.2px}.\32xl\:px-2{padding-left:var(--guk-space-2);padding-right:var(--guk-space-2)}.\32xl\:px-3{padding-left:var(--guk-space-3);padding-right:var(--guk-space-3)}.\32xl\:px-4{padding-left:var(--guk-space-4);padding-right:var(--guk-space-4)}.\32xl\:text-base{font-size:var(--guk-font-size-base)}.\32xl\:text-sm{font-size:var(--guk-font-size-sm)}}.\[\&\>\*\:last-child\]\:border-none>:last-child{border-style:none}.\[\&\>\*\:last-child\]\:p-0>:last-child{padding:var(--guk-space-0)}.\[\&\>label\]\:hidden>label{display:none}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aragon/gov-ui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.50",
|
|
4
4
|
"description": "Implementation of the Aragon's Governance UI Kit",
|
|
5
5
|
"main": "dist/index.es.js",
|
|
6
6
|
"types": "dist/types/src/index.d.ts",
|
|
@@ -164,4 +164,4 @@
|
|
|
164
164
|
"./tailwind.config": "./tailwind.config.js"
|
|
165
165
|
},
|
|
166
166
|
"packageManager": "yarn@4.4.0"
|
|
167
|
-
}
|
|
167
|
+
}
|