@crvy/rprtr 0.0.3

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 (50) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/LICENSE +21 -0
  3. package/README.md +130 -0
  4. package/dist/chunk-BRFA7JCQ.js +729 -0
  5. package/dist/chunk-IEYNAB6M.js +263 -0
  6. package/dist/cli.d.ts +10 -0
  7. package/dist/cli.d.ts.map +1 -0
  8. package/dist/cli.js +61 -0
  9. package/dist/index.css +1335 -0
  10. package/dist/index.html +14 -0
  11. package/dist/index.js +21106 -0
  12. package/dist/is-direct-execution.d.ts +2 -0
  13. package/dist/is-direct-execution.d.ts.map +1 -0
  14. package/dist/offline-reports.d.ts +9 -0
  15. package/dist/offline-reports.d.ts.map +1 -0
  16. package/dist/report-artifact.d.ts +12 -0
  17. package/dist/report-artifact.d.ts.map +1 -0
  18. package/dist/report-state.d.ts +28 -0
  19. package/dist/report-state.d.ts.map +1 -0
  20. package/dist/report-utils.d.ts +5 -0
  21. package/dist/report-utils.d.ts.map +1 -0
  22. package/dist/reporter-utils.d.ts +3 -0
  23. package/dist/reporter-utils.d.ts.map +1 -0
  24. package/dist/reporter.d.ts +34 -0
  25. package/dist/reporter.d.ts.map +1 -0
  26. package/dist/reporter.js +393 -0
  27. package/dist/schemas.d.ts +380 -0
  28. package/dist/schemas.d.ts.map +1 -0
  29. package/dist/server/app.d.ts +16 -0
  30. package/dist/server/app.d.ts.map +1 -0
  31. package/dist/server/bun-adapter.d.ts +3 -0
  32. package/dist/server/bun-adapter.d.ts.map +1 -0
  33. package/dist/server/file-utils.d.ts +7 -0
  34. package/dist/server/file-utils.d.ts.map +1 -0
  35. package/dist/server/handlers.d.ts +21 -0
  36. package/dist/server/handlers.d.ts.map +1 -0
  37. package/dist/server/node-adapter.d.ts +3 -0
  38. package/dist/server/node-adapter.d.ts.map +1 -0
  39. package/dist/server/routes.d.ts +16 -0
  40. package/dist/server/routes.d.ts.map +1 -0
  41. package/dist/server/utils.d.ts +3 -0
  42. package/dist/server/utils.d.ts.map +1 -0
  43. package/dist/server/ws.d.ts +4 -0
  44. package/dist/server/ws.d.ts.map +1 -0
  45. package/dist/server.d.ts +4 -0
  46. package/dist/server.d.ts.map +1 -0
  47. package/dist/server.js +7 -0
  48. package/dist/types.d.ts +116 -0
  49. package/dist/types.d.ts.map +1 -0
  50. package/package.json +102 -0
package/dist/index.css ADDED
@@ -0,0 +1,1335 @@
1
+ /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-200: oklch(88.5% 0.062 18.334);
11
+ --color-red-400: oklch(70.4% 0.191 22.216);
12
+ --color-red-500: oklch(63.7% 0.237 25.331);
13
+ --color-red-800: oklch(44.4% 0.177 26.899);
14
+ --color-yellow-200: oklch(94.5% 0.129 101.54);
15
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
16
+ --color-yellow-800: oklch(47.6% 0.114 61.907);
17
+ --color-green-200: oklch(92.5% 0.084 155.995);
18
+ --color-green-400: oklch(79.2% 0.209 151.711);
19
+ --color-green-500: oklch(72.3% 0.219 149.579);
20
+ --color-green-800: oklch(44.8% 0.119 151.328);
21
+ --color-purple-400: oklch(71.4% 0.203 305.504);
22
+ --color-purple-500: oklch(62.7% 0.265 303.9);
23
+ --color-purple-800: oklch(43.8% 0.218 303.724);
24
+ --color-white: #fff;
25
+ --spacing: 0.25rem;
26
+ --text-xs: 0.75rem;
27
+ --text-xs--line-height: calc(1 / 0.75);
28
+ --text-sm: 0.875rem;
29
+ --text-sm--line-height: calc(1.25 / 0.875);
30
+ --text-base: 1rem;
31
+ --text-base--line-height: calc(1.5 / 1);
32
+ --font-weight-normal: 400;
33
+ --font-weight-medium: 500;
34
+ --font-weight-semibold: 600;
35
+ --font-weight-bold: 700;
36
+ --tracking-wider: 0.05em;
37
+ --radius-sm: 0.25rem;
38
+ --radius-md: 0.375rem;
39
+ --radius-xl: 0.75rem;
40
+ --default-transition-duration: 150ms;
41
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
42
+ --default-font-family: var(--font-sans);
43
+ --default-mono-font-family: var(--font-mono);
44
+ --color-surface: var(--c-surface);
45
+ --color-surface-alt: var(--c-surface-alt);
46
+ --color-surface-input: var(--c-surface-input);
47
+ --color-surface-hover: var(--c-surface-hover);
48
+ --color-surface-selected: var(--c-surface-selected);
49
+ --color-surface-panel: var(--c-surface-panel);
50
+ --color-fg: var(--c-fg);
51
+ --color-fg-muted: var(--c-fg-muted);
52
+ --color-fg-bright: var(--c-fg-bright);
53
+ --color-edge: var(--c-edge);
54
+ --color-accent: var(--c-accent);
55
+ --color-success: var(--c-success);
56
+ --color-error: var(--c-error);
57
+ --color-warning: var(--c-warning);
58
+ --color-info: var(--c-info);
59
+ --text-ui: 0.8125rem;
60
+ --text-ui--line-height: 1.4;
61
+ --animate-pulse-dot: pulse-dot 1s infinite;
62
+ }
63
+ }
64
+ @layer base {
65
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
66
+ box-sizing: border-box;
67
+ margin: 0;
68
+ padding: 0;
69
+ border: 0 solid;
70
+ }
71
+ html, :host {
72
+ line-height: 1.5;
73
+ -webkit-text-size-adjust: 100%;
74
+ tab-size: 4;
75
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
76
+ font-feature-settings: var(--default-font-feature-settings, normal);
77
+ font-variation-settings: var(--default-font-variation-settings, normal);
78
+ -webkit-tap-highlight-color: transparent;
79
+ }
80
+ hr {
81
+ height: 0;
82
+ color: inherit;
83
+ border-top-width: 1px;
84
+ }
85
+ abbr:where([title]) {
86
+ -webkit-text-decoration: underline dotted;
87
+ text-decoration: underline dotted;
88
+ }
89
+ h1, h2, h3, h4, h5, h6 {
90
+ font-size: inherit;
91
+ font-weight: inherit;
92
+ }
93
+ a {
94
+ color: inherit;
95
+ -webkit-text-decoration: inherit;
96
+ text-decoration: inherit;
97
+ }
98
+ b, strong {
99
+ font-weight: bolder;
100
+ }
101
+ code, kbd, samp, pre {
102
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
103
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
104
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
105
+ font-size: 1em;
106
+ }
107
+ small {
108
+ font-size: 80%;
109
+ }
110
+ sub, sup {
111
+ font-size: 75%;
112
+ line-height: 0;
113
+ position: relative;
114
+ vertical-align: baseline;
115
+ }
116
+ sub {
117
+ bottom: -0.25em;
118
+ }
119
+ sup {
120
+ top: -0.5em;
121
+ }
122
+ table {
123
+ text-indent: 0;
124
+ border-color: inherit;
125
+ border-collapse: collapse;
126
+ }
127
+ :-moz-focusring {
128
+ outline: auto;
129
+ }
130
+ progress {
131
+ vertical-align: baseline;
132
+ }
133
+ summary {
134
+ display: list-item;
135
+ }
136
+ ol, ul, menu {
137
+ list-style: none;
138
+ }
139
+ img, svg, video, canvas, audio, iframe, embed, object {
140
+ display: block;
141
+ vertical-align: middle;
142
+ }
143
+ img, video {
144
+ max-width: 100%;
145
+ height: auto;
146
+ }
147
+ button, input, select, optgroup, textarea, ::file-selector-button {
148
+ font: inherit;
149
+ font-feature-settings: inherit;
150
+ font-variation-settings: inherit;
151
+ letter-spacing: inherit;
152
+ color: inherit;
153
+ border-radius: 0;
154
+ background-color: transparent;
155
+ opacity: 1;
156
+ }
157
+ :where(select:is([multiple], [size])) optgroup {
158
+ font-weight: bolder;
159
+ }
160
+ :where(select:is([multiple], [size])) optgroup option {
161
+ padding-inline-start: 20px;
162
+ }
163
+ ::file-selector-button {
164
+ margin-inline-end: 4px;
165
+ }
166
+ ::placeholder {
167
+ opacity: 1;
168
+ }
169
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
170
+ ::placeholder {
171
+ color: currentcolor;
172
+ @supports (color: color-mix(in lab, red, red)) {
173
+ color: color-mix(in oklab, currentcolor 50%, transparent);
174
+ }
175
+ }
176
+ }
177
+ textarea {
178
+ resize: vertical;
179
+ }
180
+ ::-webkit-search-decoration {
181
+ -webkit-appearance: none;
182
+ }
183
+ ::-webkit-date-and-time-value {
184
+ min-height: 1lh;
185
+ text-align: inherit;
186
+ }
187
+ ::-webkit-datetime-edit {
188
+ display: inline-flex;
189
+ }
190
+ ::-webkit-datetime-edit-fields-wrapper {
191
+ padding: 0;
192
+ }
193
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
194
+ padding-block: 0;
195
+ }
196
+ ::-webkit-calendar-picker-indicator {
197
+ line-height: 1;
198
+ }
199
+ :-moz-ui-invalid {
200
+ box-shadow: none;
201
+ }
202
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
203
+ appearance: button;
204
+ }
205
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
206
+ height: auto;
207
+ }
208
+ [hidden]:where(:not([hidden="until-found"])) {
209
+ display: none !important;
210
+ }
211
+ }
212
+ @layer utilities {
213
+ .pointer-events-none {
214
+ pointer-events: none;
215
+ }
216
+ .absolute {
217
+ position: absolute;
218
+ }
219
+ .relative {
220
+ position: relative;
221
+ }
222
+ .static {
223
+ position: static;
224
+ }
225
+ .inset-0 {
226
+ inset: calc(var(--spacing) * 0);
227
+ }
228
+ .start {
229
+ inset-inline-start: var(--spacing);
230
+ }
231
+ .end {
232
+ inset-inline-end: var(--spacing);
233
+ }
234
+ .top-0\.5 {
235
+ top: calc(var(--spacing) * 0.5);
236
+ }
237
+ .top-3 {
238
+ top: calc(var(--spacing) * 3);
239
+ }
240
+ .right-3 {
241
+ right: calc(var(--spacing) * 3);
242
+ }
243
+ .left-0\.5 {
244
+ left: calc(var(--spacing) * 0.5);
245
+ }
246
+ .z-10 {
247
+ z-index: 10;
248
+ }
249
+ .z-20 {
250
+ z-index: 20;
251
+ }
252
+ .col-start-1 {
253
+ grid-column-start: 1;
254
+ }
255
+ .row-start-1 {
256
+ grid-row-start: 1;
257
+ }
258
+ .container {
259
+ width: 100%;
260
+ @media (width >= 40rem) {
261
+ max-width: 40rem;
262
+ }
263
+ @media (width >= 48rem) {
264
+ max-width: 48rem;
265
+ }
266
+ @media (width >= 64rem) {
267
+ max-width: 64rem;
268
+ }
269
+ @media (width >= 80rem) {
270
+ max-width: 80rem;
271
+ }
272
+ @media (width >= 96rem) {
273
+ max-width: 96rem;
274
+ }
275
+ }
276
+ .m-0 {
277
+ margin: calc(var(--spacing) * 0);
278
+ }
279
+ .mx-auto {
280
+ margin-inline: auto;
281
+ }
282
+ .mt-1 {
283
+ margin-top: calc(var(--spacing) * 1);
284
+ }
285
+ .mt-2 {
286
+ margin-top: calc(var(--spacing) * 2);
287
+ }
288
+ .mr-3 {
289
+ margin-right: calc(var(--spacing) * 3);
290
+ }
291
+ .mb-2 {
292
+ margin-bottom: calc(var(--spacing) * 2);
293
+ }
294
+ .mb-3 {
295
+ margin-bottom: calc(var(--spacing) * 3);
296
+ }
297
+ .block {
298
+ display: block;
299
+ }
300
+ .contents {
301
+ display: contents;
302
+ }
303
+ .flex {
304
+ display: flex;
305
+ }
306
+ .grid {
307
+ display: grid;
308
+ }
309
+ .inline-block {
310
+ display: inline-block;
311
+ }
312
+ .size-2 {
313
+ width: calc(var(--spacing) * 2);
314
+ height: calc(var(--spacing) * 2);
315
+ }
316
+ .size-3 {
317
+ width: calc(var(--spacing) * 3);
318
+ height: calc(var(--spacing) * 3);
319
+ }
320
+ .size-5 {
321
+ width: calc(var(--spacing) * 5);
322
+ height: calc(var(--spacing) * 5);
323
+ }
324
+ .size-9 {
325
+ width: calc(var(--spacing) * 9);
326
+ height: calc(var(--spacing) * 9);
327
+ }
328
+ .h-0 {
329
+ height: calc(var(--spacing) * 0);
330
+ }
331
+ .h-6 {
332
+ height: calc(var(--spacing) * 6);
333
+ }
334
+ .h-7 {
335
+ height: calc(var(--spacing) * 7);
336
+ }
337
+ .h-9 {
338
+ height: calc(var(--spacing) * 9);
339
+ }
340
+ .h-dvh {
341
+ height: 100dvh;
342
+ }
343
+ .h-full {
344
+ height: 100%;
345
+ }
346
+ .min-h-0 {
347
+ min-height: calc(var(--spacing) * 0);
348
+ }
349
+ .min-h-\[28px\] {
350
+ min-height: 28px;
351
+ }
352
+ .min-h-full {
353
+ min-height: 100%;
354
+ }
355
+ .w-0 {
356
+ width: calc(var(--spacing) * 0);
357
+ }
358
+ .w-3 {
359
+ width: calc(var(--spacing) * 3);
360
+ }
361
+ .w-12 {
362
+ width: calc(var(--spacing) * 12);
363
+ }
364
+ .w-\[300px\] {
365
+ width: 300px;
366
+ }
367
+ .w-auto {
368
+ width: auto;
369
+ }
370
+ .w-fit {
371
+ width: fit-content;
372
+ }
373
+ .w-full {
374
+ width: 100%;
375
+ }
376
+ .max-w-full {
377
+ max-width: 100%;
378
+ }
379
+ .min-w-0 {
380
+ min-width: calc(var(--spacing) * 0);
381
+ }
382
+ .min-w-7 {
383
+ min-width: calc(var(--spacing) * 7);
384
+ }
385
+ .min-w-\[300px\] {
386
+ min-width: 300px;
387
+ }
388
+ .flex-1 {
389
+ flex: 1;
390
+ }
391
+ .shrink-0 {
392
+ flex-shrink: 0;
393
+ }
394
+ .translate-x-6 {
395
+ --tw-translate-x: calc(var(--spacing) * 6);
396
+ translate: var(--tw-translate-x) var(--tw-translate-y);
397
+ }
398
+ .rotate-90 {
399
+ rotate: 90deg;
400
+ }
401
+ .animate-pulse-dot {
402
+ animation: var(--animate-pulse-dot);
403
+ }
404
+ .cursor-not-allowed {
405
+ cursor: not-allowed;
406
+ }
407
+ .cursor-pointer {
408
+ cursor: pointer;
409
+ }
410
+ .flex-col {
411
+ flex-direction: column;
412
+ }
413
+ .flex-row {
414
+ flex-direction: row;
415
+ }
416
+ .flex-wrap {
417
+ flex-wrap: wrap;
418
+ }
419
+ .items-center {
420
+ align-items: center;
421
+ }
422
+ .items-start {
423
+ align-items: flex-start;
424
+ }
425
+ .justify-between {
426
+ justify-content: space-between;
427
+ }
428
+ .justify-center {
429
+ justify-content: center;
430
+ }
431
+ .justify-end {
432
+ justify-content: flex-end;
433
+ }
434
+ .gap-0\.5 {
435
+ gap: calc(var(--spacing) * 0.5);
436
+ }
437
+ .gap-1 {
438
+ gap: calc(var(--spacing) * 1);
439
+ }
440
+ .gap-1\.5 {
441
+ gap: calc(var(--spacing) * 1.5);
442
+ }
443
+ .gap-2 {
444
+ gap: calc(var(--spacing) * 2);
445
+ }
446
+ .gap-3 {
447
+ gap: calc(var(--spacing) * 3);
448
+ }
449
+ .gap-6 {
450
+ gap: calc(var(--spacing) * 6);
451
+ }
452
+ .overflow-auto {
453
+ overflow: auto;
454
+ }
455
+ .overflow-hidden {
456
+ overflow: hidden;
457
+ }
458
+ .overflow-y-auto {
459
+ overflow-y: auto;
460
+ }
461
+ .overscroll-y-contain {
462
+ overscroll-behavior-y: contain;
463
+ }
464
+ .rounded {
465
+ border-radius: 0.25rem;
466
+ }
467
+ .rounded-full {
468
+ border-radius: calc(infinity * 1px);
469
+ }
470
+ .rounded-md {
471
+ border-radius: var(--radius-md);
472
+ }
473
+ .rounded-sm {
474
+ border-radius: var(--radius-sm);
475
+ }
476
+ .rounded-xl {
477
+ border-radius: var(--radius-xl);
478
+ }
479
+ .rounded-t-xl {
480
+ border-top-left-radius: var(--radius-xl);
481
+ border-top-right-radius: var(--radius-xl);
482
+ }
483
+ .rounded-l {
484
+ border-top-left-radius: 0.25rem;
485
+ border-bottom-left-radius: 0.25rem;
486
+ }
487
+ .rounded-r {
488
+ border-top-right-radius: 0.25rem;
489
+ border-bottom-right-radius: 0.25rem;
490
+ }
491
+ .border {
492
+ border-style: var(--tw-border-style);
493
+ border-width: 1px;
494
+ }
495
+ .border-2 {
496
+ border-style: var(--tw-border-style);
497
+ border-width: 2px;
498
+ }
499
+ .border-t {
500
+ border-top-style: var(--tw-border-style);
501
+ border-top-width: 1px;
502
+ }
503
+ .border-r {
504
+ border-right-style: var(--tw-border-style);
505
+ border-right-width: 1px;
506
+ }
507
+ .border-b {
508
+ border-bottom-style: var(--tw-border-style);
509
+ border-bottom-width: 1px;
510
+ }
511
+ .border-accent {
512
+ border-color: var(--color-accent);
513
+ }
514
+ .border-accent\! {
515
+ border-color: var(--color-accent) !important;
516
+ }
517
+ .border-edge {
518
+ border-color: var(--color-edge);
519
+ }
520
+ .border-error {
521
+ border-color: var(--color-error);
522
+ }
523
+ .border-green-500 {
524
+ border-color: var(--color-green-500);
525
+ }
526
+ .border-green-500\/60 {
527
+ border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 60%, transparent);
528
+ @supports (color: color-mix(in lab, red, red)) {
529
+ border-color: color-mix(in oklab, var(--color-green-500) 60%, transparent);
530
+ }
531
+ }
532
+ .border-purple-500\/60 {
533
+ border-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 60%, transparent);
534
+ @supports (color: color-mix(in lab, red, red)) {
535
+ border-color: color-mix(in oklab, var(--color-purple-500) 60%, transparent);
536
+ }
537
+ }
538
+ .border-red-500 {
539
+ border-color: var(--color-red-500);
540
+ }
541
+ .border-red-500\/60 {
542
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
543
+ @supports (color: color-mix(in lab, red, red)) {
544
+ border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
545
+ }
546
+ }
547
+ .border-success {
548
+ border-color: var(--color-success);
549
+ }
550
+ .border-transparent {
551
+ border-color: transparent;
552
+ }
553
+ .border-yellow-500\/60 {
554
+ border-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 60%, transparent);
555
+ @supports (color: color-mix(in lab, red, red)) {
556
+ border-color: color-mix(in oklab, var(--color-yellow-500) 60%, transparent);
557
+ }
558
+ }
559
+ .bg-accent {
560
+ background-color: var(--color-accent);
561
+ }
562
+ .bg-accent\/15 {
563
+ background-color: var(--color-accent);
564
+ @supports (color: color-mix(in lab, red, red)) {
565
+ background-color: color-mix(in oklab, var(--color-accent) 15%, transparent);
566
+ }
567
+ }
568
+ .bg-error {
569
+ background-color: var(--color-error);
570
+ }
571
+ .bg-fg {
572
+ background-color: var(--color-fg);
573
+ }
574
+ .bg-fg-muted {
575
+ background-color: var(--color-fg-muted);
576
+ }
577
+ .bg-green-500\/25 {
578
+ background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 25%, transparent);
579
+ @supports (color: color-mix(in lab, red, red)) {
580
+ background-color: color-mix(in oklab, var(--color-green-500) 25%, transparent);
581
+ }
582
+ }
583
+ .bg-info {
584
+ background-color: var(--color-info);
585
+ }
586
+ .bg-purple-500\/25 {
587
+ background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 25%, transparent);
588
+ @supports (color: color-mix(in lab, red, red)) {
589
+ background-color: color-mix(in oklab, var(--color-purple-500) 25%, transparent);
590
+ }
591
+ }
592
+ .bg-red-500\/25 {
593
+ background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 25%, transparent);
594
+ @supports (color: color-mix(in lab, red, red)) {
595
+ background-color: color-mix(in oklab, var(--color-red-500) 25%, transparent);
596
+ }
597
+ }
598
+ .bg-success {
599
+ background-color: var(--color-success);
600
+ }
601
+ .bg-success\/10 {
602
+ background-color: var(--color-success);
603
+ @supports (color: color-mix(in lab, red, red)) {
604
+ background-color: color-mix(in oklab, var(--color-success) 10%, transparent);
605
+ }
606
+ }
607
+ .bg-surface-alt {
608
+ background-color: var(--color-surface-alt);
609
+ }
610
+ .bg-surface-input {
611
+ background-color: var(--color-surface-input);
612
+ }
613
+ .bg-surface-panel {
614
+ background-color: var(--color-surface-panel);
615
+ }
616
+ .bg-surface-selected {
617
+ background-color: var(--color-surface-selected);
618
+ }
619
+ .bg-transparent {
620
+ background-color: transparent;
621
+ }
622
+ .bg-warning {
623
+ background-color: var(--color-warning);
624
+ }
625
+ .bg-yellow-500\/25 {
626
+ background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 25%, transparent);
627
+ @supports (color: color-mix(in lab, red, red)) {
628
+ background-color: color-mix(in oklab, var(--color-yellow-500) 25%, transparent);
629
+ }
630
+ }
631
+ .object-contain {
632
+ object-fit: contain;
633
+ }
634
+ .p-2 {
635
+ padding: calc(var(--spacing) * 2);
636
+ }
637
+ .p-4 {
638
+ padding: calc(var(--spacing) * 4);
639
+ }
640
+ .p-10 {
641
+ padding: calc(var(--spacing) * 10);
642
+ }
643
+ .px-1 {
644
+ padding-inline: calc(var(--spacing) * 1);
645
+ }
646
+ .px-2 {
647
+ padding-inline: calc(var(--spacing) * 2);
648
+ }
649
+ .px-2\.5 {
650
+ padding-inline: calc(var(--spacing) * 2.5);
651
+ }
652
+ .px-3 {
653
+ padding-inline: calc(var(--spacing) * 3);
654
+ }
655
+ .px-4 {
656
+ padding-inline: calc(var(--spacing) * 4);
657
+ }
658
+ .px-5 {
659
+ padding-inline: calc(var(--spacing) * 5);
660
+ }
661
+ .py-1 {
662
+ padding-block: calc(var(--spacing) * 1);
663
+ }
664
+ .py-1\.5 {
665
+ padding-block: calc(var(--spacing) * 1.5);
666
+ }
667
+ .py-2 {
668
+ padding-block: calc(var(--spacing) * 2);
669
+ }
670
+ .py-3 {
671
+ padding-block: calc(var(--spacing) * 3);
672
+ }
673
+ .py-6 {
674
+ padding-block: calc(var(--spacing) * 6);
675
+ }
676
+ .pr-10 {
677
+ padding-right: calc(var(--spacing) * 10);
678
+ }
679
+ .text-center {
680
+ text-align: center;
681
+ }
682
+ .text-base {
683
+ font-size: var(--text-base);
684
+ line-height: var(--tw-leading, var(--text-base--line-height));
685
+ }
686
+ .text-sm {
687
+ font-size: var(--text-sm);
688
+ line-height: var(--tw-leading, var(--text-sm--line-height));
689
+ }
690
+ .text-ui {
691
+ font-size: var(--text-ui);
692
+ line-height: var(--tw-leading, var(--text-ui--line-height));
693
+ }
694
+ .text-xs {
695
+ font-size: var(--text-xs);
696
+ line-height: var(--tw-leading, var(--text-xs--line-height));
697
+ }
698
+ .text-\[9px\] {
699
+ font-size: 9px;
700
+ }
701
+ .font-bold {
702
+ --tw-font-weight: var(--font-weight-bold);
703
+ font-weight: var(--font-weight-bold);
704
+ }
705
+ .font-medium {
706
+ --tw-font-weight: var(--font-weight-medium);
707
+ font-weight: var(--font-weight-medium);
708
+ }
709
+ .font-normal {
710
+ --tw-font-weight: var(--font-weight-normal);
711
+ font-weight: var(--font-weight-normal);
712
+ }
713
+ .font-semibold {
714
+ --tw-font-weight: var(--font-weight-semibold);
715
+ font-weight: var(--font-weight-semibold);
716
+ }
717
+ .tracking-wider {
718
+ --tw-tracking: var(--tracking-wider);
719
+ letter-spacing: var(--tracking-wider);
720
+ }
721
+ .text-pretty {
722
+ text-wrap: pretty;
723
+ }
724
+ .text-ellipsis {
725
+ text-overflow: ellipsis;
726
+ }
727
+ .whitespace-nowrap {
728
+ white-space: nowrap;
729
+ }
730
+ .text-error {
731
+ color: var(--color-error);
732
+ }
733
+ .text-fg {
734
+ color: var(--color-fg);
735
+ }
736
+ .text-fg-bright {
737
+ color: var(--color-fg-bright);
738
+ }
739
+ .text-fg-muted {
740
+ color: var(--color-fg-muted);
741
+ }
742
+ .text-green-800 {
743
+ color: var(--color-green-800);
744
+ }
745
+ .text-purple-800 {
746
+ color: var(--color-purple-800);
747
+ }
748
+ .text-red-800 {
749
+ color: var(--color-red-800);
750
+ }
751
+ .text-success {
752
+ color: var(--color-success);
753
+ }
754
+ .text-surface {
755
+ color: var(--color-surface);
756
+ }
757
+ .text-white {
758
+ color: var(--color-white);
759
+ }
760
+ .text-yellow-800 {
761
+ color: var(--color-yellow-800);
762
+ }
763
+ .uppercase {
764
+ text-transform: uppercase;
765
+ }
766
+ .tabular-nums {
767
+ --tw-numeric-spacing: tabular-nums;
768
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
769
+ }
770
+ .opacity-0 {
771
+ opacity: 0%;
772
+ }
773
+ .opacity-30 {
774
+ opacity: 30%;
775
+ }
776
+ .opacity-40 {
777
+ opacity: 40%;
778
+ }
779
+ .mix-blend-difference {
780
+ mix-blend-mode: difference;
781
+ }
782
+ .shadow-inner {
783
+ --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
784
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
785
+ }
786
+ .ring {
787
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
788
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
789
+ }
790
+ .outline {
791
+ outline-style: var(--tw-outline-style);
792
+ outline-width: 1px;
793
+ }
794
+ .outline-1 {
795
+ outline-style: var(--tw-outline-style);
796
+ outline-width: 1px;
797
+ }
798
+ .-outline-offset-1 {
799
+ outline-offset: calc(1px * -1);
800
+ }
801
+ .outline-accent {
802
+ outline-color: var(--color-accent);
803
+ }
804
+ .invert {
805
+ --tw-invert: invert(100%);
806
+ 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,);
807
+ }
808
+ .filter {
809
+ 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,);
810
+ }
811
+ .transition-all {
812
+ transition-property: all;
813
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
814
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
815
+ }
816
+ .transition-colors {
817
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
818
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
819
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
820
+ }
821
+ .transition-opacity {
822
+ transition-property: opacity;
823
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
824
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
825
+ }
826
+ .transition-transform {
827
+ transition-property: transform, translate, scale, rotate;
828
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
829
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
830
+ }
831
+ .outline-none {
832
+ --tw-outline-style: none;
833
+ outline-style: none;
834
+ }
835
+ .select-none {
836
+ -webkit-user-select: none;
837
+ user-select: none;
838
+ }
839
+ .placeholder\:text-fg-muted {
840
+ &::placeholder {
841
+ color: var(--color-fg-muted);
842
+ }
843
+ }
844
+ .hover\:border-edge {
845
+ &:hover {
846
+ @media (hover: hover) {
847
+ border-color: var(--color-edge);
848
+ }
849
+ }
850
+ }
851
+ .hover\:bg-surface-hover {
852
+ &:hover {
853
+ @media (hover: hover) {
854
+ background-color: var(--color-surface-hover);
855
+ }
856
+ }
857
+ }
858
+ .hover\:text-fg {
859
+ &:hover {
860
+ @media (hover: hover) {
861
+ color: var(--color-fg);
862
+ }
863
+ }
864
+ }
865
+ .hover\:brightness-110 {
866
+ &:hover {
867
+ @media (hover: hover) {
868
+ --tw-brightness: brightness(110%);
869
+ 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,);
870
+ }
871
+ }
872
+ }
873
+ .focus\:border-accent {
874
+ &:focus {
875
+ border-color: var(--color-accent);
876
+ }
877
+ }
878
+ .focus-visible\:ring-2 {
879
+ &:focus-visible {
880
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
881
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
882
+ }
883
+ }
884
+ .focus-visible\:ring-accent {
885
+ &:focus-visible {
886
+ --tw-ring-color: var(--color-accent);
887
+ }
888
+ }
889
+ .focus-visible\:ring-offset-1 {
890
+ &:focus-visible {
891
+ --tw-ring-offset-width: 1px;
892
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
893
+ }
894
+ }
895
+ .disabled\:cursor-not-allowed {
896
+ &:disabled {
897
+ cursor: not-allowed;
898
+ }
899
+ }
900
+ .disabled\:opacity-40 {
901
+ &:disabled {
902
+ opacity: 40%;
903
+ }
904
+ }
905
+ .has-\[\:focus-visible\]\:ring-2 {
906
+ &:has(*:is(:focus-visible)) {
907
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
908
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
909
+ }
910
+ }
911
+ .has-\[\:focus-visible\]\:ring-accent {
912
+ &:has(*:is(:focus-visible)) {
913
+ --tw-ring-color: var(--color-accent);
914
+ }
915
+ }
916
+ .has-\[\:focus-visible\]\:ring-offset-1 {
917
+ &:has(*:is(:focus-visible)) {
918
+ --tw-ring-offset-width: 1px;
919
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
920
+ }
921
+ }
922
+ .max-md\:top-1 {
923
+ @media (width < 48rem) {
924
+ top: calc(var(--spacing) * 1);
925
+ }
926
+ }
927
+ .max-md\:right-1 {
928
+ @media (width < 48rem) {
929
+ right: calc(var(--spacing) * 1);
930
+ }
931
+ }
932
+ .max-md\:max-h-\[40vh\] {
933
+ @media (width < 48rem) {
934
+ max-height: 40vh;
935
+ }
936
+ }
937
+ .max-md\:w-full {
938
+ @media (width < 48rem) {
939
+ width: 100%;
940
+ }
941
+ }
942
+ .max-md\:min-w-0 {
943
+ @media (width < 48rem) {
944
+ min-width: calc(var(--spacing) * 0);
945
+ }
946
+ }
947
+ .max-md\:flex-col {
948
+ @media (width < 48rem) {
949
+ flex-direction: column;
950
+ }
951
+ }
952
+ .max-md\:border-r-0 {
953
+ @media (width < 48rem) {
954
+ border-right-style: var(--tw-border-style);
955
+ border-right-width: 0px;
956
+ }
957
+ }
958
+ .max-md\:border-b {
959
+ @media (width < 48rem) {
960
+ border-bottom-style: var(--tw-border-style);
961
+ border-bottom-width: 1px;
962
+ }
963
+ }
964
+ .max-md\:p-2 {
965
+ @media (width < 48rem) {
966
+ padding: calc(var(--spacing) * 2);
967
+ }
968
+ }
969
+ .max-md\:px-3 {
970
+ @media (width < 48rem) {
971
+ padding-inline: calc(var(--spacing) * 3);
972
+ }
973
+ }
974
+ .dark\:text-green-200 {
975
+ :root:not(.light) & {
976
+ color: var(--color-green-200);
977
+ }
978
+ }
979
+ .dark\:text-green-400 {
980
+ :root:not(.light) & {
981
+ color: var(--color-green-400);
982
+ }
983
+ }
984
+ .dark\:text-purple-400 {
985
+ :root:not(.light) & {
986
+ color: var(--color-purple-400);
987
+ }
988
+ }
989
+ .dark\:text-red-200 {
990
+ :root:not(.light) & {
991
+ color: var(--color-red-200);
992
+ }
993
+ }
994
+ .dark\:text-red-400 {
995
+ :root:not(.light) & {
996
+ color: var(--color-red-400);
997
+ }
998
+ }
999
+ .dark\:text-yellow-200 {
1000
+ :root:not(.light) & {
1001
+ color: var(--color-yellow-200);
1002
+ }
1003
+ }
1004
+ }
1005
+ :root {
1006
+ --c-surface: #1e1e1e;
1007
+ --c-surface-alt: #252526;
1008
+ --c-surface-input: #3c3c3c;
1009
+ --c-surface-hover: #2a2d2e;
1010
+ --c-surface-selected: #37373d;
1011
+ --c-surface-panel: #2d2d2d;
1012
+ --c-surface-panel-hd: #3c3c3c;
1013
+ --c-fg: #d4d4d4;
1014
+ --c-fg-muted: #999;
1015
+ --c-fg-bright: #ffffff;
1016
+ --c-edge: #3c3c3c;
1017
+ --c-accent: #007acc;
1018
+ --c-success: #4caf50;
1019
+ --c-error: #f44336;
1020
+ --c-warning: #ff9800;
1021
+ --c-info: #2196f3;
1022
+ }
1023
+ .light {
1024
+ --c-surface: #ffffff;
1025
+ --c-surface-alt: #f7f7f7;
1026
+ --c-surface-input: #ffffff;
1027
+ --c-surface-hover: #e8e8e8;
1028
+ --c-surface-selected: #d0d0d0;
1029
+ --c-surface-panel: #f5f5f5;
1030
+ --c-surface-panel-hd: #e0e0e0;
1031
+ --c-fg: #333333;
1032
+ --c-fg-muted: #666666;
1033
+ --c-fg-bright: #111111;
1034
+ --c-edge: #d4d4d4;
1035
+ --c-accent: #0066b8;
1036
+ --c-success: #2e7d32;
1037
+ --c-error: #c62828;
1038
+ --c-warning: #ef6c00;
1039
+ --c-info: #1565c0;
1040
+ }
1041
+ @layer base {
1042
+ *:focus:not(:focus-visible) {
1043
+ outline: none;
1044
+ }
1045
+ body {
1046
+ background-color: var(--color-surface);
1047
+ color: var(--color-fg);
1048
+ -webkit-font-smoothing: antialiased;
1049
+ -moz-osx-font-smoothing: grayscale;
1050
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
1051
+ margin: 0;
1052
+ overflow-x: hidden;
1053
+ touch-action: manipulation;
1054
+ }
1055
+ }
1056
+ ::-webkit-scrollbar {
1057
+ width: 8px;
1058
+ }
1059
+ ::-webkit-scrollbar-track {
1060
+ background: transparent;
1061
+ }
1062
+ ::-webkit-scrollbar-thumb {
1063
+ background: var(--c-edge);
1064
+ border-radius: 4px;
1065
+ }
1066
+ ::-webkit-scrollbar-thumb:hover {
1067
+ background: var(--c-fg-muted);
1068
+ }
1069
+ .slide-input {
1070
+ position: absolute;
1071
+ cursor: ew-resize;
1072
+ appearance: none;
1073
+ background: none;
1074
+ box-shadow: none;
1075
+ outline: none;
1076
+ height: 100%;
1077
+ width: 100%;
1078
+ margin: 0;
1079
+ z-index: 1;
1080
+ }
1081
+ .slide-input::-webkit-slider-runnable-track {
1082
+ height: 100%;
1083
+ }
1084
+ .slide-input::-webkit-slider-thumb {
1085
+ box-shadow: 0 0 0 0.5px var(--c-fg-muted);
1086
+ height: 100%;
1087
+ width: 0;
1088
+ appearance: none;
1089
+ }
1090
+ .slide-input::-moz-focus-outer {
1091
+ border: 0;
1092
+ }
1093
+ .slide-input::-moz-range-track {
1094
+ height: 0;
1095
+ }
1096
+ .slide-input::-moz-range-thumb {
1097
+ border: none;
1098
+ box-shadow: 0 0 0 0.5px var(--c-fg-muted);
1099
+ height: 100%;
1100
+ width: 0;
1101
+ }
1102
+ .slide-input:focus-visible {
1103
+ outline: 2px solid var(--c-accent);
1104
+ outline-offset: 2px;
1105
+ }
1106
+ @media (prefers-reduced-motion: reduce) {
1107
+ .animate-pulse-dot {
1108
+ animation: none;
1109
+ }
1110
+ }
1111
+ @property --tw-translate-x {
1112
+ syntax: "*";
1113
+ inherits: false;
1114
+ initial-value: 0;
1115
+ }
1116
+ @property --tw-translate-y {
1117
+ syntax: "*";
1118
+ inherits: false;
1119
+ initial-value: 0;
1120
+ }
1121
+ @property --tw-translate-z {
1122
+ syntax: "*";
1123
+ inherits: false;
1124
+ initial-value: 0;
1125
+ }
1126
+ @property --tw-border-style {
1127
+ syntax: "*";
1128
+ inherits: false;
1129
+ initial-value: solid;
1130
+ }
1131
+ @property --tw-font-weight {
1132
+ syntax: "*";
1133
+ inherits: false;
1134
+ }
1135
+ @property --tw-tracking {
1136
+ syntax: "*";
1137
+ inherits: false;
1138
+ }
1139
+ @property --tw-ordinal {
1140
+ syntax: "*";
1141
+ inherits: false;
1142
+ }
1143
+ @property --tw-slashed-zero {
1144
+ syntax: "*";
1145
+ inherits: false;
1146
+ }
1147
+ @property --tw-numeric-figure {
1148
+ syntax: "*";
1149
+ inherits: false;
1150
+ }
1151
+ @property --tw-numeric-spacing {
1152
+ syntax: "*";
1153
+ inherits: false;
1154
+ }
1155
+ @property --tw-numeric-fraction {
1156
+ syntax: "*";
1157
+ inherits: false;
1158
+ }
1159
+ @property --tw-shadow {
1160
+ syntax: "*";
1161
+ inherits: false;
1162
+ initial-value: 0 0 #0000;
1163
+ }
1164
+ @property --tw-shadow-color {
1165
+ syntax: "*";
1166
+ inherits: false;
1167
+ }
1168
+ @property --tw-shadow-alpha {
1169
+ syntax: "<percentage>";
1170
+ inherits: false;
1171
+ initial-value: 100%;
1172
+ }
1173
+ @property --tw-inset-shadow {
1174
+ syntax: "*";
1175
+ inherits: false;
1176
+ initial-value: 0 0 #0000;
1177
+ }
1178
+ @property --tw-inset-shadow-color {
1179
+ syntax: "*";
1180
+ inherits: false;
1181
+ }
1182
+ @property --tw-inset-shadow-alpha {
1183
+ syntax: "<percentage>";
1184
+ inherits: false;
1185
+ initial-value: 100%;
1186
+ }
1187
+ @property --tw-ring-color {
1188
+ syntax: "*";
1189
+ inherits: false;
1190
+ }
1191
+ @property --tw-ring-shadow {
1192
+ syntax: "*";
1193
+ inherits: false;
1194
+ initial-value: 0 0 #0000;
1195
+ }
1196
+ @property --tw-inset-ring-color {
1197
+ syntax: "*";
1198
+ inherits: false;
1199
+ }
1200
+ @property --tw-inset-ring-shadow {
1201
+ syntax: "*";
1202
+ inherits: false;
1203
+ initial-value: 0 0 #0000;
1204
+ }
1205
+ @property --tw-ring-inset {
1206
+ syntax: "*";
1207
+ inherits: false;
1208
+ }
1209
+ @property --tw-ring-offset-width {
1210
+ syntax: "<length>";
1211
+ inherits: false;
1212
+ initial-value: 0px;
1213
+ }
1214
+ @property --tw-ring-offset-color {
1215
+ syntax: "*";
1216
+ inherits: false;
1217
+ initial-value: #fff;
1218
+ }
1219
+ @property --tw-ring-offset-shadow {
1220
+ syntax: "*";
1221
+ inherits: false;
1222
+ initial-value: 0 0 #0000;
1223
+ }
1224
+ @property --tw-outline-style {
1225
+ syntax: "*";
1226
+ inherits: false;
1227
+ initial-value: solid;
1228
+ }
1229
+ @property --tw-blur {
1230
+ syntax: "*";
1231
+ inherits: false;
1232
+ }
1233
+ @property --tw-brightness {
1234
+ syntax: "*";
1235
+ inherits: false;
1236
+ }
1237
+ @property --tw-contrast {
1238
+ syntax: "*";
1239
+ inherits: false;
1240
+ }
1241
+ @property --tw-grayscale {
1242
+ syntax: "*";
1243
+ inherits: false;
1244
+ }
1245
+ @property --tw-hue-rotate {
1246
+ syntax: "*";
1247
+ inherits: false;
1248
+ }
1249
+ @property --tw-invert {
1250
+ syntax: "*";
1251
+ inherits: false;
1252
+ }
1253
+ @property --tw-opacity {
1254
+ syntax: "*";
1255
+ inherits: false;
1256
+ }
1257
+ @property --tw-saturate {
1258
+ syntax: "*";
1259
+ inherits: false;
1260
+ }
1261
+ @property --tw-sepia {
1262
+ syntax: "*";
1263
+ inherits: false;
1264
+ }
1265
+ @property --tw-drop-shadow {
1266
+ syntax: "*";
1267
+ inherits: false;
1268
+ }
1269
+ @property --tw-drop-shadow-color {
1270
+ syntax: "*";
1271
+ inherits: false;
1272
+ }
1273
+ @property --tw-drop-shadow-alpha {
1274
+ syntax: "<percentage>";
1275
+ inherits: false;
1276
+ initial-value: 100%;
1277
+ }
1278
+ @property --tw-drop-shadow-size {
1279
+ syntax: "*";
1280
+ inherits: false;
1281
+ }
1282
+ @keyframes pulse-dot {
1283
+ 0%,
1284
+ 100% {
1285
+ opacity: 1;
1286
+ }
1287
+ 50% {
1288
+ opacity: 0.4;
1289
+ }
1290
+ }
1291
+ @layer properties {
1292
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1293
+ *, ::before, ::after, ::backdrop {
1294
+ --tw-translate-x: 0;
1295
+ --tw-translate-y: 0;
1296
+ --tw-translate-z: 0;
1297
+ --tw-border-style: solid;
1298
+ --tw-font-weight: initial;
1299
+ --tw-tracking: initial;
1300
+ --tw-ordinal: initial;
1301
+ --tw-slashed-zero: initial;
1302
+ --tw-numeric-figure: initial;
1303
+ --tw-numeric-spacing: initial;
1304
+ --tw-numeric-fraction: initial;
1305
+ --tw-shadow: 0 0 #0000;
1306
+ --tw-shadow-color: initial;
1307
+ --tw-shadow-alpha: 100%;
1308
+ --tw-inset-shadow: 0 0 #0000;
1309
+ --tw-inset-shadow-color: initial;
1310
+ --tw-inset-shadow-alpha: 100%;
1311
+ --tw-ring-color: initial;
1312
+ --tw-ring-shadow: 0 0 #0000;
1313
+ --tw-inset-ring-color: initial;
1314
+ --tw-inset-ring-shadow: 0 0 #0000;
1315
+ --tw-ring-inset: initial;
1316
+ --tw-ring-offset-width: 0px;
1317
+ --tw-ring-offset-color: #fff;
1318
+ --tw-ring-offset-shadow: 0 0 #0000;
1319
+ --tw-outline-style: solid;
1320
+ --tw-blur: initial;
1321
+ --tw-brightness: initial;
1322
+ --tw-contrast: initial;
1323
+ --tw-grayscale: initial;
1324
+ --tw-hue-rotate: initial;
1325
+ --tw-invert: initial;
1326
+ --tw-opacity: initial;
1327
+ --tw-saturate: initial;
1328
+ --tw-sepia: initial;
1329
+ --tw-drop-shadow: initial;
1330
+ --tw-drop-shadow-color: initial;
1331
+ --tw-drop-shadow-alpha: 100%;
1332
+ --tw-drop-shadow-size: initial;
1333
+ }
1334
+ }
1335
+ }