@howssatoshi/quantumcss 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2374 @@
1
+ /* Quantum CSS JIT Output */
2
+ :root {
3
+ --q-color-white: #ffffff;
4
+ --q-color-black: #000000;
5
+ --q-color-slate-50: #f8fafc;
6
+ --q-color-slate-100: #f1f5f9;
7
+ --q-color-slate-200: #e2e8f0;
8
+ --q-color-slate-300: #cbd5e1;
9
+ --q-color-slate-400: #94a3b8;
10
+ --q-color-slate-500: #64748b;
11
+ --q-color-slate-600: #475569;
12
+ --q-color-slate-700: #334155;
13
+ --q-color-slate-800: #1e293b;
14
+ --q-color-slate-900: #0f172a;
15
+ --q-color-slate-950: #020617;
16
+ --q-color-blue-50: #eff6ff;
17
+ --q-color-blue-100: #dbeafe;
18
+ --q-color-blue-200: #bfdbfe;
19
+ --q-color-blue-300: #93c5fd;
20
+ --q-color-blue-400: #60a5fa;
21
+ --q-color-blue-500: #3b82f6;
22
+ --q-color-blue-600: #2563eb;
23
+ --q-color-orange-50: #fff7ed;
24
+ --q-color-orange-100: #ffedd5;
25
+ --q-color-orange-200: #fed7aa;
26
+ --q-color-orange-300: #fdba74;
27
+ --q-color-orange-400: #fb923c;
28
+ --q-color-orange-500: #f97316;
29
+ --q-color-orange-600: #ea580c;
30
+ --q-color-red-500: #ef4444;
31
+ --q-color-green-100: #d1fae5;
32
+ --q-color-green-500: #10b981;
33
+ --q-color-purple-50: #faf5ff;
34
+ --q-color-purple-100: #f3e8ff;
35
+ --q-color-purple-200: #e9d5ff;
36
+ --q-color-purple-300: #d8b4fe;
37
+ --q-color-purple-400: #c084fc;
38
+ --q-color-purple-500: #a855f7;
39
+ --q-color-purple-600: #9333ea;
40
+ --q-color-purple-700: #7e22ce;
41
+ --q-color-yellow-50: #fefce8;
42
+ --q-color-yellow-100: #fef9c3;
43
+ --q-color-yellow-200: #fef08a;
44
+ --q-color-yellow-300: #fde047;
45
+ --q-color-yellow-400: #facc15;
46
+ --q-color-yellow-500: #eab308;
47
+ --q-color-yellow-600: #ca8a04;
48
+ --q-color-yellow-700: #a16207;
49
+ --q-color-pink-50: #fdf2f8;
50
+ --q-color-pink-100: #fce7f3;
51
+ --q-color-pink-200: #fbcfe8;
52
+ --q-color-pink-300: #f9a8d4;
53
+ --q-color-pink-400: #f472b6;
54
+ --q-color-pink-500: #ec4899;
55
+ --q-color-pink-600: #db2777;
56
+ --q-color-pink-700: #be185d;
57
+ --q-color-cyan-50: #ecfeff;
58
+ --q-color-cyan-100: #cffafe;
59
+ --q-color-cyan-200: #a5f3fc;
60
+ --q-color-cyan-300: #67e8f9;
61
+ --q-color-cyan-400: #22d3ee;
62
+ --q-color-cyan-500: #06b6d4;
63
+ --q-color-cyan-600: #0891b2;
64
+ --q-color-cyan-700: #0e7490;
65
+ --q-color-indigo-50: #eef2ff;
66
+ --q-color-indigo-100: #e0e7ff;
67
+ --q-color-indigo-200: #c7d2fe;
68
+ --q-color-indigo-300: #a5b4fc;
69
+ --q-color-indigo-400: #818cf8;
70
+ --q-color-indigo-500: #6366f1;
71
+ --q-color-indigo-600: #4f46e5;
72
+ --q-color-indigo-700: #4338ca;
73
+ --q-color-starlight-blue: #00d4ff;
74
+ --q-color-starlight-peach: #ffb38a;
75
+ --q-color-starlight-orange: #ff7e5f;
76
+ --q-color-starlight-deep: #08081a;
77
+ --q-color-transparent: transparent;
78
+ --q-color-primary-50: #eff6ff;
79
+ --q-color-primary-100: #dbeafe;
80
+ --q-color-primary-200: #bfdbfe;
81
+ --q-color-primary-300: #93c5fd;
82
+ --q-color-primary-400: #60a5fa;
83
+ --q-color-primary-500: #3b82f6;
84
+ --q-color-primary-600: #2563eb;
85
+ --q-color-primary-700: #1d4ed8;
86
+ --q-color-primary-800: #1e40af;
87
+ --q-color-primary-900: #1e3a8a;
88
+ --q-color-secondary-50: #f8fafc;
89
+ --q-color-secondary-100: #f1f5f9;
90
+ --q-color-secondary-200: #e2e8f0;
91
+ --q-color-secondary-300: #cbd5e1;
92
+ --q-color-secondary-400: #94a3b8;
93
+ --q-color-secondary-500: #64748b;
94
+ --q-color-secondary-600: #475569;
95
+ --q-color-secondary-700: #334155;
96
+ --q-color-secondary-800: #1e293b;
97
+ --q-color-secondary-900: #0f172a;
98
+ --q-color-success: #10b981;
99
+ --q-color-warning: #f59e0b;
100
+ --q-color-error: #ef4444;
101
+ --q-color-neutral: #6b7280;
102
+ --q-color-muted: var(--text-muted);
103
+ --q-color-starlight-blue: #00d4ff;
104
+ --q-color-starlight-peach: #ffb38a;
105
+ --q-color-starlight-orange: #ff7e5f;
106
+ --q-color-starlight-deep: #08081a;
107
+ --q-space-0: 0px;
108
+ --q-space-1: 0.25rem;
109
+ --q-space-2: 0.5rem;
110
+ --q-space-3: 0.75rem;
111
+ --q-space-4: 1rem;
112
+ --q-space-5: 1.25rem;
113
+ --q-space-6: 1.5rem;
114
+ --q-space-8: 2rem;
115
+ --q-space-10: 2.5rem;
116
+ --q-space-12: 3rem;
117
+ --q-space-14: 3.5rem;
118
+ --q-space-16: 4rem;
119
+ --q-space-20: 5rem;
120
+ --q-space-24: 6rem;
121
+ --q-space-32: 8rem;
122
+ --q-space-40: 10rem;
123
+ --q-space-48: 12rem;
124
+ --q-space-64: 16rem;
125
+ --q-space-128: 32rem;
126
+ --q-space-144: 36rem;
127
+ --q-space-px: 1px;
128
+ --q-radius-none: 0px;
129
+ --q-radius-sm: 0.125rem;
130
+ --q-radius-md: 0.375rem;
131
+ --q-radius-lg: 0.5rem;
132
+ --q-radius-xl: 0.75rem;
133
+ --q-radius-2xl: 1rem;
134
+ --q-radius-3xl: 1.5rem;
135
+ --q-radius-full: 9999px;
136
+ --q-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
137
+ --q-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
138
+ --q-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
139
+ --q-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
140
+ --q-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
141
+ --q-size-xs: 0.75rem;
142
+ --q-size-sm: 0.875rem;
143
+ --q-size-base: 1rem;
144
+ --q-size-lg: 1.125rem;
145
+ --q-size-xl: 1.25rem;
146
+ --q-size-2xl: 1.5rem;
147
+ --q-size-3xl: 2rem;
148
+ --q-size-4xl: 2.5rem;
149
+ --q-size-5xl: 3rem;
150
+ --q-size-6xl: 4rem;
151
+ --q-max-w-xs: 20rem;
152
+ --q-max-w-sm: 24rem;
153
+ --q-max-w-md: 28rem;
154
+ --q-max-w-lg: 32rem;
155
+ --q-max-w-xl: 36rem;
156
+ --q-max-w-2xl: 42rem;
157
+ --q-max-w-3xl: 48rem;
158
+ --q-max-w-4xl: 56rem;
159
+ --q-max-w-5xl: 64rem;
160
+ --q-max-w-6xl: 72rem;
161
+ --q-max-w-7xl: 80rem;
162
+ --q-max-w-full: 100%;
163
+ --q-max-w-min: min-content;
164
+ --q-max-w-max: max-content;
165
+ --q-max-w-fit: fit-content;
166
+ --q-max-w-prose: 65ch;
167
+ }
168
+
169
+ .search-input {
170
+ padding-left: 3rem;
171
+ width: 100%;
172
+ height: 3rem;
173
+ }
174
+
175
+ .p-12 {
176
+ padding: 3rem;
177
+ }
178
+
179
+ .max-w-4xl {
180
+ max-width: 56rem;
181
+ }
182
+
183
+ .mx-auto {
184
+ margin-left: auto;
185
+ margin-right: auto;
186
+ }
187
+
188
+ .space-y-12 > * + * {
189
+ margin-top: 3rem;
190
+ }
191
+
192
+ .text-4xl {
193
+ font-size: 2.5rem;
194
+ line-height: 1.2;
195
+ }
196
+
197
+ .space-y-4 > * + * {
198
+ margin-top: 1rem;
199
+ }
200
+
201
+ .text-xl {
202
+ font-size: 1.25rem;
203
+ line-height: 1.2;
204
+ }
205
+
206
+ .flex {
207
+ display: flex;
208
+ }
209
+
210
+ .gap-4 {
211
+ gap: 1rem;
212
+ }
213
+
214
+ .btn-primary {
215
+ display: inline-flex;
216
+ align-items: center;
217
+ justify-content: center;
218
+ cursor: pointer;
219
+ transition: all 0.2s ease;
220
+ font-weight: 600;
221
+ border-radius: var(--q-radius-md);
222
+ border: none;
223
+ height: 3rem;
224
+ background: linear-gradient(135deg, var(--q-color-starlight-peach) 0%, var(--q-color-starlight-blue) 100%);
225
+ color: #000;
226
+ border-color: transparent;
227
+ box-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
228
+ padding-left: 1.5rem;
229
+ padding-right: 1.5rem;
230
+ padding-left: 1.5rem;
231
+ padding-right: 1.5rem;
232
+ padding-top: 0.5rem;
233
+ padding-bottom: 0.5rem;
234
+ box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
235
+ }
236
+
237
+ .btn-primary:hover {
238
+ transform: scale(1.05);
239
+ }
240
+
241
+ .btn-primary:active {
242
+ transform: scale(0.95);
243
+ }
244
+
245
+ .btn-secondary {
246
+ display: inline-flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ cursor: pointer;
250
+ transition: all 0.2s ease;
251
+ font-weight: 600;
252
+ border-radius: var(--q-radius-md);
253
+ border: none;
254
+ height: 3rem;
255
+ background-color: rgba(255, 255, 255, 0.05);
256
+ backdrop-filter: blur(16px);
257
+ -webkit-backdrop-filter: blur(16px);
258
+ border-color: rgba(255, 255, 255, 0.1);
259
+ border-width: 1px;
260
+ border-style: solid;
261
+ padding-left: 1.5rem;
262
+ padding-right: 1.5rem;
263
+ padding-top: 0.5rem;
264
+ padding-bottom: 0.5rem;
265
+ box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
266
+ }
267
+
268
+ .btn-secondary:hover {
269
+ background-color: rgba(255, 255, 255, 0.1) !important;
270
+ }
271
+
272
+ .btn-secondary:active {
273
+ transform: scale(0.95);
274
+ }
275
+
276
+ .card-premium {
277
+ display: flex;
278
+ flex-direction: column;
279
+ align-items: stretch;
280
+ padding: var(--q-space-10);
281
+ overflow: hidden;
282
+ border-radius: var(--q-radius-lg);
283
+ transition: all 0.3s ease;
284
+ position: relative;
285
+ background-color: rgba(255, 255, 255, 0.05);
286
+ backdrop-filter: blur(16px);
287
+ -webkit-backdrop-filter: blur(16px);
288
+ border-color: rgba(255, 255, 255, 0.1);
289
+ border-width: 1px;
290
+ border-style: solid;
291
+ padding: 2rem;
292
+ box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
293
+ }
294
+
295
+ .max-w-sm {
296
+ max-width: 24rem;
297
+ }
298
+
299
+ .text-2xl {
300
+ font-size: 1.5rem;
301
+ line-height: 1.2;
302
+ }
303
+
304
+ .mb-4 {
305
+ margin-bottom: 1rem;
306
+ }
307
+
308
+ .p-10 {
309
+ padding: 2.5rem;
310
+ }
311
+
312
+ .space-y-8 > * + * {
313
+ margin-top: 2rem;
314
+ }
315
+
316
+ .bg-black {
317
+ background-color: #000000 !important;
318
+ }
319
+
320
+ .text-white {
321
+ color: #ffffff !important;
322
+ }
323
+
324
+ .top-0 {
325
+ top: 0px;
326
+ }
327
+
328
+ .z-50 {
329
+ z-index: 50;
330
+ }
331
+
332
+ .glass {
333
+ background-color: rgba(255, 255, 255, 0.03);
334
+ backdrop-filter: blur(16px);
335
+ -webkit-backdrop-filter: blur(16px);
336
+ border-width: 1px;
337
+ border-style: solid;
338
+ border-color: rgba(255, 255, 255, 0.1);
339
+ }
340
+
341
+ .p-4 {
342
+ padding: 1rem;
343
+ }
344
+
345
+ .mb-8 {
346
+ margin-bottom: 2rem;
347
+ }
348
+
349
+ .ml-4 {
350
+ margin-left: 1rem;
351
+ }
352
+
353
+ .starlight-card {
354
+ display: flex;
355
+ flex-direction: column;
356
+ align-items: stretch;
357
+ padding: var(--q-space-10);
358
+ overflow: hidden;
359
+ border-radius: var(--q-radius-lg);
360
+ transition: all 0.3s ease;
361
+ position: relative;
362
+ background-color: rgba(255, 255, 255, 0.05);
363
+ backdrop-filter: blur(16px);
364
+ -webkit-backdrop-filter: blur(16px);
365
+ border-color: rgba(255, 255, 255, 0.03);
366
+ border-width: 1px;
367
+ border-style: solid;
368
+ }
369
+
370
+ .mt-8 {
371
+ margin-top: 2rem;
372
+ }
373
+
374
+ .grid {
375
+ display: grid;
376
+ }
377
+
378
+ .grid-cols-1 {
379
+ grid-template-columns: repeat(1, minmax(0, 1fr));
380
+ }
381
+
382
+ .input-starlight {
383
+ display: block;
384
+ width: 100%;
385
+ appearance: none;
386
+ transition: all 0.2s ease;
387
+ border-radius: var(--q-radius-md);
388
+ border: none;
389
+ line-height: 1.2;
390
+ height: 3rem;
391
+ background-color: rgba(255, 255, 255, 0.05);
392
+ backdrop-filter: blur(16px);
393
+ -webkit-backdrop-filter: blur(16px);
394
+ border-color: rgba(255, 255, 255, 0.03);
395
+ border-width: 1px;
396
+ border-style: solid;
397
+ padding-left: 1rem;
398
+ padding-right: 1rem;
399
+ border-color: rgba(255, 255, 255, 0.15);
400
+ }
401
+
402
+ .textarea-starlight {
403
+ display: block;
404
+ width: 100%;
405
+ appearance: none;
406
+ transition: all 0.2s ease;
407
+ border-radius: var(--q-radius-md);
408
+ border: none;
409
+ line-height: 1.2;
410
+ height: 3rem;
411
+ background-color: rgba(255, 255, 255, 0.05);
412
+ backdrop-filter: blur(16px);
413
+ -webkit-backdrop-filter: blur(16px);
414
+ border-color: rgba(255, 255, 255, 0.03);
415
+ border-width: 1px;
416
+ border-style: solid;
417
+ padding: 1rem;
418
+ min-height: 8rem;
419
+ border-color: rgba(255, 255, 255, 0.15);
420
+ }
421
+
422
+ .bg-green-500 {
423
+ background-color: #10b981 !important;
424
+ }
425
+
426
+ .mt-4 {
427
+ margin-top: 1rem;
428
+ }
429
+
430
+ .btn-starlight {
431
+ display: inline-flex;
432
+ align-items: center;
433
+ justify-content: center;
434
+ cursor: pointer;
435
+ transition: all 0.2s ease;
436
+ font-weight: 600;
437
+ border-radius: var(--q-radius-md);
438
+ border: none;
439
+ height: 3rem;
440
+ background: linear-gradient(135deg, var(--q-color-starlight-peach) 0%, var(--q-color-starlight-blue) 100%);
441
+ color: #000;
442
+ border-color: transparent;
443
+ box-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
444
+ padding-left: 1.5rem;
445
+ padding-right: 1.5rem;
446
+ }
447
+
448
+ .p-8 {
449
+ padding: 2rem;
450
+ }
451
+
452
+ .min-h-screen {
453
+ min-height: screen;
454
+ }
455
+
456
+ .w-6 {
457
+ width: 1.5rem;
458
+ }
459
+
460
+ .h-6 {
461
+ height: 1.5rem;
462
+ }
463
+
464
+ .hidden {
465
+ display: none;
466
+ }
467
+
468
+ .max-w-144 {
469
+ max-width: 36rem;
470
+ }
471
+
472
+ .mb-20 {
473
+ margin-bottom: 5rem;
474
+ }
475
+
476
+ .pt-16 {
477
+ padding-top: 4rem;
478
+ }
479
+
480
+ .text-6xl {
481
+ font-size: 4rem;
482
+ line-height: 1.2;
483
+ }
484
+
485
+ .mb-6 {
486
+ margin-bottom: 1.5rem;
487
+ }
488
+
489
+ .text-gradient-starlight {
490
+ background: linear-gradient(to right, var(--q-color-starlight-peach), var(--q-color-starlight-blue));
491
+ -webkit-background-clip: text;
492
+ -webkit-text-fill-color: transparent;
493
+ display: inline-block;
494
+ }
495
+
496
+ .max-w-prose {
497
+ max-width: 65ch;
498
+ }
499
+
500
+ .mb-10 {
501
+ margin-bottom: 2.5rem;
502
+ }
503
+
504
+ .justify-center {
505
+ justify-content: center;
506
+ }
507
+
508
+ .gap-6 {
509
+ gap: 1.5rem;
510
+ }
511
+
512
+ .bg-starlight {
513
+ background: linear-gradient(135deg, var(--q-color-starlight-peach) 0%, var(--q-color-starlight-blue) 100%);
514
+ }
515
+
516
+ .text-black {
517
+ color: #000000 !important;
518
+ }
519
+
520
+ .px-10 {
521
+ padding-left: 2.5rem;
522
+ padding-right: 2.5rem;
523
+ }
524
+
525
+ .py-4 {
526
+ padding-top: 1rem;
527
+ padding-bottom: 1rem;
528
+ }
529
+
530
+ .rounded-full {
531
+ border-radius: 9999px;
532
+ }
533
+
534
+ .glow-blue {
535
+ box-shadow: 0 0 30px rgba(0, 212, 255, 0.25);
536
+ }
537
+
538
+ .scale-105 {
539
+ transform: scale(1.05);
540
+ }
541
+
542
+ .hover\:bg-white:hover {
543
+ background-color: #ffffff !important;
544
+ }
545
+
546
+ [hover~="bg-white"]:hover {
547
+ background-color: #ffffff !important;
548
+ }
549
+
550
+ .border-none {
551
+ border-width: 0;
552
+ }
553
+
554
+ .px-12 {
555
+ padding-left: 3rem;
556
+ padding-right: 3rem;
557
+ }
558
+
559
+ .border-2 {
560
+ border-width: 2px;
561
+ border-style: solid;
562
+ }
563
+
564
+ .border-solid {
565
+ border-style: solid;
566
+ }
567
+
568
+ .border-white {
569
+ border-color: #ffffff;
570
+ }
571
+
572
+ .text-sm {
573
+ font-size: 0.875rem;
574
+ line-height: 1.5;
575
+ }
576
+
577
+ .gap-10 {
578
+ gap: 2.5rem;
579
+ }
580
+
581
+ .rounded-2xl {
582
+ border-radius: 1rem;
583
+ }
584
+
585
+ .rounded-xl {
586
+ border-radius: 0.75rem;
587
+ }
588
+
589
+ .glow-peach {
590
+ box-shadow: 0 0 30px rgba(255, 179, 138, 0.25);
591
+ }
592
+
593
+ .w-full {
594
+ width: 100%;
595
+ }
596
+
597
+ .py-3 {
598
+ padding-top: 0.75rem;
599
+ padding-bottom: 0.75rem;
600
+ }
601
+
602
+ .bg-starlight-deep {
603
+ background-color: #08081a !important;
604
+ }
605
+
606
+ .rounded-3xl {
607
+ border-radius: 1.5rem;
608
+ }
609
+
610
+ .text-lg {
611
+ font-size: 1.125rem;
612
+ line-height: 1.5;
613
+ }
614
+
615
+ .flex-col {
616
+ flex-direction: column;
617
+ }
618
+
619
+ .px-6 {
620
+ padding-left: 1.5rem;
621
+ padding-right: 1.5rem;
622
+ }
623
+
624
+ .hover\:scale-105:hover {
625
+ transform: scale(1.05);
626
+ }
627
+
628
+ [hover~="scale-105"]:hover {
629
+ transform: scale(1.05);
630
+ }
631
+
632
+ .mt-32 {
633
+ margin-top: 8rem;
634
+ }
635
+
636
+ .pt-10 {
637
+ padding-top: 2.5rem;
638
+ }
639
+
640
+ .border-t {
641
+ border-width: 0;
642
+ border-top-width: 1px;
643
+ border-style: solid;
644
+ }
645
+
646
+ .border-slate-100 {
647
+ border-color: #f1f5f9;
648
+ }
649
+
650
+ .py-2 {
651
+ padding-top: 0.5rem;
652
+ padding-bottom: 0.5rem;
653
+ }
654
+
655
+ .bg-slate-50 {
656
+ background-color: #f8fafc !important;
657
+ }
658
+
659
+ .justify-between {
660
+ justify-content: space-between;
661
+ }
662
+
663
+ .items-center {
664
+ align-items: center;
665
+ }
666
+
667
+ .text-slate-500 {
668
+ color: #64748b !important;
669
+ }
670
+
671
+ .border-b {
672
+ border-width: 0;
673
+ border-bottom-width: 1px;
674
+ border-style: solid;
675
+ }
676
+
677
+ .border-slate-900 {
678
+ border-color: #0f172a;
679
+ }
680
+
681
+ .bg-white {
682
+ background-color: #ffffff !important;
683
+ }
684
+
685
+ .py-6 {
686
+ padding-top: 1.5rem;
687
+ padding-bottom: 1.5rem;
688
+ }
689
+
690
+ .text-primary {
691
+ color: #3b82f6 !important;
692
+ }
693
+
694
+ .text-blue-600 {
695
+ color: #2563eb !important;
696
+ }
697
+
698
+ .gap-8 {
699
+ gap: 2rem;
700
+ }
701
+
702
+ .text-xs {
703
+ font-size: 0.75rem;
704
+ line-height: 1.5;
705
+ }
706
+
707
+ .border-b-2 {
708
+ border-width: 0;
709
+ border-bottom-width: 2px;
710
+ border-style: solid;
711
+ }
712
+
713
+ .border-transparent {
714
+ border-color: transparent;
715
+ }
716
+
717
+ .hover\:border-blue-600:hover {
718
+ border-color: #2563eb;
719
+ }
720
+
721
+ [hover~="border-blue-600"]:hover {
722
+ border-color: #2563eb;
723
+ }
724
+
725
+ .transition-colors {
726
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
727
+ }
728
+
729
+ .w-10 {
730
+ width: 2.5rem;
731
+ }
732
+
733
+ .h-10 {
734
+ height: 2.5rem;
735
+ }
736
+
737
+ .hover\:bg-slate-100:hover {
738
+ background-color: #f1f5f9 !important;
739
+ }
740
+
741
+ [hover~="bg-slate-100"]:hover {
742
+ background-color: #f1f5f9 !important;
743
+ }
744
+
745
+ .bg-slate-900 {
746
+ background-color: #0f172a !important;
747
+ }
748
+
749
+ .rounded {
750
+ border-radius: 0.375rem;
751
+ }
752
+
753
+ .bg-blue-600 {
754
+ background-color: #2563eb !important;
755
+ }
756
+
757
+ .overflow-hidden {
758
+ overflow: hidden;
759
+ }
760
+
761
+ .inline-block {
762
+ display: inline-block;
763
+ }
764
+
765
+ .py-12 {
766
+ padding-top: 3rem;
767
+ padding-bottom: 3rem;
768
+ }
769
+
770
+ .px-3 {
771
+ padding-left: 0.75rem;
772
+ padding-right: 0.75rem;
773
+ }
774
+
775
+ .py-1 {
776
+ padding-top: 0.25rem;
777
+ padding-bottom: 0.25rem;
778
+ }
779
+
780
+ .text-5xl {
781
+ font-size: 3rem;
782
+ line-height: 1.2;
783
+ }
784
+
785
+ .text-slate-300 {
786
+ color: #cbd5e1 !important;
787
+ }
788
+
789
+ .max-w-2xl {
790
+ max-width: 42rem;
791
+ }
792
+
793
+ .gap-12 {
794
+ gap: 3rem;
795
+ }
796
+
797
+ .aspect-video {
798
+ aspect-ratio: 16 / 9;
799
+ width: 100%;
800
+ height: auto;
801
+ }
802
+
803
+ .bg-slate-100 {
804
+ background-color: #f1f5f9 !important;
805
+ }
806
+
807
+ .rounded-lg {
808
+ border-radius: 0.5rem;
809
+ }
810
+
811
+ .h-full {
812
+ height: 100%;
813
+ }
814
+
815
+ .group:hover .group-hover\:scale-105 {
816
+ transform: scale(1.05);
817
+ }
818
+
819
+ .group:hover [group-hover~="scale-105"] {
820
+ transform: scale(1.05);
821
+ }
822
+
823
+ .transition-transform {
824
+ transition-property: transform;
825
+ }
826
+
827
+ .pb-2 {
828
+ padding-bottom: 0.5rem;
829
+ }
830
+
831
+ .space-y-6 > * + * {
832
+ margin-top: 1.5rem;
833
+ }
834
+
835
+ .items-start {
836
+ align-items: flex-start;
837
+ }
838
+
839
+ .text-slate-100 {
840
+ color: #f1f5f9 !important;
841
+ }
842
+
843
+ .group:hover .group-hover\:text-blue-100 {
844
+ color: #dbeafe !important;
845
+ }
846
+
847
+ .group:hover [group-hover~="text-blue-100"] {
848
+ color: #dbeafe !important;
849
+ }
850
+
851
+ .group:hover .group-hover\:text-blue-600 {
852
+ color: #2563eb !important;
853
+ }
854
+
855
+ .group:hover [group-hover~="text-blue-600"] {
856
+ color: #2563eb !important;
857
+ }
858
+
859
+ .text-slate-400 {
860
+ color: #94a3b8 !important;
861
+ }
862
+
863
+ .mt-1 {
864
+ margin-top: 0.25rem;
865
+ }
866
+
867
+ .p-6 {
868
+ padding: 1.5rem;
869
+ }
870
+
871
+ .border-slate-200 {
872
+ border-color: #e2e8f0;
873
+ }
874
+
875
+ .p-3 {
876
+ padding: 0.75rem;
877
+ }
878
+
879
+ .focus\:border-blue-600:focus {
880
+ border-color: #2563eb;
881
+ }
882
+
883
+ [focus~="border-blue-600"]:focus {
884
+ border-color: #2563eb;
885
+ }
886
+
887
+ .py-20 {
888
+ padding-top: 5rem;
889
+ padding-bottom: 5rem;
890
+ }
891
+
892
+ .mt-24 {
893
+ margin-top: 6rem;
894
+ }
895
+
896
+ .pb-16 {
897
+ padding-bottom: 4rem;
898
+ }
899
+
900
+ .col-span-1 {
901
+ grid-column: span 1 / span 1;
902
+ }
903
+
904
+ .text-3xl {
905
+ font-size: 2rem;
906
+ line-height: 1.2;
907
+ }
908
+
909
+ .max-w-md {
910
+ max-width: 28rem;
911
+ }
912
+
913
+ .space-y-3 > * + * {
914
+ margin-top: 0.75rem;
915
+ }
916
+
917
+ .p-0 {
918
+ padding: 0px;
919
+ }
920
+
921
+ .hover\:text-blue-600:hover {
922
+ color: #2563eb !important;
923
+ }
924
+
925
+ [hover~="text-blue-600"]:hover {
926
+ color: #2563eb !important;
927
+ }
928
+
929
+ .pt-12 {
930
+ padding-top: 3rem;
931
+ }
932
+
933
+ .text-slate-600 {
934
+ color: #475569 !important;
935
+ }
936
+
937
+ .w-5 {
938
+ width: 1.25rem;
939
+ }
940
+
941
+ .h-5 {
942
+ height: 1.25rem;
943
+ }
944
+
945
+ .w-8 {
946
+ width: 2rem;
947
+ }
948
+
949
+ .h-8 {
950
+ height: 2rem;
951
+ }
952
+
953
+ .w-7 {
954
+ width: 1.75rem;
955
+ }
956
+
957
+ .h-7 {
958
+ height: 1.75rem;
959
+ }
960
+
961
+ .max-w-6xl {
962
+ max-width: 72rem;
963
+ }
964
+
965
+ .mb-12 {
966
+ margin-bottom: 3rem;
967
+ }
968
+
969
+ .mb-2 {
970
+ margin-bottom: 0.5rem;
971
+ }
972
+
973
+ .w-24 {
974
+ width: 6rem;
975
+ }
976
+
977
+ .text-base {
978
+ font-size: 1rem;
979
+ line-height: 1.5;
980
+ }
981
+
982
+ .w-20 {
983
+ width: 5rem;
984
+ }
985
+
986
+ .h-20 {
987
+ height: 5rem;
988
+ }
989
+
990
+ .bg-blue-100 {
991
+ background-color: #dbeafe !important;
992
+ }
993
+
994
+ .border-blue-200 {
995
+ border-color: #bfdbfe;
996
+ }
997
+
998
+ .w-32 {
999
+ width: 8rem;
1000
+ }
1001
+
1002
+ .h-32 {
1003
+ height: 8rem;
1004
+ }
1005
+
1006
+ .w-16 {
1007
+ width: 4rem;
1008
+ }
1009
+
1010
+ .h-16 {
1011
+ height: 4rem;
1012
+ }
1013
+
1014
+ .bg-blue-500 {
1015
+ background-color: #3b82f6 !important;
1016
+ }
1017
+
1018
+ .bg-orange-500 {
1019
+ background-color: #f97316 !important;
1020
+ }
1021
+
1022
+ .relative {
1023
+ position: relative;
1024
+ }
1025
+
1026
+ .h-48 {
1027
+ height: 12rem;
1028
+ }
1029
+
1030
+ .absolute {
1031
+ position: absolute;
1032
+ }
1033
+
1034
+ .w-4 {
1035
+ width: 1rem;
1036
+ }
1037
+
1038
+ .h-4 {
1039
+ height: 1rem;
1040
+ }
1041
+
1042
+ .bg-black_20 {
1043
+ background-color: rgba(0, 0, 0, 0.2) !important;
1044
+ }
1045
+
1046
+ .btn-base {
1047
+ display: inline-flex;
1048
+ align-items: center;
1049
+ justify-content: center;
1050
+ cursor: pointer;
1051
+ transition: all 0.2s ease;
1052
+ font-weight: 600;
1053
+ border-radius: var(--q-radius-md);
1054
+ border: none;
1055
+ height: 3rem;
1056
+ }
1057
+
1058
+ .input-base {
1059
+ display: block;
1060
+ width: 100%;
1061
+ appearance: none;
1062
+ transition: all 0.2s ease;
1063
+ border-radius: var(--q-radius-md);
1064
+ border: none;
1065
+ line-height: 1.2;
1066
+ height: 3rem;
1067
+ }
1068
+
1069
+ .border-white_5 {
1070
+ border-color: rgba(255, 255, 255, 0.05);
1071
+ }
1072
+
1073
+ .bg-white_5 {
1074
+ background-color: rgba(255, 255, 255, 0.05) !important;
1075
+ }
1076
+
1077
+ .starlight-nav {
1078
+ display: flex;
1079
+ flex-direction: row;
1080
+ align-items: center;
1081
+ width: 100%;
1082
+ min-width: 100%;
1083
+ position: sticky;
1084
+ top: 0;
1085
+ left: 0;
1086
+ right: 0;
1087
+ z-index: 1000;
1088
+ background-color: rgba(255, 255, 255, 0.05);
1089
+ backdrop-filter: blur(16px);
1090
+ -webkit-backdrop-filter: blur(16px);
1091
+ border-color: rgba(255, 255, 255, 0.03);
1092
+ border-width: 1px;
1093
+ border-style: solid;
1094
+ }
1095
+
1096
+ .ml-auto {
1097
+ margin-left: auto;
1098
+ }
1099
+
1100
+ html[data-theme="light"] .light\:bg-slate-300, body.light-mode .light\:bg-slate-300 {
1101
+ background-color: #cbd5e1 !important;
1102
+ }
1103
+
1104
+ html[data-theme="light"] [light~="bg-slate-300"], body.light-mode [light~="bg-slate-300"] {
1105
+ background-color: #cbd5e1 !important;
1106
+ }
1107
+
1108
+ .h-\[400px\] {
1109
+ height: 400px;
1110
+ }
1111
+
1112
+ .border-r {
1113
+ border-width: 0;
1114
+ border-right-width: 1px;
1115
+ border-style: solid;
1116
+ }
1117
+
1118
+ .border-white_10 {
1119
+ border-color: rgba(255, 255, 255, 0.1);
1120
+ }
1121
+
1122
+ .block {
1123
+ display: block;
1124
+ }
1125
+
1126
+ .flex-1 {
1127
+ flex: 1 1 0%;
1128
+ }
1129
+
1130
+ .starlight-search {
1131
+ position: relative;
1132
+ display: block;
1133
+ width: 100%;
1134
+ height: 3rem;
1135
+ background-color: rgba(255, 255, 255, 0.05);
1136
+ backdrop-filter: blur(16px);
1137
+ -webkit-backdrop-filter: blur(16px);
1138
+ border-color: rgba(255, 255, 255, 0.03);
1139
+ border-width: 1px;
1140
+ border-style: solid;
1141
+ border-radius: 0.75rem;
1142
+ }
1143
+
1144
+ .search-icon {
1145
+ position: absolute;
1146
+ left: 1rem;
1147
+ top: 1_2;
1148
+ pointer-events: none;
1149
+ z-index: 10;
1150
+ width: 1.25rem;
1151
+ height: 1.25rem;
1152
+ }
1153
+
1154
+ .text-muted {
1155
+ color: var(--text-muted) !important;
1156
+ }
1157
+
1158
+ .starlight-dashboard {
1159
+ display: grid;
1160
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1161
+ gap: 2rem;
1162
+ }
1163
+
1164
+ html[data-theme="light"] .light\:shadow-lg, body.light-mode .light\:shadow-lg {
1165
+ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1166
+ }
1167
+
1168
+ html[data-theme="light"] [light~="shadow-lg"], body.light-mode [light~="shadow-lg"] {
1169
+ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1170
+ }
1171
+
1172
+ .w-2 {
1173
+ width: 0.5rem;
1174
+ }
1175
+
1176
+ .h-2 {
1177
+ height: 0.5rem;
1178
+ }
1179
+
1180
+ .bg-success {
1181
+ background-color: #10b981 !important;
1182
+ }
1183
+
1184
+ .mr-1 {
1185
+ margin-right: 0.25rem;
1186
+ }
1187
+
1188
+ .starlight-gallery {
1189
+ display: grid;
1190
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1191
+ gap: 1rem;
1192
+ }
1193
+
1194
+ .starlight-form {
1195
+ display: flex;
1196
+ flex-direction: column;
1197
+ align-items: stretch;
1198
+ padding: var(--q-space-10);
1199
+ overflow: hidden;
1200
+ border-radius: var(--q-radius-lg);
1201
+ transition: all 0.3s ease;
1202
+ position: relative;
1203
+ background-color: rgba(255, 255, 255, 0.05);
1204
+ backdrop-filter: blur(16px);
1205
+ -webkit-backdrop-filter: blur(16px);
1206
+ border-color: rgba(255, 255, 255, 0.03);
1207
+ border-width: 1px;
1208
+ border-style: solid;
1209
+ display: grid;
1210
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1211
+ gap: 2rem;
1212
+ align-items: flex-start;
1213
+ }
1214
+
1215
+ .form-row {
1216
+ display: flex;
1217
+ justify-content: space-between;
1218
+ align-items: center;
1219
+ gap: 1rem;
1220
+ }
1221
+
1222
+ .mt-auto {
1223
+ margin-top: auto;
1224
+ }
1225
+
1226
+ .dialog-base {
1227
+ display: flex;
1228
+ flex-direction: column;
1229
+ align-items: stretch;
1230
+ padding: var(--q-space-10);
1231
+ overflow-y: auto;
1232
+ border-radius: var(--q-radius-xl);
1233
+ position: relative;
1234
+ }
1235
+
1236
+ .theme-glass-dark {
1237
+ background-color: rgba(255, 255, 255, 0.05);
1238
+ backdrop-filter: blur(16px);
1239
+ -webkit-backdrop-filter: blur(16px);
1240
+ border-color: rgba(255, 255, 255, 0.03);
1241
+ border-width: 1px;
1242
+ border-style: solid;
1243
+ }
1244
+
1245
+ .pt-4 {
1246
+ padding-top: 1rem;
1247
+ }
1248
+
1249
+ .pl-5 {
1250
+ padding-left: 1.25rem;
1251
+ }
1252
+
1253
+ .mt-20 {
1254
+ margin-top: 5rem;
1255
+ }
1256
+
1257
+ .starlight-dialog {
1258
+ display: flex;
1259
+ flex-direction: column;
1260
+ align-items: stretch;
1261
+ padding: var(--q-space-10);
1262
+ overflow-y: auto;
1263
+ border-radius: var(--q-radius-xl);
1264
+ position: relative;
1265
+ position: fixed;
1266
+ top: 50%;
1267
+ left: 50%;
1268
+ transform: translate(-50%, -50%);
1269
+ max-width: 90vw;
1270
+ max-height: 90vh;
1271
+ z-index: 2000;
1272
+ background-color: rgba(255, 255, 255, 0.05);
1273
+ backdrop-filter: blur(16px);
1274
+ -webkit-backdrop-filter: blur(16px);
1275
+ border-color: rgba(255, 255, 255, 0.03);
1276
+ border-width: 1px;
1277
+ border-style: solid;
1278
+ background-color: rgba(8, 8, 26, 0.4) !important;
1279
+ backdrop-filter: blur(24px) !important;
1280
+ -webkit-backdrop-filter: blur(24px) !important;
1281
+ }
1282
+
1283
+ .dialog-close {
1284
+ position: absolute;
1285
+ top: 1.5rem;
1286
+ right: 1.5rem;
1287
+ width: 2rem;
1288
+ height: 2rem;
1289
+ border-radius: 50%;
1290
+ display: flex;
1291
+ align-items: center;
1292
+ justify-content: center;
1293
+ cursor: pointer;
1294
+ }
1295
+
1296
+ .text-success {
1297
+ color: #10b981 !important;
1298
+ }
1299
+
1300
+ .h-14 {
1301
+ height: 3.5rem;
1302
+ }
1303
+
1304
+ .grid-cols-2 {
1305
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1306
+ }
1307
+
1308
+ .gap-3 {
1309
+ gap: 0.75rem;
1310
+ }
1311
+
1312
+ .badge-base {
1313
+ display: inline-flex;
1314
+ align-items: center;
1315
+ justify-content: center;
1316
+ font-size: 0.75rem;
1317
+ font-weight: 600;
1318
+ text-transform: uppercase;
1319
+ letter-spacing: 0.05em;
1320
+ border-radius: var(--q-radius-sm);
1321
+ border: none;
1322
+ }
1323
+
1324
+ .bg-starlight-blue_10 {
1325
+ background-color: rgba(0, 212, 255, 0.1) !important;
1326
+ }
1327
+
1328
+ .text-starlight-blue {
1329
+ color: #00d4ff !important;
1330
+ }
1331
+
1332
+ .border-starlight-blue_20 {
1333
+ border-color: rgba(0, 212, 255, 0.2);
1334
+ }
1335
+
1336
+ .px-4 {
1337
+ padding-left: 1rem;
1338
+ padding-right: 1rem;
1339
+ }
1340
+
1341
+ .pt-8 {
1342
+ padding-top: 2rem;
1343
+ }
1344
+
1345
+ .pb-12 {
1346
+ padding-bottom: 3rem;
1347
+ }
1348
+
1349
+ .max-w-3xl {
1350
+ max-width: 48rem;
1351
+ }
1352
+
1353
+ .h-40 {
1354
+ height: 10rem;
1355
+ }
1356
+
1357
+ .bg-gradient-to-br {
1358
+ --q-gradient-from-transparent: rgba(0,0,0,0);
1359
+ --q-gradient-to-transparent: rgba(0,0,0,0);
1360
+ background-image: linear-gradient(to bottom right, var(--q-gradient-stops)) !important;
1361
+ --q-gradient-stops: var(--q-gradient-from, var(--q-gradient-from-transparent)), var(--q-gradient-to, var(--q-gradient-to-transparent));
1362
+ }
1363
+
1364
+ .from-blue-500_20 {
1365
+ --q-gradient-from: rgba(59, 130, 246, 0.2);
1366
+ --q-gradient-to: rgba(59, 130, 246, 0);
1367
+ --q-gradient-from-transparent: rgba(59, 130, 246, 0);
1368
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1369
+ }
1370
+
1371
+ .to-purple-500_20 {
1372
+ --q-gradient-to: rgba(168, 85, 247, 0.2);
1373
+ }
1374
+
1375
+ .to-blue-500_20 {
1376
+ --q-gradient-to: rgba(59, 130, 246, 0.2);
1377
+ }
1378
+
1379
+ .from-purple-500_20 {
1380
+ --q-gradient-from: rgba(168, 85, 247, 0.2);
1381
+ --q-gradient-to: rgba(168, 85, 247, 0);
1382
+ --q-gradient-from-transparent: rgba(168, 85, 247, 0);
1383
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1384
+ }
1385
+
1386
+ .to-pink-500_20 {
1387
+ --q-gradient-to: rgba(236, 72, 153, 0.2);
1388
+ }
1389
+
1390
+ .from-orange-500_20 {
1391
+ --q-gradient-from: rgba(249, 115, 22, 0.2);
1392
+ --q-gradient-to: rgba(249, 115, 22, 0);
1393
+ --q-gradient-from-transparent: rgba(249, 115, 22, 0);
1394
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1395
+ }
1396
+
1397
+ .to-red-500_20 {
1398
+ --q-gradient-to: rgba(239, 68, 68, 0.2);
1399
+ }
1400
+
1401
+ .from-green-500_20 {
1402
+ --q-gradient-from: rgba(16, 185, 129, 0.2);
1403
+ --q-gradient-to: rgba(16, 185, 129, 0);
1404
+ --q-gradient-from-transparent: rgba(16, 185, 129, 0);
1405
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1406
+ }
1407
+
1408
+ .from-cyan-500_20 {
1409
+ --q-gradient-from: rgba(6, 182, 212, 0.2);
1410
+ --q-gradient-to: rgba(6, 182, 212, 0);
1411
+ --q-gradient-from-transparent: rgba(6, 182, 212, 0);
1412
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1413
+ }
1414
+
1415
+ .from-indigo-500_20 {
1416
+ --q-gradient-from: rgba(99, 102, 241, 0.2);
1417
+ --q-gradient-to: rgba(99, 102, 241, 0);
1418
+ --q-gradient-from-transparent: rgba(99, 102, 241, 0);
1419
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1420
+ }
1421
+
1422
+ .to-orange-500_20 {
1423
+ --q-gradient-to: rgba(249, 115, 22, 0.2);
1424
+ }
1425
+
1426
+ .from-pink-500_20 {
1427
+ --q-gradient-from: rgba(236, 72, 153, 0.2);
1428
+ --q-gradient-to: rgba(236, 72, 153, 0);
1429
+ --q-gradient-from-transparent: rgba(236, 72, 153, 0);
1430
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1431
+ }
1432
+
1433
+ .to-cyan-500_20 {
1434
+ --q-gradient-to: rgba(6, 182, 212, 0.2);
1435
+ }
1436
+
1437
+ .from-red-500_20 {
1438
+ --q-gradient-from: rgba(239, 68, 68, 0.2);
1439
+ --q-gradient-to: rgba(239, 68, 68, 0);
1440
+ --q-gradient-from-transparent: rgba(239, 68, 68, 0);
1441
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1442
+ }
1443
+
1444
+ .checkbox-starlight {
1445
+ display: inline-flex;
1446
+ align-items: center;
1447
+ justify-content: center;
1448
+ cursor: pointer;
1449
+ transition: all 0.2s ease;
1450
+ font-weight: 600;
1451
+ border-radius: var(--q-radius-md);
1452
+ border: none;
1453
+ height: 3rem;
1454
+ background-color: rgba(255, 255, 255, 0.05);
1455
+ backdrop-filter: blur(16px);
1456
+ -webkit-backdrop-filter: blur(16px);
1457
+ border-color: rgba(255, 255, 255, 0.03);
1458
+ border-width: 1px;
1459
+ border-style: solid;
1460
+ width: 1.25rem;
1461
+ height: 1.25rem;
1462
+ border-color: rgba(255, 255, 255, 0.2);
1463
+ }
1464
+
1465
+ .mt-6 {
1466
+ margin-top: 1.5rem;
1467
+ }
1468
+
1469
+ .w-3_4 {
1470
+ width: 75.00%;
1471
+ }
1472
+
1473
+ .h-12 {
1474
+ height: 3rem;
1475
+ }
1476
+
1477
+ .w-1_2 {
1478
+ width: 50.00%;
1479
+ }
1480
+
1481
+ .px-8 {
1482
+ padding-left: 2rem;
1483
+ padding-right: 2rem;
1484
+ }
1485
+
1486
+ .shadow-2xl {
1487
+ box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
1488
+ }
1489
+
1490
+ .text-transparent {
1491
+ color: transparent !important;
1492
+ }
1493
+
1494
+ .bg-clip-text {
1495
+ background-clip: text;
1496
+ -webkit-background-clip: text;
1497
+ }
1498
+
1499
+ .bg-gradient-to-r {
1500
+ --q-gradient-from-transparent: rgba(0,0,0,0);
1501
+ --q-gradient-to-transparent: rgba(0,0,0,0);
1502
+ background-image: linear-gradient(to right, var(--q-gradient-stops)) !important;
1503
+ --q-gradient-stops: var(--q-gradient-from, var(--q-gradient-from-transparent)), var(--q-gradient-to, var(--q-gradient-to-transparent));
1504
+ }
1505
+
1506
+ .from-starlight-orange {
1507
+ --q-gradient-from: rgba(255, 126, 95, 1);
1508
+ --q-gradient-to: rgba(255, 126, 95, 0);
1509
+ --q-gradient-from-transparent: rgba(255, 126, 95, 0);
1510
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1511
+ }
1512
+
1513
+ .to-starlight-peach {
1514
+ --q-gradient-to: rgba(255, 179, 138, 1);
1515
+ }
1516
+
1517
+ .border-starlight-blue_30 {
1518
+ border-color: rgba(0, 212, 255, 0.3);
1519
+ }
1520
+
1521
+ .border-4 {
1522
+ border-width: 4px;
1523
+ border-style: solid;
1524
+ }
1525
+
1526
+ .border-red-500_50 {
1527
+ border-color: rgba(239, 68, 68, 0.5);
1528
+ }
1529
+
1530
+ .svg-fluid {
1531
+ width: 100%;
1532
+ height: auto;
1533
+ max-width: 100%;
1534
+ display: block;
1535
+ }
1536
+
1537
+ .overlay-base {
1538
+ position: absolute;
1539
+ top: 50%;
1540
+ left: 50%;
1541
+ transform: translate(-50%, -50%);
1542
+ }
1543
+
1544
+ .pointer-events-none {
1545
+ pointer-events: none;
1546
+ }
1547
+
1548
+ .overlay-top-left {
1549
+ position: absolute;
1550
+ top: 0;
1551
+ left: 0;
1552
+ }
1553
+
1554
+ .bg-black_50 {
1555
+ background-color: rgba(0, 0, 0, 0.5) !important;
1556
+ }
1557
+
1558
+ .overlay-bottom-right {
1559
+ position: absolute;
1560
+ bottom: 0;
1561
+ right: 0;
1562
+ }
1563
+
1564
+ .focus-glow-purple-500:focus {
1565
+ outline: none !important;
1566
+ box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.4), 0 0 35px rgba(168, 85, 247, 0.7) !important;
1567
+ }
1568
+
1569
+ .focus-glow-purple-500:active {
1570
+ outline: none !important;
1571
+ box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.4), 0 0 35px rgba(168, 85, 247, 0.7) !important;
1572
+ }
1573
+
1574
+ .focus-glow-orange-500:focus {
1575
+ outline: none !important;
1576
+ box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.4), 0 0 35px rgba(249, 115, 22, 0.7) !important;
1577
+ }
1578
+
1579
+ .focus-glow-orange-500:active {
1580
+ outline: none !important;
1581
+ box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.4), 0 0 35px rgba(249, 115, 22, 0.7) !important;
1582
+ }
1583
+
1584
+ .focus-glow:focus {
1585
+ outline: none !important;
1586
+ box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.4), 0 0 35px rgba(0, 212, 255, 0.7) !important;
1587
+ }
1588
+
1589
+ .mb-3 {
1590
+ margin-bottom: 0.75rem;
1591
+ }
1592
+
1593
+ .mr-8 {
1594
+ margin-right: 2rem;
1595
+ }
1596
+
1597
+ .py-2\.5 {
1598
+ padding-top: 0.625rem;
1599
+ padding-bottom: 0.625rem;
1600
+ }
1601
+
1602
+ .max-w-\[1200px\] {
1603
+ max-width: 1200px;
1604
+ }
1605
+
1606
+ .hover\:bg-starlight:hover {
1607
+ background: linear-gradient(135deg, var(--q-color-starlight-peach) 0%, var(--q-color-starlight-blue) 100%);
1608
+ }
1609
+
1610
+ [hover~="bg-starlight"]:hover {
1611
+ background: linear-gradient(135deg, var(--q-color-starlight-peach) 0%, var(--q-color-starlight-blue) 100%);
1612
+ }
1613
+
1614
+ .shadow-lg {
1615
+ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1616
+ }
1617
+
1618
+ .py-24 {
1619
+ padding-top: 6rem;
1620
+ padding-bottom: 6rem;
1621
+ }
1622
+
1623
+ .items-end {
1624
+ align-items: flex-end;
1625
+ }
1626
+
1627
+ .pb-1 {
1628
+ padding-bottom: 0.25rem;
1629
+ }
1630
+
1631
+ .hover\:text-white:hover {
1632
+ color: #ffffff !important;
1633
+ }
1634
+
1635
+ [hover~="text-white"]:hover {
1636
+ color: #ffffff !important;
1637
+ }
1638
+
1639
+ .duration-500 {
1640
+ transition-duration: 500ms;
1641
+ }
1642
+
1643
+ .gap-2 {
1644
+ gap: 0.5rem;
1645
+ }
1646
+
1647
+ .mb-32 {
1648
+ margin-bottom: 8rem;
1649
+ }
1650
+
1651
+ .p-16 {
1652
+ padding: 4rem;
1653
+ }
1654
+
1655
+ .mb-16 {
1656
+ margin-bottom: 4rem;
1657
+ }
1658
+
1659
+ .col-span-2 {
1660
+ grid-column: span 2 / span 2;
1661
+ }
1662
+
1663
+ .to-blue-500 {
1664
+ --q-gradient-to: rgba(59, 130, 246, 1);
1665
+ }
1666
+
1667
+ .space-y-1 > * + * {
1668
+ margin-top: 0.25rem;
1669
+ }
1670
+
1671
+ .pt-6 {
1672
+ padding-top: 1.5rem;
1673
+ }
1674
+
1675
+ .w-3 {
1676
+ width: 0.75rem;
1677
+ }
1678
+
1679
+ .h-3 {
1680
+ height: 0.75rem;
1681
+ }
1682
+
1683
+ .bg-red-500 {
1684
+ background-color: #ef4444 !important;
1685
+ }
1686
+
1687
+ .top-bar {
1688
+ top: bar;
1689
+ }
1690
+
1691
+ .mb-1 {
1692
+ margin-bottom: 0.25rem;
1693
+ }
1694
+
1695
+ .mt-2 {
1696
+ margin-top: 0.5rem;
1697
+ }
1698
+
1699
+ .hover\:bg-white_10:hover {
1700
+ background-color: rgba(255, 255, 255, 0.1) !important;
1701
+ }
1702
+
1703
+ [hover~="bg-white_10"]:hover {
1704
+ background-color: rgba(255, 255, 255, 0.1) !important;
1705
+ }
1706
+
1707
+ .bg-red-500_20 {
1708
+ background-color: rgba(239, 68, 68, 0.2) !important;
1709
+ }
1710
+
1711
+ .bg-green-500_20 {
1712
+ background-color: rgba(16, 185, 129, 0.2) !important;
1713
+ }
1714
+
1715
+ .left-0 {
1716
+ left: 0px;
1717
+ }
1718
+
1719
+ .z-0 {
1720
+ z-index: 0;
1721
+ }
1722
+
1723
+ .from-primary {
1724
+ --q-gradient-from: rgba(59, 130, 246, 1);
1725
+ --q-gradient-to: rgba(59, 130, 246, 0);
1726
+ --q-gradient-from-transparent: rgba(59, 130, 246, 0);
1727
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1728
+ }
1729
+
1730
+ .h-24 {
1731
+ height: 6rem;
1732
+ }
1733
+
1734
+ .hover\:text-primary:hover {
1735
+ color: #3b82f6 !important;
1736
+ }
1737
+
1738
+ [hover~="text-primary"]:hover {
1739
+ color: #3b82f6 !important;
1740
+ }
1741
+
1742
+ .gap-16 {
1743
+ gap: 4rem;
1744
+ }
1745
+
1746
+ .space-y-16 > * + * {
1747
+ margin-top: 4rem;
1748
+ }
1749
+
1750
+ .text-secondary {
1751
+ color: #64748b !important;
1752
+ }
1753
+
1754
+ .w-12 {
1755
+ width: 3rem;
1756
+ }
1757
+
1758
+ .border-primary_30 {
1759
+ border-color: rgba(59, 130, 246, 0.3);
1760
+ }
1761
+
1762
+ .p-1 {
1763
+ padding: 0.25rem;
1764
+ }
1765
+
1766
+ .bg-black_40 {
1767
+ background-color: rgba(0, 0, 0, 0.4) !important;
1768
+ }
1769
+
1770
+ .max-w-none {
1771
+ max-width: none;
1772
+ }
1773
+
1774
+ .space-y-10 > * + * {
1775
+ margin-top: 2.5rem;
1776
+ }
1777
+
1778
+ .border-primary {
1779
+ border-color: #3b82f6;
1780
+ }
1781
+
1782
+ .bg-primary_5 {
1783
+ background-color: rgba(59, 130, 246, 0.05) !important;
1784
+ }
1785
+
1786
+ .bg-yellow-500 {
1787
+ background-color: #eab308 !important;
1788
+ }
1789
+
1790
+ .mt-12 {
1791
+ margin-top: 3rem;
1792
+ }
1793
+
1794
+ .mr-2 {
1795
+ margin-right: 0.5rem;
1796
+ }
1797
+
1798
+ .hover\:bg-white_5:hover {
1799
+ background-color: rgba(255, 255, 255, 0.05) !important;
1800
+ }
1801
+
1802
+ [hover~="bg-white_5"]:hover {
1803
+ background-color: rgba(255, 255, 255, 0.05) !important;
1804
+ }
1805
+
1806
+ .group:hover .group-hover\:text-primary {
1807
+ color: #3b82f6 !important;
1808
+ }
1809
+
1810
+ .group:hover [group-hover~="text-primary"] {
1811
+ color: #3b82f6 !important;
1812
+ }
1813
+
1814
+ .backdrop-blur-md {
1815
+ backdrop-filter: blur(12px);
1816
+ -webkit-backdrop-filter: blur(12px);
1817
+ }
1818
+
1819
+ .bottom-section {
1820
+ bottom: section;
1821
+ }
1822
+
1823
+ .top-nav {
1824
+ top: nav;
1825
+ }
1826
+
1827
+ .top-nav-actions {
1828
+ top: nav-actions;
1829
+ }
1830
+
1831
+ .space-x-12 > * + * {
1832
+ margin-left: 3rem;
1833
+ }
1834
+
1835
+ .hover\:text-starlight-blue:hover {
1836
+ color: #00d4ff !important;
1837
+ }
1838
+
1839
+ [hover~="text-starlight-blue"]:hover {
1840
+ color: #00d4ff !important;
1841
+ }
1842
+
1843
+ .py-16 {
1844
+ padding-top: 4rem;
1845
+ padding-bottom: 4rem;
1846
+ }
1847
+
1848
+ .py-1\.5 {
1849
+ padding-top: 0.375rem;
1850
+ padding-bottom: 0.375rem;
1851
+ }
1852
+
1853
+ .rounded-\[2\.5rem\] {
1854
+ border-radius: 2.5rem;
1855
+ }
1856
+
1857
+ .max-w-5xl {
1858
+ max-width: 64rem;
1859
+ }
1860
+
1861
+ .bg-transparent {
1862
+ background-color: transparent;
1863
+ }
1864
+
1865
+ .placeholder\:text-white_10:placeholder {
1866
+ color: rgba(255, 255, 255, 0.1) !important;
1867
+ }
1868
+
1869
+ [placeholder~="text-white_10"] {
1870
+ color: rgba(255, 255, 255, 0.1) !important;
1871
+ }
1872
+
1873
+ .border-l {
1874
+ border-width: 0;
1875
+ border-left-width: 1px;
1876
+ border-style: solid;
1877
+ }
1878
+
1879
+ .px-16 {
1880
+ padding-left: 4rem;
1881
+ padding-right: 4rem;
1882
+ }
1883
+
1884
+ .h-auto {
1885
+ height: auto;
1886
+ }
1887
+
1888
+ .hover\:glow-blue:hover {
1889
+ box-shadow: 0 0 30px rgba(0, 212, 255, 0.25);
1890
+ }
1891
+
1892
+ [hover~="glow-blue"]:hover {
1893
+ box-shadow: 0 0 30px rgba(0, 212, 255, 0.25);
1894
+ }
1895
+
1896
+ .text-orange-600 {
1897
+ color: #ea580c !important;
1898
+ }
1899
+
1900
+ .hover\:border-starlight-blue_30:hover {
1901
+ border-color: rgba(0, 212, 255, 0.3);
1902
+ }
1903
+
1904
+ [hover~="border-starlight-blue_30"]:hover {
1905
+ border-color: rgba(0, 212, 255, 0.3);
1906
+ }
1907
+
1908
+ .transition-all {
1909
+ transition-property: all;
1910
+ }
1911
+
1912
+ .h-80 {
1913
+ height: 20rem;
1914
+ }
1915
+
1916
+ .group:hover .group-hover\:scale-110 {
1917
+ transform: scale(1.1);
1918
+ }
1919
+
1920
+ .group:hover [group-hover~="scale-110"] {
1921
+ transform: scale(1.1);
1922
+ }
1923
+
1924
+ .duration-700 {
1925
+ transition-duration: 700ms;
1926
+ }
1927
+
1928
+ .bg-gradient-to-t {
1929
+ --q-gradient-from-transparent: rgba(0,0,0,0);
1930
+ --q-gradient-to-transparent: rgba(0,0,0,0);
1931
+ background-image: linear-gradient(to top, var(--q-gradient-stops)) !important;
1932
+ --q-gradient-stops: var(--q-gradient-from, var(--q-gradient-from-transparent)), var(--q-gradient-to, var(--q-gradient-to-transparent));
1933
+ }
1934
+
1935
+ .from-black_90 {
1936
+ --q-gradient-from: rgba(0, 0, 0, 0.9);
1937
+ --q-gradient-to: rgba(0, 0, 0, 0);
1938
+ --q-gradient-from-transparent: rgba(0, 0, 0, 0);
1939
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1940
+ }
1941
+
1942
+ .via-black_20 {
1943
+ --q-gradient-to: rgba(0, 0, 0, 0);
1944
+ --q-gradient-to-transparent: rgba(0, 0, 0, 0);
1945
+ --q-gradient-stops: var(--q-gradient-from), rgba(0, 0, 0, 0.2), var(--q-gradient-to);
1946
+ }
1947
+
1948
+ .to-transparent {
1949
+ --q-gradient-to: rgba(0,0,0,0);
1950
+ }
1951
+
1952
+ .z-10 {
1953
+ z-index: 10;
1954
+ }
1955
+
1956
+ .bottom-8 {
1957
+ bottom: 2rem;
1958
+ }
1959
+
1960
+ .left-8 {
1961
+ left: 2rem;
1962
+ }
1963
+
1964
+ .z-20 {
1965
+ z-index: 20;
1966
+ }
1967
+
1968
+ .bg-blue-600_20 {
1969
+ background-color: rgba(37, 99, 235, 0.2) !important;
1970
+ }
1971
+
1972
+ .ml-2 {
1973
+ margin-left: 0.5rem;
1974
+ }
1975
+
1976
+ .hover\:text-black:hover {
1977
+ color: #000000 !important;
1978
+ }
1979
+
1980
+ [hover~="text-black"]:hover {
1981
+ color: #000000 !important;
1982
+ }
1983
+
1984
+ .bg-orange-600_20 {
1985
+ background-color: rgba(234, 88, 12, 0.2) !important;
1986
+ }
1987
+
1988
+ .rounded-\[3rem\] {
1989
+ border-radius: 3rem;
1990
+ }
1991
+
1992
+ .from-starlight-blue_5 {
1993
+ --q-gradient-from: rgba(0, 212, 255, 0.05);
1994
+ --q-gradient-to: rgba(0, 212, 255, 0);
1995
+ --q-gradient-from-transparent: rgba(0, 212, 255, 0);
1996
+ --q-gradient-stops: var(--q-gradient-from), var(--q-gradient-to);
1997
+ }
1998
+
1999
+ .max-w-xl {
2000
+ max-width: 36rem;
2001
+ }
2002
+
2003
+ .placeholder\:text-white_20:placeholder {
2004
+ color: rgba(255, 255, 255, 0.2) !important;
2005
+ }
2006
+
2007
+ [placeholder~="text-white_20"] {
2008
+ color: rgba(255, 255, 255, 0.2) !important;
2009
+ }
2010
+
2011
+ .space-x-6 > * + * {
2012
+ margin-left: 1.5rem;
2013
+ }
2014
+
2015
+ .bg-white_80 {
2016
+ background-color: rgba(255, 255, 255, 0.8) !important;
2017
+ }
2018
+
2019
+ .max-w-\[1440px\] {
2020
+ max-width: 1440px;
2021
+ }
2022
+
2023
+ .text-slate-900 {
2024
+ color: #0f172a !important;
2025
+ }
2026
+
2027
+ .hover\:text-orange-600:hover {
2028
+ color: #ea580c !important;
2029
+ }
2030
+
2031
+ [hover~="text-orange-600"]:hover {
2032
+ color: #ea580c !important;
2033
+ }
2034
+
2035
+ .hover\:bg-slate-200:hover {
2036
+ background-color: #e2e8f0 !important;
2037
+ }
2038
+
2039
+ [hover~="bg-slate-200"]:hover {
2040
+ background-color: #e2e8f0 !important;
2041
+ }
2042
+
2043
+ .-top-1 {
2044
+ top: 0.25rem;
2045
+ }
2046
+
2047
+ .-right-1 {
2048
+ right: -0.25rem;
2049
+ }
2050
+
2051
+ .bg-orange-600 {
2052
+ background-color: #ea580c !important;
2053
+ }
2054
+
2055
+ .min-w-56 {
2056
+ min-width: 14rem;
2057
+ }
2058
+
2059
+ .flex-shrink-0 {
2060
+ flex-shrink: 0;
2061
+ }
2062
+
2063
+ .space-x-4 > * + * {
2064
+ margin-left: 1rem;
2065
+ }
2066
+
2067
+ .group:hover .group-hover\:text-slate-900 {
2068
+ color: #0f172a !important;
2069
+ }
2070
+
2071
+ .group:hover [group-hover~="text-slate-900"] {
2072
+ color: #0f172a !important;
2073
+ }
2074
+
2075
+ .min-w-0 {
2076
+ min-width: 0;
2077
+ }
2078
+
2079
+ .gap-x-8 {
2080
+ column-gap: 2rem;
2081
+ }
2082
+
2083
+ .gap-y-16 {
2084
+ row-gap: 4rem;
2085
+ }
2086
+
2087
+ .aspect-\[3/4\] {
2088
+ aspect-ratio: 3/4;
2089
+ width: 100%;
2090
+ height: auto;
2091
+ }
2092
+
2093
+ .top-4 {
2094
+ top: 1rem;
2095
+ }
2096
+
2097
+ .left-4 {
2098
+ left: 1rem;
2099
+ }
2100
+
2101
+ .space-y-2 > * + * {
2102
+ margin-top: 0.5rem;
2103
+ }
2104
+
2105
+ .bottom-4 {
2106
+ bottom: 1rem;
2107
+ }
2108
+
2109
+ .duration-300 {
2110
+ transition-duration: 300ms;
2111
+ }
2112
+
2113
+ .px-1 {
2114
+ padding-left: 0.25rem;
2115
+ padding-right: 0.25rem;
2116
+ }
2117
+
2118
+ .bg-slate-900_80 {
2119
+ background-color: rgba(15, 23, 42, 0.8) !important;
2120
+ }
2121
+
2122
+ .shadow-sm {
2123
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2124
+ }
2125
+
2126
+ .hover\:text-slate-900:hover {
2127
+ color: #0f172a !important;
2128
+ }
2129
+
2130
+ [hover~="text-slate-900"]:hover {
2131
+ color: #0f172a !important;
2132
+ }
2133
+
2134
+ .text-slate-200 {
2135
+ color: #e2e8f0 !important;
2136
+ }
2137
+
2138
+ .bg-slate-950 {
2139
+ background-color: #020617 !important;
2140
+ }
2141
+
2142
+ .placeholder\:text-slate-600:placeholder {
2143
+ color: #475569 !important;
2144
+ }
2145
+
2146
+ [placeholder~="text-slate-600"] {
2147
+ color: #475569 !important;
2148
+ }
2149
+
2150
+ @media (min-width: 640px) {
2151
+ .starlight-gallery {
2152
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2153
+ }
2154
+
2155
+ .sm\:flex-row {
2156
+ flex-direction: row;
2157
+ }
2158
+
2159
+ [sm~="flex-row"] {
2160
+ flex-direction: row;
2161
+ }
2162
+ }
2163
+
2164
+ @media (min-width: 768px) {
2165
+ .md__flex {
2166
+ display: flex;
2167
+ }
2168
+
2169
+ [md~="flex"] {
2170
+ display: flex;
2171
+ }
2172
+
2173
+ .md__gap-4 {
2174
+ gap: 1rem;
2175
+ }
2176
+
2177
+ [md~="gap-4"] {
2178
+ gap: 1rem;
2179
+ }
2180
+
2181
+ .md\:grid-cols-2 {
2182
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2183
+ }
2184
+
2185
+ [md~="grid-cols-2"] {
2186
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2187
+ }
2188
+
2189
+ .md\:flex-row {
2190
+ flex-direction: row;
2191
+ }
2192
+
2193
+ [md~="flex-row"] {
2194
+ flex-direction: row;
2195
+ }
2196
+
2197
+ .md\:w-80 {
2198
+ width: 20rem;
2199
+ }
2200
+
2201
+ [md~="w-80"] {
2202
+ width: 20rem;
2203
+ }
2204
+
2205
+ .md\:grid-cols-4 {
2206
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2207
+ }
2208
+
2209
+ [md~="grid-cols-4"] {
2210
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2211
+ }
2212
+
2213
+ .md\:col-span-2 {
2214
+ grid-column: span 2 / span 2;
2215
+ }
2216
+
2217
+ [md~="col-span-2"] {
2218
+ grid-column: span 2 / span 2;
2219
+ }
2220
+
2221
+ .md\:grid-cols-3 {
2222
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2223
+ }
2224
+
2225
+ [md~="grid-cols-3"] {
2226
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2227
+ }
2228
+
2229
+ .starlight-dashboard {
2230
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2231
+ }
2232
+
2233
+ .starlight-form {
2234
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2235
+ }
2236
+
2237
+ .md\:px-8 {
2238
+ padding-left: 2rem;
2239
+ padding-right: 2rem;
2240
+ }
2241
+
2242
+ [md~="px-8"] {
2243
+ padding-left: 2rem;
2244
+ padding-right: 2rem;
2245
+ }
2246
+
2247
+ .md\:hidden {
2248
+ display: none;
2249
+ }
2250
+
2251
+ [md~="hidden"] {
2252
+ display: none;
2253
+ }
2254
+
2255
+ .md\:w-96 {
2256
+ width: 24rem;
2257
+ }
2258
+
2259
+ [md~="w-96"] {
2260
+ width: 24rem;
2261
+ }
2262
+
2263
+ .md\:col-span-1 {
2264
+ grid-column: span 1 / span 1;
2265
+ }
2266
+
2267
+ [md~="col-span-1"] {
2268
+ grid-column: span 1 / span 1;
2269
+ }
2270
+
2271
+ .md\:flex {
2272
+ display: flex;
2273
+ }
2274
+
2275
+ .md\:block {
2276
+ display: block;
2277
+ }
2278
+
2279
+ [md~="block"] {
2280
+ display: block;
2281
+ }
2282
+
2283
+ .md\:h-full {
2284
+ height: 100%;
2285
+ }
2286
+
2287
+ [md~="h-full"] {
2288
+ height: 100%;
2289
+ }
2290
+ }
2291
+
2292
+ @media (min-width: 1024px) {
2293
+ .lg\:grid-cols-12 {
2294
+ grid-template-columns: repeat(12, minmax(0, 1fr));
2295
+ }
2296
+
2297
+ [lg~="grid-cols-12"] {
2298
+ grid-template-columns: repeat(12, minmax(0, 1fr));
2299
+ }
2300
+
2301
+ .starlight-dashboard {
2302
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2303
+ }
2304
+
2305
+ .starlight-gallery {
2306
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2307
+ }
2308
+
2309
+ .lg\:grid-cols-3 {
2310
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2311
+ }
2312
+
2313
+ [lg~="grid-cols-3"] {
2314
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2315
+ }
2316
+
2317
+ .lg\:col-span-8 {
2318
+ grid-column: span 8 / span 8;
2319
+ }
2320
+
2321
+ [lg~="col-span-8"] {
2322
+ grid-column: span 8 / span 8;
2323
+ }
2324
+
2325
+ .lg\:col-span-4 {
2326
+ grid-column: span 4 / span 4;
2327
+ }
2328
+
2329
+ [lg~="col-span-4"] {
2330
+ grid-column: span 4 / span 4;
2331
+ }
2332
+
2333
+ .lg\:flex {
2334
+ display: flex;
2335
+ }
2336
+
2337
+ [lg~="flex"] {
2338
+ display: flex;
2339
+ }
2340
+
2341
+ .lg\:flex-row {
2342
+ flex-direction: row;
2343
+ }
2344
+
2345
+ [lg~="flex-row"] {
2346
+ flex-direction: row;
2347
+ }
2348
+
2349
+ .lg\:w-64 {
2350
+ width: 16rem;
2351
+ }
2352
+
2353
+ [lg~="w-64"] {
2354
+ width: 16rem;
2355
+ }
2356
+
2357
+ .lg\:col-span-2 {
2358
+ grid-column: span 2 / span 2;
2359
+ }
2360
+
2361
+ [lg~="col-span-2"] {
2362
+ grid-column: span 2 / span 2;
2363
+ }
2364
+ }
2365
+
2366
+ @media (min-width: 1280px) {
2367
+ .xl\:grid-cols-4 {
2368
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2369
+ }
2370
+
2371
+ [xl~="grid-cols-4"] {
2372
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2373
+ }
2374
+ }