flowcore-fn 2.8.3 → 2.8.4

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.
Files changed (2) hide show
  1. package/dist/pkg-index.css +574 -574
  2. package/package.json +5 -3
@@ -3,7 +3,7 @@
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
5
5
  :root,
6
- .flowcore-root :host {
6
+ :host {
7
7
  --font-sans:
8
8
  ui-sans-serif,
9
9
  system-ui,
@@ -108,18 +108,18 @@
108
108
  }
109
109
  }
110
110
  @layer base {
111
- .flowcore-root *,
112
- .flowcore-root ::after,
113
- .flowcore-root ::before,
114
- .flowcore-root ::backdrop,
115
- .flowcore-root ::file-selector-button {
111
+ *,
112
+ ::after,
113
+ ::before,
114
+ ::backdrop,
115
+ ::file-selector-button {
116
116
  box-sizing: border-box;
117
117
  margin: 0;
118
118
  padding: 0;
119
119
  border: 0 solid;
120
120
  }
121
121
  html,
122
- .flowcore-root :host {
122
+ :host {
123
123
  line-height: 1.5;
124
124
  -webkit-text-size-adjust: 100%;
125
125
  -moz-tab-size: 4;
@@ -130,99 +130,99 @@
130
130
  font-variation-settings: var(--default-font-variation-settings, normal);
131
131
  -webkit-tap-highlight-color: transparent;
132
132
  }
133
- .flowcore-root hr {
133
+ hr {
134
134
  height: 0;
135
135
  color: inherit;
136
136
  border-top-width: 1px;
137
137
  }
138
- .flowcore-root abbr:where([title]) {
138
+ abbr:where([title]) {
139
139
  -webkit-text-decoration: underline dotted;
140
140
  text-decoration: underline dotted;
141
141
  }
142
- .flowcore-root h1,
143
- .flowcore-root h2,
144
- .flowcore-root h3,
145
- .flowcore-root h4,
146
- .flowcore-root h5,
147
- .flowcore-root h6 {
142
+ h1,
143
+ h2,
144
+ h3,
145
+ h4,
146
+ h5,
147
+ h6 {
148
148
  font-size: inherit;
149
149
  font-weight: inherit;
150
150
  }
151
- .flowcore-root a {
151
+ a {
152
152
  color: inherit;
153
153
  -webkit-text-decoration: inherit;
154
154
  text-decoration: inherit;
155
155
  }
156
- .flowcore-root b,
157
- .flowcore-root strong {
156
+ b,
157
+ strong {
158
158
  font-weight: bolder;
159
159
  }
160
- .flowcore-root code,
161
- .flowcore-root kbd,
162
- .flowcore-root samp,
163
- .flowcore-root pre {
160
+ code,
161
+ kbd,
162
+ samp,
163
+ pre {
164
164
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
165
165
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
166
166
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
167
167
  font-size: 1em;
168
168
  }
169
- .flowcore-root small {
169
+ small {
170
170
  font-size: 80%;
171
171
  }
172
- .flowcore-root sub,
173
- .flowcore-root sup {
172
+ sub,
173
+ sup {
174
174
  font-size: 75%;
175
175
  line-height: 0;
176
176
  position: relative;
177
177
  vertical-align: baseline;
178
178
  }
179
- .flowcore-root sub {
179
+ sub {
180
180
  bottom: -0.25em;
181
181
  }
182
- .flowcore-root sup {
182
+ sup {
183
183
  top: -0.5em;
184
184
  }
185
- .flowcore-root table {
185
+ table {
186
186
  text-indent: 0;
187
187
  border-color: inherit;
188
188
  border-collapse: collapse;
189
189
  }
190
- .flowcore-root :-moz-focusring {
190
+ :-moz-focusring {
191
191
  outline: auto;
192
192
  }
193
- .flowcore-root progress {
193
+ progress {
194
194
  vertical-align: baseline;
195
195
  }
196
- .flowcore-root summary {
196
+ summary {
197
197
  display: list-item;
198
198
  }
199
- .flowcore-root ol,
200
- .flowcore-root ul,
201
- .flowcore-root menu {
199
+ ol,
200
+ ul,
201
+ menu {
202
202
  list-style: none;
203
203
  }
204
- .flowcore-root img,
205
- .flowcore-root svg,
206
- .flowcore-root video,
207
- .flowcore-root canvas,
208
- .flowcore-root audio,
209
- .flowcore-root iframe,
210
- .flowcore-root embed,
211
- .flowcore-root object {
204
+ img,
205
+ svg,
206
+ video,
207
+ canvas,
208
+ audio,
209
+ iframe,
210
+ embed,
211
+ object {
212
212
  display: block;
213
213
  vertical-align: middle;
214
214
  }
215
- .flowcore-root img,
216
- .flowcore-root video {
215
+ img,
216
+ video {
217
217
  max-width: 100%;
218
218
  height: auto;
219
219
  }
220
- .flowcore-root button,
221
- .flowcore-root input,
222
- .flowcore-root select,
223
- .flowcore-root optgroup,
224
- .flowcore-root textarea,
225
- .flowcore-root ::file-selector-button {
220
+ button,
221
+ input,
222
+ select,
223
+ optgroup,
224
+ textarea,
225
+ ::file-selector-button {
226
226
  font: inherit;
227
227
  font-feature-settings: inherit;
228
228
  font-variation-settings: inherit;
@@ -232,88 +232,88 @@
232
232
  background-color: transparent;
233
233
  opacity: 1;
234
234
  }
235
- .flowcore-root :where(select:is([multiple], [size])) optgroup {
235
+ :where(select:is([multiple], [size])) optgroup {
236
236
  font-weight: bolder;
237
237
  }
238
- .flowcore-root :where(select:is([multiple], [size])) optgroup option {
238
+ :where(select:is([multiple], [size])) optgroup option {
239
239
  padding-inline-start: 20px;
240
240
  }
241
- .flowcore-root ::file-selector-button {
241
+ ::file-selector-button {
242
242
  margin-inline-end: 4px;
243
243
  }
244
- .flowcore-root ::-moz-placeholder {
244
+ ::-moz-placeholder {
245
245
  opacity: 1;
246
246
  }
247
- .flowcore-root ::placeholder {
247
+ ::placeholder {
248
248
  opacity: 1;
249
249
  }
250
250
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
251
- .flowcore-root ::-moz-placeholder {
251
+ ::-moz-placeholder {
252
252
  color: currentcolor;
253
253
  @supports (color: color-mix(in lab, red, red)) {
254
254
  color: color-mix(in oklab, currentcolor 50%, transparent);
255
255
  }
256
256
  }
257
- .flowcore-root ::placeholder {
257
+ ::placeholder {
258
258
  color: currentcolor;
259
259
  @supports (color: color-mix(in lab, red, red)) {
260
260
  color: color-mix(in oklab, currentcolor 50%, transparent);
261
261
  }
262
262
  }
263
263
  }
264
- .flowcore-root textarea {
264
+ textarea {
265
265
  resize: vertical;
266
266
  }
267
- .flowcore-root ::-webkit-search-decoration {
267
+ ::-webkit-search-decoration {
268
268
  -webkit-appearance: none;
269
269
  }
270
- .flowcore-root ::-webkit-date-and-time-value {
270
+ ::-webkit-date-and-time-value {
271
271
  min-height: 1lh;
272
272
  text-align: inherit;
273
273
  }
274
- .flowcore-root ::-webkit-datetime-edit {
274
+ ::-webkit-datetime-edit {
275
275
  display: inline-flex;
276
276
  }
277
- .flowcore-root ::-webkit-datetime-edit-fields-wrapper {
277
+ ::-webkit-datetime-edit-fields-wrapper {
278
278
  padding: 0;
279
279
  }
280
- .flowcore-root ::-webkit-datetime-edit,
281
- .flowcore-root ::-webkit-datetime-edit-year-field,
282
- .flowcore-root ::-webkit-datetime-edit-month-field,
283
- .flowcore-root ::-webkit-datetime-edit-day-field,
284
- .flowcore-root ::-webkit-datetime-edit-hour-field,
285
- .flowcore-root ::-webkit-datetime-edit-minute-field,
286
- .flowcore-root ::-webkit-datetime-edit-second-field,
287
- .flowcore-root ::-webkit-datetime-edit-millisecond-field,
288
- .flowcore-root ::-webkit-datetime-edit-meridiem-field {
280
+ ::-webkit-datetime-edit,
281
+ ::-webkit-datetime-edit-year-field,
282
+ ::-webkit-datetime-edit-month-field,
283
+ ::-webkit-datetime-edit-day-field,
284
+ ::-webkit-datetime-edit-hour-field,
285
+ ::-webkit-datetime-edit-minute-field,
286
+ ::-webkit-datetime-edit-second-field,
287
+ ::-webkit-datetime-edit-millisecond-field,
288
+ ::-webkit-datetime-edit-meridiem-field {
289
289
  padding-block: 0;
290
290
  }
291
- .flowcore-root ::-webkit-calendar-picker-indicator {
291
+ ::-webkit-calendar-picker-indicator {
292
292
  line-height: 1;
293
293
  }
294
- .flowcore-root :-moz-ui-invalid {
294
+ :-moz-ui-invalid {
295
295
  box-shadow: none;
296
296
  }
297
- .flowcore-root button,
298
- .flowcore-root input:where([type=button], [type=reset], [type=submit]),
299
- .flowcore-root ::file-selector-button {
297
+ button,
298
+ input:where([type=button], [type=reset], [type=submit]),
299
+ ::file-selector-button {
300
300
  -webkit-appearance: button;
301
301
  -moz-appearance: button;
302
302
  appearance: button;
303
303
  }
304
- .flowcore-root ::-webkit-inner-spin-button,
305
- .flowcore-root ::-webkit-outer-spin-button {
304
+ ::-webkit-inner-spin-button,
305
+ ::-webkit-outer-spin-button {
306
306
  height: auto;
307
307
  }
308
- .flowcore-root [hidden]:where(:not([hidden=until-found])) {
308
+ [hidden]:where(:not([hidden=until-found])) {
309
309
  display: none !important;
310
310
  }
311
311
  }
312
312
  @layer utilities {
313
- .flowcore-root .pointer-events-none {
313
+ .pointer-events-none {
314
314
  pointer-events: none;
315
315
  }
316
- .flowcore-root .sr-only {
316
+ .sr-only {
317
317
  position: absolute;
318
318
  width: 1px;
319
319
  height: 1px;
@@ -324,444 +324,444 @@
324
324
  white-space: nowrap;
325
325
  border-width: 0;
326
326
  }
327
- .flowcore-root .absolute {
327
+ .absolute {
328
328
  position: absolute;
329
329
  }
330
- .flowcore-root .fixed {
330
+ .fixed {
331
331
  position: fixed;
332
332
  }
333
- .flowcore-root .relative {
333
+ .relative {
334
334
  position: relative;
335
335
  }
336
- .flowcore-root .inset-0 {
336
+ .inset-0 {
337
337
  inset: 0;
338
338
  }
339
- .flowcore-root .inset-y-0 {
339
+ .inset-y-0 {
340
340
  inset-block: 0;
341
341
  }
342
- .flowcore-root .top-3\.5 {
342
+ .top-3\.5 {
343
343
  top: calc(var(--spacing) * 3.5);
344
344
  }
345
- .flowcore-root .top-\[2px\] {
345
+ .top-\[2px\] {
346
346
  top: 2px;
347
347
  }
348
- .flowcore-root .top-\[30px\] {
348
+ .top-\[30px\] {
349
349
  top: 30px;
350
350
  }
351
- .flowcore-root .left-0 {
351
+ .left-0 {
352
352
  left: 0;
353
353
  }
354
- .flowcore-root .left-4 {
354
+ .left-4 {
355
355
  left: calc(var(--spacing) * 4);
356
356
  }
357
- .flowcore-root .left-\[2px\] {
357
+ .left-\[2px\] {
358
358
  left: 2px;
359
359
  }
360
- .flowcore-root .left-\[14px\] {
360
+ .left-\[14px\] {
361
361
  left: 14px;
362
362
  }
363
- .flowcore-root .left-\[20px\] {
363
+ .left-\[20px\] {
364
364
  left: 20px;
365
365
  }
366
- .flowcore-root .z-10 {
366
+ .z-10 {
367
367
  z-index: 10;
368
368
  }
369
- .flowcore-root .z-50 {
369
+ .z-50 {
370
370
  z-index: 50;
371
371
  }
372
- .flowcore-root .z-\[100\] {
372
+ .z-\[100\] {
373
373
  z-index: 100;
374
374
  }
375
- .flowcore-root .col-span-1 {
375
+ .col-span-1 {
376
376
  grid-column: span 1 / span 1;
377
377
  }
378
- .flowcore-root .col-span-2 {
378
+ .col-span-2 {
379
379
  grid-column: span 2 / span 2;
380
380
  }
381
- .flowcore-root .m-0 {
381
+ .m-0 {
382
382
  margin: 0;
383
383
  }
384
- .flowcore-root .mx-2 {
384
+ .mx-2 {
385
385
  margin-inline: calc(var(--spacing) * 2);
386
386
  }
387
- .flowcore-root .mt-0\.5 {
387
+ .mt-0\.5 {
388
388
  margin-top: calc(var(--spacing) * 0.5);
389
389
  }
390
- .flowcore-root .mt-1 {
390
+ .mt-1 {
391
391
  margin-top: var(--spacing);
392
392
  }
393
- .flowcore-root .mt-2 {
393
+ .mt-2 {
394
394
  margin-top: calc(var(--spacing) * 2);
395
395
  }
396
- .flowcore-root .mt-4 {
396
+ .mt-4 {
397
397
  margin-top: calc(var(--spacing) * 4);
398
398
  }
399
- .flowcore-root .mt-6 {
399
+ .mt-6 {
400
400
  margin-top: calc(var(--spacing) * 6);
401
401
  }
402
- .flowcore-root .mt-8 {
402
+ .mt-8 {
403
403
  margin-top: calc(var(--spacing) * 8);
404
404
  }
405
- .flowcore-root .mt-\[39px\] {
405
+ .mt-\[39px\] {
406
406
  margin-top: 39px;
407
407
  }
408
- .flowcore-root .mr-2 {
408
+ .mr-2 {
409
409
  margin-right: calc(var(--spacing) * 2);
410
410
  }
411
- .flowcore-root .mb-1\.5 {
411
+ .mb-1\.5 {
412
412
  margin-bottom: calc(var(--spacing) * 1.5);
413
413
  }
414
- .flowcore-root .mb-2 {
414
+ .mb-2 {
415
415
  margin-bottom: calc(var(--spacing) * 2);
416
416
  }
417
- .flowcore-root .mb-6 {
417
+ .mb-6 {
418
418
  margin-bottom: calc(var(--spacing) * 6);
419
419
  }
420
- .flowcore-root .mb-8 {
420
+ .mb-8 {
421
421
  margin-bottom: calc(var(--spacing) * 8);
422
422
  }
423
- .flowcore-root .mb-\[19px\] {
423
+ .mb-\[19px\] {
424
424
  margin-bottom: 19px;
425
425
  }
426
- .flowcore-root .ml-1 {
426
+ .ml-1 {
427
427
  margin-left: var(--spacing);
428
428
  }
429
- .flowcore-root .ml-2 {
429
+ .ml-2 {
430
430
  margin-left: calc(var(--spacing) * 2);
431
431
  }
432
- .flowcore-root .ml-\[8px\] {
432
+ .ml-\[8px\] {
433
433
  margin-left: 8px;
434
434
  }
435
- .flowcore-root .ml-\[15px\] {
435
+ .ml-\[15px\] {
436
436
  margin-left: 15px;
437
437
  }
438
- .flowcore-root .block {
438
+ .block {
439
439
  display: block;
440
440
  }
441
- .flowcore-root .flex {
441
+ .flex {
442
442
  display: flex;
443
443
  }
444
- .flowcore-root .grid {
444
+ .grid {
445
445
  display: grid;
446
446
  }
447
- .flowcore-root .inline-block {
447
+ .inline-block {
448
448
  display: inline-block;
449
449
  }
450
- .flowcore-root .inline-flex {
450
+ .inline-flex {
451
451
  display: inline-flex;
452
452
  }
453
- .flowcore-root .table {
453
+ .table {
454
454
  display: table;
455
455
  }
456
- .flowcore-root .h-3\.5 {
456
+ .h-3\.5 {
457
457
  height: calc(var(--spacing) * 3.5);
458
458
  }
459
- .flowcore-root .h-4 {
459
+ .h-4 {
460
460
  height: calc(var(--spacing) * 4);
461
461
  }
462
- .flowcore-root .h-4\.5 {
462
+ .h-4\.5 {
463
463
  height: calc(var(--spacing) * 4.5);
464
464
  }
465
- .flowcore-root .h-5 {
465
+ .h-5 {
466
466
  height: calc(var(--spacing) * 5);
467
467
  }
468
- .flowcore-root .h-6 {
468
+ .h-6 {
469
469
  height: calc(var(--spacing) * 6);
470
470
  }
471
- .flowcore-root .h-7 {
471
+ .h-7 {
472
472
  height: calc(var(--spacing) * 7);
473
473
  }
474
- .flowcore-root .h-8 {
474
+ .h-8 {
475
475
  height: calc(var(--spacing) * 8);
476
476
  }
477
- .flowcore-root .h-11 {
477
+ .h-11 {
478
478
  height: calc(var(--spacing) * 11);
479
479
  }
480
- .flowcore-root .h-12 {
480
+ .h-12 {
481
481
  height: calc(var(--spacing) * 12);
482
482
  }
483
- .flowcore-root .h-\[1px\] {
483
+ .h-\[1px\] {
484
484
  height: 1px;
485
485
  }
486
- .flowcore-root .h-\[20px\] {
486
+ .h-\[20px\] {
487
487
  height: 20px;
488
488
  }
489
- .flowcore-root .h-\[46px\] {
489
+ .h-\[46px\] {
490
490
  height: 46px;
491
491
  }
492
- .flowcore-root .h-\[50px\] {
492
+ .h-\[50px\] {
493
493
  height: 50px;
494
494
  }
495
- .flowcore-root .h-\[56px\] {
495
+ .h-\[56px\] {
496
496
  height: 56px;
497
497
  }
498
- .flowcore-root .h-\[66px\] {
498
+ .h-\[66px\] {
499
499
  height: 66px;
500
500
  }
501
- .flowcore-root .h-\[84px\] {
501
+ .h-\[84px\] {
502
502
  height: 84px;
503
503
  }
504
- .flowcore-root .h-full {
504
+ .h-full {
505
505
  height: 100%;
506
506
  }
507
- .flowcore-root .h-screen {
507
+ .h-screen {
508
508
  height: 100vh;
509
509
  }
510
- .flowcore-root .max-h-\[70vh\] {
510
+ .max-h-\[70vh\] {
511
511
  max-height: 70vh;
512
512
  }
513
- .flowcore-root .max-h-\[92vh\] {
513
+ .max-h-\[92vh\] {
514
514
  max-height: 92vh;
515
515
  }
516
- .flowcore-root .max-h-\[calc\(92vh-170px\)\] {
516
+ .max-h-\[calc\(92vh-170px\)\] {
517
517
  max-height: calc(92vh - 170px);
518
518
  }
519
- .flowcore-root .min-h-0 {
519
+ .min-h-0 {
520
520
  min-height: 0;
521
521
  }
522
- .flowcore-root .min-h-full {
522
+ .min-h-full {
523
523
  min-height: 100%;
524
524
  }
525
- .flowcore-root .min-h-screen {
525
+ .min-h-screen {
526
526
  min-height: 100vh;
527
527
  }
528
- .flowcore-root .w-0 {
528
+ .w-0 {
529
529
  width: 0;
530
530
  }
531
- .flowcore-root .w-3\.5 {
531
+ .w-3\.5 {
532
532
  width: calc(var(--spacing) * 3.5);
533
533
  }
534
- .flowcore-root .w-4 {
534
+ .w-4 {
535
535
  width: calc(var(--spacing) * 4);
536
536
  }
537
- .flowcore-root .w-4\.5 {
537
+ .w-4\.5 {
538
538
  width: calc(var(--spacing) * 4.5);
539
539
  }
540
- .flowcore-root .w-5 {
540
+ .w-5 {
541
541
  width: calc(var(--spacing) * 5);
542
542
  }
543
- .flowcore-root .w-6 {
543
+ .w-6 {
544
544
  width: calc(var(--spacing) * 6);
545
545
  }
546
- .flowcore-root .w-7 {
546
+ .w-7 {
547
547
  width: calc(var(--spacing) * 7);
548
548
  }
549
- .flowcore-root .w-8 {
549
+ .w-8 {
550
550
  width: calc(var(--spacing) * 8);
551
551
  }
552
- .flowcore-root .w-11 {
552
+ .w-11 {
553
553
  width: calc(var(--spacing) * 11);
554
554
  }
555
- .flowcore-root .w-12 {
555
+ .w-12 {
556
556
  width: calc(var(--spacing) * 12);
557
557
  }
558
- .flowcore-root .w-16 {
558
+ .w-16 {
559
559
  width: calc(var(--spacing) * 16);
560
560
  }
561
- .flowcore-root .w-20 {
561
+ .w-20 {
562
562
  width: calc(var(--spacing) * 20);
563
563
  }
564
- .flowcore-root .w-28 {
564
+ .w-28 {
565
565
  width: calc(var(--spacing) * 28);
566
566
  }
567
- .flowcore-root .w-96 {
567
+ .w-96 {
568
568
  width: calc(var(--spacing) * 96);
569
569
  }
570
- .flowcore-root .w-\[20px\] {
570
+ .w-\[20px\] {
571
571
  width: 20px;
572
572
  }
573
- .flowcore-root .w-\[46px\] {
573
+ .w-\[46px\] {
574
574
  width: 46px;
575
575
  }
576
- .flowcore-root .w-\[245px\] {
576
+ .w-\[245px\] {
577
577
  width: 245px;
578
578
  }
579
- .flowcore-root .w-\[300px\] {
579
+ .w-\[300px\] {
580
580
  width: 300px;
581
581
  }
582
- .flowcore-root .w-\[850px\] {
582
+ .w-\[850px\] {
583
583
  width: 850px;
584
584
  }
585
- .flowcore-root .w-full {
585
+ .w-full {
586
586
  width: 100%;
587
587
  }
588
- .flowcore-root .max-w-3xl {
588
+ .max-w-3xl {
589
589
  max-width: var(--container-3xl);
590
590
  }
591
- .flowcore-root .max-w-4xl {
591
+ .max-w-4xl {
592
592
  max-width: var(--container-4xl);
593
593
  }
594
- .flowcore-root .max-w-md {
594
+ .max-w-md {
595
595
  max-width: var(--container-md);
596
596
  }
597
- .flowcore-root .max-w-sm {
597
+ .max-w-sm {
598
598
  max-width: var(--container-sm);
599
599
  }
600
- .flowcore-root .max-w-xs {
600
+ .max-w-xs {
601
601
  max-width: var(--container-xs);
602
602
  }
603
- .flowcore-root .min-w-0 {
603
+ .min-w-0 {
604
604
  min-width: 0;
605
605
  }
606
- .flowcore-root .min-w-\[28px\] {
606
+ .min-w-\[28px\] {
607
607
  min-width: 28px;
608
608
  }
609
- .flowcore-root .min-w-\[245px\] {
609
+ .min-w-\[245px\] {
610
610
  min-width: 245px;
611
611
  }
612
- .flowcore-root .flex-1 {
612
+ .flex-1 {
613
613
  flex: 1;
614
614
  }
615
- .flowcore-root .flex-shrink-0 {
615
+ .flex-shrink-0 {
616
616
  flex-shrink: 0;
617
617
  }
618
- .flowcore-root .shrink-0 {
618
+ .shrink-0 {
619
619
  flex-shrink: 0;
620
620
  }
621
- .flowcore-root .table-auto {
621
+ .table-auto {
622
622
  table-layout: auto;
623
623
  }
624
- .flowcore-root .border-collapse {
624
+ .border-collapse {
625
625
  border-collapse: collapse;
626
626
  }
627
- .flowcore-root .-translate-x-full {
627
+ .-translate-x-full {
628
628
  --tw-translate-x: -100%;
629
629
  translate: var(--tw-translate-x) var(--tw-translate-y);
630
630
  }
631
- .flowcore-root .translate-x-0 {
631
+ .translate-x-0 {
632
632
  --tw-translate-x: 0;
633
633
  translate: var(--tw-translate-x) var(--tw-translate-y);
634
634
  }
635
- .flowcore-root .translate-x-5 {
635
+ .translate-x-5 {
636
636
  --tw-translate-x: calc(var(--spacing) * 5);
637
637
  translate: var(--tw-translate-x) var(--tw-translate-y);
638
638
  }
639
- .flowcore-root .scale-90 {
639
+ .scale-90 {
640
640
  --tw-scale-x: 90%;
641
641
  --tw-scale-y: 90%;
642
642
  --tw-scale-z: 90%;
643
643
  scale: var(--tw-scale-x) var(--tw-scale-y);
644
644
  }
645
- .flowcore-root .transform {
645
+ .transform {
646
646
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
647
647
  }
648
- .flowcore-root .cursor-not-allowed {
648
+ .cursor-not-allowed {
649
649
  cursor: not-allowed;
650
650
  }
651
- .flowcore-root .cursor-pointer {
651
+ .cursor-pointer {
652
652
  cursor: pointer;
653
653
  }
654
- .flowcore-root .resize-none {
654
+ .resize-none {
655
655
  resize: none;
656
656
  }
657
- .flowcore-root .grid-cols-1 {
657
+ .grid-cols-1 {
658
658
  grid-template-columns: repeat(1, minmax(0, 1fr));
659
659
  }
660
- .flowcore-root .grid-cols-2 {
660
+ .grid-cols-2 {
661
661
  grid-template-columns: repeat(2, minmax(0, 1fr));
662
662
  }
663
- .flowcore-root .flex-col {
663
+ .flex-col {
664
664
  flex-direction: column;
665
665
  }
666
- .flowcore-root .flex-wrap {
666
+ .flex-wrap {
667
667
  flex-wrap: wrap;
668
668
  }
669
- .flowcore-root .items-center {
669
+ .items-center {
670
670
  align-items: center;
671
671
  }
672
- .flowcore-root .justify-between {
672
+ .justify-between {
673
673
  justify-content: space-between;
674
674
  }
675
- .flowcore-root .justify-center {
675
+ .justify-center {
676
676
  justify-content: center;
677
677
  }
678
- .flowcore-root .justify-end {
678
+ .justify-end {
679
679
  justify-content: flex-end;
680
680
  }
681
- .flowcore-root .gap-1 {
681
+ .gap-1 {
682
682
  gap: var(--spacing);
683
683
  }
684
- .flowcore-root .gap-1\.5 {
684
+ .gap-1\.5 {
685
685
  gap: calc(var(--spacing) * 1.5);
686
686
  }
687
- .flowcore-root .gap-2 {
687
+ .gap-2 {
688
688
  gap: calc(var(--spacing) * 2);
689
689
  }
690
- .flowcore-root .gap-2\.5 {
690
+ .gap-2\.5 {
691
691
  gap: calc(var(--spacing) * 2.5);
692
692
  }
693
- .flowcore-root .gap-3 {
693
+ .gap-3 {
694
694
  gap: calc(var(--spacing) * 3);
695
695
  }
696
- .flowcore-root .gap-4 {
696
+ .gap-4 {
697
697
  gap: calc(var(--spacing) * 4);
698
698
  }
699
- .flowcore-root .gap-5 {
699
+ .gap-5 {
700
700
  gap: calc(var(--spacing) * 5);
701
701
  }
702
- .flowcore-root .gap-6 {
702
+ .gap-6 {
703
703
  gap: calc(var(--spacing) * 6);
704
704
  }
705
- .flowcore-root .gap-\[3px\] {
705
+ .gap-\[3px\] {
706
706
  gap: 3px;
707
707
  }
708
- .flowcore-root .gap-\[17px\] {
708
+ .gap-\[17px\] {
709
709
  gap: 17px;
710
710
  }
711
- .flowcore-root .gap-\[18px\] {
711
+ .gap-\[18px\] {
712
712
  gap: 18px;
713
713
  }
714
- .flowcore-root .space-y-1 {
715
- .flowcore-root :where(& > :not(:last-child)) {
714
+ .space-y-1 {
715
+ :where(& > :not(:last-child)) {
716
716
  --tw-space-y-reverse: 0;
717
717
  margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
718
718
  margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
719
719
  }
720
720
  }
721
- .flowcore-root .space-y-3 {
722
- .flowcore-root :where(& > :not(:last-child)) {
721
+ .space-y-3 {
722
+ :where(& > :not(:last-child)) {
723
723
  --tw-space-y-reverse: 0;
724
724
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
725
725
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
726
726
  }
727
727
  }
728
- .flowcore-root .space-y-4 {
729
- .flowcore-root :where(& > :not(:last-child)) {
728
+ .space-y-4 {
729
+ :where(& > :not(:last-child)) {
730
730
  --tw-space-y-reverse: 0;
731
731
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
732
732
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
733
733
  }
734
734
  }
735
- .flowcore-root .space-y-5 {
736
- .flowcore-root :where(& > :not(:last-child)) {
735
+ .space-y-5 {
736
+ :where(& > :not(:last-child)) {
737
737
  --tw-space-y-reverse: 0;
738
738
  margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
739
739
  margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
740
740
  }
741
741
  }
742
- .flowcore-root .space-y-8 {
743
- .flowcore-root :where(& > :not(:last-child)) {
742
+ .space-y-8 {
743
+ :where(& > :not(:last-child)) {
744
744
  --tw-space-y-reverse: 0;
745
745
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
746
746
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
747
747
  }
748
748
  }
749
- .flowcore-root .gap-x-6 {
749
+ .gap-x-6 {
750
750
  -moz-column-gap: calc(var(--spacing) * 6);
751
751
  column-gap: calc(var(--spacing) * 6);
752
752
  }
753
- .flowcore-root .space-x-1\.5 {
754
- .flowcore-root :where(& > :not(:last-child)) {
753
+ .space-x-1\.5 {
754
+ :where(& > :not(:last-child)) {
755
755
  --tw-space-x-reverse: 0;
756
756
  margin-inline-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-x-reverse));
757
757
  margin-inline-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
758
758
  }
759
759
  }
760
- .flowcore-root .gap-y-5 {
760
+ .gap-y-5 {
761
761
  row-gap: calc(var(--spacing) * 5);
762
762
  }
763
- .flowcore-root .divide-y {
764
- .flowcore-root :where(& > :not(:last-child)) {
763
+ .divide-y {
764
+ :where(& > :not(:last-child)) {
765
765
  --tw-divide-y-reverse: 0;
766
766
  border-bottom-style: var(--tw-border-style);
767
767
  border-top-style: var(--tw-border-style);
@@ -769,650 +769,650 @@
769
769
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
770
770
  }
771
771
  }
772
- .flowcore-root .divide-slate-100 {
773
- .flowcore-root :where(& > :not(:last-child)) {
772
+ .divide-slate-100 {
773
+ :where(& > :not(:last-child)) {
774
774
  border-color: var(--color-slate-100);
775
775
  }
776
776
  }
777
- .flowcore-root .overflow-hidden {
777
+ .overflow-hidden {
778
778
  overflow: hidden;
779
779
  }
780
- .flowcore-root .overflow-x-auto {
780
+ .overflow-x-auto {
781
781
  overflow-x: auto;
782
782
  }
783
- .flowcore-root .overflow-x-hidden {
783
+ .overflow-x-hidden {
784
784
  overflow-x: hidden;
785
785
  }
786
- .flowcore-root .overflow-y-auto {
786
+ .overflow-y-auto {
787
787
  overflow-y: auto;
788
788
  }
789
- .flowcore-root .rounded {
789
+ .rounded {
790
790
  border-radius: 0.25rem;
791
791
  }
792
- .flowcore-root .rounded-2xl {
792
+ .rounded-2xl {
793
793
  border-radius: var(--radius-2xl);
794
794
  }
795
- .flowcore-root .rounded-3xl {
795
+ .rounded-3xl {
796
796
  border-radius: var(--radius-3xl);
797
797
  }
798
- .flowcore-root .rounded-\[6px\] {
798
+ .rounded-\[6px\] {
799
799
  border-radius: 6px;
800
800
  }
801
- .flowcore-root .rounded-\[9px\] {
801
+ .rounded-\[9px\] {
802
802
  border-radius: 9px;
803
803
  }
804
- .flowcore-root .rounded-\[10px\] {
804
+ .rounded-\[10px\] {
805
805
  border-radius: 10px;
806
806
  }
807
- .flowcore-root .rounded-full {
807
+ .rounded-full {
808
808
  border-radius: calc(infinity * 1px);
809
809
  }
810
- .flowcore-root .rounded-lg {
810
+ .rounded-lg {
811
811
  border-radius: var(--radius-lg);
812
812
  }
813
- .flowcore-root .rounded-md {
813
+ .rounded-md {
814
814
  border-radius: var(--radius-md);
815
815
  }
816
- .flowcore-root .rounded-xl {
816
+ .rounded-xl {
817
817
  border-radius: var(--radius-xl);
818
818
  }
819
- .flowcore-root .rounded-b-xl {
819
+ .rounded-b-xl {
820
820
  border-bottom-right-radius: var(--radius-xl);
821
821
  border-bottom-left-radius: var(--radius-xl);
822
822
  }
823
- .flowcore-root .border {
823
+ .border {
824
824
  border-style: var(--tw-border-style);
825
825
  border-width: 1px;
826
826
  }
827
- .flowcore-root .border-2 {
827
+ .border-2 {
828
828
  border-style: var(--tw-border-style);
829
829
  border-width: 2px;
830
830
  }
831
- .flowcore-root .border-t {
831
+ .border-t {
832
832
  border-top-style: var(--tw-border-style);
833
833
  border-top-width: 1px;
834
834
  }
835
- .flowcore-root .border-r {
835
+ .border-r {
836
836
  border-right-style: var(--tw-border-style);
837
837
  border-right-width: 1px;
838
838
  }
839
- .flowcore-root .border-b {
839
+ .border-b {
840
840
  border-bottom-style: var(--tw-border-style);
841
841
  border-bottom-width: 1px;
842
842
  }
843
- .flowcore-root .border-l {
843
+ .border-l {
844
844
  border-left-style: var(--tw-border-style);
845
845
  border-left-width: 1px;
846
846
  }
847
- .flowcore-root .border-solid {
847
+ .border-solid {
848
848
  --tw-border-style: solid;
849
849
  border-style: solid;
850
850
  }
851
- .flowcore-root .border-\[\#E1E5ED\] {
851
+ .border-\[\#E1E5ED\] {
852
852
  border-color: #E1E5ED;
853
853
  }
854
- .flowcore-root .border-\[\#E5E9F1\] {
854
+ .border-\[\#E5E9F1\] {
855
855
  border-color: #E5E9F1;
856
856
  }
857
- .flowcore-root .border-\[\#EDF0F5\] {
857
+ .border-\[\#EDF0F5\] {
858
858
  border-color: #EDF0F5;
859
859
  }
860
- .flowcore-root .border-\[\#e2e8f0\] {
860
+ .border-\[\#e2e8f0\] {
861
861
  border-color: #e2e8f0;
862
862
  }
863
- .flowcore-root .border-\[\#eef2f6\] {
863
+ .border-\[\#eef2f6\] {
864
864
  border-color: #eef2f6;
865
865
  }
866
- .flowcore-root .border-black\/\[\.08\] {
866
+ .border-black\/\[\.08\] {
867
867
  border-color: color-mix(in srgb, #000 8%, transparent);
868
868
  @supports (color: color-mix(in lab, red, red)) {
869
869
  border-color: color-mix(in oklab, var(--color-black) 8%, transparent);
870
870
  }
871
871
  }
872
- .flowcore-root .border-gray-200 {
872
+ .border-gray-200 {
873
873
  border-color: var(--color-gray-200);
874
874
  }
875
- .flowcore-root .border-gray-300 {
875
+ .border-gray-300 {
876
876
  border-color: var(--color-gray-300);
877
877
  }
878
- .flowcore-root .border-green-200 {
878
+ .border-green-200 {
879
879
  border-color: var(--color-green-200);
880
880
  }
881
- .flowcore-root .border-green-200\/60 {
881
+ .border-green-200\/60 {
882
882
  border-color: color-mix(in srgb, oklch(92.5% 0.084 155.995) 60%, transparent);
883
883
  @supports (color: color-mix(in lab, red, red)) {
884
884
  border-color: color-mix(in oklab, var(--color-green-200) 60%, transparent);
885
885
  }
886
886
  }
887
- .flowcore-root .border-red-200 {
887
+ .border-red-200 {
888
888
  border-color: var(--color-red-200);
889
889
  }
890
- .flowcore-root .border-red-200\/60 {
890
+ .border-red-200\/60 {
891
891
  border-color: color-mix(in srgb, oklch(88.5% 0.062 18.334) 60%, transparent);
892
892
  @supports (color: color-mix(in lab, red, red)) {
893
893
  border-color: color-mix(in oklab, var(--color-red-200) 60%, transparent);
894
894
  }
895
895
  }
896
- .flowcore-root .border-slate-50 {
896
+ .border-slate-50 {
897
897
  border-color: var(--color-slate-50);
898
898
  }
899
- .flowcore-root .border-slate-100 {
899
+ .border-slate-100 {
900
900
  border-color: var(--color-slate-100);
901
901
  }
902
- .flowcore-root .border-slate-100\/80 {
902
+ .border-slate-100\/80 {
903
903
  border-color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 80%, transparent);
904
904
  @supports (color: color-mix(in lab, red, red)) {
905
905
  border-color: color-mix(in oklab, var(--color-slate-100) 80%, transparent);
906
906
  }
907
907
  }
908
- .flowcore-root .border-slate-200 {
908
+ .border-slate-200 {
909
909
  border-color: var(--color-slate-200);
910
910
  }
911
- .flowcore-root .border-slate-200\/70 {
911
+ .border-slate-200\/70 {
912
912
  border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 70%, transparent);
913
913
  @supports (color: color-mix(in lab, red, red)) {
914
914
  border-color: color-mix(in oklab, var(--color-slate-200) 70%, transparent);
915
915
  }
916
916
  }
917
- .flowcore-root .border-slate-200\/80 {
917
+ .border-slate-200\/80 {
918
918
  border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent);
919
919
  @supports (color: color-mix(in lab, red, red)) {
920
920
  border-color: color-mix(in oklab, var(--color-slate-200) 80%, transparent);
921
921
  }
922
922
  }
923
- .flowcore-root .border-slate-300 {
923
+ .border-slate-300 {
924
924
  border-color: var(--color-slate-300);
925
925
  }
926
- .flowcore-root .border-transparent {
926
+ .border-transparent {
927
927
  border-color: transparent;
928
928
  }
929
- .flowcore-root .bg-\[\#0066cc\] {
929
+ .bg-\[\#0066cc\] {
930
930
  background-color: #0066cc;
931
931
  }
932
- .flowcore-root .bg-\[\#F5F7FB\] {
932
+ .bg-\[\#F5F7FB\] {
933
933
  background-color: #F5F7FB;
934
934
  }
935
- .flowcore-root .bg-\[\#F7F9FC\] {
935
+ .bg-\[\#F7F9FC\] {
936
936
  background-color: #F7F9FC;
937
937
  }
938
- .flowcore-root .bg-\[\#f1f5f9\] {
938
+ .bg-\[\#f1f5f9\] {
939
939
  background-color: #f1f5f9;
940
940
  }
941
- .flowcore-root .bg-\[\#f5f7fb\] {
941
+ .bg-\[\#f5f7fb\] {
942
942
  background-color: #f5f7fb;
943
943
  }
944
- .flowcore-root .bg-\[\#f8fafd\] {
944
+ .bg-\[\#f8fafd\] {
945
945
  background-color: #f8fafd;
946
946
  }
947
- .flowcore-root .bg-black\/40 {
947
+ .bg-black\/40 {
948
948
  background-color: color-mix(in srgb, #000 40%, transparent);
949
949
  @supports (color: color-mix(in lab, red, red)) {
950
950
  background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
951
951
  }
952
952
  }
953
- .flowcore-root .bg-blue-50 {
953
+ .bg-blue-50 {
954
954
  background-color: var(--color-blue-50);
955
955
  }
956
- .flowcore-root .bg-blue-100 {
956
+ .bg-blue-100 {
957
957
  background-color: var(--color-blue-100);
958
958
  }
959
- .flowcore-root .bg-blue-600 {
959
+ .bg-blue-600 {
960
960
  background-color: var(--color-blue-600);
961
961
  }
962
- .flowcore-root .bg-gray-100 {
962
+ .bg-gray-100 {
963
963
  background-color: var(--color-gray-100);
964
964
  }
965
- .flowcore-root .bg-green-50 {
965
+ .bg-green-50 {
966
966
  background-color: var(--color-green-50);
967
967
  }
968
- .flowcore-root .bg-green-100 {
968
+ .bg-green-100 {
969
969
  background-color: var(--color-green-100);
970
970
  }
971
- .flowcore-root .bg-indigo-50 {
971
+ .bg-indigo-50 {
972
972
  background-color: var(--color-indigo-50);
973
973
  }
974
- .flowcore-root .bg-indigo-600 {
974
+ .bg-indigo-600 {
975
975
  background-color: var(--color-indigo-600);
976
976
  }
977
- .flowcore-root .bg-red-50 {
977
+ .bg-red-50 {
978
978
  background-color: var(--color-red-50);
979
979
  }
980
- .flowcore-root .bg-red-100 {
980
+ .bg-red-100 {
981
981
  background-color: var(--color-red-100);
982
982
  }
983
- .flowcore-root .bg-slate-50 {
983
+ .bg-slate-50 {
984
984
  background-color: var(--color-slate-50);
985
985
  }
986
- .flowcore-root .bg-slate-50\/30 {
986
+ .bg-slate-50\/30 {
987
987
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 30%, transparent);
988
988
  @supports (color: color-mix(in lab, red, red)) {
989
989
  background-color: color-mix(in oklab, var(--color-slate-50) 30%, transparent);
990
990
  }
991
991
  }
992
- .flowcore-root .bg-slate-50\/50 {
992
+ .bg-slate-50\/50 {
993
993
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 50%, transparent);
994
994
  @supports (color: color-mix(in lab, red, red)) {
995
995
  background-color: color-mix(in oklab, var(--color-slate-50) 50%, transparent);
996
996
  }
997
997
  }
998
- .flowcore-root .bg-slate-50\/60 {
998
+ .bg-slate-50\/60 {
999
999
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 60%, transparent);
1000
1000
  @supports (color: color-mix(in lab, red, red)) {
1001
1001
  background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent);
1002
1002
  }
1003
1003
  }
1004
- .flowcore-root .bg-slate-50\/70 {
1004
+ .bg-slate-50\/70 {
1005
1005
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 70%, transparent);
1006
1006
  @supports (color: color-mix(in lab, red, red)) {
1007
1007
  background-color: color-mix(in oklab, var(--color-slate-50) 70%, transparent);
1008
1008
  }
1009
1009
  }
1010
- .flowcore-root .bg-slate-100 {
1010
+ .bg-slate-100 {
1011
1011
  background-color: var(--color-slate-100);
1012
1012
  }
1013
- .flowcore-root .bg-slate-200 {
1013
+ .bg-slate-200 {
1014
1014
  background-color: var(--color-slate-200);
1015
1015
  }
1016
- .flowcore-root .bg-slate-900\/50 {
1016
+ .bg-slate-900\/50 {
1017
1017
  background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
1018
1018
  @supports (color: color-mix(in lab, red, red)) {
1019
1019
  background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
1020
1020
  }
1021
1021
  }
1022
- .flowcore-root .bg-white {
1022
+ .bg-white {
1023
1023
  background-color: var(--color-white);
1024
1024
  }
1025
- .flowcore-root .bg-zinc-50 {
1025
+ .bg-zinc-50 {
1026
1026
  background-color: var(--color-zinc-50);
1027
1027
  }
1028
- .flowcore-root .stroke-\[2\.5\] {
1028
+ .stroke-\[2\.5\] {
1029
1029
  stroke-width: 2.5;
1030
1030
  }
1031
- .flowcore-root .p-2 {
1031
+ .p-2 {
1032
1032
  padding: calc(var(--spacing) * 2);
1033
1033
  }
1034
- .flowcore-root .p-2\.5 {
1034
+ .p-2\.5 {
1035
1035
  padding: calc(var(--spacing) * 2.5);
1036
1036
  }
1037
- .flowcore-root .p-3 {
1037
+ .p-3 {
1038
1038
  padding: calc(var(--spacing) * 3);
1039
1039
  }
1040
- .flowcore-root .p-4 {
1040
+ .p-4 {
1041
1041
  padding: calc(var(--spacing) * 4);
1042
1042
  }
1043
- .flowcore-root .p-5 {
1043
+ .p-5 {
1044
1044
  padding: calc(var(--spacing) * 5);
1045
1045
  }
1046
- .flowcore-root .p-6 {
1046
+ .p-6 {
1047
1047
  padding: calc(var(--spacing) * 6);
1048
1048
  }
1049
- .flowcore-root .p-8 {
1049
+ .p-8 {
1050
1050
  padding: calc(var(--spacing) * 8);
1051
1051
  }
1052
- .flowcore-root .px-1 {
1052
+ .px-1 {
1053
1053
  padding-inline: var(--spacing);
1054
1054
  }
1055
- .flowcore-root .px-1\.5 {
1055
+ .px-1\.5 {
1056
1056
  padding-inline: calc(var(--spacing) * 1.5);
1057
1057
  }
1058
- .flowcore-root .px-2 {
1058
+ .px-2 {
1059
1059
  padding-inline: calc(var(--spacing) * 2);
1060
1060
  }
1061
- .flowcore-root .px-2\.5 {
1061
+ .px-2\.5 {
1062
1062
  padding-inline: calc(var(--spacing) * 2.5);
1063
1063
  }
1064
- .flowcore-root .px-3 {
1064
+ .px-3 {
1065
1065
  padding-inline: calc(var(--spacing) * 3);
1066
1066
  }
1067
- .flowcore-root .px-3\.5 {
1067
+ .px-3\.5 {
1068
1068
  padding-inline: calc(var(--spacing) * 3.5);
1069
1069
  }
1070
- .flowcore-root .px-4 {
1070
+ .px-4 {
1071
1071
  padding-inline: calc(var(--spacing) * 4);
1072
1072
  }
1073
- .flowcore-root .px-5 {
1073
+ .px-5 {
1074
1074
  padding-inline: calc(var(--spacing) * 5);
1075
1075
  }
1076
- .flowcore-root .px-6 {
1076
+ .px-6 {
1077
1077
  padding-inline: calc(var(--spacing) * 6);
1078
1078
  }
1079
- .flowcore-root .px-8 {
1079
+ .px-8 {
1080
1080
  padding-inline: calc(var(--spacing) * 8);
1081
1081
  }
1082
- .flowcore-root .px-16 {
1082
+ .px-16 {
1083
1083
  padding-inline: calc(var(--spacing) * 16);
1084
1084
  }
1085
- .flowcore-root .px-\[14px\] {
1085
+ .px-\[14px\] {
1086
1086
  padding-inline: 14px;
1087
1087
  }
1088
- .flowcore-root .px-\[17px\] {
1088
+ .px-\[17px\] {
1089
1089
  padding-inline: 17px;
1090
1090
  }
1091
- .flowcore-root .px-\[23px\] {
1091
+ .px-\[23px\] {
1092
1092
  padding-inline: 23px;
1093
1093
  }
1094
- .flowcore-root .px-\[27px\] {
1094
+ .px-\[27px\] {
1095
1095
  padding-inline: 27px;
1096
1096
  }
1097
- .flowcore-root .py-0\.5 {
1097
+ .py-0\.5 {
1098
1098
  padding-block: calc(var(--spacing) * 0.5);
1099
1099
  }
1100
- .flowcore-root .py-1 {
1100
+ .py-1 {
1101
1101
  padding-block: var(--spacing);
1102
1102
  }
1103
- .flowcore-root .py-1\.5 {
1103
+ .py-1\.5 {
1104
1104
  padding-block: calc(var(--spacing) * 1.5);
1105
1105
  }
1106
- .flowcore-root .py-2 {
1106
+ .py-2 {
1107
1107
  padding-block: calc(var(--spacing) * 2);
1108
1108
  }
1109
- .flowcore-root .py-2\.5 {
1109
+ .py-2\.5 {
1110
1110
  padding-block: calc(var(--spacing) * 2.5);
1111
1111
  }
1112
- .flowcore-root .py-3 {
1112
+ .py-3 {
1113
1113
  padding-block: calc(var(--spacing) * 3);
1114
1114
  }
1115
- .flowcore-root .py-3\.5 {
1115
+ .py-3\.5 {
1116
1116
  padding-block: calc(var(--spacing) * 3.5);
1117
1117
  }
1118
- .flowcore-root .py-4 {
1118
+ .py-4 {
1119
1119
  padding-block: calc(var(--spacing) * 4);
1120
1120
  }
1121
- .flowcore-root .py-4\.5 {
1121
+ .py-4\.5 {
1122
1122
  padding-block: calc(var(--spacing) * 4.5);
1123
1123
  }
1124
- .flowcore-root .py-5 {
1124
+ .py-5 {
1125
1125
  padding-block: calc(var(--spacing) * 5);
1126
1126
  }
1127
- .flowcore-root .py-6 {
1127
+ .py-6 {
1128
1128
  padding-block: calc(var(--spacing) * 6);
1129
1129
  }
1130
- .flowcore-root .py-32 {
1130
+ .py-32 {
1131
1131
  padding-block: calc(var(--spacing) * 32);
1132
1132
  }
1133
- .flowcore-root .pt-3 {
1133
+ .pt-3 {
1134
1134
  padding-top: calc(var(--spacing) * 3);
1135
1135
  }
1136
- .flowcore-root .pt-4 {
1136
+ .pt-4 {
1137
1137
  padding-top: calc(var(--spacing) * 4);
1138
1138
  }
1139
- .flowcore-root .pt-\[18px\] {
1139
+ .pt-\[18px\] {
1140
1140
  padding-top: 18px;
1141
1141
  }
1142
- .flowcore-root .pt-\[31px\] {
1142
+ .pt-\[31px\] {
1143
1143
  padding-top: 31px;
1144
1144
  }
1145
- .flowcore-root .pr-2 {
1145
+ .pr-2 {
1146
1146
  padding-right: calc(var(--spacing) * 2);
1147
1147
  }
1148
- .flowcore-root .pr-4 {
1148
+ .pr-4 {
1149
1149
  padding-right: calc(var(--spacing) * 4);
1150
1150
  }
1151
- .flowcore-root .pb-3 {
1151
+ .pb-3 {
1152
1152
  padding-bottom: calc(var(--spacing) * 3);
1153
1153
  }
1154
- .flowcore-root .pb-4 {
1154
+ .pb-4 {
1155
1155
  padding-bottom: calc(var(--spacing) * 4);
1156
1156
  }
1157
- .flowcore-root .pb-\[30px\] {
1157
+ .pb-\[30px\] {
1158
1158
  padding-bottom: 30px;
1159
1159
  }
1160
- .flowcore-root .pb-\[34px\] {
1160
+ .pb-\[34px\] {
1161
1161
  padding-bottom: 34px;
1162
1162
  }
1163
- .flowcore-root .pl-3\.5 {
1163
+ .pl-3\.5 {
1164
1164
  padding-left: calc(var(--spacing) * 3.5);
1165
1165
  }
1166
- .flowcore-root .pl-10 {
1166
+ .pl-10 {
1167
1167
  padding-left: calc(var(--spacing) * 10);
1168
1168
  }
1169
- .flowcore-root .pl-11 {
1169
+ .pl-11 {
1170
1170
  padding-left: calc(var(--spacing) * 11);
1171
1171
  }
1172
- .flowcore-root .pl-\[4px\] {
1172
+ .pl-\[4px\] {
1173
1173
  padding-left: 4px;
1174
1174
  }
1175
- .flowcore-root .text-center {
1175
+ .text-center {
1176
1176
  text-align: center;
1177
1177
  }
1178
- .flowcore-root .text-left {
1178
+ .text-left {
1179
1179
  text-align: left;
1180
1180
  }
1181
- .flowcore-root .font-mono {
1181
+ .font-mono {
1182
1182
  font-family: var(--font-mono);
1183
1183
  }
1184
- .flowcore-root .font-sans {
1184
+ .font-sans {
1185
1185
  font-family: var(--font-sans);
1186
1186
  }
1187
- .flowcore-root .text-2xl {
1187
+ .text-2xl {
1188
1188
  font-size: var(--text-2xl);
1189
1189
  line-height: var(--tw-leading, var(--text-2xl--line-height));
1190
1190
  }
1191
- .flowcore-root .text-3xl {
1191
+ .text-3xl {
1192
1192
  font-size: var(--text-3xl);
1193
1193
  line-height: var(--tw-leading, var(--text-3xl--line-height));
1194
1194
  }
1195
- .flowcore-root .text-base {
1195
+ .text-base {
1196
1196
  font-size: var(--text-base);
1197
1197
  line-height: var(--tw-leading, var(--text-base--line-height));
1198
1198
  }
1199
- .flowcore-root .text-lg {
1199
+ .text-lg {
1200
1200
  font-size: var(--text-lg);
1201
1201
  line-height: var(--tw-leading, var(--text-lg--line-height));
1202
1202
  }
1203
- .flowcore-root .text-sm {
1203
+ .text-sm {
1204
1204
  font-size: var(--text-sm);
1205
1205
  line-height: var(--tw-leading, var(--text-sm--line-height));
1206
1206
  }
1207
- .flowcore-root .text-xl {
1207
+ .text-xl {
1208
1208
  font-size: var(--text-xl);
1209
1209
  line-height: var(--tw-leading, var(--text-xl--line-height));
1210
1210
  }
1211
- .flowcore-root .text-xs {
1211
+ .text-xs {
1212
1212
  font-size: var(--text-xs);
1213
1213
  line-height: var(--tw-leading, var(--text-xs--line-height));
1214
1214
  }
1215
- .flowcore-root .text-\[9px\] {
1215
+ .text-\[9px\] {
1216
1216
  font-size: 9px;
1217
1217
  }
1218
- .flowcore-root .text-\[10px\] {
1218
+ .text-\[10px\] {
1219
1219
  font-size: 10px;
1220
1220
  }
1221
- .flowcore-root .text-\[11px\] {
1221
+ .text-\[11px\] {
1222
1222
  font-size: 11px;
1223
1223
  }
1224
- .flowcore-root .text-\[12px\] {
1224
+ .text-\[12px\] {
1225
1225
  font-size: 12px;
1226
1226
  }
1227
- .flowcore-root .text-\[13px\] {
1227
+ .text-\[13px\] {
1228
1228
  font-size: 13px;
1229
1229
  }
1230
- .flowcore-root .text-\[14px\] {
1230
+ .text-\[14px\] {
1231
1231
  font-size: 14px;
1232
1232
  }
1233
- .flowcore-root .text-\[16px\] {
1233
+ .text-\[16px\] {
1234
1234
  font-size: 16px;
1235
1235
  }
1236
- .flowcore-root .text-\[18px\] {
1236
+ .text-\[18px\] {
1237
1237
  font-size: 18px;
1238
1238
  }
1239
- .flowcore-root .text-\[30px\] {
1239
+ .text-\[30px\] {
1240
1240
  font-size: 30px;
1241
1241
  }
1242
- .flowcore-root .leading-8 {
1242
+ .leading-8 {
1243
1243
  --tw-leading: calc(var(--spacing) * 8);
1244
1244
  line-height: calc(var(--spacing) * 8);
1245
1245
  }
1246
- .flowcore-root .leading-10 {
1246
+ .leading-10 {
1247
1247
  --tw-leading: calc(var(--spacing) * 10);
1248
1248
  line-height: calc(var(--spacing) * 10);
1249
1249
  }
1250
- .flowcore-root .leading-\[20px\] {
1250
+ .leading-\[20px\] {
1251
1251
  --tw-leading: 20px;
1252
1252
  line-height: 20px;
1253
1253
  }
1254
- .flowcore-root .leading-\[22px\] {
1254
+ .leading-\[22px\] {
1255
1255
  --tw-leading: 22px;
1256
1256
  line-height: 22px;
1257
1257
  }
1258
- .flowcore-root .leading-tight {
1258
+ .leading-tight {
1259
1259
  --tw-leading: var(--leading-tight);
1260
1260
  line-height: var(--leading-tight);
1261
1261
  }
1262
- .flowcore-root .font-bold {
1262
+ .font-bold {
1263
1263
  --tw-font-weight: var(--font-weight-bold);
1264
1264
  font-weight: var(--font-weight-bold);
1265
1265
  }
1266
- .flowcore-root .font-extrabold {
1266
+ .font-extrabold {
1267
1267
  --tw-font-weight: var(--font-weight-extrabold);
1268
1268
  font-weight: var(--font-weight-extrabold);
1269
1269
  }
1270
- .flowcore-root .font-medium {
1270
+ .font-medium {
1271
1271
  --tw-font-weight: var(--font-weight-medium);
1272
1272
  font-weight: var(--font-weight-medium);
1273
1273
  }
1274
- .flowcore-root .font-normal {
1274
+ .font-normal {
1275
1275
  --tw-font-weight: var(--font-weight-normal);
1276
1276
  font-weight: var(--font-weight-normal);
1277
1277
  }
1278
- .flowcore-root .font-semibold {
1278
+ .font-semibold {
1279
1279
  --tw-font-weight: var(--font-weight-semibold);
1280
1280
  font-weight: var(--font-weight-semibold);
1281
1281
  }
1282
- .flowcore-root .tracking-\[0\.2px\] {
1282
+ .tracking-\[0\.2px\] {
1283
1283
  --tw-tracking: 0.2px;
1284
1284
  letter-spacing: 0.2px;
1285
1285
  }
1286
- .flowcore-root .tracking-tight {
1286
+ .tracking-tight {
1287
1287
  --tw-tracking: var(--tracking-tight);
1288
1288
  letter-spacing: var(--tracking-tight);
1289
1289
  }
1290
- .flowcore-root .tracking-wide {
1290
+ .tracking-wide {
1291
1291
  --tw-tracking: var(--tracking-wide);
1292
1292
  letter-spacing: var(--tracking-wide);
1293
1293
  }
1294
- .flowcore-root .tracking-wider {
1294
+ .tracking-wider {
1295
1295
  --tw-tracking: var(--tracking-wider);
1296
1296
  letter-spacing: var(--tracking-wider);
1297
1297
  }
1298
- .flowcore-root .whitespace-nowrap {
1298
+ .whitespace-nowrap {
1299
1299
  white-space: nowrap;
1300
1300
  }
1301
- .flowcore-root .text-\[\#1E293B\] {
1301
+ .text-\[\#1E293B\] {
1302
1302
  color: #1E293B;
1303
1303
  }
1304
- .flowcore-root .text-\[\#2D3A58\] {
1304
+ .text-\[\#2D3A58\] {
1305
1305
  color: #2D3A58;
1306
1306
  }
1307
- .flowcore-root .text-\[\#3C4D74\] {
1307
+ .text-\[\#3C4D74\] {
1308
1308
  color: #3C4D74;
1309
1309
  }
1310
- .flowcore-root .text-\[\#101318\] {
1310
+ .text-\[\#101318\] {
1311
1311
  color: #101318;
1312
1312
  }
1313
- .flowcore-root .text-\[\#273657\] {
1313
+ .text-\[\#273657\] {
1314
1314
  color: #273657;
1315
1315
  }
1316
- .flowcore-root .text-\[\#334155\] {
1316
+ .text-\[\#334155\] {
1317
1317
  color: #334155;
1318
1318
  }
1319
- .flowcore-root .text-\[\#344261\] {
1319
+ .text-\[\#344261\] {
1320
1320
  color: #344261;
1321
1321
  }
1322
- .flowcore-root .text-\[\#405170\] {
1322
+ .text-\[\#405170\] {
1323
1323
  color: #405170;
1324
1324
  }
1325
- .flowcore-root .text-black {
1325
+ .text-black {
1326
1326
  color: var(--color-black);
1327
1327
  }
1328
- .flowcore-root .text-blue-600 {
1328
+ .text-blue-600 {
1329
1329
  color: var(--color-blue-600);
1330
1330
  }
1331
- .flowcore-root .text-gray-400 {
1331
+ .text-gray-400 {
1332
1332
  color: var(--color-gray-400);
1333
1333
  }
1334
- .flowcore-root .text-gray-500 {
1334
+ .text-gray-500 {
1335
1335
  color: var(--color-gray-500);
1336
1336
  }
1337
- .flowcore-root .text-gray-600 {
1337
+ .text-gray-600 {
1338
1338
  color: var(--color-gray-600);
1339
1339
  }
1340
- .flowcore-root .text-gray-700 {
1340
+ .text-gray-700 {
1341
1341
  color: var(--color-gray-700);
1342
1342
  }
1343
- .flowcore-root .text-gray-800 {
1343
+ .text-gray-800 {
1344
1344
  color: var(--color-gray-800);
1345
1345
  }
1346
- .flowcore-root .text-green-700 {
1346
+ .text-green-700 {
1347
1347
  color: var(--color-green-700);
1348
1348
  }
1349
- .flowcore-root .text-indigo-600 {
1349
+ .text-indigo-600 {
1350
1350
  color: var(--color-indigo-600);
1351
1351
  }
1352
- .flowcore-root .text-red-500 {
1352
+ .text-red-500 {
1353
1353
  color: var(--color-red-500);
1354
1354
  }
1355
- .flowcore-root .text-red-600 {
1355
+ .text-red-600 {
1356
1356
  color: var(--color-red-600);
1357
1357
  }
1358
- .flowcore-root .text-red-700 {
1358
+ .text-red-700 {
1359
1359
  color: var(--color-red-700);
1360
1360
  }
1361
- .flowcore-root .text-slate-300 {
1361
+ .text-slate-300 {
1362
1362
  color: var(--color-slate-300);
1363
1363
  }
1364
- .flowcore-root .text-slate-400 {
1364
+ .text-slate-400 {
1365
1365
  color: var(--color-slate-400);
1366
1366
  }
1367
- .flowcore-root .text-slate-500 {
1367
+ .text-slate-500 {
1368
1368
  color: var(--color-slate-500);
1369
1369
  }
1370
- .flowcore-root .text-slate-600 {
1370
+ .text-slate-600 {
1371
1371
  color: var(--color-slate-600);
1372
1372
  }
1373
- .flowcore-root .text-slate-700 {
1373
+ .text-slate-700 {
1374
1374
  color: var(--color-slate-700);
1375
1375
  }
1376
- .flowcore-root .text-slate-800 {
1376
+ .text-slate-800 {
1377
1377
  color: var(--color-slate-800);
1378
1378
  }
1379
- .flowcore-root .text-slate-900 {
1379
+ .text-slate-900 {
1380
1380
  color: var(--color-slate-900);
1381
1381
  }
1382
- .flowcore-root .text-white {
1382
+ .text-white {
1383
1383
  color: var(--color-white);
1384
1384
  }
1385
- .flowcore-root .text-zinc-600 {
1385
+ .text-zinc-600 {
1386
1386
  color: var(--color-zinc-600);
1387
1387
  }
1388
- .flowcore-root .text-zinc-950 {
1388
+ .text-zinc-950 {
1389
1389
  color: var(--color-zinc-950);
1390
1390
  }
1391
- .flowcore-root .capitalize {
1391
+ .capitalize {
1392
1392
  text-transform: capitalize;
1393
1393
  }
1394
- .flowcore-root .uppercase {
1394
+ .uppercase {
1395
1395
  text-transform: uppercase;
1396
1396
  }
1397
- .flowcore-root .antialiased {
1397
+ .antialiased {
1398
1398
  -webkit-font-smoothing: antialiased;
1399
1399
  -moz-osx-font-smoothing: grayscale;
1400
1400
  }
1401
- .flowcore-root .placeholder-slate-400 {
1402
- .flowcore-root &::-moz-placeholder {
1401
+ .placeholder-slate-400 {
1402
+ &::-moz-placeholder {
1403
1403
  color: var(--color-slate-400);
1404
1404
  }
1405
- .flowcore-root &::placeholder {
1405
+ &::placeholder {
1406
1406
  color: var(--color-slate-400);
1407
1407
  }
1408
1408
  }
1409
- .flowcore-root .opacity-0 {
1409
+ .opacity-0 {
1410
1410
  opacity: 0%;
1411
1411
  }
1412
- .flowcore-root .opacity-100 {
1412
+ .opacity-100 {
1413
1413
  opacity: 100%;
1414
1414
  }
1415
- .flowcore-root .shadow {
1415
+ .shadow {
1416
1416
  --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));
1417
1417
  box-shadow:
1418
1418
  var(--tw-inset-shadow),
@@ -1421,7 +1421,7 @@
1421
1421
  var(--tw-ring-shadow),
1422
1422
  var(--tw-shadow);
1423
1423
  }
1424
- .flowcore-root .shadow-2xl {
1424
+ .shadow-2xl {
1425
1425
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
1426
1426
  box-shadow:
1427
1427
  var(--tw-inset-shadow),
@@ -1430,7 +1430,7 @@
1430
1430
  var(--tw-ring-shadow),
1431
1431
  var(--tw-shadow);
1432
1432
  }
1433
- .flowcore-root .shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\] {
1433
+ .shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\] {
1434
1434
  --tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.08));
1435
1435
  box-shadow:
1436
1436
  var(--tw-inset-shadow),
@@ -1439,7 +1439,7 @@
1439
1439
  var(--tw-ring-shadow),
1440
1440
  var(--tw-shadow);
1441
1441
  }
1442
- .flowcore-root .shadow-md {
1442
+ .shadow-md {
1443
1443
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1444
1444
  box-shadow:
1445
1445
  var(--tw-inset-shadow),
@@ -1448,7 +1448,7 @@
1448
1448
  var(--tw-ring-shadow),
1449
1449
  var(--tw-shadow);
1450
1450
  }
1451
- .flowcore-root .shadow-sm {
1451
+ .shadow-sm {
1452
1452
  --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));
1453
1453
  box-shadow:
1454
1454
  var(--tw-inset-shadow),
@@ -1457,7 +1457,7 @@
1457
1457
  var(--tw-ring-shadow),
1458
1458
  var(--tw-shadow);
1459
1459
  }
1460
- .flowcore-root .ring-0 {
1460
+ .ring-0 {
1461
1461
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1462
1462
  box-shadow:
1463
1463
  var(--tw-inset-shadow),
@@ -1466,29 +1466,29 @@
1466
1466
  var(--tw-ring-shadow),
1467
1467
  var(--tw-shadow);
1468
1468
  }
1469
- .flowcore-root .shadow-blue-500\/20 {
1469
+ .shadow-blue-500\/20 {
1470
1470
  --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 20%, transparent);
1471
1471
  @supports (color: color-mix(in lab, red, red)) {
1472
1472
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
1473
1473
  }
1474
1474
  }
1475
- .flowcore-root .shadow-indigo-500\/10 {
1475
+ .shadow-indigo-500\/10 {
1476
1476
  --tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
1477
1477
  @supports (color: color-mix(in lab, red, red)) {
1478
1478
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-indigo-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
1479
1479
  }
1480
1480
  }
1481
- .flowcore-root .shadow-indigo-500\/20 {
1481
+ .shadow-indigo-500\/20 {
1482
1482
  --tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 20%, transparent);
1483
1483
  @supports (color: color-mix(in lab, red, red)) {
1484
1484
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-indigo-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
1485
1485
  }
1486
1486
  }
1487
- .flowcore-root .backdrop-blur-sm {
1487
+ .backdrop-blur-sm {
1488
1488
  --tw-backdrop-blur: blur(var(--blur-sm));
1489
1489
  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,);
1490
1490
  }
1491
- .flowcore-root .transition {
1491
+ .transition {
1492
1492
  transition-property:
1493
1493
  color,
1494
1494
  background-color,
@@ -1515,12 +1515,12 @@
1515
1515
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1516
1516
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1517
1517
  }
1518
- .flowcore-root .transition-all {
1518
+ .transition-all {
1519
1519
  transition-property: all;
1520
1520
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1521
1521
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1522
1522
  }
1523
- .flowcore-root .transition-colors {
1523
+ .transition-colors {
1524
1524
  transition-property:
1525
1525
  color,
1526
1526
  background-color,
@@ -1535,166 +1535,166 @@
1535
1535
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1536
1536
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1537
1537
  }
1538
- .flowcore-root .transition-opacity {
1538
+ .transition-opacity {
1539
1539
  transition-property: opacity;
1540
1540
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1541
1541
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1542
1542
  }
1543
- .flowcore-root .duration-150 {
1543
+ .duration-150 {
1544
1544
  --tw-duration: 150ms;
1545
1545
  transition-duration: 150ms;
1546
1546
  }
1547
- .flowcore-root .duration-200 {
1547
+ .duration-200 {
1548
1548
  --tw-duration: 200ms;
1549
1549
  transition-duration: 200ms;
1550
1550
  }
1551
- .flowcore-root .duration-300 {
1551
+ .duration-300 {
1552
1552
  --tw-duration: 300ms;
1553
1553
  transition-duration: 300ms;
1554
1554
  }
1555
- .flowcore-root .ease-in-out {
1555
+ .ease-in-out {
1556
1556
  --tw-ease: var(--ease-in-out);
1557
1557
  transition-timing-function: var(--ease-in-out);
1558
1558
  }
1559
- .flowcore-root .outline-none {
1559
+ .outline-none {
1560
1560
  --tw-outline-style: none;
1561
1561
  outline-style: none;
1562
1562
  }
1563
- .flowcore-root .select-none {
1563
+ .select-none {
1564
1564
  -webkit-user-select: none;
1565
1565
  -moz-user-select: none;
1566
1566
  user-select: none;
1567
1567
  }
1568
- .flowcore-root .peer-checked\:bg-blue-600 {
1569
- .flowcore-root &:is(:where(.peer):checked ~ *) {
1568
+ .peer-checked\:bg-blue-600 {
1569
+ &:is(:where(.peer):checked ~ *) {
1570
1570
  background-color: var(--color-blue-600);
1571
1571
  }
1572
1572
  }
1573
- .flowcore-root .peer-checked\:bg-indigo-600 {
1574
- .flowcore-root &:is(:where(.peer):checked ~ *) {
1573
+ .peer-checked\:bg-indigo-600 {
1574
+ &:is(:where(.peer):checked ~ *) {
1575
1575
  background-color: var(--color-indigo-600);
1576
1576
  }
1577
1577
  }
1578
- .flowcore-root .peer-focus\:outline-none {
1579
- .flowcore-root &:is(:where(.peer):focus ~ *) {
1578
+ .peer-focus\:outline-none {
1579
+ &:is(:where(.peer):focus ~ *) {
1580
1580
  --tw-outline-style: none;
1581
1581
  outline-style: none;
1582
1582
  }
1583
1583
  }
1584
- .flowcore-root .placeholder\:text-slate-400 {
1585
- .flowcore-root &::-moz-placeholder {
1584
+ .placeholder\:text-slate-400 {
1585
+ &::-moz-placeholder {
1586
1586
  color: var(--color-slate-400);
1587
1587
  }
1588
- .flowcore-root &::placeholder {
1588
+ &::placeholder {
1589
1589
  color: var(--color-slate-400);
1590
1590
  }
1591
1591
  }
1592
- .flowcore-root .after\:absolute {
1593
- .flowcore-root &::after {
1592
+ .after\:absolute {
1593
+ &::after {
1594
1594
  content: var(--tw-content);
1595
1595
  position: absolute;
1596
1596
  }
1597
1597
  }
1598
- .flowcore-root .after\:start-\[2px\] {
1599
- .flowcore-root &::after {
1598
+ .after\:start-\[2px\] {
1599
+ &::after {
1600
1600
  content: var(--tw-content);
1601
1601
  inset-inline-start: 2px;
1602
1602
  }
1603
1603
  }
1604
- .flowcore-root .after\:top-\[2px\] {
1605
- .flowcore-root &::after {
1604
+ .after\:top-\[2px\] {
1605
+ &::after {
1606
1606
  content: var(--tw-content);
1607
1607
  top: 2px;
1608
1608
  }
1609
1609
  }
1610
- .flowcore-root .after\:left-\[2px\] {
1611
- .flowcore-root &::after {
1610
+ .after\:left-\[2px\] {
1611
+ &::after {
1612
1612
  content: var(--tw-content);
1613
1613
  left: 2px;
1614
1614
  }
1615
1615
  }
1616
- .flowcore-root .after\:h-3\.5 {
1617
- .flowcore-root &::after {
1616
+ .after\:h-3\.5 {
1617
+ &::after {
1618
1618
  content: var(--tw-content);
1619
1619
  height: calc(var(--spacing) * 3.5);
1620
1620
  }
1621
1621
  }
1622
- .flowcore-root .after\:h-5 {
1623
- .flowcore-root &::after {
1622
+ .after\:h-5 {
1623
+ &::after {
1624
1624
  content: var(--tw-content);
1625
1625
  height: calc(var(--spacing) * 5);
1626
1626
  }
1627
1627
  }
1628
- .flowcore-root .after\:w-3\.5 {
1629
- .flowcore-root &::after {
1628
+ .after\:w-3\.5 {
1629
+ &::after {
1630
1630
  content: var(--tw-content);
1631
1631
  width: calc(var(--spacing) * 3.5);
1632
1632
  }
1633
1633
  }
1634
- .flowcore-root .after\:w-5 {
1635
- .flowcore-root &::after {
1634
+ .after\:w-5 {
1635
+ &::after {
1636
1636
  content: var(--tw-content);
1637
1637
  width: calc(var(--spacing) * 5);
1638
1638
  }
1639
1639
  }
1640
- .flowcore-root .after\:rounded-full {
1641
- .flowcore-root &::after {
1640
+ .after\:rounded-full {
1641
+ &::after {
1642
1642
  content: var(--tw-content);
1643
1643
  border-radius: calc(infinity * 1px);
1644
1644
  }
1645
1645
  }
1646
- .flowcore-root .after\:border {
1647
- .flowcore-root &::after {
1646
+ .after\:border {
1647
+ &::after {
1648
1648
  content: var(--tw-content);
1649
1649
  border-style: var(--tw-border-style);
1650
1650
  border-width: 1px;
1651
1651
  }
1652
1652
  }
1653
- .flowcore-root .after\:border-slate-300 {
1654
- .flowcore-root &::after {
1653
+ .after\:border-slate-300 {
1654
+ &::after {
1655
1655
  content: var(--tw-content);
1656
1656
  border-color: var(--color-slate-300);
1657
1657
  }
1658
1658
  }
1659
- .flowcore-root .after\:bg-white {
1660
- .flowcore-root &::after {
1659
+ .after\:bg-white {
1660
+ &::after {
1661
1661
  content: var(--tw-content);
1662
1662
  background-color: var(--color-white);
1663
1663
  }
1664
1664
  }
1665
- .flowcore-root .after\:transition-all {
1666
- .flowcore-root &::after {
1665
+ .after\:transition-all {
1666
+ &::after {
1667
1667
  content: var(--tw-content);
1668
1668
  transition-property: all;
1669
1669
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1670
1670
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1671
1671
  }
1672
1672
  }
1673
- .flowcore-root .after\:content-\[\'\'\] {
1674
- .flowcore-root &::after {
1673
+ .after\:content-\[\'\'\] {
1674
+ &::after {
1675
1675
  --tw-content: "";
1676
1676
  content: var(--tw-content);
1677
1677
  }
1678
1678
  }
1679
- .flowcore-root .peer-checked\:after\:translate-x-full {
1680
- .flowcore-root &:is(:where(.peer):checked ~ *) {
1681
- .flowcore-root &::after {
1679
+ .peer-checked\:after\:translate-x-full {
1680
+ &:is(:where(.peer):checked ~ *) {
1681
+ &::after {
1682
1682
  content: var(--tw-content);
1683
1683
  --tw-translate-x: 100%;
1684
1684
  translate: var(--tw-translate-x) var(--tw-translate-y);
1685
1685
  }
1686
1686
  }
1687
1687
  }
1688
- .flowcore-root .peer-checked\:after\:border-white {
1689
- .flowcore-root &:is(:where(.peer):checked ~ *) {
1690
- .flowcore-root &::after {
1688
+ .peer-checked\:after\:border-white {
1689
+ &:is(:where(.peer):checked ~ *) {
1690
+ &::after {
1691
1691
  content: var(--tw-content);
1692
1692
  border-color: var(--color-white);
1693
1693
  }
1694
1694
  }
1695
1695
  }
1696
- .flowcore-root .hover\:scale-105 {
1697
- .flowcore-root &:hover {
1696
+ .hover\:scale-105 {
1697
+ &:hover {
1698
1698
  @media (hover: hover) {
1699
1699
  --tw-scale-x: 105%;
1700
1700
  --tw-scale-y: 105%;
@@ -1703,43 +1703,43 @@
1703
1703
  }
1704
1704
  }
1705
1705
  }
1706
- .flowcore-root .hover\:border-transparent {
1707
- .flowcore-root &:hover {
1706
+ .hover\:border-transparent {
1707
+ &:hover {
1708
1708
  @media (hover: hover) {
1709
1709
  border-color: transparent;
1710
1710
  }
1711
1711
  }
1712
1712
  }
1713
- .flowcore-root .hover\:bg-\[\#383838\] {
1714
- .flowcore-root &:hover {
1713
+ .hover\:bg-\[\#383838\] {
1714
+ &:hover {
1715
1715
  @media (hover: hover) {
1716
1716
  background-color: #383838;
1717
1717
  }
1718
1718
  }
1719
1719
  }
1720
- .flowcore-root .hover\:bg-\[\#F3F5F9\] {
1721
- .flowcore-root &:hover {
1720
+ .hover\:bg-\[\#F3F5F9\] {
1721
+ &:hover {
1722
1722
  @media (hover: hover) {
1723
1723
  background-color: #F3F5F9;
1724
1724
  }
1725
1725
  }
1726
1726
  }
1727
- .flowcore-root .hover\:bg-\[\#F6F8FC\] {
1728
- .flowcore-root &:hover {
1727
+ .hover\:bg-\[\#F6F8FC\] {
1728
+ &:hover {
1729
1729
  @media (hover: hover) {
1730
1730
  background-color: #F6F8FC;
1731
1731
  }
1732
1732
  }
1733
1733
  }
1734
- .flowcore-root .hover\:bg-\[\#F7F8FC\] {
1735
- .flowcore-root &:hover {
1734
+ .hover\:bg-\[\#F7F8FC\] {
1735
+ &:hover {
1736
1736
  @media (hover: hover) {
1737
1737
  background-color: #F7F8FC;
1738
1738
  }
1739
1739
  }
1740
1740
  }
1741
- .flowcore-root .hover\:bg-black\/\[\.04\] {
1742
- .flowcore-root &:hover {
1741
+ .hover\:bg-black\/\[\.04\] {
1742
+ &:hover {
1743
1743
  @media (hover: hover) {
1744
1744
  background-color: color-mix(in srgb, #000 4%, transparent);
1745
1745
  @supports (color: color-mix(in lab, red, red)) {
@@ -1748,50 +1748,50 @@
1748
1748
  }
1749
1749
  }
1750
1750
  }
1751
- .flowcore-root .hover\:bg-blue-700 {
1752
- .flowcore-root &:hover {
1751
+ .hover\:bg-blue-700 {
1752
+ &:hover {
1753
1753
  @media (hover: hover) {
1754
1754
  background-color: var(--color-blue-700);
1755
1755
  }
1756
1756
  }
1757
1757
  }
1758
- .flowcore-root .hover\:bg-gray-50 {
1759
- .flowcore-root &:hover {
1758
+ .hover\:bg-gray-50 {
1759
+ &:hover {
1760
1760
  @media (hover: hover) {
1761
1761
  background-color: var(--color-gray-50);
1762
1762
  }
1763
1763
  }
1764
1764
  }
1765
- .flowcore-root .hover\:bg-gray-100 {
1766
- .flowcore-root &:hover {
1765
+ .hover\:bg-gray-100 {
1766
+ &:hover {
1767
1767
  @media (hover: hover) {
1768
1768
  background-color: var(--color-gray-100);
1769
1769
  }
1770
1770
  }
1771
1771
  }
1772
- .flowcore-root .hover\:bg-gray-200 {
1773
- .flowcore-root &:hover {
1772
+ .hover\:bg-gray-200 {
1773
+ &:hover {
1774
1774
  @media (hover: hover) {
1775
1775
  background-color: var(--color-gray-200);
1776
1776
  }
1777
1777
  }
1778
1778
  }
1779
- .flowcore-root .hover\:bg-indigo-700 {
1780
- .flowcore-root &:hover {
1779
+ .hover\:bg-indigo-700 {
1780
+ &:hover {
1781
1781
  @media (hover: hover) {
1782
1782
  background-color: var(--color-indigo-700);
1783
1783
  }
1784
1784
  }
1785
1785
  }
1786
- .flowcore-root .hover\:bg-slate-50 {
1787
- .flowcore-root &:hover {
1786
+ .hover\:bg-slate-50 {
1787
+ &:hover {
1788
1788
  @media (hover: hover) {
1789
1789
  background-color: var(--color-slate-50);
1790
1790
  }
1791
1791
  }
1792
1792
  }
1793
- .flowcore-root .hover\:bg-slate-50\/40 {
1794
- .flowcore-root &:hover {
1793
+ .hover\:bg-slate-50\/40 {
1794
+ &:hover {
1795
1795
  @media (hover: hover) {
1796
1796
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 40%, transparent);
1797
1797
  @supports (color: color-mix(in lab, red, red)) {
@@ -1800,8 +1800,8 @@
1800
1800
  }
1801
1801
  }
1802
1802
  }
1803
- .flowcore-root .hover\:bg-slate-50\/50 {
1804
- .flowcore-root &:hover {
1803
+ .hover\:bg-slate-50\/50 {
1804
+ &:hover {
1805
1805
  @media (hover: hover) {
1806
1806
  background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 50%, transparent);
1807
1807
  @supports (color: color-mix(in lab, red, red)) {
@@ -1810,15 +1810,15 @@
1810
1810
  }
1811
1811
  }
1812
1812
  }
1813
- .flowcore-root .hover\:bg-slate-100 {
1814
- .flowcore-root &:hover {
1813
+ .hover\:bg-slate-100 {
1814
+ &:hover {
1815
1815
  @media (hover: hover) {
1816
1816
  background-color: var(--color-slate-100);
1817
1817
  }
1818
1818
  }
1819
1819
  }
1820
- .flowcore-root .hover\:bg-slate-100\/50 {
1821
- .flowcore-root &:hover {
1820
+ .hover\:bg-slate-100\/50 {
1821
+ &:hover {
1822
1822
  @media (hover: hover) {
1823
1823
  background-color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 50%, transparent);
1824
1824
  @supports (color: color-mix(in lab, red, red)) {
@@ -1827,43 +1827,43 @@
1827
1827
  }
1828
1828
  }
1829
1829
  }
1830
- .flowcore-root .hover\:text-indigo-600 {
1831
- .flowcore-root &:hover {
1830
+ .hover\:text-indigo-600 {
1831
+ &:hover {
1832
1832
  @media (hover: hover) {
1833
1833
  color: var(--color-indigo-600);
1834
1834
  }
1835
1835
  }
1836
1836
  }
1837
- .flowcore-root .hover\:text-red-500 {
1838
- .flowcore-root &:hover {
1837
+ .hover\:text-red-500 {
1838
+ &:hover {
1839
1839
  @media (hover: hover) {
1840
1840
  color: var(--color-red-500);
1841
1841
  }
1842
1842
  }
1843
1843
  }
1844
- .flowcore-root .hover\:text-slate-600 {
1845
- .flowcore-root &:hover {
1844
+ .hover\:text-slate-600 {
1845
+ &:hover {
1846
1846
  @media (hover: hover) {
1847
1847
  color: var(--color-slate-600);
1848
1848
  }
1849
1849
  }
1850
1850
  }
1851
- .flowcore-root .hover\:text-slate-900 {
1852
- .flowcore-root &:hover {
1851
+ .hover\:text-slate-900 {
1852
+ &:hover {
1853
1853
  @media (hover: hover) {
1854
1854
  color: var(--color-slate-900);
1855
1855
  }
1856
1856
  }
1857
1857
  }
1858
- .flowcore-root .hover\:underline {
1859
- .flowcore-root &:hover {
1858
+ .hover\:underline {
1859
+ &:hover {
1860
1860
  @media (hover: hover) {
1861
1861
  text-decoration-line: underline;
1862
1862
  }
1863
1863
  }
1864
1864
  }
1865
- .flowcore-root .hover\:shadow-lg {
1866
- .flowcore-root &:hover {
1865
+ .hover\:shadow-lg {
1866
+ &:hover {
1867
1867
  @media (hover: hover) {
1868
1868
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1869
1869
  box-shadow:
@@ -1875,8 +1875,8 @@
1875
1875
  }
1876
1876
  }
1877
1877
  }
1878
- .flowcore-root .hover\:shadow-blue-500\/30 {
1879
- .flowcore-root &:hover {
1878
+ .hover\:shadow-blue-500\/30 {
1879
+ &:hover {
1880
1880
  @media (hover: hover) {
1881
1881
  --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 30%, transparent);
1882
1882
  @supports (color: color-mix(in lab, red, red)) {
@@ -1885,8 +1885,8 @@
1885
1885
  }
1886
1886
  }
1887
1887
  }
1888
- .flowcore-root .hover\:shadow-indigo-500\/30 {
1889
- .flowcore-root &:hover {
1888
+ .hover\:shadow-indigo-500\/30 {
1889
+ &:hover {
1890
1890
  @media (hover: hover) {
1891
1891
  --tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
1892
1892
  @supports (color: color-mix(in lab, red, red)) {
@@ -1895,18 +1895,18 @@
1895
1895
  }
1896
1896
  }
1897
1897
  }
1898
- .flowcore-root .focus\:border-blue-500 {
1899
- .flowcore-root &:focus {
1898
+ .focus\:border-blue-500 {
1899
+ &:focus {
1900
1900
  border-color: var(--color-blue-500);
1901
1901
  }
1902
1902
  }
1903
- .flowcore-root .focus\:border-indigo-500 {
1904
- .flowcore-root &:focus {
1903
+ .focus\:border-indigo-500 {
1904
+ &:focus {
1905
1905
  border-color: var(--color-indigo-500);
1906
1906
  }
1907
1907
  }
1908
- .flowcore-root .focus\:ring-2 {
1909
- .flowcore-root &:focus {
1908
+ .focus\:ring-2 {
1909
+ &:focus {
1910
1910
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1911
1911
  box-shadow:
1912
1912
  var(--tw-inset-shadow),
@@ -1916,8 +1916,8 @@
1916
1916
  var(--tw-shadow);
1917
1917
  }
1918
1918
  }
1919
- .flowcore-root .focus\:ring-4 {
1920
- .flowcore-root &:focus {
1919
+ .focus\:ring-4 {
1920
+ &:focus {
1921
1921
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1922
1922
  box-shadow:
1923
1923
  var(--tw-inset-shadow),
@@ -1927,102 +1927,102 @@
1927
1927
  var(--tw-shadow);
1928
1928
  }
1929
1929
  }
1930
- .flowcore-root .focus\:ring-blue-100 {
1931
- .flowcore-root &:focus {
1930
+ .focus\:ring-blue-100 {
1931
+ &:focus {
1932
1932
  --tw-ring-color: var(--color-blue-100);
1933
1933
  }
1934
1934
  }
1935
- .flowcore-root .focus\:ring-blue-500 {
1936
- .flowcore-root &:focus {
1935
+ .focus\:ring-blue-500 {
1936
+ &:focus {
1937
1937
  --tw-ring-color: var(--color-blue-500);
1938
1938
  }
1939
1939
  }
1940
- .flowcore-root .focus\:ring-blue-500\/10 {
1941
- .flowcore-root &:focus {
1940
+ .focus\:ring-blue-500\/10 {
1941
+ &:focus {
1942
1942
  --tw-ring-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 10%, transparent);
1943
1943
  @supports (color: color-mix(in lab, red, red)) {
1944
1944
  --tw-ring-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
1945
1945
  }
1946
1946
  }
1947
1947
  }
1948
- .flowcore-root .focus\:ring-indigo-500\/10 {
1949
- .flowcore-root &:focus {
1948
+ .focus\:ring-indigo-500\/10 {
1949
+ &:focus {
1950
1950
  --tw-ring-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
1951
1951
  @supports (color: color-mix(in lab, red, red)) {
1952
1952
  --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 10%, transparent);
1953
1953
  }
1954
1954
  }
1955
1955
  }
1956
- .flowcore-root .focus\:outline-none {
1957
- .flowcore-root &:focus {
1956
+ .focus\:outline-none {
1957
+ &:focus {
1958
1958
  --tw-outline-style: none;
1959
1959
  outline-style: none;
1960
1960
  }
1961
1961
  }
1962
- .flowcore-root .active\:scale-95 {
1963
- .flowcore-root &:active {
1962
+ .active\:scale-95 {
1963
+ &:active {
1964
1964
  --tw-scale-x: 95%;
1965
1965
  --tw-scale-y: 95%;
1966
1966
  --tw-scale-z: 95%;
1967
1967
  scale: var(--tw-scale-x) var(--tw-scale-y);
1968
1968
  }
1969
1969
  }
1970
- .flowcore-root .sm\:flex-row {
1970
+ .sm\:flex-row {
1971
1971
  @media (width >= 40rem) {
1972
1972
  flex-direction: row;
1973
1973
  }
1974
1974
  }
1975
- .flowcore-root .sm\:items-center {
1975
+ .sm\:items-center {
1976
1976
  @media (width >= 40rem) {
1977
1977
  align-items: center;
1978
1978
  }
1979
1979
  }
1980
- .flowcore-root .sm\:items-start {
1980
+ .sm\:items-start {
1981
1981
  @media (width >= 40rem) {
1982
1982
  align-items: flex-start;
1983
1983
  }
1984
1984
  }
1985
- .flowcore-root .sm\:justify-between {
1985
+ .sm\:justify-between {
1986
1986
  @media (width >= 40rem) {
1987
1987
  justify-content: space-between;
1988
1988
  }
1989
1989
  }
1990
- .flowcore-root .sm\:pr-2 {
1990
+ .sm\:pr-2 {
1991
1991
  @media (width >= 40rem) {
1992
1992
  padding-right: calc(var(--spacing) * 2);
1993
1993
  }
1994
1994
  }
1995
- .flowcore-root .sm\:text-left {
1995
+ .sm\:text-left {
1996
1996
  @media (width >= 40rem) {
1997
1997
  text-align: left;
1998
1998
  }
1999
1999
  }
2000
- .flowcore-root .md\:w-\[158px\] {
2000
+ .md\:w-\[158px\] {
2001
2001
  @media (width >= 48rem) {
2002
2002
  width: 158px;
2003
2003
  }
2004
2004
  }
2005
- .flowcore-root .md\:grid-cols-2 {
2005
+ .md\:grid-cols-2 {
2006
2006
  @media (width >= 48rem) {
2007
2007
  grid-template-columns: repeat(2, minmax(0, 1fr));
2008
2008
  }
2009
2009
  }
2010
- .flowcore-root .md\:grid-cols-3 {
2010
+ .md\:grid-cols-3 {
2011
2011
  @media (width >= 48rem) {
2012
2012
  grid-template-columns: repeat(3, minmax(0, 1fr));
2013
2013
  }
2014
2014
  }
2015
- .flowcore-root .md\:p-6 {
2015
+ .md\:p-6 {
2016
2016
  @media (width >= 48rem) {
2017
2017
  padding: calc(var(--spacing) * 6);
2018
2018
  }
2019
2019
  }
2020
- .flowcore-root .lg\:grid-cols-4 {
2020
+ .lg\:grid-cols-4 {
2021
2021
  @media (width >= 64rem) {
2022
2022
  grid-template-columns: repeat(4, minmax(0, 1fr));
2023
2023
  }
2024
2024
  }
2025
- .flowcore-root .dark\:border-white\/\[\.145\] {
2025
+ .dark\:border-white\/\[\.145\] {
2026
2026
  @media (prefers-color-scheme: dark) {
2027
2027
  border-color: color-mix(in srgb, #fff 14.499999999999998%, transparent);
2028
2028
  @supports (color: color-mix(in lab, red, red)) {
@@ -2030,39 +2030,39 @@
2030
2030
  }
2031
2031
  }
2032
2032
  }
2033
- .flowcore-root .dark\:bg-black {
2033
+ .dark\:bg-black {
2034
2034
  @media (prefers-color-scheme: dark) {
2035
2035
  background-color: var(--color-black);
2036
2036
  }
2037
2037
  }
2038
- .flowcore-root .dark\:text-zinc-50 {
2038
+ .dark\:text-zinc-50 {
2039
2039
  @media (prefers-color-scheme: dark) {
2040
2040
  color: var(--color-zinc-50);
2041
2041
  }
2042
2042
  }
2043
- .flowcore-root .dark\:text-zinc-400 {
2043
+ .dark\:text-zinc-400 {
2044
2044
  @media (prefers-color-scheme: dark) {
2045
2045
  color: var(--color-zinc-400);
2046
2046
  }
2047
2047
  }
2048
- .flowcore-root .dark\:invert {
2048
+ .dark\:invert {
2049
2049
  @media (prefers-color-scheme: dark) {
2050
2050
  --tw-invert: invert(100%);
2051
2051
  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,);
2052
2052
  }
2053
2053
  }
2054
- .flowcore-root .dark\:hover\:bg-\[\#1a1a1a\] {
2054
+ .dark\:hover\:bg-\[\#1a1a1a\] {
2055
2055
  @media (prefers-color-scheme: dark) {
2056
- .flowcore-root &:hover {
2056
+ &:hover {
2057
2057
  @media (hover: hover) {
2058
2058
  background-color: #1a1a1a;
2059
2059
  }
2060
2060
  }
2061
2061
  }
2062
2062
  }
2063
- .flowcore-root .dark\:hover\:bg-\[\#ccc\] {
2063
+ .dark\:hover\:bg-\[\#ccc\] {
2064
2064
  @media (prefers-color-scheme: dark) {
2065
- .flowcore-root &:hover {
2065
+ &:hover {
2066
2066
  @media (hover: hover) {
2067
2067
  background-color: #ccc;
2068
2068
  }
@@ -2129,10 +2129,10 @@
2129
2129
  @property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
2130
2130
  @layer properties {
2131
2131
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2132
- .flowcore-root *,
2133
- .flowcore-root ::before,
2134
- .flowcore-root ::after,
2135
- .flowcore-root ::backdrop {
2132
+ *,
2133
+ ::before,
2134
+ ::after,
2135
+ ::backdrop {
2136
2136
  --tw-translate-x: 0;
2137
2137
  --tw-translate-y: 0;
2138
2138
  --tw-translate-z: 0;