@insession/design-system 1.3.1 → 1.5.0

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,2200 @@
1
+ /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-mono: "JetBrains Mono", "Hiragino Sans", "Noto Sans JP", monospace;
7
+ --color-white: #fff;
8
+ --spacing: 0.25rem;
9
+ --container-sm: 24rem;
10
+ --container-md: 28rem;
11
+ --text-xs: 11px;
12
+ --text-xs--line-height: normal;
13
+ --text-sm: 12px;
14
+ --text-sm--line-height: normal;
15
+ --text-base: 14px;
16
+ --text-base--line-height: normal;
17
+ --text-lg: 16px;
18
+ --text-lg--line-height: normal;
19
+ --text-xl: 17px;
20
+ --text-xl--line-height: normal;
21
+ --text-2xl: 18px;
22
+ --text-2xl--line-height: normal;
23
+ --text-3xl: 21px;
24
+ --text-3xl--line-height: normal;
25
+ --text-4xl: 24px;
26
+ --text-4xl--line-height: normal;
27
+ --text-5xl: 30px;
28
+ --text-5xl--line-height: normal;
29
+ --text-6xl: 56px;
30
+ --text-6xl--line-height: normal;
31
+ --font-weight-semibold: 600;
32
+ --font-weight-bold: 700;
33
+ --font-weight-extrabold: 800;
34
+ --tracking-tight: -0.025em;
35
+ --tracking-widest: 0.1em;
36
+ --leading-snug: 1.375;
37
+ --leading-normal: 1.5;
38
+ --leading-relaxed: 1.625;
39
+ --radius-xs: 0.125rem;
40
+ --radius-sm: 0.25rem;
41
+ --radius-md: 10px;
42
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
43
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --animate-spin: spin 1s linear infinite;
45
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
46
+ --default-transition-duration: 150ms;
47
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
48
+ --color-mint: #ff6a47;
49
+ --color-mint-soft: #ffb199;
50
+ --color-cyan: #5b8bf0;
51
+ --color-violet: #31c47e;
52
+ --color-maroon: #8a4a1f;
53
+ --color-bg: #121211;
54
+ --color-bg-elevated: #1a1a18;
55
+ --color-surface: #201f1d;
56
+ --color-surface-3: #282826;
57
+ --color-surface-hover: #2b2b29;
58
+ --color-border: #332f25;
59
+ --color-border-strong: #403a2d;
60
+ --color-text: #f3f0e7;
61
+ --color-text-dim: #a7a395;
62
+ --color-text-faint: #726e62;
63
+ --color-fill: #f1eee6;
64
+ --color-on-fill: #17160f;
65
+ --color-accent: var(--color-mint);
66
+ --color-on-accent: #ffffff;
67
+ --color-link: var(--color-mint-soft);
68
+ --color-link-hover: var(--color-mint);
69
+ --color-tint-3: color-mix(in srgb, rgb(255 90 54) 3%, #121211);
70
+ @supports (color: color-mix(in lab, red, red)) {
71
+ --color-tint-3: color-mix(in srgb, rgb(255 90 54) 3%, var(--color-bg));
72
+ }
73
+ --color-tint-5: color-mix(in srgb, rgb(255 90 54) 5%, #121211);
74
+ @supports (color: color-mix(in lab, red, red)) {
75
+ --color-tint-5: color-mix(in srgb, rgb(255 90 54) 5%, var(--color-bg));
76
+ }
77
+ --color-tint-7: color-mix(in srgb, rgb(255 90 54) 7%, #121211);
78
+ @supports (color: color-mix(in lab, red, red)) {
79
+ --color-tint-7: color-mix(in srgb, rgb(255 90 54) 7%, var(--color-bg));
80
+ }
81
+ --color-tint-8: color-mix(in srgb, rgb(255 90 54) 8%, #121211);
82
+ @supports (color: color-mix(in lab, red, red)) {
83
+ --color-tint-8: color-mix(in srgb, rgb(255 90 54) 8%, var(--color-bg));
84
+ }
85
+ --color-tint-10: color-mix(in srgb, rgb(255 90 54) 10%, #121211);
86
+ @supports (color: color-mix(in lab, red, red)) {
87
+ --color-tint-10: color-mix(in srgb, rgb(255 90 54) 10%, var(--color-bg));
88
+ }
89
+ --color-tint-12: color-mix(in srgb, rgb(255 90 54) 12%, #121211);
90
+ @supports (color: color-mix(in lab, red, red)) {
91
+ --color-tint-12: color-mix(in srgb, rgb(255 90 54) 12%, var(--color-bg));
92
+ }
93
+ --color-tint-13: color-mix(in srgb, rgb(255 90 54) 13%, #121211);
94
+ @supports (color: color-mix(in lab, red, red)) {
95
+ --color-tint-13: color-mix(in srgb, rgb(255 90 54) 13%, var(--color-bg));
96
+ }
97
+ --color-tint-16: color-mix(in srgb, rgb(255 90 54) 16%, #121211);
98
+ @supports (color: color-mix(in lab, red, red)) {
99
+ --color-tint-16: color-mix(in srgb, rgb(255 90 54) 16%, var(--color-bg));
100
+ }
101
+ --color-tint-22: color-mix(in srgb, rgb(255 90 54) 22%, #121211);
102
+ @supports (color: color-mix(in lab, red, red)) {
103
+ --color-tint-22: color-mix(in srgb, rgb(255 90 54) 22%, var(--color-bg));
104
+ }
105
+ --color-success: #31c47e;
106
+ --color-success-surface: color-mix(in srgb, rgb(49 196 126) 12%, #121211);
107
+ @supports (color: color-mix(in lab, red, red)) {
108
+ --color-success-surface: color-mix(in srgb, rgb(49 196 126) 12%, var(--color-bg));
109
+ }
110
+ --color-success-surface-strong: color-mix(in srgb, rgb(49 196 126) 20%, #121211);
111
+ @supports (color: color-mix(in lab, red, red)) {
112
+ --color-success-surface-strong: color-mix(in srgb, rgb(49 196 126) 20%, var(--color-bg));
113
+ }
114
+ --color-success-border: rgba(49, 196, 126, 0.3);
115
+ --color-warning: #f5b54a;
116
+ --color-warning-surface: color-mix(in srgb, rgb(245 181 74) 12%, #121211);
117
+ @supports (color: color-mix(in lab, red, red)) {
118
+ --color-warning-surface: color-mix(in srgb, rgb(245 181 74) 12%, var(--color-bg));
119
+ }
120
+ --color-warning-surface-strong: color-mix(in srgb, rgb(245 181 74) 20%, #121211);
121
+ @supports (color: color-mix(in lab, red, red)) {
122
+ --color-warning-surface-strong: color-mix(in srgb, rgb(245 181 74) 20%, var(--color-bg));
123
+ }
124
+ --color-warning-border: rgba(245, 181, 74, 0.3);
125
+ --color-danger: #ff6b6b;
126
+ --color-danger-surface: color-mix(in srgb, rgb(255 107 107) 12%, #121211);
127
+ @supports (color: color-mix(in lab, red, red)) {
128
+ --color-danger-surface: color-mix(in srgb, rgb(255 107 107) 12%, var(--color-bg));
129
+ }
130
+ --color-danger-border: rgba(255, 107, 107, 0.3);
131
+ --color-info: #5b8bf0;
132
+ --color-info-surface: color-mix(in srgb, rgb(91 139 240) 12%, #121211);
133
+ @supports (color: color-mix(in lab, red, red)) {
134
+ --color-info-surface: color-mix(in srgb, rgb(91 139 240) 12%, var(--color-bg));
135
+ }
136
+ --color-info-surface-strong: color-mix(in srgb, rgb(91 139 240) 20%, #121211);
137
+ @supports (color: color-mix(in lab, red, red)) {
138
+ --color-info-surface-strong: color-mix(in srgb, rgb(91 139 240) 20%, var(--color-bg));
139
+ }
140
+ --color-info-border: rgba(91, 139, 240, 0.3);
141
+ --color-surface-2: #1a1a18;
142
+ --color-snackbar-surface: rgba(16, 22, 25, 0.94);
143
+ --color-snackbar-danger: #ff9ab8;
144
+ --color-snackbar-danger-border: rgba(255, 154, 184, 0.3);
145
+ --font-display: "JetBrains Mono", "Hiragino Sans", "Noto Sans JP", monospace;
146
+ --font-body: "JetBrains Mono", "Hiragino Sans", "Noto Sans JP", monospace;
147
+ --text-2xs: 10px;
148
+ --text-2xs--line-height: normal;
149
+ --text-smd: 13px;
150
+ --text-smd--line-height: normal;
151
+ --text-md: 15px;
152
+ --text-md--line-height: normal;
153
+ --text-display: 44px;
154
+ --text-display--line-height: 1;
155
+ --text-display--font-weight: 800;
156
+ --text-display--letter-spacing: -0.02em;
157
+ --text-h1: 32px;
158
+ --text-h1--line-height: 1.05;
159
+ --text-h1--font-weight: 800;
160
+ --text-h1--letter-spacing: -0.015em;
161
+ --text-h2: 22px;
162
+ --text-h2--line-height: 1.15;
163
+ --text-h2--font-weight: 700;
164
+ --text-body: 16px;
165
+ --text-body--line-height: 1.5;
166
+ --text-body--font-weight: 500;
167
+ --text-small: 14px;
168
+ --text-small--line-height: 1.45;
169
+ --text-small--font-weight: 500;
170
+ --text-label: 11px;
171
+ --text-label--line-height: 1;
172
+ --text-label--font-weight: 600;
173
+ --text-label--letter-spacing: 0.14em;
174
+ --tracking-tag: 0.06em;
175
+ --tracking-pill: 0.08em;
176
+ --radius-chip: 6px;
177
+ --radius-card: 16px;
178
+ --radius-panel: 16px;
179
+ --radius-pill: 999px;
180
+ --radius-sheet: 22px;
181
+ --shadow-glow: none;
182
+ --shadow-glow-strong: none;
183
+ --color-shadow: #000;
184
+ --shadow-soft: var(--elev-soft);
185
+ --shadow-popover: var(--elev-popover);
186
+ --shadow-overlay: var(--elev-overlay);
187
+ --shadow-focus: 0 0 0 3px rgba(91, 139, 240, 0.16);
188
+ --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
189
+ --color-rp-shadow-light: #3e4049;
190
+ --color-rp-shadow-dark: #121319;
191
+ --dur-fast: 0.18s;
192
+ --dur-base: 0.25s;
193
+ --dur-slow: 0.35s;
194
+ --dur-slower: 0.5s;
195
+ --z-behind: -1;
196
+ --z-base: 1;
197
+ --z-elevated: 5;
198
+ --z-sticky: 10;
199
+ --z-nav: 20;
200
+ --z-dropdown: 30;
201
+ --z-popover-portal: 35;
202
+ --z-snackbar: 90;
203
+ --z-modal: 100;
204
+ --color-focus-ring: var(--color-cyan);
205
+ --focus-ring-width: 2px;
206
+ --focus-ring-offset: 2px;
207
+ --disabled-opacity: 0.4;
208
+ }
209
+ }
210
+ @layer utilities {
211
+ .pointer-events-none {
212
+ pointer-events: none;
213
+ }
214
+ .visible {
215
+ visibility: visible;
216
+ }
217
+ .sr-only {
218
+ position: absolute;
219
+ width: 1px;
220
+ height: 1px;
221
+ padding: 0;
222
+ margin: -1px;
223
+ overflow: hidden;
224
+ clip-path: inset(50%);
225
+ white-space: nowrap;
226
+ border-width: 0;
227
+ }
228
+ .absolute {
229
+ position: absolute;
230
+ }
231
+ .fixed {
232
+ position: fixed;
233
+ }
234
+ .relative {
235
+ position: relative;
236
+ }
237
+ .static {
238
+ position: static;
239
+ }
240
+ .sticky {
241
+ position: sticky;
242
+ }
243
+ .inset-0 {
244
+ inset: 0px;
245
+ }
246
+ .top-\(--popover-sheet-top\) {
247
+ top: var(--popover-sheet-top);
248
+ }
249
+ .top-\[3px\] {
250
+ top: 3px;
251
+ }
252
+ .top-\[calc\(100\%\+8px\)\] {
253
+ top: calc(100% + 8px);
254
+ }
255
+ .right-0 {
256
+ right: 0px;
257
+ }
258
+ .right-3 {
259
+ right: calc(var(--spacing) * 3);
260
+ }
261
+ .bottom-0 {
262
+ bottom: 0px;
263
+ }
264
+ .bottom-\[26px\] {
265
+ bottom: 26px;
266
+ }
267
+ .bottom-\[calc\(100\%\+8px\)\] {
268
+ bottom: calc(100% + 8px);
269
+ }
270
+ .left-0 {
271
+ left: 0px;
272
+ }
273
+ .left-1\/2 {
274
+ left: calc(1 / 2 * 100%);
275
+ }
276
+ .left-3 {
277
+ left: calc(var(--spacing) * 3);
278
+ }
279
+ .left-\[3px\] {
280
+ left: 3px;
281
+ }
282
+ .left-\[23px\] {
283
+ left: 23px;
284
+ }
285
+ .z-\(--z-dropdown\) {
286
+ z-index: var(--z-dropdown);
287
+ }
288
+ .z-\(--z-snackbar\) {
289
+ z-index: var(--z-snackbar);
290
+ }
291
+ .z-\[var\(--z-popover-portal\,35\)\] {
292
+ z-index: var(--z-popover-portal,35);
293
+ }
294
+ .m-0 {
295
+ margin: 0px;
296
+ }
297
+ .mx-auto {
298
+ margin-inline: auto;
299
+ }
300
+ .mt-1 {
301
+ margin-top: var(--spacing);
302
+ }
303
+ .mt-1\.5 {
304
+ margin-top: calc(var(--spacing) * 1.5);
305
+ }
306
+ .mt-2 {
307
+ margin-top: calc(var(--spacing) * 2);
308
+ }
309
+ .mt-4 {
310
+ margin-top: calc(var(--spacing) * 4);
311
+ }
312
+ .mt-auto {
313
+ margin-top: auto;
314
+ }
315
+ .mt-px {
316
+ margin-top: 1px;
317
+ }
318
+ .mr-0\.5 {
319
+ margin-right: calc(var(--spacing) * 0.5);
320
+ }
321
+ .mb-0 {
322
+ margin-bottom: 0px;
323
+ }
324
+ .mb-1 {
325
+ margin-bottom: var(--spacing);
326
+ }
327
+ .mb-2 {
328
+ margin-bottom: calc(var(--spacing) * 2);
329
+ }
330
+ .mb-3 {
331
+ margin-bottom: calc(var(--spacing) * 3);
332
+ }
333
+ .mb-4 {
334
+ margin-bottom: calc(var(--spacing) * 4);
335
+ }
336
+ .mb-8 {
337
+ margin-bottom: calc(var(--spacing) * 8);
338
+ }
339
+ .-ml-1\.5 {
340
+ margin-left: calc(var(--spacing) * -1.5);
341
+ }
342
+ .box-border {
343
+ box-sizing: border-box;
344
+ }
345
+ .block {
346
+ display: block;
347
+ }
348
+ .contents {
349
+ display: contents;
350
+ }
351
+ .flex {
352
+ display: flex;
353
+ }
354
+ .grid {
355
+ display: grid;
356
+ }
357
+ .hidden {
358
+ display: none;
359
+ }
360
+ .inline {
361
+ display: inline;
362
+ }
363
+ .inline-block {
364
+ display: inline-block;
365
+ }
366
+ .inline-flex {
367
+ display: inline-flex;
368
+ }
369
+ .h-1 {
370
+ height: var(--spacing);
371
+ }
372
+ .h-1\.5 {
373
+ height: calc(var(--spacing) * 1.5);
374
+ }
375
+ .h-2 {
376
+ height: calc(var(--spacing) * 2);
377
+ }
378
+ .h-2\.5 {
379
+ height: calc(var(--spacing) * 2.5);
380
+ }
381
+ .h-5 {
382
+ height: calc(var(--spacing) * 5);
383
+ }
384
+ .h-6\.5 {
385
+ height: calc(var(--spacing) * 6.5);
386
+ }
387
+ .h-7\.5 {
388
+ height: calc(var(--spacing) * 7.5);
389
+ }
390
+ .h-8 {
391
+ height: calc(var(--spacing) * 8);
392
+ }
393
+ .h-18 {
394
+ height: calc(var(--spacing) * 18);
395
+ }
396
+ .h-\[20px\] {
397
+ height: 20px;
398
+ }
399
+ .h-\[22px\] {
400
+ height: 22px;
401
+ }
402
+ .h-\[26px\] {
403
+ height: 26px;
404
+ }
405
+ .h-\[30px\] {
406
+ height: 30px;
407
+ }
408
+ .h-\[46px\] {
409
+ height: 46px;
410
+ }
411
+ .h-\[min\(520px\,72dvh\)\] {
412
+ height: min(520px, 72dvh);
413
+ }
414
+ .h-full {
415
+ height: 100%;
416
+ }
417
+ .max-h-80 {
418
+ max-height: calc(var(--spacing) * 80);
419
+ }
420
+ .max-h-\[120px\] {
421
+ max-height: 120px;
422
+ }
423
+ .max-h-\[calc\(100dvh-40px\)\] {
424
+ max-height: calc(100dvh - 40px);
425
+ }
426
+ .max-h-\[min\(520px\,72dvh\)\] {
427
+ max-height: min(520px, 72dvh);
428
+ }
429
+ .min-h-0 {
430
+ min-height: 0px;
431
+ }
432
+ .min-h-28 {
433
+ min-height: calc(var(--spacing) * 28);
434
+ }
435
+ .min-h-32 {
436
+ min-height: calc(var(--spacing) * 32);
437
+ }
438
+ .w-1\.5 {
439
+ width: calc(var(--spacing) * 1.5);
440
+ }
441
+ .w-2 {
442
+ width: calc(var(--spacing) * 2);
443
+ }
444
+ .w-2\.5 {
445
+ width: calc(var(--spacing) * 2.5);
446
+ }
447
+ .w-5 {
448
+ width: calc(var(--spacing) * 5);
449
+ }
450
+ .w-6\.5 {
451
+ width: calc(var(--spacing) * 6.5);
452
+ }
453
+ .w-7\.5 {
454
+ width: calc(var(--spacing) * 7.5);
455
+ }
456
+ .w-8 {
457
+ width: calc(var(--spacing) * 8);
458
+ }
459
+ .w-16 {
460
+ width: calc(var(--spacing) * 16);
461
+ }
462
+ .w-20 {
463
+ width: calc(var(--spacing) * 20);
464
+ }
465
+ .w-24 {
466
+ width: calc(var(--spacing) * 24);
467
+ }
468
+ .w-40 {
469
+ width: calc(var(--spacing) * 40);
470
+ }
471
+ .w-\[22px\] {
472
+ width: 22px;
473
+ }
474
+ .w-\[30px\] {
475
+ width: 30px;
476
+ }
477
+ .w-\[46px\] {
478
+ width: 46px;
479
+ }
480
+ .w-\[600px\] {
481
+ width: 600px;
482
+ }
483
+ .w-auto {
484
+ width: auto;
485
+ }
486
+ .w-full {
487
+ width: 100%;
488
+ }
489
+ .max-w-80 {
490
+ max-width: calc(var(--spacing) * 80);
491
+ }
492
+ .max-w-85 {
493
+ max-width: calc(var(--spacing) * 85);
494
+ }
495
+ .max-w-\[52ch\] {
496
+ max-width: 52ch;
497
+ }
498
+ .max-w-\[180px\] {
499
+ max-width: 180px;
500
+ }
501
+ .max-w-\[420px\] {
502
+ max-width: 420px;
503
+ }
504
+ .max-w-\[calc\(100vw-24px\)\] {
505
+ max-width: calc(100vw - 24px);
506
+ }
507
+ .max-w-md {
508
+ max-width: var(--container-md);
509
+ }
510
+ .max-w-sm {
511
+ max-width: var(--container-sm);
512
+ }
513
+ .min-w-0 {
514
+ min-width: 0px;
515
+ }
516
+ .min-w-50 {
517
+ min-width: calc(var(--spacing) * 50);
518
+ }
519
+ .min-w-\[20px\] {
520
+ min-width: 20px;
521
+ }
522
+ .min-w-\[34px\] {
523
+ min-width: 34px;
524
+ }
525
+ .min-w-\[220px\] {
526
+ min-width: 220px;
527
+ }
528
+ .min-w-\[280px\] {
529
+ min-width: 280px;
530
+ }
531
+ .flex-1 {
532
+ flex: 1;
533
+ }
534
+ .flex-\[1_1_auto\] {
535
+ flex: 1 1 auto;
536
+ }
537
+ .flex-none {
538
+ flex: none;
539
+ }
540
+ .shrink-0 {
541
+ flex-shrink: 0;
542
+ }
543
+ .scale-0 {
544
+ --tw-scale-x: 0%;
545
+ --tw-scale-y: 0%;
546
+ --tw-scale-z: 0%;
547
+ scale: var(--tw-scale-x) var(--tw-scale-y);
548
+ }
549
+ .scale-100 {
550
+ --tw-scale-x: 100%;
551
+ --tw-scale-y: 100%;
552
+ --tw-scale-z: 100%;
553
+ scale: var(--tw-scale-x) var(--tw-scale-y);
554
+ }
555
+ .transform {
556
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
557
+ }
558
+ .animate-\[NAME\] {
559
+ animation: NAME;
560
+ }
561
+ .animate-\[NAME_\.\.\.\] {
562
+ animation: NAME ...;
563
+ }
564
+ .animate-\[NAME_…\] {
565
+ animation: NAME …;
566
+ }
567
+ .animate-\[card-in_0\.4s_var\(--ease-spring\)_both\] {
568
+ animation: card-in 0.4s var(--ease-spring) both;
569
+ }
570
+ .animate-\[card-in_var\(--dur-base\)_var\(--ease-spring\)_both\] {
571
+ animation: card-in var(--dur-base) var(--ease-spring) both;
572
+ }
573
+ .animate-\[card-in_…\] {
574
+ animation: card-in …;
575
+ }
576
+ .animate-\[pop-in_0\.3s_var\(--ease-spring\)\] {
577
+ animation: pop-in 0.3s var(--ease-spring);
578
+ }
579
+ .animate-\[ring-timer-urgent-pulse_1s_ease-in-out_infinite\] {
580
+ animation: ring-timer-urgent-pulse 1s ease-in-out infinite;
581
+ }
582
+ .animate-\[snackbar-in_var\(--dur-slow\)_var\(--ease-spring\)_both\] {
583
+ animation: snackbar-in var(--dur-slow) var(--ease-spring) both;
584
+ }
585
+ .animate-pulse {
586
+ animation: var(--animate-pulse);
587
+ }
588
+ .animate-spin {
589
+ animation: var(--animate-spin);
590
+ }
591
+ .cursor-pointer {
592
+ cursor: pointer;
593
+ }
594
+ .resize {
595
+ resize: both;
596
+ }
597
+ .resize-none {
598
+ resize: none;
599
+ }
600
+ .list-none {
601
+ list-style-type: none;
602
+ }
603
+ .grid-cols-\[repeat\(auto-fill\,minmax\(96px\,1fr\)\)\] {
604
+ grid-template-columns: repeat(auto-fill,minmax(96px,1fr));
605
+ }
606
+ .grid-cols-\[repeat\(auto-fill\,minmax\(180px\,1fr\)\)\] {
607
+ grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
608
+ }
609
+ .flex-col {
610
+ flex-direction: column;
611
+ }
612
+ .flex-row {
613
+ flex-direction: row;
614
+ }
615
+ .flex-wrap {
616
+ flex-wrap: wrap;
617
+ }
618
+ .place-items-center {
619
+ place-items: center;
620
+ }
621
+ .items-baseline {
622
+ align-items: baseline;
623
+ }
624
+ .items-center {
625
+ align-items: center;
626
+ }
627
+ .items-start {
628
+ align-items: flex-start;
629
+ }
630
+ .items-stretch {
631
+ align-items: stretch;
632
+ }
633
+ .justify-between {
634
+ justify-content: space-between;
635
+ }
636
+ .justify-center {
637
+ justify-content: center;
638
+ }
639
+ .justify-end {
640
+ justify-content: flex-end;
641
+ }
642
+ .gap-0 {
643
+ gap: 0px;
644
+ }
645
+ .gap-0\.5 {
646
+ gap: calc(var(--spacing) * 0.5);
647
+ }
648
+ .gap-1 {
649
+ gap: var(--spacing);
650
+ }
651
+ .gap-1\.5 {
652
+ gap: calc(var(--spacing) * 1.5);
653
+ }
654
+ .gap-2 {
655
+ gap: calc(var(--spacing) * 2);
656
+ }
657
+ .gap-2\.5 {
658
+ gap: calc(var(--spacing) * 2.5);
659
+ }
660
+ .gap-2\.25 {
661
+ gap: calc(var(--spacing) * 2.25);
662
+ }
663
+ .gap-3 {
664
+ gap: calc(var(--spacing) * 3);
665
+ }
666
+ .gap-4 {
667
+ gap: calc(var(--spacing) * 4);
668
+ }
669
+ .gap-5 {
670
+ gap: calc(var(--spacing) * 5);
671
+ }
672
+ .gap-6 {
673
+ gap: calc(var(--spacing) * 6);
674
+ }
675
+ .gap-8 {
676
+ gap: calc(var(--spacing) * 8);
677
+ }
678
+ .gap-12 {
679
+ gap: calc(var(--spacing) * 12);
680
+ }
681
+ .gap-\[3px\] {
682
+ gap: 3px;
683
+ }
684
+ .gap-\[7px\] {
685
+ gap: 7px;
686
+ }
687
+ .gap-\[9px\] {
688
+ gap: 9px;
689
+ }
690
+ .gap-\[13px\] {
691
+ gap: 13px;
692
+ }
693
+ .gap-\[18px\] {
694
+ gap: 18px;
695
+ }
696
+ .self-start {
697
+ align-self: flex-start;
698
+ }
699
+ .self-stretch {
700
+ align-self: stretch;
701
+ }
702
+ .truncate {
703
+ overflow: hidden;
704
+ text-overflow: ellipsis;
705
+ white-space: nowrap;
706
+ }
707
+ .overflow-hidden {
708
+ overflow: hidden;
709
+ }
710
+ .overflow-hidden\! {
711
+ overflow: hidden !important;
712
+ }
713
+ .overflow-y-auto {
714
+ overflow-y: auto;
715
+ }
716
+ .rounded {
717
+ border-radius: 0.25rem;
718
+ }
719
+ .rounded-card {
720
+ border-radius: var(--radius-card);
721
+ }
722
+ .rounded-chip {
723
+ border-radius: var(--radius-chip);
724
+ }
725
+ .rounded-full {
726
+ border-radius: calc(infinity * 1px);
727
+ }
728
+ .rounded-md {
729
+ border-radius: var(--radius-md);
730
+ }
731
+ .rounded-panel {
732
+ border-radius: var(--radius-panel);
733
+ }
734
+ .rounded-pill {
735
+ border-radius: var(--radius-pill);
736
+ }
737
+ .rounded-xs {
738
+ border-radius: var(--radius-xs);
739
+ }
740
+ .border {
741
+ border-style: var(--tw-border-style);
742
+ border-width: 1px;
743
+ }
744
+ .border-2 {
745
+ border-style: var(--tw-border-style);
746
+ border-width: 2px;
747
+ }
748
+ .border-\[1\.5px\] {
749
+ border-style: var(--tw-border-style);
750
+ border-width: 1.5px;
751
+ }
752
+ .border-x-0 {
753
+ border-inline-style: var(--tw-border-style);
754
+ border-inline-width: 0px;
755
+ }
756
+ .border-t {
757
+ border-top-style: var(--tw-border-style);
758
+ border-top-width: 1px;
759
+ }
760
+ .border-t-0 {
761
+ border-top-style: var(--tw-border-style);
762
+ border-top-width: 0px;
763
+ }
764
+ .border-r {
765
+ border-right-style: var(--tw-border-style);
766
+ border-right-width: 1px;
767
+ }
768
+ .border-b {
769
+ border-bottom-style: var(--tw-border-style);
770
+ border-bottom-width: 1px;
771
+ }
772
+ .border-b-2 {
773
+ border-bottom-style: var(--tw-border-style);
774
+ border-bottom-width: 2px;
775
+ }
776
+ .border-l-\[3px\] {
777
+ border-left-style: var(--tw-border-style);
778
+ border-left-width: 3px;
779
+ }
780
+ .border-none {
781
+ --tw-border-style: none;
782
+ border-style: none;
783
+ }
784
+ .border-solid {
785
+ --tw-border-style: solid;
786
+ border-style: solid;
787
+ }
788
+ .border-\[color-mix\(in_srgb\,var\(--color-accent\)_55\%\,transparent\)\] {
789
+ border-color: color-mix(in srgb,#ff6a47 55%,transparent);
790
+ @supports (color: color-mix(in lab, red, red)) {
791
+ border-color: color-mix(in srgb,var(--color-accent) 55%,transparent);
792
+ }
793
+ }
794
+ .border-accent {
795
+ border-color: var(--color-accent);
796
+ }
797
+ .border-border {
798
+ border-color: var(--color-border);
799
+ }
800
+ .border-border-strong {
801
+ border-color: var(--color-border-strong);
802
+ }
803
+ .border-danger-border {
804
+ border-color: var(--color-danger-border);
805
+ }
806
+ .border-fill {
807
+ border-color: var(--color-fill);
808
+ }
809
+ .border-info {
810
+ border-color: var(--color-info);
811
+ }
812
+ .border-info-border {
813
+ border-color: var(--color-info-border);
814
+ }
815
+ .border-mint {
816
+ border-color: var(--color-mint);
817
+ }
818
+ .border-snackbar-danger-border {
819
+ border-color: var(--color-snackbar-danger-border);
820
+ }
821
+ .border-success-border {
822
+ border-color: var(--color-success-border);
823
+ }
824
+ .border-surface {
825
+ border-color: var(--color-surface);
826
+ }
827
+ .border-text {
828
+ border-color: var(--color-text);
829
+ }
830
+ .border-transparent {
831
+ border-color: transparent;
832
+ }
833
+ .border-warning-border {
834
+ border-color: var(--color-warning-border);
835
+ }
836
+ .border-l-danger {
837
+ border-left-color: var(--color-danger);
838
+ }
839
+ .border-l-info {
840
+ border-left-color: var(--color-info);
841
+ }
842
+ .border-l-success {
843
+ border-left-color: var(--color-success);
844
+ }
845
+ .border-l-warning {
846
+ border-left-color: var(--color-warning);
847
+ }
848
+ .bg-\[color-mix\(in_srgb\,var\(--color-success\)_10\%\,transparent\)\] {
849
+ background-color: color-mix(in srgb,#31c47e 10%,transparent);
850
+ @supports (color: color-mix(in lab, red, red)) {
851
+ background-color: color-mix(in srgb,var(--color-success) 10%,transparent);
852
+ }
853
+ }
854
+ .bg-accent {
855
+ background-color: var(--color-accent);
856
+ }
857
+ .bg-bg-elevated {
858
+ background-color: var(--color-bg-elevated);
859
+ }
860
+ .bg-border-strong {
861
+ background-color: var(--color-border-strong);
862
+ }
863
+ .bg-danger {
864
+ background-color: var(--color-danger);
865
+ }
866
+ .bg-danger-surface {
867
+ background-color: var(--color-danger-surface);
868
+ }
869
+ .bg-fill {
870
+ background-color: var(--color-fill);
871
+ }
872
+ .bg-info {
873
+ background-color: var(--color-info);
874
+ }
875
+ .bg-info-surface {
876
+ background-color: var(--color-info-surface);
877
+ }
878
+ .bg-info-surface-strong {
879
+ background-color: var(--color-info-surface-strong);
880
+ }
881
+ .bg-on-fill {
882
+ background-color: var(--color-on-fill);
883
+ }
884
+ .bg-snackbar-surface {
885
+ background-color: var(--color-snackbar-surface);
886
+ }
887
+ .bg-success {
888
+ background-color: var(--color-success);
889
+ }
890
+ .bg-success-surface {
891
+ background-color: var(--color-success-surface);
892
+ }
893
+ .bg-success-surface-strong {
894
+ background-color: var(--color-success-surface-strong);
895
+ }
896
+ .bg-surface {
897
+ background-color: var(--color-surface);
898
+ }
899
+ .bg-surface-2 {
900
+ background-color: var(--color-surface-2);
901
+ }
902
+ .bg-surface-3 {
903
+ background-color: var(--color-surface-3);
904
+ }
905
+ .bg-text-dim {
906
+ background-color: var(--color-text-dim);
907
+ }
908
+ .bg-text-faint {
909
+ background-color: var(--color-text-faint);
910
+ }
911
+ .bg-tint-3 {
912
+ background-color: var(--color-tint-3);
913
+ }
914
+ .bg-tint-5 {
915
+ background-color: var(--color-tint-5);
916
+ }
917
+ .bg-tint-7 {
918
+ background-color: var(--color-tint-7);
919
+ }
920
+ .bg-tint-8 {
921
+ background-color: var(--color-tint-8);
922
+ }
923
+ .bg-tint-12 {
924
+ background-color: var(--color-tint-12);
925
+ }
926
+ .bg-tint-13 {
927
+ background-color: var(--color-tint-13);
928
+ }
929
+ .bg-tint-22 {
930
+ background-color: var(--color-tint-22);
931
+ }
932
+ .bg-transparent {
933
+ background-color: transparent;
934
+ }
935
+ .bg-warning {
936
+ background-color: var(--color-warning);
937
+ }
938
+ .bg-warning-surface {
939
+ background-color: var(--color-warning-surface);
940
+ }
941
+ .bg-warning-surface-strong {
942
+ background-color: var(--color-warning-surface-strong);
943
+ }
944
+ .bg-white {
945
+ background-color: var(--color-white);
946
+ }
947
+ .object-cover {
948
+ object-fit: cover;
949
+ }
950
+ .p-0 {
951
+ padding: 0px;
952
+ }
953
+ .p-0\! {
954
+ padding: 0px !important;
955
+ }
956
+ .p-3 {
957
+ padding: calc(var(--spacing) * 3);
958
+ }
959
+ .p-4 {
960
+ padding: calc(var(--spacing) * 4);
961
+ }
962
+ .p-5 {
963
+ padding: calc(var(--spacing) * 5);
964
+ }
965
+ .p-6 {
966
+ padding: calc(var(--spacing) * 6);
967
+ }
968
+ .p-\[18px\] {
969
+ padding: 18px;
970
+ }
971
+ .px-1 {
972
+ padding-inline: var(--spacing);
973
+ }
974
+ .px-1\.5 {
975
+ padding-inline: calc(var(--spacing) * 1.5);
976
+ }
977
+ .px-2 {
978
+ padding-inline: calc(var(--spacing) * 2);
979
+ }
980
+ .px-2\.5 {
981
+ padding-inline: calc(var(--spacing) * 2.5);
982
+ }
983
+ .px-3 {
984
+ padding-inline: calc(var(--spacing) * 3);
985
+ }
986
+ .px-3\.5 {
987
+ padding-inline: calc(var(--spacing) * 3.5);
988
+ }
989
+ .px-4 {
990
+ padding-inline: calc(var(--spacing) * 4);
991
+ }
992
+ .px-4\.5 {
993
+ padding-inline: calc(var(--spacing) * 4.5);
994
+ }
995
+ .px-5 {
996
+ padding-inline: calc(var(--spacing) * 5);
997
+ }
998
+ .px-7 {
999
+ padding-inline: calc(var(--spacing) * 7);
1000
+ }
1001
+ .px-\[13px\] {
1002
+ padding-inline: 13px;
1003
+ }
1004
+ .px-\[15px\] {
1005
+ padding-inline: 15px;
1006
+ }
1007
+ .px-\[18px\] {
1008
+ padding-inline: 18px;
1009
+ }
1010
+ .px-\[22px\] {
1011
+ padding-inline: 22px;
1012
+ }
1013
+ .px-\[26px\] {
1014
+ padding-inline: 26px;
1015
+ }
1016
+ .py-0\.5 {
1017
+ padding-block: calc(var(--spacing) * 0.5);
1018
+ }
1019
+ .py-1 {
1020
+ padding-block: var(--spacing);
1021
+ }
1022
+ .py-1\.5 {
1023
+ padding-block: calc(var(--spacing) * 1.5);
1024
+ }
1025
+ .py-2 {
1026
+ padding-block: calc(var(--spacing) * 2);
1027
+ }
1028
+ .py-2\.5 {
1029
+ padding-block: calc(var(--spacing) * 2.5);
1030
+ }
1031
+ .py-3 {
1032
+ padding-block: calc(var(--spacing) * 3);
1033
+ }
1034
+ .py-3\.5 {
1035
+ padding-block: calc(var(--spacing) * 3.5);
1036
+ }
1037
+ .py-4 {
1038
+ padding-block: calc(var(--spacing) * 4);
1039
+ }
1040
+ .py-5 {
1041
+ padding-block: calc(var(--spacing) * 5);
1042
+ }
1043
+ .py-6 {
1044
+ padding-block: calc(var(--spacing) * 6);
1045
+ }
1046
+ .py-\[5px\] {
1047
+ padding-block: 5px;
1048
+ }
1049
+ .py-\[7px\] {
1050
+ padding-block: 7px;
1051
+ }
1052
+ .py-\[11px\] {
1053
+ padding-block: 11px;
1054
+ }
1055
+ .py-\[13px\] {
1056
+ padding-block: 13px;
1057
+ }
1058
+ .py-\[18px\] {
1059
+ padding-block: 18px;
1060
+ }
1061
+ .py-\[22px\] {
1062
+ padding-block: 22px;
1063
+ }
1064
+ .pt-2 {
1065
+ padding-top: calc(var(--spacing) * 2);
1066
+ }
1067
+ .pt-2\.5 {
1068
+ padding-top: calc(var(--spacing) * 2.5);
1069
+ }
1070
+ .pt-4 {
1071
+ padding-top: calc(var(--spacing) * 4);
1072
+ }
1073
+ .pr-2\.5 {
1074
+ padding-right: calc(var(--spacing) * 2.5);
1075
+ }
1076
+ .pr-\[13px\] {
1077
+ padding-right: 13px;
1078
+ }
1079
+ .pb-0\.5 {
1080
+ padding-bottom: calc(var(--spacing) * 0.5);
1081
+ }
1082
+ .pb-1 {
1083
+ padding-bottom: var(--spacing);
1084
+ }
1085
+ .pb-2 {
1086
+ padding-bottom: calc(var(--spacing) * 2);
1087
+ }
1088
+ .pl-\[5px\] {
1089
+ padding-left: 5px;
1090
+ }
1091
+ .pl-\[14px\] {
1092
+ padding-left: 14px;
1093
+ }
1094
+ .text-center {
1095
+ text-align: center;
1096
+ }
1097
+ .text-left {
1098
+ text-align: left;
1099
+ }
1100
+ .font-body {
1101
+ font-family: var(--font-body);
1102
+ }
1103
+ .font-display {
1104
+ font-family: var(--font-display);
1105
+ }
1106
+ .font-mono {
1107
+ font-family: var(--font-mono);
1108
+ }
1109
+ .text-display {
1110
+ font-size: var(--text-display);
1111
+ line-height: var(--tw-leading, var(--text-display--line-height));
1112
+ letter-spacing: var(--tw-tracking, var(--text-display--letter-spacing));
1113
+ font-weight: var(--tw-font-weight, var(--text-display--font-weight));
1114
+ }
1115
+ .text-h1 {
1116
+ font-size: var(--text-h1);
1117
+ line-height: var(--tw-leading, var(--text-h1--line-height));
1118
+ letter-spacing: var(--tw-tracking, var(--text-h1--letter-spacing));
1119
+ font-weight: var(--tw-font-weight, var(--text-h1--font-weight));
1120
+ }
1121
+ .text-label {
1122
+ font-size: var(--text-label);
1123
+ line-height: var(--tw-leading, var(--text-label--line-height));
1124
+ letter-spacing: var(--tw-tracking, var(--text-label--letter-spacing));
1125
+ font-weight: var(--tw-font-weight, var(--text-label--font-weight));
1126
+ }
1127
+ .text-body {
1128
+ font-size: var(--text-body);
1129
+ line-height: var(--tw-leading, var(--text-body--line-height));
1130
+ font-weight: var(--tw-font-weight, var(--text-body--font-weight));
1131
+ }
1132
+ .text-h2 {
1133
+ font-size: var(--text-h2);
1134
+ line-height: var(--tw-leading, var(--text-h2--line-height));
1135
+ font-weight: var(--tw-font-weight, var(--text-h2--font-weight));
1136
+ }
1137
+ .text-small {
1138
+ font-size: var(--text-small);
1139
+ line-height: var(--tw-leading, var(--text-small--line-height));
1140
+ font-weight: var(--tw-font-weight, var(--text-small--font-weight));
1141
+ }
1142
+ .text-2xl {
1143
+ font-size: var(--text-2xl);
1144
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1145
+ }
1146
+ .text-2xs {
1147
+ font-size: var(--text-2xs);
1148
+ line-height: var(--tw-leading, var(--text-2xs--line-height));
1149
+ }
1150
+ .text-3xl {
1151
+ font-size: var(--text-3xl);
1152
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1153
+ }
1154
+ .text-4xl {
1155
+ font-size: var(--text-4xl);
1156
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1157
+ }
1158
+ .text-5xl {
1159
+ font-size: var(--text-5xl);
1160
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
1161
+ }
1162
+ .text-6xl {
1163
+ font-size: var(--text-6xl);
1164
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
1165
+ }
1166
+ .text-base {
1167
+ font-size: var(--text-base);
1168
+ line-height: var(--tw-leading, var(--text-base--line-height));
1169
+ }
1170
+ .text-lg {
1171
+ font-size: var(--text-lg);
1172
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1173
+ }
1174
+ .text-md {
1175
+ font-size: var(--text-md);
1176
+ line-height: var(--tw-leading, var(--text-md--line-height));
1177
+ }
1178
+ .text-sm {
1179
+ font-size: var(--text-sm);
1180
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1181
+ }
1182
+ .text-smd {
1183
+ font-size: var(--text-smd);
1184
+ line-height: var(--tw-leading, var(--text-smd--line-height));
1185
+ }
1186
+ .text-xl {
1187
+ font-size: var(--text-xl);
1188
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1189
+ }
1190
+ .text-xs {
1191
+ font-size: var(--text-xs);
1192
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1193
+ }
1194
+ .text-\[12\.5px\] {
1195
+ font-size: 12.5px;
1196
+ }
1197
+ .text-\[13\.5px\] {
1198
+ font-size: 13.5px;
1199
+ }
1200
+ .text-\[13px\] {
1201
+ font-size: 13px;
1202
+ }
1203
+ .text-\[14px\] {
1204
+ font-size: 14px;
1205
+ }
1206
+ .text-\[15px\] {
1207
+ font-size: 15px;
1208
+ }
1209
+ .leading-\[1\.5\] {
1210
+ --tw-leading: 1.5;
1211
+ line-height: 1.5;
1212
+ }
1213
+ .leading-\[1\.7\] {
1214
+ --tw-leading: 1.7;
1215
+ line-height: 1.7;
1216
+ }
1217
+ .leading-\[1\.55\] {
1218
+ --tw-leading: 1.55;
1219
+ line-height: 1.55;
1220
+ }
1221
+ .leading-none {
1222
+ --tw-leading: 1;
1223
+ line-height: 1;
1224
+ }
1225
+ .leading-normal {
1226
+ --tw-leading: var(--leading-normal);
1227
+ line-height: var(--leading-normal);
1228
+ }
1229
+ .leading-relaxed {
1230
+ --tw-leading: var(--leading-relaxed);
1231
+ line-height: var(--leading-relaxed);
1232
+ }
1233
+ .leading-snug {
1234
+ --tw-leading: var(--leading-snug);
1235
+ line-height: var(--leading-snug);
1236
+ }
1237
+ .font-bold {
1238
+ --tw-font-weight: var(--font-weight-bold);
1239
+ font-weight: var(--font-weight-bold);
1240
+ }
1241
+ .font-extrabold {
1242
+ --tw-font-weight: var(--font-weight-extrabold);
1243
+ font-weight: var(--font-weight-extrabold);
1244
+ }
1245
+ .font-semibold {
1246
+ --tw-font-weight: var(--font-weight-semibold);
1247
+ font-weight: var(--font-weight-semibold);
1248
+ }
1249
+ .tracking-pill {
1250
+ --tw-tracking: var(--tracking-pill);
1251
+ letter-spacing: var(--tracking-pill);
1252
+ }
1253
+ .tracking-tag {
1254
+ --tw-tracking: var(--tracking-tag);
1255
+ letter-spacing: var(--tracking-tag);
1256
+ }
1257
+ .tracking-tight {
1258
+ --tw-tracking: var(--tracking-tight);
1259
+ letter-spacing: var(--tracking-tight);
1260
+ }
1261
+ .tracking-widest {
1262
+ --tw-tracking: var(--tracking-widest);
1263
+ letter-spacing: var(--tracking-widest);
1264
+ }
1265
+ .break-words {
1266
+ overflow-wrap: break-word;
1267
+ }
1268
+ .break-all {
1269
+ word-break: break-all;
1270
+ }
1271
+ .whitespace-nowrap {
1272
+ white-space: nowrap;
1273
+ }
1274
+ .text-accent {
1275
+ color: var(--color-accent);
1276
+ }
1277
+ .text-danger {
1278
+ color: var(--color-danger);
1279
+ }
1280
+ .text-info {
1281
+ color: var(--color-info);
1282
+ }
1283
+ .text-inherit {
1284
+ color: inherit;
1285
+ }
1286
+ .text-link {
1287
+ color: var(--color-link);
1288
+ }
1289
+ .text-mint-soft {
1290
+ color: var(--color-mint-soft);
1291
+ }
1292
+ .text-on-accent {
1293
+ color: var(--color-on-accent);
1294
+ }
1295
+ .text-on-fill {
1296
+ color: var(--color-on-fill);
1297
+ }
1298
+ .text-snackbar-danger {
1299
+ color: var(--color-snackbar-danger);
1300
+ }
1301
+ .text-success {
1302
+ color: var(--color-success);
1303
+ }
1304
+ .text-text {
1305
+ color: var(--color-text);
1306
+ }
1307
+ .text-text-dim {
1308
+ color: var(--color-text-dim);
1309
+ }
1310
+ .text-text-faint {
1311
+ color: var(--color-text-faint);
1312
+ }
1313
+ .text-transparent {
1314
+ color: transparent;
1315
+ }
1316
+ .text-warning {
1317
+ color: var(--color-warning);
1318
+ }
1319
+ .text-white {
1320
+ color: var(--color-white);
1321
+ }
1322
+ .uppercase {
1323
+ text-transform: uppercase;
1324
+ }
1325
+ .tabular-nums {
1326
+ --tw-numeric-spacing: tabular-nums;
1327
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1328
+ }
1329
+ .no-underline {
1330
+ text-decoration-line: none;
1331
+ }
1332
+ .opacity-\(--disabled-opacity\) {
1333
+ opacity: var(--disabled-opacity);
1334
+ }
1335
+ .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.25\)\] {
1336
+ --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.25));
1337
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1338
+ }
1339
+ .shadow-focus {
1340
+ --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(91, 139, 240, 0.16));
1341
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1342
+ }
1343
+ .shadow-glow {
1344
+ --tw-shadow: none;
1345
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1346
+ }
1347
+ .shadow-glow-strong {
1348
+ --tw-shadow: none;
1349
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1350
+ }
1351
+ .shadow-none {
1352
+ --tw-shadow: 0 0 #0000;
1353
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1354
+ }
1355
+ .shadow-overlay {
1356
+ --tw-shadow: var(--elev-overlay);
1357
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1358
+ }
1359
+ .shadow-popover {
1360
+ --tw-shadow: var(--elev-popover);
1361
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1362
+ }
1363
+ .shadow-soft {
1364
+ --tw-shadow: var(--elev-soft);
1365
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1366
+ }
1367
+ .ring {
1368
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1369
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1370
+ }
1371
+ .outline {
1372
+ outline-style: var(--tw-outline-style);
1373
+ outline-width: 1px;
1374
+ }
1375
+ .transition {
1376
+ 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;
1377
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1378
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1379
+ }
1380
+ .transition-\[background\,box-shadow\] {
1381
+ transition-property: background,box-shadow;
1382
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1383
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1384
+ }
1385
+ .transition-\[background\,color\,transform\] {
1386
+ transition-property: background,color,transform;
1387
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1388
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1389
+ }
1390
+ .transition-\[border-color\,box-shadow\] {
1391
+ transition-property: border-color,box-shadow;
1392
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1393
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1394
+ }
1395
+ .transition-\[left\] {
1396
+ transition-property: left;
1397
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1398
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1399
+ }
1400
+ .transition-\[transform\,filter\,background\,color\,box-shadow\] {
1401
+ transition-property: transform,filter,background,color,box-shadow;
1402
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1403
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1404
+ }
1405
+ .transition-colors {
1406
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1407
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1408
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1409
+ }
1410
+ .transition-transform {
1411
+ transition-property: transform, translate, scale, rotate;
1412
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1413
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1414
+ }
1415
+ .duration-\(--dur-base\) {
1416
+ --tw-duration: var(--dur-base);
1417
+ transition-duration: var(--dur-base);
1418
+ }
1419
+ .duration-\(--dur-fast\) {
1420
+ --tw-duration: var(--dur-fast);
1421
+ transition-duration: var(--dur-fast);
1422
+ }
1423
+ .ease-spring {
1424
+ --tw-ease: var(--ease-spring);
1425
+ transition-timing-function: var(--ease-spring);
1426
+ }
1427
+ .outline-none {
1428
+ --tw-outline-style: none;
1429
+ outline-style: none;
1430
+ }
1431
+ .select-none {
1432
+ -webkit-user-select: none;
1433
+ user-select: none;
1434
+ }
1435
+ .peer-focus-visible\:shadow-focus:is(:where(.peer):focus-visible ~ *) {
1436
+ --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(91, 139, 240, 0.16));
1437
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1438
+ }
1439
+ .placeholder\:text-text-faint::placeholder {
1440
+ color: var(--color-text-faint);
1441
+ }
1442
+ .after\:absolute::after {
1443
+ content: var(--tw-content);
1444
+ position: absolute;
1445
+ }
1446
+ .after\:inset-x-\[12\%\]::after {
1447
+ content: var(--tw-content);
1448
+ inset-inline: 12%;
1449
+ }
1450
+ .after\:-bottom-px::after {
1451
+ content: var(--tw-content);
1452
+ bottom: -1px;
1453
+ }
1454
+ .after\:h-0\.5::after {
1455
+ content: var(--tw-content);
1456
+ height: calc(var(--spacing) * 0.5);
1457
+ }
1458
+ .after\:origin-center::after {
1459
+ content: var(--tw-content);
1460
+ transform-origin: center;
1461
+ }
1462
+ .after\:scale-x-0::after {
1463
+ content: var(--tw-content);
1464
+ --tw-scale-x: 0%;
1465
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1466
+ }
1467
+ .after\:scale-x-100::after {
1468
+ content: var(--tw-content);
1469
+ --tw-scale-x: 100%;
1470
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1471
+ }
1472
+ .after\:rounded-xs::after {
1473
+ content: var(--tw-content);
1474
+ border-radius: var(--radius-xs);
1475
+ }
1476
+ .after\:bg-accent::after {
1477
+ content: var(--tw-content);
1478
+ background-color: var(--color-accent);
1479
+ }
1480
+ .after\:transition-transform::after {
1481
+ content: var(--tw-content);
1482
+ transition-property: transform, translate, scale, rotate;
1483
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1484
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1485
+ }
1486
+ .after\:duration-\(--dur-base\)::after {
1487
+ content: var(--tw-content);
1488
+ --tw-duration: var(--dur-base);
1489
+ transition-duration: var(--dur-base);
1490
+ }
1491
+ .after\:ease-spring::after {
1492
+ content: var(--tw-content);
1493
+ --tw-ease: var(--ease-spring);
1494
+ transition-timing-function: var(--ease-spring);
1495
+ }
1496
+ .after\:content-\[\'\'\]::after {
1497
+ --tw-content: '';
1498
+ content: var(--tw-content);
1499
+ }
1500
+ .focus-within\:border-info:focus-within {
1501
+ border-color: var(--color-info);
1502
+ }
1503
+ .focus-within\:shadow-focus:focus-within {
1504
+ --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(91, 139, 240, 0.16));
1505
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1506
+ }
1507
+ @media (hover: hover) {
1508
+ .hover\:-translate-y-1:hover {
1509
+ --tw-translate-y: calc(var(--spacing) * -1);
1510
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1511
+ }
1512
+ .hover\:-translate-y-px:hover {
1513
+ --tw-translate-y: -1px;
1514
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1515
+ }
1516
+ .hover\:bg-surface-hover:hover {
1517
+ background-color: var(--color-surface-hover);
1518
+ }
1519
+ .hover\:bg-transparent:hover {
1520
+ background-color: transparent;
1521
+ }
1522
+ .hover\:text-accent:hover {
1523
+ color: var(--color-accent);
1524
+ }
1525
+ .hover\:text-link-hover:hover {
1526
+ color: var(--color-link-hover);
1527
+ }
1528
+ .hover\:text-text:hover {
1529
+ color: var(--color-text);
1530
+ }
1531
+ .hover\:text-text-dim:hover {
1532
+ color: var(--color-text-dim);
1533
+ }
1534
+ .hover\:shadow-glow:hover {
1535
+ --tw-shadow: none;
1536
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1537
+ }
1538
+ .hover\:shadow-none:hover {
1539
+ --tw-shadow: 0 0 #0000;
1540
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1541
+ }
1542
+ }
1543
+ .focus-visible\:shadow-focus:focus-visible {
1544
+ --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(91, 139, 240, 0.16));
1545
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1546
+ }
1547
+ .focus-visible\:outline-none:focus-visible {
1548
+ --tw-outline-style: none;
1549
+ outline-style: none;
1550
+ }
1551
+ .active\:scale-100:active {
1552
+ --tw-scale-x: 100%;
1553
+ --tw-scale-y: 100%;
1554
+ --tw-scale-z: 100%;
1555
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1556
+ }
1557
+ .active\:bg-transparent:active {
1558
+ background-color: transparent;
1559
+ }
1560
+ @media (hover: hover) {
1561
+ .enabled\:hover\:bg-danger-surface:enabled:hover {
1562
+ background-color: var(--color-danger-surface);
1563
+ }
1564
+ .enabled\:hover\:bg-surface-hover:enabled:hover {
1565
+ background-color: var(--color-surface-hover);
1566
+ }
1567
+ .enabled\:hover\:bg-tint-5:enabled:hover {
1568
+ background-color: var(--color-tint-5);
1569
+ }
1570
+ .enabled\:hover\:bg-tint-13:enabled:hover {
1571
+ background-color: var(--color-tint-13);
1572
+ }
1573
+ .enabled\:hover\:text-mint-soft:enabled:hover {
1574
+ color: var(--color-mint-soft);
1575
+ }
1576
+ .enabled\:hover\:text-text:enabled:hover {
1577
+ color: var(--color-text);
1578
+ }
1579
+ .enabled\:hover\:shadow-glow:enabled:hover {
1580
+ --tw-shadow: none;
1581
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1582
+ }
1583
+ .enabled\:hover\:brightness-\[\.93\]:enabled:hover {
1584
+ --tw-brightness: brightness(.93);
1585
+ 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,);
1586
+ }
1587
+ }
1588
+ .enabled\:active\:scale-\[0\.97\]:enabled:active {
1589
+ scale: 0.97;
1590
+ }
1591
+ .disabled\:cursor-not-allowed:disabled {
1592
+ cursor: not-allowed;
1593
+ }
1594
+ .disabled\:border-transparent:disabled {
1595
+ border-color: transparent;
1596
+ }
1597
+ .disabled\:bg-surface-3:disabled {
1598
+ background-color: var(--color-surface-3);
1599
+ }
1600
+ .disabled\:text-text-dim:disabled {
1601
+ color: var(--color-text-dim);
1602
+ }
1603
+ .disabled\:opacity-\(--disabled-opacity\):disabled {
1604
+ opacity: var(--disabled-opacity);
1605
+ }
1606
+ .disabled\:opacity-35:disabled {
1607
+ opacity: 35%;
1608
+ }
1609
+ .disabled\:opacity-50:disabled {
1610
+ opacity: 50%;
1611
+ }
1612
+ .disabled\:shadow-none:disabled {
1613
+ --tw-shadow: 0 0 #0000;
1614
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1615
+ }
1616
+ @media (width >= 40rem) {
1617
+ .sm\:absolute {
1618
+ position: absolute;
1619
+ }
1620
+ .sm\:left-auto {
1621
+ left: auto;
1622
+ }
1623
+ }
1624
+ @media (pointer: coarse) {
1625
+ .pointer-coarse\:h-10 {
1626
+ height: calc(var(--spacing) * 10);
1627
+ }
1628
+ .pointer-coarse\:w-10 {
1629
+ width: calc(var(--spacing) * 10);
1630
+ }
1631
+ }
1632
+ .\[\&\>svg\]\:shrink-0 > svg {
1633
+ flex-shrink: 0;
1634
+ }
1635
+ }
1636
+ :root {
1637
+ --elev-soft: 0 2px 6px -2px rgba(0, 0, 0, 0.5);
1638
+ --elev-popover: 0 16px 30px -16px rgba(0, 0, 0, 0.7);
1639
+ --elev-overlay: 0 26px 64px -32px rgba(0, 0, 0, 0.85);
1640
+ }
1641
+ :root[data-theme="light"] {
1642
+ --color-bg: #e9e9e6;
1643
+ --color-bg-elevated: #f4f1e9;
1644
+ --color-surface: #ffffff;
1645
+ --color-surface-2: rgba(244, 241, 233, 0.96);
1646
+ --color-surface-3: #ebe7dc;
1647
+ --color-surface-hover: #f1ede3;
1648
+ --color-border: #e2ded3;
1649
+ --color-border-strong: #d6d2c6;
1650
+ --color-text: #17160f;
1651
+ --color-text-dim: #5c5b52;
1652
+ --color-text-faint: #a3a197;
1653
+ --color-fill: #17160f;
1654
+ --color-on-fill: #f1eee6;
1655
+ --color-mint: #ff5a36;
1656
+ --color-mint-soft: #c8431f;
1657
+ --color-cyan: #3b6fe0;
1658
+ --color-violet: #1fa463;
1659
+ --color-success: #1fa463;
1660
+ --color-warning: #e0930f;
1661
+ --color-danger: #d8433d;
1662
+ --color-info: #3b6fe0;
1663
+ --color-shadow: #b4afa0;
1664
+ --color-snackbar-danger: var(--color-danger);
1665
+ --color-snackbar-danger-border: color-mix(in srgb, #ff6b6b 30%, transparent);
1666
+ @supports (color: color-mix(in lab, red, red)) {
1667
+ --color-snackbar-danger-border: color-mix(in srgb, var(--color-danger) 30%, transparent);
1668
+ }
1669
+ --elev-soft: 0 2px 6px -2px rgba(20, 20, 26, 0.12);
1670
+ --elev-popover: 0 12px 24px -14px rgba(20, 20, 26, 0.4);
1671
+ --elev-overlay: 0 20px 46px -28px rgba(20, 20, 26, 0.42);
1672
+ }
1673
+ @layer base {
1674
+ *, ::before, ::after, ::backdrop {
1675
+ box-sizing: border-box;
1676
+ }
1677
+ button, input, optgroup, select, textarea {
1678
+ font: inherit;
1679
+ font-feature-settings: inherit;
1680
+ font-variation-settings: inherit;
1681
+ letter-spacing: inherit;
1682
+ color: inherit;
1683
+ margin: 0;
1684
+ padding: 0;
1685
+ border: 0 solid;
1686
+ border-radius: 0;
1687
+ background-color: transparent;
1688
+ opacity: 1;
1689
+ }
1690
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
1691
+ appearance: button;
1692
+ }
1693
+ ::placeholder {
1694
+ opacity: 1;
1695
+ }
1696
+ :disabled {
1697
+ cursor: default;
1698
+ }
1699
+ }
1700
+ @layer components {
1701
+ .modal-backdrop {
1702
+ position: fixed;
1703
+ inset: 0;
1704
+ z-index: var(--z-modal);
1705
+ display: flex;
1706
+ align-items: center;
1707
+ justify-content: center;
1708
+ padding: 20px;
1709
+ background: color-mix(in srgb, #000 32%, transparent);
1710
+ backdrop-filter: blur(6px);
1711
+ -webkit-backdrop-filter: blur(6px);
1712
+ animation: fade-in 0.2s ease both;
1713
+ }
1714
+ .modal {
1715
+ position: relative;
1716
+ background: var(--color-surface);
1717
+ border: 1px solid var(--color-border-strong);
1718
+ border-radius: var(--radius-card);
1719
+ padding: 34px 34px 30px;
1720
+ width: min(400px, 92vw);
1721
+ display: flex;
1722
+ flex-direction: column;
1723
+ gap: 14px;
1724
+ box-shadow: var(--shadow-overlay);
1725
+ animation: card-in 0.4s var(--ease-spring) both;
1726
+ }
1727
+ .modal h2 {
1728
+ font-size: 17px;
1729
+ font-weight: 700;
1730
+ text-align: center;
1731
+ margin-bottom: 6px;
1732
+ }
1733
+ .modal button[type="submit"] {
1734
+ margin-top: 6px;
1735
+ padding: 14px;
1736
+ font-size: 15px;
1737
+ letter-spacing: 0.08em;
1738
+ }
1739
+ .modal-close {
1740
+ position: absolute;
1741
+ top: 16px;
1742
+ right: 16px;
1743
+ width: 30px;
1744
+ height: 30px;
1745
+ display: flex;
1746
+ align-items: center;
1747
+ justify-content: center;
1748
+ padding: 0;
1749
+ border: 1px solid transparent;
1750
+ border-radius: 50%;
1751
+ background: transparent;
1752
+ color: var(--color-text-dim);
1753
+ font-family: var(--font-display);
1754
+ font-size: 21px;
1755
+ font-weight: 700;
1756
+ line-height: 1;
1757
+ cursor: pointer;
1758
+ transition: background 0.18s ease, color 0.18s ease;
1759
+ }
1760
+ .modal-close:hover {
1761
+ background: color-mix(in srgb, #f3f0e7 6%, transparent);
1762
+ @supports (color: color-mix(in lab, red, red)) {
1763
+ background: color-mix(in srgb, var(--color-text) 6%, transparent);
1764
+ }
1765
+ color: var(--color-text);
1766
+ }
1767
+ .bottom-sheet-backdrop {
1768
+ position: fixed;
1769
+ inset: 0;
1770
+ z-index: var(--z-modal);
1771
+ display: flex;
1772
+ align-items: flex-end;
1773
+ background: color-mix(in srgb, #121211 55%, transparent);
1774
+ @supports (color: color-mix(in lab, red, red)) {
1775
+ background: color-mix(in srgb, var(--color-bg) 55%, transparent);
1776
+ }
1777
+ backdrop-filter: blur(2px);
1778
+ -webkit-backdrop-filter: blur(2px);
1779
+ animation: card-in 0.2s var(--ease-spring) both;
1780
+ }
1781
+ .bottom-sheet {
1782
+ position: relative;
1783
+ width: 100%;
1784
+ display: flex;
1785
+ flex-direction: column;
1786
+ min-height: 0;
1787
+ background: var(--color-bg);
1788
+ border: 1px solid var(--color-border);
1789
+ border-bottom: none;
1790
+ border-radius: var(--radius-sheet) var(--radius-sheet) 0 0;
1791
+ box-shadow: 0 -16px 34px -18px color-mix(in srgb, #000 80%, transparent);
1792
+ @supports (color: color-mix(in lab, red, red)) {
1793
+ box-shadow: 0 -16px 34px -18px color-mix(in srgb, var(--color-shadow) 80%, transparent);
1794
+ }
1795
+ transition: height 0.28s var(--ease-spring);
1796
+ }
1797
+ .bottom-sheet--mid {
1798
+ height: 68dvh;
1799
+ }
1800
+ .bottom-sheet--full {
1801
+ height: 94dvh;
1802
+ }
1803
+ .bottom-sheet-handle-area {
1804
+ display: flex;
1805
+ justify-content: center;
1806
+ flex-shrink: 0;
1807
+ padding: 10px 0 6px;
1808
+ cursor: grab;
1809
+ touch-action: none;
1810
+ }
1811
+ .bottom-sheet-handle {
1812
+ width: 38px;
1813
+ height: 5px;
1814
+ border-radius: var(--radius-pill);
1815
+ background: var(--color-text-dim);
1816
+ }
1817
+ .bottom-sheet-close {
1818
+ position: absolute;
1819
+ top: 8px;
1820
+ right: 8px;
1821
+ width: 36px;
1822
+ height: 36px;
1823
+ display: flex;
1824
+ align-items: center;
1825
+ justify-content: center;
1826
+ padding: 0;
1827
+ border: 1px solid transparent;
1828
+ border-radius: 50%;
1829
+ background: var(--color-surface);
1830
+ color: var(--color-text-dim);
1831
+ font-family: var(--font-display);
1832
+ font-size: 18px;
1833
+ font-weight: 700;
1834
+ line-height: 1;
1835
+ cursor: pointer;
1836
+ box-shadow: none;
1837
+ transition: background 0.18s ease, color 0.18s ease;
1838
+ }
1839
+ .bottom-sheet-close:hover {
1840
+ background: var(--color-surface-hover);
1841
+ color: var(--color-text);
1842
+ }
1843
+ .bottom-sheet-body {
1844
+ flex: 1;
1845
+ min-height: 0;
1846
+ display: flex;
1847
+ flex-direction: column;
1848
+ overflow: hidden;
1849
+ }
1850
+ .google-icon {
1851
+ flex-shrink: 0;
1852
+ }
1853
+ @keyframes card-in {
1854
+ from {
1855
+ opacity: 0;
1856
+ transform: translateY(18px) scale(0.97);
1857
+ }
1858
+ to {
1859
+ opacity: 1;
1860
+ transform: none;
1861
+ }
1862
+ }
1863
+ @keyframes fade-in {
1864
+ from {
1865
+ opacity: 0;
1866
+ }
1867
+ to {
1868
+ opacity: 1;
1869
+ }
1870
+ }
1871
+ @keyframes pop-in {
1872
+ 0% {
1873
+ opacity: 0;
1874
+ transform: scale(0.85);
1875
+ }
1876
+ 60% {
1877
+ transform: scale(1.04);
1878
+ }
1879
+ 100% {
1880
+ opacity: 1;
1881
+ transform: scale(1);
1882
+ }
1883
+ }
1884
+ @keyframes snackbar-in {
1885
+ from {
1886
+ opacity: 0;
1887
+ transform: translate(-50%, 14px);
1888
+ }
1889
+ to {
1890
+ opacity: 1;
1891
+ transform: translate(-50%, 0);
1892
+ }
1893
+ }
1894
+ @keyframes ring-timer-urgent-pulse {
1895
+ 0%, 100% {
1896
+ transform: scale(1);
1897
+ }
1898
+ 50% {
1899
+ transform: scale(1.07);
1900
+ }
1901
+ }
1902
+ @media (prefers-reduced-motion: reduce) {
1903
+ .modal-backdrop, .modal, .bottom-sheet-backdrop {
1904
+ animation: none;
1905
+ }
1906
+ .bottom-sheet {
1907
+ transition: none;
1908
+ }
1909
+ }
1910
+ }
1911
+ @property --tw-scale-x {
1912
+ syntax: "*";
1913
+ inherits: false;
1914
+ initial-value: 1;
1915
+ }
1916
+ @property --tw-scale-y {
1917
+ syntax: "*";
1918
+ inherits: false;
1919
+ initial-value: 1;
1920
+ }
1921
+ @property --tw-scale-z {
1922
+ syntax: "*";
1923
+ inherits: false;
1924
+ initial-value: 1;
1925
+ }
1926
+ @property --tw-rotate-x {
1927
+ syntax: "*";
1928
+ inherits: false;
1929
+ }
1930
+ @property --tw-rotate-y {
1931
+ syntax: "*";
1932
+ inherits: false;
1933
+ }
1934
+ @property --tw-rotate-z {
1935
+ syntax: "*";
1936
+ inherits: false;
1937
+ }
1938
+ @property --tw-skew-x {
1939
+ syntax: "*";
1940
+ inherits: false;
1941
+ }
1942
+ @property --tw-skew-y {
1943
+ syntax: "*";
1944
+ inherits: false;
1945
+ }
1946
+ @property --tw-border-style {
1947
+ syntax: "*";
1948
+ inherits: false;
1949
+ initial-value: solid;
1950
+ }
1951
+ @property --tw-leading {
1952
+ syntax: "*";
1953
+ inherits: false;
1954
+ }
1955
+ @property --tw-font-weight {
1956
+ syntax: "*";
1957
+ inherits: false;
1958
+ }
1959
+ @property --tw-tracking {
1960
+ syntax: "*";
1961
+ inherits: false;
1962
+ }
1963
+ @property --tw-ordinal {
1964
+ syntax: "*";
1965
+ inherits: false;
1966
+ }
1967
+ @property --tw-slashed-zero {
1968
+ syntax: "*";
1969
+ inherits: false;
1970
+ }
1971
+ @property --tw-numeric-figure {
1972
+ syntax: "*";
1973
+ inherits: false;
1974
+ }
1975
+ @property --tw-numeric-spacing {
1976
+ syntax: "*";
1977
+ inherits: false;
1978
+ }
1979
+ @property --tw-numeric-fraction {
1980
+ syntax: "*";
1981
+ inherits: false;
1982
+ }
1983
+ @property --tw-shadow {
1984
+ syntax: "*";
1985
+ inherits: false;
1986
+ initial-value: 0 0 #0000;
1987
+ }
1988
+ @property --tw-shadow-color {
1989
+ syntax: "*";
1990
+ inherits: false;
1991
+ }
1992
+ @property --tw-shadow-alpha {
1993
+ syntax: "<percentage>";
1994
+ inherits: false;
1995
+ initial-value: 100%;
1996
+ }
1997
+ @property --tw-inset-shadow {
1998
+ syntax: "*";
1999
+ inherits: false;
2000
+ initial-value: 0 0 #0000;
2001
+ }
2002
+ @property --tw-inset-shadow-color {
2003
+ syntax: "*";
2004
+ inherits: false;
2005
+ }
2006
+ @property --tw-inset-shadow-alpha {
2007
+ syntax: "<percentage>";
2008
+ inherits: false;
2009
+ initial-value: 100%;
2010
+ }
2011
+ @property --tw-ring-color {
2012
+ syntax: "*";
2013
+ inherits: false;
2014
+ }
2015
+ @property --tw-ring-shadow {
2016
+ syntax: "*";
2017
+ inherits: false;
2018
+ initial-value: 0 0 #0000;
2019
+ }
2020
+ @property --tw-inset-ring-color {
2021
+ syntax: "*";
2022
+ inherits: false;
2023
+ }
2024
+ @property --tw-inset-ring-shadow {
2025
+ syntax: "*";
2026
+ inherits: false;
2027
+ initial-value: 0 0 #0000;
2028
+ }
2029
+ @property --tw-ring-inset {
2030
+ syntax: "*";
2031
+ inherits: false;
2032
+ }
2033
+ @property --tw-ring-offset-width {
2034
+ syntax: "<length>";
2035
+ inherits: false;
2036
+ initial-value: 0px;
2037
+ }
2038
+ @property --tw-ring-offset-color {
2039
+ syntax: "*";
2040
+ inherits: false;
2041
+ initial-value: #fff;
2042
+ }
2043
+ @property --tw-ring-offset-shadow {
2044
+ syntax: "*";
2045
+ inherits: false;
2046
+ initial-value: 0 0 #0000;
2047
+ }
2048
+ @property --tw-outline-style {
2049
+ syntax: "*";
2050
+ inherits: false;
2051
+ initial-value: solid;
2052
+ }
2053
+ @property --tw-duration {
2054
+ syntax: "*";
2055
+ inherits: false;
2056
+ }
2057
+ @property --tw-ease {
2058
+ syntax: "*";
2059
+ inherits: false;
2060
+ }
2061
+ @property --tw-content {
2062
+ syntax: "*";
2063
+ initial-value: "";
2064
+ inherits: false;
2065
+ }
2066
+ @property --tw-translate-x {
2067
+ syntax: "*";
2068
+ inherits: false;
2069
+ initial-value: 0;
2070
+ }
2071
+ @property --tw-translate-y {
2072
+ syntax: "*";
2073
+ inherits: false;
2074
+ initial-value: 0;
2075
+ }
2076
+ @property --tw-translate-z {
2077
+ syntax: "*";
2078
+ inherits: false;
2079
+ initial-value: 0;
2080
+ }
2081
+ @property --tw-blur {
2082
+ syntax: "*";
2083
+ inherits: false;
2084
+ }
2085
+ @property --tw-brightness {
2086
+ syntax: "*";
2087
+ inherits: false;
2088
+ }
2089
+ @property --tw-contrast {
2090
+ syntax: "*";
2091
+ inherits: false;
2092
+ }
2093
+ @property --tw-grayscale {
2094
+ syntax: "*";
2095
+ inherits: false;
2096
+ }
2097
+ @property --tw-hue-rotate {
2098
+ syntax: "*";
2099
+ inherits: false;
2100
+ }
2101
+ @property --tw-invert {
2102
+ syntax: "*";
2103
+ inherits: false;
2104
+ }
2105
+ @property --tw-opacity {
2106
+ syntax: "*";
2107
+ inherits: false;
2108
+ }
2109
+ @property --tw-saturate {
2110
+ syntax: "*";
2111
+ inherits: false;
2112
+ }
2113
+ @property --tw-sepia {
2114
+ syntax: "*";
2115
+ inherits: false;
2116
+ }
2117
+ @property --tw-drop-shadow {
2118
+ syntax: "*";
2119
+ inherits: false;
2120
+ }
2121
+ @property --tw-drop-shadow-color {
2122
+ syntax: "*";
2123
+ inherits: false;
2124
+ }
2125
+ @property --tw-drop-shadow-alpha {
2126
+ syntax: "<percentage>";
2127
+ inherits: false;
2128
+ initial-value: 100%;
2129
+ }
2130
+ @property --tw-drop-shadow-size {
2131
+ syntax: "*";
2132
+ inherits: false;
2133
+ }
2134
+ @keyframes spin {
2135
+ to {
2136
+ transform: rotate(360deg);
2137
+ }
2138
+ }
2139
+ @keyframes pulse {
2140
+ 50% {
2141
+ opacity: 0.5;
2142
+ }
2143
+ }
2144
+ @layer properties {
2145
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2146
+ *, ::before, ::after, ::backdrop {
2147
+ --tw-scale-x: 1;
2148
+ --tw-scale-y: 1;
2149
+ --tw-scale-z: 1;
2150
+ --tw-rotate-x: initial;
2151
+ --tw-rotate-y: initial;
2152
+ --tw-rotate-z: initial;
2153
+ --tw-skew-x: initial;
2154
+ --tw-skew-y: initial;
2155
+ --tw-border-style: solid;
2156
+ --tw-leading: initial;
2157
+ --tw-font-weight: initial;
2158
+ --tw-tracking: initial;
2159
+ --tw-ordinal: initial;
2160
+ --tw-slashed-zero: initial;
2161
+ --tw-numeric-figure: initial;
2162
+ --tw-numeric-spacing: initial;
2163
+ --tw-numeric-fraction: initial;
2164
+ --tw-shadow: 0 0 #0000;
2165
+ --tw-shadow-color: initial;
2166
+ --tw-shadow-alpha: 100%;
2167
+ --tw-inset-shadow: 0 0 #0000;
2168
+ --tw-inset-shadow-color: initial;
2169
+ --tw-inset-shadow-alpha: 100%;
2170
+ --tw-ring-color: initial;
2171
+ --tw-ring-shadow: 0 0 #0000;
2172
+ --tw-inset-ring-color: initial;
2173
+ --tw-inset-ring-shadow: 0 0 #0000;
2174
+ --tw-ring-inset: initial;
2175
+ --tw-ring-offset-width: 0px;
2176
+ --tw-ring-offset-color: #fff;
2177
+ --tw-ring-offset-shadow: 0 0 #0000;
2178
+ --tw-outline-style: solid;
2179
+ --tw-duration: initial;
2180
+ --tw-ease: initial;
2181
+ --tw-content: "";
2182
+ --tw-translate-x: 0;
2183
+ --tw-translate-y: 0;
2184
+ --tw-translate-z: 0;
2185
+ --tw-blur: initial;
2186
+ --tw-brightness: initial;
2187
+ --tw-contrast: initial;
2188
+ --tw-grayscale: initial;
2189
+ --tw-hue-rotate: initial;
2190
+ --tw-invert: initial;
2191
+ --tw-opacity: initial;
2192
+ --tw-saturate: initial;
2193
+ --tw-sepia: initial;
2194
+ --tw-drop-shadow: initial;
2195
+ --tw-drop-shadow-color: initial;
2196
+ --tw-drop-shadow-alpha: 100%;
2197
+ --tw-drop-shadow-size: initial;
2198
+ }
2199
+ }
2200
+ }