canx-starter-admin 1.0.0 → 1.1.1

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,1865 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
3
+ @layer properties;
4
+ @layer theme, base, components, utilities;
5
+ @layer theme {
6
+ :root, :host {
7
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
8
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
9
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
10
+ "Courier New", monospace;
11
+ --color-red-300: oklch(80.8% 0.114 19.571);
12
+ --color-red-400: oklch(70.4% 0.191 22.216);
13
+ --color-red-500: oklch(63.7% 0.237 25.331);
14
+ --color-emerald-400: oklch(76.5% 0.177 163.223);
15
+ --color-emerald-500: oklch(69.6% 0.17 162.48);
16
+ --color-cyan-500: oklch(71.5% 0.143 215.221);
17
+ --color-blue-300: oklch(80.9% 0.105 251.813);
18
+ --color-blue-400: oklch(70.7% 0.165 254.624);
19
+ --color-blue-500: oklch(62.3% 0.214 259.815);
20
+ --color-blue-600: oklch(54.6% 0.245 262.881);
21
+ --color-blue-700: oklch(48.8% 0.243 264.376);
22
+ --color-indigo-500: oklch(58.5% 0.233 277.117);
23
+ --color-purple-300: oklch(82.7% 0.119 306.383);
24
+ --color-purple-400: oklch(71.4% 0.203 305.504);
25
+ --color-purple-500: oklch(62.7% 0.265 303.9);
26
+ --color-purple-600: oklch(55.8% 0.288 302.321);
27
+ --color-rose-400: oklch(71.2% 0.194 13.428);
28
+ --color-rose-500: oklch(64.5% 0.246 16.439);
29
+ --color-slate-300: oklch(86.9% 0.022 252.894);
30
+ --color-slate-400: oklch(70.4% 0.04 256.788);
31
+ --color-slate-500: oklch(55.4% 0.046 257.417);
32
+ --color-slate-600: oklch(44.6% 0.043 257.281);
33
+ --color-slate-700: oklch(37.2% 0.044 257.287);
34
+ --color-slate-800: oklch(27.9% 0.041 260.031);
35
+ --color-slate-900: oklch(20.8% 0.042 265.755);
36
+ --color-slate-950: oklch(12.9% 0.042 264.695);
37
+ --color-gray-100: oklch(96.7% 0.003 264.542);
38
+ --color-gray-200: oklch(92.8% 0.006 264.531);
39
+ --color-gray-500: oklch(55.1% 0.027 264.364);
40
+ --color-gray-700: oklch(37.3% 0.034 259.733);
41
+ --color-gray-900: oklch(21% 0.034 264.665);
42
+ --color-white: #fff;
43
+ --spacing: 0.25rem;
44
+ --container-md: 28rem;
45
+ --text-xs: 0.75rem;
46
+ --text-xs--line-height: calc(1 / 0.75);
47
+ --text-sm: 0.875rem;
48
+ --text-sm--line-height: calc(1.25 / 0.875);
49
+ --text-lg: 1.125rem;
50
+ --text-lg--line-height: calc(1.75 / 1.125);
51
+ --text-xl: 1.25rem;
52
+ --text-xl--line-height: calc(1.75 / 1.25);
53
+ --text-2xl: 1.5rem;
54
+ --text-2xl--line-height: calc(2 / 1.5);
55
+ --font-weight-medium: 500;
56
+ --font-weight-semibold: 600;
57
+ --font-weight-bold: 700;
58
+ --tracking-tight: -0.025em;
59
+ --tracking-wider: 0.05em;
60
+ --radius-lg: 0.5rem;
61
+ --radius-xl: 0.75rem;
62
+ --radius-2xl: 1rem;
63
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
64
+ --blur-md: 12px;
65
+ --default-transition-duration: 150ms;
66
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
67
+ --default-font-family: var(--font-sans);
68
+ --default-mono-font-family: var(--font-mono);
69
+ }
70
+ }
71
+ @layer base {
72
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
73
+ box-sizing: border-box;
74
+ margin: 0;
75
+ padding: 0;
76
+ border: 0 solid;
77
+ }
78
+ html, :host {
79
+ line-height: 1.5;
80
+ -webkit-text-size-adjust: 100%;
81
+ tab-size: 4;
82
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
83
+ font-feature-settings: var(--default-font-feature-settings, normal);
84
+ font-variation-settings: var(--default-font-variation-settings, normal);
85
+ -webkit-tap-highlight-color: transparent;
86
+ }
87
+ hr {
88
+ height: 0;
89
+ color: inherit;
90
+ border-top-width: 1px;
91
+ }
92
+ abbr:where([title]) {
93
+ -webkit-text-decoration: underline dotted;
94
+ text-decoration: underline dotted;
95
+ }
96
+ h1, h2, h3, h4, h5, h6 {
97
+ font-size: inherit;
98
+ font-weight: inherit;
99
+ }
100
+ a {
101
+ color: inherit;
102
+ -webkit-text-decoration: inherit;
103
+ text-decoration: inherit;
104
+ }
105
+ b, strong {
106
+ font-weight: bolder;
107
+ }
108
+ code, kbd, samp, pre {
109
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
110
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
111
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
112
+ font-size: 1em;
113
+ }
114
+ small {
115
+ font-size: 80%;
116
+ }
117
+ sub, sup {
118
+ font-size: 75%;
119
+ line-height: 0;
120
+ position: relative;
121
+ vertical-align: baseline;
122
+ }
123
+ sub {
124
+ bottom: -0.25em;
125
+ }
126
+ sup {
127
+ top: -0.5em;
128
+ }
129
+ table {
130
+ text-indent: 0;
131
+ border-color: inherit;
132
+ border-collapse: collapse;
133
+ }
134
+ :-moz-focusring {
135
+ outline: auto;
136
+ }
137
+ progress {
138
+ vertical-align: baseline;
139
+ }
140
+ summary {
141
+ display: list-item;
142
+ }
143
+ ol, ul, menu {
144
+ list-style: none;
145
+ }
146
+ img, svg, video, canvas, audio, iframe, embed, object {
147
+ display: block;
148
+ vertical-align: middle;
149
+ }
150
+ img, video {
151
+ max-width: 100%;
152
+ height: auto;
153
+ }
154
+ button, input, select, optgroup, textarea, ::file-selector-button {
155
+ font: inherit;
156
+ font-feature-settings: inherit;
157
+ font-variation-settings: inherit;
158
+ letter-spacing: inherit;
159
+ color: inherit;
160
+ border-radius: 0;
161
+ background-color: transparent;
162
+ opacity: 1;
163
+ }
164
+ :where(select:is([multiple], [size])) optgroup {
165
+ font-weight: bolder;
166
+ }
167
+ :where(select:is([multiple], [size])) optgroup option {
168
+ padding-inline-start: 20px;
169
+ }
170
+ ::file-selector-button {
171
+ margin-inline-end: 4px;
172
+ }
173
+ ::placeholder {
174
+ opacity: 1;
175
+ }
176
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
177
+ ::placeholder {
178
+ color: currentcolor;
179
+ @supports (color: color-mix(in lab, red, red)) {
180
+ color: color-mix(in oklab, currentcolor 50%, transparent);
181
+ }
182
+ }
183
+ }
184
+ textarea {
185
+ resize: vertical;
186
+ }
187
+ ::-webkit-search-decoration {
188
+ -webkit-appearance: none;
189
+ }
190
+ ::-webkit-date-and-time-value {
191
+ min-height: 1lh;
192
+ text-align: inherit;
193
+ }
194
+ ::-webkit-datetime-edit {
195
+ display: inline-flex;
196
+ }
197
+ ::-webkit-datetime-edit-fields-wrapper {
198
+ padding: 0;
199
+ }
200
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
201
+ padding-block: 0;
202
+ }
203
+ ::-webkit-calendar-picker-indicator {
204
+ line-height: 1;
205
+ }
206
+ :-moz-ui-invalid {
207
+ box-shadow: none;
208
+ }
209
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
210
+ appearance: button;
211
+ }
212
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
213
+ height: auto;
214
+ }
215
+ [hidden]:where(:not([hidden="until-found"])) {
216
+ display: none !important;
217
+ }
218
+ }
219
+ @layer utilities {
220
+ .pointer-events-none {
221
+ pointer-events: none;
222
+ }
223
+ .absolute {
224
+ position: absolute;
225
+ }
226
+ .fixed {
227
+ position: fixed;
228
+ }
229
+ .relative {
230
+ position: relative;
231
+ }
232
+ .sticky {
233
+ position: sticky;
234
+ }
235
+ .inset-0 {
236
+ inset: calc(var(--spacing) * 0);
237
+ }
238
+ .top-0 {
239
+ top: calc(var(--spacing) * 0);
240
+ }
241
+ .top-2 {
242
+ top: calc(var(--spacing) * 2);
243
+ }
244
+ .top-20 {
245
+ top: calc(var(--spacing) * 20);
246
+ }
247
+ .-right-40 {
248
+ right: calc(var(--spacing) * -40);
249
+ }
250
+ .right-0 {
251
+ right: calc(var(--spacing) * 0);
252
+ }
253
+ .right-2 {
254
+ right: calc(var(--spacing) * 2);
255
+ }
256
+ .-bottom-40 {
257
+ bottom: calc(var(--spacing) * -40);
258
+ }
259
+ .bottom-0 {
260
+ bottom: calc(var(--spacing) * 0);
261
+ }
262
+ .-left-40 {
263
+ left: calc(var(--spacing) * -40);
264
+ }
265
+ .left-0 {
266
+ left: calc(var(--spacing) * 0);
267
+ }
268
+ .left-1\/3 {
269
+ left: calc(1/3 * 100%);
270
+ }
271
+ .z-0 {
272
+ z-index: 0;
273
+ }
274
+ .z-10 {
275
+ z-index: 10;
276
+ }
277
+ .z-20 {
278
+ z-index: 20;
279
+ }
280
+ .mt-1 {
281
+ margin-top: calc(var(--spacing) * 1);
282
+ }
283
+ .mt-2 {
284
+ margin-top: calc(var(--spacing) * 2);
285
+ }
286
+ .mb-1 {
287
+ margin-bottom: calc(var(--spacing) * 1);
288
+ }
289
+ .mb-2 {
290
+ margin-bottom: calc(var(--spacing) * 2);
291
+ }
292
+ .mb-6 {
293
+ margin-bottom: calc(var(--spacing) * 6);
294
+ }
295
+ .mb-8 {
296
+ margin-bottom: calc(var(--spacing) * 8);
297
+ }
298
+ .ml-2 {
299
+ margin-left: calc(var(--spacing) * 2);
300
+ }
301
+ .block {
302
+ display: block;
303
+ }
304
+ .flex {
305
+ display: flex;
306
+ }
307
+ .grid {
308
+ display: grid;
309
+ }
310
+ .hidden {
311
+ display: none;
312
+ }
313
+ .inline-flex {
314
+ display: inline-flex;
315
+ }
316
+ .table {
317
+ display: table;
318
+ }
319
+ .h-2 {
320
+ height: calc(var(--spacing) * 2);
321
+ }
322
+ .h-3 {
323
+ height: calc(var(--spacing) * 3);
324
+ }
325
+ .h-4 {
326
+ height: calc(var(--spacing) * 4);
327
+ }
328
+ .h-5 {
329
+ height: calc(var(--spacing) * 5);
330
+ }
331
+ .h-6 {
332
+ height: calc(var(--spacing) * 6);
333
+ }
334
+ .h-8 {
335
+ height: calc(var(--spacing) * 8);
336
+ }
337
+ .h-9 {
338
+ height: calc(var(--spacing) * 9);
339
+ }
340
+ .h-10 {
341
+ height: calc(var(--spacing) * 10);
342
+ }
343
+ .h-\[400px\] {
344
+ height: 400px;
345
+ }
346
+ .h-\[500px\] {
347
+ height: 500px;
348
+ }
349
+ .h-\[600px\] {
350
+ height: 600px;
351
+ }
352
+ .h-screen {
353
+ height: 100vh;
354
+ }
355
+ .min-h-screen {
356
+ min-height: 100vh;
357
+ }
358
+ .w-2 {
359
+ width: calc(var(--spacing) * 2);
360
+ }
361
+ .w-3 {
362
+ width: calc(var(--spacing) * 3);
363
+ }
364
+ .w-4 {
365
+ width: calc(var(--spacing) * 4);
366
+ }
367
+ .w-5 {
368
+ width: calc(var(--spacing) * 5);
369
+ }
370
+ .w-6 {
371
+ width: calc(var(--spacing) * 6);
372
+ }
373
+ .w-8 {
374
+ width: calc(var(--spacing) * 8);
375
+ }
376
+ .w-9 {
377
+ width: calc(var(--spacing) * 9);
378
+ }
379
+ .w-10 {
380
+ width: calc(var(--spacing) * 10);
381
+ }
382
+ .w-48 {
383
+ width: calc(var(--spacing) * 48);
384
+ }
385
+ .w-72 {
386
+ width: calc(var(--spacing) * 72);
387
+ }
388
+ .w-\[400px\] {
389
+ width: 400px;
390
+ }
391
+ .w-\[500px\] {
392
+ width: 500px;
393
+ }
394
+ .w-\[600px\] {
395
+ width: 600px;
396
+ }
397
+ .w-full {
398
+ width: 100%;
399
+ }
400
+ .max-w-md {
401
+ max-width: var(--container-md);
402
+ }
403
+ .min-w-0 {
404
+ min-width: calc(var(--spacing) * 0);
405
+ }
406
+ .flex-1 {
407
+ flex: 1;
408
+ }
409
+ .animate-pulse {
410
+ animation: var(--animate-pulse);
411
+ }
412
+ .cursor-not-allowed {
413
+ cursor: not-allowed;
414
+ }
415
+ .cursor-pointer {
416
+ cursor: pointer;
417
+ }
418
+ .grid-cols-1 {
419
+ grid-template-columns: repeat(1, minmax(0, 1fr));
420
+ }
421
+ .flex-col {
422
+ flex-direction: column;
423
+ }
424
+ .items-center {
425
+ align-items: center;
426
+ }
427
+ .items-start {
428
+ align-items: flex-start;
429
+ }
430
+ .justify-between {
431
+ justify-content: space-between;
432
+ }
433
+ .justify-center {
434
+ justify-content: center;
435
+ }
436
+ .justify-end {
437
+ justify-content: flex-end;
438
+ }
439
+ .gap-1 {
440
+ gap: calc(var(--spacing) * 1);
441
+ }
442
+ .gap-2 {
443
+ gap: calc(var(--spacing) * 2);
444
+ }
445
+ .gap-3 {
446
+ gap: calc(var(--spacing) * 3);
447
+ }
448
+ .gap-4 {
449
+ gap: calc(var(--spacing) * 4);
450
+ }
451
+ .gap-6 {
452
+ gap: calc(var(--spacing) * 6);
453
+ }
454
+ .space-y-1 {
455
+ :where(& > :not(:last-child)) {
456
+ --tw-space-y-reverse: 0;
457
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
458
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
459
+ }
460
+ }
461
+ .space-y-4 {
462
+ :where(& > :not(:last-child)) {
463
+ --tw-space-y-reverse: 0;
464
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
465
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
466
+ }
467
+ }
468
+ .divide-y {
469
+ :where(& > :not(:last-child)) {
470
+ --tw-divide-y-reverse: 0;
471
+ border-bottom-style: var(--tw-border-style);
472
+ border-top-style: var(--tw-border-style);
473
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
474
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
475
+ }
476
+ }
477
+ .divide-slate-700\/50 {
478
+ :where(& > :not(:last-child)) {
479
+ border-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
480
+ @supports (color: color-mix(in lab, red, red)) {
481
+ border-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
482
+ }
483
+ }
484
+ }
485
+ .divide-slate-800\/50 {
486
+ :where(& > :not(:last-child)) {
487
+ border-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
488
+ @supports (color: color-mix(in lab, red, red)) {
489
+ border-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
490
+ }
491
+ }
492
+ }
493
+ .truncate {
494
+ overflow: hidden;
495
+ text-overflow: ellipsis;
496
+ white-space: nowrap;
497
+ }
498
+ .overflow-auto {
499
+ overflow: auto;
500
+ }
501
+ .overflow-hidden {
502
+ overflow: hidden;
503
+ }
504
+ .overflow-x-auto {
505
+ overflow-x: auto;
506
+ }
507
+ .overflow-y-auto {
508
+ overflow-y: auto;
509
+ }
510
+ .rounded {
511
+ border-radius: 0.25rem;
512
+ }
513
+ .rounded-2xl {
514
+ border-radius: var(--radius-2xl);
515
+ }
516
+ .rounded-full {
517
+ border-radius: calc(infinity * 1px);
518
+ }
519
+ .rounded-lg {
520
+ border-radius: var(--radius-lg);
521
+ }
522
+ .rounded-xl {
523
+ border-radius: var(--radius-xl);
524
+ }
525
+ .border {
526
+ border-style: var(--tw-border-style);
527
+ border-width: 1px;
528
+ }
529
+ .border-t {
530
+ border-top-style: var(--tw-border-style);
531
+ border-top-width: 1px;
532
+ }
533
+ .border-r {
534
+ border-right-style: var(--tw-border-style);
535
+ border-right-width: 1px;
536
+ }
537
+ .border-b {
538
+ border-bottom-style: var(--tw-border-style);
539
+ border-bottom-width: 1px;
540
+ }
541
+ .border-none {
542
+ --tw-border-style: none;
543
+ border-style: none;
544
+ }
545
+ .border-blue-500\/30 {
546
+ border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 30%, transparent);
547
+ @supports (color: color-mix(in lab, red, red)) {
548
+ border-color: color-mix(in oklab, var(--color-blue-500) 30%, transparent);
549
+ }
550
+ }
551
+ .border-gray-200 {
552
+ border-color: var(--color-gray-200);
553
+ }
554
+ .border-purple-500\/30 {
555
+ border-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 30%, transparent);
556
+ @supports (color: color-mix(in lab, red, red)) {
557
+ border-color: color-mix(in oklab, var(--color-purple-500) 30%, transparent);
558
+ }
559
+ }
560
+ .border-slate-600 {
561
+ border-color: var(--color-slate-600);
562
+ }
563
+ .border-slate-700 {
564
+ border-color: var(--color-slate-700);
565
+ }
566
+ .border-slate-700\/50 {
567
+ border-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
568
+ @supports (color: color-mix(in lab, red, red)) {
569
+ border-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
570
+ }
571
+ }
572
+ .border-slate-800\/50 {
573
+ border-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
574
+ @supports (color: color-mix(in lab, red, red)) {
575
+ border-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
576
+ }
577
+ }
578
+ .border-transparent {
579
+ border-color: transparent;
580
+ }
581
+ .bg-blue-500\/10 {
582
+ background-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 10%, transparent);
583
+ @supports (color: color-mix(in lab, red, red)) {
584
+ background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
585
+ }
586
+ }
587
+ .bg-blue-500\/20 {
588
+ background-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 20%, transparent);
589
+ @supports (color: color-mix(in lab, red, red)) {
590
+ background-color: color-mix(in oklab, var(--color-blue-500) 20%, transparent);
591
+ }
592
+ }
593
+ .bg-blue-600 {
594
+ background-color: var(--color-blue-600);
595
+ }
596
+ .bg-cyan-500\/20 {
597
+ background-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 20%, transparent);
598
+ @supports (color: color-mix(in lab, red, red)) {
599
+ background-color: color-mix(in oklab, var(--color-cyan-500) 20%, transparent);
600
+ }
601
+ }
602
+ .bg-emerald-400 {
603
+ background-color: var(--color-emerald-400);
604
+ }
605
+ .bg-emerald-500\/10 {
606
+ background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
607
+ @supports (color: color-mix(in lab, red, red)) {
608
+ background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
609
+ }
610
+ }
611
+ .bg-emerald-500\/20 {
612
+ background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 20%, transparent);
613
+ @supports (color: color-mix(in lab, red, red)) {
614
+ background-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
615
+ }
616
+ }
617
+ .bg-gray-100 {
618
+ background-color: var(--color-gray-100);
619
+ }
620
+ .bg-purple-500\/10 {
621
+ background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 10%, transparent);
622
+ @supports (color: color-mix(in lab, red, red)) {
623
+ background-color: color-mix(in oklab, var(--color-purple-500) 10%, transparent);
624
+ }
625
+ }
626
+ .bg-purple-500\/20 {
627
+ background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 20%, transparent);
628
+ @supports (color: color-mix(in lab, red, red)) {
629
+ background-color: color-mix(in oklab, var(--color-purple-500) 20%, transparent);
630
+ }
631
+ }
632
+ .bg-rose-500 {
633
+ background-color: var(--color-rose-500);
634
+ }
635
+ .bg-rose-500\/10 {
636
+ background-color: color-mix(in srgb, oklch(64.5% 0.246 16.439) 10%, transparent);
637
+ @supports (color: color-mix(in lab, red, red)) {
638
+ background-color: color-mix(in oklab, var(--color-rose-500) 10%, transparent);
639
+ }
640
+ }
641
+ .bg-slate-500 {
642
+ background-color: var(--color-slate-500);
643
+ }
644
+ .bg-slate-700 {
645
+ background-color: var(--color-slate-700);
646
+ }
647
+ .bg-slate-800 {
648
+ background-color: var(--color-slate-800);
649
+ }
650
+ .bg-slate-800\/30 {
651
+ background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 30%, transparent);
652
+ @supports (color: color-mix(in lab, red, red)) {
653
+ background-color: color-mix(in oklab, var(--color-slate-800) 30%, transparent);
654
+ }
655
+ }
656
+ .bg-slate-800\/50 {
657
+ background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
658
+ @supports (color: color-mix(in lab, red, red)) {
659
+ background-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
660
+ }
661
+ }
662
+ .bg-slate-900\/50 {
663
+ background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
664
+ @supports (color: color-mix(in lab, red, red)) {
665
+ background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
666
+ }
667
+ }
668
+ .bg-slate-950 {
669
+ background-color: var(--color-slate-950);
670
+ }
671
+ .bg-transparent {
672
+ background-color: transparent;
673
+ }
674
+ .bg-white {
675
+ background-color: var(--color-white);
676
+ }
677
+ .bg-gradient-to-br {
678
+ --tw-gradient-position: to bottom right in oklab;
679
+ background-image: linear-gradient(var(--tw-gradient-stops));
680
+ }
681
+ .bg-gradient-to-r {
682
+ --tw-gradient-position: to right in oklab;
683
+ background-image: linear-gradient(var(--tw-gradient-stops));
684
+ }
685
+ .from-emerald-500 {
686
+ --tw-gradient-from: var(--color-emerald-500);
687
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
688
+ }
689
+ .from-indigo-500 {
690
+ --tw-gradient-from: var(--color-indigo-500);
691
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
692
+ }
693
+ .to-cyan-500 {
694
+ --tw-gradient-to: var(--color-cyan-500);
695
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
696
+ }
697
+ .to-purple-600 {
698
+ --tw-gradient-to: var(--color-purple-600);
699
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
700
+ }
701
+ .fill-current {
702
+ fill: currentcolor;
703
+ }
704
+ .p-0 {
705
+ padding: calc(var(--spacing) * 0);
706
+ }
707
+ .p-2 {
708
+ padding: calc(var(--spacing) * 2);
709
+ }
710
+ .p-3 {
711
+ padding: calc(var(--spacing) * 3);
712
+ }
713
+ .p-4 {
714
+ padding: calc(var(--spacing) * 4);
715
+ }
716
+ .p-6 {
717
+ padding: calc(var(--spacing) * 6);
718
+ }
719
+ .p-8 {
720
+ padding: calc(var(--spacing) * 8);
721
+ }
722
+ .px-2 {
723
+ padding-inline: calc(var(--spacing) * 2);
724
+ }
725
+ .px-3 {
726
+ padding-inline: calc(var(--spacing) * 3);
727
+ }
728
+ .px-4 {
729
+ padding-inline: calc(var(--spacing) * 4);
730
+ }
731
+ .px-6 {
732
+ padding-inline: calc(var(--spacing) * 6);
733
+ }
734
+ .px-8 {
735
+ padding-inline: calc(var(--spacing) * 8);
736
+ }
737
+ .py-1 {
738
+ padding-block: calc(var(--spacing) * 1);
739
+ }
740
+ .py-2 {
741
+ padding-block: calc(var(--spacing) * 2);
742
+ }
743
+ .py-3 {
744
+ padding-block: calc(var(--spacing) * 3);
745
+ }
746
+ .py-4 {
747
+ padding-block: calc(var(--spacing) * 4);
748
+ }
749
+ .text-center {
750
+ text-align: center;
751
+ }
752
+ .text-right {
753
+ text-align: right;
754
+ }
755
+ .font-sans {
756
+ font-family: var(--font-sans);
757
+ }
758
+ .text-2xl {
759
+ font-size: var(--text-2xl);
760
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
761
+ }
762
+ .text-lg {
763
+ font-size: var(--text-lg);
764
+ line-height: var(--tw-leading, var(--text-lg--line-height));
765
+ }
766
+ .text-sm {
767
+ font-size: var(--text-sm);
768
+ line-height: var(--tw-leading, var(--text-sm--line-height));
769
+ }
770
+ .text-xl {
771
+ font-size: var(--text-xl);
772
+ line-height: var(--tw-leading, var(--text-xl--line-height));
773
+ }
774
+ .text-xs {
775
+ font-size: var(--text-xs);
776
+ line-height: var(--tw-leading, var(--text-xs--line-height));
777
+ }
778
+ .font-bold {
779
+ --tw-font-weight: var(--font-weight-bold);
780
+ font-weight: var(--font-weight-bold);
781
+ }
782
+ .font-medium {
783
+ --tw-font-weight: var(--font-weight-medium);
784
+ font-weight: var(--font-weight-medium);
785
+ }
786
+ .font-semibold {
787
+ --tw-font-weight: var(--font-weight-semibold);
788
+ font-weight: var(--font-weight-semibold);
789
+ }
790
+ .tracking-tight {
791
+ --tw-tracking: var(--tracking-tight);
792
+ letter-spacing: var(--tracking-tight);
793
+ }
794
+ .tracking-wider {
795
+ --tw-tracking: var(--tracking-wider);
796
+ letter-spacing: var(--tracking-wider);
797
+ }
798
+ .whitespace-nowrap {
799
+ white-space: nowrap;
800
+ }
801
+ .text-blue-300 {
802
+ color: var(--color-blue-300);
803
+ }
804
+ .text-blue-400 {
805
+ color: var(--color-blue-400);
806
+ }
807
+ .text-emerald-400 {
808
+ color: var(--color-emerald-400);
809
+ }
810
+ .text-emerald-500 {
811
+ color: var(--color-emerald-500);
812
+ }
813
+ .text-gray-500 {
814
+ color: var(--color-gray-500);
815
+ }
816
+ .text-gray-700 {
817
+ color: var(--color-gray-700);
818
+ }
819
+ .text-gray-900 {
820
+ color: var(--color-gray-900);
821
+ }
822
+ .text-purple-300 {
823
+ color: var(--color-purple-300);
824
+ }
825
+ .text-purple-400 {
826
+ color: var(--color-purple-400);
827
+ }
828
+ .text-red-400 {
829
+ color: var(--color-red-400);
830
+ }
831
+ .text-rose-400 {
832
+ color: var(--color-rose-400);
833
+ }
834
+ .text-slate-300 {
835
+ color: var(--color-slate-300);
836
+ }
837
+ .text-slate-400 {
838
+ color: var(--color-slate-400);
839
+ }
840
+ .text-slate-500 {
841
+ color: var(--color-slate-500);
842
+ }
843
+ .text-slate-900 {
844
+ color: var(--color-slate-900);
845
+ }
846
+ .text-white {
847
+ color: var(--color-white);
848
+ }
849
+ .uppercase {
850
+ text-transform: uppercase;
851
+ }
852
+ .placeholder-slate-400 {
853
+ &::placeholder {
854
+ color: var(--color-slate-400);
855
+ }
856
+ }
857
+ .placeholder-slate-500 {
858
+ &::placeholder {
859
+ color: var(--color-slate-500);
860
+ }
861
+ }
862
+ .opacity-0 {
863
+ opacity: 0%;
864
+ }
865
+ .opacity-20 {
866
+ opacity: 20%;
867
+ }
868
+ .opacity-50 {
869
+ opacity: 50%;
870
+ }
871
+ .shadow-\[0_0_8px_rgba\(52\,211\,153\,0\.5\)\] {
872
+ --tw-shadow: 0 0 8px var(--tw-shadow-color, rgba(52,211,153,0.5));
873
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
874
+ }
875
+ .shadow-lg {
876
+ --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));
877
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
878
+ }
879
+ .shadow-xl {
880
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
881
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
882
+ }
883
+ .shadow-emerald-500\/25 {
884
+ --tw-shadow-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 25%, transparent);
885
+ @supports (color: color-mix(in lab, red, red)) {
886
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-emerald-500) 25%, transparent) var(--tw-shadow-alpha), transparent);
887
+ }
888
+ }
889
+ .outline {
890
+ outline-style: var(--tw-outline-style);
891
+ outline-width: 1px;
892
+ }
893
+ .blur-\[100px\] {
894
+ --tw-blur: blur(100px);
895
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
896
+ }
897
+ .blur-\[120px\] {
898
+ --tw-blur: blur(120px);
899
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
900
+ }
901
+ .backdrop-blur-md {
902
+ --tw-backdrop-blur: blur(var(--blur-md));
903
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
904
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
905
+ }
906
+ .transition {
907
+ 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, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
908
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
909
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
910
+ }
911
+ .transition-all {
912
+ transition-property: all;
913
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
914
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
915
+ }
916
+ .transition-colors {
917
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
918
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
919
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
920
+ }
921
+ .transition-opacity {
922
+ transition-property: opacity;
923
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
924
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
925
+ }
926
+ .transition-transform {
927
+ transition-property: transform, translate, scale, rotate;
928
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
929
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
930
+ }
931
+ .duration-200 {
932
+ --tw-duration: 200ms;
933
+ transition-duration: 200ms;
934
+ }
935
+ .duration-300 {
936
+ --tw-duration: 300ms;
937
+ transition-duration: 300ms;
938
+ }
939
+ .group-hover\:scale-110 {
940
+ &:is(:where(.group):hover *) {
941
+ @media (hover: hover) {
942
+ --tw-scale-x: 110%;
943
+ --tw-scale-y: 110%;
944
+ --tw-scale-z: 110%;
945
+ scale: var(--tw-scale-x) var(--tw-scale-y);
946
+ }
947
+ }
948
+ }
949
+ .group-hover\:opacity-100 {
950
+ &:is(:where(.group):hover *) {
951
+ @media (hover: hover) {
952
+ opacity: 100%;
953
+ }
954
+ }
955
+ }
956
+ .hover\:scale-100 {
957
+ &:hover {
958
+ @media (hover: hover) {
959
+ --tw-scale-x: 100%;
960
+ --tw-scale-y: 100%;
961
+ --tw-scale-z: 100%;
962
+ scale: var(--tw-scale-x) var(--tw-scale-y);
963
+ }
964
+ }
965
+ }
966
+ .hover\:scale-\[1\.02\] {
967
+ &:hover {
968
+ @media (hover: hover) {
969
+ scale: 1.02;
970
+ }
971
+ }
972
+ }
973
+ .hover\:border-l-2 {
974
+ &:hover {
975
+ @media (hover: hover) {
976
+ border-left-style: var(--tw-border-style);
977
+ border-left-width: 2px;
978
+ }
979
+ }
980
+ }
981
+ .hover\:border-slate-600 {
982
+ &:hover {
983
+ @media (hover: hover) {
984
+ border-color: var(--color-slate-600);
985
+ }
986
+ }
987
+ }
988
+ .hover\:bg-blue-500\/10 {
989
+ &:hover {
990
+ @media (hover: hover) {
991
+ background-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 10%, transparent);
992
+ @supports (color: color-mix(in lab, red, red)) {
993
+ background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
994
+ }
995
+ }
996
+ }
997
+ }
998
+ .hover\:bg-blue-700 {
999
+ &:hover {
1000
+ @media (hover: hover) {
1001
+ background-color: var(--color-blue-700);
1002
+ }
1003
+ }
1004
+ }
1005
+ .hover\:bg-red-500\/10 {
1006
+ &:hover {
1007
+ @media (hover: hover) {
1008
+ background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
1009
+ @supports (color: color-mix(in lab, red, red)) {
1010
+ background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ .hover\:bg-slate-700\/50 {
1016
+ &:hover {
1017
+ @media (hover: hover) {
1018
+ background-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
1019
+ @supports (color: color-mix(in lab, red, red)) {
1020
+ background-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
1021
+ }
1022
+ }
1023
+ }
1024
+ }
1025
+ .hover\:bg-slate-800\/30 {
1026
+ &:hover {
1027
+ @media (hover: hover) {
1028
+ background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 30%, transparent);
1029
+ @supports (color: color-mix(in lab, red, red)) {
1030
+ background-color: color-mix(in oklab, var(--color-slate-800) 30%, transparent);
1031
+ }
1032
+ }
1033
+ }
1034
+ }
1035
+ .hover\:bg-slate-800\/50 {
1036
+ &:hover {
1037
+ @media (hover: hover) {
1038
+ background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
1039
+ @supports (color: color-mix(in lab, red, red)) {
1040
+ background-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
1041
+ }
1042
+ }
1043
+ }
1044
+ }
1045
+ .hover\:text-blue-300 {
1046
+ &:hover {
1047
+ @media (hover: hover) {
1048
+ color: var(--color-blue-300);
1049
+ }
1050
+ }
1051
+ }
1052
+ .hover\:text-red-300 {
1053
+ &:hover {
1054
+ @media (hover: hover) {
1055
+ color: var(--color-red-300);
1056
+ }
1057
+ }
1058
+ }
1059
+ .hover\:text-white {
1060
+ &:hover {
1061
+ @media (hover: hover) {
1062
+ color: var(--color-white);
1063
+ }
1064
+ }
1065
+ }
1066
+ .hover\:shadow-emerald-500\/40 {
1067
+ &:hover {
1068
+ @media (hover: hover) {
1069
+ --tw-shadow-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 40%, transparent);
1070
+ @supports (color: color-mix(in lab, red, red)) {
1071
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-emerald-500) 40%, transparent) var(--tw-shadow-alpha), transparent);
1072
+ }
1073
+ }
1074
+ }
1075
+ }
1076
+ .focus\:border-emerald-500 {
1077
+ &:focus {
1078
+ border-color: var(--color-emerald-500);
1079
+ }
1080
+ }
1081
+ .focus\:ring-2 {
1082
+ &:focus {
1083
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1084
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1085
+ }
1086
+ }
1087
+ .focus\:ring-blue-500 {
1088
+ &:focus {
1089
+ --tw-ring-color: var(--color-blue-500);
1090
+ }
1091
+ }
1092
+ .focus\:ring-emerald-500\/20 {
1093
+ &:focus {
1094
+ --tw-ring-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 20%, transparent);
1095
+ @supports (color: color-mix(in lab, red, red)) {
1096
+ --tw-ring-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
1097
+ }
1098
+ }
1099
+ }
1100
+ .focus\:ring-emerald-500\/50 {
1101
+ &:focus {
1102
+ --tw-ring-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 50%, transparent);
1103
+ @supports (color: color-mix(in lab, red, red)) {
1104
+ --tw-ring-color: color-mix(in oklab, var(--color-emerald-500) 50%, transparent);
1105
+ }
1106
+ }
1107
+ }
1108
+ .focus\:ring-offset-0 {
1109
+ &:focus {
1110
+ --tw-ring-offset-width: 0px;
1111
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1112
+ }
1113
+ }
1114
+ .focus\:outline-none {
1115
+ &:focus {
1116
+ --tw-outline-style: none;
1117
+ outline-style: none;
1118
+ }
1119
+ }
1120
+ .md\:flex {
1121
+ @media (width >= 48rem) {
1122
+ display: flex;
1123
+ }
1124
+ }
1125
+ .md\:grid-cols-2 {
1126
+ @media (width >= 48rem) {
1127
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1128
+ }
1129
+ }
1130
+ .md\:flex-row {
1131
+ @media (width >= 48rem) {
1132
+ flex-direction: row;
1133
+ }
1134
+ }
1135
+ .md\:items-center {
1136
+ @media (width >= 48rem) {
1137
+ align-items: center;
1138
+ }
1139
+ }
1140
+ .lg\:grid-cols-4 {
1141
+ @media (width >= 64rem) {
1142
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1143
+ }
1144
+ }
1145
+ }
1146
+ :root {
1147
+ --font-sans: "Inter", system-ui, sans-serif;
1148
+ --color-primary: #10b981;
1149
+ --color-primary-light: #34d399;
1150
+ --color-secondary: #06b6d4;
1151
+ --color-accent: #8b5cf6;
1152
+ --glow-emerald: rgba(16, 185, 129, 0.4);
1153
+ --glow-cyan: rgba(6, 182, 212, 0.4);
1154
+ --glow-purple: rgba(139, 92, 246, 0.4);
1155
+ }
1156
+ body {
1157
+ font-family: var(--font-sans);
1158
+ }
1159
+ @keyframes gradient-shift {
1160
+ 0%, 100% {
1161
+ background-position: 0% 50%;
1162
+ }
1163
+ 50% {
1164
+ background-position: 100% 50%;
1165
+ }
1166
+ }
1167
+ @keyframes gradient-x {
1168
+ 0%, 100% {
1169
+ background-position: 0% 0%;
1170
+ }
1171
+ 50% {
1172
+ background-position: 100% 0%;
1173
+ }
1174
+ }
1175
+ .animate-gradient {
1176
+ background-size: 200% 200%;
1177
+ animation: gradient-shift 3s ease infinite;
1178
+ }
1179
+ .animate-gradient-x {
1180
+ background-size: 200% 100%;
1181
+ animation: gradient-x 3s ease infinite;
1182
+ }
1183
+ @keyframes shimmer {
1184
+ 0% {
1185
+ transform: translateX(-100%);
1186
+ }
1187
+ 100% {
1188
+ transform: translateX(100%);
1189
+ }
1190
+ }
1191
+ .shimmer-effect {
1192
+ position: relative;
1193
+ overflow: hidden;
1194
+ }
1195
+ .shimmer-effect::after {
1196
+ content: "";
1197
+ position: absolute;
1198
+ top: 0;
1199
+ left: 0;
1200
+ width: 100%;
1201
+ height: 100%;
1202
+ background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
1203
+ animation: shimmer 2s infinite;
1204
+ }
1205
+ @keyframes glow-pulse {
1206
+ 0%, 100% {
1207
+ box-shadow: 0 0 20px var(--glow-emerald), 0 0 40px transparent;
1208
+ opacity: 1;
1209
+ }
1210
+ 50% {
1211
+ box-shadow: 0 0 30px var(--glow-emerald), 0 0 60px var(--glow-cyan);
1212
+ opacity: 0.8;
1213
+ }
1214
+ }
1215
+ @keyframes border-glow {
1216
+ 0%, 100% {
1217
+ border-color: rgba(16, 185, 129, 0.5);
1218
+ box-shadow: 0 0 15px rgba(16, 185, 129, 0.3);
1219
+ }
1220
+ 33% {
1221
+ border-color: rgba(6, 182, 212, 0.5);
1222
+ box-shadow: 0 0 15px rgba(6, 182, 212, 0.3);
1223
+ }
1224
+ 66% {
1225
+ border-color: rgba(139, 92, 246, 0.5);
1226
+ box-shadow: 0 0 15px rgba(139, 92, 246, 0.3);
1227
+ }
1228
+ }
1229
+ .animate-glow {
1230
+ animation: glow-pulse 3s ease-in-out infinite;
1231
+ }
1232
+ .animate-border-glow {
1233
+ animation: border-glow 4s ease-in-out infinite;
1234
+ }
1235
+ @keyframes aurora-1 {
1236
+ 0%, 100% {
1237
+ transform: translate(0, 0) rotate(0deg) scale(1);
1238
+ }
1239
+ 33% {
1240
+ transform: translate(30px, -50px) rotate(10deg) scale(1.1);
1241
+ }
1242
+ 66% {
1243
+ transform: translate(-20px, 20px) rotate(-5deg) scale(0.9);
1244
+ }
1245
+ }
1246
+ @keyframes aurora-2 {
1247
+ 0%, 100% {
1248
+ transform: translate(0, 0) rotate(0deg) scale(1);
1249
+ }
1250
+ 33% {
1251
+ transform: translate(-40px, 30px) rotate(-15deg) scale(1.2);
1252
+ }
1253
+ 66% {
1254
+ transform: translate(50px, -20px) rotate(10deg) scale(0.85);
1255
+ }
1256
+ }
1257
+ @keyframes aurora-3 {
1258
+ 0%, 100% {
1259
+ transform: translate(0, 0) rotate(0deg) scale(1);
1260
+ }
1261
+ 33% {
1262
+ transform: translate(20px, 40px) rotate(5deg) scale(0.95);
1263
+ }
1264
+ 66% {
1265
+ transform: translate(-30px, -30px) rotate(-10deg) scale(1.15);
1266
+ }
1267
+ }
1268
+ .aurora-blob-1 {
1269
+ animation: aurora-1 15s ease-in-out infinite;
1270
+ }
1271
+ .aurora-blob-2 {
1272
+ animation: aurora-2 18s ease-in-out infinite;
1273
+ }
1274
+ .aurora-blob-3 {
1275
+ animation: aurora-3 20s ease-in-out infinite;
1276
+ }
1277
+ @keyframes fade-in-up {
1278
+ 0% {
1279
+ opacity: 0;
1280
+ transform: translateY(30px);
1281
+ }
1282
+ 100% {
1283
+ opacity: 1;
1284
+ transform: translateY(0);
1285
+ }
1286
+ }
1287
+ @keyframes fade-in-down {
1288
+ 0% {
1289
+ opacity: 0;
1290
+ transform: translateY(-30px);
1291
+ }
1292
+ 100% {
1293
+ opacity: 1;
1294
+ transform: translateY(0);
1295
+ }
1296
+ }
1297
+ @keyframes fade-in-scale {
1298
+ 0% {
1299
+ opacity: 0;
1300
+ transform: scale(0.9);
1301
+ }
1302
+ 100% {
1303
+ opacity: 1;
1304
+ transform: scale(1);
1305
+ }
1306
+ }
1307
+ @keyframes slide-in-left {
1308
+ 0% {
1309
+ opacity: 0;
1310
+ transform: translateX(-50px);
1311
+ }
1312
+ 100% {
1313
+ opacity: 1;
1314
+ transform: translateX(0);
1315
+ }
1316
+ }
1317
+ @keyframes slide-in-right {
1318
+ 0% {
1319
+ opacity: 0;
1320
+ transform: translateX(50px);
1321
+ }
1322
+ 100% {
1323
+ opacity: 1;
1324
+ transform: translateX(0);
1325
+ }
1326
+ }
1327
+ .animate-fade-in-up {
1328
+ animation: fade-in-up 0.6s ease-out forwards;
1329
+ }
1330
+ .animate-fade-in-down {
1331
+ animation: fade-in-down 0.6s ease-out forwards;
1332
+ }
1333
+ .animate-fade-in-scale {
1334
+ animation: fade-in-scale 0.5s ease-out forwards;
1335
+ }
1336
+ .animate-slide-in-left {
1337
+ animation: slide-in-left 0.6s ease-out forwards;
1338
+ }
1339
+ .animate-slide-in-right {
1340
+ animation: slide-in-right 0.6s ease-out forwards;
1341
+ }
1342
+ .delay-100 {
1343
+ animation-delay: 100ms;
1344
+ }
1345
+ .delay-200 {
1346
+ animation-delay: 200ms;
1347
+ }
1348
+ .delay-300 {
1349
+ animation-delay: 300ms;
1350
+ }
1351
+ .delay-400 {
1352
+ animation-delay: 400ms;
1353
+ }
1354
+ .delay-500 {
1355
+ animation-delay: 500ms;
1356
+ }
1357
+ .delay-600 {
1358
+ animation-delay: 600ms;
1359
+ }
1360
+ .delay-700 {
1361
+ animation-delay: 700ms;
1362
+ }
1363
+ .delay-800 {
1364
+ animation-delay: 800ms;
1365
+ }
1366
+ @keyframes float {
1367
+ 0%, 100% {
1368
+ transform: translateY(0px);
1369
+ }
1370
+ 50% {
1371
+ transform: translateY(-20px);
1372
+ }
1373
+ }
1374
+ @keyframes float-slow {
1375
+ 0%, 100% {
1376
+ transform: translateY(0px) rotate(0deg);
1377
+ }
1378
+ 50% {
1379
+ transform: translateY(-15px) rotate(3deg);
1380
+ }
1381
+ }
1382
+ .animate-float {
1383
+ animation: float 6s ease-in-out infinite;
1384
+ }
1385
+ .animate-float-slow {
1386
+ animation: float-slow 8s ease-in-out infinite;
1387
+ }
1388
+ .spotlight-card {
1389
+ position: relative;
1390
+ background: rgba(15, 23, 42, 0.6);
1391
+ backdrop-filter: blur(12px);
1392
+ border: 1px solid rgba(255, 255, 255, 0.1);
1393
+ border-radius: 1rem;
1394
+ overflow: hidden;
1395
+ transition: all 0.3s ease;
1396
+ }
1397
+ .spotlight-card::before {
1398
+ content: "";
1399
+ position: absolute;
1400
+ top: 0;
1401
+ left: 0;
1402
+ right: 0;
1403
+ bottom: 0;
1404
+ background: radial-gradient( 600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(16, 185, 129, 0.1), transparent 40% );
1405
+ opacity: 0;
1406
+ transition: opacity 0.3s ease;
1407
+ pointer-events: none;
1408
+ }
1409
+ .spotlight-card:hover::before {
1410
+ opacity: 1;
1411
+ }
1412
+ .spotlight-card:hover {
1413
+ border-color: rgba(16, 185, 129, 0.3);
1414
+ transform: translateY(-2px);
1415
+ }
1416
+ .glass {
1417
+ background: rgba(15, 23, 42, 0.7);
1418
+ backdrop-filter: blur(20px);
1419
+ border: 1px solid rgba(255, 255, 255, 0.1);
1420
+ }
1421
+ .glass-light {
1422
+ background: rgba(255, 255, 255, 0.05);
1423
+ backdrop-filter: blur(16px);
1424
+ border: 1px solid rgba(255, 255, 255, 0.08);
1425
+ }
1426
+ .grid-pattern {
1427
+ background-image: linear-gradient( to right, rgba(30, 41, 59, 0.3) 1px, transparent 1px ), linear-gradient(to bottom, rgba(30, 41, 59, 0.3) 1px, transparent 1px);
1428
+ background-size: 60px 60px;
1429
+ }
1430
+ .dots-pattern {
1431
+ background-image: radial-gradient( rgba(16, 185, 129, 0.15) 1px, transparent 1px );
1432
+ background-size: 30px 30px;
1433
+ }
1434
+ .btn-premium {
1435
+ position: relative;
1436
+ display: inline-flex;
1437
+ align-items: center;
1438
+ justify-content: center;
1439
+ padding: 0.75rem 1.5rem;
1440
+ font-weight: 600;
1441
+ color: white;
1442
+ background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
1443
+ border: none;
1444
+ border-radius: 0.75rem;
1445
+ cursor: pointer;
1446
+ overflow: hidden;
1447
+ transition: all 0.3s ease;
1448
+ box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
1449
+ }
1450
+ .btn-premium::before {
1451
+ content: "";
1452
+ position: absolute;
1453
+ top: 0;
1454
+ left: -100%;
1455
+ width: 100%;
1456
+ height: 100%;
1457
+ background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent );
1458
+ transition: left 0.5s ease;
1459
+ }
1460
+ .btn-premium:hover::before {
1461
+ left: 100%;
1462
+ }
1463
+ .btn-premium:hover {
1464
+ transform: translateY(-2px) scale(1.02);
1465
+ box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
1466
+ }
1467
+ .btn-outline-glow {
1468
+ position: relative;
1469
+ display: inline-flex;
1470
+ align-items: center;
1471
+ justify-content: center;
1472
+ padding: 0.75rem 1.5rem;
1473
+ font-weight: 600;
1474
+ color: #10b981;
1475
+ background: transparent;
1476
+ border: 2px solid rgba(16, 185, 129, 0.5);
1477
+ border-radius: 0.75rem;
1478
+ cursor: pointer;
1479
+ transition: all 0.3s ease;
1480
+ }
1481
+ .btn-outline-glow:hover {
1482
+ background: rgba(16, 185, 129, 0.1);
1483
+ border-color: #10b981;
1484
+ box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
1485
+ }
1486
+ .input-premium {
1487
+ width: 100%;
1488
+ padding: 0.875rem 1rem;
1489
+ background: rgba(15, 23, 42, 0.6);
1490
+ border: 1px solid rgba(255, 255, 255, 0.1);
1491
+ border-radius: 0.75rem;
1492
+ color: white;
1493
+ font-size: 1rem;
1494
+ transition: all 0.3s ease;
1495
+ outline: none;
1496
+ }
1497
+ .input-premium::placeholder {
1498
+ color: rgba(148, 163, 184, 0.6);
1499
+ }
1500
+ .input-premium:focus {
1501
+ border-color: rgba(16, 185, 129, 0.5);
1502
+ box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1), 0 0 20px rgba(16, 185, 129, 0.1);
1503
+ }
1504
+ .card-hover-lift {
1505
+ transition: all 0.3s ease;
1506
+ }
1507
+ .card-hover-lift:hover {
1508
+ transform: translateY(-8px);
1509
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
1510
+ }
1511
+ .card-hover-glow {
1512
+ transition: all 0.3s ease;
1513
+ }
1514
+ .card-hover-glow:hover {
1515
+ box-shadow: 0 0 30px rgba(16, 185, 129, 0.2), 0 20px 40px rgba(0, 0, 0, 0.2);
1516
+ }
1517
+ .text-gradient {
1518
+ background: linear-gradient(135deg, #10b981 0%, #06b6d4 50%, #8b5cf6 100%);
1519
+ -webkit-background-clip: text;
1520
+ -webkit-text-fill-color: transparent;
1521
+ background-clip: text;
1522
+ }
1523
+ .text-gradient-animated {
1524
+ background: linear-gradient(90deg, #10b981, #06b6d4, #8b5cf6, #10b981);
1525
+ background-size: 300% 100%;
1526
+ -webkit-background-clip: text;
1527
+ -webkit-text-fill-color: transparent;
1528
+ background-clip: text;
1529
+ animation: gradient-x 4s ease infinite;
1530
+ }
1531
+ .text-glow {
1532
+ text-shadow: 0 0 20px rgba(16, 185, 129, 0.5), 0 0 40px rgba(16, 185, 129, 0.3);
1533
+ }
1534
+ ::-webkit-scrollbar {
1535
+ width: 8px;
1536
+ height: 8px;
1537
+ }
1538
+ ::-webkit-scrollbar-track {
1539
+ background: rgba(15, 23, 42, 0.5);
1540
+ }
1541
+ ::-webkit-scrollbar-thumb {
1542
+ background: rgba(16, 185, 129, 0.3);
1543
+ border-radius: 4px;
1544
+ }
1545
+ ::-webkit-scrollbar-thumb:hover {
1546
+ background: rgba(16, 185, 129, 0.5);
1547
+ }
1548
+ .backdrop-blur-xl {
1549
+ backdrop-filter: blur(24px);
1550
+ }
1551
+ .perspective-1000 {
1552
+ perspective: 1000px;
1553
+ }
1554
+ .preserve-3d {
1555
+ transform-style: preserve-3d;
1556
+ }
1557
+ @property --tw-space-y-reverse {
1558
+ syntax: "*";
1559
+ inherits: false;
1560
+ initial-value: 0;
1561
+ }
1562
+ @property --tw-divide-y-reverse {
1563
+ syntax: "*";
1564
+ inherits: false;
1565
+ initial-value: 0;
1566
+ }
1567
+ @property --tw-border-style {
1568
+ syntax: "*";
1569
+ inherits: false;
1570
+ initial-value: solid;
1571
+ }
1572
+ @property --tw-gradient-position {
1573
+ syntax: "*";
1574
+ inherits: false;
1575
+ }
1576
+ @property --tw-gradient-from {
1577
+ syntax: "<color>";
1578
+ inherits: false;
1579
+ initial-value: #0000;
1580
+ }
1581
+ @property --tw-gradient-via {
1582
+ syntax: "<color>";
1583
+ inherits: false;
1584
+ initial-value: #0000;
1585
+ }
1586
+ @property --tw-gradient-to {
1587
+ syntax: "<color>";
1588
+ inherits: false;
1589
+ initial-value: #0000;
1590
+ }
1591
+ @property --tw-gradient-stops {
1592
+ syntax: "*";
1593
+ inherits: false;
1594
+ }
1595
+ @property --tw-gradient-via-stops {
1596
+ syntax: "*";
1597
+ inherits: false;
1598
+ }
1599
+ @property --tw-gradient-from-position {
1600
+ syntax: "<length-percentage>";
1601
+ inherits: false;
1602
+ initial-value: 0%;
1603
+ }
1604
+ @property --tw-gradient-via-position {
1605
+ syntax: "<length-percentage>";
1606
+ inherits: false;
1607
+ initial-value: 50%;
1608
+ }
1609
+ @property --tw-gradient-to-position {
1610
+ syntax: "<length-percentage>";
1611
+ inherits: false;
1612
+ initial-value: 100%;
1613
+ }
1614
+ @property --tw-font-weight {
1615
+ syntax: "*";
1616
+ inherits: false;
1617
+ }
1618
+ @property --tw-tracking {
1619
+ syntax: "*";
1620
+ inherits: false;
1621
+ }
1622
+ @property --tw-shadow {
1623
+ syntax: "*";
1624
+ inherits: false;
1625
+ initial-value: 0 0 #0000;
1626
+ }
1627
+ @property --tw-shadow-color {
1628
+ syntax: "*";
1629
+ inherits: false;
1630
+ }
1631
+ @property --tw-shadow-alpha {
1632
+ syntax: "<percentage>";
1633
+ inherits: false;
1634
+ initial-value: 100%;
1635
+ }
1636
+ @property --tw-inset-shadow {
1637
+ syntax: "*";
1638
+ inherits: false;
1639
+ initial-value: 0 0 #0000;
1640
+ }
1641
+ @property --tw-inset-shadow-color {
1642
+ syntax: "*";
1643
+ inherits: false;
1644
+ }
1645
+ @property --tw-inset-shadow-alpha {
1646
+ syntax: "<percentage>";
1647
+ inherits: false;
1648
+ initial-value: 100%;
1649
+ }
1650
+ @property --tw-ring-color {
1651
+ syntax: "*";
1652
+ inherits: false;
1653
+ }
1654
+ @property --tw-ring-shadow {
1655
+ syntax: "*";
1656
+ inherits: false;
1657
+ initial-value: 0 0 #0000;
1658
+ }
1659
+ @property --tw-inset-ring-color {
1660
+ syntax: "*";
1661
+ inherits: false;
1662
+ }
1663
+ @property --tw-inset-ring-shadow {
1664
+ syntax: "*";
1665
+ inherits: false;
1666
+ initial-value: 0 0 #0000;
1667
+ }
1668
+ @property --tw-ring-inset {
1669
+ syntax: "*";
1670
+ inherits: false;
1671
+ }
1672
+ @property --tw-ring-offset-width {
1673
+ syntax: "<length>";
1674
+ inherits: false;
1675
+ initial-value: 0px;
1676
+ }
1677
+ @property --tw-ring-offset-color {
1678
+ syntax: "*";
1679
+ inherits: false;
1680
+ initial-value: #fff;
1681
+ }
1682
+ @property --tw-ring-offset-shadow {
1683
+ syntax: "*";
1684
+ inherits: false;
1685
+ initial-value: 0 0 #0000;
1686
+ }
1687
+ @property --tw-outline-style {
1688
+ syntax: "*";
1689
+ inherits: false;
1690
+ initial-value: solid;
1691
+ }
1692
+ @property --tw-blur {
1693
+ syntax: "*";
1694
+ inherits: false;
1695
+ }
1696
+ @property --tw-brightness {
1697
+ syntax: "*";
1698
+ inherits: false;
1699
+ }
1700
+ @property --tw-contrast {
1701
+ syntax: "*";
1702
+ inherits: false;
1703
+ }
1704
+ @property --tw-grayscale {
1705
+ syntax: "*";
1706
+ inherits: false;
1707
+ }
1708
+ @property --tw-hue-rotate {
1709
+ syntax: "*";
1710
+ inherits: false;
1711
+ }
1712
+ @property --tw-invert {
1713
+ syntax: "*";
1714
+ inherits: false;
1715
+ }
1716
+ @property --tw-opacity {
1717
+ syntax: "*";
1718
+ inherits: false;
1719
+ }
1720
+ @property --tw-saturate {
1721
+ syntax: "*";
1722
+ inherits: false;
1723
+ }
1724
+ @property --tw-sepia {
1725
+ syntax: "*";
1726
+ inherits: false;
1727
+ }
1728
+ @property --tw-drop-shadow {
1729
+ syntax: "*";
1730
+ inherits: false;
1731
+ }
1732
+ @property --tw-drop-shadow-color {
1733
+ syntax: "*";
1734
+ inherits: false;
1735
+ }
1736
+ @property --tw-drop-shadow-alpha {
1737
+ syntax: "<percentage>";
1738
+ inherits: false;
1739
+ initial-value: 100%;
1740
+ }
1741
+ @property --tw-drop-shadow-size {
1742
+ syntax: "*";
1743
+ inherits: false;
1744
+ }
1745
+ @property --tw-backdrop-blur {
1746
+ syntax: "*";
1747
+ inherits: false;
1748
+ }
1749
+ @property --tw-backdrop-brightness {
1750
+ syntax: "*";
1751
+ inherits: false;
1752
+ }
1753
+ @property --tw-backdrop-contrast {
1754
+ syntax: "*";
1755
+ inherits: false;
1756
+ }
1757
+ @property --tw-backdrop-grayscale {
1758
+ syntax: "*";
1759
+ inherits: false;
1760
+ }
1761
+ @property --tw-backdrop-hue-rotate {
1762
+ syntax: "*";
1763
+ inherits: false;
1764
+ }
1765
+ @property --tw-backdrop-invert {
1766
+ syntax: "*";
1767
+ inherits: false;
1768
+ }
1769
+ @property --tw-backdrop-opacity {
1770
+ syntax: "*";
1771
+ inherits: false;
1772
+ }
1773
+ @property --tw-backdrop-saturate {
1774
+ syntax: "*";
1775
+ inherits: false;
1776
+ }
1777
+ @property --tw-backdrop-sepia {
1778
+ syntax: "*";
1779
+ inherits: false;
1780
+ }
1781
+ @property --tw-duration {
1782
+ syntax: "*";
1783
+ inherits: false;
1784
+ }
1785
+ @property --tw-scale-x {
1786
+ syntax: "*";
1787
+ inherits: false;
1788
+ initial-value: 1;
1789
+ }
1790
+ @property --tw-scale-y {
1791
+ syntax: "*";
1792
+ inherits: false;
1793
+ initial-value: 1;
1794
+ }
1795
+ @property --tw-scale-z {
1796
+ syntax: "*";
1797
+ inherits: false;
1798
+ initial-value: 1;
1799
+ }
1800
+ @keyframes pulse {
1801
+ 50% {
1802
+ opacity: 0.5;
1803
+ }
1804
+ }
1805
+ @layer properties {
1806
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1807
+ *, ::before, ::after, ::backdrop {
1808
+ --tw-space-y-reverse: 0;
1809
+ --tw-divide-y-reverse: 0;
1810
+ --tw-border-style: solid;
1811
+ --tw-gradient-position: initial;
1812
+ --tw-gradient-from: #0000;
1813
+ --tw-gradient-via: #0000;
1814
+ --tw-gradient-to: #0000;
1815
+ --tw-gradient-stops: initial;
1816
+ --tw-gradient-via-stops: initial;
1817
+ --tw-gradient-from-position: 0%;
1818
+ --tw-gradient-via-position: 50%;
1819
+ --tw-gradient-to-position: 100%;
1820
+ --tw-font-weight: initial;
1821
+ --tw-tracking: initial;
1822
+ --tw-shadow: 0 0 #0000;
1823
+ --tw-shadow-color: initial;
1824
+ --tw-shadow-alpha: 100%;
1825
+ --tw-inset-shadow: 0 0 #0000;
1826
+ --tw-inset-shadow-color: initial;
1827
+ --tw-inset-shadow-alpha: 100%;
1828
+ --tw-ring-color: initial;
1829
+ --tw-ring-shadow: 0 0 #0000;
1830
+ --tw-inset-ring-color: initial;
1831
+ --tw-inset-ring-shadow: 0 0 #0000;
1832
+ --tw-ring-inset: initial;
1833
+ --tw-ring-offset-width: 0px;
1834
+ --tw-ring-offset-color: #fff;
1835
+ --tw-ring-offset-shadow: 0 0 #0000;
1836
+ --tw-outline-style: solid;
1837
+ --tw-blur: initial;
1838
+ --tw-brightness: initial;
1839
+ --tw-contrast: initial;
1840
+ --tw-grayscale: initial;
1841
+ --tw-hue-rotate: initial;
1842
+ --tw-invert: initial;
1843
+ --tw-opacity: initial;
1844
+ --tw-saturate: initial;
1845
+ --tw-sepia: initial;
1846
+ --tw-drop-shadow: initial;
1847
+ --tw-drop-shadow-color: initial;
1848
+ --tw-drop-shadow-alpha: 100%;
1849
+ --tw-drop-shadow-size: initial;
1850
+ --tw-backdrop-blur: initial;
1851
+ --tw-backdrop-brightness: initial;
1852
+ --tw-backdrop-contrast: initial;
1853
+ --tw-backdrop-grayscale: initial;
1854
+ --tw-backdrop-hue-rotate: initial;
1855
+ --tw-backdrop-invert: initial;
1856
+ --tw-backdrop-opacity: initial;
1857
+ --tw-backdrop-saturate: initial;
1858
+ --tw-backdrop-sepia: initial;
1859
+ --tw-duration: initial;
1860
+ --tw-scale-x: 1;
1861
+ --tw-scale-y: 1;
1862
+ --tw-scale-z: 1;
1863
+ }
1864
+ }
1865
+ }