@code-coaching/vuetiful 0.0.0

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 (78) hide show
  1. package/README.md +143 -0
  2. package/dist/style.css +1 -0
  3. package/dist/styles/all.css +4645 -0
  4. package/dist/types/components/atoms/VButton.vue.d.ts +86 -0
  5. package/dist/types/components/atoms/index.d.ts +2 -0
  6. package/dist/types/components/index.d.ts +2 -0
  7. package/dist/types/constants/MyConstants.d.ts +1 -0
  8. package/dist/types/constants/index.d.ts +2 -0
  9. package/dist/types/index.d.ts +12 -0
  10. package/dist/types/types/index.d.ts +1 -0
  11. package/dist/types/types/tailwind.d.ts +4 -0
  12. package/dist/types/utils/MyUtil.d.ts +5 -0
  13. package/dist/types/utils/dark-mode/dark-mode.d.ts +18 -0
  14. package/dist/types/utils/dark-mode/dark-mode.vue.d.ts +91 -0
  15. package/dist/types/utils/index.d.ts +6 -0
  16. package/dist/types/utils/platform/platform.d.ts +4 -0
  17. package/dist/types/utils/theme/theme-switcher.vue.d.ts +106 -0
  18. package/dist/types/utils/theme/theme.d.ts +9 -0
  19. package/dist/vuetiful.es.mjs +515 -0
  20. package/dist/vuetiful.umd.js +17 -0
  21. package/package.json +47 -0
  22. package/src/assets/fonts/myfont.woff +0 -0
  23. package/src/assets/main.css +17 -0
  24. package/src/components/atoms/VButton.vue +78 -0
  25. package/src/components/atoms/index.ts +3 -0
  26. package/src/components/index.ts +3 -0
  27. package/src/constants/MyConstants.ts +1 -0
  28. package/src/constants/index.ts +5 -0
  29. package/src/env.d.ts +8 -0
  30. package/src/index.ts +29 -0
  31. package/src/styles/all.css +21 -0
  32. package/src/styles/core.css +65 -0
  33. package/src/styles/elements/alerts.css +17 -0
  34. package/src/styles/elements/badges.css +31 -0
  35. package/src/styles/elements/breadcrumbs.css +26 -0
  36. package/src/styles/elements/buttons.css +103 -0
  37. package/src/styles/elements/cards.css +32 -0
  38. package/src/styles/elements/chips.css +22 -0
  39. package/src/styles/elements/forms.css +268 -0
  40. package/src/styles/elements/lists.css +48 -0
  41. package/src/styles/elements/logo-clouds.css +29 -0
  42. package/src/styles/elements/modals.css +15 -0
  43. package/src/styles/elements/placeholders.css +17 -0
  44. package/src/styles/elements/popups.css +16 -0
  45. package/src/styles/elements/tables.css +102 -0
  46. package/src/styles/elements.css +19 -0
  47. package/src/styles/highlight-js.css +116 -0
  48. package/src/styles/tailwind.css +16 -0
  49. package/src/styles/typography.css +101 -0
  50. package/src/styles/variants.css +156 -0
  51. package/src/tailwind/core.cjs +37 -0
  52. package/src/tailwind/generated/intellisense-classes.cjs +558 -0
  53. package/src/tailwind/intellisense.cjs +21 -0
  54. package/src/tailwind/settings.cjs +20 -0
  55. package/src/tailwind/theme/colors.cjs +20 -0
  56. package/src/tailwind/tokens/backgrounds.cjs +48 -0
  57. package/src/tailwind/tokens/border-radius.cjs +21 -0
  58. package/src/tailwind/tokens/borders.cjs +24 -0
  59. package/src/tailwind/tokens/fills.cjs +20 -0
  60. package/src/tailwind/tokens/rings.cjs +50 -0
  61. package/src/tailwind/tokens/text.cjs +35 -0
  62. package/src/tailwind/vuetiful.cjs +19 -0
  63. package/src/themes/theme-modern.css +127 -0
  64. package/src/themes/theme-rocket.css +119 -0
  65. package/src/themes/theme-sahara.css +128 -0
  66. package/src/themes/theme-seafoam.css +121 -0
  67. package/src/themes/theme-seasonal.css +115 -0
  68. package/src/themes/theme-vintage.css +125 -0
  69. package/src/themes/theme-vuetiful.css +118 -0
  70. package/src/types/index.ts +1 -0
  71. package/src/types/tailwind.ts +7 -0
  72. package/src/utils/MyUtil.ts +7 -0
  73. package/src/utils/dark-mode/dark-mode.ts +90 -0
  74. package/src/utils/dark-mode/dark-mode.vue +133 -0
  75. package/src/utils/index.ts +7 -0
  76. package/src/utils/platform/platform.ts +10 -0
  77. package/src/utils/theme/theme-switcher.vue +155 -0
  78. package/src/utils/theme/theme.ts +65 -0
@@ -0,0 +1,4645 @@
1
+ @import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";
2
+
3
+ /* Stylesheet: all.css */
4
+
5
+ /* Import AFTER your theme, but BEFORE your global stylesheet. */
6
+
7
+ /* NOTE: The order shown below is required */
8
+
9
+ /* Tailwind Directives */
10
+
11
+ /* Stylesheet: tailwind.css */
12
+
13
+ /*
14
+ https://tailwindcss.com/docs/functions-and-directives
15
+
16
+ IMPORTANT:
17
+ Be sure to remove these directives from your global CSS stylesheet.
18
+
19
+ Tailwind directives should only be included ONCE per project.
20
+ These directives should preceed ALL Skeleton stylesheets.
21
+ */
22
+
23
+ /* ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */
24
+
25
+ /*
26
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
27
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
28
+ */
29
+
30
+ *,
31
+ ::before,
32
+ ::after {
33
+ box-sizing: border-box;
34
+ /* 1 */
35
+ border-width: 0;
36
+ /* 2 */
37
+ border-style: solid;
38
+ /* 2 */
39
+ border-color: #e5e7eb;
40
+ /* 2 */
41
+ }
42
+
43
+ ::before,
44
+ ::after {
45
+ --tw-content: '';
46
+ }
47
+
48
+ /*
49
+ 1. Use a consistent sensible line-height in all browsers.
50
+ 2. Prevent adjustments of font size after orientation changes in iOS.
51
+ 3. Use a more readable tab size.
52
+ 4. Use the user's configured `sans` font-family by default.
53
+ 5. Use the user's configured `sans` font-feature-settings by default.
54
+ */
55
+
56
+ html {
57
+ line-height: 1.5;
58
+ /* 1 */
59
+ -webkit-text-size-adjust: 100%;
60
+ /* 2 */
61
+ -moz-tab-size: 4;
62
+ /* 3 */
63
+ -o-tab-size: 4;
64
+ tab-size: 4;
65
+ /* 3 */
66
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
67
+ /* 4 */
68
+ font-feature-settings: normal;
69
+ /* 5 */
70
+ }
71
+
72
+ /*
73
+ 1. Remove the margin in all browsers.
74
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
75
+ */
76
+
77
+ body {
78
+ margin: 0;
79
+ /* 1 */
80
+ line-height: inherit;
81
+ /* 2 */
82
+ }
83
+
84
+ /*
85
+ 1. Add the correct height in Firefox.
86
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
87
+ 3. Ensure horizontal rules are visible by default.
88
+ */
89
+
90
+ hr {
91
+ height: 0;
92
+ /* 1 */
93
+ color: inherit;
94
+ /* 2 */
95
+ border-top-width: 1px;
96
+ /* 3 */
97
+ }
98
+
99
+ /*
100
+ Add the correct text decoration in Chrome, Edge, and Safari.
101
+ */
102
+
103
+ abbr:where([title]) {
104
+ -webkit-text-decoration: underline dotted;
105
+ text-decoration: underline dotted;
106
+ }
107
+
108
+ /*
109
+ Remove the default font size and weight for headings.
110
+ */
111
+
112
+ h1,
113
+ h2,
114
+ h3,
115
+ h4,
116
+ h5,
117
+ h6 {
118
+ font-size: inherit;
119
+ font-weight: inherit;
120
+ }
121
+
122
+ /*
123
+ Reset links to optimize for opt-in styling instead of opt-out.
124
+ */
125
+
126
+ a {
127
+ color: inherit;
128
+ text-decoration: inherit;
129
+ }
130
+
131
+ /*
132
+ Add the correct font weight in Edge and Safari.
133
+ */
134
+
135
+ b,
136
+ strong {
137
+ font-weight: bolder;
138
+ }
139
+
140
+ /*
141
+ 1. Use the user's configured `mono` font family by default.
142
+ 2. Correct the odd `em` font sizing in all browsers.
143
+ */
144
+
145
+ code,
146
+ kbd,
147
+ samp,
148
+ pre {
149
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
150
+ /* 1 */
151
+ font-size: 1em;
152
+ /* 2 */
153
+ }
154
+
155
+ /*
156
+ Add the correct font size in all browsers.
157
+ */
158
+
159
+ small {
160
+ font-size: 80%;
161
+ }
162
+
163
+ /*
164
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
165
+ */
166
+
167
+ sub,
168
+ sup {
169
+ font-size: 75%;
170
+ line-height: 0;
171
+ position: relative;
172
+ vertical-align: baseline;
173
+ }
174
+
175
+ sub {
176
+ bottom: -0.25em;
177
+ }
178
+
179
+ sup {
180
+ top: -0.5em;
181
+ }
182
+
183
+ /*
184
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
185
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
186
+ 3. Remove gaps between table borders by default.
187
+ */
188
+
189
+ table {
190
+ text-indent: 0;
191
+ /* 1 */
192
+ border-color: inherit;
193
+ /* 2 */
194
+ border-collapse: collapse;
195
+ /* 3 */
196
+ }
197
+
198
+ /*
199
+ 1. Change the font styles in all browsers.
200
+ 2. Remove the margin in Firefox and Safari.
201
+ 3. Remove default padding in all browsers.
202
+ */
203
+
204
+ button,
205
+ input,
206
+ optgroup,
207
+ select,
208
+ textarea {
209
+ font-family: inherit;
210
+ /* 1 */
211
+ font-size: 100%;
212
+ /* 1 */
213
+ font-weight: inherit;
214
+ /* 1 */
215
+ line-height: inherit;
216
+ /* 1 */
217
+ color: inherit;
218
+ /* 1 */
219
+ margin: 0;
220
+ /* 2 */
221
+ padding: 0;
222
+ /* 3 */
223
+ }
224
+
225
+ /*
226
+ Remove the inheritance of text transform in Edge and Firefox.
227
+ */
228
+
229
+ button,
230
+ select {
231
+ text-transform: none;
232
+ }
233
+
234
+ /*
235
+ 1. Correct the inability to style clickable types in iOS and Safari.
236
+ 2. Remove default button styles.
237
+ */
238
+
239
+ button,
240
+ [type='button'],
241
+ [type='reset'],
242
+ [type='submit'] {
243
+ -webkit-appearance: button;
244
+ /* 1 */
245
+ background-color: transparent;
246
+ /* 2 */
247
+ background-image: none;
248
+ /* 2 */
249
+ }
250
+
251
+ /*
252
+ Use the modern Firefox focus style for all focusable elements.
253
+ */
254
+
255
+ :-moz-focusring {
256
+ outline: auto;
257
+ }
258
+
259
+ /*
260
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
261
+ */
262
+
263
+ :-moz-ui-invalid {
264
+ box-shadow: none;
265
+ }
266
+
267
+ /*
268
+ Add the correct vertical alignment in Chrome and Firefox.
269
+ */
270
+
271
+ progress {
272
+ vertical-align: baseline;
273
+ }
274
+
275
+ /*
276
+ Correct the cursor style of increment and decrement buttons in Safari.
277
+ */
278
+
279
+ ::-webkit-inner-spin-button,
280
+ ::-webkit-outer-spin-button {
281
+ height: auto;
282
+ }
283
+
284
+ /*
285
+ 1. Correct the odd appearance in Chrome and Safari.
286
+ 2. Correct the outline style in Safari.
287
+ */
288
+
289
+ [type='search'] {
290
+ -webkit-appearance: textfield;
291
+ /* 1 */
292
+ outline-offset: -2px;
293
+ /* 2 */
294
+ }
295
+
296
+ /*
297
+ Remove the inner padding in Chrome and Safari on macOS.
298
+ */
299
+
300
+ ::-webkit-search-decoration {
301
+ -webkit-appearance: none;
302
+ }
303
+
304
+ /*
305
+ 1. Correct the inability to style clickable types in iOS and Safari.
306
+ 2. Change font properties to `inherit` in Safari.
307
+ */
308
+
309
+ ::-webkit-file-upload-button {
310
+ -webkit-appearance: button;
311
+ /* 1 */
312
+ font: inherit;
313
+ /* 2 */
314
+ }
315
+
316
+ /*
317
+ Add the correct display in Chrome and Safari.
318
+ */
319
+
320
+ summary {
321
+ display: list-item;
322
+ }
323
+
324
+ /*
325
+ Removes the default spacing and border for appropriate elements.
326
+ */
327
+
328
+ blockquote,
329
+ dl,
330
+ dd,
331
+ h1,
332
+ h2,
333
+ h3,
334
+ h4,
335
+ h5,
336
+ h6,
337
+ hr,
338
+ figure,
339
+ p,
340
+ pre {
341
+ margin: 0;
342
+ }
343
+
344
+ fieldset {
345
+ margin: 0;
346
+ padding: 0;
347
+ }
348
+
349
+ legend {
350
+ padding: 0;
351
+ }
352
+
353
+ ol,
354
+ ul,
355
+ menu {
356
+ list-style: none;
357
+ margin: 0;
358
+ padding: 0;
359
+ }
360
+
361
+ /*
362
+ Prevent resizing textareas horizontally by default.
363
+ */
364
+
365
+ textarea {
366
+ resize: vertical;
367
+ }
368
+
369
+ /*
370
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
371
+ 2. Set the default placeholder color to the user's configured gray 400 color.
372
+ */
373
+
374
+ input::-moz-placeholder, textarea::-moz-placeholder {
375
+ opacity: 1;
376
+ /* 1 */
377
+ color: #9ca3af;
378
+ /* 2 */
379
+ }
380
+
381
+ input::placeholder,
382
+ textarea::placeholder {
383
+ opacity: 1;
384
+ /* 1 */
385
+ color: #9ca3af;
386
+ /* 2 */
387
+ }
388
+
389
+ /*
390
+ Set the default cursor for buttons.
391
+ */
392
+
393
+ button,
394
+ [role="button"] {
395
+ cursor: pointer;
396
+ }
397
+
398
+ /*
399
+ Make sure disabled buttons don't get the pointer cursor.
400
+ */
401
+
402
+ :disabled {
403
+ cursor: default;
404
+ }
405
+
406
+ /*
407
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
408
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
409
+ This can trigger a poorly considered lint error in some tools but is included by design.
410
+ */
411
+
412
+ img,
413
+ svg,
414
+ video,
415
+ canvas,
416
+ audio,
417
+ iframe,
418
+ embed,
419
+ object {
420
+ display: block;
421
+ /* 1 */
422
+ vertical-align: middle;
423
+ /* 2 */
424
+ }
425
+
426
+ /*
427
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
428
+ */
429
+
430
+ img,
431
+ video {
432
+ max-width: 100%;
433
+ height: auto;
434
+ }
435
+
436
+ /* Make elements with the HTML hidden attribute stay hidden by default */
437
+
438
+ [hidden] {
439
+ display: none;
440
+ }
441
+
442
+ /* === Body Styles === */
443
+
444
+ body{
445
+ background-color: rgb(var(--color-surface-50));
446
+ }
447
+
448
+ .dark body{
449
+ background-color:rgb(var(--color-surface-900));
450
+ }
451
+
452
+ /* === Selection === */
453
+
454
+ ::-moz-selection{
455
+ background-color: rgb(var(--color-primary-500) / 0.3);
456
+ }
457
+
458
+ ::selection{
459
+ background-color: rgb(var(--color-primary-500) / 0.3);
460
+ }
461
+
462
+ /* === Focus === */
463
+
464
+ /* Outline (do not change) */
465
+
466
+ /* http://www.outlinenone.com/ */
467
+
468
+ /* Mobile tap highlight */
469
+
470
+ /* https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-tap-highlight-color */
471
+
472
+ html {
473
+ -webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
474
+ }
475
+
476
+ /* === Scrollbars === */
477
+
478
+ ::-webkit-scrollbar{
479
+ width: 0.5rem;
480
+ }
481
+
482
+ ::-webkit-scrollbar-track{
483
+ padding-left: 1px;
484
+ padding-right: 1px;
485
+ background-color: rgb(var(--color-surface-50)) !important;
486
+ }
487
+
488
+ .dark ::-webkit-scrollbar-track{
489
+ background-color: rgb(var(--color-surface-900)) !important;
490
+ }
491
+
492
+ ::-webkit-scrollbar-thumb{
493
+ background-color: rgb(var(--color-surface-400));
494
+ }
495
+
496
+ .dark ::-webkit-scrollbar-thumb{
497
+ background-color: rgb(var(--color-surface-500));
498
+ }
499
+
500
+ ::-webkit-scrollbar-thumb{
501
+ border-radius: var(--theme-rounded-base);
502
+ }
503
+
504
+ .dark ::-webkit-scrollbar-thumb{
505
+ background-color:rgb(var(--color-surface-500))
506
+ }
507
+
508
+ ::-webkit-scrollbar-thumb{
509
+ border-radius:var(--theme-rounded-base)
510
+ }
511
+
512
+ /* Firefox */
513
+
514
+ /* https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color#browser_compatibility */
515
+
516
+ html {
517
+ scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.05);
518
+ }
519
+
520
+ html.dark {
521
+ scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.05);
522
+ }
523
+
524
+ /* Hide Scrollbars */
525
+
526
+ /* === Horizontal Rules === */
527
+
528
+ hr:not(.divider){
529
+ display: block;
530
+ border-top-width: 1px;
531
+ border-style: solid;
532
+ border-color: rgb(var(--color-surface-300));
533
+ }
534
+
535
+ .dark hr:not(.divider){
536
+ border-color:rgb(var(--color-surface-600));
537
+ }
538
+
539
+ body{
540
+ font-family: var(--theme-font-family-base);
541
+ color: rgba(var(--theme-font-color-base));
542
+ }
543
+
544
+ .dark body{
545
+ color:rgba(var(--theme-font-color-dark));
546
+ }
547
+
548
+ /* === Headings === */
549
+
550
+ h1:not(.unstyled):is(:not(.prose *)){
551
+ font-size: 1.875rem;
552
+ line-height: 2.25rem;
553
+ font-family: var(--theme-font-family-heading);
554
+ }
555
+
556
+ @media (min-width: 768px){
557
+ h1:not(.unstyled):is(:not(.prose *)){
558
+ font-size: 3rem;
559
+ line-height: 1;
560
+ }
561
+ }
562
+
563
+ h2:not(.unstyled):is(:not(.prose *)){
564
+ font-size: 1.5rem;
565
+ line-height: 2rem;
566
+ font-family: var(--theme-font-family-heading);
567
+ }
568
+
569
+ @media (min-width: 768px){
570
+ h2:not(.unstyled):is(:not(.prose *)){
571
+ font-size: 2.25rem;
572
+ line-height: 2.5rem;
573
+ }
574
+ }
575
+
576
+ h3:not(.unstyled):is(:not(.prose *)){
577
+ font-size: 1.25rem;
578
+ line-height: 1.75rem;
579
+ font-family: var(--theme-font-family-heading);
580
+ }
581
+
582
+ @media (min-width: 768px){
583
+ h3:not(.unstyled):is(:not(.prose *)){
584
+ font-size: 1.5rem;
585
+ line-height: 2rem;
586
+ }
587
+ }
588
+
589
+ h4:not(.unstyled):is(:not(.prose *)){
590
+ font-size: 1.125rem;
591
+ line-height: 1.75rem;
592
+ font-family: var(--theme-font-family-heading);
593
+ }
594
+
595
+ @media (min-width: 768px){
596
+ h4:not(.unstyled):is(:not(.prose *)){
597
+ font-size: 1.25rem;
598
+ line-height: 1.75rem;
599
+ }
600
+ }
601
+
602
+ h5:not(.unstyled):is(:not(.prose *)){
603
+ font-size: 1rem;
604
+ line-height: 1.5rem;
605
+ font-family: var(--theme-font-family-heading);
606
+ }
607
+
608
+ @media (min-width: 768px){
609
+ h5:not(.unstyled):is(:not(.prose *)){
610
+ font-size: 1.125rem;
611
+ line-height: 1.75rem;
612
+ }
613
+ }
614
+
615
+ h6:not(.unstyled):is(:not(.prose *)){
616
+ font-size: 0.875rem;
617
+ line-height: 1.25rem;
618
+ font-family: var(--theme-font-family-heading);
619
+ }
620
+
621
+ @media (min-width: 768px){
622
+ h6:not(.unstyled):is(:not(.prose *)){
623
+ font-size: 1rem;
624
+ line-height: 1.5rem;
625
+ }
626
+ }
627
+
628
+ /* === Elements === */
629
+
630
+ p:not(.unstyled):is(:not(.prose *)) {
631
+ /* NOTE: do not hardcode a text color style here. It makes color overrides difficult. */
632
+ font-size: 1rem;
633
+ line-height: 1.5rem;
634
+ }
635
+
636
+ a:not(.unstyled):not(.permalink):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(
637
+ .list-nav a
638
+ ){
639
+ --tw-text-opacity: 1;
640
+ color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
641
+ text-decoration-line: underline;
642
+ }
643
+
644
+ a:not(.unstyled):not(.permalink):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(
645
+ .list-nav a
646
+ ):hover{
647
+ --tw-brightness: brightness(1.1);
648
+ 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);
649
+ }
650
+
651
+ .dark a:not(.unstyled):not(.permalink):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(
652
+ .list-nav a
653
+ ){
654
+ --tw-text-opacity: 1;
655
+ color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
656
+ }
657
+
658
+ blockquote:not(.unstyled):is(:not(.prose *)){
659
+ border-left-width: 8px;
660
+ --tw-border-opacity: 1;
661
+ border-left-color: rgb(var(--color-secondary-500) / var(--tw-border-opacity));
662
+ padding-right: 1rem;
663
+ padding-left: 1rem;
664
+ font-size: 1rem;
665
+ line-height: 1.5rem;
666
+ font-style: italic;
667
+ color: rgba(var(--theme-font-color-base));
668
+ }
669
+
670
+ .dark blockquote:not(.unstyled):is(:not(.prose *)){
671
+ color:rgba(var(--theme-font-color-dark));
672
+ }
673
+
674
+ /* Keyboard */
675
+
676
+ kbd:not(.unstyled):is(:not(.prose *)){
677
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
678
+ font-size: 0.875rem;
679
+ line-height: 1.25rem;
680
+ font-weight: 700;
681
+ border-radius: 0.25rem;
682
+ padding-left: 0.375rem;
683
+ padding-right: 0.375rem;
684
+ padding-top: 3px;
685
+ padding-bottom: 3px;
686
+ background-color: rgb(var(--color-surface-300));
687
+ }
688
+
689
+ .dark kbd:not(.unstyled):is(:not(.prose *)){
690
+ background-color: rgb(var(--color-surface-600));
691
+ }
692
+
693
+ kbd:not(.unstyled):is(:not(.prose *)){
694
+ border-radius:.25rem
695
+ }
696
+
697
+ .dark kbd:not(.unstyled):is(:not(.prose *)){
698
+ background-color:rgb(var(--color-surface-600))
699
+ }
700
+
701
+ kbd:not(.unstyled):is(:not(.prose *)){
702
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
703
+ --tw-ring-inset: inset;
704
+ --tw-ring-opacity: 1;
705
+ --tw-ring-color: rgb(var(--color-surface-900) / var(--tw-ring-opacity));
706
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
707
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
708
+ box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
709
+ border-bottom-width: 2px;
710
+ --tw-border-opacity: 1;
711
+ border-color: rgb(var(--color-surface-900) / var(--tw-border-opacity));
712
+ }
713
+
714
+ /* === Code Blocks === */
715
+
716
+ /* For use outside of Skeleton's CodeBlock component */
717
+
718
+ pre:not(.unstyled):not(.code-block pre):is(:not(.prose *)){
719
+ overflow-x: auto;
720
+ white-space: pre-wrap;
721
+ background-color: rgb(23 23 23 / 0.9);
722
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
723
+ font-size: 1rem;
724
+ line-height: 1.5rem;
725
+ --tw-text-opacity: 1;
726
+ color: rgb(255 255 255 / var(--tw-text-opacity));
727
+ padding:1rem;
728
+ border-radius:var(--theme-rounded-container);
729
+ }
730
+
731
+ code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)){
732
+ white-space: nowrap;
733
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
734
+ font-size: 0.75rem;
735
+ line-height: 1rem;
736
+ --tw-text-opacity: 1;
737
+ color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
738
+ }
739
+
740
+ .dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)){
741
+ --tw-text-opacity: 1;
742
+ color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
743
+ }
744
+
745
+ code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)){
746
+ background-color: rgb(var(--color-primary-500) / 0.3);
747
+ }
748
+
749
+ .dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)){
750
+ background-color: rgb(var(--color-primary-500) / 0.2);
751
+ }
752
+
753
+ code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)){
754
+ padding-top: 0.125rem;
755
+ padding-bottom: 0.125rem;
756
+ padding-left: 0.25rem;
757
+ padding-right: 0.25rem;
758
+ border-radius:.25rem;
759
+ }
760
+
761
+ /* === Insertions / Deletions ==== */
762
+
763
+ /* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins */
764
+
765
+ /* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del */
766
+
767
+ ins:not(.unstyled):is(:not(.prose *)),
768
+ del:not(.unstyled):is(:not(.prose *)){
769
+ position: relative;
770
+ display: block;
771
+ padding: 0.125rem;
772
+ padding-left: 1.25rem;
773
+ text-decoration: none;
774
+ }
775
+
776
+ ins:not(.unstyled):is(:not(.prose *))::before,
777
+ del:not(.unstyled):is(:not(.prose *))::before{
778
+ left: 0.25rem;
779
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
780
+ position:absolute;
781
+ }
782
+
783
+ ins:not(.unstyled):is(:not(.prose *))::before {
784
+ content: '+';
785
+ }
786
+
787
+ del:not(.unstyled):is(:not(.prose *))::before {
788
+ content: '−';
789
+ }
790
+
791
+ ins:not(.unstyled):is(:not(.prose *)){
792
+ --tw-bg-opacity: 1;
793
+ background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
794
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
795
+ color: rgb(var(--on-success));
796
+ }
797
+
798
+ del:not(.unstyled):is(:not(.prose *)){
799
+ --tw-bg-opacity: 1;
800
+ background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
801
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
802
+ color: rgb(var(--on-error));
803
+ }
804
+
805
+ /* === Date/Time === */
806
+
807
+ /* Useful for displaying timestamps */
808
+
809
+ time:not(.unstyled):is(:not(.prose *)){
810
+ font-size: 0.875rem;
811
+ line-height: 1.25rem;
812
+ --tw-text-opacity: 1;
813
+ color: rgb(var(--color-surface-500) / var(--tw-text-opacity));
814
+ }
815
+
816
+ .dark time:not(.unstyled):is(:not(.prose *)){
817
+ --tw-text-opacity: 1;
818
+ color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
819
+ }
820
+
821
+ /* === Resets === */
822
+
823
+ fieldset,
824
+ legend,
825
+ label{
826
+ display: block;
827
+ }
828
+
829
+ /* Placeholders */
830
+
831
+ ::-moz-placeholder{
832
+ color: rgb(var(--color-surface-500));
833
+ }
834
+
835
+ .dark ::-moz-placeholder{
836
+ color:rgb(var(--color-surface-400));
837
+ }
838
+
839
+ ::-moz-placeholder{
840
+ color: rgb(var(--color-surface-500));
841
+ }
842
+
843
+ ::placeholder{
844
+ color: rgb(var(--color-surface-500));
845
+ }
846
+
847
+ .dark ::-moz-placeholder{
848
+ color:rgb(var(--color-surface-400));
849
+ }
850
+
851
+ .dark ::placeholder{
852
+ color:rgb(var(--color-surface-400));
853
+ }
854
+
855
+ /* Date Calendar Picker (Webkit) */
856
+
857
+ .dark ::-webkit-calendar-picker-indicator{
858
+ --tw-invert: invert(100%);
859
+ 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);
860
+ }
861
+
862
+ /* Progress Bar */
863
+
864
+ progress {
865
+ webkit-appearance: none;
866
+ -moz-appearance: none;
867
+ -webkit-appearance: none;
868
+ appearance: none;
869
+ height: 0.5rem;
870
+ overflow: hidden;
871
+ width:100%;
872
+ border-radius:var(--theme-rounded-base);
873
+ background-color: rgb(var(--color-surface-400));
874
+ }
875
+
876
+ .dark progress{
877
+ background-color:rgb(var(--color-surface-500));
878
+ }
879
+
880
+ progress::-webkit-progress-bar{
881
+ background-color: rgb(var(--color-surface-400));
882
+ }
883
+
884
+ .dark progress::-webkit-progress-bar{
885
+ background-color:rgb(var(--color-surface-500));
886
+ }
887
+
888
+ progress::-webkit-progress-value{
889
+ background-color: rgb(var(--color-surface-900));
890
+ }
891
+
892
+ .dark progress::-webkit-progress-value{
893
+ background-color:rgb(var(--color-surface-50));
894
+ }
895
+
896
+ ::-moz-progress-bar{
897
+ background-color: rgb(var(--color-surface-900));
898
+ }
899
+
900
+ .dark ::-moz-progress-bar{
901
+ background-color:rgb(var(--color-surface-50));
902
+ }
903
+
904
+ :indeterminate::-moz-progress-bar {
905
+ width: 0;
906
+ }
907
+
908
+ /* Range Input */
909
+
910
+ /* https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color */
911
+
912
+ [type='range']{
913
+ accent-color: rgb(var(--color-surface-900) / 1);
914
+ width:100%;
915
+ }
916
+
917
+ .dark [type='range']{
918
+ accent-color: rgb(var(--color-surface-50) / 1);
919
+ }
920
+
921
+ /* === Text Labeling === */
922
+
923
+ /* === Core Styles === */
924
+
925
+ /* Base Inputs */
926
+
927
+ /* Container Inputs */
928
+
929
+ /* Select (size/multiple) */
930
+
931
+ /* Checkbox & Radio */
932
+
933
+ /* === Specialized === */
934
+
935
+ /* File Inputs */
936
+
937
+ /* Color Picker */
938
+
939
+ /* https://stackoverflow.com/questions/11167281/webkit-css-to-control-the-box-around-the-color-in-an-inputtype-color */
940
+
941
+ /* === States === */
942
+
943
+ /* === Input Groups === */
944
+
945
+ /* === Variants === */
946
+
947
+ /* success */
948
+
949
+ /* warning */
950
+
951
+ /* error */
952
+
953
+ /* === Variants === */
954
+
955
+ /* Material */
956
+
957
+ *, ::before, ::after{
958
+ --tw-border-spacing-x: 0;
959
+ --tw-border-spacing-y: 0;
960
+ --tw-translate-x: 0;
961
+ --tw-translate-y: 0;
962
+ --tw-rotate: 0;
963
+ --tw-skew-x: 0;
964
+ --tw-skew-y: 0;
965
+ --tw-scale-x: 1;
966
+ --tw-scale-y: 1;
967
+ --tw-pan-x: ;
968
+ --tw-pan-y: ;
969
+ --tw-pinch-zoom: ;
970
+ --tw-scroll-snap-strictness: proximity;
971
+ --tw-ordinal: ;
972
+ --tw-slashed-zero: ;
973
+ --tw-numeric-figure: ;
974
+ --tw-numeric-spacing: ;
975
+ --tw-numeric-fraction: ;
976
+ --tw-ring-inset: ;
977
+ --tw-ring-offset-width: 0px;
978
+ --tw-ring-offset-color: #fff;
979
+ --tw-ring-color: rgb(59 130 246 / 0.5);
980
+ --tw-ring-offset-shadow: 0 0 #0000;
981
+ --tw-ring-shadow: 0 0 #0000;
982
+ --tw-shadow: 0 0 #0000;
983
+ --tw-shadow-colored: 0 0 #0000;
984
+ --tw-blur: ;
985
+ --tw-brightness: ;
986
+ --tw-contrast: ;
987
+ --tw-grayscale: ;
988
+ --tw-hue-rotate: ;
989
+ --tw-invert: ;
990
+ --tw-saturate: ;
991
+ --tw-sepia: ;
992
+ --tw-drop-shadow: ;
993
+ --tw-backdrop-blur: ;
994
+ --tw-backdrop-brightness: ;
995
+ --tw-backdrop-contrast: ;
996
+ --tw-backdrop-grayscale: ;
997
+ --tw-backdrop-hue-rotate: ;
998
+ --tw-backdrop-invert: ;
999
+ --tw-backdrop-opacity: ;
1000
+ --tw-backdrop-saturate: ;
1001
+ --tw-backdrop-sepia: ;
1002
+ }
1003
+
1004
+ ::backdrop{
1005
+ --tw-border-spacing-x: 0;
1006
+ --tw-border-spacing-y: 0;
1007
+ --tw-translate-x: 0;
1008
+ --tw-translate-y: 0;
1009
+ --tw-rotate: 0;
1010
+ --tw-skew-x: 0;
1011
+ --tw-skew-y: 0;
1012
+ --tw-scale-x: 1;
1013
+ --tw-scale-y: 1;
1014
+ --tw-pan-x: ;
1015
+ --tw-pan-y: ;
1016
+ --tw-pinch-zoom: ;
1017
+ --tw-scroll-snap-strictness: proximity;
1018
+ --tw-ordinal: ;
1019
+ --tw-slashed-zero: ;
1020
+ --tw-numeric-figure: ;
1021
+ --tw-numeric-spacing: ;
1022
+ --tw-numeric-fraction: ;
1023
+ --tw-ring-inset: ;
1024
+ --tw-ring-offset-width: 0px;
1025
+ --tw-ring-offset-color: #fff;
1026
+ --tw-ring-color: rgb(59 130 246 / 0.5);
1027
+ --tw-ring-offset-shadow: 0 0 #0000;
1028
+ --tw-ring-shadow: 0 0 #0000;
1029
+ --tw-shadow: 0 0 #0000;
1030
+ --tw-shadow-colored: 0 0 #0000;
1031
+ --tw-blur: ;
1032
+ --tw-brightness: ;
1033
+ --tw-contrast: ;
1034
+ --tw-grayscale: ;
1035
+ --tw-hue-rotate: ;
1036
+ --tw-invert: ;
1037
+ --tw-saturate: ;
1038
+ --tw-sepia: ;
1039
+ --tw-drop-shadow: ;
1040
+ --tw-backdrop-blur: ;
1041
+ --tw-backdrop-brightness: ;
1042
+ --tw-backdrop-contrast: ;
1043
+ --tw-backdrop-grayscale: ;
1044
+ --tw-backdrop-hue-rotate: ;
1045
+ --tw-backdrop-invert: ;
1046
+ --tw-backdrop-opacity: ;
1047
+ --tw-backdrop-saturate: ;
1048
+ --tw-backdrop-sepia: ;
1049
+ }
1050
+
1051
+ /* === Variants === */
1052
+
1053
+ /* Glass */
1054
+
1055
+ /* === Auto-Responsive === */
1056
+
1057
+ /* === States === */
1058
+
1059
+ button:disabled{
1060
+ cursor: not-allowed !important;
1061
+ opacity: 0.5 !important;
1062
+ }
1063
+
1064
+ button:disabled:hover{
1065
+ --tw-brightness: brightness(1);
1066
+ 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);
1067
+ }
1068
+
1069
+ button:disabled:active{
1070
+ --tw-scale-x: 1;
1071
+ --tw-scale-y: 1;
1072
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1073
+ }
1074
+
1075
+ /* === Button === */
1076
+
1077
+ /* Standard button/anchor tag elements. */
1078
+
1079
+ .btn {
1080
+ /* Size (match base) */
1081
+ padding-left: 1.25rem;
1082
+ padding-right: 1.25rem;
1083
+ padding-top: 9px;
1084
+ padding-bottom: 9px;
1085
+ font-size: 1rem;
1086
+ line-height: 1.5rem;
1087
+ /* Core */
1088
+ white-space: nowrap;
1089
+ text-align:center;
1090
+ /* Flex Columns */
1091
+ display: inline-flex;
1092
+ align-items: center;
1093
+ justify-content: center;
1094
+ }
1095
+
1096
+ .btn > :not([hidden]) ~ :not([hidden]){
1097
+ --tw-space-x-reverse: 0;
1098
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1099
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1100
+ }
1101
+
1102
+ .btn{
1103
+ align-items:center;
1104
+ justify-content:center
1105
+ /* States */
1106
+ }
1107
+
1108
+ .btn:hover{
1109
+ --tw-brightness: brightness(1.15);
1110
+ 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);
1111
+ }
1112
+
1113
+ .btn {
1114
+ /* Transitions */
1115
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1116
+ transition-duration: 150ms;
1117
+ transition-property:all;
1118
+ transition-timing-function:cubic-bezier(.4,0,.2,1);
1119
+ transition-duration:.15s;
1120
+ border-radius:var(--theme-rounded-base);
1121
+ }
1122
+
1123
+ .btn:active{
1124
+ --tw-scale-x: 95%;
1125
+ --tw-scale-y: 95%;
1126
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1127
+ --tw-brightness: brightness(.9);
1128
+ 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);
1129
+ }
1130
+
1131
+ /* Button: Sizes */
1132
+
1133
+ /* Note: Default values are built into `.btn` */
1134
+
1135
+ /* === Icon Button === */
1136
+
1137
+ /* A circular button meant for housing icons. */
1138
+
1139
+ /* Icon Button: Size */
1140
+
1141
+ /* File Input Button */
1142
+
1143
+ input[type='file']:not(.file-dropzone-input)::file-selector-button {
1144
+ /* Size (match base) */
1145
+ padding-left: 1.25rem;
1146
+ padding-right: 1.25rem;
1147
+ padding-top: 9px;
1148
+ padding-bottom: 9px;
1149
+ font-size: 1rem;
1150
+ line-height: 1.5rem;
1151
+ /* Core */
1152
+ white-space: nowrap;
1153
+ text-align:center;
1154
+ /* Flex Columns */
1155
+ display: inline-flex;
1156
+ align-items: center;
1157
+ justify-content: center;
1158
+ }
1159
+
1160
+ input[type='file']:not(.file-dropzone-input)::file-selector-button > :not([hidden]) ~ :not([hidden]){
1161
+ --tw-space-x-reverse: 0;
1162
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1163
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1164
+ }
1165
+
1166
+ input[type='file']:not(.file-dropzone-input)::file-selector-button{
1167
+ align-items:center;
1168
+ justify-content:center
1169
+ /* States */
1170
+ }
1171
+
1172
+ input[type='file']:not(.file-dropzone-input)::file-selector-button:hover{
1173
+ --tw-brightness: brightness(1.15);
1174
+ 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);
1175
+ }
1176
+
1177
+ input[type='file']:not(.file-dropzone-input)::file-selector-button {
1178
+ /* Transitions */
1179
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1180
+ transition-duration: 150ms;
1181
+ transition-property:all;
1182
+ transition-timing-function:cubic-bezier(.4,0,.2,1);
1183
+ transition-duration:.15s;
1184
+ border-radius:var(--theme-rounded-base);
1185
+ }
1186
+
1187
+ input[type='file']:not(.file-dropzone-input)::file-selector-button:active{
1188
+ --tw-scale-x: 95%;
1189
+ --tw-scale-y: 95%;
1190
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1191
+ --tw-brightness: brightness(.9);
1192
+ 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);
1193
+ }
1194
+
1195
+ input[type='file']:not(.file-dropzone-input)::file-selector-button{
1196
+ padding-left: 0.75rem;
1197
+ padding-right: 0.75rem;
1198
+ padding-top: 0.375rem;
1199
+ padding-bottom: 0.375rem;
1200
+ font-size: 0.875rem;
1201
+ line-height: 1.25rem;
1202
+ background-color: rgb(var(--color-surface-900));
1203
+ }
1204
+
1205
+ .dark input[type='file']:not(.file-dropzone-input)::file-selector-button{
1206
+ background-color: rgb(var(--color-surface-50));
1207
+ }
1208
+
1209
+ input[type='file']:not(.file-dropzone-input)::file-selector-button{
1210
+ color: rgb(var(--color-surface-50));
1211
+ }
1212
+
1213
+ .dark input[type='file']:not(.file-dropzone-input)::file-selector-button{
1214
+ background-color:rgb(var(--color-surface-50));
1215
+ color:rgb(var(--color-surface-900));
1216
+ }
1217
+
1218
+ input[type='file']:not(.file-dropzone-input)::file-selector-button{
1219
+ margin-right: 0.5rem;
1220
+ border-width: 0px;
1221
+ }
1222
+
1223
+ /* === Button Groups === */
1224
+
1225
+ /* Button / Anchors */
1226
+
1227
+ /* Set Neutral Divider */
1228
+
1229
+ /* === Regions === */
1230
+
1231
+ /* === States === */
1232
+
1233
+ /* === Lists (Parents) === */
1234
+
1235
+ .list,
1236
+ .list-dl,
1237
+ .list-nav ul {
1238
+ /* List Style */
1239
+ list-style-type: none;
1240
+ /* Spacing */
1241
+ }
1242
+
1243
+ .list > :not([hidden]) ~ :not([hidden]),
1244
+ .list-dl > :not([hidden]) ~ :not([hidden]),
1245
+ .list-nav ul > :not([hidden]) ~ :not([hidden]){
1246
+ --tw-space-y-reverse: 0;
1247
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1248
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1249
+ }
1250
+
1251
+ /* === List Items (Children) === */
1252
+
1253
+ .list-nav a,
1254
+ .list-nav button,
1255
+ .list-option{
1256
+ display: flex;
1257
+ align-items: center;
1258
+ }
1259
+
1260
+ .list-nav a > :not([hidden]) ~ :not([hidden]),
1261
+ .list-nav button > :not([hidden]) ~ :not([hidden]),
1262
+ .list-option > :not([hidden]) ~ :not([hidden]){
1263
+ --tw-space-x-reverse: 0;
1264
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
1265
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1266
+ }
1267
+
1268
+ .list-nav a,
1269
+ .list-nav button,
1270
+ .list-option{
1271
+ white-space: nowrap;
1272
+ display:flex;
1273
+ align-items:center;
1274
+ /* Padding */
1275
+ padding-left: 1rem;
1276
+ padding-right: 1rem;
1277
+ padding-top: 0.5rem;
1278
+ padding-bottom: 0.5rem;
1279
+ /* Hover */
1280
+ }
1281
+
1282
+ .list-nav a:hover,
1283
+ .list-nav button:hover,
1284
+ .list-option:hover{
1285
+ background-color: rgb(var(--color-primary-500) / 0.1);
1286
+ }
1287
+
1288
+ .list-nav a,
1289
+ .list-nav button,
1290
+ .list-option {
1291
+ /* Cursor */
1292
+ cursor:pointer;
1293
+ /* Theme: Rounded */
1294
+ border-radius:var(--theme-rounded-base);
1295
+ }
1296
+
1297
+ /* === Logo Item (Child) === */
1298
+
1299
+ /* === States === */
1300
+
1301
+ /* === Base === */
1302
+
1303
+ /* === Shapes === */
1304
+
1305
+ /* === Hover Styles ==== */
1306
+
1307
+ /* === Sort Styles ==== */
1308
+
1309
+ [data-sort]{
1310
+ cursor:pointer;
1311
+ }
1312
+
1313
+ [data-sort]:hover:hover{
1314
+ background-color: rgb(var(--color-primary-500) / 0.1);
1315
+ }
1316
+
1317
+ [data-sort] {
1318
+ /* Sort Icon - invisible by default */
1319
+ }
1320
+
1321
+ [data-sort]::after{
1322
+ margin-left: 0.5rem !important;
1323
+ opacity: 0;
1324
+ --tw-content: '↓' !important;
1325
+ content: var(--tw-content) !important;
1326
+ }
1327
+
1328
+ /* === Table Head === */
1329
+
1330
+ /* === Table Body === */
1331
+
1332
+ /* === Table Foot === */
1333
+
1334
+ /* === Rows Specific === */
1335
+
1336
+ /* === Cells Specific === */
1337
+
1338
+ /* Source: https://stackoverflow.com/questions/11267154/fit-cell-width-to-content */
1339
+
1340
+ /* Outline -- supports ringed and host variants */
1341
+
1342
+ /* ------------------------ */
1343
+
1344
+ /* Filled */
1345
+
1346
+ /* Ringed */
1347
+
1348
+ /* Ghost */
1349
+
1350
+ /* Soft */
1351
+
1352
+ /* Glass */
1353
+
1354
+ .absolute{
1355
+ position: absolute;
1356
+ }
1357
+
1358
+ .-m-4{
1359
+ margin: -1rem;
1360
+ }
1361
+
1362
+ .flex{
1363
+ display: flex;
1364
+ }
1365
+
1366
+ .aspect-square{
1367
+ aspect-ratio: 1 / 1;
1368
+ }
1369
+
1370
+ .h-6{
1371
+ height: 1.5rem;
1372
+ }
1373
+
1374
+ .h-fit{
1375
+ height: -moz-fit-content;
1376
+ height: fit-content;
1377
+ }
1378
+
1379
+ .h-full{
1380
+ height: 100%;
1381
+ }
1382
+
1383
+ .max-h-64{
1384
+ max-height: 16rem;
1385
+ }
1386
+
1387
+ .w-12{
1388
+ width: 3rem;
1389
+ }
1390
+
1391
+ .w-24{
1392
+ width: 6rem;
1393
+ }
1394
+
1395
+ .w-60{
1396
+ width: 15rem;
1397
+ }
1398
+
1399
+ .w-\[70\%\]{
1400
+ width: 70%;
1401
+ }
1402
+
1403
+ .w-fit{
1404
+ width: -moz-fit-content;
1405
+ width: fit-content;
1406
+ }
1407
+
1408
+ .w-full{
1409
+ width: 100%;
1410
+ }
1411
+
1412
+ .translate-x-\[100\%\]{
1413
+ --tw-translate-x: 100%;
1414
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1415
+ }
1416
+
1417
+ .scale-\[0\.8\]{
1418
+ --tw-scale-x: 0.8;
1419
+ --tw-scale-y: 0.8;
1420
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1421
+ }
1422
+
1423
+ .cursor-pointer{
1424
+ cursor: pointer;
1425
+ }
1426
+
1427
+ .flex-col{
1428
+ flex-direction: column;
1429
+ }
1430
+
1431
+ .items-center{
1432
+ align-items: center;
1433
+ }
1434
+
1435
+ .justify-center{
1436
+ justify-content: center;
1437
+ }
1438
+
1439
+ .justify-between{
1440
+ justify-content: space-between;
1441
+ }
1442
+
1443
+ .gap-4{
1444
+ gap: 1rem;
1445
+ }
1446
+
1447
+ .space-y-4 > :not([hidden]) ~ :not([hidden]){
1448
+ --tw-space-y-reverse: 0;
1449
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1450
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1451
+ }
1452
+
1453
+ .overflow-y-auto{
1454
+ overflow-y: auto;
1455
+ }
1456
+
1457
+ .rounded{
1458
+ border-radius: 0.25rem;
1459
+ }
1460
+
1461
+ .bg-primary-50{
1462
+ --tw-bg-opacity: 1;
1463
+ background-color: rgb(var(--color-primary-50) / var(--tw-bg-opacity));
1464
+ }
1465
+
1466
+ .bg-primary-900{
1467
+ --tw-bg-opacity: 1;
1468
+ background-color: rgb(var(--color-primary-900) / var(--tw-bg-opacity));
1469
+ }
1470
+
1471
+ .bg-surface-200{
1472
+ --tw-bg-opacity: 1;
1473
+ background-color: rgb(var(--color-surface-200) / var(--tw-bg-opacity));
1474
+ }
1475
+
1476
+ .bg-surface-50{
1477
+ --tw-bg-opacity: 1;
1478
+ background-color: rgb(var(--color-surface-50) / var(--tw-bg-opacity));
1479
+ }
1480
+
1481
+ .bg-surface-900{
1482
+ --tw-bg-opacity: 1;
1483
+ background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
1484
+ }
1485
+
1486
+ .p-2{
1487
+ padding: 0.5rem;
1488
+ }
1489
+
1490
+ .p-4{
1491
+ padding: 1rem;
1492
+ }
1493
+
1494
+ .text-center{
1495
+ text-align: center;
1496
+ }
1497
+
1498
+ .capitalize{
1499
+ text-transform: capitalize;
1500
+ }
1501
+
1502
+ .text-primary-50{
1503
+ --tw-text-opacity: 1;
1504
+ color: rgb(var(--color-primary-50) / var(--tw-text-opacity));
1505
+ }
1506
+
1507
+ .text-primary-900{
1508
+ --tw-text-opacity: 1;
1509
+ color: rgb(var(--color-primary-900) / var(--tw-text-opacity));
1510
+ }
1511
+
1512
+ .text-surface-50{
1513
+ --tw-text-opacity: 1;
1514
+ color: rgb(var(--color-surface-50) / var(--tw-text-opacity));
1515
+ }
1516
+
1517
+ .text-surface-900{
1518
+ --tw-text-opacity: 1;
1519
+ color: rgb(var(--color-surface-900) / var(--tw-text-opacity));
1520
+ }
1521
+
1522
+ .shadow-xl{
1523
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1524
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1525
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1526
+ }
1527
+
1528
+ .ring{
1529
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1530
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1531
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1532
+ }
1533
+
1534
+ .ring-\[1px\]{
1535
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1536
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1537
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1538
+ }
1539
+
1540
+ .ring-primary-500\/30{
1541
+ --tw-ring-color: rgb(var(--color-primary-500) / 0.3);
1542
+ }
1543
+
1544
+ .ring-surface-500\/30{
1545
+ --tw-ring-color: rgb(var(--color-surface-500) / 0.3);
1546
+ }
1547
+
1548
+ .transition-all{
1549
+ transition-property: all;
1550
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1551
+ transition-duration: 150ms;
1552
+ }
1553
+
1554
+ .duration-\[200ms\]{
1555
+ transition-duration: 200ms;
1556
+ }
1557
+
1558
+ .dark .bg-primary-backdrop-token{
1559
+ background-color: rgb(var(--color-primary-900) / 0.7);
1560
+ }
1561
+
1562
+ .dark .bg-primary-50-900-token{
1563
+ background-color: rgb(var(--color-primary-900));
1564
+ }
1565
+
1566
+ .dark .bg-primary-100-800-token{
1567
+ background-color: rgb(var(--color-primary-800));
1568
+ }
1569
+
1570
+ .dark .bg-primary-200-700-token{
1571
+ background-color: rgb(var(--color-primary-700));
1572
+ }
1573
+
1574
+ .dark .bg-primary-300-600-token{
1575
+ background-color: rgb(var(--color-primary-600));
1576
+ }
1577
+
1578
+ .dark .bg-primary-400-500-token{
1579
+ background-color: rgb(var(--color-primary-500));
1580
+ }
1581
+
1582
+ .dark .bg-primary-900-50-token{
1583
+ background-color: rgb(var(--color-primary-50));
1584
+ }
1585
+
1586
+ .dark .bg-primary-800-100-token{
1587
+ background-color: rgb(var(--color-primary-100));
1588
+ }
1589
+
1590
+ .dark .bg-primary-700-200-token{
1591
+ background-color: rgb(var(--color-primary-200));
1592
+ }
1593
+
1594
+ .dark .bg-primary-600-300-token{
1595
+ background-color: rgb(var(--color-primary-300));
1596
+ }
1597
+
1598
+ .dark .bg-primary-500-400-token{
1599
+ background-color: rgb(var(--color-primary-400));
1600
+ }
1601
+
1602
+ .dark .bg-secondary-backdrop-token{
1603
+ background-color: rgb(var(--color-secondary-900) / 0.7);
1604
+ }
1605
+
1606
+ .dark .bg-secondary-50-900-token{
1607
+ background-color: rgb(var(--color-secondary-900));
1608
+ }
1609
+
1610
+ .dark .bg-secondary-100-800-token{
1611
+ background-color: rgb(var(--color-secondary-800));
1612
+ }
1613
+
1614
+ .dark .bg-secondary-200-700-token{
1615
+ background-color: rgb(var(--color-secondary-700));
1616
+ }
1617
+
1618
+ .dark .bg-secondary-300-600-token{
1619
+ background-color: rgb(var(--color-secondary-600));
1620
+ }
1621
+
1622
+ .dark .bg-secondary-400-500-token{
1623
+ background-color: rgb(var(--color-secondary-500));
1624
+ }
1625
+
1626
+ .dark .bg-secondary-900-50-token{
1627
+ background-color: rgb(var(--color-secondary-50));
1628
+ }
1629
+
1630
+ .dark .bg-secondary-800-100-token{
1631
+ background-color: rgb(var(--color-secondary-100));
1632
+ }
1633
+
1634
+ .dark .bg-secondary-700-200-token{
1635
+ background-color: rgb(var(--color-secondary-200));
1636
+ }
1637
+
1638
+ .dark .bg-secondary-600-300-token{
1639
+ background-color: rgb(var(--color-secondary-300));
1640
+ }
1641
+
1642
+ .dark .bg-secondary-500-400-token{
1643
+ background-color: rgb(var(--color-secondary-400));
1644
+ }
1645
+
1646
+ .dark .bg-tertiary-backdrop-token{
1647
+ background-color: rgb(var(--color-tertiary-900) / 0.7);
1648
+ }
1649
+
1650
+ .dark .bg-tertiary-50-900-token{
1651
+ background-color: rgb(var(--color-tertiary-900));
1652
+ }
1653
+
1654
+ .dark .bg-tertiary-100-800-token{
1655
+ background-color: rgb(var(--color-tertiary-800));
1656
+ }
1657
+
1658
+ .dark .bg-tertiary-200-700-token{
1659
+ background-color: rgb(var(--color-tertiary-700));
1660
+ }
1661
+
1662
+ .dark .bg-tertiary-300-600-token{
1663
+ background-color: rgb(var(--color-tertiary-600));
1664
+ }
1665
+
1666
+ .dark .bg-tertiary-400-500-token{
1667
+ background-color: rgb(var(--color-tertiary-500));
1668
+ }
1669
+
1670
+ .dark .bg-tertiary-900-50-token{
1671
+ background-color: rgb(var(--color-tertiary-50));
1672
+ }
1673
+
1674
+ .dark .bg-tertiary-800-100-token{
1675
+ background-color: rgb(var(--color-tertiary-100));
1676
+ }
1677
+
1678
+ .dark .bg-tertiary-700-200-token{
1679
+ background-color: rgb(var(--color-tertiary-200));
1680
+ }
1681
+
1682
+ .dark .bg-tertiary-600-300-token{
1683
+ background-color: rgb(var(--color-tertiary-300));
1684
+ }
1685
+
1686
+ .dark .bg-tertiary-500-400-token{
1687
+ background-color: rgb(var(--color-tertiary-400));
1688
+ }
1689
+
1690
+ .dark .bg-success-backdrop-token{
1691
+ background-color: rgb(var(--color-success-900) / 0.7);
1692
+ }
1693
+
1694
+ .dark .bg-success-50-900-token{
1695
+ background-color: rgb(var(--color-success-900));
1696
+ }
1697
+
1698
+ .dark .bg-success-100-800-token{
1699
+ background-color: rgb(var(--color-success-800));
1700
+ }
1701
+
1702
+ .dark .bg-success-200-700-token{
1703
+ background-color: rgb(var(--color-success-700));
1704
+ }
1705
+
1706
+ .dark .bg-success-300-600-token{
1707
+ background-color: rgb(var(--color-success-600));
1708
+ }
1709
+
1710
+ .dark .bg-success-400-500-token{
1711
+ background-color: rgb(var(--color-success-500));
1712
+ }
1713
+
1714
+ .dark .bg-success-900-50-token{
1715
+ background-color: rgb(var(--color-success-50));
1716
+ }
1717
+
1718
+ .dark .bg-success-800-100-token{
1719
+ background-color: rgb(var(--color-success-100));
1720
+ }
1721
+
1722
+ .dark .bg-success-700-200-token{
1723
+ background-color: rgb(var(--color-success-200));
1724
+ }
1725
+
1726
+ .dark .bg-success-600-300-token{
1727
+ background-color: rgb(var(--color-success-300));
1728
+ }
1729
+
1730
+ .dark .bg-success-500-400-token{
1731
+ background-color: rgb(var(--color-success-400));
1732
+ }
1733
+
1734
+ .dark .bg-warning-backdrop-token{
1735
+ background-color: rgb(var(--color-warning-900) / 0.7);
1736
+ }
1737
+
1738
+ .dark .bg-warning-50-900-token{
1739
+ background-color: rgb(var(--color-warning-900));
1740
+ }
1741
+
1742
+ .dark .bg-warning-100-800-token{
1743
+ background-color: rgb(var(--color-warning-800));
1744
+ }
1745
+
1746
+ .dark .bg-warning-200-700-token{
1747
+ background-color: rgb(var(--color-warning-700));
1748
+ }
1749
+
1750
+ .dark .bg-warning-300-600-token{
1751
+ background-color: rgb(var(--color-warning-600));
1752
+ }
1753
+
1754
+ .dark .bg-warning-400-500-token{
1755
+ background-color: rgb(var(--color-warning-500));
1756
+ }
1757
+
1758
+ .dark .bg-warning-900-50-token{
1759
+ background-color: rgb(var(--color-warning-50));
1760
+ }
1761
+
1762
+ .dark .bg-warning-800-100-token{
1763
+ background-color: rgb(var(--color-warning-100));
1764
+ }
1765
+
1766
+ .dark .bg-warning-700-200-token{
1767
+ background-color: rgb(var(--color-warning-200));
1768
+ }
1769
+
1770
+ .dark .bg-warning-600-300-token{
1771
+ background-color: rgb(var(--color-warning-300));
1772
+ }
1773
+
1774
+ .dark .bg-warning-500-400-token{
1775
+ background-color: rgb(var(--color-warning-400));
1776
+ }
1777
+
1778
+ .dark .bg-error-backdrop-token{
1779
+ background-color: rgb(var(--color-error-900) / 0.7);
1780
+ }
1781
+
1782
+ .dark .bg-error-50-900-token{
1783
+ background-color: rgb(var(--color-error-900));
1784
+ }
1785
+
1786
+ .dark .bg-error-100-800-token{
1787
+ background-color: rgb(var(--color-error-800));
1788
+ }
1789
+
1790
+ .dark .bg-error-200-700-token{
1791
+ background-color: rgb(var(--color-error-700));
1792
+ }
1793
+
1794
+ .dark .bg-error-300-600-token{
1795
+ background-color: rgb(var(--color-error-600));
1796
+ }
1797
+
1798
+ .dark .bg-error-400-500-token{
1799
+ background-color: rgb(var(--color-error-500));
1800
+ }
1801
+
1802
+ .dark .bg-error-900-50-token{
1803
+ background-color: rgb(var(--color-error-50));
1804
+ }
1805
+
1806
+ .dark .bg-error-800-100-token{
1807
+ background-color: rgb(var(--color-error-100));
1808
+ }
1809
+
1810
+ .dark .bg-error-700-200-token{
1811
+ background-color: rgb(var(--color-error-200));
1812
+ }
1813
+
1814
+ .dark .bg-error-600-300-token{
1815
+ background-color: rgb(var(--color-error-300));
1816
+ }
1817
+
1818
+ .dark .bg-error-500-400-token{
1819
+ background-color: rgb(var(--color-error-400));
1820
+ }
1821
+
1822
+ .dark .bg-surface-backdrop-token{
1823
+ background-color: rgb(var(--color-surface-900) / 0.7);
1824
+ }
1825
+
1826
+ .dark .bg-surface-50-900-token{
1827
+ background-color: rgb(var(--color-surface-900));
1828
+ }
1829
+
1830
+ .dark .bg-surface-100-800-token{
1831
+ background-color: rgb(var(--color-surface-800));
1832
+ }
1833
+
1834
+ .dark .bg-surface-200-700-token{
1835
+ background-color: rgb(var(--color-surface-700));
1836
+ }
1837
+
1838
+ .dark .bg-surface-300-600-token{
1839
+ background-color: rgb(var(--color-surface-600));
1840
+ }
1841
+
1842
+ .dark .bg-surface-400-500-token{
1843
+ background-color: rgb(var(--color-surface-500));
1844
+ }
1845
+
1846
+ .dark .bg-surface-900-50-token{
1847
+ background-color: rgb(var(--color-surface-50));
1848
+ }
1849
+
1850
+ .dark .bg-surface-800-100-token{
1851
+ background-color: rgb(var(--color-surface-100));
1852
+ }
1853
+
1854
+ .dark .bg-surface-700-200-token{
1855
+ background-color: rgb(var(--color-surface-200));
1856
+ }
1857
+
1858
+ .dark .bg-surface-600-300-token{
1859
+ background-color: rgb(var(--color-surface-300));
1860
+ }
1861
+
1862
+ .dark .bg-surface-500-400-token{
1863
+ background-color: rgb(var(--color-surface-400));
1864
+ }
1865
+
1866
+ .dark .border-primary-50-900-token{
1867
+ border-color: rgb(var(--color-primary-900));
1868
+ }
1869
+
1870
+ .dark .border-primary-100-800-token{
1871
+ border-color: rgb(var(--color-primary-800));
1872
+ }
1873
+
1874
+ .dark .border-primary-200-700-token{
1875
+ border-color: rgb(var(--color-primary-700));
1876
+ }
1877
+
1878
+ .dark .border-primary-300-600-token{
1879
+ border-color: rgb(var(--color-primary-600));
1880
+ }
1881
+
1882
+ .dark .border-primary-400-500-token{
1883
+ border-color: rgb(var(--color-primary-500));
1884
+ }
1885
+
1886
+ .dark .border-primary-900-50-token{
1887
+ border-color: rgb(var(--color-primary-50));
1888
+ }
1889
+
1890
+ .dark .border-primary-800-100-token{
1891
+ border-color: rgb(var(--color-primary-100));
1892
+ }
1893
+
1894
+ .dark .border-primary-700-200-token{
1895
+ border-color: rgb(var(--color-primary-200));
1896
+ }
1897
+
1898
+ .dark .border-primary-600-300-token{
1899
+ border-color: rgb(var(--color-primary-300));
1900
+ }
1901
+
1902
+ .dark .border-primary-500-400-token{
1903
+ border-color: rgb(var(--color-primary-400));
1904
+ }
1905
+
1906
+ .dark .border-secondary-50-900-token{
1907
+ border-color: rgb(var(--color-secondary-900));
1908
+ }
1909
+
1910
+ .dark .border-secondary-100-800-token{
1911
+ border-color: rgb(var(--color-secondary-800));
1912
+ }
1913
+
1914
+ .dark .border-secondary-200-700-token{
1915
+ border-color: rgb(var(--color-secondary-700));
1916
+ }
1917
+
1918
+ .dark .border-secondary-300-600-token{
1919
+ border-color: rgb(var(--color-secondary-600));
1920
+ }
1921
+
1922
+ .dark .border-secondary-400-500-token{
1923
+ border-color: rgb(var(--color-secondary-500));
1924
+ }
1925
+
1926
+ .dark .border-secondary-900-50-token{
1927
+ border-color: rgb(var(--color-secondary-50));
1928
+ }
1929
+
1930
+ .dark .border-secondary-800-100-token{
1931
+ border-color: rgb(var(--color-secondary-100));
1932
+ }
1933
+
1934
+ .dark .border-secondary-700-200-token{
1935
+ border-color: rgb(var(--color-secondary-200));
1936
+ }
1937
+
1938
+ .dark .border-secondary-600-300-token{
1939
+ border-color: rgb(var(--color-secondary-300));
1940
+ }
1941
+
1942
+ .dark .border-secondary-500-400-token{
1943
+ border-color: rgb(var(--color-secondary-400));
1944
+ }
1945
+
1946
+ .dark .border-tertiary-50-900-token{
1947
+ border-color: rgb(var(--color-tertiary-900));
1948
+ }
1949
+
1950
+ .dark .border-tertiary-100-800-token{
1951
+ border-color: rgb(var(--color-tertiary-800));
1952
+ }
1953
+
1954
+ .dark .border-tertiary-200-700-token{
1955
+ border-color: rgb(var(--color-tertiary-700));
1956
+ }
1957
+
1958
+ .dark .border-tertiary-300-600-token{
1959
+ border-color: rgb(var(--color-tertiary-600));
1960
+ }
1961
+
1962
+ .dark .border-tertiary-400-500-token{
1963
+ border-color: rgb(var(--color-tertiary-500));
1964
+ }
1965
+
1966
+ .dark .border-tertiary-900-50-token{
1967
+ border-color: rgb(var(--color-tertiary-50));
1968
+ }
1969
+
1970
+ .dark .border-tertiary-800-100-token{
1971
+ border-color: rgb(var(--color-tertiary-100));
1972
+ }
1973
+
1974
+ .dark .border-tertiary-700-200-token{
1975
+ border-color: rgb(var(--color-tertiary-200));
1976
+ }
1977
+
1978
+ .dark .border-tertiary-600-300-token{
1979
+ border-color: rgb(var(--color-tertiary-300));
1980
+ }
1981
+
1982
+ .dark .border-tertiary-500-400-token{
1983
+ border-color: rgb(var(--color-tertiary-400));
1984
+ }
1985
+
1986
+ .dark .border-success-50-900-token{
1987
+ border-color: rgb(var(--color-success-900));
1988
+ }
1989
+
1990
+ .dark .border-success-100-800-token{
1991
+ border-color: rgb(var(--color-success-800));
1992
+ }
1993
+
1994
+ .dark .border-success-200-700-token{
1995
+ border-color: rgb(var(--color-success-700));
1996
+ }
1997
+
1998
+ .dark .border-success-300-600-token{
1999
+ border-color: rgb(var(--color-success-600));
2000
+ }
2001
+
2002
+ .dark .border-success-400-500-token{
2003
+ border-color: rgb(var(--color-success-500));
2004
+ }
2005
+
2006
+ .dark .border-success-900-50-token{
2007
+ border-color: rgb(var(--color-success-50));
2008
+ }
2009
+
2010
+ .dark .border-success-800-100-token{
2011
+ border-color: rgb(var(--color-success-100));
2012
+ }
2013
+
2014
+ .dark .border-success-700-200-token{
2015
+ border-color: rgb(var(--color-success-200));
2016
+ }
2017
+
2018
+ .dark .border-success-600-300-token{
2019
+ border-color: rgb(var(--color-success-300));
2020
+ }
2021
+
2022
+ .dark .border-success-500-400-token{
2023
+ border-color: rgb(var(--color-success-400));
2024
+ }
2025
+
2026
+ .dark .border-warning-50-900-token{
2027
+ border-color: rgb(var(--color-warning-900));
2028
+ }
2029
+
2030
+ .dark .border-warning-100-800-token{
2031
+ border-color: rgb(var(--color-warning-800));
2032
+ }
2033
+
2034
+ .dark .border-warning-200-700-token{
2035
+ border-color: rgb(var(--color-warning-700));
2036
+ }
2037
+
2038
+ .dark .border-warning-300-600-token{
2039
+ border-color: rgb(var(--color-warning-600));
2040
+ }
2041
+
2042
+ .dark .border-warning-400-500-token{
2043
+ border-color: rgb(var(--color-warning-500));
2044
+ }
2045
+
2046
+ .dark .border-warning-900-50-token{
2047
+ border-color: rgb(var(--color-warning-50));
2048
+ }
2049
+
2050
+ .dark .border-warning-800-100-token{
2051
+ border-color: rgb(var(--color-warning-100));
2052
+ }
2053
+
2054
+ .dark .border-warning-700-200-token{
2055
+ border-color: rgb(var(--color-warning-200));
2056
+ }
2057
+
2058
+ .dark .border-warning-600-300-token{
2059
+ border-color: rgb(var(--color-warning-300));
2060
+ }
2061
+
2062
+ .dark .border-warning-500-400-token{
2063
+ border-color: rgb(var(--color-warning-400));
2064
+ }
2065
+
2066
+ .dark .border-error-50-900-token{
2067
+ border-color: rgb(var(--color-error-900));
2068
+ }
2069
+
2070
+ .dark .border-error-100-800-token{
2071
+ border-color: rgb(var(--color-error-800));
2072
+ }
2073
+
2074
+ .dark .border-error-200-700-token{
2075
+ border-color: rgb(var(--color-error-700));
2076
+ }
2077
+
2078
+ .dark .border-error-300-600-token{
2079
+ border-color: rgb(var(--color-error-600));
2080
+ }
2081
+
2082
+ .dark .border-error-400-500-token{
2083
+ border-color: rgb(var(--color-error-500));
2084
+ }
2085
+
2086
+ .dark .border-error-900-50-token{
2087
+ border-color: rgb(var(--color-error-50));
2088
+ }
2089
+
2090
+ .dark .border-error-800-100-token{
2091
+ border-color: rgb(var(--color-error-100));
2092
+ }
2093
+
2094
+ .dark .border-error-700-200-token{
2095
+ border-color: rgb(var(--color-error-200));
2096
+ }
2097
+
2098
+ .dark .border-error-600-300-token{
2099
+ border-color: rgb(var(--color-error-300));
2100
+ }
2101
+
2102
+ .dark .border-error-500-400-token{
2103
+ border-color: rgb(var(--color-error-400));
2104
+ }
2105
+
2106
+ .dark .border-surface-50-900-token{
2107
+ border-color: rgb(var(--color-surface-900));
2108
+ }
2109
+
2110
+ .dark .border-surface-100-800-token{
2111
+ border-color: rgb(var(--color-surface-800));
2112
+ }
2113
+
2114
+ .dark .border-surface-200-700-token{
2115
+ border-color: rgb(var(--color-surface-700));
2116
+ }
2117
+
2118
+ .dark .border-surface-300-600-token{
2119
+ border-color: rgb(var(--color-surface-600));
2120
+ }
2121
+
2122
+ .dark .border-surface-400-500-token{
2123
+ border-color: rgb(var(--color-surface-500));
2124
+ }
2125
+
2126
+ .dark .border-surface-900-50-token{
2127
+ border-color: rgb(var(--color-surface-50));
2128
+ }
2129
+
2130
+ .dark .border-surface-800-100-token{
2131
+ border-color: rgb(var(--color-surface-100));
2132
+ }
2133
+
2134
+ .dark .border-surface-700-200-token{
2135
+ border-color: rgb(var(--color-surface-200));
2136
+ }
2137
+
2138
+ .dark .border-surface-600-300-token{
2139
+ border-color: rgb(var(--color-surface-300));
2140
+ }
2141
+
2142
+ .dark .border-surface-500-400-token{
2143
+ border-color: rgb(var(--color-surface-400));
2144
+ }
2145
+
2146
+ .rounded-token{
2147
+ border-radius: var(--theme-rounded-base);
2148
+ }
2149
+
2150
+ .rounded-container-token{
2151
+ border-radius: var(--theme-rounded-container);
2152
+ }
2153
+
2154
+ .dark .fill-token{
2155
+ fill: rgba(var(--theme-font-color-dark));
2156
+ }
2157
+
2158
+ .dark .text-token{
2159
+ color: rgba(var(--theme-font-color-dark));
2160
+ }
2161
+
2162
+ .dark .text-primary-50-900-token{
2163
+ color: rgb(var(--color-primary-900));
2164
+ }
2165
+
2166
+ .dark .text-primary-100-800-token{
2167
+ color: rgb(var(--color-primary-800));
2168
+ }
2169
+
2170
+ .dark .text-primary-200-700-token{
2171
+ color: rgb(var(--color-primary-700));
2172
+ }
2173
+
2174
+ .dark .text-primary-300-600-token{
2175
+ color: rgb(var(--color-primary-600));
2176
+ }
2177
+
2178
+ .dark .text-primary-400-500-token{
2179
+ color: rgb(var(--color-primary-500));
2180
+ }
2181
+
2182
+ .dark .text-primary-900-50-token{
2183
+ color: rgb(var(--color-primary-50));
2184
+ }
2185
+
2186
+ .dark .text-primary-800-100-token{
2187
+ color: rgb(var(--color-primary-100));
2188
+ }
2189
+
2190
+ .dark .text-primary-700-200-token{
2191
+ color: rgb(var(--color-primary-200));
2192
+ }
2193
+
2194
+ .dark .text-primary-600-300-token{
2195
+ color: rgb(var(--color-primary-300));
2196
+ }
2197
+
2198
+ .dark .text-primary-500-400-token{
2199
+ color: rgb(var(--color-primary-400));
2200
+ }
2201
+
2202
+ .dark .text-secondary-50-900-token{
2203
+ color: rgb(var(--color-secondary-900));
2204
+ }
2205
+
2206
+ .dark .text-secondary-100-800-token{
2207
+ color: rgb(var(--color-secondary-800));
2208
+ }
2209
+
2210
+ .dark .text-secondary-200-700-token{
2211
+ color: rgb(var(--color-secondary-700));
2212
+ }
2213
+
2214
+ .dark .text-secondary-300-600-token{
2215
+ color: rgb(var(--color-secondary-600));
2216
+ }
2217
+
2218
+ .dark .text-secondary-400-500-token{
2219
+ color: rgb(var(--color-secondary-500));
2220
+ }
2221
+
2222
+ .dark .text-secondary-900-50-token{
2223
+ color: rgb(var(--color-secondary-50));
2224
+ }
2225
+
2226
+ .dark .text-secondary-800-100-token{
2227
+ color: rgb(var(--color-secondary-100));
2228
+ }
2229
+
2230
+ .dark .text-secondary-700-200-token{
2231
+ color: rgb(var(--color-secondary-200));
2232
+ }
2233
+
2234
+ .dark .text-secondary-600-300-token{
2235
+ color: rgb(var(--color-secondary-300));
2236
+ }
2237
+
2238
+ .dark .text-secondary-500-400-token{
2239
+ color: rgb(var(--color-secondary-400));
2240
+ }
2241
+
2242
+ .dark .text-tertiary-50-900-token{
2243
+ color: rgb(var(--color-tertiary-900));
2244
+ }
2245
+
2246
+ .dark .text-tertiary-100-800-token{
2247
+ color: rgb(var(--color-tertiary-800));
2248
+ }
2249
+
2250
+ .dark .text-tertiary-200-700-token{
2251
+ color: rgb(var(--color-tertiary-700));
2252
+ }
2253
+
2254
+ .dark .text-tertiary-300-600-token{
2255
+ color: rgb(var(--color-tertiary-600));
2256
+ }
2257
+
2258
+ .dark .text-tertiary-400-500-token{
2259
+ color: rgb(var(--color-tertiary-500));
2260
+ }
2261
+
2262
+ .dark .text-tertiary-900-50-token{
2263
+ color: rgb(var(--color-tertiary-50));
2264
+ }
2265
+
2266
+ .dark .text-tertiary-800-100-token{
2267
+ color: rgb(var(--color-tertiary-100));
2268
+ }
2269
+
2270
+ .dark .text-tertiary-700-200-token{
2271
+ color: rgb(var(--color-tertiary-200));
2272
+ }
2273
+
2274
+ .dark .text-tertiary-600-300-token{
2275
+ color: rgb(var(--color-tertiary-300));
2276
+ }
2277
+
2278
+ .dark .text-tertiary-500-400-token{
2279
+ color: rgb(var(--color-tertiary-400));
2280
+ }
2281
+
2282
+ .dark .text-success-50-900-token{
2283
+ color: rgb(var(--color-success-900));
2284
+ }
2285
+
2286
+ .dark .text-success-100-800-token{
2287
+ color: rgb(var(--color-success-800));
2288
+ }
2289
+
2290
+ .dark .text-success-200-700-token{
2291
+ color: rgb(var(--color-success-700));
2292
+ }
2293
+
2294
+ .dark .text-success-300-600-token{
2295
+ color: rgb(var(--color-success-600));
2296
+ }
2297
+
2298
+ .dark .text-success-400-500-token{
2299
+ color: rgb(var(--color-success-500));
2300
+ }
2301
+
2302
+ .dark .text-success-900-50-token{
2303
+ color: rgb(var(--color-success-50));
2304
+ }
2305
+
2306
+ .dark .text-success-800-100-token{
2307
+ color: rgb(var(--color-success-100));
2308
+ }
2309
+
2310
+ .dark .text-success-700-200-token{
2311
+ color: rgb(var(--color-success-200));
2312
+ }
2313
+
2314
+ .dark .text-success-600-300-token{
2315
+ color: rgb(var(--color-success-300));
2316
+ }
2317
+
2318
+ .dark .text-success-500-400-token{
2319
+ color: rgb(var(--color-success-400));
2320
+ }
2321
+
2322
+ .dark .text-warning-50-900-token{
2323
+ color: rgb(var(--color-warning-900));
2324
+ }
2325
+
2326
+ .dark .text-warning-100-800-token{
2327
+ color: rgb(var(--color-warning-800));
2328
+ }
2329
+
2330
+ .dark .text-warning-200-700-token{
2331
+ color: rgb(var(--color-warning-700));
2332
+ }
2333
+
2334
+ .dark .text-warning-300-600-token{
2335
+ color: rgb(var(--color-warning-600));
2336
+ }
2337
+
2338
+ .dark .text-warning-400-500-token{
2339
+ color: rgb(var(--color-warning-500));
2340
+ }
2341
+
2342
+ .dark .text-warning-900-50-token{
2343
+ color: rgb(var(--color-warning-50));
2344
+ }
2345
+
2346
+ .dark .text-warning-800-100-token{
2347
+ color: rgb(var(--color-warning-100));
2348
+ }
2349
+
2350
+ .dark .text-warning-700-200-token{
2351
+ color: rgb(var(--color-warning-200));
2352
+ }
2353
+
2354
+ .dark .text-warning-600-300-token{
2355
+ color: rgb(var(--color-warning-300));
2356
+ }
2357
+
2358
+ .dark .text-warning-500-400-token{
2359
+ color: rgb(var(--color-warning-400));
2360
+ }
2361
+
2362
+ .dark .text-error-50-900-token{
2363
+ color: rgb(var(--color-error-900));
2364
+ }
2365
+
2366
+ .dark .text-error-100-800-token{
2367
+ color: rgb(var(--color-error-800));
2368
+ }
2369
+
2370
+ .dark .text-error-200-700-token{
2371
+ color: rgb(var(--color-error-700));
2372
+ }
2373
+
2374
+ .dark .text-error-300-600-token{
2375
+ color: rgb(var(--color-error-600));
2376
+ }
2377
+
2378
+ .dark .text-error-400-500-token{
2379
+ color: rgb(var(--color-error-500));
2380
+ }
2381
+
2382
+ .dark .text-error-900-50-token{
2383
+ color: rgb(var(--color-error-50));
2384
+ }
2385
+
2386
+ .dark .text-error-800-100-token{
2387
+ color: rgb(var(--color-error-100));
2388
+ }
2389
+
2390
+ .dark .text-error-700-200-token{
2391
+ color: rgb(var(--color-error-200));
2392
+ }
2393
+
2394
+ .dark .text-error-600-300-token{
2395
+ color: rgb(var(--color-error-300));
2396
+ }
2397
+
2398
+ .dark .text-error-500-400-token{
2399
+ color: rgb(var(--color-error-400));
2400
+ }
2401
+
2402
+ .dark .text-surface-50-900-token{
2403
+ color: rgb(var(--color-surface-900));
2404
+ }
2405
+
2406
+ .dark .text-surface-100-800-token{
2407
+ color: rgb(var(--color-surface-800));
2408
+ }
2409
+
2410
+ .dark .text-surface-200-700-token{
2411
+ color: rgb(var(--color-surface-700));
2412
+ }
2413
+
2414
+ .dark .text-surface-300-600-token{
2415
+ color: rgb(var(--color-surface-600));
2416
+ }
2417
+
2418
+ .dark .text-surface-400-500-token{
2419
+ color: rgb(var(--color-surface-500));
2420
+ }
2421
+
2422
+ .dark .text-surface-900-50-token{
2423
+ color: rgb(var(--color-surface-50));
2424
+ }
2425
+
2426
+ .dark .text-surface-800-100-token{
2427
+ color: rgb(var(--color-surface-100));
2428
+ }
2429
+
2430
+ .dark .text-surface-700-200-token{
2431
+ color: rgb(var(--color-surface-200));
2432
+ }
2433
+
2434
+ .dark .text-surface-600-300-token{
2435
+ color: rgb(var(--color-surface-300));
2436
+ }
2437
+
2438
+ .dark .text-surface-500-400-token{
2439
+ color: rgb(var(--color-surface-400));
2440
+ }
2441
+
2442
+ .dark .ring-outline-token{
2443
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2444
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2445
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2446
+ --tw-ring-inset: inset;
2447
+ --tw-ring-color: rgb(250 250 250 / 0.05);
2448
+ }
2449
+
2450
+ .dark .ring-primary-50-900-token{
2451
+ --tw-ring-color: rgb(var(--color-primary-900) / 1);
2452
+ }
2453
+
2454
+ .dark .ring-primary-100-800-token{
2455
+ --tw-ring-color: rgb(var(--color-primary-800) / 1);
2456
+ }
2457
+
2458
+ .dark .ring-primary-200-700-token{
2459
+ --tw-ring-color: rgb(var(--color-primary-700) / 1);
2460
+ }
2461
+
2462
+ .dark .ring-primary-300-600-token{
2463
+ --tw-ring-color: rgb(var(--color-primary-600) / 1);
2464
+ }
2465
+
2466
+ .dark .ring-primary-400-500-token{
2467
+ --tw-ring-color: rgb(var(--color-primary-500) / 1);
2468
+ }
2469
+
2470
+ .dark .ring-primary-900-50-token{
2471
+ --tw-ring-color: rgb(var(--color-primary-50) / 1);
2472
+ }
2473
+
2474
+ .dark .ring-primary-800-100-token{
2475
+ --tw-ring-color: rgb(var(--color-primary-100) / 1);
2476
+ }
2477
+
2478
+ .dark .ring-primary-700-200-token{
2479
+ --tw-ring-color: rgb(var(--color-primary-200) / 1);
2480
+ }
2481
+
2482
+ .dark .ring-primary-600-300-token{
2483
+ --tw-ring-color: rgb(var(--color-primary-300) / 1);
2484
+ }
2485
+
2486
+ .dark .ring-primary-500-400-token{
2487
+ --tw-ring-color: rgb(var(--color-primary-400) / 1);
2488
+ }
2489
+
2490
+ .dark .ring-secondary-50-900-token{
2491
+ --tw-ring-color: rgb(var(--color-secondary-900) / 1);
2492
+ }
2493
+
2494
+ .dark .ring-secondary-100-800-token{
2495
+ --tw-ring-color: rgb(var(--color-secondary-800) / 1);
2496
+ }
2497
+
2498
+ .dark .ring-secondary-200-700-token{
2499
+ --tw-ring-color: rgb(var(--color-secondary-700) / 1);
2500
+ }
2501
+
2502
+ .dark .ring-secondary-300-600-token{
2503
+ --tw-ring-color: rgb(var(--color-secondary-600) / 1);
2504
+ }
2505
+
2506
+ .dark .ring-secondary-400-500-token{
2507
+ --tw-ring-color: rgb(var(--color-secondary-500) / 1);
2508
+ }
2509
+
2510
+ .dark .ring-secondary-900-50-token{
2511
+ --tw-ring-color: rgb(var(--color-secondary-50) / 1);
2512
+ }
2513
+
2514
+ .dark .ring-secondary-800-100-token{
2515
+ --tw-ring-color: rgb(var(--color-secondary-100) / 1);
2516
+ }
2517
+
2518
+ .dark .ring-secondary-700-200-token{
2519
+ --tw-ring-color: rgb(var(--color-secondary-200) / 1);
2520
+ }
2521
+
2522
+ .dark .ring-secondary-600-300-token{
2523
+ --tw-ring-color: rgb(var(--color-secondary-300) / 1);
2524
+ }
2525
+
2526
+ .dark .ring-secondary-500-400-token{
2527
+ --tw-ring-color: rgb(var(--color-secondary-400) / 1);
2528
+ }
2529
+
2530
+ .dark .ring-tertiary-50-900-token{
2531
+ --tw-ring-color: rgb(var(--color-tertiary-900) / 1);
2532
+ }
2533
+
2534
+ .dark .ring-tertiary-100-800-token{
2535
+ --tw-ring-color: rgb(var(--color-tertiary-800) / 1);
2536
+ }
2537
+
2538
+ .dark .ring-tertiary-200-700-token{
2539
+ --tw-ring-color: rgb(var(--color-tertiary-700) / 1);
2540
+ }
2541
+
2542
+ .dark .ring-tertiary-300-600-token{
2543
+ --tw-ring-color: rgb(var(--color-tertiary-600) / 1);
2544
+ }
2545
+
2546
+ .dark .ring-tertiary-400-500-token{
2547
+ --tw-ring-color: rgb(var(--color-tertiary-500) / 1);
2548
+ }
2549
+
2550
+ .dark .ring-tertiary-900-50-token{
2551
+ --tw-ring-color: rgb(var(--color-tertiary-50) / 1);
2552
+ }
2553
+
2554
+ .dark .ring-tertiary-800-100-token{
2555
+ --tw-ring-color: rgb(var(--color-tertiary-100) / 1);
2556
+ }
2557
+
2558
+ .dark .ring-tertiary-700-200-token{
2559
+ --tw-ring-color: rgb(var(--color-tertiary-200) / 1);
2560
+ }
2561
+
2562
+ .dark .ring-tertiary-600-300-token{
2563
+ --tw-ring-color: rgb(var(--color-tertiary-300) / 1);
2564
+ }
2565
+
2566
+ .dark .ring-tertiary-500-400-token{
2567
+ --tw-ring-color: rgb(var(--color-tertiary-400) / 1);
2568
+ }
2569
+
2570
+ .dark .ring-success-50-900-token{
2571
+ --tw-ring-color: rgb(var(--color-success-900) / 1);
2572
+ }
2573
+
2574
+ .dark .ring-success-100-800-token{
2575
+ --tw-ring-color: rgb(var(--color-success-800) / 1);
2576
+ }
2577
+
2578
+ .dark .ring-success-200-700-token{
2579
+ --tw-ring-color: rgb(var(--color-success-700) / 1);
2580
+ }
2581
+
2582
+ .dark .ring-success-300-600-token{
2583
+ --tw-ring-color: rgb(var(--color-success-600) / 1);
2584
+ }
2585
+
2586
+ .dark .ring-success-400-500-token{
2587
+ --tw-ring-color: rgb(var(--color-success-500) / 1);
2588
+ }
2589
+
2590
+ .dark .ring-success-900-50-token{
2591
+ --tw-ring-color: rgb(var(--color-success-50) / 1);
2592
+ }
2593
+
2594
+ .dark .ring-success-800-100-token{
2595
+ --tw-ring-color: rgb(var(--color-success-100) / 1);
2596
+ }
2597
+
2598
+ .dark .ring-success-700-200-token{
2599
+ --tw-ring-color: rgb(var(--color-success-200) / 1);
2600
+ }
2601
+
2602
+ .dark .ring-success-600-300-token{
2603
+ --tw-ring-color: rgb(var(--color-success-300) / 1);
2604
+ }
2605
+
2606
+ .dark .ring-success-500-400-token{
2607
+ --tw-ring-color: rgb(var(--color-success-400) / 1);
2608
+ }
2609
+
2610
+ .dark .ring-warning-50-900-token{
2611
+ --tw-ring-color: rgb(var(--color-warning-900) / 1);
2612
+ }
2613
+
2614
+ .dark .ring-warning-100-800-token{
2615
+ --tw-ring-color: rgb(var(--color-warning-800) / 1);
2616
+ }
2617
+
2618
+ .dark .ring-warning-200-700-token{
2619
+ --tw-ring-color: rgb(var(--color-warning-700) / 1);
2620
+ }
2621
+
2622
+ .dark .ring-warning-300-600-token{
2623
+ --tw-ring-color: rgb(var(--color-warning-600) / 1);
2624
+ }
2625
+
2626
+ .dark .ring-warning-400-500-token{
2627
+ --tw-ring-color: rgb(var(--color-warning-500) / 1);
2628
+ }
2629
+
2630
+ .dark .ring-warning-900-50-token{
2631
+ --tw-ring-color: rgb(var(--color-warning-50) / 1);
2632
+ }
2633
+
2634
+ .dark .ring-warning-800-100-token{
2635
+ --tw-ring-color: rgb(var(--color-warning-100) / 1);
2636
+ }
2637
+
2638
+ .dark .ring-warning-700-200-token{
2639
+ --tw-ring-color: rgb(var(--color-warning-200) / 1);
2640
+ }
2641
+
2642
+ .dark .ring-warning-600-300-token{
2643
+ --tw-ring-color: rgb(var(--color-warning-300) / 1);
2644
+ }
2645
+
2646
+ .dark .ring-warning-500-400-token{
2647
+ --tw-ring-color: rgb(var(--color-warning-400) / 1);
2648
+ }
2649
+
2650
+ .dark .ring-error-50-900-token{
2651
+ --tw-ring-color: rgb(var(--color-error-900) / 1);
2652
+ }
2653
+
2654
+ .dark .ring-error-100-800-token{
2655
+ --tw-ring-color: rgb(var(--color-error-800) / 1);
2656
+ }
2657
+
2658
+ .dark .ring-error-200-700-token{
2659
+ --tw-ring-color: rgb(var(--color-error-700) / 1);
2660
+ }
2661
+
2662
+ .dark .ring-error-300-600-token{
2663
+ --tw-ring-color: rgb(var(--color-error-600) / 1);
2664
+ }
2665
+
2666
+ .dark .ring-error-400-500-token{
2667
+ --tw-ring-color: rgb(var(--color-error-500) / 1);
2668
+ }
2669
+
2670
+ .dark .ring-error-900-50-token{
2671
+ --tw-ring-color: rgb(var(--color-error-50) / 1);
2672
+ }
2673
+
2674
+ .dark .ring-error-800-100-token{
2675
+ --tw-ring-color: rgb(var(--color-error-100) / 1);
2676
+ }
2677
+
2678
+ .dark .ring-error-700-200-token{
2679
+ --tw-ring-color: rgb(var(--color-error-200) / 1);
2680
+ }
2681
+
2682
+ .dark .ring-error-600-300-token{
2683
+ --tw-ring-color: rgb(var(--color-error-300) / 1);
2684
+ }
2685
+
2686
+ .dark .ring-error-500-400-token{
2687
+ --tw-ring-color: rgb(var(--color-error-400) / 1);
2688
+ }
2689
+
2690
+ .dark .ring-surface-50-900-token{
2691
+ --tw-ring-color: rgb(var(--color-surface-900) / 1);
2692
+ }
2693
+
2694
+ .dark .ring-surface-100-800-token{
2695
+ --tw-ring-color: rgb(var(--color-surface-800) / 1);
2696
+ }
2697
+
2698
+ .dark .ring-surface-200-700-token{
2699
+ --tw-ring-color: rgb(var(--color-surface-700) / 1);
2700
+ }
2701
+
2702
+ .dark .ring-surface-300-600-token{
2703
+ --tw-ring-color: rgb(var(--color-surface-600) / 1);
2704
+ }
2705
+
2706
+ .dark .ring-surface-400-500-token{
2707
+ --tw-ring-color: rgb(var(--color-surface-500) / 1);
2708
+ }
2709
+
2710
+ .dark .ring-surface-900-50-token{
2711
+ --tw-ring-color: rgb(var(--color-surface-50) / 1);
2712
+ }
2713
+
2714
+ .dark .ring-surface-800-100-token{
2715
+ --tw-ring-color: rgb(var(--color-surface-100) / 1);
2716
+ }
2717
+
2718
+ .dark .ring-surface-700-200-token{
2719
+ --tw-ring-color: rgb(var(--color-surface-200) / 1);
2720
+ }
2721
+
2722
+ .dark .ring-surface-600-300-token{
2723
+ --tw-ring-color: rgb(var(--color-surface-300) / 1);
2724
+ }
2725
+
2726
+ .dark .ring-surface-500-400-token{
2727
+ --tw-ring-color: rgb(var(--color-surface-400) / 1);
2728
+ }
2729
+
2730
+ .hover\:cursor-pointer:hover{
2731
+ cursor: pointer;
2732
+ }
2733
+
2734
+ .hover\:bg-primary-100:hover{
2735
+ --tw-bg-opacity: 1;
2736
+ background-color: rgb(var(--color-primary-100) / var(--tw-bg-opacity));
2737
+ }
2738
+
2739
+ .hover\:text-primary-900:hover{
2740
+ --tw-text-opacity: 1;
2741
+ color: rgb(var(--color-primary-900) / var(--tw-text-opacity));
2742
+ }
2743
+
2744
+ @media (min-width: 1024px){
2745
+ .lg\:max-h-\[500px\]{
2746
+ max-height: 500px;
2747
+ }
2748
+ }
2749
+
2750
+ /* Global Styles */
2751
+
2752
+ /* Stylesheet: core.css */
2753
+
2754
+ /* Typographical Settings */
2755
+
2756
+ /* Stylesheet: typography.css */
2757
+
2758
+ /* Imports all Tailwind Elements */
2759
+
2760
+ /* Stylesheet: elements.css */
2761
+
2762
+ /* Import AFTER your theme, but BEFORE your global stylesheet. */
2763
+
2764
+ /* Recommended as the LAST stylesheet in the set */
2765
+
2766
+ /* Tailwind Elements: alerts.css */
2767
+
2768
+ /* Tailwind Elements: badges.css */
2769
+
2770
+ /* Tailwind Elements: breadcrumbs.css */
2771
+
2772
+ /* Tailwind Elements: button.css */
2773
+
2774
+ /* Tailwind Elements: cards.css */
2775
+
2776
+ /* Tailwind Elements: chips.css */
2777
+
2778
+ /* Stylesheet: forms.css */
2779
+
2780
+ /* Tailwind Elements: button.css */
2781
+
2782
+ /* Tailwind Elements: logo-clouds.css */
2783
+
2784
+ /* Tailwind Elements: placeholders.css */
2785
+
2786
+ /* Elements: tables.css */
2787
+
2788
+ /* Utilities */
2789
+
2790
+ /* Tailwind Elements: modals.css */
2791
+
2792
+ /* === Modal (helpers) === */
2793
+
2794
+ .w-modal-slim{
2795
+ max-width: 400px;
2796
+ width:100%;
2797
+ }
2798
+
2799
+ .w-modal{
2800
+ max-width: 640px;
2801
+ width:100%;
2802
+ }
2803
+
2804
+ .w-modal-wide{
2805
+ max-width: 80%;
2806
+ width:100%;
2807
+ }
2808
+
2809
+ /* Tailwind Elements: popups.css */
2810
+
2811
+ /* === Popup === */
2812
+
2813
+ [data-popup] {
2814
+ /* https://floating-ui.com/docs/computeposition#usage */
2815
+ top: 0px;
2816
+ left: 0px;
2817
+ position:absolute;
2818
+ /* max-w-max */
2819
+ /* Set hidden on page load */
2820
+ display: none;
2821
+ /* Transitions */
2822
+ transition-property: opacity;
2823
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2824
+ transition-duration: 200ms;
2825
+ }
2826
+
2827
+ [data-popup] .arrow{
2828
+ height: 0.5rem;
2829
+ width: 0.5rem;
2830
+ --tw-rotate: 45deg;
2831
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2832
+ position:absolute;
2833
+ }
2834
+
2835
+ /* Imports all Variant Styles */
2836
+
2837
+ /* === Variants === */
2838
+
2839
+ /* A canned set of reusabled variant styles. */
2840
+
2841
+ /* Imports all Component Styles */
2842
+
2843
+ @font-face{
2844
+ font-family:myfont;
2845
+
2846
+ src:url(data:font/woff;base64,d09GRgABAAAAAATMAAsAAAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGBGNtYXAAAAFoAAAAVAAAAFQWfNQ7Z2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAMQAAADE9iu5ZGhlYWQAAAKIAAAANgAAADYfdnyraGhlYQAAAsAAAAAkAAAAJAfCA8ZobXR4AAAC5AAAABQAAAAUCgAAAGxvY2EAAAL4AAAADAAAAAwAKAB2bWF4cAAAAwQAAAAgAAAAIAAHACxuYW1lAAADJAAAAYYAAAGGmUoJ+3Bvc3QAAASsAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6doDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOna//3//wAAAAAAIOna//3//wAB/+MWKgADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAA/8wEAAOAACkAAAEiBw4BBwYHJicuAScmIyIHDgEHBhUUFx4BFxYXNjc+ATc2NTQnLgEnJgLzKCUlPxkZEBAZGT8lJSg4MTFJFRUzM5lZWk5KWVmbNTQVFUkxMQOADw8yICEiIiEgMg8PFRVJMTE4cU5Pjk5NcG9PT5BOT204MTFJFRUAAAEAAAAAAABxV9/FXw889QALBAAAAAAA3iwcMQAAAADeLBwxAAD/zAQAA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAAAAAAAACgAUAB4AYgABAAAABQAqAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)
2847
+ }
2848
+
2849
+ [class^=icon-],[class*=" icon-"]{
2850
+ font-family:myfont!important
2851
+ }
2852
+
2853
+ .icon-heart:before{
2854
+ content:"\e9da"
2855
+ }
2856
+
2857
+ .global-example{
2858
+ color:red
2859
+ }
2860
+
2861
+ *,:before,:after{
2862
+ box-sizing:border-box;
2863
+ border-width:0;
2864
+ border-style:solid;
2865
+ border-color:#e5e7eb
2866
+ }
2867
+
2868
+ :before,:after{
2869
+ --tw-content: ""
2870
+ }
2871
+
2872
+ html{
2873
+ line-height:1.5;
2874
+ -webkit-text-size-adjust:100%;
2875
+ -moz-tab-size:4;
2876
+ -o-tab-size:4;
2877
+ tab-size:4;
2878
+ font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
2879
+ font-feature-settings:normal
2880
+ }
2881
+
2882
+ body{
2883
+ margin:0;
2884
+ line-height:inherit
2885
+ }
2886
+
2887
+ hr{
2888
+ height:0;
2889
+ color:inherit;
2890
+ border-top-width:1px
2891
+ }
2892
+
2893
+ abbr:where([title]){
2894
+ -webkit-text-decoration:underline dotted;
2895
+ text-decoration:underline dotted
2896
+ }
2897
+
2898
+ h1,h2,h3,h4,h5,h6{
2899
+ font-size:inherit;
2900
+ font-weight:inherit
2901
+ }
2902
+
2903
+ a{
2904
+ color:inherit;
2905
+ text-decoration:inherit
2906
+ }
2907
+
2908
+ b,strong{
2909
+ font-weight:bolder
2910
+ }
2911
+
2912
+ code,kbd,samp,pre{
2913
+ font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
2914
+ font-size:1em
2915
+ }
2916
+
2917
+ small{
2918
+ font-size:80%
2919
+ }
2920
+
2921
+ sub,sup{
2922
+ font-size:75%;
2923
+ line-height:0;
2924
+ position:relative;
2925
+ vertical-align:baseline
2926
+ }
2927
+
2928
+ sub{
2929
+ bottom:-.25em
2930
+ }
2931
+
2932
+ sup{
2933
+ top:-.5em
2934
+ }
2935
+
2936
+ table{
2937
+ text-indent:0;
2938
+ border-color:inherit;
2939
+ border-collapse:collapse
2940
+ }
2941
+
2942
+ button,input,optgroup,select,textarea{
2943
+ font-family:inherit;
2944
+ font-size:100%;
2945
+ font-weight:inherit;
2946
+ line-height:inherit;
2947
+ color:inherit;
2948
+ margin:0;
2949
+ padding:0
2950
+ }
2951
+
2952
+ button,select{
2953
+ text-transform:none
2954
+ }
2955
+
2956
+ button,[type=button],[type=reset],[type=submit]{
2957
+ -webkit-appearance:button;
2958
+ background-color:transparent;
2959
+ background-image:none
2960
+ }
2961
+
2962
+ :-moz-focusring{
2963
+ outline:auto
2964
+ }
2965
+
2966
+ :-moz-ui-invalid{
2967
+ box-shadow:none
2968
+ }
2969
+
2970
+ progress{
2971
+ vertical-align:baseline
2972
+ }
2973
+
2974
+ ::-webkit-inner-spin-button,::-webkit-outer-spin-button{
2975
+ height:auto
2976
+ }
2977
+
2978
+ [type=search]{
2979
+ -webkit-appearance:textfield;
2980
+ outline-offset:-2px
2981
+ }
2982
+
2983
+ ::-webkit-search-decoration{
2984
+ -webkit-appearance:none
2985
+ }
2986
+
2987
+ ::-webkit-file-upload-button{
2988
+ -webkit-appearance:button;
2989
+ font:inherit
2990
+ }
2991
+
2992
+ summary{
2993
+ display:list-item
2994
+ }
2995
+
2996
+ blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{
2997
+ margin:0
2998
+ }
2999
+
3000
+ fieldset{
3001
+ margin:0;
3002
+ padding:0
3003
+ }
3004
+
3005
+ legend{
3006
+ padding:0
3007
+ }
3008
+
3009
+ ol,ul,menu{
3010
+ list-style:none;
3011
+ margin:0;
3012
+ padding:0
3013
+ }
3014
+
3015
+ textarea{
3016
+ resize:vertical
3017
+ }
3018
+
3019
+ input::-moz-placeholder,textarea::-moz-placeholder{
3020
+ opacity:1;
3021
+ color:#9ca3af
3022
+ }
3023
+
3024
+ input::-moz-placeholder, textarea::-moz-placeholder{
3025
+ opacity:1;
3026
+ color:#9ca3af
3027
+ }
3028
+
3029
+ input::placeholder,textarea::placeholder{
3030
+ opacity:1;
3031
+ color:#9ca3af
3032
+ }
3033
+
3034
+ button,[role=button]{
3035
+ cursor:pointer
3036
+ }
3037
+
3038
+ :disabled{
3039
+ cursor:default
3040
+ }
3041
+
3042
+ img,svg,video,canvas,audio,iframe,embed,object{
3043
+ display:block;
3044
+ vertical-align:middle
3045
+ }
3046
+
3047
+ img,video{
3048
+ max-width:100%;
3049
+ height:auto
3050
+ }
3051
+
3052
+ [hidden]{
3053
+ display:none
3054
+ }
3055
+
3056
+ *,:before,:after{
3057
+ --tw-border-spacing-x: 0;
3058
+ --tw-border-spacing-y: 0;
3059
+ --tw-translate-x: 0;
3060
+ --tw-translate-y: 0;
3061
+ --tw-rotate: 0;
3062
+ --tw-skew-x: 0;
3063
+ --tw-skew-y: 0;
3064
+ --tw-scale-x: 1;
3065
+ --tw-scale-y: 1;
3066
+ --tw-pan-x: ;
3067
+ --tw-pan-y: ;
3068
+ --tw-pinch-zoom: ;
3069
+ --tw-scroll-snap-strictness: proximity;
3070
+ --tw-ordinal: ;
3071
+ --tw-slashed-zero: ;
3072
+ --tw-numeric-figure: ;
3073
+ --tw-numeric-spacing: ;
3074
+ --tw-numeric-fraction: ;
3075
+ --tw-ring-inset: ;
3076
+ --tw-ring-offset-width: 0px;
3077
+ --tw-ring-offset-color: #fff;
3078
+ --tw-ring-color: rgb(59 130 246 / .5);
3079
+ --tw-ring-offset-shadow: 0 0 #0000;
3080
+ --tw-ring-shadow: 0 0 #0000;
3081
+ --tw-shadow: 0 0 #0000;
3082
+ --tw-shadow-colored: 0 0 #0000;
3083
+ --tw-blur: ;
3084
+ --tw-brightness: ;
3085
+ --tw-contrast: ;
3086
+ --tw-grayscale: ;
3087
+ --tw-hue-rotate: ;
3088
+ --tw-invert: ;
3089
+ --tw-saturate: ;
3090
+ --tw-sepia: ;
3091
+ --tw-drop-shadow: ;
3092
+ --tw-backdrop-blur: ;
3093
+ --tw-backdrop-brightness: ;
3094
+ --tw-backdrop-contrast: ;
3095
+ --tw-backdrop-grayscale: ;
3096
+ --tw-backdrop-hue-rotate: ;
3097
+ --tw-backdrop-invert: ;
3098
+ --tw-backdrop-opacity: ;
3099
+ --tw-backdrop-saturate: ;
3100
+ --tw-backdrop-sepia:
3101
+ }
3102
+
3103
+ ::backdrop{
3104
+ --tw-border-spacing-x: 0;
3105
+ --tw-border-spacing-y: 0;
3106
+ --tw-translate-x: 0;
3107
+ --tw-translate-y: 0;
3108
+ --tw-rotate: 0;
3109
+ --tw-skew-x: 0;
3110
+ --tw-skew-y: 0;
3111
+ --tw-scale-x: 1;
3112
+ --tw-scale-y: 1;
3113
+ --tw-pan-x: ;
3114
+ --tw-pan-y: ;
3115
+ --tw-pinch-zoom: ;
3116
+ --tw-scroll-snap-strictness: proximity;
3117
+ --tw-ordinal: ;
3118
+ --tw-slashed-zero: ;
3119
+ --tw-numeric-figure: ;
3120
+ --tw-numeric-spacing: ;
3121
+ --tw-numeric-fraction: ;
3122
+ --tw-ring-inset: ;
3123
+ --tw-ring-offset-width: 0px;
3124
+ --tw-ring-offset-color: #fff;
3125
+ --tw-ring-color: rgb(59 130 246 / .5);
3126
+ --tw-ring-offset-shadow: 0 0 #0000;
3127
+ --tw-ring-shadow: 0 0 #0000;
3128
+ --tw-shadow: 0 0 #0000;
3129
+ --tw-shadow-colored: 0 0 #0000;
3130
+ --tw-blur: ;
3131
+ --tw-brightness: ;
3132
+ --tw-contrast: ;
3133
+ --tw-grayscale: ;
3134
+ --tw-hue-rotate: ;
3135
+ --tw-invert: ;
3136
+ --tw-saturate: ;
3137
+ --tw-sepia: ;
3138
+ --tw-drop-shadow: ;
3139
+ --tw-backdrop-blur: ;
3140
+ --tw-backdrop-brightness: ;
3141
+ --tw-backdrop-contrast: ;
3142
+ --tw-backdrop-grayscale: ;
3143
+ --tw-backdrop-hue-rotate: ;
3144
+ --tw-backdrop-invert: ;
3145
+ --tw-backdrop-opacity: ;
3146
+ --tw-backdrop-saturate: ;
3147
+ --tw-backdrop-sepia:
3148
+ }
3149
+
3150
+ .absolute{
3151
+ position:absolute
3152
+ }
3153
+
3154
+ .-m-4{
3155
+ margin:-1rem
3156
+ }
3157
+
3158
+ .flex{
3159
+ display:flex
3160
+ }
3161
+
3162
+ .aspect-square{
3163
+ aspect-ratio:1 / 1
3164
+ }
3165
+
3166
+ .h-6{
3167
+ height:1.5rem
3168
+ }
3169
+
3170
+ .h-fit{
3171
+ height:-moz-fit-content;
3172
+ height:fit-content
3173
+ }
3174
+
3175
+ .h-full{
3176
+ height:100%
3177
+ }
3178
+
3179
+ .max-h-64{
3180
+ max-height:16rem
3181
+ }
3182
+
3183
+ .w-12{
3184
+ width:3rem
3185
+ }
3186
+
3187
+ .w-24{
3188
+ width:6rem
3189
+ }
3190
+
3191
+ .w-60{
3192
+ width:15rem
3193
+ }
3194
+
3195
+ .w-\[70\%\]{
3196
+ width:70%
3197
+ }
3198
+
3199
+ .w-fit{
3200
+ width:-moz-fit-content;
3201
+ width:fit-content
3202
+ }
3203
+
3204
+ .w-full{
3205
+ width:100%
3206
+ }
3207
+
3208
+ .translate-x-\[100\%\]{
3209
+ --tw-translate-x: 100%;
3210
+ transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
3211
+ }
3212
+
3213
+ .scale-\[0\.8\]{
3214
+ --tw-scale-x: .8;
3215
+ --tw-scale-y: .8;
3216
+ transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
3217
+ }
3218
+
3219
+ .cursor-pointer{
3220
+ cursor:pointer
3221
+ }
3222
+
3223
+ .flex-col{
3224
+ flex-direction:column
3225
+ }
3226
+
3227
+ .items-center{
3228
+ align-items:center
3229
+ }
3230
+
3231
+ .justify-center{
3232
+ justify-content:center
3233
+ }
3234
+
3235
+ .justify-between{
3236
+ justify-content:space-between
3237
+ }
3238
+
3239
+ .gap-4{
3240
+ gap:1rem
3241
+ }
3242
+
3243
+ .space-y-4>:not([hidden])~:not([hidden]){
3244
+ --tw-space-y-reverse: 0;
3245
+ margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
3246
+ margin-bottom:calc(1rem * var(--tw-space-y-reverse))
3247
+ }
3248
+
3249
+ .overflow-y-auto{
3250
+ overflow-y:auto
3251
+ }
3252
+
3253
+ .rounded{
3254
+ border-radius:.25rem
3255
+ }
3256
+
3257
+ .bg-primary-50{
3258
+ --tw-bg-opacity: 1;
3259
+ background-color:rgb(var(--color-primary-50) / var(--tw-bg-opacity))
3260
+ }
3261
+
3262
+ .bg-primary-900{
3263
+ --tw-bg-opacity: 1;
3264
+ background-color:rgb(var(--color-primary-900) / var(--tw-bg-opacity))
3265
+ }
3266
+
3267
+ .bg-surface-200{
3268
+ --tw-bg-opacity: 1;
3269
+ background-color:rgb(var(--color-surface-200) / var(--tw-bg-opacity))
3270
+ }
3271
+
3272
+ .bg-surface-50{
3273
+ --tw-bg-opacity: 1;
3274
+ background-color:rgb(var(--color-surface-50) / var(--tw-bg-opacity))
3275
+ }
3276
+
3277
+ .bg-surface-900{
3278
+ --tw-bg-opacity: 1;
3279
+ background-color:rgb(var(--color-surface-900) / var(--tw-bg-opacity))
3280
+ }
3281
+
3282
+ .p-2{
3283
+ padding:.5rem
3284
+ }
3285
+
3286
+ .p-4{
3287
+ padding:1rem
3288
+ }
3289
+
3290
+ .text-center{
3291
+ text-align:center
3292
+ }
3293
+
3294
+ .capitalize{
3295
+ text-transform:capitalize
3296
+ }
3297
+
3298
+ .text-primary-50{
3299
+ --tw-text-opacity: 1;
3300
+ color:rgb(var(--color-primary-50) / var(--tw-text-opacity))
3301
+ }
3302
+
3303
+ .text-primary-900{
3304
+ --tw-text-opacity: 1;
3305
+ color:rgb(var(--color-primary-900) / var(--tw-text-opacity))
3306
+ }
3307
+
3308
+ .text-surface-50{
3309
+ --tw-text-opacity: 1;
3310
+ color:rgb(var(--color-surface-50) / var(--tw-text-opacity))
3311
+ }
3312
+
3313
+ .text-surface-900{
3314
+ --tw-text-opacity: 1;
3315
+ color:rgb(var(--color-surface-900) / var(--tw-text-opacity))
3316
+ }
3317
+
3318
+ .shadow-xl{
3319
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
3320
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
3321
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
3322
+ }
3323
+
3324
+ .ring{
3325
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3326
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3327
+ box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
3328
+ }
3329
+
3330
+ .ring-\[1px\]{
3331
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3332
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3333
+ box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
3334
+ }
3335
+
3336
+ .ring-primary-500\/30{
3337
+ --tw-ring-color: rgb(var(--color-primary-500) / .3)
3338
+ }
3339
+
3340
+ .ring-surface-500\/30{
3341
+ --tw-ring-color: rgb(var(--color-surface-500) / .3)
3342
+ }
3343
+
3344
+ .transition-all{
3345
+ transition-property:all;
3346
+ transition-timing-function:cubic-bezier(.4,0,.2,1);
3347
+ transition-duration:.15s
3348
+ }
3349
+
3350
+ .duration-\[200ms\]{
3351
+ transition-duration:.2s
3352
+ }
3353
+
3354
+ .dark .bg-primary-backdrop-token{
3355
+ background-color:rgb(var(--color-primary-900) / .7)
3356
+ }
3357
+
3358
+ .dark .bg-primary-50-900-token{
3359
+ background-color:rgb(var(--color-primary-900))
3360
+ }
3361
+
3362
+ .dark .bg-primary-100-800-token{
3363
+ background-color:rgb(var(--color-primary-800))
3364
+ }
3365
+
3366
+ .dark .bg-primary-200-700-token{
3367
+ background-color:rgb(var(--color-primary-700))
3368
+ }
3369
+
3370
+ .dark .bg-primary-300-600-token{
3371
+ background-color:rgb(var(--color-primary-600))
3372
+ }
3373
+
3374
+ .dark .bg-primary-400-500-token{
3375
+ background-color:rgb(var(--color-primary-500))
3376
+ }
3377
+
3378
+ .dark .bg-primary-900-50-token{
3379
+ background-color:rgb(var(--color-primary-50))
3380
+ }
3381
+
3382
+ .dark .bg-primary-800-100-token{
3383
+ background-color:rgb(var(--color-primary-100))
3384
+ }
3385
+
3386
+ .dark .bg-primary-700-200-token{
3387
+ background-color:rgb(var(--color-primary-200))
3388
+ }
3389
+
3390
+ .dark .bg-primary-600-300-token{
3391
+ background-color:rgb(var(--color-primary-300))
3392
+ }
3393
+
3394
+ .dark .bg-primary-500-400-token{
3395
+ background-color:rgb(var(--color-primary-400))
3396
+ }
3397
+
3398
+ .dark .bg-secondary-backdrop-token{
3399
+ background-color:rgb(var(--color-secondary-900) / .7)
3400
+ }
3401
+
3402
+ .dark .bg-secondary-50-900-token{
3403
+ background-color:rgb(var(--color-secondary-900))
3404
+ }
3405
+
3406
+ .dark .bg-secondary-100-800-token{
3407
+ background-color:rgb(var(--color-secondary-800))
3408
+ }
3409
+
3410
+ .dark .bg-secondary-200-700-token{
3411
+ background-color:rgb(var(--color-secondary-700))
3412
+ }
3413
+
3414
+ .dark .bg-secondary-300-600-token{
3415
+ background-color:rgb(var(--color-secondary-600))
3416
+ }
3417
+
3418
+ .dark .bg-secondary-400-500-token{
3419
+ background-color:rgb(var(--color-secondary-500))
3420
+ }
3421
+
3422
+ .dark .bg-secondary-900-50-token{
3423
+ background-color:rgb(var(--color-secondary-50))
3424
+ }
3425
+
3426
+ .dark .bg-secondary-800-100-token{
3427
+ background-color:rgb(var(--color-secondary-100))
3428
+ }
3429
+
3430
+ .dark .bg-secondary-700-200-token{
3431
+ background-color:rgb(var(--color-secondary-200))
3432
+ }
3433
+
3434
+ .dark .bg-secondary-600-300-token{
3435
+ background-color:rgb(var(--color-secondary-300))
3436
+ }
3437
+
3438
+ .dark .bg-secondary-500-400-token{
3439
+ background-color:rgb(var(--color-secondary-400))
3440
+ }
3441
+
3442
+ .dark .bg-tertiary-backdrop-token{
3443
+ background-color:rgb(var(--color-tertiary-900) / .7)
3444
+ }
3445
+
3446
+ .dark .bg-tertiary-50-900-token{
3447
+ background-color:rgb(var(--color-tertiary-900))
3448
+ }
3449
+
3450
+ .dark .bg-tertiary-100-800-token{
3451
+ background-color:rgb(var(--color-tertiary-800))
3452
+ }
3453
+
3454
+ .dark .bg-tertiary-200-700-token{
3455
+ background-color:rgb(var(--color-tertiary-700))
3456
+ }
3457
+
3458
+ .dark .bg-tertiary-300-600-token{
3459
+ background-color:rgb(var(--color-tertiary-600))
3460
+ }
3461
+
3462
+ .dark .bg-tertiary-400-500-token{
3463
+ background-color:rgb(var(--color-tertiary-500))
3464
+ }
3465
+
3466
+ .dark .bg-tertiary-900-50-token{
3467
+ background-color:rgb(var(--color-tertiary-50))
3468
+ }
3469
+
3470
+ .dark .bg-tertiary-800-100-token{
3471
+ background-color:rgb(var(--color-tertiary-100))
3472
+ }
3473
+
3474
+ .dark .bg-tertiary-700-200-token{
3475
+ background-color:rgb(var(--color-tertiary-200))
3476
+ }
3477
+
3478
+ .dark .bg-tertiary-600-300-token{
3479
+ background-color:rgb(var(--color-tertiary-300))
3480
+ }
3481
+
3482
+ .dark .bg-tertiary-500-400-token{
3483
+ background-color:rgb(var(--color-tertiary-400))
3484
+ }
3485
+
3486
+ .dark .bg-success-backdrop-token{
3487
+ background-color:rgb(var(--color-success-900) / .7)
3488
+ }
3489
+
3490
+ .dark .bg-success-50-900-token{
3491
+ background-color:rgb(var(--color-success-900))
3492
+ }
3493
+
3494
+ .dark .bg-success-100-800-token{
3495
+ background-color:rgb(var(--color-success-800))
3496
+ }
3497
+
3498
+ .dark .bg-success-200-700-token{
3499
+ background-color:rgb(var(--color-success-700))
3500
+ }
3501
+
3502
+ .dark .bg-success-300-600-token{
3503
+ background-color:rgb(var(--color-success-600))
3504
+ }
3505
+
3506
+ .dark .bg-success-400-500-token{
3507
+ background-color:rgb(var(--color-success-500))
3508
+ }
3509
+
3510
+ .dark .bg-success-900-50-token{
3511
+ background-color:rgb(var(--color-success-50))
3512
+ }
3513
+
3514
+ .dark .bg-success-800-100-token{
3515
+ background-color:rgb(var(--color-success-100))
3516
+ }
3517
+
3518
+ .dark .bg-success-700-200-token{
3519
+ background-color:rgb(var(--color-success-200))
3520
+ }
3521
+
3522
+ .dark .bg-success-600-300-token{
3523
+ background-color:rgb(var(--color-success-300))
3524
+ }
3525
+
3526
+ .dark .bg-success-500-400-token{
3527
+ background-color:rgb(var(--color-success-400))
3528
+ }
3529
+
3530
+ .dark .bg-warning-backdrop-token{
3531
+ background-color:rgb(var(--color-warning-900) / .7)
3532
+ }
3533
+
3534
+ .dark .bg-warning-50-900-token{
3535
+ background-color:rgb(var(--color-warning-900))
3536
+ }
3537
+
3538
+ .dark .bg-warning-100-800-token{
3539
+ background-color:rgb(var(--color-warning-800))
3540
+ }
3541
+
3542
+ .dark .bg-warning-200-700-token{
3543
+ background-color:rgb(var(--color-warning-700))
3544
+ }
3545
+
3546
+ .dark .bg-warning-300-600-token{
3547
+ background-color:rgb(var(--color-warning-600))
3548
+ }
3549
+
3550
+ .dark .bg-warning-400-500-token{
3551
+ background-color:rgb(var(--color-warning-500))
3552
+ }
3553
+
3554
+ .dark .bg-warning-900-50-token{
3555
+ background-color:rgb(var(--color-warning-50))
3556
+ }
3557
+
3558
+ .dark .bg-warning-800-100-token{
3559
+ background-color:rgb(var(--color-warning-100))
3560
+ }
3561
+
3562
+ .dark .bg-warning-700-200-token{
3563
+ background-color:rgb(var(--color-warning-200))
3564
+ }
3565
+
3566
+ .dark .bg-warning-600-300-token{
3567
+ background-color:rgb(var(--color-warning-300))
3568
+ }
3569
+
3570
+ .dark .bg-warning-500-400-token{
3571
+ background-color:rgb(var(--color-warning-400))
3572
+ }
3573
+
3574
+ .dark .bg-error-backdrop-token{
3575
+ background-color:rgb(var(--color-error-900) / .7)
3576
+ }
3577
+
3578
+ .dark .bg-error-50-900-token{
3579
+ background-color:rgb(var(--color-error-900))
3580
+ }
3581
+
3582
+ .dark .bg-error-100-800-token{
3583
+ background-color:rgb(var(--color-error-800))
3584
+ }
3585
+
3586
+ .dark .bg-error-200-700-token{
3587
+ background-color:rgb(var(--color-error-700))
3588
+ }
3589
+
3590
+ .dark .bg-error-300-600-token{
3591
+ background-color:rgb(var(--color-error-600))
3592
+ }
3593
+
3594
+ .dark .bg-error-400-500-token{
3595
+ background-color:rgb(var(--color-error-500))
3596
+ }
3597
+
3598
+ .dark .bg-error-900-50-token{
3599
+ background-color:rgb(var(--color-error-50))
3600
+ }
3601
+
3602
+ .dark .bg-error-800-100-token{
3603
+ background-color:rgb(var(--color-error-100))
3604
+ }
3605
+
3606
+ .dark .bg-error-700-200-token{
3607
+ background-color:rgb(var(--color-error-200))
3608
+ }
3609
+
3610
+ .dark .bg-error-600-300-token{
3611
+ background-color:rgb(var(--color-error-300))
3612
+ }
3613
+
3614
+ .dark .bg-error-500-400-token{
3615
+ background-color:rgb(var(--color-error-400))
3616
+ }
3617
+
3618
+ .dark .bg-surface-backdrop-token{
3619
+ background-color:rgb(var(--color-surface-900) / .7)
3620
+ }
3621
+
3622
+ .dark .bg-surface-50-900-token{
3623
+ background-color:rgb(var(--color-surface-900))
3624
+ }
3625
+
3626
+ .dark .bg-surface-100-800-token{
3627
+ background-color:rgb(var(--color-surface-800))
3628
+ }
3629
+
3630
+ .dark .bg-surface-200-700-token{
3631
+ background-color:rgb(var(--color-surface-700))
3632
+ }
3633
+
3634
+ .dark .bg-surface-300-600-token{
3635
+ background-color:rgb(var(--color-surface-600))
3636
+ }
3637
+
3638
+ .dark .bg-surface-400-500-token{
3639
+ background-color:rgb(var(--color-surface-500))
3640
+ }
3641
+
3642
+ .dark .bg-surface-900-50-token{
3643
+ background-color:rgb(var(--color-surface-50))
3644
+ }
3645
+
3646
+ .dark .bg-surface-800-100-token{
3647
+ background-color:rgb(var(--color-surface-100))
3648
+ }
3649
+
3650
+ .dark .bg-surface-700-200-token{
3651
+ background-color:rgb(var(--color-surface-200))
3652
+ }
3653
+
3654
+ .dark .bg-surface-600-300-token{
3655
+ background-color:rgb(var(--color-surface-300))
3656
+ }
3657
+
3658
+ .dark .bg-surface-500-400-token{
3659
+ background-color:rgb(var(--color-surface-400))
3660
+ }
3661
+
3662
+ .dark .border-primary-50-900-token{
3663
+ border-color:rgb(var(--color-primary-900))
3664
+ }
3665
+
3666
+ .dark .border-primary-100-800-token{
3667
+ border-color:rgb(var(--color-primary-800))
3668
+ }
3669
+
3670
+ .dark .border-primary-200-700-token{
3671
+ border-color:rgb(var(--color-primary-700))
3672
+ }
3673
+
3674
+ .dark .border-primary-300-600-token{
3675
+ border-color:rgb(var(--color-primary-600))
3676
+ }
3677
+
3678
+ .dark .border-primary-400-500-token{
3679
+ border-color:rgb(var(--color-primary-500))
3680
+ }
3681
+
3682
+ .dark .border-primary-900-50-token{
3683
+ border-color:rgb(var(--color-primary-50))
3684
+ }
3685
+
3686
+ .dark .border-primary-800-100-token{
3687
+ border-color:rgb(var(--color-primary-100))
3688
+ }
3689
+
3690
+ .dark .border-primary-700-200-token{
3691
+ border-color:rgb(var(--color-primary-200))
3692
+ }
3693
+
3694
+ .dark .border-primary-600-300-token{
3695
+ border-color:rgb(var(--color-primary-300))
3696
+ }
3697
+
3698
+ .dark .border-primary-500-400-token{
3699
+ border-color:rgb(var(--color-primary-400))
3700
+ }
3701
+
3702
+ .dark .border-secondary-50-900-token{
3703
+ border-color:rgb(var(--color-secondary-900))
3704
+ }
3705
+
3706
+ .dark .border-secondary-100-800-token{
3707
+ border-color:rgb(var(--color-secondary-800))
3708
+ }
3709
+
3710
+ .dark .border-secondary-200-700-token{
3711
+ border-color:rgb(var(--color-secondary-700))
3712
+ }
3713
+
3714
+ .dark .border-secondary-300-600-token{
3715
+ border-color:rgb(var(--color-secondary-600))
3716
+ }
3717
+
3718
+ .dark .border-secondary-400-500-token{
3719
+ border-color:rgb(var(--color-secondary-500))
3720
+ }
3721
+
3722
+ .dark .border-secondary-900-50-token{
3723
+ border-color:rgb(var(--color-secondary-50))
3724
+ }
3725
+
3726
+ .dark .border-secondary-800-100-token{
3727
+ border-color:rgb(var(--color-secondary-100))
3728
+ }
3729
+
3730
+ .dark .border-secondary-700-200-token{
3731
+ border-color:rgb(var(--color-secondary-200))
3732
+ }
3733
+
3734
+ .dark .border-secondary-600-300-token{
3735
+ border-color:rgb(var(--color-secondary-300))
3736
+ }
3737
+
3738
+ .dark .border-secondary-500-400-token{
3739
+ border-color:rgb(var(--color-secondary-400))
3740
+ }
3741
+
3742
+ .dark .border-tertiary-50-900-token{
3743
+ border-color:rgb(var(--color-tertiary-900))
3744
+ }
3745
+
3746
+ .dark .border-tertiary-100-800-token{
3747
+ border-color:rgb(var(--color-tertiary-800))
3748
+ }
3749
+
3750
+ .dark .border-tertiary-200-700-token{
3751
+ border-color:rgb(var(--color-tertiary-700))
3752
+ }
3753
+
3754
+ .dark .border-tertiary-300-600-token{
3755
+ border-color:rgb(var(--color-tertiary-600))
3756
+ }
3757
+
3758
+ .dark .border-tertiary-400-500-token{
3759
+ border-color:rgb(var(--color-tertiary-500))
3760
+ }
3761
+
3762
+ .dark .border-tertiary-900-50-token{
3763
+ border-color:rgb(var(--color-tertiary-50))
3764
+ }
3765
+
3766
+ .dark .border-tertiary-800-100-token{
3767
+ border-color:rgb(var(--color-tertiary-100))
3768
+ }
3769
+
3770
+ .dark .border-tertiary-700-200-token{
3771
+ border-color:rgb(var(--color-tertiary-200))
3772
+ }
3773
+
3774
+ .dark .border-tertiary-600-300-token{
3775
+ border-color:rgb(var(--color-tertiary-300))
3776
+ }
3777
+
3778
+ .dark .border-tertiary-500-400-token{
3779
+ border-color:rgb(var(--color-tertiary-400))
3780
+ }
3781
+
3782
+ .dark .border-success-50-900-token{
3783
+ border-color:rgb(var(--color-success-900))
3784
+ }
3785
+
3786
+ .dark .border-success-100-800-token{
3787
+ border-color:rgb(var(--color-success-800))
3788
+ }
3789
+
3790
+ .dark .border-success-200-700-token{
3791
+ border-color:rgb(var(--color-success-700))
3792
+ }
3793
+
3794
+ .dark .border-success-300-600-token{
3795
+ border-color:rgb(var(--color-success-600))
3796
+ }
3797
+
3798
+ .dark .border-success-400-500-token{
3799
+ border-color:rgb(var(--color-success-500))
3800
+ }
3801
+
3802
+ .dark .border-success-900-50-token{
3803
+ border-color:rgb(var(--color-success-50))
3804
+ }
3805
+
3806
+ .dark .border-success-800-100-token{
3807
+ border-color:rgb(var(--color-success-100))
3808
+ }
3809
+
3810
+ .dark .border-success-700-200-token{
3811
+ border-color:rgb(var(--color-success-200))
3812
+ }
3813
+
3814
+ .dark .border-success-600-300-token{
3815
+ border-color:rgb(var(--color-success-300))
3816
+ }
3817
+
3818
+ .dark .border-success-500-400-token{
3819
+ border-color:rgb(var(--color-success-400))
3820
+ }
3821
+
3822
+ .dark .border-warning-50-900-token{
3823
+ border-color:rgb(var(--color-warning-900))
3824
+ }
3825
+
3826
+ .dark .border-warning-100-800-token{
3827
+ border-color:rgb(var(--color-warning-800))
3828
+ }
3829
+
3830
+ .dark .border-warning-200-700-token{
3831
+ border-color:rgb(var(--color-warning-700))
3832
+ }
3833
+
3834
+ .dark .border-warning-300-600-token{
3835
+ border-color:rgb(var(--color-warning-600))
3836
+ }
3837
+
3838
+ .dark .border-warning-400-500-token{
3839
+ border-color:rgb(var(--color-warning-500))
3840
+ }
3841
+
3842
+ .dark .border-warning-900-50-token{
3843
+ border-color:rgb(var(--color-warning-50))
3844
+ }
3845
+
3846
+ .dark .border-warning-800-100-token{
3847
+ border-color:rgb(var(--color-warning-100))
3848
+ }
3849
+
3850
+ .dark .border-warning-700-200-token{
3851
+ border-color:rgb(var(--color-warning-200))
3852
+ }
3853
+
3854
+ .dark .border-warning-600-300-token{
3855
+ border-color:rgb(var(--color-warning-300))
3856
+ }
3857
+
3858
+ .dark .border-warning-500-400-token{
3859
+ border-color:rgb(var(--color-warning-400))
3860
+ }
3861
+
3862
+ .dark .border-error-50-900-token{
3863
+ border-color:rgb(var(--color-error-900))
3864
+ }
3865
+
3866
+ .dark .border-error-100-800-token{
3867
+ border-color:rgb(var(--color-error-800))
3868
+ }
3869
+
3870
+ .dark .border-error-200-700-token{
3871
+ border-color:rgb(var(--color-error-700))
3872
+ }
3873
+
3874
+ .dark .border-error-300-600-token{
3875
+ border-color:rgb(var(--color-error-600))
3876
+ }
3877
+
3878
+ .dark .border-error-400-500-token{
3879
+ border-color:rgb(var(--color-error-500))
3880
+ }
3881
+
3882
+ .dark .border-error-900-50-token{
3883
+ border-color:rgb(var(--color-error-50))
3884
+ }
3885
+
3886
+ .dark .border-error-800-100-token{
3887
+ border-color:rgb(var(--color-error-100))
3888
+ }
3889
+
3890
+ .dark .border-error-700-200-token{
3891
+ border-color:rgb(var(--color-error-200))
3892
+ }
3893
+
3894
+ .dark .border-error-600-300-token{
3895
+ border-color:rgb(var(--color-error-300))
3896
+ }
3897
+
3898
+ .dark .border-error-500-400-token{
3899
+ border-color:rgb(var(--color-error-400))
3900
+ }
3901
+
3902
+ .dark .border-surface-50-900-token{
3903
+ border-color:rgb(var(--color-surface-900))
3904
+ }
3905
+
3906
+ .dark .border-surface-100-800-token{
3907
+ border-color:rgb(var(--color-surface-800))
3908
+ }
3909
+
3910
+ .dark .border-surface-200-700-token{
3911
+ border-color:rgb(var(--color-surface-700))
3912
+ }
3913
+
3914
+ .dark .border-surface-300-600-token{
3915
+ border-color:rgb(var(--color-surface-600))
3916
+ }
3917
+
3918
+ .dark .border-surface-400-500-token{
3919
+ border-color:rgb(var(--color-surface-500))
3920
+ }
3921
+
3922
+ .dark .border-surface-900-50-token{
3923
+ border-color:rgb(var(--color-surface-50))
3924
+ }
3925
+
3926
+ .dark .border-surface-800-100-token{
3927
+ border-color:rgb(var(--color-surface-100))
3928
+ }
3929
+
3930
+ .dark .border-surface-700-200-token{
3931
+ border-color:rgb(var(--color-surface-200))
3932
+ }
3933
+
3934
+ .dark .border-surface-600-300-token{
3935
+ border-color:rgb(var(--color-surface-300))
3936
+ }
3937
+
3938
+ .dark .border-surface-500-400-token{
3939
+ border-color:rgb(var(--color-surface-400))
3940
+ }
3941
+
3942
+ .rounded-token{
3943
+ border-radius:var(--theme-rounded-base)
3944
+ }
3945
+
3946
+ .rounded-container-token{
3947
+ border-radius:var(--theme-rounded-container)
3948
+ }
3949
+
3950
+ .dark .fill-token{
3951
+ fill:rgba(var(--theme-font-color-dark))
3952
+ }
3953
+
3954
+ .dark .text-token{
3955
+ color:rgba(var(--theme-font-color-dark))
3956
+ }
3957
+
3958
+ .dark .text-primary-50-900-token{
3959
+ color:rgb(var(--color-primary-900))
3960
+ }
3961
+
3962
+ .dark .text-primary-100-800-token{
3963
+ color:rgb(var(--color-primary-800))
3964
+ }
3965
+
3966
+ .dark .text-primary-200-700-token{
3967
+ color:rgb(var(--color-primary-700))
3968
+ }
3969
+
3970
+ .dark .text-primary-300-600-token{
3971
+ color:rgb(var(--color-primary-600))
3972
+ }
3973
+
3974
+ .dark .text-primary-400-500-token{
3975
+ color:rgb(var(--color-primary-500))
3976
+ }
3977
+
3978
+ .dark .text-primary-900-50-token{
3979
+ color:rgb(var(--color-primary-50))
3980
+ }
3981
+
3982
+ .dark .text-primary-800-100-token{
3983
+ color:rgb(var(--color-primary-100))
3984
+ }
3985
+
3986
+ .dark .text-primary-700-200-token{
3987
+ color:rgb(var(--color-primary-200))
3988
+ }
3989
+
3990
+ .dark .text-primary-600-300-token{
3991
+ color:rgb(var(--color-primary-300))
3992
+ }
3993
+
3994
+ .dark .text-primary-500-400-token{
3995
+ color:rgb(var(--color-primary-400))
3996
+ }
3997
+
3998
+ .dark .text-secondary-50-900-token{
3999
+ color:rgb(var(--color-secondary-900))
4000
+ }
4001
+
4002
+ .dark .text-secondary-100-800-token{
4003
+ color:rgb(var(--color-secondary-800))
4004
+ }
4005
+
4006
+ .dark .text-secondary-200-700-token{
4007
+ color:rgb(var(--color-secondary-700))
4008
+ }
4009
+
4010
+ .dark .text-secondary-300-600-token{
4011
+ color:rgb(var(--color-secondary-600))
4012
+ }
4013
+
4014
+ .dark .text-secondary-400-500-token{
4015
+ color:rgb(var(--color-secondary-500))
4016
+ }
4017
+
4018
+ .dark .text-secondary-900-50-token{
4019
+ color:rgb(var(--color-secondary-50))
4020
+ }
4021
+
4022
+ .dark .text-secondary-800-100-token{
4023
+ color:rgb(var(--color-secondary-100))
4024
+ }
4025
+
4026
+ .dark .text-secondary-700-200-token{
4027
+ color:rgb(var(--color-secondary-200))
4028
+ }
4029
+
4030
+ .dark .text-secondary-600-300-token{
4031
+ color:rgb(var(--color-secondary-300))
4032
+ }
4033
+
4034
+ .dark .text-secondary-500-400-token{
4035
+ color:rgb(var(--color-secondary-400))
4036
+ }
4037
+
4038
+ .dark .text-tertiary-50-900-token{
4039
+ color:rgb(var(--color-tertiary-900))
4040
+ }
4041
+
4042
+ .dark .text-tertiary-100-800-token{
4043
+ color:rgb(var(--color-tertiary-800))
4044
+ }
4045
+
4046
+ .dark .text-tertiary-200-700-token{
4047
+ color:rgb(var(--color-tertiary-700))
4048
+ }
4049
+
4050
+ .dark .text-tertiary-300-600-token{
4051
+ color:rgb(var(--color-tertiary-600))
4052
+ }
4053
+
4054
+ .dark .text-tertiary-400-500-token{
4055
+ color:rgb(var(--color-tertiary-500))
4056
+ }
4057
+
4058
+ .dark .text-tertiary-900-50-token{
4059
+ color:rgb(var(--color-tertiary-50))
4060
+ }
4061
+
4062
+ .dark .text-tertiary-800-100-token{
4063
+ color:rgb(var(--color-tertiary-100))
4064
+ }
4065
+
4066
+ .dark .text-tertiary-700-200-token{
4067
+ color:rgb(var(--color-tertiary-200))
4068
+ }
4069
+
4070
+ .dark .text-tertiary-600-300-token{
4071
+ color:rgb(var(--color-tertiary-300))
4072
+ }
4073
+
4074
+ .dark .text-tertiary-500-400-token{
4075
+ color:rgb(var(--color-tertiary-400))
4076
+ }
4077
+
4078
+ .dark .text-success-50-900-token{
4079
+ color:rgb(var(--color-success-900))
4080
+ }
4081
+
4082
+ .dark .text-success-100-800-token{
4083
+ color:rgb(var(--color-success-800))
4084
+ }
4085
+
4086
+ .dark .text-success-200-700-token{
4087
+ color:rgb(var(--color-success-700))
4088
+ }
4089
+
4090
+ .dark .text-success-300-600-token{
4091
+ color:rgb(var(--color-success-600))
4092
+ }
4093
+
4094
+ .dark .text-success-400-500-token{
4095
+ color:rgb(var(--color-success-500))
4096
+ }
4097
+
4098
+ .dark .text-success-900-50-token{
4099
+ color:rgb(var(--color-success-50))
4100
+ }
4101
+
4102
+ .dark .text-success-800-100-token{
4103
+ color:rgb(var(--color-success-100))
4104
+ }
4105
+
4106
+ .dark .text-success-700-200-token{
4107
+ color:rgb(var(--color-success-200))
4108
+ }
4109
+
4110
+ .dark .text-success-600-300-token{
4111
+ color:rgb(var(--color-success-300))
4112
+ }
4113
+
4114
+ .dark .text-success-500-400-token{
4115
+ color:rgb(var(--color-success-400))
4116
+ }
4117
+
4118
+ .dark .text-warning-50-900-token{
4119
+ color:rgb(var(--color-warning-900))
4120
+ }
4121
+
4122
+ .dark .text-warning-100-800-token{
4123
+ color:rgb(var(--color-warning-800))
4124
+ }
4125
+
4126
+ .dark .text-warning-200-700-token{
4127
+ color:rgb(var(--color-warning-700))
4128
+ }
4129
+
4130
+ .dark .text-warning-300-600-token{
4131
+ color:rgb(var(--color-warning-600))
4132
+ }
4133
+
4134
+ .dark .text-warning-400-500-token{
4135
+ color:rgb(var(--color-warning-500))
4136
+ }
4137
+
4138
+ .dark .text-warning-900-50-token{
4139
+ color:rgb(var(--color-warning-50))
4140
+ }
4141
+
4142
+ .dark .text-warning-800-100-token{
4143
+ color:rgb(var(--color-warning-100))
4144
+ }
4145
+
4146
+ .dark .text-warning-700-200-token{
4147
+ color:rgb(var(--color-warning-200))
4148
+ }
4149
+
4150
+ .dark .text-warning-600-300-token{
4151
+ color:rgb(var(--color-warning-300))
4152
+ }
4153
+
4154
+ .dark .text-warning-500-400-token{
4155
+ color:rgb(var(--color-warning-400))
4156
+ }
4157
+
4158
+ .dark .text-error-50-900-token{
4159
+ color:rgb(var(--color-error-900))
4160
+ }
4161
+
4162
+ .dark .text-error-100-800-token{
4163
+ color:rgb(var(--color-error-800))
4164
+ }
4165
+
4166
+ .dark .text-error-200-700-token{
4167
+ color:rgb(var(--color-error-700))
4168
+ }
4169
+
4170
+ .dark .text-error-300-600-token{
4171
+ color:rgb(var(--color-error-600))
4172
+ }
4173
+
4174
+ .dark .text-error-400-500-token{
4175
+ color:rgb(var(--color-error-500))
4176
+ }
4177
+
4178
+ .dark .text-error-900-50-token{
4179
+ color:rgb(var(--color-error-50))
4180
+ }
4181
+
4182
+ .dark .text-error-800-100-token{
4183
+ color:rgb(var(--color-error-100))
4184
+ }
4185
+
4186
+ .dark .text-error-700-200-token{
4187
+ color:rgb(var(--color-error-200))
4188
+ }
4189
+
4190
+ .dark .text-error-600-300-token{
4191
+ color:rgb(var(--color-error-300))
4192
+ }
4193
+
4194
+ .dark .text-error-500-400-token{
4195
+ color:rgb(var(--color-error-400))
4196
+ }
4197
+
4198
+ .dark .text-surface-50-900-token{
4199
+ color:rgb(var(--color-surface-900))
4200
+ }
4201
+
4202
+ .dark .text-surface-100-800-token{
4203
+ color:rgb(var(--color-surface-800))
4204
+ }
4205
+
4206
+ .dark .text-surface-200-700-token{
4207
+ color:rgb(var(--color-surface-700))
4208
+ }
4209
+
4210
+ .dark .text-surface-300-600-token{
4211
+ color:rgb(var(--color-surface-600))
4212
+ }
4213
+
4214
+ .dark .text-surface-400-500-token{
4215
+ color:rgb(var(--color-surface-500))
4216
+ }
4217
+
4218
+ .dark .text-surface-900-50-token{
4219
+ color:rgb(var(--color-surface-50))
4220
+ }
4221
+
4222
+ .dark .text-surface-800-100-token{
4223
+ color:rgb(var(--color-surface-100))
4224
+ }
4225
+
4226
+ .dark .text-surface-700-200-token{
4227
+ color:rgb(var(--color-surface-200))
4228
+ }
4229
+
4230
+ .dark .text-surface-600-300-token{
4231
+ color:rgb(var(--color-surface-300))
4232
+ }
4233
+
4234
+ .dark .text-surface-500-400-token{
4235
+ color:rgb(var(--color-surface-400))
4236
+ }
4237
+
4238
+ .dark .ring-outline-token{
4239
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
4240
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
4241
+ box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
4242
+ --tw-ring-inset: inset;
4243
+ --tw-ring-color: rgb(250 250 250 / .05)
4244
+ }
4245
+
4246
+ .dark .ring-primary-50-900-token{
4247
+ --tw-ring-color: rgb(var(--color-primary-900) / 1)
4248
+ }
4249
+
4250
+ .dark .ring-primary-100-800-token{
4251
+ --tw-ring-color: rgb(var(--color-primary-800) / 1)
4252
+ }
4253
+
4254
+ .dark .ring-primary-200-700-token{
4255
+ --tw-ring-color: rgb(var(--color-primary-700) / 1)
4256
+ }
4257
+
4258
+ .dark .ring-primary-300-600-token{
4259
+ --tw-ring-color: rgb(var(--color-primary-600) / 1)
4260
+ }
4261
+
4262
+ .dark .ring-primary-400-500-token{
4263
+ --tw-ring-color: rgb(var(--color-primary-500) / 1)
4264
+ }
4265
+
4266
+ .dark .ring-primary-900-50-token{
4267
+ --tw-ring-color: rgb(var(--color-primary-50) / 1)
4268
+ }
4269
+
4270
+ .dark .ring-primary-800-100-token{
4271
+ --tw-ring-color: rgb(var(--color-primary-100) / 1)
4272
+ }
4273
+
4274
+ .dark .ring-primary-700-200-token{
4275
+ --tw-ring-color: rgb(var(--color-primary-200) / 1)
4276
+ }
4277
+
4278
+ .dark .ring-primary-600-300-token{
4279
+ --tw-ring-color: rgb(var(--color-primary-300) / 1)
4280
+ }
4281
+
4282
+ .dark .ring-primary-500-400-token{
4283
+ --tw-ring-color: rgb(var(--color-primary-400) / 1)
4284
+ }
4285
+
4286
+ .dark .ring-secondary-50-900-token{
4287
+ --tw-ring-color: rgb(var(--color-secondary-900) / 1)
4288
+ }
4289
+
4290
+ .dark .ring-secondary-100-800-token{
4291
+ --tw-ring-color: rgb(var(--color-secondary-800) / 1)
4292
+ }
4293
+
4294
+ .dark .ring-secondary-200-700-token{
4295
+ --tw-ring-color: rgb(var(--color-secondary-700) / 1)
4296
+ }
4297
+
4298
+ .dark .ring-secondary-300-600-token{
4299
+ --tw-ring-color: rgb(var(--color-secondary-600) / 1)
4300
+ }
4301
+
4302
+ .dark .ring-secondary-400-500-token{
4303
+ --tw-ring-color: rgb(var(--color-secondary-500) / 1)
4304
+ }
4305
+
4306
+ .dark .ring-secondary-900-50-token{
4307
+ --tw-ring-color: rgb(var(--color-secondary-50) / 1)
4308
+ }
4309
+
4310
+ .dark .ring-secondary-800-100-token{
4311
+ --tw-ring-color: rgb(var(--color-secondary-100) / 1)
4312
+ }
4313
+
4314
+ .dark .ring-secondary-700-200-token{
4315
+ --tw-ring-color: rgb(var(--color-secondary-200) / 1)
4316
+ }
4317
+
4318
+ .dark .ring-secondary-600-300-token{
4319
+ --tw-ring-color: rgb(var(--color-secondary-300) / 1)
4320
+ }
4321
+
4322
+ .dark .ring-secondary-500-400-token{
4323
+ --tw-ring-color: rgb(var(--color-secondary-400) / 1)
4324
+ }
4325
+
4326
+ .dark .ring-tertiary-50-900-token{
4327
+ --tw-ring-color: rgb(var(--color-tertiary-900) / 1)
4328
+ }
4329
+
4330
+ .dark .ring-tertiary-100-800-token{
4331
+ --tw-ring-color: rgb(var(--color-tertiary-800) / 1)
4332
+ }
4333
+
4334
+ .dark .ring-tertiary-200-700-token{
4335
+ --tw-ring-color: rgb(var(--color-tertiary-700) / 1)
4336
+ }
4337
+
4338
+ .dark .ring-tertiary-300-600-token{
4339
+ --tw-ring-color: rgb(var(--color-tertiary-600) / 1)
4340
+ }
4341
+
4342
+ .dark .ring-tertiary-400-500-token{
4343
+ --tw-ring-color: rgb(var(--color-tertiary-500) / 1)
4344
+ }
4345
+
4346
+ .dark .ring-tertiary-900-50-token{
4347
+ --tw-ring-color: rgb(var(--color-tertiary-50) / 1)
4348
+ }
4349
+
4350
+ .dark .ring-tertiary-800-100-token{
4351
+ --tw-ring-color: rgb(var(--color-tertiary-100) / 1)
4352
+ }
4353
+
4354
+ .dark .ring-tertiary-700-200-token{
4355
+ --tw-ring-color: rgb(var(--color-tertiary-200) / 1)
4356
+ }
4357
+
4358
+ .dark .ring-tertiary-600-300-token{
4359
+ --tw-ring-color: rgb(var(--color-tertiary-300) / 1)
4360
+ }
4361
+
4362
+ .dark .ring-tertiary-500-400-token{
4363
+ --tw-ring-color: rgb(var(--color-tertiary-400) / 1)
4364
+ }
4365
+
4366
+ .dark .ring-success-50-900-token{
4367
+ --tw-ring-color: rgb(var(--color-success-900) / 1)
4368
+ }
4369
+
4370
+ .dark .ring-success-100-800-token{
4371
+ --tw-ring-color: rgb(var(--color-success-800) / 1)
4372
+ }
4373
+
4374
+ .dark .ring-success-200-700-token{
4375
+ --tw-ring-color: rgb(var(--color-success-700) / 1)
4376
+ }
4377
+
4378
+ .dark .ring-success-300-600-token{
4379
+ --tw-ring-color: rgb(var(--color-success-600) / 1)
4380
+ }
4381
+
4382
+ .dark .ring-success-400-500-token{
4383
+ --tw-ring-color: rgb(var(--color-success-500) / 1)
4384
+ }
4385
+
4386
+ .dark .ring-success-900-50-token{
4387
+ --tw-ring-color: rgb(var(--color-success-50) / 1)
4388
+ }
4389
+
4390
+ .dark .ring-success-800-100-token{
4391
+ --tw-ring-color: rgb(var(--color-success-100) / 1)
4392
+ }
4393
+
4394
+ .dark .ring-success-700-200-token{
4395
+ --tw-ring-color: rgb(var(--color-success-200) / 1)
4396
+ }
4397
+
4398
+ .dark .ring-success-600-300-token{
4399
+ --tw-ring-color: rgb(var(--color-success-300) / 1)
4400
+ }
4401
+
4402
+ .dark .ring-success-500-400-token{
4403
+ --tw-ring-color: rgb(var(--color-success-400) / 1)
4404
+ }
4405
+
4406
+ .dark .ring-warning-50-900-token{
4407
+ --tw-ring-color: rgb(var(--color-warning-900) / 1)
4408
+ }
4409
+
4410
+ .dark .ring-warning-100-800-token{
4411
+ --tw-ring-color: rgb(var(--color-warning-800) / 1)
4412
+ }
4413
+
4414
+ .dark .ring-warning-200-700-token{
4415
+ --tw-ring-color: rgb(var(--color-warning-700) / 1)
4416
+ }
4417
+
4418
+ .dark .ring-warning-300-600-token{
4419
+ --tw-ring-color: rgb(var(--color-warning-600) / 1)
4420
+ }
4421
+
4422
+ .dark .ring-warning-400-500-token{
4423
+ --tw-ring-color: rgb(var(--color-warning-500) / 1)
4424
+ }
4425
+
4426
+ .dark .ring-warning-900-50-token{
4427
+ --tw-ring-color: rgb(var(--color-warning-50) / 1)
4428
+ }
4429
+
4430
+ .dark .ring-warning-800-100-token{
4431
+ --tw-ring-color: rgb(var(--color-warning-100) / 1)
4432
+ }
4433
+
4434
+ .dark .ring-warning-700-200-token{
4435
+ --tw-ring-color: rgb(var(--color-warning-200) / 1)
4436
+ }
4437
+
4438
+ .dark .ring-warning-600-300-token{
4439
+ --tw-ring-color: rgb(var(--color-warning-300) / 1)
4440
+ }
4441
+
4442
+ .dark .ring-warning-500-400-token{
4443
+ --tw-ring-color: rgb(var(--color-warning-400) / 1)
4444
+ }
4445
+
4446
+ .dark .ring-error-50-900-token{
4447
+ --tw-ring-color: rgb(var(--color-error-900) / 1)
4448
+ }
4449
+
4450
+ .dark .ring-error-100-800-token{
4451
+ --tw-ring-color: rgb(var(--color-error-800) / 1)
4452
+ }
4453
+
4454
+ .dark .ring-error-200-700-token{
4455
+ --tw-ring-color: rgb(var(--color-error-700) / 1)
4456
+ }
4457
+
4458
+ .dark .ring-error-300-600-token{
4459
+ --tw-ring-color: rgb(var(--color-error-600) / 1)
4460
+ }
4461
+
4462
+ .dark .ring-error-400-500-token{
4463
+ --tw-ring-color: rgb(var(--color-error-500) / 1)
4464
+ }
4465
+
4466
+ .dark .ring-error-900-50-token{
4467
+ --tw-ring-color: rgb(var(--color-error-50) / 1)
4468
+ }
4469
+
4470
+ .dark .ring-error-800-100-token{
4471
+ --tw-ring-color: rgb(var(--color-error-100) / 1)
4472
+ }
4473
+
4474
+ .dark .ring-error-700-200-token{
4475
+ --tw-ring-color: rgb(var(--color-error-200) / 1)
4476
+ }
4477
+
4478
+ .dark .ring-error-600-300-token{
4479
+ --tw-ring-color: rgb(var(--color-error-300) / 1)
4480
+ }
4481
+
4482
+ .dark .ring-error-500-400-token{
4483
+ --tw-ring-color: rgb(var(--color-error-400) / 1)
4484
+ }
4485
+
4486
+ .dark .ring-surface-50-900-token{
4487
+ --tw-ring-color: rgb(var(--color-surface-900) / 1)
4488
+ }
4489
+
4490
+ .dark .ring-surface-100-800-token{
4491
+ --tw-ring-color: rgb(var(--color-surface-800) / 1)
4492
+ }
4493
+
4494
+ .dark .ring-surface-200-700-token{
4495
+ --tw-ring-color: rgb(var(--color-surface-700) / 1)
4496
+ }
4497
+
4498
+ .dark .ring-surface-300-600-token{
4499
+ --tw-ring-color: rgb(var(--color-surface-600) / 1)
4500
+ }
4501
+
4502
+ .dark .ring-surface-400-500-token{
4503
+ --tw-ring-color: rgb(var(--color-surface-500) / 1)
4504
+ }
4505
+
4506
+ .dark .ring-surface-900-50-token{
4507
+ --tw-ring-color: rgb(var(--color-surface-50) / 1)
4508
+ }
4509
+
4510
+ .dark .ring-surface-800-100-token{
4511
+ --tw-ring-color: rgb(var(--color-surface-100) / 1)
4512
+ }
4513
+
4514
+ .dark .ring-surface-700-200-token{
4515
+ --tw-ring-color: rgb(var(--color-surface-200) / 1)
4516
+ }
4517
+
4518
+ .dark .ring-surface-600-300-token{
4519
+ --tw-ring-color: rgb(var(--color-surface-300) / 1)
4520
+ }
4521
+
4522
+ .dark .ring-surface-500-400-token{
4523
+ --tw-ring-color: rgb(var(--color-surface-400) / 1)
4524
+ }
4525
+
4526
+ .hover\:cursor-pointer:hover{
4527
+ cursor:pointer
4528
+ }
4529
+
4530
+ .hover\:bg-primary-100:hover{
4531
+ --tw-bg-opacity: 1;
4532
+ background-color:rgb(var(--color-primary-100) / var(--tw-bg-opacity))
4533
+ }
4534
+
4535
+ .hover\:text-primary-900:hover{
4536
+ --tw-text-opacity: 1;
4537
+ color:rgb(var(--color-primary-900) / var(--tw-text-opacity))
4538
+ }
4539
+
4540
+ @media (min-width: 1024px){
4541
+ .lg\:max-h-\[500px\]{
4542
+ max-height:500px
4543
+ }
4544
+ }
4545
+
4546
+ :root{
4547
+ --theme-font-family-base: system-ui;
4548
+ --theme-font-family-heading: system-ui;
4549
+ --theme-font-color-base: 0 0 0;
4550
+ --theme-font-color-dark: 255 255 255;
4551
+ --theme-rounded-base: 9999px;
4552
+ --theme-rounded-container: 8px;
4553
+ --theme-border-base: 1px;
4554
+ --on-primary: 0 0 0;
4555
+ --on-secondary: 255 255 255;
4556
+ --on-tertiary: 0 0 0;
4557
+ --on-success: 0 0 0;
4558
+ --on-warning: 0 0 0;
4559
+ --on-error: 255 255 255;
4560
+ --on-surface: 255 255 255;
4561
+ --color-primary-50: 219 245 236;
4562
+ --color-primary-100: 207 241 230;
4563
+ --color-primary-200: 195 238 224;
4564
+ --color-primary-300: 159 227 205;
4565
+ --color-primary-400: 87 207 167;
4566
+ --color-primary-500: 15 186 129;
4567
+ --color-primary-600: 14 167 116;
4568
+ --color-primary-700: 11 140 97;
4569
+ --color-primary-800: 9 112 77;
4570
+ --color-primary-900: 7 91 63;
4571
+ --color-secondary-50: 229 227 251;
4572
+ --color-secondary-100: 220 218 250;
4573
+ --color-secondary-200: 211 209 249;
4574
+ --color-secondary-300: 185 181 245;
4575
+ --color-secondary-400: 132 126 237;
4576
+ --color-secondary-500: 79 70 229;
4577
+ --color-secondary-600: 71 63 206;
4578
+ --color-secondary-700: 59 53 172;
4579
+ --color-secondary-800: 47 42 137;
4580
+ --color-secondary-900: 39 34 112;
4581
+ --color-tertiary-50: 219 242 252;
4582
+ --color-tertiary-100: 207 237 251;
4583
+ --color-tertiary-200: 195 233 250;
4584
+ --color-tertiary-300: 159 219 246;
4585
+ --color-tertiary-400: 86 192 240;
4586
+ --color-tertiary-500: 14 165 233;
4587
+ --color-tertiary-600: 13 149 210;
4588
+ --color-tertiary-700: 11 124 175;
4589
+ --color-tertiary-800: 8 99 140;
4590
+ --color-tertiary-900: 7 81 114;
4591
+ --color-success-50: 237 247 220;
4592
+ --color-success-100: 230 245 208;
4593
+ --color-success-200: 224 242 197;
4594
+ --color-success-300: 206 235 162;
4595
+ --color-success-400: 169 219 92;
4596
+ --color-success-500: 132 204 22;
4597
+ --color-success-600: 119 184 20;
4598
+ --color-success-700: 99 153 17;
4599
+ --color-success-800: 79 122 13;
4600
+ --color-success-900: 65 100 11;
4601
+ --color-warning-50: 252 244 218;
4602
+ --color-warning-100: 251 240 206;
4603
+ --color-warning-200: 250 236 193;
4604
+ --color-warning-300: 247 225 156;
4605
+ --color-warning-400: 240 202 82;
4606
+ --color-warning-500: 234 179 8;
4607
+ --color-warning-600: 211 161 7;
4608
+ --color-warning-700: 176 134 6;
4609
+ --color-warning-800: 140 107 5;
4610
+ --color-warning-900: 115 88 4;
4611
+ --color-error-50: 249 221 234;
4612
+ --color-error-100: 246 209 228;
4613
+ --color-error-200: 244 198 221;
4614
+ --color-error-300: 238 163 200;
4615
+ --color-error-400: 225 94 159;
4616
+ --color-error-500: 212 25 118;
4617
+ --color-error-600: 191 23 106;
4618
+ --color-error-700: 159 19 89;
4619
+ --color-error-800: 127 15 71;
4620
+ --color-error-900: 104 12 58;
4621
+ --color-surface-50: 228 230 238;
4622
+ --color-surface-100: 219 222 233;
4623
+ --color-surface-200: 210 214 227;
4624
+ --color-surface-300: 182 189 210;
4625
+ --color-surface-400: 128 140 177;
4626
+ --color-surface-500: 73 90 143;
4627
+ --color-surface-600: 66 81 129;
4628
+ --color-surface-700: 55 68 107;
4629
+ --color-surface-800: 44 54 86;
4630
+ --color-surface-900: 36 44 70
4631
+ }
4632
+
4633
+ [data-theme=vuetiful] h1,[data-theme=vuetiful] h2,[data-theme=vuetiful] h3,[data-theme=vuetiful] h4,[data-theme=vuetiful] h5,[data-theme=vuetiful] h6{
4634
+ font-weight:700
4635
+ }
4636
+
4637
+ [data-theme=vuetiful]{
4638
+ background-image:radial-gradient(at 0% 0%,rgba(var(--color-secondary-500) / .33) 0px,transparent 50%),radial-gradient(at 98% 1%,rgba(var(--color-error-500) / .33) 0px,transparent 50%)
4639
+ }
4640
+
4641
+ .cc-theme-switcher__popup[data-v-74718370]{
4642
+ position:absolute;
4643
+ z-index:1;
4644
+ margin-top:.25rem
4645
+ }