@alkimi.org/ui-kit 0.1.13 → 0.1.14

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/dist/styles.css CHANGED
@@ -1,808 +1,963 @@
1
1
  /* src/styles.css */
2
- *,
3
- ::before,
4
- ::after {
5
- --tw-border-spacing-x: 0;
6
- --tw-border-spacing-y: 0;
7
- --tw-translate-x: 0;
8
- --tw-translate-y: 0;
9
- --tw-rotate: 0;
10
- --tw-skew-x: 0;
11
- --tw-skew-y: 0;
12
- --tw-scale-x: 1;
13
- --tw-scale-y: 1;
14
- --tw-pan-x: ;
15
- --tw-pan-y: ;
16
- --tw-pinch-zoom: ;
17
- --tw-scroll-snap-strictness: proximity;
18
- --tw-gradient-from-position: ;
19
- --tw-gradient-via-position: ;
20
- --tw-gradient-to-position: ;
21
- --tw-ordinal: ;
22
- --tw-slashed-zero: ;
23
- --tw-numeric-figure: ;
24
- --tw-numeric-spacing: ;
25
- --tw-numeric-fraction: ;
26
- --tw-ring-inset: ;
27
- --tw-ring-offset-width: 0px;
28
- --tw-ring-offset-color: #fff;
29
- --tw-ring-color: rgb(59 130 246 / 0.5);
30
- --tw-ring-offset-shadow: 0 0 #0000;
31
- --tw-ring-shadow: 0 0 #0000;
32
- --tw-shadow: 0 0 #0000;
33
- --tw-shadow-colored: 0 0 #0000;
34
- --tw-blur: ;
35
- --tw-brightness: ;
36
- --tw-contrast: ;
37
- --tw-grayscale: ;
38
- --tw-hue-rotate: ;
39
- --tw-invert: ;
40
- --tw-saturate: ;
41
- --tw-sepia: ;
42
- --tw-drop-shadow: ;
43
- --tw-backdrop-blur: ;
44
- --tw-backdrop-brightness: ;
45
- --tw-backdrop-contrast: ;
46
- --tw-backdrop-grayscale: ;
47
- --tw-backdrop-hue-rotate: ;
48
- --tw-backdrop-invert: ;
49
- --tw-backdrop-opacity: ;
50
- --tw-backdrop-saturate: ;
51
- --tw-backdrop-sepia: ;
52
- --tw-contain-size: ;
53
- --tw-contain-layout: ;
54
- --tw-contain-paint: ;
55
- --tw-contain-style: ;
56
- }
57
- ::backdrop {
58
- --tw-border-spacing-x: 0;
59
- --tw-border-spacing-y: 0;
60
- --tw-translate-x: 0;
61
- --tw-translate-y: 0;
62
- --tw-rotate: 0;
63
- --tw-skew-x: 0;
64
- --tw-skew-y: 0;
65
- --tw-scale-x: 1;
66
- --tw-scale-y: 1;
67
- --tw-pan-x: ;
68
- --tw-pan-y: ;
69
- --tw-pinch-zoom: ;
70
- --tw-scroll-snap-strictness: proximity;
71
- --tw-gradient-from-position: ;
72
- --tw-gradient-via-position: ;
73
- --tw-gradient-to-position: ;
74
- --tw-ordinal: ;
75
- --tw-slashed-zero: ;
76
- --tw-numeric-figure: ;
77
- --tw-numeric-spacing: ;
78
- --tw-numeric-fraction: ;
79
- --tw-ring-inset: ;
80
- --tw-ring-offset-width: 0px;
81
- --tw-ring-offset-color: #fff;
82
- --tw-ring-color: rgb(59 130 246 / 0.5);
83
- --tw-ring-offset-shadow: 0 0 #0000;
84
- --tw-ring-shadow: 0 0 #0000;
85
- --tw-shadow: 0 0 #0000;
86
- --tw-shadow-colored: 0 0 #0000;
87
- --tw-blur: ;
88
- --tw-brightness: ;
89
- --tw-contrast: ;
90
- --tw-grayscale: ;
91
- --tw-hue-rotate: ;
92
- --tw-invert: ;
93
- --tw-saturate: ;
94
- --tw-sepia: ;
95
- --tw-drop-shadow: ;
96
- --tw-backdrop-blur: ;
97
- --tw-backdrop-brightness: ;
98
- --tw-backdrop-contrast: ;
99
- --tw-backdrop-grayscale: ;
100
- --tw-backdrop-hue-rotate: ;
101
- --tw-backdrop-invert: ;
102
- --tw-backdrop-opacity: ;
103
- --tw-backdrop-saturate: ;
104
- --tw-backdrop-sepia: ;
105
- --tw-contain-size: ;
106
- --tw-contain-layout: ;
107
- --tw-contain-paint: ;
108
- --tw-contain-style: ;
109
- }
110
- *,
111
- ::before,
112
- ::after {
113
- box-sizing: border-box;
114
- border-width: 0;
115
- border-style: solid;
116
- border-color: #e5e7eb;
117
- }
118
- ::before,
119
- ::after {
120
- --tw-content: "";
121
- }
122
- html,
123
- :host {
124
- line-height: 1.5;
125
- -webkit-text-size-adjust: 100%;
126
- -moz-tab-size: 4;
127
- -o-tab-size: 4;
128
- tab-size: 4;
129
- font-family:
130
- ui-sans-serif,
131
- system-ui,
132
- sans-serif,
133
- "Apple Color Emoji",
134
- "Segoe UI Emoji",
135
- "Segoe UI Symbol",
136
- "Noto Color Emoji";
137
- font-feature-settings: normal;
138
- font-variation-settings: normal;
139
- -webkit-tap-highlight-color: transparent;
140
- }
141
- body {
142
- margin: 0;
143
- line-height: inherit;
144
- }
145
- hr {
146
- height: 0;
147
- color: inherit;
148
- border-top-width: 1px;
149
- }
150
- abbr:where([title]) {
151
- -webkit-text-decoration: underline dotted;
152
- text-decoration: underline dotted;
153
- }
154
- h1,
155
- h2,
156
- h3,
157
- h4,
158
- h5,
159
- h6 {
160
- font-size: inherit;
161
- font-weight: inherit;
162
- }
163
- a {
164
- color: inherit;
165
- text-decoration: inherit;
166
- }
167
- b,
168
- strong {
169
- font-weight: bolder;
170
- }
171
- code,
172
- kbd,
173
- samp,
174
- pre {
175
- font-family:
176
- ui-monospace,
177
- SFMono-Regular,
178
- Menlo,
179
- Monaco,
180
- Consolas,
181
- "Liberation Mono",
182
- "Courier New",
183
- monospace;
184
- font-feature-settings: normal;
185
- font-variation-settings: normal;
186
- font-size: 1em;
187
- }
188
- small {
189
- font-size: 80%;
190
- }
191
- sub,
192
- sup {
193
- font-size: 75%;
194
- line-height: 0;
195
- position: relative;
196
- vertical-align: baseline;
197
- }
198
- sub {
199
- bottom: -0.25em;
200
- }
201
- sup {
202
- top: -0.5em;
203
- }
204
- table {
205
- text-indent: 0;
206
- border-color: inherit;
207
- border-collapse: collapse;
208
- }
209
- button,
210
- input,
211
- optgroup,
212
- select,
213
- textarea {
214
- font-family: inherit;
215
- font-feature-settings: inherit;
216
- font-variation-settings: inherit;
217
- font-size: 100%;
218
- font-weight: inherit;
219
- line-height: inherit;
220
- letter-spacing: inherit;
221
- color: inherit;
222
- margin: 0;
223
- padding: 0;
224
- }
225
- button,
226
- select {
227
- text-transform: none;
228
- }
229
- button,
230
- input:where([type=button]),
231
- input:where([type=reset]),
232
- input:where([type=submit]) {
233
- -webkit-appearance: button;
234
- background-color: transparent;
235
- background-image: none;
236
- }
237
- :-moz-focusring {
238
- outline: auto;
239
- }
240
- :-moz-ui-invalid {
241
- box-shadow: none;
242
- }
243
- progress {
244
- vertical-align: baseline;
245
- }
246
- ::-webkit-inner-spin-button,
247
- ::-webkit-outer-spin-button {
248
- height: auto;
249
- }
250
- [type=search] {
251
- -webkit-appearance: textfield;
252
- outline-offset: -2px;
253
- }
254
- ::-webkit-search-decoration {
255
- -webkit-appearance: none;
256
- }
257
- ::-webkit-file-upload-button {
258
- -webkit-appearance: button;
259
- font: inherit;
260
- }
261
- summary {
262
- display: list-item;
263
- }
264
- blockquote,
265
- dl,
266
- dd,
267
- h1,
268
- h2,
269
- h3,
270
- h4,
271
- h5,
272
- h6,
273
- hr,
274
- figure,
275
- p,
276
- pre {
277
- margin: 0;
278
- }
279
- fieldset {
280
- margin: 0;
281
- padding: 0;
282
- }
283
- legend {
284
- padding: 0;
285
- }
286
- ol,
287
- ul,
288
- menu {
289
- list-style: none;
290
- margin: 0;
291
- padding: 0;
292
- }
293
- dialog {
294
- padding: 0;
295
- }
296
- textarea {
297
- resize: vertical;
298
- }
299
- input::-moz-placeholder,
300
- textarea::-moz-placeholder {
301
- opacity: 1;
302
- color: #9ca3af;
303
- }
304
- input::placeholder,
305
- textarea::placeholder {
306
- opacity: 1;
307
- color: #9ca3af;
308
- }
309
- button,
310
- [role=button] {
311
- cursor: pointer;
312
- }
313
- :disabled {
314
- cursor: default;
315
- }
316
- img,
317
- svg,
318
- video,
319
- canvas,
320
- audio,
321
- iframe,
322
- embed,
323
- object {
324
- display: block;
325
- vertical-align: middle;
326
- }
327
- img,
328
- video {
329
- max-width: 100%;
330
- height: auto;
331
- }
332
- [hidden]:where(:not([hidden=until-found])) {
333
- display: none;
334
- }
335
- :root {
336
- --background: 240 10% 4%;
337
- --foreground: 144 100% 97%;
338
- --card: 0 0% 3.5%;
339
- --card-foreground: 140 100% 97.1%;
340
- --popover: 0 0% 3.5%;
341
- --popover-foreground: 140 100% 97.1%;
342
- --primary: 140 100% 97.1%;
343
- --primary-foreground: 240 6% 10%;
344
- --secondary: 240 4% 16%;
345
- --secondary-foreground: 140 100% 97.1%;
346
- --muted: 240 4% 16%;
347
- --muted-foreground: 144 4.3% 54.9%;
348
- --accent: 0 0% 15.3%;
349
- --accent-foreground: 140 100% 97.1%;
350
- --destructive: 0 62.8% 30.6%;
351
- --destructive-foreground: 140 100% 97.1%;
352
- --border: 240 3.7% 27.6%;
353
- --input: 240 3.7% 27.6%;
354
- --ring: 140 100% 97.1%;
355
- --radius: 0.625rem;
356
- }
357
- * {
358
- border-color: hsl(var(--border));
359
- }
360
- body {
361
- background-color: hsl(var(--background));
362
- color: hsl(var(--foreground));
363
- font-size: 14px;
364
- }
365
- .\!container {
366
- width: 100% !important;
367
- margin-right: auto !important;
368
- margin-left: auto !important;
369
- padding-right: 2rem !important;
370
- padding-left: 2rem !important;
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root,
6
+ :host {
7
+ --font-sans:
8
+ ui-sans-serif,
9
+ system-ui,
10
+ sans-serif,
11
+ "Apple Color Emoji",
12
+ "Segoe UI Emoji",
13
+ "Segoe UI Symbol",
14
+ "Noto Color Emoji";
15
+ --font-mono:
16
+ ui-monospace,
17
+ SFMono-Regular,
18
+ Menlo,
19
+ Monaco,
20
+ Consolas,
21
+ "Liberation Mono",
22
+ "Courier New",
23
+ monospace;
24
+ --color-blue-600: oklch(54.6% 0.245 262.881);
25
+ --color-gray-100: oklch(96.7% 0.003 264.542);
26
+ --spacing: 0.25rem;
27
+ --container-md: 28rem;
28
+ --text-sm: 0.875rem;
29
+ --text-sm--line-height: calc(1.25 / 0.875);
30
+ --text-base: 1rem;
31
+ --text-base--line-height: calc(1.5 / 1);
32
+ --text-lg: 1.125rem;
33
+ --text-lg--line-height: calc(1.75 / 1.125);
34
+ --text-xl: 1.25rem;
35
+ --text-xl--line-height: calc(1.75 / 1.25);
36
+ --text-2xl: 1.5rem;
37
+ --text-2xl--line-height: calc(2 / 1.5);
38
+ --text-4xl: 2.25rem;
39
+ --text-4xl--line-height: calc(2.5 / 2.25);
40
+ --text-6xl: 3.75rem;
41
+ --text-6xl--line-height: 1;
42
+ --font-weight-medium: 500;
43
+ --font-weight-semibold: 600;
44
+ --font-weight-bold: 700;
45
+ --tracking-tight: -0.025em;
46
+ --radius-lg: calc(var(--radius) + 2px);
47
+ --radius-3xl: 3.75rem;
48
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
49
+ --animate-spin: spin 1s linear infinite;
50
+ --default-transition-duration: 150ms;
51
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
52
+ --default-font-family: var(--font-sans);
53
+ --default-mono-font-family: var(--font-mono);
54
+ --radius: var(--radius);
55
+ --color-border: hsl(var(--border));
56
+ --color-input: hsl(var(--input));
57
+ --color-ring: hsl(var(--ring));
58
+ --color-background: hsl(var(--background));
59
+ --color-foreground: hsl(var(--foreground));
60
+ --color-primary: hsl(var(--primary));
61
+ --color-primary-foreground: hsl(var(--primary-foreground));
62
+ --color-secondary: hsl(var(--secondary));
63
+ --color-secondary-foreground: hsl(var(--secondary-foreground));
64
+ --color-destructive: hsl(var(--destructive));
65
+ --color-destructive-foreground: hsl(var(--destructive-foreground));
66
+ --color-muted: hsl(var(--muted));
67
+ --color-muted-foreground: hsl(var(--muted-foreground));
68
+ --color-accent: hsl(var(--accent));
69
+ --color-accent-foreground: hsl(var(--accent-foreground));
70
+ --color-card: hsl(var(--card));
71
+ --color-card-foreground: hsl(var(--card-foreground));
72
+ }
371
73
  }
372
- .container {
373
- width: 100%;
374
- margin-right: auto;
375
- margin-left: auto;
376
- padding-right: 2rem;
377
- padding-left: 2rem;
74
+ @layer base {
75
+ *,
76
+ ::after,
77
+ ::before,
78
+ ::backdrop,
79
+ ::file-selector-button {
80
+ box-sizing: border-box;
81
+ margin: 0;
82
+ padding: 0;
83
+ border: 0 solid;
84
+ }
85
+ html,
86
+ :host {
87
+ line-height: 1.5;
88
+ -webkit-text-size-adjust: 100%;
89
+ -moz-tab-size: 4;
90
+ -o-tab-size: 4;
91
+ tab-size: 4;
92
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
93
+ font-feature-settings: var(--default-font-feature-settings, normal);
94
+ font-variation-settings: var(--default-font-variation-settings, normal);
95
+ -webkit-tap-highlight-color: transparent;
96
+ }
97
+ hr {
98
+ height: 0;
99
+ color: inherit;
100
+ border-top-width: 1px;
101
+ }
102
+ abbr:where([title]) {
103
+ -webkit-text-decoration: underline dotted;
104
+ text-decoration: underline dotted;
105
+ }
106
+ h1,
107
+ h2,
108
+ h3,
109
+ h4,
110
+ h5,
111
+ h6 {
112
+ font-size: inherit;
113
+ font-weight: inherit;
114
+ }
115
+ a {
116
+ color: inherit;
117
+ -webkit-text-decoration: inherit;
118
+ text-decoration: inherit;
119
+ }
120
+ b,
121
+ strong {
122
+ font-weight: bolder;
123
+ }
124
+ code,
125
+ kbd,
126
+ samp,
127
+ pre {
128
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
129
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
130
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
131
+ font-size: 1em;
132
+ }
133
+ small {
134
+ font-size: 80%;
135
+ }
136
+ sub,
137
+ sup {
138
+ font-size: 75%;
139
+ line-height: 0;
140
+ position: relative;
141
+ vertical-align: baseline;
142
+ }
143
+ sub {
144
+ bottom: -0.25em;
145
+ }
146
+ sup {
147
+ top: -0.5em;
148
+ }
149
+ table {
150
+ text-indent: 0;
151
+ border-color: inherit;
152
+ border-collapse: collapse;
153
+ }
154
+ :-moz-focusring {
155
+ outline: auto;
156
+ }
157
+ progress {
158
+ vertical-align: baseline;
159
+ }
160
+ summary {
161
+ display: list-item;
162
+ }
163
+ ol,
164
+ ul,
165
+ menu {
166
+ list-style: none;
167
+ }
168
+ img,
169
+ svg,
170
+ video,
171
+ canvas,
172
+ audio,
173
+ iframe,
174
+ embed,
175
+ object {
176
+ display: block;
177
+ vertical-align: middle;
178
+ }
179
+ img,
180
+ video {
181
+ max-width: 100%;
182
+ height: auto;
183
+ }
184
+ button,
185
+ input,
186
+ select,
187
+ optgroup,
188
+ textarea,
189
+ ::file-selector-button {
190
+ font: inherit;
191
+ font-feature-settings: inherit;
192
+ font-variation-settings: inherit;
193
+ letter-spacing: inherit;
194
+ color: inherit;
195
+ border-radius: 0;
196
+ background-color: transparent;
197
+ opacity: 1;
198
+ }
199
+ :where(select:is([multiple], [size])) optgroup {
200
+ font-weight: bolder;
201
+ }
202
+ :where(select:is([multiple], [size])) optgroup option {
203
+ padding-inline-start: 20px;
204
+ }
205
+ ::file-selector-button {
206
+ margin-inline-end: 4px;
207
+ }
208
+ ::-moz-placeholder {
209
+ opacity: 1;
210
+ }
211
+ ::placeholder {
212
+ opacity: 1;
213
+ }
214
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
215
+ ::-moz-placeholder {
216
+ color: currentcolor;
217
+ @supports (color: color-mix(in lab, red, red)) {
218
+ color: color-mix(in oklab, currentcolor 50%, transparent);
219
+ }
220
+ }
221
+ ::placeholder {
222
+ color: currentcolor;
223
+ @supports (color: color-mix(in lab, red, red)) {
224
+ color: color-mix(in oklab, currentcolor 50%, transparent);
225
+ }
226
+ }
227
+ }
228
+ textarea {
229
+ resize: vertical;
230
+ }
231
+ ::-webkit-search-decoration {
232
+ -webkit-appearance: none;
233
+ }
234
+ ::-webkit-date-and-time-value {
235
+ min-height: 1lh;
236
+ text-align: inherit;
237
+ }
238
+ ::-webkit-datetime-edit {
239
+ display: inline-flex;
240
+ }
241
+ ::-webkit-datetime-edit-fields-wrapper {
242
+ padding: 0;
243
+ }
244
+ ::-webkit-datetime-edit,
245
+ ::-webkit-datetime-edit-year-field,
246
+ ::-webkit-datetime-edit-month-field,
247
+ ::-webkit-datetime-edit-day-field,
248
+ ::-webkit-datetime-edit-hour-field,
249
+ ::-webkit-datetime-edit-minute-field,
250
+ ::-webkit-datetime-edit-second-field,
251
+ ::-webkit-datetime-edit-millisecond-field,
252
+ ::-webkit-datetime-edit-meridiem-field {
253
+ padding-block: 0;
254
+ }
255
+ ::-webkit-calendar-picker-indicator {
256
+ line-height: 1;
257
+ }
258
+ :-moz-ui-invalid {
259
+ box-shadow: none;
260
+ }
261
+ button,
262
+ input:where([type=button], [type=reset], [type=submit]),
263
+ ::file-selector-button {
264
+ -webkit-appearance: button;
265
+ -moz-appearance: button;
266
+ appearance: button;
267
+ }
268
+ ::-webkit-inner-spin-button,
269
+ ::-webkit-outer-spin-button {
270
+ height: auto;
271
+ }
272
+ [hidden]:where(:not([hidden=until-found])) {
273
+ display: none !important;
274
+ }
378
275
  }
379
- @media (min-width: 1400px) {
380
- .\!container {
381
- max-width: 1400px !important;
276
+ @layer utilities {
277
+ .visible {
278
+ visibility: visible;
279
+ }
280
+ .absolute {
281
+ position: absolute;
282
+ }
283
+ .relative {
284
+ position: relative;
285
+ }
286
+ .static {
287
+ position: static;
288
+ }
289
+ .top-0 {
290
+ top: calc(var(--spacing) * 0);
291
+ }
292
+ .left-0 {
293
+ left: calc(var(--spacing) * 0);
294
+ }
295
+ .z-10 {
296
+ z-index: 10;
297
+ }
298
+ .z-\[1\] {
299
+ z-index: 1;
382
300
  }
383
301
  .container {
384
- max-width: 1400px;
302
+ width: 100%;
303
+ @media (width >= 40rem) {
304
+ max-width: 40rem;
305
+ }
306
+ @media (width >= 48rem) {
307
+ max-width: 48rem;
308
+ }
309
+ @media (width >= 64rem) {
310
+ max-width: 64rem;
311
+ }
312
+ @media (width >= 80rem) {
313
+ max-width: 80rem;
314
+ }
315
+ @media (width >= 96rem) {
316
+ max-width: 96rem;
317
+ }
318
+ }
319
+ .mx-auto {
320
+ margin-inline: auto;
321
+ }
322
+ .mt-2 {
323
+ margin-top: calc(var(--spacing) * 2);
324
+ }
325
+ .mt-12 {
326
+ margin-top: calc(var(--spacing) * 12);
327
+ }
328
+ .mr-2 {
329
+ margin-right: calc(var(--spacing) * 2);
330
+ }
331
+ .mb-4 {
332
+ margin-bottom: calc(var(--spacing) * 4);
333
+ }
334
+ .mb-8 {
335
+ margin-bottom: calc(var(--spacing) * 8);
336
+ }
337
+ .flex {
338
+ display: flex;
339
+ }
340
+ .grid {
341
+ display: grid;
342
+ }
343
+ .inline-flex {
344
+ display: inline-flex;
345
+ }
346
+ .inline-grid {
347
+ display: inline-grid;
348
+ }
349
+ .h-4 {
350
+ height: calc(var(--spacing) * 4);
351
+ }
352
+ .h-8 {
353
+ height: calc(var(--spacing) * 8);
354
+ }
355
+ .h-9 {
356
+ height: calc(var(--spacing) * 9);
357
+ }
358
+ .h-10 {
359
+ height: calc(var(--spacing) * 10);
360
+ }
361
+ .h-\[150px\] {
362
+ height: 150px;
363
+ }
364
+ .h-\[300px\] {
365
+ height: 300px;
366
+ }
367
+ .h-\[400px\] {
368
+ height: 400px;
369
+ }
370
+ .h-\[calc\(100\%-0\.5rem\)\] {
371
+ height: calc(100% - 0.5rem);
372
+ }
373
+ .h-full {
374
+ height: 100%;
375
+ }
376
+ .min-h-screen {
377
+ min-height: 100vh;
378
+ }
379
+ .w-4 {
380
+ width: calc(var(--spacing) * 4);
381
+ }
382
+ .w-9 {
383
+ width: calc(var(--spacing) * 9);
384
+ }
385
+ .w-\[200px\] {
386
+ width: 200px;
387
+ }
388
+ .w-\[300px\] {
389
+ width: 300px;
390
+ }
391
+ .w-\[400px\] {
392
+ width: 400px;
393
+ }
394
+ .w-\[500px\] {
395
+ width: 500px;
396
+ }
397
+ .w-full {
398
+ width: 100%;
399
+ }
400
+ .max-w-md {
401
+ max-width: var(--container-md);
402
+ }
403
+ .animate-spin {
404
+ animation: var(--animate-spin);
405
+ }
406
+ .cursor-pointer {
407
+ cursor: pointer;
408
+ }
409
+ .resize {
410
+ resize: both;
411
+ }
412
+ .list-inside {
413
+ list-style-position: inside;
414
+ }
415
+ .list-disc {
416
+ list-style-type: disc;
417
+ }
418
+ .grid-cols-2 {
419
+ grid-template-columns: repeat(2, minmax(0, 1fr));
420
+ }
421
+ .grid-cols-3 {
422
+ grid-template-columns: repeat(3, minmax(0, 1fr));
423
+ }
424
+ .flex-col {
425
+ flex-direction: column;
426
+ }
427
+ .flex-wrap {
428
+ flex-wrap: wrap;
429
+ }
430
+ .items-center {
431
+ align-items: center;
432
+ }
433
+ .justify-between {
434
+ justify-content: space-between;
435
+ }
436
+ .justify-center {
437
+ justify-content: center;
438
+ }
439
+ .gap-2 {
440
+ gap: calc(var(--spacing) * 2);
441
+ }
442
+ .gap-4 {
443
+ gap: calc(var(--spacing) * 4);
444
+ }
445
+ .space-y-1\.5 {
446
+ :where(& > :not(:last-child)) {
447
+ --tw-space-y-reverse: 0;
448
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
449
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
450
+ }
451
+ }
452
+ .space-y-2 {
453
+ :where(& > :not(:last-child)) {
454
+ --tw-space-y-reverse: 0;
455
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
456
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
457
+ }
458
+ }
459
+ .space-y-4 {
460
+ :where(& > :not(:last-child)) {
461
+ --tw-space-y-reverse: 0;
462
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
463
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
464
+ }
465
+ }
466
+ .space-y-8 {
467
+ :where(& > :not(:last-child)) {
468
+ --tw-space-y-reverse: 0;
469
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
470
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
471
+ }
472
+ }
473
+ .overflow-hidden {
474
+ overflow: hidden;
475
+ }
476
+ .rounded-3xl {
477
+ border-radius: var(--radius-3xl);
478
+ }
479
+ .rounded-full {
480
+ border-radius: calc(infinity * 1px);
481
+ }
482
+ .rounded-lg {
483
+ border-radius: var(--radius-lg);
484
+ }
485
+ .border {
486
+ border-style: var(--tw-border-style);
487
+ border-width: 1px;
488
+ }
489
+ .border-border {
490
+ border-color: var(--color-border);
491
+ }
492
+ .border-input {
493
+ border-color: var(--color-input);
494
+ }
495
+ .border-primary-foreground {
496
+ border-color: var(--color-primary-foreground);
497
+ }
498
+ .border-t-transparent {
499
+ border-top-color: transparent;
500
+ }
501
+ .bg-background {
502
+ background-color: var(--color-background);
503
+ }
504
+ .bg-card {
505
+ background-color: var(--color-card);
506
+ }
507
+ .bg-destructive {
508
+ background-color: var(--color-destructive);
509
+ }
510
+ .bg-gray-100 {
511
+ background-color: var(--color-gray-100);
512
+ }
513
+ .bg-muted {
514
+ background-color: var(--color-muted);
515
+ }
516
+ .bg-primary {
517
+ background-color: var(--color-primary);
518
+ }
519
+ .bg-secondary\/80 {
520
+ background-color: color-mix(in srgb, hsl(var(--secondary)) 80%, transparent);
521
+ @supports (color: color-mix(in lab, red, red)) {
522
+ background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
523
+ }
524
+ }
525
+ .p-1 {
526
+ padding: calc(var(--spacing) * 1);
527
+ }
528
+ .p-4 {
529
+ padding: calc(var(--spacing) * 4);
530
+ }
531
+ .p-6 {
532
+ padding: calc(var(--spacing) * 6);
533
+ }
534
+ .p-8 {
535
+ padding: calc(var(--spacing) * 8);
536
+ }
537
+ .px-3 {
538
+ padding-inline: calc(var(--spacing) * 3);
539
+ }
540
+ .px-4 {
541
+ padding-inline: calc(var(--spacing) * 4);
542
+ }
543
+ .px-8 {
544
+ padding-inline: calc(var(--spacing) * 8);
545
+ }
546
+ .py-1 {
547
+ padding-block: calc(var(--spacing) * 1);
548
+ }
549
+ .py-2 {
550
+ padding-block: calc(var(--spacing) * 2);
551
+ }
552
+ .py-8 {
553
+ padding-block: calc(var(--spacing) * 8);
554
+ }
555
+ .pt-0 {
556
+ padding-top: calc(var(--spacing) * 0);
557
+ }
558
+ .text-center {
559
+ text-align: center;
560
+ }
561
+ .text-2xl {
562
+ font-size: var(--text-2xl);
563
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
564
+ }
565
+ .text-4xl {
566
+ font-size: var(--text-4xl);
567
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
568
+ }
569
+ .text-6xl {
570
+ font-size: var(--text-6xl);
571
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
572
+ }
573
+ .text-base {
574
+ font-size: var(--text-base);
575
+ line-height: var(--tw-leading, var(--text-base--line-height));
576
+ }
577
+ .text-lg {
578
+ font-size: var(--text-lg);
579
+ line-height: var(--tw-leading, var(--text-lg--line-height));
580
+ }
581
+ .text-sm {
582
+ font-size: var(--text-sm);
583
+ line-height: var(--tw-leading, var(--text-sm--line-height));
584
+ }
585
+ .text-xl {
586
+ font-size: var(--text-xl);
587
+ line-height: var(--tw-leading, var(--text-xl--line-height));
588
+ }
589
+ .leading-none {
590
+ --tw-leading: 1;
591
+ line-height: 1;
592
+ }
593
+ .font-bold {
594
+ --tw-font-weight: var(--font-weight-bold);
595
+ font-weight: var(--font-weight-bold);
596
+ }
597
+ .font-medium {
598
+ --tw-font-weight: var(--font-weight-medium);
599
+ font-weight: var(--font-weight-medium);
600
+ }
601
+ .font-semibold {
602
+ --tw-font-weight: var(--font-weight-semibold);
603
+ font-weight: var(--font-weight-semibold);
604
+ }
605
+ .tracking-tight {
606
+ --tw-tracking: var(--tracking-tight);
607
+ letter-spacing: var(--tracking-tight);
608
+ }
609
+ .whitespace-nowrap {
610
+ white-space: nowrap;
611
+ }
612
+ .text-blue-600 {
613
+ color: var(--color-blue-600);
614
+ }
615
+ .text-card-foreground {
616
+ color: var(--color-card-foreground);
617
+ }
618
+ .text-destructive-foreground {
619
+ color: var(--color-destructive-foreground);
620
+ }
621
+ .text-foreground {
622
+ color: var(--color-foreground);
623
+ }
624
+ .text-muted-foreground {
625
+ color: var(--color-muted-foreground);
626
+ }
627
+ .text-primary {
628
+ color: var(--color-primary);
629
+ }
630
+ .text-primary-foreground {
631
+ color: var(--color-primary-foreground);
632
+ }
633
+ .text-primary-foreground\/80 {
634
+ color: color-mix(in srgb, hsl(var(--primary-foreground)) 80%, transparent);
635
+ @supports (color: color-mix(in lab, red, red)) {
636
+ color: color-mix(in oklab, var(--color-primary-foreground) 80%, transparent);
637
+ }
638
+ }
639
+ .text-secondary-foreground {
640
+ color: var(--color-secondary-foreground);
641
+ }
642
+ .italic {
643
+ font-style: italic;
644
+ }
645
+ .no-underline {
646
+ text-decoration-line: none;
647
+ }
648
+ .underline-offset-4 {
649
+ text-underline-offset: 4px;
650
+ }
651
+ .opacity-0 {
652
+ opacity: 0%;
653
+ }
654
+ .opacity-100 {
655
+ opacity: 100%;
656
+ }
657
+ .shadow-sm {
658
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
659
+ box-shadow:
660
+ var(--tw-inset-shadow),
661
+ var(--tw-inset-ring-shadow),
662
+ var(--tw-ring-offset-shadow),
663
+ var(--tw-ring-shadow),
664
+ var(--tw-shadow);
665
+ }
666
+ .ring {
667
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
668
+ box-shadow:
669
+ var(--tw-inset-shadow),
670
+ var(--tw-inset-ring-shadow),
671
+ var(--tw-ring-offset-shadow),
672
+ var(--tw-ring-shadow),
673
+ var(--tw-shadow);
674
+ }
675
+ .ring-offset-background {
676
+ --tw-ring-offset-color: var(--color-background);
677
+ }
678
+ .outline {
679
+ outline-style: var(--tw-outline-style);
680
+ outline-width: 1px;
681
+ }
682
+ .blur {
683
+ --tw-blur: blur(8px);
684
+ 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,);
685
+ }
686
+ .transition-all {
687
+ transition-property: all;
688
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
689
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
690
+ }
691
+ .transition-colors {
692
+ transition-property:
693
+ color,
694
+ background-color,
695
+ border-color,
696
+ outline-color,
697
+ text-decoration-color,
698
+ fill,
699
+ stroke,
700
+ --tw-gradient-from,
701
+ --tw-gradient-via,
702
+ --tw-gradient-to;
703
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
704
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
705
+ }
706
+ .transition-opacity {
707
+ transition-property: opacity;
708
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
709
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
710
+ }
711
+ .duration-150 {
712
+ --tw-duration: 150ms;
713
+ transition-duration: 150ms;
714
+ }
715
+ .duration-200 {
716
+ --tw-duration: 200ms;
717
+ transition-duration: 200ms;
718
+ }
719
+ .duration-300 {
720
+ --tw-duration: 300ms;
721
+ transition-duration: 300ms;
722
+ }
723
+ .ease-out {
724
+ --tw-ease: var(--ease-out);
725
+ transition-timing-function: var(--ease-out);
726
+ }
727
+ .\*\:col-start-1 {
728
+ :is(& > *) {
729
+ grid-column-start: 1;
730
+ }
731
+ }
732
+ .\*\:row-start-1 {
733
+ :is(& > *) {
734
+ grid-row-start: 1;
735
+ }
736
+ }
737
+ .hover\:bg-accent {
738
+ &:hover {
739
+ @media (hover: hover) {
740
+ background-color: var(--color-accent);
741
+ }
742
+ }
743
+ }
744
+ .hover\:bg-destructive\/90 {
745
+ &:hover {
746
+ @media (hover: hover) {
747
+ background-color: color-mix(in srgb, hsl(var(--destructive)) 90%, transparent);
748
+ @supports (color: color-mix(in lab, red, red)) {
749
+ background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
750
+ }
751
+ }
752
+ }
753
+ }
754
+ .hover\:bg-primary\/90 {
755
+ &:hover {
756
+ @media (hover: hover) {
757
+ background-color: color-mix(in srgb, hsl(var(--primary)) 90%, transparent);
758
+ @supports (color: color-mix(in lab, red, red)) {
759
+ background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
760
+ }
761
+ }
762
+ }
763
+ }
764
+ .hover\:bg-secondary {
765
+ &:hover {
766
+ @media (hover: hover) {
767
+ background-color: var(--color-secondary);
768
+ }
769
+ }
770
+ }
771
+ .hover\:text-accent-foreground {
772
+ &:hover {
773
+ @media (hover: hover) {
774
+ color: var(--color-accent-foreground);
775
+ }
776
+ }
777
+ }
778
+ .hover\:underline {
779
+ &:hover {
780
+ @media (hover: hover) {
781
+ text-decoration-line: underline;
782
+ }
783
+ }
784
+ }
785
+ .focus-visible\:ring-2 {
786
+ &:focus-visible {
787
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
788
+ box-shadow:
789
+ var(--tw-inset-shadow),
790
+ var(--tw-inset-ring-shadow),
791
+ var(--tw-ring-offset-shadow),
792
+ var(--tw-ring-shadow),
793
+ var(--tw-shadow);
794
+ }
795
+ }
796
+ .focus-visible\:ring-ring {
797
+ &:focus-visible {
798
+ --tw-ring-color: var(--color-ring);
799
+ }
800
+ }
801
+ .focus-visible\:ring-offset-2 {
802
+ &:focus-visible {
803
+ --tw-ring-offset-width: 2px;
804
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
805
+ }
806
+ }
807
+ .focus-visible\:outline-none {
808
+ &:focus-visible {
809
+ --tw-outline-style: none;
810
+ outline-style: none;
811
+ }
812
+ }
813
+ .disabled\:pointer-events-none {
814
+ &:disabled {
815
+ pointer-events: none;
816
+ }
817
+ }
818
+ .disabled\:opacity-50 {
819
+ &:disabled {
820
+ opacity: 50%;
821
+ }
822
+ }
823
+ .data-\[state\=active\]\:text-foreground {
824
+ &[data-state=active] {
825
+ color: var(--color-foreground);
826
+ }
385
827
  }
386
828
  }
387
- .visible {
388
- visibility: visible;
389
- }
390
- .absolute {
391
- position: absolute;
392
- }
393
- .relative {
394
- position: relative;
395
- }
396
- .left-0 {
397
- left: 0px;
398
- }
399
- .top-0 {
400
- top: 0px;
401
- }
402
- .z-\[1\] {
403
- z-index: 1;
404
- }
405
- .col-start-1 {
406
- grid-column-start: 1;
407
- }
408
- .row-start-1 {
409
- grid-row-start: 1;
410
- }
411
- .mr-2 {
412
- margin-right: 0.5rem;
413
- }
414
- .mt-2 {
415
- margin-top: 0.5rem;
416
- }
417
- .flex {
418
- display: flex;
419
- }
420
- .inline-flex {
421
- display: inline-flex;
422
- }
423
- .grid {
424
- display: grid;
425
- }
426
- .inline-grid {
427
- display: inline-grid;
428
- }
429
- .h-10 {
430
- height: 2.5rem;
431
- }
432
- .h-4 {
433
- height: 1rem;
434
- }
435
- .h-8 {
436
- height: 2rem;
437
- }
438
- .h-9 {
439
- height: 2.25rem;
440
- }
441
- .h-\[150px\] {
442
- height: 150px;
443
- }
444
- .h-\[300px\] {
445
- height: 300px;
446
- }
447
- .h-\[400px\] {
448
- height: 400px;
449
- }
450
- .h-full {
451
- height: 100%;
452
- }
453
- .w-4 {
454
- width: 1rem;
455
- }
456
- .w-9 {
457
- width: 2.25rem;
458
- }
459
- .w-\[200px\] {
460
- width: 200px;
461
- }
462
- .w-\[300px\] {
463
- width: 300px;
464
- }
465
- .w-\[400px\] {
466
- width: 400px;
467
- }
468
- .w-\[500px\] {
469
- width: 500px;
470
- }
471
- .w-full {
472
- width: 100%;
473
- }
474
- .max-w-md {
475
- max-width: 28rem;
476
- }
477
- @keyframes spin {
829
+ @keyframes accordion-down {
830
+ from {
831
+ height: 0;
832
+ }
478
833
  to {
479
- transform: rotate(360deg);
834
+ height: var(--radix-accordion-content-height);
480
835
  }
481
836
  }
482
- .animate-spin {
483
- animation: spin 1s linear infinite;
484
- }
485
- .cursor-pointer {
486
- cursor: pointer;
487
- }
488
- .grid-cols-2 {
489
- grid-template-columns: repeat(2, minmax(0, 1fr));
490
- }
491
- .grid-cols-3 {
492
- grid-template-columns: repeat(3, minmax(0, 1fr));
493
- }
494
- .flex-col {
495
- flex-direction: column;
496
- }
497
- .flex-wrap {
498
- flex-wrap: wrap;
499
- }
500
- .items-center {
501
- align-items: center;
502
- }
503
- .justify-center {
504
- justify-content: center;
505
- }
506
- .gap-4 {
507
- gap: 1rem;
508
- }
509
- .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
510
- --tw-space-y-reverse: 0;
511
- margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
512
- margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
513
- }
514
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
515
- --tw-space-y-reverse: 0;
516
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
517
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
518
- }
519
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
520
- --tw-space-y-reverse: 0;
521
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
522
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
523
- }
524
- .overflow-hidden {
525
- overflow: hidden;
526
- }
527
- .whitespace-nowrap {
528
- white-space: nowrap;
529
- }
530
- .rounded-3xl {
531
- border-radius: 3.75rem;
532
- }
533
- .rounded-full {
534
- border-radius: 9999px;
535
- }
536
- .rounded-lg {
537
- border-radius: calc(var(--radius) + 2px);
538
- }
539
- .border {
540
- border-width: 1px;
541
- }
542
- .border-border {
543
- border-color: hsl(var(--border));
544
- }
545
- .border-input {
546
- border-color: hsl(var(--input));
547
- }
548
- .border-primary-foreground {
549
- border-color: hsl(var(--primary-foreground));
550
- }
551
- .border-t-transparent {
552
- border-top-color: transparent;
553
- }
554
- .bg-background {
555
- background-color: hsl(var(--background));
556
- }
557
- .bg-card {
558
- background-color: hsl(var(--card));
559
- }
560
- .bg-destructive {
561
- background-color: hsl(var(--destructive));
562
- }
563
- .bg-gray-100 {
564
- --tw-bg-opacity: 1;
565
- background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
566
- }
567
- .bg-muted {
568
- background-color: hsl(var(--muted));
569
- }
570
- .bg-primary {
571
- background-color: hsl(var(--primary));
572
- }
573
- .bg-secondary\/80 {
574
- background-color: hsl(var(--secondary) / 0.8);
575
- }
576
- .p-1 {
577
- padding: 0.25rem;
578
- }
579
- .p-4 {
580
- padding: 1rem;
581
- }
582
- .p-6 {
583
- padding: 1.5rem;
584
- }
585
- .px-3 {
586
- padding-left: 0.75rem;
587
- padding-right: 0.75rem;
588
- }
589
- .px-4 {
590
- padding-left: 1rem;
591
- padding-right: 1rem;
592
- }
593
- .px-8 {
594
- padding-left: 2rem;
595
- padding-right: 2rem;
596
- }
597
- .py-1 {
598
- padding-top: 0.25rem;
599
- padding-bottom: 0.25rem;
600
- }
601
- .py-2 {
602
- padding-top: 0.5rem;
603
- padding-bottom: 0.5rem;
604
- }
605
- .pt-0 {
606
- padding-top: 0px;
607
- }
608
- .text-center {
609
- text-align: center;
610
- }
611
- .text-2xl {
612
- font-size: 1.5rem;
613
- line-height: 2rem;
614
- }
615
- .text-4xl {
616
- font-size: 2.25rem;
617
- line-height: 2.5rem;
618
- }
619
- .text-lg {
620
- font-size: 1.125rem;
621
- line-height: 1.75rem;
622
- }
623
- .text-sm {
624
- font-size: 12px;
625
- line-height: 1.25rem;
626
- }
627
- .text-xl {
628
- font-size: 1.25rem;
629
- line-height: 1.75rem;
630
- }
631
- .font-bold {
632
- font-weight: 700;
633
- }
634
- .font-medium {
635
- font-weight: 500;
636
- }
637
- .font-semibold {
638
- font-weight: 600;
639
- }
640
- .italic {
641
- font-style: italic;
642
- }
643
- .leading-none {
644
- line-height: 1;
645
- }
646
- .tracking-tight {
647
- letter-spacing: -0.025em;
648
- }
649
- .text-blue-600 {
650
- --tw-text-opacity: 1;
651
- color: rgb(37 99 235 / var(--tw-text-opacity, 1));
652
- }
653
- .text-card-foreground {
654
- color: hsl(var(--card-foreground));
655
- }
656
- .text-destructive-foreground {
657
- color: hsl(var(--destructive-foreground));
658
- }
659
- .text-muted-foreground {
660
- color: hsl(var(--muted-foreground));
661
- }
662
- .text-primary {
663
- color: hsl(var(--primary));
664
- }
665
- .text-primary-foreground {
666
- color: hsl(var(--primary-foreground));
667
- }
668
- .text-secondary-foreground {
669
- color: hsl(var(--secondary-foreground));
670
- }
671
- .no-underline {
672
- text-decoration-line: none;
673
- }
674
- .underline-offset-4 {
675
- text-underline-offset: 4px;
676
- }
677
- .opacity-0 {
678
- opacity: 0;
679
- }
680
- .opacity-100 {
681
- opacity: 1;
682
- }
683
- .shadow-sm {
684
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
685
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
686
- box-shadow:
687
- var(--tw-ring-offset-shadow, 0 0 #0000),
688
- var(--tw-ring-shadow, 0 0 #0000),
689
- var(--tw-shadow);
690
- }
691
- .outline {
692
- outline-style: solid;
693
- }
694
- .ring-offset-background {
695
- --tw-ring-offset-color: hsl(var(--background));
696
- }
697
- .blur {
698
- --tw-blur: blur(8px);
699
- 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);
700
- }
701
- .transition-all {
702
- transition-property: all;
703
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
704
- transition-duration: 150ms;
705
- }
706
- .transition-colors {
707
- transition-property:
708
- color,
709
- background-color,
710
- border-color,
711
- text-decoration-color,
712
- fill,
713
- stroke;
714
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
715
- transition-duration: 150ms;
716
- }
717
- .transition-opacity {
718
- transition-property: opacity;
719
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
720
- transition-duration: 150ms;
721
- }
722
- .duration-150 {
723
- transition-duration: 150ms;
724
- }
725
- .duration-300 {
726
- transition-duration: 300ms;
727
- }
728
- .ease-out {
729
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
730
- }
731
- @keyframes enter {
837
+ @keyframes accordion-up {
732
838
  from {
733
- opacity: var(--tw-enter-opacity, 1);
734
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
839
+ height: var(--radix-accordion-content-height);
735
840
  }
736
- }
737
- @keyframes exit {
738
841
  to {
739
- opacity: var(--tw-exit-opacity, 1);
740
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
842
+ height: 0;
741
843
  }
742
844
  }
743
- .duration-150 {
744
- animation-duration: 150ms;
745
- }
746
- .duration-300 {
747
- animation-duration: 300ms;
748
- }
749
- .ease-out {
750
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
751
- }
752
- .hover\:bg-accent:hover {
753
- background-color: hsl(var(--accent));
754
- }
755
- .hover\:bg-destructive\/90:hover {
756
- background-color: hsl(var(--destructive) / 0.9);
757
- }
758
- .hover\:bg-primary\/90:hover {
759
- background-color: hsl(var(--primary) / 0.9);
760
- }
761
- .hover\:bg-secondary:hover {
762
- background-color: hsl(var(--secondary));
763
- }
764
- .hover\:text-accent-foreground:hover {
765
- color: hsl(var(--accent-foreground));
766
- }
767
- .hover\:underline:hover {
768
- text-decoration-line: underline;
769
- }
770
- .focus-visible\:outline-none:focus-visible {
771
- outline: 2px solid transparent;
772
- outline-offset: 2px;
773
- }
774
- .focus-visible\:ring-2:focus-visible {
775
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
776
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
777
- box-shadow:
778
- var(--tw-ring-offset-shadow),
779
- var(--tw-ring-shadow),
780
- var(--tw-shadow, 0 0 #0000);
781
- }
782
- .focus-visible\:ring-ring:focus-visible {
783
- --tw-ring-color: hsl(var(--ring));
784
- }
785
- .focus-visible\:ring-offset-2:focus-visible {
786
- --tw-ring-offset-width: 2px;
787
- }
788
- .disabled\:pointer-events-none:disabled {
789
- pointer-events: none;
790
- }
791
- .disabled\:opacity-50:disabled {
792
- opacity: 0.5;
845
+ @layer base {
846
+ :root {
847
+ --background: 240 10% 4%;
848
+ --foreground: 144 100% 97%;
849
+ --card: 0 0% 3.5%;
850
+ --card-foreground: 140 100% 97.1%;
851
+ --popover: 0 0% 3.5%;
852
+ --popover-foreground: 140 100% 97.1%;
853
+ --primary: 140 100% 97.1%;
854
+ --primary-foreground: 240 6% 10%;
855
+ --secondary: 240 4% 16%;
856
+ --secondary-foreground: 140 100% 97.1%;
857
+ --muted: 240 4% 16%;
858
+ --muted-foreground: 144 4.3% 54.9%;
859
+ --accent: 0 0% 15.3%;
860
+ --accent-foreground: 140 100% 97.1%;
861
+ --destructive: 0 62.8% 30.6%;
862
+ --destructive-foreground: 140 100% 97.1%;
863
+ --border: 240 3.7% 27.6%;
864
+ --input: 240 3.7% 27.6%;
865
+ --ring: 140 100% 97.1%;
866
+ --radius: 0.625rem;
867
+ }
793
868
  }
794
- .data-\[state\=active\]\:bg-background[data-state=active] {
795
- background-color: hsl(var(--background));
869
+ @layer base {
870
+ * {
871
+ border-color: var(--color-border);
872
+ }
873
+ body {
874
+ background-color: var(--color-background);
875
+ color: var(--color-foreground);
876
+ }
796
877
  }
797
- .data-\[state\=active\]\:text-foreground[data-state=active] {
798
- color: hsl(var(--foreground));
878
+ @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
879
+ @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
880
+ @property --tw-leading { syntax: "*"; inherits: false; }
881
+ @property --tw-font-weight { syntax: "*"; inherits: false; }
882
+ @property --tw-tracking { syntax: "*"; inherits: false; }
883
+ @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
884
+ @property --tw-shadow-color { syntax: "*"; inherits: false; }
885
+ @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
886
+ @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
887
+ @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
888
+ @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
889
+ @property --tw-ring-color { syntax: "*"; inherits: false; }
890
+ @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
891
+ @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
892
+ @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
893
+ @property --tw-ring-inset { syntax: "*"; inherits: false; }
894
+ @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
895
+ @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
896
+ @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
897
+ @property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
898
+ @property --tw-blur { syntax: "*"; inherits: false; }
899
+ @property --tw-brightness { syntax: "*"; inherits: false; }
900
+ @property --tw-contrast { syntax: "*"; inherits: false; }
901
+ @property --tw-grayscale { syntax: "*"; inherits: false; }
902
+ @property --tw-hue-rotate { syntax: "*"; inherits: false; }
903
+ @property --tw-invert { syntax: "*"; inherits: false; }
904
+ @property --tw-opacity { syntax: "*"; inherits: false; }
905
+ @property --tw-saturate { syntax: "*"; inherits: false; }
906
+ @property --tw-sepia { syntax: "*"; inherits: false; }
907
+ @property --tw-drop-shadow { syntax: "*"; inherits: false; }
908
+ @property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
909
+ @property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
910
+ @property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
911
+ @property --tw-duration { syntax: "*"; inherits: false; }
912
+ @property --tw-ease { syntax: "*"; inherits: false; }
913
+ @keyframes spin {
914
+ to {
915
+ transform: rotate(360deg);
916
+ }
799
917
  }
800
- .data-\[state\=active\]\:shadow-sm[data-state=active] {
801
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
802
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
803
- box-shadow:
804
- var(--tw-ring-offset-shadow, 0 0 #0000),
805
- var(--tw-ring-shadow, 0 0 #0000),
806
- var(--tw-shadow);
918
+ @layer properties {
919
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
920
+ *,
921
+ ::before,
922
+ ::after,
923
+ ::backdrop {
924
+ --tw-space-y-reverse: 0;
925
+ --tw-border-style: solid;
926
+ --tw-leading: initial;
927
+ --tw-font-weight: initial;
928
+ --tw-tracking: initial;
929
+ --tw-shadow: 0 0 #0000;
930
+ --tw-shadow-color: initial;
931
+ --tw-shadow-alpha: 100%;
932
+ --tw-inset-shadow: 0 0 #0000;
933
+ --tw-inset-shadow-color: initial;
934
+ --tw-inset-shadow-alpha: 100%;
935
+ --tw-ring-color: initial;
936
+ --tw-ring-shadow: 0 0 #0000;
937
+ --tw-inset-ring-color: initial;
938
+ --tw-inset-ring-shadow: 0 0 #0000;
939
+ --tw-ring-inset: initial;
940
+ --tw-ring-offset-width: 0px;
941
+ --tw-ring-offset-color: #fff;
942
+ --tw-ring-offset-shadow: 0 0 #0000;
943
+ --tw-outline-style: solid;
944
+ --tw-blur: initial;
945
+ --tw-brightness: initial;
946
+ --tw-contrast: initial;
947
+ --tw-grayscale: initial;
948
+ --tw-hue-rotate: initial;
949
+ --tw-invert: initial;
950
+ --tw-opacity: initial;
951
+ --tw-saturate: initial;
952
+ --tw-sepia: initial;
953
+ --tw-drop-shadow: initial;
954
+ --tw-drop-shadow-color: initial;
955
+ --tw-drop-shadow-alpha: 100%;
956
+ --tw-drop-shadow-size: initial;
957
+ --tw-duration: initial;
958
+ --tw-ease: initial;
959
+ }
960
+ }
807
961
  }
962
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
808
963
  /*# sourceMappingURL=index.css.map */