azeriand-library 1.3.7 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css DELETED
@@ -1,874 +0,0 @@
1
- *, ::before, ::after {
2
- --tw-border-spacing-x: 0;
3
- --tw-border-spacing-y: 0;
4
- --tw-translate-x: 0;
5
- --tw-translate-y: 0;
6
- --tw-rotate: 0;
7
- --tw-skew-x: 0;
8
- --tw-skew-y: 0;
9
- --tw-scale-x: 1;
10
- --tw-scale-y: 1;
11
- --tw-pan-x: ;
12
- --tw-pan-y: ;
13
- --tw-pinch-zoom: ;
14
- --tw-scroll-snap-strictness: proximity;
15
- --tw-gradient-from-position: ;
16
- --tw-gradient-via-position: ;
17
- --tw-gradient-to-position: ;
18
- --tw-ordinal: ;
19
- --tw-slashed-zero: ;
20
- --tw-numeric-figure: ;
21
- --tw-numeric-spacing: ;
22
- --tw-numeric-fraction: ;
23
- --tw-ring-inset: ;
24
- --tw-ring-offset-width: 0px;
25
- --tw-ring-offset-color: #fff;
26
- --tw-ring-color: rgb(59 130 246 / 0.5);
27
- --tw-ring-offset-shadow: 0 0 #0000;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-shadow: 0 0 #0000;
30
- --tw-shadow-colored: 0 0 #0000;
31
- --tw-blur: ;
32
- --tw-brightness: ;
33
- --tw-contrast: ;
34
- --tw-grayscale: ;
35
- --tw-hue-rotate: ;
36
- --tw-invert: ;
37
- --tw-saturate: ;
38
- --tw-sepia: ;
39
- --tw-drop-shadow: ;
40
- --tw-backdrop-blur: ;
41
- --tw-backdrop-brightness: ;
42
- --tw-backdrop-contrast: ;
43
- --tw-backdrop-grayscale: ;
44
- --tw-backdrop-hue-rotate: ;
45
- --tw-backdrop-invert: ;
46
- --tw-backdrop-opacity: ;
47
- --tw-backdrop-saturate: ;
48
- --tw-backdrop-sepia: ;
49
- --tw-contain-size: ;
50
- --tw-contain-layout: ;
51
- --tw-contain-paint: ;
52
- --tw-contain-style: ;
53
- }
54
-
55
- ::backdrop {
56
- --tw-border-spacing-x: 0;
57
- --tw-border-spacing-y: 0;
58
- --tw-translate-x: 0;
59
- --tw-translate-y: 0;
60
- --tw-rotate: 0;
61
- --tw-skew-x: 0;
62
- --tw-skew-y: 0;
63
- --tw-scale-x: 1;
64
- --tw-scale-y: 1;
65
- --tw-pan-x: ;
66
- --tw-pan-y: ;
67
- --tw-pinch-zoom: ;
68
- --tw-scroll-snap-strictness: proximity;
69
- --tw-gradient-from-position: ;
70
- --tw-gradient-via-position: ;
71
- --tw-gradient-to-position: ;
72
- --tw-ordinal: ;
73
- --tw-slashed-zero: ;
74
- --tw-numeric-figure: ;
75
- --tw-numeric-spacing: ;
76
- --tw-numeric-fraction: ;
77
- --tw-ring-inset: ;
78
- --tw-ring-offset-width: 0px;
79
- --tw-ring-offset-color: #fff;
80
- --tw-ring-color: rgb(59 130 246 / 0.5);
81
- --tw-ring-offset-shadow: 0 0 #0000;
82
- --tw-ring-shadow: 0 0 #0000;
83
- --tw-shadow: 0 0 #0000;
84
- --tw-shadow-colored: 0 0 #0000;
85
- --tw-blur: ;
86
- --tw-brightness: ;
87
- --tw-contrast: ;
88
- --tw-grayscale: ;
89
- --tw-hue-rotate: ;
90
- --tw-invert: ;
91
- --tw-saturate: ;
92
- --tw-sepia: ;
93
- --tw-drop-shadow: ;
94
- --tw-backdrop-blur: ;
95
- --tw-backdrop-brightness: ;
96
- --tw-backdrop-contrast: ;
97
- --tw-backdrop-grayscale: ;
98
- --tw-backdrop-hue-rotate: ;
99
- --tw-backdrop-invert: ;
100
- --tw-backdrop-opacity: ;
101
- --tw-backdrop-saturate: ;
102
- --tw-backdrop-sepia: ;
103
- --tw-contain-size: ;
104
- --tw-contain-layout: ;
105
- --tw-contain-paint: ;
106
- --tw-contain-style: ;
107
- }/*
108
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
109
- *//*
110
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
- */
113
-
114
- *,
115
- ::before,
116
- ::after {
117
- box-sizing: border-box; /* 1 */
118
- border-width: 0; /* 2 */
119
- border-style: solid; /* 2 */
120
- border-color: #e5e7eb; /* 2 */
121
- }
122
-
123
- ::before,
124
- ::after {
125
- --tw-content: '';
126
- }
127
-
128
- /*
129
- 1. Use a consistent sensible line-height in all browsers.
130
- 2. Prevent adjustments of font size after orientation changes in iOS.
131
- 3. Use a more readable tab size.
132
- 4. Use the user's configured `sans` font-family by default.
133
- 5. Use the user's configured `sans` font-feature-settings by default.
134
- 6. Use the user's configured `sans` font-variation-settings by default.
135
- 7. Disable tap highlights on iOS
136
- */
137
-
138
- html,
139
- :host {
140
- line-height: 1.5; /* 1 */
141
- -webkit-text-size-adjust: 100%; /* 2 */
142
- -moz-tab-size: 4; /* 3 */
143
- -o-tab-size: 4;
144
- tab-size: 4; /* 3 */
145
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
- font-feature-settings: normal; /* 5 */
147
- font-variation-settings: normal; /* 6 */
148
- -webkit-tap-highlight-color: transparent; /* 7 */
149
- }
150
-
151
- /*
152
- 1. Remove the margin in all browsers.
153
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
- */
155
-
156
- body {
157
- margin: 0; /* 1 */
158
- line-height: inherit; /* 2 */
159
- }
160
-
161
- /*
162
- 1. Add the correct height in Firefox.
163
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
- 3. Ensure horizontal rules are visible by default.
165
- */
166
-
167
- hr {
168
- height: 0; /* 1 */
169
- color: inherit; /* 2 */
170
- border-top-width: 1px; /* 3 */
171
- }
172
-
173
- /*
174
- Add the correct text decoration in Chrome, Edge, and Safari.
175
- */
176
-
177
- abbr:where([title]) {
178
- -webkit-text-decoration: underline dotted;
179
- text-decoration: underline dotted;
180
- }
181
-
182
- /*
183
- Remove the default font size and weight for headings.
184
- */
185
-
186
- h1,
187
- h2,
188
- h3,
189
- h4,
190
- h5,
191
- h6 {
192
- font-size: inherit;
193
- font-weight: inherit;
194
- }
195
-
196
- /*
197
- Reset links to optimize for opt-in styling instead of opt-out.
198
- */
199
-
200
- a {
201
- color: inherit;
202
- text-decoration: inherit;
203
- }
204
-
205
- /*
206
- Add the correct font weight in Edge and Safari.
207
- */
208
-
209
- b,
210
- strong {
211
- font-weight: bolder;
212
- }
213
-
214
- /*
215
- 1. Use the user's configured `mono` font-family by default.
216
- 2. Use the user's configured `mono` font-feature-settings by default.
217
- 3. Use the user's configured `mono` font-variation-settings by default.
218
- 4. Correct the odd `em` font sizing in all browsers.
219
- */
220
-
221
- code,
222
- kbd,
223
- samp,
224
- pre {
225
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
- font-feature-settings: normal; /* 2 */
227
- font-variation-settings: normal; /* 3 */
228
- font-size: 1em; /* 4 */
229
- }
230
-
231
- /*
232
- Add the correct font size in all browsers.
233
- */
234
-
235
- small {
236
- font-size: 80%;
237
- }
238
-
239
- /*
240
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
- */
242
-
243
- sub,
244
- sup {
245
- font-size: 75%;
246
- line-height: 0;
247
- position: relative;
248
- vertical-align: baseline;
249
- }
250
-
251
- sub {
252
- bottom: -0.25em;
253
- }
254
-
255
- sup {
256
- top: -0.5em;
257
- }
258
-
259
- /*
260
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
- 3. Remove gaps between table borders by default.
263
- */
264
-
265
- table {
266
- text-indent: 0; /* 1 */
267
- border-color: inherit; /* 2 */
268
- border-collapse: collapse; /* 3 */
269
- }
270
-
271
- /*
272
- 1. Change the font styles in all browsers.
273
- 2. Remove the margin in Firefox and Safari.
274
- 3. Remove default padding in all browsers.
275
- */
276
-
277
- button,
278
- input,
279
- optgroup,
280
- select,
281
- textarea {
282
- font-family: inherit; /* 1 */
283
- font-feature-settings: inherit; /* 1 */
284
- font-variation-settings: inherit; /* 1 */
285
- font-size: 100%; /* 1 */
286
- font-weight: inherit; /* 1 */
287
- line-height: inherit; /* 1 */
288
- letter-spacing: inherit; /* 1 */
289
- color: inherit; /* 1 */
290
- margin: 0; /* 2 */
291
- padding: 0; /* 3 */
292
- }
293
-
294
- /*
295
- Remove the inheritance of text transform in Edge and Firefox.
296
- */
297
-
298
- button,
299
- select {
300
- text-transform: none;
301
- }
302
-
303
- /*
304
- 1. Correct the inability to style clickable types in iOS and Safari.
305
- 2. Remove default button styles.
306
- */
307
-
308
- button,
309
- input:where([type='button']),
310
- input:where([type='reset']),
311
- input:where([type='submit']) {
312
- -webkit-appearance: button; /* 1 */
313
- background-color: transparent; /* 2 */
314
- background-image: none; /* 2 */
315
- }
316
-
317
- /*
318
- Use the modern Firefox focus style for all focusable elements.
319
- */
320
-
321
- :-moz-focusring {
322
- outline: auto;
323
- }
324
-
325
- /*
326
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
- */
328
-
329
- :-moz-ui-invalid {
330
- box-shadow: none;
331
- }
332
-
333
- /*
334
- Add the correct vertical alignment in Chrome and Firefox.
335
- */
336
-
337
- progress {
338
- vertical-align: baseline;
339
- }
340
-
341
- /*
342
- Correct the cursor style of increment and decrement buttons in Safari.
343
- */
344
-
345
- ::-webkit-inner-spin-button,
346
- ::-webkit-outer-spin-button {
347
- height: auto;
348
- }
349
-
350
- /*
351
- 1. Correct the odd appearance in Chrome and Safari.
352
- 2. Correct the outline style in Safari.
353
- */
354
-
355
- [type='search'] {
356
- -webkit-appearance: textfield; /* 1 */
357
- outline-offset: -2px; /* 2 */
358
- }
359
-
360
- /*
361
- Remove the inner padding in Chrome and Safari on macOS.
362
- */
363
-
364
- ::-webkit-search-decoration {
365
- -webkit-appearance: none;
366
- }
367
-
368
- /*
369
- 1. Correct the inability to style clickable types in iOS and Safari.
370
- 2. Change font properties to `inherit` in Safari.
371
- */
372
-
373
- ::-webkit-file-upload-button {
374
- -webkit-appearance: button; /* 1 */
375
- font: inherit; /* 2 */
376
- }
377
-
378
- /*
379
- Add the correct display in Chrome and Safari.
380
- */
381
-
382
- summary {
383
- display: list-item;
384
- }
385
-
386
- /*
387
- Removes the default spacing and border for appropriate elements.
388
- */
389
-
390
- blockquote,
391
- dl,
392
- dd,
393
- h1,
394
- h2,
395
- h3,
396
- h4,
397
- h5,
398
- h6,
399
- hr,
400
- figure,
401
- p,
402
- pre {
403
- margin: 0;
404
- }
405
-
406
- fieldset {
407
- margin: 0;
408
- padding: 0;
409
- }
410
-
411
- legend {
412
- padding: 0;
413
- }
414
-
415
- ol,
416
- ul,
417
- menu {
418
- list-style: none;
419
- margin: 0;
420
- padding: 0;
421
- }
422
-
423
- /*
424
- Reset default styling for dialogs.
425
- */
426
- dialog {
427
- padding: 0;
428
- }
429
-
430
- /*
431
- Prevent resizing textareas horizontally by default.
432
- */
433
-
434
- textarea {
435
- resize: vertical;
436
- }
437
-
438
- /*
439
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
- 2. Set the default placeholder color to the user's configured gray 400 color.
441
- */
442
-
443
- input::-moz-placeholder, textarea::-moz-placeholder {
444
- opacity: 1; /* 1 */
445
- color: #9ca3af; /* 2 */
446
- }
447
-
448
- input::placeholder,
449
- textarea::placeholder {
450
- opacity: 1; /* 1 */
451
- color: #9ca3af; /* 2 */
452
- }
453
-
454
- /*
455
- Set the default cursor for buttons.
456
- */
457
-
458
- button,
459
- [role="button"] {
460
- cursor: pointer;
461
- }
462
-
463
- /*
464
- Make sure disabled buttons don't get the pointer cursor.
465
- */
466
- :disabled {
467
- cursor: default;
468
- }
469
-
470
- /*
471
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
- This can trigger a poorly considered lint error in some tools but is included by design.
474
- */
475
-
476
- img,
477
- svg,
478
- video,
479
- canvas,
480
- audio,
481
- iframe,
482
- embed,
483
- object {
484
- display: block; /* 1 */
485
- vertical-align: middle; /* 2 */
486
- }
487
-
488
- /*
489
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
- */
491
-
492
- img,
493
- video {
494
- max-width: 100%;
495
- height: auto;
496
- }
497
-
498
- /* Make elements with the HTML hidden attribute stay hidden by default */
499
- [hidden]:where(:not([hidden="until-found"])) {
500
- display: none;
501
- }
502
- .mb-2 {
503
- margin-bottom: 0.5rem;
504
- }
505
- .mr-\[1rem\] {
506
- margin-right: 1rem;
507
- }
508
- .box-border {
509
- box-sizing: border-box;
510
- }
511
- .flex {
512
- display: flex;
513
- }
514
- .size-\[3rem\] {
515
- width: 3rem;
516
- height: 3rem;
517
- }
518
- .h-\[2\.5rem\] {
519
- height: 2.5rem;
520
- }
521
- .h-\[2rem\] {
522
- height: 2rem;
523
- }
524
- .w-\[2rem\] {
525
- width: 2rem;
526
- }
527
- .min-w-\[2\.5rem\] {
528
- min-width: 2.5rem;
529
- }
530
- .items-center {
531
- align-items: center;
532
- }
533
- .justify-center {
534
- justify-content: center;
535
- }
536
- .gap-x-\[0\.40rem\] {
537
- -moz-column-gap: 0.40rem;
538
- column-gap: 0.40rem;
539
- }
540
- .rounded {
541
- border-radius: 0.25rem;
542
- }
543
- .rounded-2xl {
544
- border-radius: 1rem;
545
- }
546
- .rounded-md {
547
- border-radius: 0.375rem;
548
- }
549
- .border-4 {
550
- border-width: 4px;
551
- }
552
- .border-blue-500 {
553
- --tw-border-opacity: 1;
554
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
555
- }
556
- .p-0 {
557
- padding: 0px;
558
- }
559
- .p-\[2rem\] {
560
- padding: 2rem;
561
- }
562
- .px-0 {
563
- padding-left: 0px;
564
- padding-right: 0px;
565
- }
566
- .py-1 {
567
- padding-top: 0.25rem;
568
- padding-bottom: 0.25rem;
569
- }
570
- .text-lg {
571
- font-size: 1.125rem;
572
- line-height: 1.75rem;
573
- }
574
- .font-bold {
575
- font-weight: 700;
576
- }
577
- .blur {
578
- --tw-blur: blur(8px);
579
- 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);
580
- }
581
- :root {
582
- font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
583
- line-height: 1.5;
584
- font-weight: 400;
585
-
586
- color-scheme: light dark;
587
- color: rgba(255, 255, 255, 0.87);
588
- background-color: #242424;
589
-
590
- font-synthesis: none;
591
- text-rendering: optimizeLegibility;
592
- -webkit-font-smoothing: antialiased;
593
- -moz-osx-font-smoothing: grayscale;
594
-
595
- /* DESIGN LIBRARY VARIABLES */
596
- --color-red-50: oklch(0.971 0.013 17.38);
597
- --color-red-100: oklch(0.936 0.032 17.717);
598
- --color-red-200: oklch(0.885 0.062 18.334);
599
- --color-red-300: oklch(0.808 0.114 19.571);
600
- --color-red-400: oklch(0.704 0.191 22.216);
601
- --color-red-500: oklch(0.637 0.237 25.331);
602
- --color-red-600: oklch(0.577 0.245 27.325);
603
- --color-red-700: oklch(0.505 0.213 27.518);
604
- --color-red-800: oklch(0.444 0.177 26.899);
605
- --color-red-900: oklch(0.396 0.141 25.723);
606
- --color-red-950: oklch(0.258 0.092 26.042);
607
- --color-orange-50: oklch(0.98 0.016 73.684);
608
- --color-orange-100: oklch(0.954 0.038 75.164);
609
- --color-orange-200: oklch(0.901 0.076 70.697);
610
- --color-orange-300: oklch(0.837 0.128 66.29);
611
- --color-orange-400: oklch(0.75 0.183 55.934);
612
- --color-orange-500: oklch(0.705 0.213 47.604);
613
- --color-orange-600: oklch(0.646 0.222 41.116);
614
- --color-orange-700: oklch(0.553 0.195 38.402);
615
- --color-orange-800: oklch(0.47 0.157 37.304);
616
- --color-orange-900: oklch(0.408 0.123 38.172);
617
- --color-orange-950: oklch(0.266 0.079 36.259);
618
- --color-amber-50: oklch(0.987 0.022 95.277);
619
- --color-amber-100: oklch(0.962 0.059 95.617);
620
- --color-amber-200: oklch(0.924 0.12 95.746);
621
- --color-amber-300: oklch(0.879 0.169 91.605);
622
- --color-amber-400: oklch(0.828 0.189 84.429);
623
- --color-amber-500: oklch(0.769 0.188 70.08);
624
- --color-amber-600: oklch(0.666 0.179 58.318);
625
- --color-amber-700: oklch(0.555 0.163 48.998);
626
- --color-amber-800: oklch(0.473 0.137 46.201);
627
- --color-amber-900: oklch(0.414 0.112 45.904);
628
- --color-amber-950: oklch(0.279 0.077 45.635);
629
- --color-yellow-50: oklch(0.987 0.026 102.212);
630
- --color-yellow-100: oklch(0.973 0.071 103.193);
631
- --color-yellow-200: oklch(0.945 0.129 101.54);
632
- --color-yellow-300: oklch(0.905 0.182 98.111);
633
- --color-yellow-400: oklch(0.852 0.199 91.936);
634
- --color-yellow-500: oklch(0.795 0.184 86.047);
635
- --color-yellow-600: oklch(0.681 0.162 75.834);
636
- --color-yellow-700: oklch(0.554 0.135 66.442);
637
- --color-yellow-800: oklch(0.476 0.114 61.907);
638
- --color-yellow-900: oklch(0.421 0.095 57.708);
639
- --color-yellow-950: oklch(0.286 0.066 53.813);
640
- --color-lime-50: oklch(0.986 0.031 120.757);
641
- --color-lime-100: oklch(0.967 0.067 122.328);
642
- --color-lime-200: oklch(0.938 0.127 124.321);
643
- --color-lime-300: oklch(0.897 0.196 126.665);
644
- --color-lime-400: oklch(0.841 0.238 128.85);
645
- --color-lime-500: oklch(0.768 0.233 130.85);
646
- --color-lime-600: oklch(0.648 0.2 131.684);
647
- --color-lime-700: oklch(0.532 0.157 131.589);
648
- --color-lime-800: oklch(0.453 0.124 130.933);
649
- --color-lime-900: oklch(0.405 0.101 131.063);
650
- --color-lime-950: oklch(0.274 0.072 132.109);
651
- --color-green-50: oklch(0.982 0.018 155.826);
652
- --color-green-100: oklch(0.962 0.044 156.743);
653
- --color-green-200: oklch(0.925 0.084 155.995);
654
- --color-green-300: oklch(0.871 0.15 154.449);
655
- --color-green-400: oklch(0.792 0.209 151.711);
656
- --color-green-500: oklch(0.723 0.219 149.579);
657
- --color-green-600: oklch(0.627 0.194 149.214);
658
- --color-green-700: oklch(0.527 0.154 150.069);
659
- --color-green-800: oklch(0.448 0.119 151.328);
660
- --color-green-900: oklch(0.393 0.095 152.535);
661
- --color-green-950: oklch(0.266 0.065 152.934);
662
- --color-emerald-50: oklch(0.979 0.021 166.113);
663
- --color-emerald-100: oklch(0.95 0.052 163.051);
664
- --color-emerald-200: oklch(0.905 0.093 164.15);
665
- --color-emerald-300: oklch(0.845 0.143 164.978);
666
- --color-emerald-400: oklch(0.765 0.177 163.223);
667
- --color-emerald-500: oklch(0.696 0.17 162.48);
668
- --color-emerald-600: oklch(0.596 0.145 163.225);
669
- --color-emerald-700: oklch(0.508 0.118 165.612);
670
- --color-emerald-800: oklch(0.432 0.095 166.913);
671
- --color-emerald-900: oklch(0.378 0.077 168.94);
672
- --color-emerald-950: oklch(0.262 0.051 172.552);
673
- --color-teal-50: oklch(0.984 0.014 180.72);
674
- --color-teal-100: oklch(0.953 0.051 180.801);
675
- --color-teal-200: oklch(0.91 0.096 180.426);
676
- --color-teal-300: oklch(0.855 0.138 181.071);
677
- --color-teal-400: oklch(0.777 0.152 181.912);
678
- --color-teal-500: oklch(0.704 0.14 182.503);
679
- --color-teal-600: oklch(0.6 0.118 184.704);
680
- --color-teal-700: oklch(0.511 0.096 186.391);
681
- --color-teal-800: oklch(0.437 0.078 188.216);
682
- --color-teal-900: oklch(0.386 0.063 188.416);
683
- --color-teal-950: oklch(0.277 0.046 192.524);
684
- --color-cyan-50: oklch(0.984 0.019 200.873);
685
- --color-cyan-100: oklch(0.956 0.045 203.388);
686
- --color-cyan-200: oklch(0.917 0.08 205.041);
687
- --color-cyan-300: oklch(0.865 0.127 207.078);
688
- --color-cyan-400: oklch(0.789 0.154 211.53);
689
- --color-cyan-500: oklch(0.715 0.143 215.221);
690
- --color-cyan-600: oklch(0.609 0.126 221.723);
691
- --color-cyan-700: oklch(0.52 0.105 223.128);
692
- --color-cyan-800: oklch(0.45 0.085 224.283);
693
- --color-cyan-900: oklch(0.398 0.07 227.392);
694
- --color-cyan-950: oklch(0.302 0.056 229.695);
695
- --color-sky-50: oklch(0.977 0.013 236.62);
696
- --color-sky-100: oklch(0.951 0.026 236.824);
697
- --color-sky-200: oklch(0.901 0.058 230.902);
698
- --color-sky-300: oklch(0.828 0.111 230.318);
699
- --color-sky-400: oklch(0.746 0.16 232.661);
700
- --color-sky-500: oklch(0.685 0.169 237.323);
701
- --color-sky-600: oklch(0.588 0.158 241.966);
702
- --color-sky-700: oklch(0.5 0.134 242.749);
703
- --color-sky-800: oklch(0.443 0.11 240.79);
704
- --color-sky-900: oklch(0.391 0.09 240.876);
705
- --color-sky-950: oklch(0.293 0.066 243.157);
706
- --color-blue-50: oklch(0.97 0.014 254.604);
707
- --color-blue-100: oklch(0.932 0.032 255.585);
708
- --color-blue-200: oklch(0.882 0.059 254.128);
709
- --color-blue-300: oklch(0.809 0.105 251.813);
710
- --color-blue-400: oklch(0.707 0.165 254.624);
711
- --color-blue-500: oklch(0.623 0.214 259.815);
712
- --color-blue-600: oklch(0.546 0.245 262.881);
713
- --color-blue-700: oklch(0.488 0.243 264.376);
714
- --color-blue-800: oklch(0.424 0.199 265.638);
715
- --color-blue-900: oklch(0.379 0.146 265.522);
716
- --color-blue-950: oklch(0.282 0.091 267.935);
717
- --color-indigo-50: oklch(0.962 0.018 272.314);
718
- --color-indigo-100: oklch(0.93 0.034 272.788);
719
- --color-indigo-200: oklch(0.87 0.065 274.039);
720
- --color-indigo-300: oklch(0.785 0.115 274.713);
721
- --color-indigo-400: oklch(0.673 0.182 276.935);
722
- --color-indigo-500: oklch(0.585 0.233 277.117);
723
- --color-indigo-600: oklch(0.511 0.262 276.966);
724
- --color-indigo-700: oklch(0.457 0.24 277.023);
725
- --color-indigo-800: oklch(0.398 0.195 277.366);
726
- --color-indigo-900: oklch(0.359 0.144 278.697);
727
- --color-indigo-950: oklch(0.257 0.09 281.288);
728
- --color-violet-50: oklch(0.969 0.016 293.756);
729
- --color-violet-100: oklch(0.943 0.029 294.588);
730
- --color-violet-200: oklch(0.894 0.057 293.283);
731
- --color-violet-300: oklch(0.811 0.111 293.571);
732
- --color-violet-400: oklch(0.702 0.183 293.541);
733
- --color-violet-500: oklch(0.606 0.25 292.717);
734
- --color-violet-600: oklch(0.541 0.281 293.009);
735
- --color-violet-700: oklch(0.491 0.27 292.581);
736
- --color-violet-800: oklch(0.432 0.232 292.759);
737
- --color-violet-900: oklch(0.38 0.189 293.745);
738
- --color-violet-950: oklch(0.283 0.141 291.089);
739
- --color-purple-50: oklch(0.977 0.014 308.299);
740
- --color-purple-100: oklch(0.946 0.033 307.174);
741
- --color-purple-200: oklch(0.902 0.063 306.703);
742
- --color-purple-300: oklch(0.827 0.119 306.383);
743
- --color-purple-400: oklch(0.714 0.203 305.504);
744
- --color-purple-500: oklch(0.627 0.265 303.9);
745
- --color-purple-600: oklch(0.558 0.288 302.321);
746
- --color-purple-700: oklch(0.496 0.265 301.924);
747
- --color-purple-800: oklch(0.438 0.218 303.724);
748
- --color-purple-900: oklch(0.381 0.176 304.987);
749
- --color-purple-950: oklch(0.291 0.149 302.717);
750
- --color-fuchsia-50: oklch(0.977 0.017 320.058);
751
- --color-fuchsia-100: oklch(0.952 0.037 318.852);
752
- --color-fuchsia-200: oklch(0.903 0.076 319.62);
753
- --color-fuchsia-300: oklch(0.833 0.145 321.434);
754
- --color-fuchsia-400: oklch(0.74 0.238 322.16);
755
- --color-fuchsia-500: oklch(0.667 0.295 322.15);
756
- --color-fuchsia-600: oklch(0.591 0.293 322.896);
757
- --color-fuchsia-700: oklch(0.518 0.253 323.949);
758
- --color-fuchsia-800: oklch(0.452 0.211 324.591);
759
- --color-fuchsia-900: oklch(0.401 0.17 325.612);
760
- --color-fuchsia-950: oklch(0.293 0.136 325.661);
761
- --color-pink-50: oklch(0.971 0.014 343.198);
762
- --color-pink-100: oklch(0.948 0.028 342.258);
763
- --color-pink-200: oklch(0.899 0.061 343.231);
764
- --color-pink-300: oklch(0.823 0.12 346.018);
765
- --color-pink-400: oklch(0.718 0.202 349.761);
766
- --color-pink-500: oklch(0.656 0.241 354.308);
767
- --color-pink-600: oklch(0.592 0.249 0.584);
768
- --color-pink-700: oklch(0.525 0.223 3.958);
769
- --color-pink-800: oklch(0.459 0.187 3.815);
770
- --color-pink-900: oklch(0.408 0.153 2.432);
771
- --color-pink-950: oklch(0.284 0.109 3.907);
772
- --color-rose-50: oklch(0.969 0.015 12.422);
773
- --color-rose-100: oklch(0.941 0.03 12.58);
774
- --color-rose-200: oklch(0.892 0.058 10.001);
775
- --color-rose-300: oklch(0.81 0.117 11.638);
776
- --color-rose-400: oklch(0.712 0.194 13.428);
777
- --color-rose-500: oklch(0.645 0.246 16.439);
778
- --color-rose-600: oklch(0.586 0.253 17.585);
779
- --color-rose-700: oklch(0.514 0.222 16.935);
780
- --color-rose-800: oklch(0.455 0.188 13.697);
781
- --color-rose-900: oklch(0.41 0.159 10.272);
782
- --color-rose-950: oklch(0.271 0.105 12.094);
783
- --color-slate-50: oklch(0.984 0.003 247.858);
784
- --color-slate-100: oklch(0.968 0.007 247.896);
785
- --color-slate-200: oklch(0.929 0.013 255.508);
786
- --color-slate-300: oklch(0.869 0.022 252.894);
787
- --color-slate-400: oklch(0.704 0.04 256.788);
788
- --color-slate-500: oklch(0.554 0.046 257.417);
789
- --color-slate-600: oklch(0.446 0.043 257.281);
790
- --color-slate-700: oklch(0.372 0.044 257.287);
791
- --color-slate-800: oklch(0.279 0.041 260.031);
792
- --color-slate-900: oklch(0.208 0.042 265.755);
793
- --color-slate-950: oklch(0.129 0.042 264.695);
794
- --color-gray-50: oklch(0.985 0.002 247.839);
795
- --color-gray-100: oklch(0.967 0.003 264.542);
796
- --color-gray-200: oklch(0.928 0.006 264.531);
797
- --color-gray-300: oklch(0.872 0.01 258.338);
798
- --color-gray-400: oklch(0.707 0.022 261.325);
799
- --color-gray-500: oklch(0.551 0.027 264.364);
800
- --color-gray-600: oklch(0.446 0.03 256.802);
801
- --color-gray-700: oklch(0.373 0.034 259.733);
802
- --color-gray-800: oklch(0.278 0.033 256.848);
803
- --color-gray-900: oklch(0.21 0.034 264.665);
804
- --color-gray-950: oklch(0.13 0.028 261.692);
805
- --color-zinc-50: oklch(0.985 0 0);
806
- --color-zinc-100: oklch(0.967 0.001 286.375);
807
- --color-zinc-200: oklch(0.92 0.004 286.32);
808
- --color-zinc-300: oklch(0.871 0.006 286.286);
809
- --color-zinc-400: oklch(0.705 0.015 286.067);
810
- --color-zinc-500: oklch(0.552 0.016 285.938);
811
- --color-zinc-600: oklch(0.442 0.017 285.786);
812
- --color-zinc-700: oklch(0.37 0.013 285.805);
813
- --color-zinc-800: oklch(0.274 0.006 286.033);
814
- --color-zinc-900: oklch(0.21 0.006 285.885);
815
- --color-zinc-950: oklch(0.141 0.005 285.823);
816
- --color-neutral-50: oklch(0.985 0 0);
817
- --color-neutral-100: oklch(0.97 0 0);
818
- --color-neutral-200: oklch(0.922 0 0);
819
- --color-neutral-300: oklch(0.87 0 0);
820
- --color-neutral-400: oklch(0.708 0 0);
821
- --color-neutral-500: oklch(0.556 0 0);
822
- --color-neutral-600: oklch(0.439 0 0);
823
- --color-neutral-700: oklch(0.371 0 0);
824
- --color-neutral-800: oklch(0.269 0 0);
825
- --color-neutral-900: oklch(0.205 0 0);
826
- --color-neutral-950: oklch(0.145 0 0);
827
- --color-stone-50: oklch(0.985 0.001 106.423);
828
- --color-stone-100: oklch(0.97 0.001 106.424);
829
- --color-stone-200: oklch(0.923 0.003 48.717);
830
- --color-stone-300: oklch(0.869 0.005 56.366);
831
- --color-stone-400: oklch(0.709 0.01 56.259);
832
- --color-stone-500: oklch(0.553 0.013 58.071);
833
- --color-stone-600: oklch(0.444 0.011 73.639);
834
- --color-stone-700: oklch(0.374 0.01 67.558);
835
- --color-stone-800: oklch(0.268 0.007 34.298);
836
- --color-stone-900: oklch(0.216 0.006 56.043);
837
- --color-stone-950: oklch(0.147 0.004 49.25);
838
- --color-black: #000;
839
- --color-white: #fff;
840
-
841
- --glass-color: var(--color-neutral-400);
842
- --card-text-color: var(--color-neutral-100);
843
- --glass-opacity: 80%;
844
- }
845
- a {
846
- font-weight: 500;
847
- color: #646cff;
848
- text-decoration: inherit;
849
- }
850
- a:hover {
851
- color: #535bf2;
852
- }
853
- body {
854
- margin: 0;
855
- background-color: #1a1a1a;
856
- height: 100vh;
857
- overflow: hidden;
858
- }
859
- h1 {
860
- font-size: 3.2em;
861
- line-height: 1.1;
862
- }
863
- @media (prefers-color-scheme: light) {
864
- :root {
865
- color: #213547;
866
- background-color: #ffffff;
867
- }
868
- a:hover {
869
- color: #747bff;
870
- }
871
- button {
872
- background-color: #f9f9f9;
873
- }
874
- }