lua-cli 2.3.0-alpha.4 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/deploy.d.ts +7 -5
- package/dist/commands/deploy.js +34 -15
- package/dist/commands/init.js +6 -6
- package/dist/commands/push.d.ts +7 -5
- package/dist/commands/push.js +44 -21
- package/dist/common/http.client.js +7 -0
- package/dist/errors/auth.error.d.ts +15 -0
- package/dist/errors/auth.error.js +27 -0
- package/dist/errors/index.d.ts +4 -0
- package/dist/errors/index.js +4 -0
- package/dist/index.js +1 -1
- package/dist/interfaces/agent.d.ts +33 -49
- package/dist/services/auth.d.ts +1 -2
- package/dist/services/auth.js +3 -4
- package/dist/utils/cli.js +6 -0
- package/dist/utils/deploy-helpers.d.ts +22 -0
- package/dist/utils/deploy-helpers.js +61 -2
- package/dist/utils/deployment.js +33 -1
- package/dist/utils/dev-server.js +255 -0
- package/dist/utils/init-agent.js +3 -3
- package/dist/utils/push-helpers.d.ts +47 -3
- package/dist/utils/push-helpers.js +162 -10
- package/dist/utils/sandbox.js +18 -5
- package/dist/web/app.css +1302 -465
- package/dist/web/app.js +53 -46
- package/package.json +1 -1
- package/template/package.json +1 -1
- package/dist/web/tools-page.css +0 -381
package/dist/web/app.css
CHANGED
|
@@ -7,29 +7,87 @@
|
|
|
7
7
|
--lua-font-sans: Inter, sans-serif;
|
|
8
8
|
--lua-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
|
+
--lua-color-red-50: oklch(97.1% 0.013 17.38);
|
|
11
|
+
--lua-color-red-100: oklch(93.6% 0.032 17.717);
|
|
12
|
+
--lua-color-red-200: oklch(88.5% 0.062 18.334);
|
|
13
|
+
--lua-color-red-600: oklch(57.7% 0.245 27.325);
|
|
14
|
+
--lua-color-red-700: oklch(50.5% 0.213 27.518);
|
|
15
|
+
--lua-color-red-800: oklch(44.4% 0.177 26.899);
|
|
16
|
+
--lua-color-yellow-50: oklch(98.7% 0.026 102.212);
|
|
17
|
+
--lua-color-yellow-100: oklch(97.3% 0.071 103.193);
|
|
18
|
+
--lua-color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
19
|
+
--lua-color-yellow-700: oklch(55.4% 0.135 66.442);
|
|
20
|
+
--lua-color-yellow-800: oklch(47.6% 0.114 61.907);
|
|
21
|
+
--lua-color-green-50: oklch(98.2% 0.018 155.826);
|
|
22
|
+
--lua-color-green-100: oklch(96.2% 0.044 156.743);
|
|
23
|
+
--lua-color-green-200: oklch(92.5% 0.084 155.995);
|
|
24
|
+
--lua-color-green-500: oklch(72.3% 0.219 149.579);
|
|
25
|
+
--lua-color-green-600: oklch(62.7% 0.194 149.214);
|
|
26
|
+
--lua-color-green-700: oklch(52.7% 0.154 150.069);
|
|
27
|
+
--lua-color-green-800: oklch(44.8% 0.119 151.328);
|
|
28
|
+
--lua-color-green-900: oklch(39.3% 0.095 152.535);
|
|
29
|
+
--lua-color-blue-50: oklch(97% 0.014 254.604);
|
|
30
|
+
--lua-color-blue-100: oklch(93.2% 0.032 255.585);
|
|
31
|
+
--lua-color-blue-200: oklch(88.2% 0.059 254.128);
|
|
32
|
+
--lua-color-blue-500: oklch(62.3% 0.214 259.815);
|
|
33
|
+
--lua-color-blue-600: oklch(54.6% 0.245 262.881);
|
|
34
|
+
--lua-color-blue-700: oklch(48.8% 0.243 264.376);
|
|
35
|
+
--lua-color-blue-800: oklch(42.4% 0.199 265.638);
|
|
36
|
+
--lua-color-gray-50: oklch(98.5% 0.002 247.839);
|
|
10
37
|
--lua-color-gray-100: oklch(96.7% 0.003 264.542);
|
|
11
38
|
--lua-color-gray-200: oklch(92.8% 0.006 264.531);
|
|
39
|
+
--lua-color-gray-300: oklch(87.2% 0.01 258.338);
|
|
12
40
|
--lua-color-gray-400: oklch(70.7% 0.022 261.325);
|
|
41
|
+
--lua-color-gray-500: oklch(55.1% 0.027 264.364);
|
|
42
|
+
--lua-color-gray-600: oklch(44.6% 0.03 256.802);
|
|
13
43
|
--lua-color-gray-700: oklch(37.3% 0.034 259.733);
|
|
14
44
|
--lua-color-gray-800: oklch(27.8% 0.033 256.848);
|
|
45
|
+
--lua-color-gray-900: oklch(21% 0.034 264.665);
|
|
46
|
+
--lua-color-neutral-200: #EBEBEB;
|
|
47
|
+
--lua-color-neutral-600: #E5E7EB;
|
|
48
|
+
--lua-color-black: #000000;
|
|
15
49
|
--lua-color-white: #fff;
|
|
16
50
|
--lua-spacing: 4px;
|
|
51
|
+
--lua-container-xs: 20rem;
|
|
52
|
+
--lua-container-md: 28rem;
|
|
53
|
+
--lua-container-lg: 32rem;
|
|
54
|
+
--lua-container-2xl: 42rem;
|
|
55
|
+
--lua-text-xs: 12px;
|
|
56
|
+
--lua-text-xs--line-height: calc(1 / 0.75);
|
|
17
57
|
--lua-text-sm: 14px;
|
|
18
58
|
--lua-text-sm--line-height: calc(1.25 / 0.875);
|
|
59
|
+
--lua-text-base: 16px;
|
|
60
|
+
--lua-text-base--line-height: calc(1.5 / 1);
|
|
61
|
+
--lua-text-lg: 1.125rem;
|
|
62
|
+
--lua-text-lg--line-height: calc(1.75 / 1.125);
|
|
63
|
+
--lua-text-xl: 1.25rem;
|
|
64
|
+
--lua-text-xl--line-height: calc(1.75 / 1.25);
|
|
65
|
+
--lua-text-2xl: 1.5rem;
|
|
66
|
+
--lua-text-2xl--line-height: calc(2 / 1.5);
|
|
67
|
+
--lua-text-3xl: 1.875rem;
|
|
68
|
+
--lua-text-3xl--line-height: calc(2.25 / 1.875);
|
|
69
|
+
--lua-text-4xl: 2.25rem;
|
|
70
|
+
--lua-text-4xl--line-height: calc(2.5 / 2.25);
|
|
19
71
|
--lua-font-weight-normal: 400;
|
|
72
|
+
--lua-font-weight-medium: 500;
|
|
73
|
+
--lua-font-weight-semibold: 600;
|
|
20
74
|
--lua-leading-relaxed: 1.625;
|
|
21
75
|
--lua-radius-sm: calc(var(--radius) - 4px);
|
|
76
|
+
--lua-radius-md: 6px;
|
|
22
77
|
--lua-radius-lg: 8px;
|
|
23
78
|
--lua-radius-xl: 12px;
|
|
24
79
|
--lua-radius-2xl: 16px;
|
|
80
|
+
--lua-animate-spin: spin 1s linear infinite;
|
|
25
81
|
--lua-default-transition-duration: 150ms;
|
|
26
82
|
--lua-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
27
83
|
--lua-default-font-family: var(--lua-font-sans);
|
|
28
84
|
--lua-default-mono-font-family: var(--lua-font-mono);
|
|
29
85
|
--lua-font-heading: Onest, sans-serif;
|
|
86
|
+
--lua-font-onest: Onest, sans-serif;
|
|
30
87
|
--lua-color-background: hsl(var(--background));
|
|
31
88
|
--lua-color-foreground: hsl(var(--foreground));
|
|
32
89
|
--lua-color-primary: hsl(var(--primary));
|
|
90
|
+
--lua-color-black-hover: #333333;
|
|
33
91
|
--lua-color-border: hsl(var(--border));
|
|
34
92
|
--lua-color-ring: hsl(var(--ring));
|
|
35
93
|
}
|
|
@@ -196,39 +254,288 @@
|
|
|
196
254
|
}
|
|
197
255
|
}
|
|
198
256
|
@layer utilities {
|
|
257
|
+
#lua-root .lua\:absolute {
|
|
258
|
+
position: absolute;
|
|
259
|
+
}
|
|
260
|
+
#lua-root .lua\:fixed {
|
|
261
|
+
position: fixed;
|
|
262
|
+
}
|
|
199
263
|
#lua-root .lua\:relative {
|
|
200
264
|
position: relative;
|
|
201
265
|
}
|
|
266
|
+
#lua-root .lua\:sticky {
|
|
267
|
+
position: sticky;
|
|
268
|
+
}
|
|
269
|
+
#lua-root .lua\:inset-0 {
|
|
270
|
+
inset: calc(var(--lua-spacing) * 0);
|
|
271
|
+
}
|
|
272
|
+
#lua-root .lua\:right-4 {
|
|
273
|
+
right: calc(var(--lua-spacing) * 4);
|
|
274
|
+
}
|
|
275
|
+
#lua-root .lua\:bottom-0 {
|
|
276
|
+
bottom: calc(var(--lua-spacing) * 0);
|
|
277
|
+
}
|
|
278
|
+
#lua-root .lua\:bottom-4 {
|
|
279
|
+
bottom: calc(var(--lua-spacing) * 4);
|
|
280
|
+
}
|
|
281
|
+
#lua-root .lua\:z-50 {
|
|
282
|
+
z-index: 50;
|
|
283
|
+
}
|
|
284
|
+
#lua-root .lua\:m-0 {
|
|
285
|
+
margin: calc(var(--lua-spacing) * 0);
|
|
286
|
+
}
|
|
287
|
+
#lua-root .lua\:m-4 {
|
|
288
|
+
margin: calc(var(--lua-spacing) * 4);
|
|
289
|
+
}
|
|
290
|
+
#lua-root .lua\:-mx-4 {
|
|
291
|
+
margin-inline: calc(var(--lua-spacing) * -4);
|
|
292
|
+
}
|
|
202
293
|
#lua-root .lua\:mx-4 {
|
|
203
294
|
margin-inline: calc(var(--lua-spacing) * 4);
|
|
204
295
|
}
|
|
296
|
+
#lua-root .lua\:mt-0 {
|
|
297
|
+
margin-top: calc(var(--lua-spacing) * 0);
|
|
298
|
+
}
|
|
299
|
+
#lua-root .lua\:mt-1 {
|
|
300
|
+
margin-top: calc(var(--lua-spacing) * 1);
|
|
301
|
+
}
|
|
302
|
+
#lua-root .lua\:mt-3 {
|
|
303
|
+
margin-top: calc(var(--lua-spacing) * 3);
|
|
304
|
+
}
|
|
305
|
+
#lua-root .lua\:mt-4 {
|
|
306
|
+
margin-top: calc(var(--lua-spacing) * 4);
|
|
307
|
+
}
|
|
308
|
+
#lua-root .lua\:mt-6 {
|
|
309
|
+
margin-top: calc(var(--lua-spacing) * 6);
|
|
310
|
+
}
|
|
205
311
|
#lua-root .lua\:mr-4 {
|
|
206
312
|
margin-right: calc(var(--lua-spacing) * 4);
|
|
207
313
|
}
|
|
314
|
+
#lua-root .lua\:mb-0 {
|
|
315
|
+
margin-bottom: calc(var(--lua-spacing) * 0);
|
|
316
|
+
}
|
|
317
|
+
#lua-root .lua\:mb-1 {
|
|
318
|
+
margin-bottom: calc(var(--lua-spacing) * 1);
|
|
319
|
+
}
|
|
320
|
+
#lua-root .lua\:mb-2 {
|
|
321
|
+
margin-bottom: calc(var(--lua-spacing) * 2);
|
|
322
|
+
}
|
|
323
|
+
#lua-root .lua\:mb-3 {
|
|
324
|
+
margin-bottom: calc(var(--lua-spacing) * 3);
|
|
325
|
+
}
|
|
326
|
+
#lua-root .lua\:mb-4 {
|
|
327
|
+
margin-bottom: calc(var(--lua-spacing) * 4);
|
|
328
|
+
}
|
|
329
|
+
#lua-root .lua\:ml-1 {
|
|
330
|
+
margin-left: calc(var(--lua-spacing) * 1);
|
|
331
|
+
}
|
|
332
|
+
#lua-root .lua\:ml-2 {
|
|
333
|
+
margin-left: calc(var(--lua-spacing) * 2);
|
|
334
|
+
}
|
|
208
335
|
#lua-root .lua\:ml-4 {
|
|
209
336
|
margin-left: calc(var(--lua-spacing) * 4);
|
|
210
337
|
}
|
|
338
|
+
#lua-root .lua\:block {
|
|
339
|
+
display: block;
|
|
340
|
+
}
|
|
211
341
|
#lua-root .lua\:flex {
|
|
212
342
|
display: flex;
|
|
213
343
|
}
|
|
344
|
+
#lua-root .lua\:grid {
|
|
345
|
+
display: grid;
|
|
346
|
+
}
|
|
347
|
+
#lua-root .lua\:hidden {
|
|
348
|
+
display: none;
|
|
349
|
+
}
|
|
350
|
+
#lua-root .lua\:inline-flex {
|
|
351
|
+
display: inline-flex;
|
|
352
|
+
}
|
|
353
|
+
#lua-root .lua\:size-4 {
|
|
354
|
+
width: calc(var(--lua-spacing) * 4);
|
|
355
|
+
height: calc(var(--lua-spacing) * 4);
|
|
356
|
+
}
|
|
357
|
+
#lua-root .lua\:size-10 {
|
|
358
|
+
width: calc(var(--lua-spacing) * 10);
|
|
359
|
+
height: calc(var(--lua-spacing) * 10);
|
|
360
|
+
}
|
|
361
|
+
#lua-root .lua\:h-4 {
|
|
362
|
+
height: calc(var(--lua-spacing) * 4);
|
|
363
|
+
}
|
|
364
|
+
#lua-root .lua\:h-6 {
|
|
365
|
+
height: calc(var(--lua-spacing) * 6);
|
|
366
|
+
}
|
|
367
|
+
#lua-root .lua\:h-8 {
|
|
368
|
+
height: calc(var(--lua-spacing) * 8);
|
|
369
|
+
}
|
|
370
|
+
#lua-root .lua\:h-10 {
|
|
371
|
+
height: calc(var(--lua-spacing) * 10);
|
|
372
|
+
}
|
|
373
|
+
#lua-root .lua\:h-48 {
|
|
374
|
+
height: calc(var(--lua-spacing) * 48);
|
|
375
|
+
}
|
|
376
|
+
#lua-root .lua\:h-full {
|
|
377
|
+
height: 100%;
|
|
378
|
+
}
|
|
379
|
+
#lua-root .lua\:min-h-7 {
|
|
380
|
+
min-height: calc(var(--lua-spacing) * 7);
|
|
381
|
+
}
|
|
382
|
+
#lua-root .lua\:min-h-48 {
|
|
383
|
+
min-height: calc(var(--lua-spacing) * 48);
|
|
384
|
+
}
|
|
385
|
+
#lua-root .lua\:min-h-\[320px\] {
|
|
386
|
+
min-height: 320px;
|
|
387
|
+
}
|
|
388
|
+
#lua-root .lua\:w-1 {
|
|
389
|
+
width: calc(var(--lua-spacing) * 1);
|
|
390
|
+
}
|
|
391
|
+
#lua-root .lua\:w-1\/3 {
|
|
392
|
+
width: calc(1/3 * 100%);
|
|
393
|
+
}
|
|
394
|
+
#lua-root .lua\:w-4 {
|
|
395
|
+
width: calc(var(--lua-spacing) * 4);
|
|
396
|
+
}
|
|
397
|
+
#lua-root .lua\:w-6 {
|
|
398
|
+
width: calc(var(--lua-spacing) * 6);
|
|
399
|
+
}
|
|
400
|
+
#lua-root .lua\:w-8 {
|
|
401
|
+
width: calc(var(--lua-spacing) * 8);
|
|
402
|
+
}
|
|
403
|
+
#lua-root .lua\:w-fit {
|
|
404
|
+
width: -moz-fit-content;
|
|
405
|
+
width: fit-content;
|
|
406
|
+
}
|
|
407
|
+
#lua-root .lua\:w-full {
|
|
408
|
+
width: 100%;
|
|
409
|
+
}
|
|
410
|
+
#lua-root .lua\:max-w-2xl {
|
|
411
|
+
max-width: var(--lua-container-2xl);
|
|
412
|
+
}
|
|
214
413
|
#lua-root .lua\:max-w-full {
|
|
215
414
|
max-width: 100%;
|
|
216
415
|
}
|
|
416
|
+
#lua-root .lua\:max-w-lg {
|
|
417
|
+
max-width: var(--lua-container-lg);
|
|
418
|
+
}
|
|
419
|
+
#lua-root .lua\:max-w-md {
|
|
420
|
+
max-width: var(--lua-container-md);
|
|
421
|
+
}
|
|
422
|
+
#lua-root .lua\:max-w-xs {
|
|
423
|
+
max-width: var(--lua-container-xs);
|
|
424
|
+
}
|
|
425
|
+
#lua-root .lua\:min-w-0 {
|
|
426
|
+
min-width: calc(var(--lua-spacing) * 0);
|
|
427
|
+
}
|
|
428
|
+
#lua-root .lua\:min-w-12 {
|
|
429
|
+
min-width: calc(var(--lua-spacing) * 12);
|
|
430
|
+
}
|
|
431
|
+
#lua-root .lua\:min-w-16 {
|
|
432
|
+
min-width: calc(var(--lua-spacing) * 16);
|
|
433
|
+
}
|
|
434
|
+
#lua-root .lua\:min-w-24 {
|
|
435
|
+
min-width: calc(var(--lua-spacing) * 24);
|
|
436
|
+
}
|
|
437
|
+
#lua-root .lua\:min-w-\[80px\] {
|
|
438
|
+
min-width: 80px;
|
|
439
|
+
}
|
|
440
|
+
#lua-root .lua\:min-w-\[120px\] {
|
|
441
|
+
min-width: 120px;
|
|
442
|
+
}
|
|
443
|
+
#lua-root .lua\:min-w-\[140px\] {
|
|
444
|
+
min-width: 140px;
|
|
445
|
+
}
|
|
446
|
+
#lua-root .lua\:flex-1 {
|
|
447
|
+
flex: 1;
|
|
448
|
+
}
|
|
449
|
+
#lua-root .lua\:flex-shrink-0 {
|
|
450
|
+
flex-shrink: 0;
|
|
451
|
+
}
|
|
452
|
+
#lua-root .lua\:shrink-0 {
|
|
453
|
+
flex-shrink: 0;
|
|
454
|
+
}
|
|
455
|
+
#lua-root .lua\:rotate-90 {
|
|
456
|
+
rotate: 90deg;
|
|
457
|
+
}
|
|
458
|
+
#lua-root .lua\:animate-spin {
|
|
459
|
+
animation: var(--lua-animate-spin);
|
|
460
|
+
}
|
|
461
|
+
#lua-root .lua\:cursor-col-resize {
|
|
462
|
+
cursor: col-resize;
|
|
463
|
+
}
|
|
464
|
+
#lua-root .lua\:cursor-not-allowed {
|
|
465
|
+
cursor: not-allowed;
|
|
466
|
+
}
|
|
467
|
+
#lua-root .lua\:cursor-pointer {
|
|
468
|
+
cursor: pointer;
|
|
469
|
+
}
|
|
470
|
+
#lua-root .lua\:resize-none {
|
|
471
|
+
resize: none;
|
|
472
|
+
}
|
|
473
|
+
#lua-root .lua\:grid-cols-1 {
|
|
474
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
475
|
+
}
|
|
217
476
|
#lua-root .lua\:flex-col {
|
|
218
477
|
flex-direction: column;
|
|
219
478
|
}
|
|
220
479
|
#lua-root .lua\:flex-wrap {
|
|
221
480
|
flex-wrap: wrap;
|
|
222
481
|
}
|
|
482
|
+
#lua-root .lua\:items-center {
|
|
483
|
+
align-items: center;
|
|
484
|
+
}
|
|
223
485
|
#lua-root .lua\:items-end {
|
|
224
486
|
align-items: flex-end;
|
|
225
487
|
}
|
|
226
488
|
#lua-root .lua\:items-start {
|
|
227
489
|
align-items: flex-start;
|
|
228
490
|
}
|
|
491
|
+
#lua-root .lua\:justify-between {
|
|
492
|
+
justify-content: space-between;
|
|
493
|
+
}
|
|
494
|
+
#lua-root .lua\:justify-center {
|
|
495
|
+
justify-content: center;
|
|
496
|
+
}
|
|
229
497
|
#lua-root .lua\:justify-end {
|
|
230
498
|
justify-content: flex-end;
|
|
231
499
|
}
|
|
500
|
+
#lua-root .lua\:gap-1 {
|
|
501
|
+
gap: calc(var(--lua-spacing) * 1);
|
|
502
|
+
}
|
|
503
|
+
#lua-root .lua\:gap-2 {
|
|
504
|
+
gap: calc(var(--lua-spacing) * 2);
|
|
505
|
+
}
|
|
506
|
+
#lua-root .lua\:gap-3 {
|
|
507
|
+
gap: calc(var(--lua-spacing) * 3);
|
|
508
|
+
}
|
|
509
|
+
#lua-root .lua\:gap-4 {
|
|
510
|
+
gap: calc(var(--lua-spacing) * 4);
|
|
511
|
+
}
|
|
512
|
+
#lua-root .lua\:gap-6 {
|
|
513
|
+
gap: calc(var(--lua-spacing) * 6);
|
|
514
|
+
}
|
|
515
|
+
#lua-root .lua\:gap-px {
|
|
516
|
+
gap: 1px;
|
|
517
|
+
}
|
|
518
|
+
#lua-root .lua\:space-y-1 {
|
|
519
|
+
:where(& > :not(:last-child)) {
|
|
520
|
+
--tw-space-y-reverse: 0;
|
|
521
|
+
margin-block-start: calc(calc(var(--lua-spacing) * 1) * var(--tw-space-y-reverse));
|
|
522
|
+
margin-block-end: calc(calc(var(--lua-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
#lua-root .lua\:space-y-2 {
|
|
526
|
+
:where(& > :not(:last-child)) {
|
|
527
|
+
--tw-space-y-reverse: 0;
|
|
528
|
+
margin-block-start: calc(calc(var(--lua-spacing) * 2) * var(--tw-space-y-reverse));
|
|
529
|
+
margin-block-end: calc(calc(var(--lua-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
#lua-root .lua\:space-y-3 {
|
|
533
|
+
:where(& > :not(:last-child)) {
|
|
534
|
+
--tw-space-y-reverse: 0;
|
|
535
|
+
margin-block-start: calc(calc(var(--lua-spacing) * 3) * var(--tw-space-y-reverse));
|
|
536
|
+
margin-block-end: calc(calc(var(--lua-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
537
|
+
}
|
|
538
|
+
}
|
|
232
539
|
#lua-root .lua\:space-y-4 {
|
|
233
540
|
:where(& > :not(:last-child)) {
|
|
234
541
|
--tw-space-y-reverse: 0;
|
|
@@ -236,50 +543,810 @@
|
|
|
236
543
|
margin-block-end: calc(calc(var(--lua-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
237
544
|
}
|
|
238
545
|
}
|
|
546
|
+
#lua-root .lua\:space-y-5 {
|
|
547
|
+
:where(& > :not(:last-child)) {
|
|
548
|
+
--tw-space-y-reverse: 0;
|
|
549
|
+
margin-block-start: calc(calc(var(--lua-spacing) * 5) * var(--tw-space-y-reverse));
|
|
550
|
+
margin-block-end: calc(calc(var(--lua-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
#lua-root .lua\:divide-y {
|
|
554
|
+
:where(& > :not(:last-child)) {
|
|
555
|
+
--tw-divide-y-reverse: 0;
|
|
556
|
+
border-bottom-style: var(--tw-border-style);
|
|
557
|
+
border-top-style: var(--tw-border-style);
|
|
558
|
+
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
559
|
+
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
#lua-root .lua\:divide-gray-200 {
|
|
563
|
+
:where(& > :not(:last-child)) {
|
|
564
|
+
border-color: var(--lua-color-gray-200);
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
#lua-root .lua\:truncate {
|
|
568
|
+
overflow: hidden;
|
|
569
|
+
text-overflow: ellipsis;
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
}
|
|
572
|
+
#lua-root .lua\:overflow-auto {
|
|
573
|
+
overflow: auto;
|
|
574
|
+
}
|
|
575
|
+
#lua-root .lua\:overflow-hidden {
|
|
576
|
+
overflow: hidden;
|
|
577
|
+
}
|
|
578
|
+
#lua-root .lua\:overflow-x-auto {
|
|
579
|
+
overflow-x: auto;
|
|
580
|
+
}
|
|
581
|
+
#lua-root .lua\:overflow-y-auto {
|
|
582
|
+
overflow-y: auto;
|
|
583
|
+
}
|
|
584
|
+
#lua-root .lua\:rounded {
|
|
585
|
+
border-radius: 0.25rem;
|
|
586
|
+
}
|
|
239
587
|
#lua-root .lua\:rounded-2xl {
|
|
240
588
|
border-radius: var(--lua-radius-2xl);
|
|
241
589
|
}
|
|
590
|
+
#lua-root .lua\:rounded-full {
|
|
591
|
+
border-radius: calc(infinity * 1px);
|
|
592
|
+
}
|
|
242
593
|
#lua-root .lua\:rounded-lg {
|
|
243
594
|
border-radius: var(--lua-radius-lg);
|
|
244
595
|
}
|
|
596
|
+
#lua-root .lua\:rounded-md {
|
|
597
|
+
border-radius: var(--lua-radius-md);
|
|
598
|
+
}
|
|
599
|
+
#lua-root .lua\:rounded-none {
|
|
600
|
+
border-radius: 0;
|
|
601
|
+
}
|
|
602
|
+
#lua-root .lua\:rounded-b-lg {
|
|
603
|
+
border-bottom-right-radius: var(--lua-radius-lg);
|
|
604
|
+
border-bottom-left-radius: var(--lua-radius-lg);
|
|
605
|
+
}
|
|
606
|
+
#lua-root .lua\:border {
|
|
607
|
+
border-style: var(--tw-border-style);
|
|
608
|
+
border-width: 1px;
|
|
609
|
+
}
|
|
610
|
+
#lua-root .lua\:border-0 {
|
|
611
|
+
border-style: var(--tw-border-style);
|
|
612
|
+
border-width: 0px;
|
|
613
|
+
}
|
|
614
|
+
#lua-root .lua\:border-t {
|
|
615
|
+
border-top-style: var(--tw-border-style);
|
|
616
|
+
border-top-width: 1px;
|
|
617
|
+
}
|
|
618
|
+
#lua-root .lua\:border-b {
|
|
619
|
+
border-bottom-style: var(--tw-border-style);
|
|
620
|
+
border-bottom-width: 1px;
|
|
621
|
+
}
|
|
622
|
+
#lua-root .lua\:border-l {
|
|
623
|
+
border-left-style: var(--tw-border-style);
|
|
624
|
+
border-left-width: 1px;
|
|
625
|
+
}
|
|
626
|
+
#lua-root .lua\:border-blue-200 {
|
|
627
|
+
border-color: var(--lua-color-blue-200);
|
|
628
|
+
}
|
|
629
|
+
#lua-root .lua\:border-blue-500 {
|
|
630
|
+
border-color: var(--lua-color-blue-500);
|
|
631
|
+
}
|
|
632
|
+
#lua-root .lua\:border-gray-200 {
|
|
633
|
+
border-color: var(--lua-color-gray-200);
|
|
634
|
+
}
|
|
635
|
+
#lua-root .lua\:border-gray-300 {
|
|
636
|
+
border-color: var(--lua-color-gray-300);
|
|
637
|
+
}
|
|
638
|
+
#lua-root .lua\:border-gray-500 {
|
|
639
|
+
border-color: var(--lua-color-gray-500);
|
|
640
|
+
}
|
|
641
|
+
#lua-root .lua\:border-gray-600 {
|
|
642
|
+
border-color: var(--lua-color-gray-600);
|
|
643
|
+
}
|
|
644
|
+
#lua-root .lua\:border-gray-700 {
|
|
645
|
+
border-color: var(--lua-color-gray-700);
|
|
646
|
+
}
|
|
647
|
+
#lua-root .lua\:border-green-200 {
|
|
648
|
+
border-color: var(--lua-color-green-200);
|
|
649
|
+
}
|
|
650
|
+
#lua-root .lua\:border-green-500 {
|
|
651
|
+
border-color: var(--lua-color-green-500);
|
|
652
|
+
}
|
|
653
|
+
#lua-root .lua\:border-red-200 {
|
|
654
|
+
border-color: var(--lua-color-red-200);
|
|
655
|
+
}
|
|
656
|
+
#lua-root .lua\:border-yellow-200 {
|
|
657
|
+
border-color: var(--lua-color-yellow-200);
|
|
658
|
+
}
|
|
659
|
+
#lua-root .lua\:bg-black {
|
|
660
|
+
background-color: var(--lua-color-black);
|
|
661
|
+
}
|
|
662
|
+
#lua-root .lua\:bg-black\/30 {
|
|
663
|
+
background-color: var(--lua-color-black);
|
|
664
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
665
|
+
background-color: color-mix(in oklab, var(--lua-color-black) 30%, transparent);
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
#lua-root .lua\:bg-blue-50 {
|
|
669
|
+
background-color: var(--lua-color-blue-50);
|
|
670
|
+
}
|
|
671
|
+
#lua-root .lua\:bg-blue-100 {
|
|
672
|
+
background-color: var(--lua-color-blue-100);
|
|
673
|
+
}
|
|
674
|
+
#lua-root .lua\:bg-blue-500 {
|
|
675
|
+
background-color: var(--lua-color-blue-500);
|
|
676
|
+
}
|
|
677
|
+
#lua-root .lua\:bg-blue-600 {
|
|
678
|
+
background-color: var(--lua-color-blue-600);
|
|
679
|
+
}
|
|
680
|
+
#lua-root .lua\:bg-gray-50 {
|
|
681
|
+
background-color: var(--lua-color-gray-50);
|
|
682
|
+
}
|
|
245
683
|
#lua-root .lua\:bg-gray-100 {
|
|
246
684
|
background-color: var(--lua-color-gray-100);
|
|
247
685
|
}
|
|
686
|
+
#lua-root .lua\:bg-gray-200 {
|
|
687
|
+
background-color: var(--lua-color-gray-200);
|
|
688
|
+
}
|
|
689
|
+
#lua-root .lua\:bg-gray-300 {
|
|
690
|
+
background-color: var(--lua-color-gray-300);
|
|
691
|
+
}
|
|
692
|
+
#lua-root .lua\:bg-gray-600 {
|
|
693
|
+
background-color: var(--lua-color-gray-600);
|
|
694
|
+
}
|
|
695
|
+
#lua-root .lua\:bg-gray-700 {
|
|
696
|
+
background-color: var(--lua-color-gray-700);
|
|
697
|
+
}
|
|
698
|
+
#lua-root .lua\:bg-gray-800 {
|
|
699
|
+
background-color: var(--lua-color-gray-800);
|
|
700
|
+
}
|
|
701
|
+
#lua-root .lua\:bg-green-50 {
|
|
702
|
+
background-color: var(--lua-color-green-50);
|
|
703
|
+
}
|
|
704
|
+
#lua-root .lua\:bg-green-100 {
|
|
705
|
+
background-color: var(--lua-color-green-100);
|
|
706
|
+
}
|
|
707
|
+
#lua-root .lua\:bg-green-500 {
|
|
708
|
+
background-color: var(--lua-color-green-500);
|
|
709
|
+
}
|
|
710
|
+
#lua-root .lua\:bg-green-900\/20 {
|
|
711
|
+
background-color: var(--lua-color-green-900);
|
|
712
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
713
|
+
background-color: color-mix(in oklab, var(--lua-color-green-900) 20%, transparent);
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
#lua-root .lua\:bg-red-50 {
|
|
717
|
+
background-color: var(--lua-color-red-50);
|
|
718
|
+
}
|
|
719
|
+
#lua-root .lua\:bg-red-100 {
|
|
720
|
+
background-color: var(--lua-color-red-100);
|
|
721
|
+
}
|
|
722
|
+
#lua-root .lua\:bg-red-600 {
|
|
723
|
+
background-color: var(--lua-color-red-600);
|
|
724
|
+
}
|
|
725
|
+
#lua-root .lua\:bg-transparent {
|
|
726
|
+
background-color: transparent;
|
|
727
|
+
}
|
|
248
728
|
#lua-root .lua\:bg-white {
|
|
249
729
|
background-color: var(--lua-color-white);
|
|
250
730
|
}
|
|
731
|
+
#lua-root .lua\:bg-yellow-50 {
|
|
732
|
+
background-color: var(--lua-color-yellow-50);
|
|
733
|
+
}
|
|
734
|
+
#lua-root .lua\:bg-yellow-100 {
|
|
735
|
+
background-color: var(--lua-color-yellow-100);
|
|
736
|
+
}
|
|
737
|
+
#lua-root .lua\:p-0 {
|
|
738
|
+
padding: calc(var(--lua-spacing) * 0);
|
|
739
|
+
}
|
|
740
|
+
#lua-root .lua\:p-2 {
|
|
741
|
+
padding: calc(var(--lua-spacing) * 2);
|
|
742
|
+
}
|
|
251
743
|
#lua-root .lua\:p-3 {
|
|
252
744
|
padding: calc(var(--lua-spacing) * 3);
|
|
253
745
|
}
|
|
746
|
+
#lua-root .lua\:p-4 {
|
|
747
|
+
padding: calc(var(--lua-spacing) * 4);
|
|
748
|
+
}
|
|
749
|
+
#lua-root .lua\:p-5 {
|
|
750
|
+
padding: calc(var(--lua-spacing) * 5);
|
|
751
|
+
}
|
|
752
|
+
#lua-root .lua\:p-6 {
|
|
753
|
+
padding: calc(var(--lua-spacing) * 6);
|
|
754
|
+
}
|
|
755
|
+
#lua-root .lua\:p-8 {
|
|
756
|
+
padding: calc(var(--lua-spacing) * 8);
|
|
757
|
+
}
|
|
254
758
|
#lua-root .lua\:px-1 {
|
|
255
759
|
padding-inline: calc(var(--lua-spacing) * 1);
|
|
256
760
|
}
|
|
761
|
+
#lua-root .lua\:px-2 {
|
|
762
|
+
padding-inline: calc(var(--lua-spacing) * 2);
|
|
763
|
+
}
|
|
764
|
+
#lua-root .lua\:px-3 {
|
|
765
|
+
padding-inline: calc(var(--lua-spacing) * 3);
|
|
766
|
+
}
|
|
257
767
|
#lua-root .lua\:px-4 {
|
|
258
768
|
padding-inline: calc(var(--lua-spacing) * 4);
|
|
259
769
|
}
|
|
770
|
+
#lua-root .lua\:px-5 {
|
|
771
|
+
padding-inline: calc(var(--lua-spacing) * 5);
|
|
772
|
+
}
|
|
773
|
+
#lua-root .lua\:px-6 {
|
|
774
|
+
padding-inline: calc(var(--lua-spacing) * 6);
|
|
775
|
+
}
|
|
776
|
+
#lua-root .lua\:py-1 {
|
|
777
|
+
padding-block: calc(var(--lua-spacing) * 1);
|
|
778
|
+
}
|
|
779
|
+
#lua-root .lua\:py-2 {
|
|
780
|
+
padding-block: calc(var(--lua-spacing) * 2);
|
|
781
|
+
}
|
|
260
782
|
#lua-root .lua\:py-3 {
|
|
261
783
|
padding-block: calc(var(--lua-spacing) * 3);
|
|
262
784
|
}
|
|
785
|
+
#lua-root .lua\:py-4 {
|
|
786
|
+
padding-block: calc(var(--lua-spacing) * 4);
|
|
787
|
+
}
|
|
788
|
+
#lua-root .lua\:py-5 {
|
|
789
|
+
padding-block: calc(var(--lua-spacing) * 5);
|
|
790
|
+
}
|
|
791
|
+
#lua-root .lua\:py-8 {
|
|
792
|
+
padding-block: calc(var(--lua-spacing) * 8);
|
|
793
|
+
}
|
|
794
|
+
#lua-root .lua\:py-10 {
|
|
795
|
+
padding-block: calc(var(--lua-spacing) * 10);
|
|
796
|
+
}
|
|
797
|
+
#lua-root .lua\:pt-4 {
|
|
798
|
+
padding-top: calc(var(--lua-spacing) * 4);
|
|
799
|
+
}
|
|
800
|
+
#lua-root .lua\:pb-2 {
|
|
801
|
+
padding-bottom: calc(var(--lua-spacing) * 2);
|
|
802
|
+
}
|
|
803
|
+
#lua-root .lua\:pb-24 {
|
|
804
|
+
padding-bottom: calc(var(--lua-spacing) * 24);
|
|
805
|
+
}
|
|
806
|
+
#lua-root .lua\:text-center {
|
|
807
|
+
text-align: center;
|
|
808
|
+
}
|
|
809
|
+
#lua-root .lua\:text-left {
|
|
810
|
+
text-align: left;
|
|
811
|
+
}
|
|
812
|
+
#lua-root .lua\:font-mono {
|
|
813
|
+
font-family: var(--lua-font-mono);
|
|
814
|
+
}
|
|
815
|
+
#lua-root .lua\:font-onest {
|
|
816
|
+
font-family: var(--lua-font-onest);
|
|
817
|
+
}
|
|
818
|
+
#lua-root .lua\:text-2xl {
|
|
819
|
+
font-size: var(--lua-text-2xl);
|
|
820
|
+
line-height: var(--tw-leading, var(--lua-text-2xl--line-height));
|
|
821
|
+
}
|
|
822
|
+
#lua-root .lua\:text-3xl {
|
|
823
|
+
font-size: var(--lua-text-3xl);
|
|
824
|
+
line-height: var(--tw-leading, var(--lua-text-3xl--line-height));
|
|
825
|
+
}
|
|
826
|
+
#lua-root .lua\:text-4xl {
|
|
827
|
+
font-size: var(--lua-text-4xl);
|
|
828
|
+
line-height: var(--tw-leading, var(--lua-text-4xl--line-height));
|
|
829
|
+
}
|
|
830
|
+
#lua-root .lua\:text-base {
|
|
831
|
+
font-size: var(--lua-text-base);
|
|
832
|
+
line-height: var(--tw-leading, var(--lua-text-base--line-height));
|
|
833
|
+
}
|
|
834
|
+
#lua-root .lua\:text-lg {
|
|
835
|
+
font-size: var(--lua-text-lg);
|
|
836
|
+
line-height: var(--tw-leading, var(--lua-text-lg--line-height));
|
|
837
|
+
}
|
|
838
|
+
#lua-root .lua\:text-sm {
|
|
839
|
+
font-size: var(--lua-text-sm);
|
|
840
|
+
line-height: var(--tw-leading, var(--lua-text-sm--line-height));
|
|
841
|
+
}
|
|
842
|
+
#lua-root .lua\:text-xl {
|
|
843
|
+
font-size: var(--lua-text-xl);
|
|
844
|
+
line-height: var(--tw-leading, var(--lua-text-xl--line-height));
|
|
845
|
+
}
|
|
846
|
+
#lua-root .lua\:text-xs {
|
|
847
|
+
font-size: var(--lua-text-xs);
|
|
848
|
+
line-height: var(--tw-leading, var(--lua-text-xs--line-height));
|
|
849
|
+
}
|
|
850
|
+
#lua-root .lua\:text-\[10px\] {
|
|
851
|
+
font-size: 10px;
|
|
852
|
+
}
|
|
853
|
+
#lua-root .lua\:leading-5 {
|
|
854
|
+
--tw-leading: calc(var(--lua-spacing) * 5);
|
|
855
|
+
line-height: calc(var(--lua-spacing) * 5);
|
|
856
|
+
}
|
|
263
857
|
#lua-root .lua\:leading-6 {
|
|
264
858
|
--tw-leading: calc(var(--lua-spacing) * 6);
|
|
265
859
|
line-height: calc(var(--lua-spacing) * 6);
|
|
266
860
|
}
|
|
861
|
+
#lua-root .lua\:leading-relaxed {
|
|
862
|
+
--tw-leading: var(--lua-leading-relaxed);
|
|
863
|
+
line-height: var(--lua-leading-relaxed);
|
|
864
|
+
}
|
|
865
|
+
#lua-root .lua\:font-medium {
|
|
866
|
+
--tw-font-weight: var(--lua-font-weight-medium);
|
|
867
|
+
font-weight: var(--lua-font-weight-medium);
|
|
868
|
+
}
|
|
267
869
|
#lua-root .lua\:font-normal {
|
|
268
870
|
--tw-font-weight: var(--lua-font-weight-normal);
|
|
269
871
|
font-weight: var(--lua-font-weight-normal);
|
|
270
872
|
}
|
|
873
|
+
#lua-root .lua\:font-semibold {
|
|
874
|
+
--tw-font-weight: var(--lua-font-weight-semibold);
|
|
875
|
+
font-weight: var(--lua-font-weight-semibold);
|
|
876
|
+
}
|
|
877
|
+
#lua-root .lua\:break-words {
|
|
878
|
+
overflow-wrap: break-word;
|
|
879
|
+
}
|
|
880
|
+
#lua-root .lua\:break-all {
|
|
881
|
+
word-break: break-all;
|
|
882
|
+
}
|
|
883
|
+
#lua-root .lua\:whitespace-nowrap {
|
|
884
|
+
white-space: nowrap;
|
|
885
|
+
}
|
|
271
886
|
#lua-root .lua\:whitespace-pre-wrap {
|
|
272
887
|
white-space: pre-wrap;
|
|
273
888
|
}
|
|
889
|
+
#lua-root .lua\:text-blue-700 {
|
|
890
|
+
color: var(--lua-color-blue-700);
|
|
891
|
+
}
|
|
892
|
+
#lua-root .lua\:text-gray-200 {
|
|
893
|
+
color: var(--lua-color-gray-200);
|
|
894
|
+
}
|
|
895
|
+
#lua-root .lua\:text-gray-300 {
|
|
896
|
+
color: var(--lua-color-gray-300);
|
|
897
|
+
}
|
|
274
898
|
#lua-root .lua\:text-gray-400 {
|
|
275
899
|
color: var(--lua-color-gray-400);
|
|
276
900
|
}
|
|
901
|
+
#lua-root .lua\:text-gray-500 {
|
|
902
|
+
color: var(--lua-color-gray-500);
|
|
903
|
+
}
|
|
904
|
+
#lua-root .lua\:text-gray-600 {
|
|
905
|
+
color: var(--lua-color-gray-600);
|
|
906
|
+
}
|
|
277
907
|
#lua-root .lua\:text-gray-700 {
|
|
278
908
|
color: var(--lua-color-gray-700);
|
|
279
909
|
}
|
|
280
910
|
#lua-root .lua\:text-gray-800 {
|
|
281
911
|
color: var(--lua-color-gray-800);
|
|
282
912
|
}
|
|
913
|
+
#lua-root .lua\:text-gray-900 {
|
|
914
|
+
color: var(--lua-color-gray-900);
|
|
915
|
+
}
|
|
916
|
+
#lua-root .lua\:text-green-600 {
|
|
917
|
+
color: var(--lua-color-green-600);
|
|
918
|
+
}
|
|
919
|
+
#lua-root .lua\:text-green-700 {
|
|
920
|
+
color: var(--lua-color-green-700);
|
|
921
|
+
}
|
|
922
|
+
#lua-root .lua\:text-green-800 {
|
|
923
|
+
color: var(--lua-color-green-800);
|
|
924
|
+
}
|
|
925
|
+
#lua-root .lua\:text-red-600 {
|
|
926
|
+
color: var(--lua-color-red-600);
|
|
927
|
+
}
|
|
928
|
+
#lua-root .lua\:text-red-700 {
|
|
929
|
+
color: var(--lua-color-red-700);
|
|
930
|
+
}
|
|
931
|
+
#lua-root .lua\:text-red-800 {
|
|
932
|
+
color: var(--lua-color-red-800);
|
|
933
|
+
}
|
|
934
|
+
#lua-root .lua\:text-transparent {
|
|
935
|
+
color: transparent;
|
|
936
|
+
}
|
|
937
|
+
#lua-root .lua\:text-white {
|
|
938
|
+
color: var(--lua-color-white);
|
|
939
|
+
}
|
|
940
|
+
#lua-root .lua\:text-yellow-700 {
|
|
941
|
+
color: var(--lua-color-yellow-700);
|
|
942
|
+
}
|
|
943
|
+
#lua-root .lua\:text-yellow-800 {
|
|
944
|
+
color: var(--lua-color-yellow-800);
|
|
945
|
+
}
|
|
946
|
+
#lua-root .lua\:uppercase {
|
|
947
|
+
text-transform: uppercase;
|
|
948
|
+
}
|
|
949
|
+
#lua-root .lua\:italic {
|
|
950
|
+
font-style: italic;
|
|
951
|
+
}
|
|
952
|
+
#lua-root .lua\:caret-black {
|
|
953
|
+
caret-color: var(--lua-color-black);
|
|
954
|
+
}
|
|
955
|
+
#lua-root .lua\:opacity-60 {
|
|
956
|
+
opacity: 60%;
|
|
957
|
+
}
|
|
958
|
+
#lua-root .lua\:opacity-80 {
|
|
959
|
+
opacity: 80%;
|
|
960
|
+
}
|
|
961
|
+
#lua-root .lua\:shadow-lg {
|
|
962
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
963
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
964
|
+
}
|
|
965
|
+
#lua-root .lua\:shadow-md {
|
|
966
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
967
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
968
|
+
}
|
|
969
|
+
#lua-root .lua\:shadow-none {
|
|
970
|
+
--tw-shadow: 0 0 #0000;
|
|
971
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
972
|
+
}
|
|
973
|
+
#lua-root .lua\:shadow-sm {
|
|
974
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
975
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
976
|
+
}
|
|
977
|
+
#lua-root .lua\:transition {
|
|
978
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
979
|
+
transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
|
|
980
|
+
transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
|
|
981
|
+
}
|
|
982
|
+
#lua-root .lua\:transition-\[color\,box-shadow\] {
|
|
983
|
+
transition-property: color,box-shadow;
|
|
984
|
+
transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
|
|
985
|
+
transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
|
|
986
|
+
}
|
|
987
|
+
#lua-root .lua\:transition-all {
|
|
988
|
+
transition-property: all;
|
|
989
|
+
transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
|
|
990
|
+
transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
|
|
991
|
+
}
|
|
992
|
+
#lua-root .lua\:transition-colors {
|
|
993
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
994
|
+
transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
|
|
995
|
+
transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
|
|
996
|
+
}
|
|
997
|
+
#lua-root .lua\:transition-transform {
|
|
998
|
+
transition-property: transform, translate, scale, rotate;
|
|
999
|
+
transition-timing-function: var(--tw-ease, var(--lua-default-transition-timing-function));
|
|
1000
|
+
transition-duration: var(--tw-duration, var(--lua-default-transition-duration));
|
|
1001
|
+
}
|
|
1002
|
+
#lua-root .lua\:select-text {
|
|
1003
|
+
-webkit-user-select: text;
|
|
1004
|
+
-moz-user-select: text;
|
|
1005
|
+
user-select: text;
|
|
1006
|
+
}
|
|
1007
|
+
#lua-root .lua\:after\:absolute {
|
|
1008
|
+
&::after {
|
|
1009
|
+
content: var(--tw-content);
|
|
1010
|
+
position: absolute;
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
#lua-root .lua\:after\:top-0 {
|
|
1014
|
+
&::after {
|
|
1015
|
+
content: var(--tw-content);
|
|
1016
|
+
top: calc(var(--lua-spacing) * 0);
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
#lua-root .lua\:after\:-right-1 {
|
|
1020
|
+
&::after {
|
|
1021
|
+
content: var(--tw-content);
|
|
1022
|
+
right: calc(var(--lua-spacing) * -1);
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
#lua-root .lua\:after\:bottom-0 {
|
|
1026
|
+
&::after {
|
|
1027
|
+
content: var(--tw-content);
|
|
1028
|
+
bottom: calc(var(--lua-spacing) * 0);
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
#lua-root .lua\:after\:-left-1 {
|
|
1032
|
+
&::after {
|
|
1033
|
+
content: var(--tw-content);
|
|
1034
|
+
left: calc(var(--lua-spacing) * -1);
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
#lua-root .lua\:after\:content-\[\'\'\] {
|
|
1038
|
+
&::after {
|
|
1039
|
+
--tw-content: '';
|
|
1040
|
+
content: var(--tw-content);
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
#lua-root .lua\:hover\:-translate-y-0\.5 {
|
|
1044
|
+
&:hover {
|
|
1045
|
+
@media (hover: hover) {
|
|
1046
|
+
--tw-translate-y: calc(var(--lua-spacing) * -0.5);
|
|
1047
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
#lua-root .lua\:hover\:border-blue-500 {
|
|
1052
|
+
&:hover {
|
|
1053
|
+
@media (hover: hover) {
|
|
1054
|
+
border-color: var(--lua-color-blue-500);
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
#lua-root .lua\:hover\:border-gray-300 {
|
|
1059
|
+
&:hover {
|
|
1060
|
+
@media (hover: hover) {
|
|
1061
|
+
border-color: var(--lua-color-gray-300);
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
#lua-root .lua\:hover\:border-gray-400 {
|
|
1066
|
+
&:hover {
|
|
1067
|
+
@media (hover: hover) {
|
|
1068
|
+
border-color: var(--lua-color-gray-400);
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
#lua-root .lua\:hover\:border-gray-500 {
|
|
1073
|
+
&:hover {
|
|
1074
|
+
@media (hover: hover) {
|
|
1075
|
+
border-color: var(--lua-color-gray-500);
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
#lua-root .lua\:hover\:bg-black-hover {
|
|
1080
|
+
&:hover {
|
|
1081
|
+
@media (hover: hover) {
|
|
1082
|
+
background-color: var(--lua-color-black-hover);
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
#lua-root .lua\:hover\:bg-blue-500 {
|
|
1087
|
+
&:hover {
|
|
1088
|
+
@media (hover: hover) {
|
|
1089
|
+
background-color: var(--lua-color-blue-500);
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
#lua-root .lua\:hover\:bg-blue-700 {
|
|
1094
|
+
&:hover {
|
|
1095
|
+
@media (hover: hover) {
|
|
1096
|
+
background-color: var(--lua-color-blue-700);
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
#lua-root .lua\:hover\:bg-gray-500 {
|
|
1101
|
+
&:hover {
|
|
1102
|
+
@media (hover: hover) {
|
|
1103
|
+
background-color: var(--lua-color-gray-500);
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
#lua-root .lua\:hover\:bg-gray-700 {
|
|
1108
|
+
&:hover {
|
|
1109
|
+
@media (hover: hover) {
|
|
1110
|
+
background-color: var(--lua-color-gray-700);
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
#lua-root .lua\:hover\:bg-neutral-200 {
|
|
1115
|
+
&:hover {
|
|
1116
|
+
@media (hover: hover) {
|
|
1117
|
+
background-color: var(--lua-color-neutral-200);
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
#lua-root .lua\:hover\:bg-red-700 {
|
|
1122
|
+
&:hover {
|
|
1123
|
+
@media (hover: hover) {
|
|
1124
|
+
background-color: var(--lua-color-red-700);
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
#lua-root .lua\:hover\:text-gray-900 {
|
|
1129
|
+
&:hover {
|
|
1130
|
+
@media (hover: hover) {
|
|
1131
|
+
color: var(--lua-color-gray-900);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
#lua-root .lua\:hover\:shadow-md {
|
|
1136
|
+
&:hover {
|
|
1137
|
+
@media (hover: hover) {
|
|
1138
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1139
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
#lua-root .lua\:hover\:shadow-sm {
|
|
1144
|
+
&:hover {
|
|
1145
|
+
@media (hover: hover) {
|
|
1146
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1147
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
#lua-root .lua\:focus\:border-transparent {
|
|
1152
|
+
&:focus {
|
|
1153
|
+
border-color: transparent;
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
#lua-root .lua\:focus\:ring-2 {
|
|
1157
|
+
&:focus {
|
|
1158
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1159
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
#lua-root .lua\:focus\:ring-blue-500 {
|
|
1163
|
+
&:focus {
|
|
1164
|
+
--tw-ring-color: var(--lua-color-blue-500);
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
#lua-root .lua\:focus\:outline-none {
|
|
1168
|
+
&:focus {
|
|
1169
|
+
--tw-outline-style: none;
|
|
1170
|
+
outline-style: none;
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
#lua-root .lua\:focus-visible\:border-blue-600 {
|
|
1174
|
+
&:focus-visible {
|
|
1175
|
+
border-color: var(--lua-color-blue-600);
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
#lua-root .lua\:focus-visible\:bg-black {
|
|
1179
|
+
&:focus-visible {
|
|
1180
|
+
background-color: var(--lua-color-black);
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
#lua-root .lua\:focus-visible\:bg-blue-600 {
|
|
1184
|
+
&:focus-visible {
|
|
1185
|
+
background-color: var(--lua-color-blue-600);
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
#lua-root .lua\:focus-visible\:bg-red-600 {
|
|
1189
|
+
&:focus-visible {
|
|
1190
|
+
background-color: var(--lua-color-red-600);
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
#lua-root .lua\:focus-visible\:bg-white {
|
|
1194
|
+
&:focus-visible {
|
|
1195
|
+
background-color: var(--lua-color-white);
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
#lua-root .lua\:focus-visible\:ring-2 {
|
|
1199
|
+
&:focus-visible {
|
|
1200
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1201
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
#lua-root .lua\:focus-visible\:ring-black {
|
|
1205
|
+
&:focus-visible {
|
|
1206
|
+
--tw-ring-color: var(--lua-color-black);
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
#lua-root .lua\:focus-visible\:ring-blue-600 {
|
|
1210
|
+
&:focus-visible {
|
|
1211
|
+
--tw-ring-color: var(--lua-color-blue-600);
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
#lua-root .lua\:focus-visible\:ring-blue-600\/50 {
|
|
1215
|
+
&:focus-visible {
|
|
1216
|
+
--tw-ring-color: var(--lua-color-blue-600);
|
|
1217
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1218
|
+
--tw-ring-color: color-mix(in oklab, var(--lua-color-blue-600) 50%, transparent);
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
#lua-root .lua\:focus-visible\:ring-red-600 {
|
|
1223
|
+
&:focus-visible {
|
|
1224
|
+
--tw-ring-color: var(--lua-color-red-600);
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
#lua-root .lua\:focus-visible\:ring-offset-2 {
|
|
1228
|
+
&:focus-visible {
|
|
1229
|
+
--tw-ring-offset-width: 2px;
|
|
1230
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
#lua-root .lua\:focus-visible\:ring-offset-white {
|
|
1234
|
+
&:focus-visible {
|
|
1235
|
+
--tw-ring-offset-color: var(--lua-color-white);
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
#lua-root .lua\:focus-visible\:outline-hidden {
|
|
1239
|
+
&:focus-visible {
|
|
1240
|
+
--tw-outline-style: none;
|
|
1241
|
+
outline-style: none;
|
|
1242
|
+
@media (forced-colors: active) {
|
|
1243
|
+
outline: 2px solid transparent;
|
|
1244
|
+
outline-offset: 2px;
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
#lua-root .lua\:active\:bg-black-hover {
|
|
1249
|
+
&:active {
|
|
1250
|
+
background-color: var(--lua-color-black-hover);
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
#lua-root .lua\:active\:bg-blue-800 {
|
|
1254
|
+
&:active {
|
|
1255
|
+
background-color: var(--lua-color-blue-800);
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
#lua-root .lua\:active\:bg-neutral-600 {
|
|
1259
|
+
&:active {
|
|
1260
|
+
background-color: var(--lua-color-neutral-600);
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
#lua-root .lua\:active\:bg-red-800 {
|
|
1264
|
+
&:active {
|
|
1265
|
+
background-color: var(--lua-color-red-800);
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
#lua-root .lua\:disabled\:pointer-events-none {
|
|
1269
|
+
&:disabled {
|
|
1270
|
+
pointer-events: none;
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
#lua-root .lua\:disabled\:cursor-not-allowed {
|
|
1274
|
+
&:disabled {
|
|
1275
|
+
cursor: not-allowed;
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
#lua-root .lua\:disabled\:border-gray-600 {
|
|
1279
|
+
&:disabled {
|
|
1280
|
+
border-color: var(--lua-color-gray-600);
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
#lua-root .lua\:disabled\:border-transparent {
|
|
1284
|
+
&:disabled {
|
|
1285
|
+
border-color: transparent;
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
#lua-root .lua\:disabled\:bg-black\/4 {
|
|
1289
|
+
&:disabled {
|
|
1290
|
+
background-color: var(--lua-color-black);
|
|
1291
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1292
|
+
background-color: color-mix(in oklab, var(--lua-color-black) 4%, transparent);
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
#lua-root .lua\:disabled\:bg-gray-700 {
|
|
1297
|
+
&:disabled {
|
|
1298
|
+
background-color: var(--lua-color-gray-700);
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
#lua-root .lua\:disabled\:text-black\/16 {
|
|
1302
|
+
&:disabled {
|
|
1303
|
+
color: var(--lua-color-black);
|
|
1304
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1305
|
+
color: color-mix(in oklab, var(--lua-color-black) 16%, transparent);
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
#lua-root .lua\:disabled\:text-gray-500 {
|
|
1310
|
+
&:disabled {
|
|
1311
|
+
color: var(--lua-color-gray-500);
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
#lua-root .lua\:data-\[state\=active\]\:-mb-px {
|
|
1315
|
+
&[data-state="active"] {
|
|
1316
|
+
margin-bottom: -1px;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
#lua-root .lua\:data-\[state\=active\]\:border-b-2 {
|
|
1320
|
+
&[data-state="active"] {
|
|
1321
|
+
border-bottom-style: var(--tw-border-style);
|
|
1322
|
+
border-bottom-width: 2px;
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
#lua-root .lua\:data-\[state\=active\]\:border-blue-600 {
|
|
1326
|
+
&[data-state="active"] {
|
|
1327
|
+
border-color: var(--lua-color-blue-600);
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
#lua-root .lua\:data-\[state\=active\]\:bg-gray-50 {
|
|
1331
|
+
&[data-state="active"] {
|
|
1332
|
+
background-color: var(--lua-color-gray-50);
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
#lua-root .lua\:data-\[state\=active\]\:text-blue-600 {
|
|
1336
|
+
&[data-state="active"] {
|
|
1337
|
+
color: var(--lua-color-blue-600);
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
#lua-root .lua\:data-\[state\=active\]\:text-gray-900 {
|
|
1341
|
+
&[data-state="active"] {
|
|
1342
|
+
color: var(--lua-color-gray-900);
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
#lua-root .lua\:data-\[state\=inactive\]\:hidden {
|
|
1346
|
+
&[data-state="inactive"] {
|
|
1347
|
+
display: none;
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
283
1350
|
#lua-root .lua\:sm\:mx-5 {
|
|
284
1351
|
@media (width >= 40rem) {
|
|
285
1352
|
margin-inline: calc(var(--lua-spacing) * 5);
|
|
@@ -794,23 +1861,23 @@
|
|
|
794
1861
|
inherits: false;
|
|
795
1862
|
initial-value: 0;
|
|
796
1863
|
}
|
|
797
|
-
@property --tw-
|
|
1864
|
+
@property --tw-divide-y-reverse {
|
|
798
1865
|
syntax: "*";
|
|
799
1866
|
inherits: false;
|
|
1867
|
+
initial-value: 0;
|
|
800
1868
|
}
|
|
801
|
-
@property --tw-
|
|
1869
|
+
@property --tw-border-style {
|
|
802
1870
|
syntax: "*";
|
|
803
1871
|
inherits: false;
|
|
1872
|
+
initial-value: solid;
|
|
804
1873
|
}
|
|
805
|
-
@property --tw-
|
|
1874
|
+
@property --tw-leading {
|
|
806
1875
|
syntax: "*";
|
|
807
1876
|
inherits: false;
|
|
808
|
-
initial-value: solid;
|
|
809
1877
|
}
|
|
810
|
-
@property --tw-
|
|
1878
|
+
@property --tw-font-weight {
|
|
811
1879
|
syntax: "*";
|
|
812
1880
|
inherits: false;
|
|
813
|
-
initial-value: solid;
|
|
814
1881
|
}
|
|
815
1882
|
@property --tw-shadow {
|
|
816
1883
|
syntax: "*";
|
|
@@ -877,6 +1944,31 @@
|
|
|
877
1944
|
inherits: false;
|
|
878
1945
|
initial-value: 0 0 #0000;
|
|
879
1946
|
}
|
|
1947
|
+
@property --tw-content {
|
|
1948
|
+
syntax: "*";
|
|
1949
|
+
initial-value: "";
|
|
1950
|
+
inherits: false;
|
|
1951
|
+
}
|
|
1952
|
+
@property --tw-translate-x {
|
|
1953
|
+
syntax: "*";
|
|
1954
|
+
inherits: false;
|
|
1955
|
+
initial-value: 0;
|
|
1956
|
+
}
|
|
1957
|
+
@property --tw-translate-y {
|
|
1958
|
+
syntax: "*";
|
|
1959
|
+
inherits: false;
|
|
1960
|
+
initial-value: 0;
|
|
1961
|
+
}
|
|
1962
|
+
@property --tw-translate-z {
|
|
1963
|
+
syntax: "*";
|
|
1964
|
+
inherits: false;
|
|
1965
|
+
initial-value: 0;
|
|
1966
|
+
}
|
|
1967
|
+
@property --tw-outline-style {
|
|
1968
|
+
syntax: "*";
|
|
1969
|
+
inherits: false;
|
|
1970
|
+
initial-value: solid;
|
|
1971
|
+
}
|
|
880
1972
|
@property --tw-duration {
|
|
881
1973
|
syntax: "*";
|
|
882
1974
|
inherits: false;
|
|
@@ -886,14 +1978,19 @@
|
|
|
886
1978
|
inherits: false;
|
|
887
1979
|
initial-value: proximity;
|
|
888
1980
|
}
|
|
1981
|
+
@keyframes spin {
|
|
1982
|
+
to {
|
|
1983
|
+
transform: rotate(360deg);
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
889
1986
|
@layer properties {
|
|
890
1987
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
891
1988
|
#lua-root *, #lua-root ::before, #lua-root ::after, #lua-root ::backdrop {
|
|
892
1989
|
--tw-space-y-reverse: 0;
|
|
1990
|
+
--tw-divide-y-reverse: 0;
|
|
1991
|
+
--tw-border-style: solid;
|
|
893
1992
|
--tw-leading: initial;
|
|
894
1993
|
--tw-font-weight: initial;
|
|
895
|
-
--tw-outline-style: solid;
|
|
896
|
-
--tw-border-style: solid;
|
|
897
1994
|
--tw-shadow: 0 0 #0000;
|
|
898
1995
|
--tw-shadow-color: initial;
|
|
899
1996
|
--tw-shadow-alpha: 100%;
|
|
@@ -908,6 +2005,11 @@
|
|
|
908
2005
|
--tw-ring-offset-width: 0px;
|
|
909
2006
|
--tw-ring-offset-color: #fff;
|
|
910
2007
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
2008
|
+
--tw-content: "";
|
|
2009
|
+
--tw-translate-x: 0;
|
|
2010
|
+
--tw-translate-y: 0;
|
|
2011
|
+
--tw-translate-z: 0;
|
|
2012
|
+
--tw-outline-style: solid;
|
|
911
2013
|
--tw-duration: initial;
|
|
912
2014
|
--tw-scroll-snap-strictness: proximity;
|
|
913
2015
|
}
|
|
@@ -1039,15 +2141,6 @@ body {
|
|
|
1039
2141
|
}
|
|
1040
2142
|
|
|
1041
2143
|
/* Page Navigation */
|
|
1042
|
-
.page-navigation {
|
|
1043
|
-
background: #000000;
|
|
1044
|
-
border-bottom: 1px solid #3e3e42;
|
|
1045
|
-
padding: 8px 16px;
|
|
1046
|
-
display: flex;
|
|
1047
|
-
align-items: center;
|
|
1048
|
-
justify-content: space-between;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
2144
|
.nav-logo {
|
|
1052
2145
|
display: flex;
|
|
1053
2146
|
align-items: center;
|
|
@@ -1643,7 +2736,7 @@ a:focus-visible,
|
|
|
1643
2736
|
}
|
|
1644
2737
|
|
|
1645
2738
|
.production-left {
|
|
1646
|
-
background:
|
|
2739
|
+
background: white;
|
|
1647
2740
|
display: flex;
|
|
1648
2741
|
flex-direction: column;
|
|
1649
2742
|
overflow: hidden;
|
|
@@ -1906,7 +2999,6 @@ a:focus-visible,
|
|
|
1906
2999
|
.chat-header {
|
|
1907
3000
|
color: #cccccc;
|
|
1908
3001
|
padding: 12px 16px;
|
|
1909
|
-
border-bottom: 1px solid #3e3e42;
|
|
1910
3002
|
display: flex;
|
|
1911
3003
|
align-items: center;
|
|
1912
3004
|
justify-content: space-between;
|
|
@@ -2123,26 +3215,8 @@ a:focus-visible,
|
|
|
2123
3215
|
}
|
|
2124
3216
|
|
|
2125
3217
|
.clear-history-button {
|
|
2126
|
-
background: transparent;
|
|
2127
|
-
color: #cccccc;
|
|
2128
|
-
border: 1px solid #3e3e42;
|
|
2129
|
-
border-radius: 4px;
|
|
2130
|
-
padding: 6px;
|
|
2131
|
-
cursor: pointer;
|
|
2132
|
-
font-size: 14px;
|
|
2133
|
-
display: flex;
|
|
2134
|
-
align-items: center;
|
|
2135
|
-
justify-content: center;
|
|
2136
|
-
min-width: 32px;
|
|
2137
3218
|
transition: all 0.2s;
|
|
2138
3219
|
}
|
|
2139
|
-
|
|
2140
|
-
.clear-history-button:hover {
|
|
2141
|
-
background: #3e3e42;
|
|
2142
|
-
color: #fff;
|
|
2143
|
-
border-color: #555;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
3220
|
/* Logs Panel Styles */
|
|
2147
3221
|
.log-messages {
|
|
2148
3222
|
flex: 1;
|
|
@@ -6094,526 +7168,289 @@ a:focus-visible,
|
|
|
6094
7168
|
font-weight: 500;
|
|
6095
7169
|
}
|
|
6096
7170
|
|
|
6097
|
-
.form-group input,
|
|
6098
|
-
.form-group textarea {
|
|
6099
|
-
background: #1e1e1e;
|
|
6100
|
-
border: 1px solid #3e3e42;
|
|
6101
|
-
border-radius: 4px;
|
|
6102
|
-
color: #ffffff;
|
|
6103
|
-
padding: 10px 12px;
|
|
6104
|
-
font-size: 14px;
|
|
6105
|
-
font-family: inherit;
|
|
6106
|
-
transition: border-color 0.2s;
|
|
6107
|
-
}
|
|
6108
|
-
|
|
6109
|
-
.form-group input:focus,
|
|
6110
|
-
.form-group textarea:focus {
|
|
6111
|
-
outline: none;
|
|
6112
|
-
border-color: #007acc;
|
|
6113
|
-
}
|
|
6114
|
-
|
|
6115
|
-
.add-field-container {
|
|
6116
|
-
display: flex;
|
|
6117
|
-
flex-direction: column;
|
|
6118
|
-
gap: 4px;
|
|
6119
|
-
}
|
|
6120
|
-
|
|
6121
|
-
.field-hint {
|
|
6122
|
-
color: #8c8c8c;
|
|
6123
|
-
font-size: 11px;
|
|
6124
|
-
font-style: italic;
|
|
6125
|
-
}
|
|
6126
|
-
|
|
6127
|
-
.form-actions {
|
|
6128
|
-
display: flex;
|
|
6129
|
-
gap: 12px;
|
|
6130
|
-
justify-content: flex-end;
|
|
6131
|
-
padding-top: 16px;
|
|
6132
|
-
border-top: 1px solid #3e3e42;
|
|
6133
|
-
}
|
|
6134
|
-
|
|
6135
|
-
.product-form .cancel-button {
|
|
6136
|
-
background: transparent;
|
|
6137
|
-
border: 1px solid #3e3e42;
|
|
6138
|
-
color: #cccccc;
|
|
6139
|
-
padding: 8px 16px;
|
|
6140
|
-
border-radius: 4px;
|
|
6141
|
-
cursor: pointer;
|
|
6142
|
-
font-size: 14px;
|
|
6143
|
-
transition: all 0.2s;
|
|
6144
|
-
}
|
|
6145
|
-
|
|
6146
|
-
.product-form .cancel-button:hover:not(:disabled) {
|
|
6147
|
-
background: #3e3e42;
|
|
6148
|
-
color: #ffffff;
|
|
6149
|
-
}
|
|
6150
|
-
|
|
6151
|
-
.product-form .save-button {
|
|
6152
|
-
background: #007acc;
|
|
6153
|
-
color: #ffffff;
|
|
6154
|
-
border: none;
|
|
6155
|
-
padding: 8px 16px;
|
|
6156
|
-
border-radius: 4px;
|
|
6157
|
-
cursor: pointer;
|
|
6158
|
-
font-size: 14px;
|
|
6159
|
-
font-weight: 500;
|
|
6160
|
-
transition: background 0.2s;
|
|
6161
|
-
}
|
|
6162
|
-
|
|
6163
|
-
.product-form .save-button:hover:not(:disabled) {
|
|
6164
|
-
background: #005a9e;
|
|
6165
|
-
}
|
|
6166
|
-
|
|
6167
|
-
.product-form .save-button:disabled {
|
|
6168
|
-
background: #666666;
|
|
6169
|
-
cursor: not-allowed;
|
|
6170
|
-
}
|
|
6171
|
-
|
|
6172
|
-
/* Product Pagination */
|
|
6173
|
-
.product-pagination {
|
|
6174
|
-
background: #2d2d30;
|
|
6175
|
-
border-top: 1px solid #3e3e42;
|
|
6176
|
-
padding: 12px 16px;
|
|
6177
|
-
display: flex;
|
|
6178
|
-
justify-content: space-between;
|
|
6179
|
-
align-items: center;
|
|
6180
|
-
flex-shrink: 0;
|
|
6181
|
-
}
|
|
6182
|
-
|
|
6183
|
-
.product-pagination .pagination-info {
|
|
6184
|
-
color: #8c8c8c;
|
|
6185
|
-
font-size: 12px;
|
|
6186
|
-
}
|
|
6187
|
-
|
|
6188
|
-
.product-pagination .pagination-controls {
|
|
6189
|
-
display: flex;
|
|
6190
|
-
gap: 8px;
|
|
6191
|
-
}
|
|
6192
|
-
|
|
6193
|
-
.product-pagination .pagination-button {
|
|
6194
|
-
background: transparent;
|
|
6195
|
-
color: #cccccc;
|
|
6196
|
-
border: 1px solid #3e3e42;
|
|
6197
|
-
border-radius: 4px;
|
|
6198
|
-
padding: 6px 8px;
|
|
6199
|
-
cursor: pointer;
|
|
6200
|
-
font-size: 12px;
|
|
6201
|
-
transition: all 0.2s;
|
|
6202
|
-
min-width: 32px;
|
|
6203
|
-
display: flex;
|
|
6204
|
-
align-items: center;
|
|
6205
|
-
justify-content: center;
|
|
6206
|
-
}
|
|
6207
|
-
|
|
6208
|
-
.product-pagination .pagination-button:hover:not(:disabled) {
|
|
6209
|
-
background: #3e3e42;
|
|
6210
|
-
border-color: #007acc;
|
|
6211
|
-
color: #007acc;
|
|
6212
|
-
}
|
|
6213
|
-
|
|
6214
|
-
.product-pagination .pagination-button:disabled {
|
|
6215
|
-
opacity: 0.5;
|
|
6216
|
-
cursor: not-allowed;
|
|
6217
|
-
}
|
|
6218
|
-
|
|
6219
|
-
/* Detail Header Styles */
|
|
6220
|
-
.detail-header {
|
|
6221
|
-
display: flex;
|
|
6222
|
-
align-items: center;
|
|
6223
|
-
gap: 12px;
|
|
6224
|
-
}
|
|
6225
|
-
|
|
6226
|
-
.detail-header h3 {
|
|
6227
|
-
margin: 0;
|
|
6228
|
-
font-size: 14px;
|
|
6229
|
-
font-weight: 600;
|
|
6230
|
-
color: #ffffff;
|
|
6231
|
-
font-family: inherit;
|
|
6232
|
-
}
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
/* Legacy ToolsPage CSS - Keep until refactored */
|
|
6237
|
-
/* Tools Page Styles */
|
|
6238
|
-
.tools-page {
|
|
6239
|
-
flex: 1;
|
|
6240
|
-
background: #1e1e1e;
|
|
6241
|
-
display: flex;
|
|
6242
|
-
flex-direction: column;
|
|
6243
|
-
overflow: hidden;
|
|
6244
|
-
}
|
|
6245
|
-
|
|
6246
|
-
.tools-loading {
|
|
6247
|
-
display: flex;
|
|
6248
|
-
flex-direction: column;
|
|
6249
|
-
align-items: center;
|
|
6250
|
-
justify-content: center;
|
|
6251
|
-
height: 100%;
|
|
6252
|
-
gap: 16px;
|
|
6253
|
-
}
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
/* Tools List View */
|
|
6257
|
-
.tools-list-view {
|
|
6258
|
-
flex: 1;
|
|
6259
|
-
display: flex;
|
|
6260
|
-
flex-direction: column;
|
|
6261
|
-
overflow: hidden;
|
|
6262
|
-
}
|
|
6263
|
-
|
|
6264
|
-
.tools-header {
|
|
6265
|
-
background: #2d2d30;
|
|
6266
|
-
color: #cccccc;
|
|
6267
|
-
padding: 16px 20px;
|
|
6268
|
-
border-bottom: 1px solid #3e3e42;
|
|
6269
|
-
flex-shrink: 0;
|
|
6270
|
-
}
|
|
6271
|
-
|
|
6272
|
-
.tools-header h3 {
|
|
6273
|
-
margin: 0 0 4px 0;
|
|
6274
|
-
font-size: 14px;
|
|
6275
|
-
font-weight: 600;
|
|
6276
|
-
color: #ffffff;
|
|
6277
|
-
font-family: inherit;
|
|
6278
|
-
}
|
|
6279
|
-
|
|
6280
|
-
.tools-header p {
|
|
6281
|
-
margin: 0;
|
|
6282
|
-
font-size: 12px;
|
|
6283
|
-
color: #cccccc;
|
|
6284
|
-
font-family: inherit;
|
|
6285
|
-
}
|
|
6286
|
-
|
|
6287
|
-
.tools-grid {
|
|
6288
|
-
flex: 1;
|
|
6289
|
-
padding: 20px;
|
|
6290
|
-
display: grid;
|
|
6291
|
-
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
6292
|
-
gap: 12px;
|
|
6293
|
-
overflow-y: auto;
|
|
6294
|
-
align-content: start;
|
|
6295
|
-
}
|
|
6296
|
-
|
|
6297
|
-
.tool-card {
|
|
6298
|
-
background: #252526;
|
|
6299
|
-
border: 1px solid #3e3e42;
|
|
6300
|
-
border-radius: 8px;
|
|
6301
|
-
padding: 8px 12px;
|
|
6302
|
-
cursor: pointer;
|
|
6303
|
-
transition: all 0.2s;
|
|
6304
|
-
display: flex;
|
|
6305
|
-
flex-direction: column;
|
|
6306
|
-
height: fit-content;
|
|
6307
|
-
min-height: 50px;
|
|
6308
|
-
}
|
|
6309
|
-
|
|
6310
|
-
.tool-card:hover {
|
|
6311
|
-
background: #2d2d30;
|
|
6312
|
-
border-color: #007acc;
|
|
6313
|
-
transform: translateY(-2px);
|
|
6314
|
-
box-shadow: 0 4px 12px rgba(0, 122, 204, 0.1);
|
|
6315
|
-
}
|
|
6316
|
-
|
|
6317
|
-
.tool-card-header {
|
|
6318
|
-
margin-bottom: 0;
|
|
6319
|
-
}
|
|
6320
|
-
|
|
6321
|
-
.tool-card-header h4 {
|
|
6322
|
-
margin: 0;
|
|
6323
|
-
font-size: 13px;
|
|
6324
|
-
font-weight: 600;
|
|
6325
|
-
color: #ffffff;
|
|
6326
|
-
font-family: inherit;
|
|
6327
|
-
}
|
|
6328
|
-
|
|
6329
|
-
/* Tool card body styles removed - now empty for compact design */
|
|
6330
|
-
|
|
6331
|
-
/* Tool Form View */
|
|
6332
|
-
.tool-form {
|
|
6333
|
-
flex: 1;
|
|
6334
|
-
display: flex;
|
|
6335
|
-
flex-direction: column;
|
|
6336
|
-
overflow: hidden;
|
|
6337
|
-
}
|
|
6338
|
-
|
|
6339
|
-
.tool-form-header {
|
|
6340
|
-
background: #2d2d30;
|
|
6341
|
-
color: #cccccc;
|
|
6342
|
-
padding: 16px 20px;
|
|
6343
|
-
border-bottom: 1px solid #3e3e42;
|
|
6344
|
-
display: flex;
|
|
6345
|
-
align-items: center;
|
|
6346
|
-
gap: 16px;
|
|
6347
|
-
flex-shrink: 0;
|
|
6348
|
-
}
|
|
6349
|
-
|
|
6350
|
-
.back-button {
|
|
6351
|
-
background: #333333;
|
|
6352
|
-
color: #cccccc;
|
|
6353
|
-
border: none;
|
|
7171
|
+
.form-group input,
|
|
7172
|
+
.form-group textarea {
|
|
7173
|
+
background: #1e1e1e;
|
|
7174
|
+
border: 1px solid #3e3e42;
|
|
6354
7175
|
border-radius: 4px;
|
|
6355
|
-
|
|
7176
|
+
color: #ffffff;
|
|
7177
|
+
padding: 10px 12px;
|
|
6356
7178
|
font-size: 14px;
|
|
6357
7179
|
font-family: inherit;
|
|
6358
|
-
|
|
6359
|
-
transition: background-color 0.2s;
|
|
6360
|
-
width: 28px;
|
|
6361
|
-
height: 28px;
|
|
6362
|
-
display: flex;
|
|
6363
|
-
align-items: center;
|
|
6364
|
-
justify-content: center;
|
|
6365
|
-
}
|
|
6366
|
-
|
|
6367
|
-
.back-button:hover:not(:disabled) {
|
|
6368
|
-
background: #000000;
|
|
7180
|
+
transition: border-color 0.2s;
|
|
6369
7181
|
}
|
|
6370
7182
|
|
|
6371
|
-
.
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
7183
|
+
.form-group input:focus,
|
|
7184
|
+
.form-group textarea:focus {
|
|
7185
|
+
outline: none;
|
|
7186
|
+
border-color: #007acc;
|
|
6375
7187
|
}
|
|
6376
7188
|
|
|
6377
|
-
.
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
|
|
6381
|
-
color: #ffffff;
|
|
6382
|
-
font-family: inherit;
|
|
7189
|
+
.add-field-container {
|
|
7190
|
+
display: flex;
|
|
7191
|
+
flex-direction: column;
|
|
7192
|
+
gap: 4px;
|
|
6383
7193
|
}
|
|
6384
7194
|
|
|
6385
|
-
.
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
7195
|
+
.field-hint {
|
|
7196
|
+
color: #8c8c8c;
|
|
7197
|
+
font-size: 11px;
|
|
7198
|
+
font-style: italic;
|
|
6389
7199
|
}
|
|
6390
7200
|
|
|
6391
|
-
.
|
|
6392
|
-
|
|
7201
|
+
.form-actions {
|
|
7202
|
+
display: flex;
|
|
7203
|
+
gap: 12px;
|
|
7204
|
+
justify-content: flex-end;
|
|
7205
|
+
padding-top: 16px;
|
|
7206
|
+
border-top: 1px solid #3e3e42;
|
|
6393
7207
|
}
|
|
6394
7208
|
|
|
6395
|
-
.
|
|
6396
|
-
|
|
6397
|
-
|
|
7209
|
+
.product-form .cancel-button {
|
|
7210
|
+
background: transparent;
|
|
7211
|
+
border: 1px solid #3e3e42;
|
|
6398
7212
|
color: #cccccc;
|
|
6399
|
-
|
|
6400
|
-
|
|
7213
|
+
padding: 8px 16px;
|
|
7214
|
+
border-radius: 4px;
|
|
7215
|
+
cursor: pointer;
|
|
7216
|
+
font-size: 14px;
|
|
7217
|
+
transition: all 0.2s;
|
|
6401
7218
|
}
|
|
6402
7219
|
|
|
6403
|
-
.
|
|
6404
|
-
|
|
7220
|
+
.product-form .cancel-button:hover:not(:disabled) {
|
|
7221
|
+
background: #3e3e42;
|
|
7222
|
+
color: #ffffff;
|
|
6405
7223
|
}
|
|
6406
7224
|
|
|
6407
|
-
.
|
|
6408
|
-
|
|
6409
|
-
font-size: 13px;
|
|
6410
|
-
font-weight: 600;
|
|
7225
|
+
.product-form .save-button {
|
|
7226
|
+
background: #007acc;
|
|
6411
7227
|
color: #ffffff;
|
|
6412
|
-
|
|
7228
|
+
border: none;
|
|
7229
|
+
padding: 8px 16px;
|
|
7230
|
+
border-radius: 4px;
|
|
7231
|
+
cursor: pointer;
|
|
7232
|
+
font-size: 14px;
|
|
7233
|
+
font-weight: 500;
|
|
7234
|
+
transition: background 0.2s;
|
|
6413
7235
|
}
|
|
6414
7236
|
|
|
6415
|
-
.
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
7237
|
+
.product-form .save-button:hover:not(:disabled) {
|
|
7238
|
+
background: #005a9e;
|
|
7239
|
+
}
|
|
7240
|
+
|
|
7241
|
+
.product-form .save-button:disabled {
|
|
7242
|
+
background: #666666;
|
|
7243
|
+
cursor: not-allowed;
|
|
6419
7244
|
}
|
|
6420
7245
|
|
|
6421
|
-
|
|
7246
|
+
/* Product Pagination */
|
|
7247
|
+
.product-pagination {
|
|
7248
|
+
background: #2d2d30;
|
|
7249
|
+
border-top: 1px solid #3e3e42;
|
|
7250
|
+
padding: 12px 16px;
|
|
6422
7251
|
display: flex;
|
|
6423
|
-
|
|
6424
|
-
|
|
7252
|
+
justify-content: space-between;
|
|
7253
|
+
align-items: center;
|
|
7254
|
+
flex-shrink: 0;
|
|
6425
7255
|
}
|
|
6426
7256
|
|
|
6427
|
-
.
|
|
7257
|
+
.product-pagination .pagination-info {
|
|
7258
|
+
color: #8c8c8c;
|
|
6428
7259
|
font-size: 12px;
|
|
6429
|
-
font-weight: 500;
|
|
6430
|
-
color: #cccccc;
|
|
6431
|
-
font-family: inherit;
|
|
6432
7260
|
}
|
|
6433
7261
|
|
|
6434
|
-
.
|
|
6435
|
-
|
|
6436
|
-
|
|
7262
|
+
.product-pagination .pagination-controls {
|
|
7263
|
+
display: flex;
|
|
7264
|
+
gap: 8px;
|
|
6437
7265
|
}
|
|
6438
7266
|
|
|
6439
|
-
.
|
|
6440
|
-
background:
|
|
7267
|
+
.product-pagination .pagination-button {
|
|
7268
|
+
background: transparent;
|
|
6441
7269
|
color: #cccccc;
|
|
6442
7270
|
border: 1px solid #3e3e42;
|
|
6443
7271
|
border-radius: 4px;
|
|
6444
|
-
padding: 6px
|
|
7272
|
+
padding: 6px 8px;
|
|
7273
|
+
cursor: pointer;
|
|
6445
7274
|
font-size: 12px;
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
|
|
7275
|
+
transition: all 0.2s;
|
|
7276
|
+
min-width: 32px;
|
|
7277
|
+
display: flex;
|
|
7278
|
+
align-items: center;
|
|
7279
|
+
justify-content: center;
|
|
6449
7280
|
}
|
|
6450
7281
|
|
|
6451
|
-
.
|
|
7282
|
+
.product-pagination .pagination-button:hover:not(:disabled) {
|
|
7283
|
+
background: #3e3e42;
|
|
6452
7284
|
border-color: #007acc;
|
|
7285
|
+
color: #007acc;
|
|
6453
7286
|
}
|
|
6454
7287
|
|
|
6455
|
-
.
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
accent-color: #007acc;
|
|
6459
|
-
}
|
|
6460
|
-
|
|
6461
|
-
.input-description {
|
|
6462
|
-
font-size: 10px;
|
|
6463
|
-
color: #8c8c8c;
|
|
6464
|
-
font-style: italic;
|
|
6465
|
-
font-family: inherit;
|
|
7288
|
+
.product-pagination .pagination-button:disabled {
|
|
7289
|
+
opacity: 0.5;
|
|
7290
|
+
cursor: not-allowed;
|
|
6466
7291
|
}
|
|
6467
7292
|
|
|
6468
|
-
/*
|
|
6469
|
-
.
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
padding: 12px;
|
|
6474
|
-
margin-top: 8px;
|
|
7293
|
+
/* Detail Header Styles */
|
|
7294
|
+
.detail-header {
|
|
7295
|
+
display: flex;
|
|
7296
|
+
align-items: center;
|
|
7297
|
+
gap: 12px;
|
|
6475
7298
|
}
|
|
6476
7299
|
|
|
6477
|
-
.
|
|
6478
|
-
|
|
7300
|
+
.detail-header h3 {
|
|
7301
|
+
margin: 0;
|
|
7302
|
+
font-size: 14px;
|
|
6479
7303
|
font-weight: 600;
|
|
6480
7304
|
color: #ffffff;
|
|
6481
|
-
margin-bottom: 12px;
|
|
6482
7305
|
font-family: inherit;
|
|
6483
7306
|
}
|
|
6484
7307
|
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
7308
|
+
/* Custom Data Management Styles */
|
|
7309
|
+
|
|
7310
|
+
.custom-data-search {
|
|
7311
|
+
padding: 30px;
|
|
7312
|
+
max-width: 800px;
|
|
7313
|
+
margin: 0 auto;
|
|
6489
7314
|
}
|
|
6490
7315
|
|
|
6491
|
-
.
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
gap: 6px;
|
|
7316
|
+
.search-header {
|
|
7317
|
+
text-align: center;
|
|
7318
|
+
margin-bottom: 30px;
|
|
6495
7319
|
}
|
|
6496
7320
|
|
|
6497
|
-
.
|
|
6498
|
-
font-size:
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
font-family: inherit;
|
|
7321
|
+
.search-header h4 {
|
|
7322
|
+
font-size: 24px;
|
|
7323
|
+
color: #111827;
|
|
7324
|
+
margin-bottom: 8px;
|
|
6502
7325
|
}
|
|
6503
7326
|
|
|
6504
|
-
.
|
|
6505
|
-
font-size:
|
|
6506
|
-
color: #
|
|
6507
|
-
font-style: italic;
|
|
6508
|
-
font-family: inherit;
|
|
7327
|
+
.search-header p {
|
|
7328
|
+
font-size: 14px;
|
|
7329
|
+
color: #6b7280;
|
|
6509
7330
|
}
|
|
6510
7331
|
|
|
6511
|
-
.
|
|
6512
|
-
|
|
7332
|
+
.search-form {
|
|
7333
|
+
background: white;
|
|
7334
|
+
padding: 30px;
|
|
7335
|
+
border-radius: 12px;
|
|
7336
|
+
border: 1px solid #e5e7eb;
|
|
7337
|
+
margin-bottom: 30px;
|
|
6513
7338
|
}
|
|
6514
7339
|
|
|
6515
|
-
.
|
|
6516
|
-
|
|
7340
|
+
.search-form .form-group {
|
|
7341
|
+
margin-bottom: 20px;
|
|
7342
|
+
}
|
|
7343
|
+
|
|
7344
|
+
.search-form .form-group:last-of-type {
|
|
7345
|
+
margin-bottom: 0;
|
|
7346
|
+
}
|
|
7347
|
+
|
|
7348
|
+
.search-button-large {
|
|
7349
|
+
width: 100%;
|
|
7350
|
+
padding: 14px;
|
|
7351
|
+
background: #3b82f6;
|
|
6517
7352
|
color: white;
|
|
6518
7353
|
border: none;
|
|
6519
|
-
border-radius:
|
|
6520
|
-
|
|
6521
|
-
font-
|
|
6522
|
-
font-weight: 500;
|
|
6523
|
-
font-family: inherit;
|
|
7354
|
+
border-radius: 8px;
|
|
7355
|
+
font-size: 16px;
|
|
7356
|
+
font-weight: 600;
|
|
6524
7357
|
cursor: pointer;
|
|
6525
|
-
transition:
|
|
7358
|
+
transition: all 0.2s;
|
|
7359
|
+
margin-top: 20px;
|
|
6526
7360
|
}
|
|
6527
7361
|
|
|
6528
|
-
.
|
|
6529
|
-
background: #
|
|
7362
|
+
.search-button-large:hover:not(:disabled) {
|
|
7363
|
+
background: #2563eb;
|
|
7364
|
+
transform: translateY(-1px);
|
|
7365
|
+
box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);
|
|
6530
7366
|
}
|
|
6531
7367
|
|
|
6532
|
-
.
|
|
6533
|
-
background: #
|
|
6534
|
-
color: #8c8c8c;
|
|
7368
|
+
.search-button-large:disabled {
|
|
7369
|
+
background: #9ca3af;
|
|
6535
7370
|
cursor: not-allowed;
|
|
7371
|
+
transform: none;
|
|
6536
7372
|
}
|
|
6537
7373
|
|
|
6538
|
-
.
|
|
6539
|
-
|
|
6540
|
-
border-radius: 6px;
|
|
6541
|
-
padding: 16px;
|
|
6542
|
-
border: 1px solid #3e3e42;
|
|
7374
|
+
.search-results {
|
|
7375
|
+
margin-top: 30px;
|
|
6543
7376
|
}
|
|
6544
7377
|
|
|
6545
|
-
.
|
|
6546
|
-
|
|
6547
|
-
|
|
7378
|
+
.search-results h5 {
|
|
7379
|
+
font-size: 18px;
|
|
7380
|
+
color: #111827;
|
|
7381
|
+
margin-bottom: 15px;
|
|
6548
7382
|
font-weight: 600;
|
|
6549
|
-
color: #ffffff;
|
|
6550
|
-
font-family: inherit;
|
|
6551
7383
|
}
|
|
6552
7384
|
|
|
6553
|
-
.
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
7385
|
+
.feature-list {
|
|
7386
|
+
margin-top: 30px;
|
|
7387
|
+
padding: 20px;
|
|
7388
|
+
background: #f9fafb;
|
|
7389
|
+
border-radius: 8px;
|
|
7390
|
+
border: 1px solid #e5e7eb;
|
|
6557
7391
|
}
|
|
6558
7392
|
|
|
6559
|
-
.
|
|
6560
|
-
|
|
6561
|
-
|
|
7393
|
+
.feature-list div {
|
|
7394
|
+
display: flex;
|
|
7395
|
+
align-items: flex-start;
|
|
7396
|
+
gap: 8px;
|
|
7397
|
+
margin-bottom: 8px;
|
|
7398
|
+
font-size: 14px;
|
|
7399
|
+
color: #4b5563;
|
|
6562
7400
|
}
|
|
6563
7401
|
|
|
6564
|
-
.
|
|
6565
|
-
|
|
6566
|
-
border: 1px solid #da3633;
|
|
7402
|
+
.feature-list div:last-child {
|
|
7403
|
+
margin-bottom: 0;
|
|
6567
7404
|
}
|
|
6568
7405
|
|
|
6569
|
-
.
|
|
6570
|
-
font-size: 12px;
|
|
7406
|
+
.feature-item {
|
|
6571
7407
|
font-weight: 600;
|
|
6572
|
-
|
|
6573
|
-
|
|
7408
|
+
color: #111827;
|
|
7409
|
+
}
|
|
7410
|
+
|
|
7411
|
+
.json-editor {
|
|
7412
|
+
width: 100%;
|
|
7413
|
+
font-family: 'Monaco', 'Menlo', 'Courier New', monospace;
|
|
7414
|
+
font-size: 13px;
|
|
7415
|
+
line-height: 1.5;
|
|
7416
|
+
padding: 12px;
|
|
7417
|
+
border: 1px solid #d1d5db;
|
|
7418
|
+
border-radius: 8px;
|
|
7419
|
+
background: #f9fafb;
|
|
7420
|
+
resize: vertical;
|
|
7421
|
+
min-height: 200px;
|
|
6574
7422
|
}
|
|
6575
7423
|
|
|
6576
|
-
.
|
|
6577
|
-
|
|
7424
|
+
.json-editor:focus {
|
|
7425
|
+
outline: none;
|
|
7426
|
+
border-color: #3b82f6;
|
|
7427
|
+
background: white;
|
|
6578
7428
|
}
|
|
6579
7429
|
|
|
6580
|
-
.
|
|
6581
|
-
|
|
7430
|
+
.collection-input {
|
|
7431
|
+
background: #f3f4f6 !important;
|
|
7432
|
+
cursor: not-allowed;
|
|
6582
7433
|
}
|
|
6583
7434
|
|
|
6584
|
-
.
|
|
6585
|
-
|
|
6586
|
-
|
|
7435
|
+
.field-hint {
|
|
7436
|
+
display: block;
|
|
7437
|
+
margin-top: 6px;
|
|
7438
|
+
font-size: 12px;
|
|
7439
|
+
color: #6b7280;
|
|
7440
|
+
}
|
|
7441
|
+
|
|
7442
|
+
/* JSON display in view mode */
|
|
7443
|
+
pre {
|
|
7444
|
+
font-family: 'Monaco', 'Menlo', 'Courier New', monospace;
|
|
7445
|
+
font-size: 13px;
|
|
7446
|
+
line-height: 1.5;
|
|
7447
|
+
background: #f9fafb;
|
|
6587
7448
|
padding: 12px;
|
|
6588
|
-
border-radius:
|
|
6589
|
-
font-size: 10px;
|
|
6590
|
-
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
|
|
7449
|
+
border-radius: 8px;
|
|
6591
7450
|
overflow-x: auto;
|
|
6592
7451
|
margin: 0;
|
|
6593
|
-
white-space: pre-wrap;
|
|
6594
|
-
word-break: break-word;
|
|
6595
7452
|
}
|
|
6596
7453
|
|
|
6597
|
-
.result-error {
|
|
6598
|
-
color: #f85149;
|
|
6599
|
-
font-size: 12px;
|
|
6600
|
-
font-family: inherit;
|
|
6601
|
-
}
|
|
6602
7454
|
|
|
6603
|
-
/* Responsive design */
|
|
6604
|
-
@media (max-width: 768px) {
|
|
6605
|
-
.tools-grid {
|
|
6606
|
-
grid-template-columns: 1fr;
|
|
6607
|
-
padding: 16px;
|
|
6608
|
-
}
|
|
6609
|
-
|
|
6610
|
-
.tool-form-content {
|
|
6611
|
-
padding: 16px;
|
|
6612
|
-
}
|
|
6613
|
-
|
|
6614
|
-
.tool-form-header {
|
|
6615
|
-
padding: 12px 16px;
|
|
6616
|
-
}
|
|
6617
|
-
}
|
|
6618
7455
|
|
|
6619
7456
|
|