@telepix-lab/telepix-ui 0.2.1 → 0.3.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.
Files changed (128) hide show
  1. package/README.md +4 -3
  2. package/dist/cjs/button/index.d.ts +3 -3
  3. package/dist/cjs/button/types.d.ts +12 -0
  4. package/dist/cjs/client.d.ts +16 -0
  5. package/dist/cjs/client.js +13010 -0
  6. package/dist/cjs/dialog/index.d.ts +3 -3
  7. package/dist/cjs/horizontal-tab/index.d.ts +2 -2
  8. package/dist/cjs/horizontal-tab/types.d.ts +5 -0
  9. package/dist/cjs/index.d.ts +0 -44
  10. package/dist/cjs/index.js +3662 -13682
  11. package/dist/cjs/input/index.d.ts +2 -2
  12. package/dist/cjs/input/types.d.ts +5 -0
  13. package/dist/cjs/lib/twMerge.d.ts +2 -0
  14. package/dist/cjs/lib/utils.d.ts +2 -0
  15. package/dist/cjs/multiple-select/index.d.ts +2 -2
  16. package/dist/cjs/multiple-select/types.d.ts +5 -0
  17. package/dist/cjs/pagination/index.d.ts +8 -8
  18. package/dist/cjs/radio-group/index.d.ts +2 -1
  19. package/dist/cjs/radio-group/types.d.ts +5 -0
  20. package/dist/cjs/select/index.d.ts +3 -3
  21. package/dist/cjs/select/types.d.ts +10 -0
  22. package/dist/cjs/styles.css +1 -1691
  23. package/dist/cjs/tag/index.d.ts +1 -1
  24. package/dist/cjs/tag/types.d.ts +10 -0
  25. package/dist/cjs/text/index.d.ts +5 -5
  26. package/dist/cjs/text/types.d.ts +74 -0
  27. package/dist/cjs/tooltip/index.d.ts +3 -3
  28. package/dist/cjs/tooltip/types.d.ts +10 -0
  29. package/dist/cjs/vertical-menu/index.d.ts +3 -3
  30. package/dist/cjs/vertical-menu/types.d.ts +10 -0
  31. package/dist/client.d.ts +398 -0
  32. package/dist/esm/button/index.d.ts +3 -3
  33. package/dist/esm/button/types.d.ts +12 -0
  34. package/dist/esm/client.d.ts +16 -0
  35. package/dist/esm/client.js +12927 -0
  36. package/dist/esm/dialog/index.d.ts +3 -3
  37. package/dist/esm/horizontal-tab/index.d.ts +2 -2
  38. package/dist/esm/horizontal-tab/types.d.ts +5 -0
  39. package/dist/esm/index.d.ts +0 -44
  40. package/dist/esm/index.js +3676 -13548
  41. package/dist/esm/input/index.d.ts +2 -2
  42. package/dist/esm/input/types.d.ts +5 -0
  43. package/dist/esm/lib/twMerge.d.ts +2 -0
  44. package/dist/esm/lib/utils.d.ts +2 -0
  45. package/dist/esm/multiple-select/index.d.ts +2 -2
  46. package/dist/esm/multiple-select/types.d.ts +5 -0
  47. package/dist/esm/pagination/index.d.ts +8 -8
  48. package/dist/esm/radio-group/index.d.ts +2 -1
  49. package/dist/esm/radio-group/types.d.ts +5 -0
  50. package/dist/esm/select/index.d.ts +3 -3
  51. package/dist/esm/select/types.d.ts +10 -0
  52. package/dist/esm/styles.css +1 -1691
  53. package/dist/esm/tag/index.d.ts +1 -1
  54. package/dist/esm/tag/types.d.ts +10 -0
  55. package/dist/esm/text/index.d.ts +5 -5
  56. package/dist/esm/text/types.d.ts +74 -0
  57. package/dist/esm/tooltip/index.d.ts +3 -3
  58. package/dist/esm/tooltip/types.d.ts +10 -0
  59. package/dist/esm/vertical-menu/index.d.ts +3 -3
  60. package/dist/esm/vertical-menu/types.d.ts +10 -0
  61. package/dist/index.d.ts +116 -2395
  62. package/package.json +14 -8
  63. package/dist/cjs/autocomplete/styles.d.ts +0 -49
  64. package/dist/cjs/button/styles.d.ts +0 -95
  65. package/dist/cjs/calendar/styles.d.ts +0 -103
  66. package/dist/cjs/card/styles.d.ts +0 -28
  67. package/dist/cjs/checkbox/styles.d.ts +0 -43
  68. package/dist/cjs/context-menu/styleVariable.stylex.d.ts +0 -4
  69. package/dist/cjs/context-menu/styles.d.ts +0 -103
  70. package/dist/cjs/date-picker/styles.d.ts +0 -5
  71. package/dist/cjs/dialog/styles.d.ts +0 -23
  72. package/dist/cjs/hooks/usePreferColors.d.ts +0 -13
  73. package/dist/cjs/horizontal-tab/styles.d.ts +0 -74
  74. package/dist/cjs/index.css +0 -1
  75. package/dist/cjs/index.js.map +0 -1
  76. package/dist/cjs/input/styles.d.ts +0 -75
  77. package/dist/cjs/interactive-list-item/styles.d.ts +0 -49
  78. package/dist/cjs/mode-tab/styles.d.ts +0 -49
  79. package/dist/cjs/multiple-select/styles.d.ts +0 -138
  80. package/dist/cjs/pagination/styles.d.ts +0 -47
  81. package/dist/cjs/radio-group/styles.d.ts +0 -47
  82. package/dist/cjs/select/styles.d.ts +0 -107
  83. package/dist/cjs/styles/common.d.ts +0 -7
  84. package/dist/cjs/styles/layout.stylex.d.ts +0 -19
  85. package/dist/cjs/styles/primitiveColors.stylex.d.ts +0 -175
  86. package/dist/cjs/styles/semanticColors.stylex.d.ts +0 -148
  87. package/dist/cjs/styles/shadow.stylex.d.ts +0 -11
  88. package/dist/cjs/styles/transitions.stylex.d.ts +0 -6
  89. package/dist/cjs/styles/typography.stylex.d.ts +0 -43
  90. package/dist/cjs/table/styles.d.ts +0 -45
  91. package/dist/cjs/tag/styles.d.ts +0 -91
  92. package/dist/cjs/text/styles.d.ts +0 -290
  93. package/dist/cjs/textarea/styles.d.ts +0 -30
  94. package/dist/cjs/tooltip/styles.d.ts +0 -59
  95. package/dist/cjs/vertical-menu/styles.d.ts +0 -84
  96. package/dist/esm/autocomplete/styles.d.ts +0 -49
  97. package/dist/esm/button/styles.d.ts +0 -95
  98. package/dist/esm/calendar/styles.d.ts +0 -103
  99. package/dist/esm/card/styles.d.ts +0 -28
  100. package/dist/esm/checkbox/styles.d.ts +0 -43
  101. package/dist/esm/context-menu/styleVariable.stylex.d.ts +0 -4
  102. package/dist/esm/context-menu/styles.d.ts +0 -103
  103. package/dist/esm/date-picker/styles.d.ts +0 -5
  104. package/dist/esm/dialog/styles.d.ts +0 -23
  105. package/dist/esm/hooks/usePreferColors.d.ts +0 -13
  106. package/dist/esm/horizontal-tab/styles.d.ts +0 -74
  107. package/dist/esm/index.css +0 -1
  108. package/dist/esm/index.js.map +0 -1
  109. package/dist/esm/input/styles.d.ts +0 -75
  110. package/dist/esm/interactive-list-item/styles.d.ts +0 -49
  111. package/dist/esm/mode-tab/styles.d.ts +0 -49
  112. package/dist/esm/multiple-select/styles.d.ts +0 -138
  113. package/dist/esm/pagination/styles.d.ts +0 -47
  114. package/dist/esm/radio-group/styles.d.ts +0 -47
  115. package/dist/esm/select/styles.d.ts +0 -107
  116. package/dist/esm/styles/common.d.ts +0 -7
  117. package/dist/esm/styles/layout.stylex.d.ts +0 -19
  118. package/dist/esm/styles/primitiveColors.stylex.d.ts +0 -175
  119. package/dist/esm/styles/semanticColors.stylex.d.ts +0 -148
  120. package/dist/esm/styles/shadow.stylex.d.ts +0 -11
  121. package/dist/esm/styles/transitions.stylex.d.ts +0 -6
  122. package/dist/esm/styles/typography.stylex.d.ts +0 -43
  123. package/dist/esm/table/styles.d.ts +0 -45
  124. package/dist/esm/tag/styles.d.ts +0 -91
  125. package/dist/esm/text/styles.d.ts +0 -290
  126. package/dist/esm/textarea/styles.d.ts +0 -30
  127. package/dist/esm/tooltip/styles.d.ts +0 -59
  128. package/dist/esm/vertical-menu/styles.d.ts +0 -84
@@ -1,1691 +1 @@
1
- @layer priority1 {
2
- :root, .tpstun8bdo {
3
- --tpst16kocez: 0;
4
- --tpst1vsob78: .125rem;
5
- --tpst1w7bvkk: .25rem;
6
- --tpst1ls88jo: .375rem;
7
- --tpst1d2ic4p: .5rem;
8
- --tpst1bkg6mz: 1rem;
9
- --tpstbu84cc: 9999px;
10
- }
11
-
12
- :root, .tpst14l95s3 {
13
- --tpst176n8w4: 3.25rem;
14
- --tpst1cn3bf9: 1.875rem;
15
- --tpst1ck7jd6: 2.5rem;
16
- --tpster68pz: 1.75rem;
17
- --tpstt98vng: 2.25rem;
18
- --tpst17n5r6a: 1.625rem;
19
- --tpstfx2dhf: 2rem;
20
- --tpsti84zyh: 1.5rem;
21
- --tpst1wgxelp: 1.75rem;
22
- --tpstohgo1r: 1.3125rem;
23
- --tpst1v3vljw: 1.5rem;
24
- --tpst1tpl8o: 1rem;
25
- --tpst3oounl: 1.3125rem;
26
- --tpstfxw7go: .875rem;
27
- }
28
-
29
- :root, .tpst1cmuz2h {
30
- --tpst1aa85u5: .25rem;
31
- --tpst15cl33r: .5rem;
32
- --tpst1s1bzlu: 1rem;
33
- --tpstr1ymy1: 1.5rem;
34
- --tpst13zox1l: 2rem;
35
- --tpst1xkcubw: 2.5rem;
36
- --tpst67ua5f: 3rem;
37
- }
38
-
39
- :root, .tpst1h3jhwn {
40
- --tpst1jhw9pg: var(--tpst1o2qj1w);
41
- --tpst1ob6z47: var(--tpst1wxl5pq);
42
- --tpstuejxa4: var(--tpst142inpb);
43
- --tpsts9zbf: var(--tpstn6fh0j);
44
- --tpstggesgd: var(--tpst1rh8zbx);
45
- --tpstkiu8f5: var(--tpst1ujyhgx);
46
- --tpst1myu9af: var(--tpst1ltonyn);
47
- --tpstp5llud: var(--tpstwpcubr);
48
- --tpst1od88uy: var(--tpst1b3r40x);
49
- --tpst1awahhr: var(--tpst1ltonyn);
50
- --tpst1sous2z: var(--tpst5d8jd9);
51
- --tpstb0d7vw: var(--tpstkdeazx);
52
- --tpstvspwxi: var(--tpst1aqveo6);
53
- --tpst1kxl5s: var(--tpst1nbxovh);
54
- --tpst1xyenpu: var(--tpstu7hrah);
55
- --tpst1uoa904: var(--tpst1yk930q);
56
- --tpstufw5ms: var(--tpstji9maf);
57
- --tpsts3sn97: var(--tpstrvxn8n);
58
- --tpst5k8tce: var(--tpstmprsjx);
59
- --tpstp0q5oq: var(--tpst142inpb);
60
- --tpst1yvmtnc: var(--tpstu7hrah);
61
- --tpstk4jfiz: var(--tpstn6fh0j);
62
- --tpst1l3o5m7: var(--tpst1nbxovh);
63
- --tpst193kvrf: var(--tpstu7hrah);
64
- --tpst1utdsru: var(--tpstmprsjx);
65
- --tpst3umhxq: var(--tpstji9maf);
66
- --tpst8jxxq1: var(--tpst5d8jd9);
67
- --tpst9kcnep: var(--tpstkdeazx);
68
- --tpst11ieh26: var(--tpst1aqveo6);
69
- --tpst1tvunur: var(--tpstn6fh0j);
70
- --tpst16ho4j7: var(--tpst1695na0);
71
- --tpst4ae9ti: var(--tpst1695na0);
72
- --tpsttytddx: var(--tpstoyk8v8);
73
- --tpstw5kw9y: var(--tpstoyk8v8);
74
- --tpst17kooso: var(--tpst101zq66);
75
- --tpst58jqng: var(--tpstoyk8v8);
76
- --tpst1rk9dvl: var(--tpst18059y4);
77
- --tpst1d2u5vn: var(--tpstor84za);
78
- --tpst16isvbw: var(--tpst1rh8zbx);
79
- --tpst1g6wz50: var(--tpst1jnwheb);
80
- --tpst1wmogyq: var(--tpst1jnwheb);
81
- --tpst1akj8aj: var(--tpst1oe8qtm);
82
- --tpst1pw9j7a: var(--tpst1gpymmf);
83
- --tpsti74lq7: var(--tpst12b1wd7);
84
- --tpst1ske8g4: var(--tpst14m6y91);
85
- --tpstos51i3: var(--tpst1jnwheb);
86
- --tpst1wrmwgo: var(--tpstn6fh0j);
87
- }
88
-
89
- :root, .tpst1k3h750 {
90
- --tpst1v5gfih: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
91
- --tpstgrjq5n: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
92
- }
93
-
94
- :root, .tpst1i65eg8 {
95
- --tpst1v5pdxa: black;
96
- }
97
-
98
- :root, .tpst13343xr {
99
- --tpst1vko5pw: .15s;
100
- --tpst1r8xpgk: .3s;
101
- --tpstxp1npq: .5s;
102
- }
103
-
104
- :root, .tpst1otj4yr {
105
- --tpst2ctkbp: 100;
106
- --tpst1wesye2: 200;
107
- --tpst1l5fk19: 300;
108
- --tpstvixdhc: 400;
109
- --tpst1hojl49: 500;
110
- --tpstm13ldm: 600;
111
- --tpstv32r0g: 700;
112
- --tpst1wco1hw: 800;
113
- --tpstuh14ux: 900;
114
- }
115
-
116
- :root, .tpst1p7aaxf {
117
- --tpstpf29vn: .625rem;
118
- --tpst1wzw6rf: .75rem;
119
- --tpstpnu726: .875rem;
120
- --tpstni8g52: 1rem;
121
- --tpst1o86t0e: 1.125rem;
122
- --tpst1rpvla4: 1.25rem;
123
- --tpstp7wmxu: 1.5rem;
124
- --tpstr5xhck: 1.875rem;
125
- --tpstdkkdz8: 2.25rem;
126
- }
127
-
128
- :root, .tpstv8o7vz {
129
- --tpstqe013h: #d6ddff;
130
- --tpst13azww4: #adbbff;
131
- --tpst12ucro4: #8599ff;
132
- --tpstx1jh9w: #5c77ff;
133
- --tpst1d8m627: #35f;
134
- --tpst1vkyc1g: #2944cc;
135
- --tpst7ro71e: #1f3399;
136
- --tpst1lr2euv: #142266;
137
- --tpst10uozat: #0a1133;
138
- --tpst1qqymh: #cef;
139
- --tpst1yyasqh: #9df;
140
- --tpst1gvcfhy: #6cf;
141
- --tpstdzlppo: #3bf;
142
- --tpstyemwcb: #0af;
143
- --tpstb0m78p: #08c;
144
- --tpsth1uc7g: #069;
145
- --tpsttewm74: #046;
146
- --tpst1ts0yxk: #023;
147
- --tpst1695na0: #04040408;
148
- --tpstoyk8v8: #0404040d;
149
- --tpst101zq66: #0404041a;
150
- --tpst18059y4: #04040426;
151
- --tpst1o2qj1w: #04040433;
152
- --tpst1e4u9cd: #04040440;
153
- --tpstzzylim: #0404044d;
154
- --tpst1giqxg: #04040459;
155
- --tpst1ckp6cb: #04040466;
156
- --tpst1ujyhgx: #04040475;
157
- --tpstdb8mlt: #04040482;
158
- --tpst142inpb: #04040494;
159
- --tpstrvxn8n: #040404a1;
160
- --tpstmprsjx: #040404ad;
161
- --tpstu7hrah: #040404ba;
162
- --tpst1yk930q: #040404cc;
163
- --tpst1nbxovh: #040404d6;
164
- --tpstji9maf: #040404e3;
165
- --tpst1unqsr1: #040404eb;
166
- --tpst1c64thx: #ccebd6;
167
- --tpstkc4nnn: #99d6ad;
168
- --tpst16sv4xz: #66c285;
169
- --tpsthm2jgh: #33ad5c;
170
- --tpstkdeazx: #093;
171
- --tpstxtmc5o: #007a29;
172
- --tpst1a1gxqa: #005c1f;
173
- --tpstb6uyui: #003d14;
174
- --tpstklhf60: #001f0a;
175
- --tpstevrkdv: #ffffff08;
176
- --tpst8kgh2v: #ffffff0d;
177
- --tpst1i0r5ji: #ffffff17;
178
- --tpst1y5wwdd: #ffffff24;
179
- --tpst1qyy4b3: #ffffff2e;
180
- --tpst9u9sq4: #ffffff3d;
181
- --tpst9ontey: #ffffff4d;
182
- --tpst7h2gr7: #ffffff59;
183
- --tpstrlh8f2: #fff6;
184
- --tpstpvck6k: #ffffff7a;
185
- --tpstwf3o2r: #ffffff87;
186
- --tpst1yklry3: #ffffff94;
187
- --tpst1pqr7tr: #ffffffa1;
188
- --tpst1apix18: #ffffffad;
189
- --tpst1b3r40x: #ffffffba;
190
- --tpst7qmafm: #ffffffc9;
191
- --tpst1ssemck: #ffffffd6;
192
- --tpstwpcubr: #ffffffe3;
193
- --tpst1ltonyn: #fffffff0;
194
- --tpst1fihk4k: #feebfb;
195
- --tpst4pmojp: #fdc4f2;
196
- --tpstvdslca: #fb92e7;
197
- --tpst1jq42uc: #fa65dd;
198
- --tpst1bfk4sp: #f939d3;
199
- --tpst1f2l7fk: #ed08c0;
200
- --tpst11snvgx: #940578;
201
- --tpst14beq8s: #5e034c;
202
- --tpstzb1amu: #190114;
203
- --tpsttwjrp6: #fafafa;
204
- --tpst1oe8qtm: #f2f2f2;
205
- --tpst1gpymmf: #e5e5e5;
206
- --tpst1wxl5pq: #d9d9d9;
207
- --tpst12b1wd7: #ccc;
208
- --tpstxadivy: #bfbfbf;
209
- --tpst13x3j6w: #b2b2b2;
210
- --tpstihxxi9: #a6a6a6;
211
- --tpstv2m2ve: #999;
212
- --tpstiiea8d: #8c8c8c;
213
- --tpst1yltxr6: gray;
214
- --tpstr8jwi2: #6e6e6e;
215
- --tpst1dl1ny3: #616161;
216
- --tpstc1vapl: #545454;
217
- --tpst1goho9: #474747;
218
- --tpst1vcffap: #383838;
219
- --tpstor84za: #2e2e2e;
220
- --tpst1pivrgl: #212121;
221
- --tpst1n0kgpo: #1a1a1a;
222
- --tpst1vz785g: #0d0d0d;
223
- --tpst1jm0z9: #ffe6cc;
224
- --tpst1votjpp: #fc9;
225
- --tpst12xt8mt: #ffb366;
226
- --tpst1a1rkjt: #f93;
227
- --tpst1aqveo6: #f93;
228
- --tpst11couak: #c60;
229
- --tpsti5z8br: #994d00;
230
- --tpst1iadcsy: #630;
231
- --tpst8i913w: #331a00;
232
- --tpstc9yo27: #ffd6dd;
233
- --tpst13l689h: #ffadbb;
234
- --tpstrrxi4e: #ff8599;
235
- --tpst1yie51r: #ff5c77;
236
- --tpst1wnx05t: #f35;
237
- --tpst102jk5s: #cc2944;
238
- --tpst5xq33l: #991f33;
239
- --tpstk7a290: #661422;
240
- --tpst1cjgz0g: #330a11;
241
- --tpst14m6y91: #000;
242
- --tpst1rh8zbx: #00000080;
243
- --tpst1kaesz4: #000000bf;
244
- --tpstn6fh0j: #fff0;
245
- --tpst1jnwheb: #fff;
246
- --tpst1mar65u: #ffffff80;
247
- --tpstd0dqyb: #e4d6ff;
248
- --tpst124hjxv: #c9adff;
249
- --tpstv708rp: #ad85ff;
250
- --tpst1bl64cr: #925cff;
251
- --tpst1fo8n37: #73f;
252
- --tpst14q0d2q: #5f29cc;
253
- --tpst17d9kuo: #471f99;
254
- --tpstkg84ih: #301466;
255
- --tpstfdijda: #180a33;
256
- --tpst70zivo: #facccc;
257
- --tpst1s3b0fc: #f59999;
258
- --tpst1rsitfj: #ef6666;
259
- --tpst1esx78v: #ea3333;
260
- --tpst1t3outg: #e50000;
261
- --tpst16zv0k: #b70000;
262
- --tpst18pr8kg: #890000;
263
- --tpstoyortx: #5c0000;
264
- --tpst1pljiin: #2e0000;
265
- --tpst1qy03u8: #ccf5f5;
266
- --tpst1jngu9z: #99ebeb;
267
- --tpst1ycrsxp: #66e0e0;
268
- --tpst1wasqrt: #33d6d6;
269
- --tpst1lqq21i: #0cc;
270
- --tpst1osjnym: #00a3a3;
271
- --tpst1oin9ud: #007a7a;
272
- --tpst1fatwce: #005252;
273
- --tpstq4ex6f: #002929;
274
- --tpst125moup: #fce8eb;
275
- --tpst10gnusl: #f7bbc3;
276
- --tpst19amq7y: #f28d9a;
277
- --tpsteq0nbi: #ec5f72;
278
- --tpst5d8jd9: #e7344c;
279
- --tpstik09z0: #cd1831;
280
- --tpstxmr14s: #a01326;
281
- --tpstlkpsb7: #720d1b;
282
- --tpst1w89y68: #37060d;
283
- --tpst1evl7kq: #f1d6ff;
284
- --tpstdluzx3: #e4adff;
285
- --tpstu18ak0: #d685ff;
286
- --tpst1u97yvb: #c95cff;
287
- --tpstadbrpb: #b3f;
288
- --tpst1c73sni: #9629cc;
289
- --tpst4mofw: #701f99;
290
- --tpst1brd0lo: #4b1466;
291
- --tpst1fzr77q: #250a33;
292
- --tpste5lyhb: #fff5cc;
293
- --tpstd61v0q: #ffeb99;
294
- --tpsthxoc5r: #ffe066;
295
- --tpstd6qbcc: #ffd633;
296
- --tpst8zrc5y: #fc0;
297
- --tpstdqnz46: #cca300;
298
- --tpst85hx1: #997a00;
299
- --tpst1gc02k: #665200;
300
- --tpst1l093k2: #332900;
301
- }
302
-
303
- :root, .tpst1coqt8q {
304
- --tpstrt55e4: 0px 1px 2px 0px #0000000d;
305
- --tpst1oh1qfk: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
306
- --tpstz9zmum: 0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
307
- --tpstnh1vj0: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
308
- --tpstvgtbza: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
309
- --tpst1mbyv8m: 0px 25px 50px -12px #00000040;
310
- --tpst1u1z08j: 0px 2px 4px 0px #0000000d inset;
311
- --tpstx3wq13: 0px 0px 0px 0px #0000;
312
- }
313
-
314
- @media (prefers-color-scheme: dark) {
315
- :root, .tpst1h3jhwn {
316
- --tpst1jhw9pg: var(--tpst9u9sq4);
317
- --tpst1ob6z47: var(--tpst1vcffap);
318
- --tpstuejxa4: var(--tpst1b3r40x);
319
- --tpsts9zbf: var(--tpst8kgh2v);
320
- --tpstggesgd: var(--tpstwf3o2r);
321
- --tpstkiu8f5: var(--tpst7h2gr7);
322
- --tpst1myu9af: var(--tpst1nbxovh);
323
- --tpstp5llud: var(--tpst1nbxovh);
324
- --tpst1od88uy: var(--tpst1nbxovh);
325
- --tpst1awahhr: var(--tpst1nbxovh);
326
- --tpst1sous2z: var(--tpst1esx78v);
327
- --tpstb0d7vw: var(--tpsthm2jgh);
328
- --tpstvspwxi: var(--tpst1aqveo6);
329
- --tpst1kxl5s: var(--tpst1ssemck);
330
- --tpst1xyenpu: var(--tpstwpcubr);
331
- --tpst1uoa904: var(--tpst7qmafm);
332
- --tpstufw5ms: var(--tpst1ltonyn);
333
- --tpsts3sn97: var(--tpst1pqr7tr);
334
- --tpst5k8tce: var(--tpst1b3r40x);
335
- --tpstp0q5oq: var(--tpst1pqr7tr);
336
- --tpst1yvmtnc: var(--tpst7qmafm);
337
- --tpstk4jfiz: var(--tpstn6fh0j);
338
- --tpst1l3o5m7: var(--tpstwpcubr);
339
- --tpst193kvrf: var(--tpst7qmafm);
340
- --tpst1utdsru: var(--tpst1apix18);
341
- --tpst3umhxq: var(--tpst1ltonyn);
342
- --tpst8jxxq1: var(--tpst1t3outg);
343
- --tpst9kcnep: var(--tpstkdeazx);
344
- --tpst11ieh26: var(--tpst11couak);
345
- --tpst1tvunur: var(--tpstn6fh0j);
346
- --tpst16ho4j7: var(--tpst8kgh2v);
347
- --tpst4ae9ti: var(--tpst1i0r5ji);
348
- --tpsttytddx: var(--tpst1y5wwdd);
349
- --tpstw5kw9y: var(--tpstevrkdv);
350
- --tpst17kooso: var(--tpst8kgh2v);
351
- --tpst58jqng: var(--tpst8kgh2v);
352
- --tpst1rk9dvl: var(--tpst1i0r5ji);
353
- --tpst1d2u5vn: var(--tpst1gpymmf);
354
- --tpst16isvbw: var(--tpst1kaesz4);
355
- --tpst1g6wz50: var(--tpst1n0kgpo);
356
- --tpst1wmogyq: var(--tpst1pivrgl);
357
- --tpst1akj8aj: var(--tpstor84za);
358
- --tpst1pw9j7a: var(--tpstor84za);
359
- --tpsti74lq7: var(--tpst1goho9);
360
- }
361
- }
362
-
363
- .tpst1eqgcyt, .tpst1eqgcyt:root {
364
- --tpst1jhw9pg: var(--tpst1o2qj1w);
365
- --tpst1ob6z47: var(--tpst1wxl5pq);
366
- --tpstuejxa4: var(--tpst142inpb);
367
- --tpsts9zbf: var(--tpstn6fh0j);
368
- --tpstggesgd: var(--tpst1rh8zbx);
369
- --tpst1myu9af: var(--tpst1ltonyn);
370
- --tpstp5llud: var(--tpstwpcubr);
371
- --tpst1od88uy: var(--tpst1b3r40x);
372
- --tpst1awahhr: var(--tpst1ltonyn);
373
- --tpst1sous2z: var(--tpst5d8jd9);
374
- --tpstb0d7vw: var(--tpstkdeazx);
375
- --tpstvspwxi: var(--tpst1aqveo6);
376
- --tpstkiu8f5: var(--tpst1ujyhgx);
377
- --tpst1kxl5s: var(--tpst1nbxovh);
378
- --tpst1xyenpu: var(--tpstu7hrah);
379
- --tpst1uoa904: var(--tpst1yk930q);
380
- --tpstufw5ms: var(--tpstji9maf);
381
- --tpsts3sn97: var(--tpstrvxn8n);
382
- --tpst5k8tce: var(--tpstmprsjx);
383
- --tpstp0q5oq: var(--tpst142inpb);
384
- --tpst1yvmtnc: var(--tpstu7hrah);
385
- --tpst1l3o5m7: var(--tpst1nbxovh);
386
- --tpst193kvrf: var(--tpstu7hrah);
387
- --tpst1utdsru: var(--tpstmprsjx);
388
- --tpst3umhxq: var(--tpstji9maf);
389
- --tpst8jxxq1: var(--tpst5d8jd9);
390
- --tpst9kcnep: var(--tpstkdeazx);
391
- --tpst11ieh26: var(--tpst1aqveo6);
392
- --tpstk4jfiz: var(--tpstn6fh0j);
393
- --tpst1tvunur: var(--tpstn6fh0j);
394
- --tpst16ho4j7: var(--tpst1695na0);
395
- --tpst4ae9ti: var(--tpst1695na0);
396
- --tpsttytddx: var(--tpstoyk8v8);
397
- --tpstw5kw9y: var(--tpstoyk8v8);
398
- --tpst17kooso: var(--tpst101zq66);
399
- --tpst58jqng: var(--tpstoyk8v8);
400
- --tpst1rk9dvl: var(--tpst18059y4);
401
- --tpst1d2u5vn: var(--tpstor84za);
402
- --tpst16isvbw: var(--tpst1rh8zbx);
403
- --tpst1g6wz50: var(--tpst1jnwheb);
404
- --tpst1wmogyq: var(--tpst1jnwheb);
405
- --tpst1akj8aj: var(--tpst1oe8qtm);
406
- --tpst1pw9j7a: var(--tpst1gpymmf);
407
- --tpsti74lq7: var(--tpst12b1wd7);
408
- }
409
-
410
- .tpst1bbvikf, .tpst1bbvikf:root {
411
- --tpst1jhw9pg: var(--tpst9u9sq4);
412
- --tpst1ob6z47: var(--tpst1vcffap);
413
- --tpstuejxa4: var(--tpst1b3r40x);
414
- --tpsts9zbf: var(--tpst8kgh2v);
415
- --tpstggesgd: var(--tpstwf3o2r);
416
- --tpst1myu9af: var(--tpst1nbxovh);
417
- --tpstp5llud: var(--tpst1nbxovh);
418
- --tpst1od88uy: var(--tpst1nbxovh);
419
- --tpst1awahhr: var(--tpst1nbxovh);
420
- --tpst1sous2z: var(--tpst1esx78v);
421
- --tpstb0d7vw: var(--tpsthm2jgh);
422
- --tpstvspwxi: var(--tpst1aqveo6);
423
- --tpstkiu8f5: var(--tpst7h2gr7);
424
- --tpst1kxl5s: var(--tpst1ssemck);
425
- --tpst1xyenpu: var(--tpstwpcubr);
426
- --tpst1uoa904: var(--tpst7qmafm);
427
- --tpstufw5ms: var(--tpst1ltonyn);
428
- --tpsts3sn97: var(--tpst1pqr7tr);
429
- --tpst5k8tce: var(--tpst1b3r40x);
430
- --tpstp0q5oq: var(--tpst1pqr7tr);
431
- --tpst1yvmtnc: var(--tpst7qmafm);
432
- --tpst1l3o5m7: var(--tpstwpcubr);
433
- --tpst193kvrf: var(--tpst7qmafm);
434
- --tpst1utdsru: var(--tpst1apix18);
435
- --tpst3umhxq: var(--tpst1ltonyn);
436
- --tpst8jxxq1: var(--tpst1t3outg);
437
- --tpst9kcnep: var(--tpstkdeazx);
438
- --tpst11ieh26: var(--tpst11couak);
439
- --tpstk4jfiz: var(--tpstn6fh0j);
440
- --tpst1tvunur: var(--tpstn6fh0j);
441
- --tpst16ho4j7: var(--tpst8kgh2v);
442
- --tpst4ae9ti: var(--tpst1i0r5ji);
443
- --tpsttytddx: var(--tpst1y5wwdd);
444
- --tpstw5kw9y: var(--tpstevrkdv);
445
- --tpst17kooso: var(--tpst8kgh2v);
446
- --tpst58jqng: var(--tpst8kgh2v);
447
- --tpst1rk9dvl: var(--tpst1i0r5ji);
448
- --tpst1d2u5vn: var(--tpst1gpymmf);
449
- --tpst16isvbw: var(--tpst1kaesz4);
450
- --tpst1g6wz50: var(--tpst1n0kgpo);
451
- --tpst1wmogyq: var(--tpst1pivrgl);
452
- --tpst1akj8aj: var(--tpstor84za);
453
- --tpst1pw9j7a: var(--tpstor84za);
454
- --tpsti74lq7: var(--tpst1goho9);
455
- }
456
-
457
- .tpst11v4t2h {
458
- --tpst1v5pdxa: var(--tpsts3sn97);
459
- }
460
-
461
- @keyframes tpstekv6nw-B {
462
- 0% {
463
- opacity: 0;
464
- }
465
-
466
- 100% {
467
- opacity: 1;
468
- }
469
- }
470
-
471
- @keyframes tpstqng64z-B {
472
- 0% {
473
- transform: rotate(0);
474
- }
475
-
476
- 100% {
477
- transform: rotate(360deg);
478
- }
479
- }
480
-
481
- @keyframes tpsthff4o4-B {
482
- 0% {
483
- opacity: 0;
484
- transform: translate(-50%, -53%);
485
- }
486
-
487
- 100% {
488
- opacity: 1;
489
- transform: translate(-50%, -50%);
490
- }
491
- }
492
-
493
- .tpst1yzyj3[data-state="open"] {
494
- --tpst1v5pdxa: var(--tpst1yvmtnc);
495
- }
496
-
497
- .tpst1i14ww5:hover:not([data-disabled]) {
498
- --tpst1v5pdxa: var(--tpst5k8tce);
499
- }
500
-
501
- .tpst1x7n3pw[data-disabled] {
502
- --tpst1v5pdxa: var(--tpstkiu8f5);
503
- }
504
-
505
- .tpstrgwr5g:active:not([data-disabled]) {
506
- --tpst1v5pdxa: var(--tpstp0q5oq);
507
- }
508
- }
509
-
510
- @layer priority2 {
511
- .tpstpm9o9i {
512
- animation: tpstekv6nw-B var(--tpst1vko5pw) ease-in-out forwards;
513
- }
514
-
515
- .tpst1rrvgyn {
516
- animation: tpsthff4o4-B var(--tpst1vko5pw) ease-in-out forwards;
517
- }
518
-
519
- .tpst1uam1a0 {
520
- animation: 1s linear infinite tpstqng64z-B;
521
- }
522
-
523
- .tpst1wty727 {
524
- border: 0;
525
- }
526
-
527
- .tpstfj9a5l {
528
- border: 1px solid #0000;
529
- }
530
-
531
- .tpst1rpd3ai {
532
- border: 1px solid var(--tpst1jhw9pg);
533
- }
534
-
535
- .tpst1xmtq0r {
536
- border: 1px solid var(--tpst1ob6z47);
537
- }
538
-
539
- .tpsthqwzk5 {
540
- border: 1px solid var(--tpst1tvunur);
541
- }
542
-
543
- .tpst86ijzb {
544
- border: 1px solid var(--tpsts9zbf);
545
- }
546
-
547
- .tpstmh1i6s {
548
- border: 1px solid var(--tpstw5kw9y);
549
- }
550
-
551
- .tpst1gs6z28 {
552
- border: none;
553
- }
554
-
555
- .tpst1d5bw93 {
556
- border: var(--tpst1wrmwgo);
557
- }
558
-
559
- .tpst10a8y8t {
560
- inset: 0;
561
- }
562
-
563
- .tpst19bbpc0 {
564
- margin: 0 auto;
565
- }
566
-
567
- .tpst1ghz6dp {
568
- margin: 0;
569
- }
570
-
571
- .tpst1qk52y6 {
572
- margin: 4px 0;
573
- }
574
-
575
- .tpstnfbntj {
576
- margin: 5px 0;
577
- }
578
-
579
- .tpst84vhe8 {
580
- padding: 0 12px;
581
- }
582
-
583
- .tpstst3r74 {
584
- padding: 0 6px;
585
- }
586
-
587
- .tpst1xq1gxn {
588
- padding: 0 8px;
589
- }
590
-
591
- .tpst1717udv {
592
- padding: 0;
593
- }
594
-
595
- .tpstugbsue {
596
- padding: 10px 8px;
597
- }
598
-
599
- .tpst7z7khe {
600
- padding: 10px;
601
- }
602
-
603
- .tpst1a5nu0n {
604
- padding: 11px 16px;
605
- }
606
-
607
- .tpstc7a3lv {
608
- padding: 12px 16px 12px 12px;
609
- }
610
-
611
- .tpst1iwkndl {
612
- padding: 12px 16px;
613
- }
614
-
615
- .tpstc7ga6q {
616
- padding: 12px;
617
- }
618
-
619
- .tpst14hcewi {
620
- padding: 16px 20px;
621
- }
622
-
623
- .tpst45f59s {
624
- padding: 20px 0 20px 36px;
625
- }
626
-
627
- .tpstxzb6uj {
628
- padding: 2px 4px;
629
- }
630
-
631
- .tpst1i3ajwb {
632
- padding: 2px;
633
- }
634
-
635
- .tpstdqdrvq {
636
- padding: 4px 8px;
637
- }
638
-
639
- .tpstfawy5m {
640
- padding: 4px;
641
- }
642
-
643
- .tpst1arfzav {
644
- padding: 6px 12px;
645
- }
646
-
647
- .tpst18tqr4w {
648
- padding: 6px 8px;
649
- }
650
-
651
- .tpst1ruevkc {
652
- padding: 6px;
653
- }
654
-
655
- .tpst153ncpu {
656
- padding: 8px 12px;
657
- }
658
-
659
- .tpste8ttls {
660
- padding: 8px;
661
- }
662
-
663
- .tpst19jqxye {
664
- padding: var(--tpst1s1bzlu) var(--tpstr1ymy1) var(--tpstr1ymy1);
665
- }
666
-
667
- .tpstlze0bs {
668
- padding: var(--tpstr1ymy1);
669
- }
670
-
671
- .tpst17kbgjr:hover:not([data-selected="true"]):not(:disabled) {
672
- border: 1px solid var(--tpst17kooso);
673
- }
674
-
675
- .tpstim3zwz:hover:not([data-disabled="true"]) {
676
- border: 1px solid var(--tpst1jhw9pg);
677
- }
678
-
679
- .tpst1hzpdhs:active:not([data-selected="true"]):not(:disabled) {
680
- border: 1px solid var(--tpst58jqng);
681
- }
682
-
683
- .tpst1x4vx8k[data-selected="true"] {
684
- border: 1px solid var(--tpstggesgd);
685
- }
686
-
687
- .tpstyzq09x:focus-within, .tpst3nu0g:not([data-placeholder]), .tpst1wuwv8e[data-selected="true"] {
688
- border: 1px solid var(--tpstuejxa4);
689
- }
690
-
691
- .tpstl20lex[data-disabled], .tpstyntif3[data-disabled="true"] {
692
- border: none;
693
- }
694
-
695
- .tpst1um0yg0:has(input:disabled) {
696
- border: 1px solid var(--tpst1wrmwgo);
697
- }
698
-
699
- .tpst1sa8l8l:disabled {
700
- border: 1px solid var(--tpstk4jfiz);
701
- }
702
- }
703
-
704
- @layer priority3 {
705
- .tpst1mkz3ft {
706
- border-bottom: 1px solid var(--tpst1ob6z47);
707
- }
708
-
709
- .tpst10e4uj6 {
710
- border-radius: 0 6px 6px 0 !important;
711
- }
712
-
713
- .tpst13izsvr {
714
- border-radius: 0 !important;
715
- }
716
-
717
- .tpst4pepcl {
718
- border-radius: 12px;
719
- }
720
-
721
- .tpst12oqio5 {
722
- border-radius: 4px;
723
- }
724
-
725
- .tpstc0yi4g {
726
- border-radius: 6px 0 0 6px !important;
727
- }
728
-
729
- .tpst1kogg8i {
730
- border-radius: 6px;
731
- }
732
-
733
- .tpstur7f20 {
734
- border-radius: 8px;
735
- }
736
-
737
- .tpstf4vky1 {
738
- border-radius: var(--tpst1bkg6mz);
739
- }
740
-
741
- .tpst1ss8e6p {
742
- border-radius: var(--tpst1d2ic4p);
743
- }
744
-
745
- .tpst1no1v6n {
746
- border-radius: var(--tpst1ls88jo);
747
- }
748
-
749
- .tpst1cfp2xn {
750
- border-radius: var(--tpst1w7bvkk);
751
- }
752
-
753
- .tpst98rzlu {
754
- flex: 1;
755
- }
756
-
757
- .tpst883omv {
758
- gap: 10px;
759
- }
760
-
761
- .tpst1v2ro7d {
762
- gap: 12px;
763
- }
764
-
765
- .tpstaobbuh {
766
- gap: 18px;
767
- }
768
-
769
- .tpst1jnr06f {
770
- gap: 4px;
771
- }
772
-
773
- .tpst17d4w8g {
774
- gap: 6px;
775
- }
776
-
777
- .tpst167g77z {
778
- gap: 8px;
779
- }
780
-
781
- .tpstpc28cl {
782
- gap: var(--rdp-months-gap);
783
- }
784
-
785
- .tpst9gtpy7 {
786
- gap: var(--tpst15cl33r);
787
- }
788
-
789
- .tpste8uvvx {
790
- list-style: none;
791
- }
792
-
793
- .tpst1a2a7pz {
794
- outline: none;
795
- }
796
-
797
- .tpstb3r6kr {
798
- overflow: hidden;
799
- }
800
-
801
- .tpst1hl2dhg {
802
- text-decoration: none;
803
- }
804
-
805
- .tpst1u6mjlm {
806
- transition: var(--tpst1r8xpgk);
807
- }
808
-
809
- .tpst1n31b6c[data-last-border="false"]:last-child {
810
- border-bottom: none;
811
- }
812
-
813
- .tpst1g5o8b6.range-end {
814
- border-radius: 6px !important;
815
- }
816
-
817
- .tpsts3ybme:has(button:has([data-placeholder])) {
818
- border-color: var(--tpsts3sn97);
819
- }
820
- }
821
-
822
- @layer priority4 {
823
- .tpst6s0dn4 {
824
- align-items: center;
825
- }
826
-
827
- .tpstjyslct {
828
- appearance: none;
829
- }
830
-
831
- .tpstjbqb8w {
832
- background-color: #0000;
833
- }
834
-
835
- .tpst15fejnn {
836
- background-color: var(--tpst16ho4j7);
837
- }
838
-
839
- .tpstg8nkuj {
840
- background-color: var(--tpst1akj8aj);
841
- }
842
-
843
- .tpst1rfhukg {
844
- background-color: var(--tpst1d2u5vn);
845
- }
846
-
847
- .tpst1tugou3 {
848
- background-color: var(--tpst1g6wz50);
849
- }
850
-
851
- .tpst13m22k {
852
- background-color: var(--tpst1l3o5m7);
853
- }
854
-
855
- .tpst1bx03lh {
856
- background-color: var(--tpst1ob6z47);
857
- }
858
-
859
- .tpst8yr0uz {
860
- background-color: var(--tpst1rh8zbx);
861
- }
862
-
863
- .tpst19e1y8f {
864
- background-color: var(--tpst1rk9dvl) !important;
865
- }
866
-
867
- .tpst1po33qi {
868
- background-color: var(--tpst1tvunur);
869
- }
870
-
871
- .tpst1vtgg7b {
872
- background-color: var(--tpst1wmogyq);
873
- }
874
-
875
- .tpst1jnx7p {
876
- background-color: var(--tpst1wrmwgo);
877
- }
878
-
879
- .tpst19pgpgt {
880
- background-color: var(--tpst3umhxq) !important;
881
- }
882
-
883
- .tpst14702fr {
884
- background-color: var(--tpst3umhxq);
885
- }
886
-
887
- .tpst1fhthwf {
888
- background-color: var(--tpsts3sn97);
889
- }
890
-
891
- .tpstpeci3k {
892
- background-color: var(--tpsts9zbf);
893
- }
894
-
895
- .tpstnw08ok {
896
- background-color: var(--tpsttytddx);
897
- }
898
-
899
- .tpst1tlhk3t {
900
- background-color: var(--tpstw5kw9y);
901
- }
902
-
903
- .tpst1mwwwfo {
904
- border-collapse: collapse;
905
- }
906
-
907
- .tpst1vathgz {
908
- border-collapse: separate;
909
- }
910
-
911
- .tpst1dnbpcz {
912
- border-spacing: 0 8px;
913
- }
914
-
915
- .tpst1w3cjnw {
916
- box-shadow: var(--tpst1oh1qfk);
917
- }
918
-
919
- .tpstjojfzy {
920
- box-shadow: var(--tpstz9zmum);
921
- }
922
-
923
- .tpst9f619 {
924
- box-sizing: border-box;
925
- }
926
-
927
- .tpst1heor9g {
928
- color: inherit;
929
- }
930
-
931
- .tpsthph9z8 {
932
- color: var(--tpst1awahhr) !important;
933
- }
934
-
935
- .tpstizos85 {
936
- color: var(--tpst1awahhr);
937
- }
938
-
939
- .tpst6yx3q1 {
940
- color: var(--tpst1kxl5s) !important;
941
- }
942
-
943
- .tpst3jceqh {
944
- color: var(--tpst1kxl5s);
945
- }
946
-
947
- .tpst1x75dof {
948
- color: var(--tpst1myu9af);
949
- }
950
-
951
- .tpst1xaraa0 {
952
- color: var(--tpst1sous2z);
953
- }
954
-
955
- .tpst16v5b89 {
956
- color: var(--tpst1v5pdxa);
957
- }
958
-
959
- .tpst1nznry7 {
960
- color: var(--tpst1xyenpu);
961
- }
962
-
963
- .tpst1guh68u {
964
- color: var(--tpstkiu8f5);
965
- }
966
-
967
- .tpst1taccwa {
968
- color: var(--tpsts3sn97) !important;
969
- }
970
-
971
- .tpst1en6sio {
972
- color: var(--tpsts3sn97);
973
- }
974
-
975
- .tpst1b2x5gr {
976
- color: var(--tpstufw5ms);
977
- }
978
-
979
- .tpstt0e3qv {
980
- cursor: default;
981
- }
982
-
983
- .tpst1ypdohk {
984
- cursor: pointer;
985
- }
986
-
987
- .tpst78zum5 {
988
- display: flex;
989
- }
990
-
991
- .tpst3nfvp2 {
992
- display: inline-flex;
993
- }
994
-
995
- .tpst1ecwici {
996
- fill: var(--tpst1wrmwgo);
997
- }
998
-
999
- .tpstdt5ytf {
1000
- flex-direction: column;
1001
- }
1002
-
1003
- .tpst1q0g3np {
1004
- flex-direction: row;
1005
- }
1006
-
1007
- .tpst1iyjqo2 {
1008
- flex-grow: 1;
1009
- }
1010
-
1011
- .tpstozqiw3 {
1012
- flex-wrap: nowrap;
1013
- }
1014
-
1015
- .tpst1a02dak {
1016
- flex-wrap: wrap;
1017
- }
1018
-
1019
- .tpst1rtjxbu {
1020
- font-family: var(--tpst1v5gfih);
1021
- }
1022
-
1023
- .tpst1qlqyl8 {
1024
- font-size: inherit;
1025
- }
1026
-
1027
- .tpstcgtkfa {
1028
- font-size: large;
1029
- }
1030
-
1031
- .tpstyak8r7 {
1032
- font-size: var(--tpst1o86t0e);
1033
- }
1034
-
1035
- .tpstw0p258 {
1036
- font-size: var(--tpst1rpvla4);
1037
- }
1038
-
1039
- .tpstzdzqzi {
1040
- font-size: var(--tpst1wzw6rf);
1041
- }
1042
-
1043
- .tpsttptcwg {
1044
- font-size: var(--tpstdkkdz8);
1045
- }
1046
-
1047
- .tpst1y7qfbb {
1048
- font-size: var(--tpstni8g52);
1049
- }
1050
-
1051
- .tpst1adia26 {
1052
- font-size: var(--tpstp7wmxu);
1053
- }
1054
-
1055
- .tpstqn759s {
1056
- font-size: var(--tpstpf29vn);
1057
- }
1058
-
1059
- .tpst1v3388n {
1060
- font-size: var(--tpstpnu726);
1061
- }
1062
-
1063
- .tpstdn8pac {
1064
- font-size: var(--tpstr5xhck);
1065
- }
1066
-
1067
- .tpst3stwaq {
1068
- font-weight: 100;
1069
- }
1070
-
1071
- .tpst1ny7uwr {
1072
- font-weight: 200;
1073
- }
1074
-
1075
- .tpst1iikomf {
1076
- font-weight: 300;
1077
- }
1078
-
1079
- .tpsto1l8bm {
1080
- font-weight: 400;
1081
- }
1082
-
1083
- .tpstk50ysn {
1084
- font-weight: 500;
1085
- }
1086
-
1087
- .tpst1s688f {
1088
- font-weight: 600;
1089
- }
1090
-
1091
- .tpst1xlr1w8 {
1092
- font-weight: 700;
1093
- }
1094
-
1095
- .tpstuv8nkb {
1096
- font-weight: 800;
1097
- }
1098
-
1099
- .tpst117nqv4 {
1100
- font-weight: bold;
1101
- }
1102
-
1103
- .tpst1pd3egz {
1104
- font-weight: inherit;
1105
- }
1106
-
1107
- .tpstsf9n82 {
1108
- font-weight: var(--tpst1hojl49);
1109
- }
1110
-
1111
- .tpst13t5r7t {
1112
- font-weight: var(--tpstv32r0g);
1113
- }
1114
-
1115
- .tpst1vtwpie {
1116
- font-weight: var(--tpstvixdhc);
1117
- }
1118
-
1119
- .tpstl56j7k {
1120
- justify-content: center;
1121
- }
1122
-
1123
- .tpst1nhvcw1 {
1124
- justify-content: flex-start;
1125
- }
1126
-
1127
- .tpst1qughib {
1128
- justify-content: space-between;
1129
- }
1130
-
1131
- .tpstlqzeqv {
1132
- justify-content: start;
1133
- }
1134
-
1135
- .tpst1evy7pa {
1136
- line-height: 1.5;
1137
- }
1138
-
1139
- .tpst15bjb6t {
1140
- line-height: inherit;
1141
- }
1142
-
1143
- .tpst1b4p1qk {
1144
- line-height: var(--tpst176n8w4);
1145
- }
1146
-
1147
- .tpst1awmmyf {
1148
- line-height: var(--tpst17n5r6a);
1149
- }
1150
-
1151
- .tpst1ti34bg {
1152
- line-height: var(--tpst1ck7jd6);
1153
- }
1154
-
1155
- .tpst1awqnx8 {
1156
- line-height: var(--tpst1cn3bf9);
1157
- }
1158
-
1159
- .tpst1x4dsw2 {
1160
- line-height: var(--tpst1tpl8o);
1161
- }
1162
-
1163
- .tpstljbvx {
1164
- line-height: var(--tpst1v3vljw);
1165
- }
1166
-
1167
- .tpst3hadm3 {
1168
- line-height: var(--tpst1wgxelp);
1169
- }
1170
-
1171
- .tpst1r9tbde {
1172
- line-height: var(--tpst3oounl);
1173
- }
1174
-
1175
- .tpstelsefh {
1176
- line-height: var(--tpster68pz);
1177
- }
1178
-
1179
- .tpstxhp4et {
1180
- line-height: var(--tpstfx2dhf);
1181
- }
1182
-
1183
- .tpstgw2pk2 {
1184
- line-height: var(--tpstfxw7go);
1185
- }
1186
-
1187
- .tpstgc3jpj {
1188
- line-height: var(--tpsti84zyh);
1189
- }
1190
-
1191
- .tpst1waae9e {
1192
- line-height: var(--tpstohgo1r);
1193
- }
1194
-
1195
- .tpstw4v18l {
1196
- line-height: var(--tpstt98vng);
1197
- }
1198
-
1199
- .tpst3ct3a4 {
1200
- list-style-type: none;
1201
- }
1202
-
1203
- .tpst1n4znp {
1204
- margin-inline-end: var(--rdp-nav_button-width);
1205
- }
1206
-
1207
- .tpstniehiw {
1208
- margin-inline-start: var(--rdp-nav_button-width);
1209
- }
1210
-
1211
- .tpst67bb7w {
1212
- pointer-events: auto;
1213
- }
1214
-
1215
- .tpst10l6tqk {
1216
- position: absolute;
1217
- }
1218
-
1219
- .tpstixxii4 {
1220
- position: fixed;
1221
- }
1222
-
1223
- .tpst1n2onr6 {
1224
- position: relative;
1225
- }
1226
-
1227
- .tpsttt52l0 {
1228
- resize: none;
1229
- }
1230
-
1231
- .tpst1nu5250 {
1232
- stroke: var(--tpst1kxl5s);
1233
- }
1234
-
1235
- .tpstd5a6yo {
1236
- stroke: var(--tpstkiu8f5);
1237
- }
1238
-
1239
- .tpst1p9vrh0 {
1240
- stroke: var(--tpsts3sn97);
1241
- }
1242
-
1243
- .tpst1bzislq {
1244
- stroke: var(--tpstufw5ms);
1245
- }
1246
-
1247
- .tpst2b8uid {
1248
- text-align: center;
1249
- }
1250
-
1251
- .tpstmw9mke {
1252
- text-align: justify;
1253
- }
1254
-
1255
- .tpstdpxx8g {
1256
- text-align: left;
1257
- }
1258
-
1259
- .tpst1hr2gdg {
1260
- text-align: right;
1261
- }
1262
-
1263
- .tpstlyipyv {
1264
- text-overflow: ellipsis;
1265
- }
1266
-
1267
- .tpst11lhmoz {
1268
- transform: translate(-50%, -50%);
1269
- }
1270
-
1271
- .tpst87ps6o {
1272
- -webkit-user-select: none;
1273
- user-select: none;
1274
- }
1275
-
1276
- .tpstxymvpz {
1277
- vertical-align: middle;
1278
- }
1279
-
1280
- .tpstuxw1ft {
1281
- white-space: nowrap;
1282
- }
1283
-
1284
- .tpst1vjfegm {
1285
- z-index: 1;
1286
- }
1287
-
1288
- .tpstfo81ep {
1289
- z-index: 1000;
1290
- }
1291
-
1292
- .tpst1bkdxzg {
1293
- z-index: 1001;
1294
- }
1295
-
1296
- .tpst1355qak {
1297
- z-index: 20;
1298
- }
1299
-
1300
- .tpstsl0li1:hover:not([data-disabled]), .tpstig29qo:hover:not([data-selected="true"]):not(:disabled), .tpstr18k4x:hover:not([data-selected="true"]), .tpst1ui4crk:hover:not([data-disabled="true"]), .tpstxkogiq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpstoegpex:hover:not([data-selected="true"]), .tpstvnhmyd:hover:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]) {
1301
- background-color: var(--tpst16ho4j7);
1302
- }
1303
-
1304
- .tpst1oqkcdj:hover:not([data-selected="true"]):not(:disabled) {
1305
- background-color: var(--tpst17kooso);
1306
- }
1307
-
1308
- .tpst180tr0n:hover:not([data-selected="true"]):not(:disabled) {
1309
- background-color: var(--tpst193kvrf);
1310
- }
1311
-
1312
- .tpstltff4q[data-selected="true"] {
1313
- background-color: var(--tpst1g6wz50);
1314
- }
1315
-
1316
- .tpsta033fu[data-selected="true"] {
1317
- background-color: var(--tpst1rk9dvl);
1318
- }
1319
-
1320
- .tpst1ibygn9:focus-within {
1321
- background-color: var(--tpst1tvunur);
1322
- }
1323
-
1324
- .tpst12q9sn5:active:not([data-selected="true"]):not(:disabled) {
1325
- background-color: var(--tpst1utdsru);
1326
- }
1327
-
1328
- .tpst1ndsmnl[data-selected="true"] {
1329
- background-color: var(--tpst1yvmtnc);
1330
- }
1331
-
1332
- .tpst1reu1xc[data-selected="true"] {
1333
- background-color: var(--tpst3umhxq);
1334
- }
1335
-
1336
- .tpstzkh6k2:active:not(:disabled), .tpst15xsq06:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst1flsb7q:active:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]), .tpstve3hgh:active:not([data-disabled]) {
1337
- background-color: var(--tpst4ae9ti);
1338
- }
1339
-
1340
- .tpst1aswe4i:active:not([data-selected="true"]):not(:disabled) {
1341
- background-color: var(--tpst58jqng);
1342
- }
1343
-
1344
- .tpst1f6zm34[data-disabled="true"], .tpst5s4fa3[data-disabled] {
1345
- background-color: var(--tpstk4jfiz);
1346
- }
1347
-
1348
- .tpst1or6fvc[data-state="checked"], .tpst1rh2zx7[data-selected="true"], .tpst1m4q36m[data-selected="true"]:not([data-disabled="true"]), .tpst1t13qns[data-state="open"] {
1349
- background-color: var(--tpsttytddx);
1350
- }
1351
-
1352
- .tpste5mpoi[data-selected="true"] {
1353
- color: var(--tpst1awahhr);
1354
- }
1355
-
1356
- .tpst13w5zzq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpst16eg49z[data-selected="true"]:not([data-disabled="true"]), .tpst1tkdp7v:not([data-selected="true"]) {
1357
- color: var(--tpst1kxl5s);
1358
- }
1359
-
1360
- .tpst1psc3pv:active:not([data-selected="true"]):not(:disabled) {
1361
- color: var(--tpst1od88uy);
1362
- }
1363
-
1364
- .tpst1maf8c0:active:not(:disabled), .tpst18fcmwj:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst8etpcc:active:not([data-disabled]) {
1365
- color: var(--tpst1uoa904);
1366
- }
1367
-
1368
- .tpstm1dgqd:hover:not([data-disabled]), .tpst7bvzhj:hover:not([data-selected="true"]):not(:disabled), .tpst1yy87a0:hover:not([data-selected="true"]) {
1369
- color: var(--tpst1xyenpu);
1370
- }
1371
-
1372
- .tpst11xvmhv[data-selected="true"] {
1373
- color: var(--tpst1yvmtnc);
1374
- }
1375
-
1376
- .tpst1i6bdl5:hover:not([data-selected="true"]):not(:disabled) {
1377
- color: var(--tpst5k8tce);
1378
- }
1379
-
1380
- .tpst1dicpjh[data-disabled], .tpst10lg5bl[data-disabled="true"] {
1381
- color: var(--tpstkiu8f5);
1382
- }
1383
-
1384
- .tpst1lej0hr:active:not(:disabled), .tpstedph5v:active:not([data-selected="true"]):not(:disabled) {
1385
- color: var(--tpstp0q5oq);
1386
- }
1387
-
1388
- .tpst64v6i3:hover:not([data-selected="true"]):not(:disabled) {
1389
- color: var(--tpstp5llud);
1390
- }
1391
-
1392
- .tpst1hfcag0[data-placeholder] {
1393
- color: var(--tpsts3sn97);
1394
- }
1395
-
1396
- .tpst1566nwe[data-state="checked"], .tpst16j9utu[data-selected="true"], .tpstpysgrl[data-state="open"] {
1397
- color: var(--tpstufw5ms);
1398
- }
1399
-
1400
- .tpst5ezrf1[data-disabled], .tpstrxh2zl[data-disabled="true"] {
1401
- cursor: not-allowed;
1402
- }
1403
-
1404
- .tpst1q65owk:hover:not([data-selected="true"]) {
1405
- cursor: pointer;
1406
- }
1407
-
1408
- .tpst1rjfkor[data-selected="true"] {
1409
- font-weight: var(--tpstm13ldm);
1410
- }
1411
-
1412
- .tpstu3xvog[data-selected="true"] {
1413
- font-weight: var(--tpstv32r0g);
1414
- }
1415
-
1416
- .tpstf5pua7[data-orientation="right"] {
1417
- transform: rotate(180deg);
1418
- }
1419
-
1420
- .tpst1ojfk87:hover:not([data-disabled])[data-placeholder] {
1421
- color: var(--tpst5k8tce);
1422
- }
1423
-
1424
- .tpstvnd96[data-disabled][data-placeholder] {
1425
- color: var(--tpstkiu8f5);
1426
- }
1427
-
1428
- .tpst1vtlv3:disabled {
1429
- background-color: var(--tpstk4jfiz);
1430
- }
1431
-
1432
- .tpst4z2h7b:disabled {
1433
- color: var(--tpstkiu8f5);
1434
- }
1435
-
1436
- .tpst1s07b3s:disabled {
1437
- cursor: not-allowed;
1438
- }
1439
-
1440
- .tpstaqnwrm:disabled {
1441
- pointer-events: none;
1442
- }
1443
-
1444
- .tpstmbp7di:hover {
1445
- background-color: var(--tpst16ho4j7);
1446
- }
1447
-
1448
- .tpstcjt0fs:hover {
1449
- background-color: var(--tpst193kvrf);
1450
- }
1451
-
1452
- .tpst1ez746r:hover {
1453
- color: var(--tpst1xyenpu);
1454
- }
1455
-
1456
- .tpst1xuined:hover {
1457
- color: var(--tpstp5llud);
1458
- }
1459
-
1460
- .tpst1277o0a:hover {
1461
- cursor: pointer;
1462
- }
1463
-
1464
- .tpst53zq4y:active {
1465
- background-color: var(--tpst1utdsru);
1466
- }
1467
-
1468
- .tpst1h8gjka:active {
1469
- background-color: var(--tpst4ae9ti);
1470
- }
1471
-
1472
- .tpst1rml3o1:active {
1473
- color: var(--tpst1od88uy);
1474
- }
1475
-
1476
- .tpst7msxlv:active {
1477
- color: var(--tpst1uoa904);
1478
- }
1479
- }
1480
-
1481
- @layer priority5 {
1482
- .tpst5yr21d {
1483
- height: 100%;
1484
- }
1485
-
1486
- .tpstlup9mm {
1487
- height: 16px;
1488
- }
1489
-
1490
- .tpstjm9jq1 {
1491
- height: 1px;
1492
- }
1493
-
1494
- .tpst1qx5ct2 {
1495
- height: 20px;
1496
- }
1497
-
1498
- .tpstxk0z11 {
1499
- height: 24px;
1500
- }
1501
-
1502
- .tpst1fgtraw {
1503
- height: 28px;
1504
- }
1505
-
1506
- .tpst10w6t97 {
1507
- height: 32px;
1508
- }
1509
-
1510
- .tpstc9qbxq {
1511
- height: 36px;
1512
- }
1513
-
1514
- .tpstsdox4t {
1515
- height: 48px;
1516
- }
1517
-
1518
- .tpst1vpr2pd {
1519
- height: calc(100% - 24px);
1520
- }
1521
-
1522
- .tpstb5j9mv {
1523
- height: var(--rdp-nav-height);
1524
- }
1525
-
1526
- .tpstu96u03 {
1527
- left: 0;
1528
- }
1529
-
1530
- .tpst1nrll8i {
1531
- left: 50%;
1532
- }
1533
-
1534
- .tpstml2tcc {
1535
- left: calc(50% - 10px);
1536
- }
1537
-
1538
- .tpst6riue2 {
1539
- left: calc(50% - 12px);
1540
- }
1541
-
1542
- .tpst17ol6jx {
1543
- left: calc(50% - 8px);
1544
- }
1545
-
1546
- .tpst1yztbdb {
1547
- margin-bottom: 16px;
1548
- }
1549
-
1550
- .tpst1e56ztr {
1551
- margin-bottom: 8px;
1552
- }
1553
-
1554
- .tpst1lcskmy {
1555
- margin-bottom: var(--tpst15cl33r);
1556
- }
1557
-
1558
- .tpstq1n1xh {
1559
- margin-left: 16px;
1560
- }
1561
-
1562
- .tpst1o6q14k {
1563
- margin-right: 16px;
1564
- }
1565
-
1566
- .tpst7r5mf7 {
1567
- margin-top: 3px;
1568
- }
1569
-
1570
- .tpst1u4bug8 {
1571
- max-width: fit-content;
1572
- }
1573
-
1574
- .tpst1nu04sm {
1575
- max-width: var(--select-content-width, 100%);
1576
- }
1577
-
1578
- .tpst15hfatp {
1579
- min-width: 36px;
1580
- }
1581
-
1582
- .tpstuuvo9b {
1583
- min-width: var(--radix-select-trigger-width);
1584
- }
1585
-
1586
- .tpst6ikm8r {
1587
- overflow-x: hidden;
1588
- }
1589
-
1590
- .tpstwib8y2 {
1591
- padding-bottom: 8px;
1592
- }
1593
-
1594
- .tpstyamay9 {
1595
- padding-top: 16px;
1596
- }
1597
-
1598
- .tpstwa60dl {
1599
- top: 50%;
1600
- }
1601
-
1602
- .tpstb8jshi {
1603
- top: calc(100% - 10px);
1604
- }
1605
-
1606
- .tpst1qwhh54 {
1607
- top: calc(100% + 4px);
1608
- }
1609
-
1610
- .tpstsf42hv {
1611
- top: calc(50% - 10px);
1612
- }
1613
-
1614
- .tpst1m3dfrf {
1615
- top: calc(50% - 12px);
1616
- }
1617
-
1618
- .tpst5lvsfk {
1619
- top: calc(50% - 8px);
1620
- }
1621
-
1622
- .tpsth8yej3 {
1623
- width: 100%;
1624
- }
1625
-
1626
- .tpst1kky2od {
1627
- width: 16px;
1628
- }
1629
-
1630
- .tpstw4jnvo {
1631
- width: 20px;
1632
- }
1633
-
1634
- .tpstvy4d1p {
1635
- width: 24px;
1636
- }
1637
-
1638
- .tpst1m258z3 {
1639
- width: 320px;
1640
- }
1641
-
1642
- .tpst1td3qas {
1643
- width: 32px;
1644
- }
1645
-
1646
- .tpst14qfxbe {
1647
- width: 36px;
1648
- }
1649
-
1650
- .tpst14atkfc {
1651
- width: auto;
1652
- }
1653
-
1654
- .tpstuyfhz4 {
1655
- width: calc(100% - 16px);
1656
- }
1657
-
1658
- .tpstlr34hp[data-selected="true"] {
1659
- height: 2px;
1660
- }
1661
-
1662
- .tpstxx32ex[data-selected="true"] {
1663
- margin-top: 2px;
1664
- }
1665
-
1666
- .tpst4gjk7j:last-child {
1667
- padding-right: 36px;
1668
- }
1669
- }
1670
-
1671
- @layer priority6 {
1672
- .tpstbafw3j::placeholder {
1673
- color: var(--tpstkiu8f5);
1674
- }
1675
-
1676
- .tpstbv7gmg::placeholder {
1677
- color: var(--tpsts3sn97);
1678
- }
1679
-
1680
- .tpst2nmep4:disabled::placeholder {
1681
- color: var(--tpstkiu8f5);
1682
- }
1683
-
1684
- .tpsthmtpon:hover::placeholder {
1685
- color: var(--tpst5k8tce);
1686
- }
1687
-
1688
- .tpst1a03ke7:focus::placeholder {
1689
- color: var(--tpst1yvmtnc);
1690
- }
1691
- }
1
+ /*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-400:#ea3333;--color-red-500:#e50000;--color-orange-100:#ffe6cc;--color-orange-400:#f93;--color-orange-500:#f93;--color-orange-600:#c60;--color-orange-700:#994d00;--color-yellow-500:#fc0;--color-yellow-700:#997a00;--color-green-100:#ccebd6;--color-green-400:#33ad5c;--color-green-500:#093;--color-green-700:#005c1f;--color-teal-100:#ccf5f5;--color-teal-500:#0cc;--color-teal-600:#00a3a3;--color-teal-700:#007a7a;--color-blue-500:#35f;--color-blue-600:#2944cc;--color-gray-50:oklch(98.5% 0.002 247.839);--color-gray-200:oklch(92.8% 0.006 264.531);--color-gray-300:oklch(87.2% 0.01 258.338);--color-neutral-50:#f2f2f2;--color-neutral-100:#e5e5e5;--color-neutral-200:#ccc;--color-neutral-700:#474747;--color-neutral-800:#2e2e2e;--color-neutral-900:#1a1a1a;--color-white:#fff;--spacing:0.25rem;--container-2xs:18rem;--container-xs:20rem;--container-sm:24rem;--text-base:1rem;--text-base--line-height:1.5;--text-lg:1.125rem;--text-lg--line-height:1.55556;--text-xl:1.25rem;--text-xl--line-height:1.4;--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-dark-opacity-100:rgba(4,4,4,.1);--color-dark-opacity-150:rgba(4,4,4,.15);--color-dark-opacity-200:rgba(4,4,4,.2);--color-dark-opacity-25:rgba(4,4,4,.03);--color-dark-opacity-450:rgba(4,4,4,.46);--color-dark-opacity-50:rgba(4,4,4,.05);--color-dark-opacity-550:rgba(4,4,4,.58);--color-dark-opacity-600:rgba(4,4,4,.63);--color-dark-opacity-650:rgba(4,4,4,.68);--color-dark-opacity-700:rgba(4,4,4,.73);--color-dark-opacity-750:rgba(4,4,4,.8);--color-dark-opacity-800:rgba(4,4,4,.84);--color-dark-opacity-850:rgba(4,4,4,.89);--color-light-opacity-100:hsla(0,0%,100%,.09);--color-light-opacity-150:hsla(0,0%,100%,.14);--color-light-opacity-200:hsla(0,0%,100%,.18);--color-light-opacity-250:hsla(0,0%,100%,.24);--color-light-opacity-350:hsla(0,0%,100%,.35);--color-light-opacity-50:hsla(0,0%,100%,.05);--color-light-opacity-500:hsla(0,0%,100%,.53);--color-light-opacity-600:hsla(0,0%,100%,.63);--color-light-opacity-650:hsla(0,0%,100%,.68);--color-light-opacity-700:hsla(0,0%,100%,.73);--color-light-opacity-750:hsla(0,0%,100%,.79);--color-light-opacity-800:hsla(0,0%,100%,.84);--color-light-opacity-850:hsla(0,0%,100%,.89);--color-light-opacity-900:hsla(0,0%,100%,.94);--color-neutral-150:#d9d9d9;--color-neutral-750:#383838;--color-neutral-850:#212121;--color-pure-black-50:rgba(0,0,0,.5);--color-pure-black-75:rgba(0,0,0,.75);--color-pure-transparent:hsla(0,0%,100%,0);--color-pure-white:#fff;--color-telepix-red-100:#fce8eb;--color-telepix-red-500:#e7344c;--color-telepix-red-700:#a01326;--text-xsmall:0.625rem;--text-label:0.75rem;--text-body:0.875rem;--text-large:1.125rem;--text-xxl:1.5rem;--text-xxxl:1.875rem;--text-size-inherit:inherit;--font-weight-inherit:inherit;--spacing-xsmall:0.875rem;--spacing-label:1.3125rem;--spacing-label-compact:1rem;--spacing-body:1.5rem;--spacing-body-compact:1.3125rem;--spacing-base:1.75rem;--spacing-base-compact:1.5rem;--spacing-large:2rem;--spacing-large-compact:1.625rem;--spacing-xl:2.25rem;--spacing-xl-compact:1.75rem;--spacing-xxl:2.5rem;--spacing-xxl-compact:1.875rem;--spacing-xxxl:3.25rem;--spacing-inherit:inherit;--animate-fade-in:fade-in 150ms ease-in-out forwards;--animate-content-fade-in:content-fade-in 150ms ease-in-out forwards}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:var(--default-font-feature-settings,normal);-webkit-tap-highlight-color:transparent;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-variation-settings:var(--default-font-variation-settings,normal);line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:var(--default-mono-font-feature-settings,normal);font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{font-feature-settings:inherit;background-color:transparent;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-\[calc\(50\%-8px\)\]{top:calc(50% - 8px)}.top-\[calc\(50\%-10px\)\]{top:calc(50% - 10px)}.top-\[calc\(50\%-12px\)\]{top:calc(50% - 12px)}.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}.right-0{right:calc(var(--spacing)*0)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-\[calc\(50\%-8px\)\]{left:calc(50% - 8px)}.left-\[calc\(50\%-10px\)\]{left:calc(50% - 10px)}.left-\[calc\(50\%-12px\)\]{left:calc(50% - 12px)}.z-\[1\]{z-index:1}.z-\[20\]{z-index:20}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-\[var\(--rdp-nav_button-width\)\]{margin-inline:var(--rdp-nav_button-width)}.mx-auto{margin-inline:auto}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-\[5px\]{margin-block:5px}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-\[3px\]{margin-top:3px}.mr-4{margin-right:calc(var(--spacing)*4)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.ml-4{margin-left:calc(var(--spacing)*4)}.box-border{box-sizing:border-box}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-4{height:calc(var(--spacing)*4);width:calc(var(--spacing)*4)}.size-5{height:calc(var(--spacing)*5);width:calc(var(--spacing)*5)}.size-6{height:calc(var(--spacing)*6);width:calc(var(--spacing)*6)}.size-8{height:calc(var(--spacing)*8);width:calc(var(--spacing)*8)}.size-9{height:calc(var(--spacing)*9);width:calc(var(--spacing)*9)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-7{height:calc(var(--spacing)*7)}.h-9{height:calc(var(--spacing)*9)}.h-12{height:calc(var(--spacing)*12)}.h-\[1px\]{height:1px}.h-\[calc\(100\%-24px\)\]{height:calc(100% - 24px)}.h-\[var\(--rdp-nav-height\)\]{height:var(--rdp-nav-height)}.min-h-9{min-height:calc(var(--spacing)*9)}.w-2xs{width:var(--container-2xs)}.w-4{width:calc(var(--spacing)*4)}.w-\[320px\]{width:320px}.w-\[500px\]{width:500px}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-auto{width:auto}.w-full{width:100%}.w-sm{width:var(--container-sm)}.w-xs{width:var(--container-xs)}.max-w-\[240px\]{max-width:240px}.max-w-\[var\(--select-content-width\)\]{max-width:var(--select-content-width)}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-x-0{--tw-border-spacing-x:calc(var(--spacing)*0)}.border-spacing-x-0,.border-spacing-y-2{border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.border-spacing-y-2{--tw-border-spacing-y:calc(var(--spacing)*2)}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:-50%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-content-fade-in{animation:var(--animate-content-fade-in)}.animate-fade-in{animation:var(--animate-fade-in)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-\[18px\]{gap:18px}.gap-\[var\(--rdp-months-gap\)\]{gap:var(--rdp-months-gap)}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-border-bound{border-color:var(--border-bound)}.border-border-divider{border-color:var(--border-divider)}.border-border-focused{border-color:var(--border-focused)}.border-border-overlay{border-color:var(--border-overlay)}.border-border-selected{border-color:var(--border-selected)}.border-fill-mono-subtle-default{border-color:var(--fill-mono-subtle-default)}.border-gray-300{border-color:var(--color-gray-300)}.border-transparent{border-color:transparent}.border-b-border-divider{border-bottom-color:var(--border-divider)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-border-divider{background-color:var(--border-divider)}.bg-border-overlay{background-color:var(--border-overlay)}.bg-comp-mono-subtle-default{background-color:var(--comp-mono-subtle-default)}.bg-comp-mono-subtle-selected{background-color:var(--comp-mono-subtle-selected)}.bg-fill-accent-default{background-color:var(--fill-accent-default)}.bg-fill-accent-selected{background-color:var(--fill-accent-selected)}.bg-fill-disabled{background-color:var(--fill-disabled)}.bg-fill-mono-default{background-color:var(--fill-mono-default)}.bg-fill-mono-hovered{background-color:var(--fill-mono-hovered)}.bg-fill-mono-selected{background-color:var(--fill-mono-selected)}.bg-fill-mono-subtle-default{background-color:var(--fill-mono-subtle-default)}.bg-fill-mono-subtle-selected{background-color:var(--fill-mono-subtle-selected)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-page-accent{background-color:var(--page-accent)}.bg-page-l0{background-color:var(--page-l0)}.bg-page-l1{background-color:var(--page-l1)}.bg-page-l2{background-color:var(--page-l2)}.bg-pure-black-50{background-color:var(--color-pure-black-50)}.bg-transparent{background-color:transparent}.fill-transparent{fill:transparent}.stroke-comp-disabled{stroke:var(--comp-disabled)}.stroke-comp-mono-default{stroke:var(--comp-mono-default)}.stroke-comp-mono-selected{stroke:var(--comp-mono-selected)}.stroke-comp-mono-subtle-default{stroke:var(--comp-mono-subtle-default)}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-\[11px\]{padding-block:11px}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-0{padding-right:calc(var(--spacing)*0)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-6{padding-right:calc(var(--spacing)*6)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-body{font-size:var(--text-body)}.text-label{font-size:var(--text-label)}.text-large{font-size:var(--text-large)}.text-size-inherit{font-size:var(--text-size-inherit)}.text-xsmall{font-size:var(--text-xsmall)}.text-xxl{font-size:var(--text-xxl)}.text-xxxl{font-size:var(--text-xxxl)}.leading-base{--tw-leading:var(--spacing-base);line-height:var(--spacing-base)}.leading-base-compact{--tw-leading:var(--spacing-base-compact);line-height:var(--spacing-base-compact)}.leading-body{--tw-leading:var(--spacing-body);line-height:var(--spacing-body)}.leading-body-compact{--tw-leading:var(--spacing-body-compact);line-height:var(--spacing-body-compact)}.leading-inherit{--tw-leading:var(--spacing-inherit);line-height:var(--spacing-inherit)}.leading-label{--tw-leading:var(--spacing-label);line-height:var(--spacing-label)}.leading-label-compact{--tw-leading:var(--spacing-label-compact);line-height:var(--spacing-label-compact)}.leading-large{--tw-leading:var(--spacing-large);line-height:var(--spacing-large)}.leading-large-compact{--tw-leading:var(--spacing-large-compact);line-height:var(--spacing-large-compact)}.leading-xl{--tw-leading:var(--spacing-xl);line-height:var(--spacing-xl)}.leading-xl-compact{--tw-leading:var(--spacing-xl-compact);line-height:var(--spacing-xl-compact)}.leading-xsmall{--tw-leading:var(--spacing-xsmall);line-height:var(--spacing-xsmall)}.leading-xxl{--tw-leading:var(--spacing-xxl);line-height:var(--spacing-xxl)}.leading-xxl-compact{--tw-leading:var(--spacing-xxl-compact);line-height:var(--spacing-xxl-compact)}.leading-xxxl{--tw-leading:var(--spacing-xxxl);line-height:var(--spacing-xxxl)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extralight{--tw-font-weight:var(--font-weight-extralight);font-weight:var(--font-weight-extralight)}.font-inherit{--tw-font-weight:var(--font-weight-inherit);font-weight:var(--font-weight-inherit)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.font-thin{--tw-font-weight:var(--font-weight-thin);font-weight:var(--font-weight-thin)}.text-nowrap{text-wrap:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-blue-500{color:var(--color-blue-500)}.text-comp-accent-default{color:var(--comp-accent-default)}.text-comp-accent-selected{color:var(--comp-accent-selected)}.text-comp-chroma-error{color:var(--comp-chroma-error)}.text-comp-disabled{color:var(--comp-disabled)}.text-comp-mono-default{color:var(--comp-mono-default)}.text-comp-mono-hovered{color:var(--comp-mono-hovered)}.text-comp-mono-selected{color:var(--comp-mono-selected)}.text-comp-mono-subtle-default{color:var(--comp-mono-subtle-default)}.text-comp-mono-subtle-selected{color:var(--comp-mono-subtle-selected)}.text-inherit{color:inherit}.text-white{color:var(--color-white)}.shadow-basic{--tw-shadow:0px 1px 2px -1px var(--tw-shadow-color,rgba(0,0,0,.1)),0px 1px 3px 0px var(--tw-shadow-color,rgba(0,0,0,.1))}.shadow-basic,.shadow-medium{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-medium{--tw-shadow:0px 4px 6px -1px var(--tw-shadow-color,rgba(0,0,0,.1)),0px 2px 4px -2px var(--tw-shadow-color,rgba(0,0,0,.1))}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.transition-normal{transition-behavior:normal}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-hover\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-subtle-hovered{&:is(:where(.group):hover *){@media (hover:hover){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-subtle-hovered)}}}}.group-active\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-subtle-pressed{&:is(:where(.group):active *){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-subtle-pressed)}}}.group-\[\:is\(\[data-disabled\]\)\]\:text-comp-disabled{&:is(:where(.group):is(:is([data-disabled])) *){color:var(--comp-disabled)}}.group-\[\:is\(\[data-state\=\"open\"\]\)\]\:text-comp-mono-subtle-selected{&:is(:where(.group):is(:is([data-state=open])) *){color:var(--comp-mono-subtle-selected)}}.placeholder\:text-comp-mono-subtle-default{&::-moz-placeholder{color:var(--comp-mono-subtle-default)}&::placeholder{color:var(--comp-mono-subtle-default)}}.last\:border-b-0{&:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}}.last\:pr-9{&:last-child{padding-right:calc(var(--spacing)*9)}}.focus-within\:border-border-focused{&:focus-within{border-color:var(--border-focused)}}.focus-within\:bg-fill-mono-default{&:focus-within{background-color:var(--fill-mono-default)}}.hover\:rounded-sm{&:hover{@media (hover:hover){border-radius:var(--radius-sm)}}}.hover\:border-fill-mono-subtle-hovered{&:hover{@media (hover:hover){border-color:var(--fill-mono-subtle-hovered)}}}.hover\:bg-blue-600{&:hover{@media (hover:hover){background-color:var(--color-blue-600)}}}.hover\:bg-fill-accent-hovered{&:hover{@media (hover:hover){background-color:var(--fill-accent-hovered)}}}.hover\:bg-fill-mono-hovered{&:hover{@media (hover:hover){background-color:var(--fill-mono-hovered)}}}.hover\:bg-fill-mono-subtle-hovered{&:hover{@media (hover:hover){background-color:var(--fill-mono-subtle-hovered)}}}.hover\:bg-gray-200{&:hover{@media (hover:hover){background-color:var(--color-gray-200)}}}.hover\:text-comp-accent-hovered{&:hover{@media (hover:hover){color:var(--comp-accent-hovered)}}}.hover\:text-comp-mono-default{&:hover{@media (hover:hover){color:var(--comp-mono-default)}}}.hover\:text-comp-mono-hovered{&:hover{@media (hover:hover){color:var(--comp-mono-hovered)}}}.hover\:text-comp-mono-subtle-hovered{&:hover{@media (hover:hover){color:var(--comp-mono-subtle-hovered)}}}.hover\:not-\[\:is\(\[data-disabled\]\)\]\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-disabled]))){background-color:var(--fill-mono-hovered)}}}}.hover\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-hovered)}}}}.hover\:not-\[\:is\(\[data-selected\=\'true\'\]\)\]\:not-disabled\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-selected=true]))){&:not(:disabled){background-color:var(--fill-mono-hovered)}}}}}.hover\:not-\[\:is\(\[data-selected\=\'true\'\]\)\]\:not-disabled\:text-comp-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-selected=true]))){&:not(:disabled){color:var(--comp-mono-hovered)}}}}}.hover\:placeholder\:text-comp-mono-subtle-hovered{&:hover{@media (hover:hover){&::-moz-placeholder{color:var(--comp-mono-subtle-hovered)}&::placeholder{color:var(--comp-mono-subtle-hovered)}}}}.focus\:placeholder\:text-comp-mono-subtle-selected{&:focus{&::-moz-placeholder{color:var(--comp-mono-subtle-selected)}&::placeholder{color:var(--comp-mono-subtle-selected)}}}.active\:border-fill-mono-subtle-pressed{&:active{border-color:var(--fill-mono-subtle-pressed)}}.active\:bg-fill-accent-pressed{&:active{background-color:var(--fill-accent-pressed)}}.active\:bg-fill-mono-pressed{&:active{background-color:var(--fill-mono-pressed)}}.active\:bg-fill-mono-selected{&:active{background-color:var(--fill-mono-selected)}}.active\:text-comp-accent-pressed{&:active{color:var(--comp-accent-pressed)}}.active\:text-comp-mono-default{&:active{color:var(--comp-mono-default)}}.active\:text-comp-mono-pressed{&:active{color:var(--comp-mono-pressed)}}.active\:text-comp-mono-subtle-pressed{&:active{color:var(--comp-mono-subtle-pressed)}}.active\:not-disabled\:bg-fill-mono-pressed{&:active{&:not(:disabled){background-color:var(--fill-mono-pressed)}}}.active\:not-disabled\:text-comp-mono-pressed{&:active{&:not(:disabled){color:var(--comp-mono-pressed)}}}.active\:not-\[\:is\(\[data-disabled\]\)\]\:bg-fill-mono-pressed{&:active{&:not(:is(:is([data-disabled]))){background-color:var(--fill-mono-pressed)}}}.active\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-pressed{&:active{&:not(:is(:is([data-disabled]))){color:var(--comp-mono-pressed)}}}.disabled\:pointer-events-none{&:disabled{pointer-events:none}}.disabled\:cursor-not-allowed{&:disabled{cursor:not-allowed}}.disabled\:border-fill-disabled{&:disabled{border-color:var(--fill-disabled)}}.disabled\:bg-fill-disabled{&:disabled{background-color:var(--fill-disabled)}}.disabled\:text-comp-disabled{&:disabled{color:var(--comp-disabled)}}.disabled\:placeholder\:text-comp-disabled{&:disabled{&::-moz-placeholder{color:var(--comp-disabled)}&::placeholder{color:var(--comp-disabled)}}}.has-\[button\:has\(\[data-placeholder\]\)\]\:border-comp-mono-subtle-default{&:has(:is(button:has([data-placeholder]))){border-color:var(--comp-mono-subtle-default)}}.has-\[input\:disabled\]\:border-transparent{&:has(:is(input:disabled)){border-color:transparent}}.\[\&\:is\(\[data-disabled\]\)\]\:cursor-not-allowed{&:is([data-disabled]){cursor:not-allowed}}.\[\&\:is\(\[data-disabled\]\)\]\:border-transparent{&:is([data-disabled]){border-color:transparent}}.\[\&\:is\(\[data-disabled\]\)\]\:bg-fill-disabled{&:is([data-disabled]){background-color:var(--fill-disabled)}}.\[\&\:is\(\[data-disabled\]\)\]\:text-comp-disabled{&:is([data-disabled]){color:var(--comp-disabled)}}.\[\&\:is\(\[data-orientation\=\'right\'\]\)\]\:rotate-180{&:is([data-orientation=right]){rotate:180deg}}.\[\&\:is\(\[data-placeholder\]\)\:not\(\:is\(\[data-disabled\]\)\)\]\:text-comp-mono-subtle-default{&:is([data-placeholder]):not(:is([data-disabled])){color:var(--comp-mono-subtle-default)}}.\[\&\:is\(\[data-placeholder\]\)\:not\(\:is\(\[data-disabled\]\)\)\]\:hover\:text-comp-mono-subtle-hovered{&:is([data-placeholder]):not(:is([data-disabled])){&:hover{@media (hover:hover){color:var(--comp-mono-subtle-hovered)}}}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:bg-fill-accent-selected{&:is([data-selected=true]){background-color:var(--fill-accent-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:bg-fill-mono-selected{&:is([data-selected=true]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:font-semibold{&:is([data-selected=true]){--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:text-comp-accent-selected{&:is([data-selected=true]){color:var(--comp-accent-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:text-comp-mono-selected{&:is([data-selected=true]){color:var(--comp-mono-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\:not\(\.day-range-middle\)\]\:text-comp-accent-selected{&:is([data-selected=true]):not(.day-range-middle){color:var(--comp-accent-selected)}}.\[\&\:is\(\[data-state\=\'checked\'\]\)\]\:bg-fill-mono-selected{&:is([data-state=checked]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-state\=\'checked\'\]\)\]\:text-comp-mono-selected{&:is([data-state=checked]){color:var(--comp-mono-selected)}}.\[\&\:is\(\[data-state\=\'open\'\]\)\]\:bg-fill-mono-selected{&:is([data-state=open]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-state\=\'open\'\]\)\]\:text-comp-mono-selected{&:is([data-state=open]){color:var(--comp-mono-selected)}}.\[\&\:is\(data-selected\=\'true\'\)\]\:font-bold{&:is(data-selected="true"){--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}}.\[\&\:is\(data-selected\=\'true\'\)\]\:text-comp-mono-subtle-selected{&:is(data-selected="true"){color:var(--comp-mono-subtle-selected)}}.\[\&\:not\(\.day-range-end\)\]\:rounded-r-none{&:not(.day-range-end){border-bottom-right-radius:0;border-top-right-radius:0}}.\[\&\:not\(\.day-range-start\)\]\:rounded-l-none{&:not(.day-range-start){border-bottom-left-radius:0;border-top-left-radius:0}}.\[\&\:not\(\:is\(\[data-placeholder\]\)\)\]\:border-border-focused{&:not(:is([data-placeholder])){border-color:var(--border-focused)}}.hover\:\[\&\:not\(\:is\(\[data-selected\=\'true\'\]\)\)\]\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is([data-selected=true])){background-color:var(--fill-mono-hovered)}}}}.\[\&\:not\(\:is\(\[data-selected\=\'true\'\]\)\)\:not\(\.day-outside\)\]\:text-comp-mono-default{&:not(:is([data-selected=true])):not(.day-outside){color:var(--comp-mono-default)}}}:root{--border-bound:var(--color-dark-opacity-200);--border-divider:var(--color-neutral-150);--border-focused:var(--color-dark-opacity-550);--border-overlay:var(--color-pure-transparent);--border-selected:var(--color-pure-black-50);--comp-disabled:var(--color-dark-opacity-450);--comp-accent-default:var(--color-light-opacity-900);--comp-accent-hovered:var(--color-light-opacity-850);--comp-accent-pressed:var(--color-light-opacity-700);--comp-accent-selected:var(--color-light-opacity-900);--comp-chroma-warning:var(--color-orange-500);--comp-chroma-error:var(--color-telepix-red-500);--comp-chroma-positive:var(--color-green-500);--comp-chroma-cloud:var(--color-blue-500);--comp-chroma-onpremise:var(--color-orange-400);--comp-chroma-highlight-yellow:var(--color-yellow-700);--comp-mono-default:var(--color-dark-opacity-800);--comp-mono-hovered:var(--color-dark-opacity-700);--comp-mono-pressed:var(--color-dark-opacity-750);--comp-mono-selected:var(--color-dark-opacity-850);--comp-mono-subtle-default:var(--color-dark-opacity-600);--comp-mono-subtle-hovered:var(--color-dark-opacity-650);--comp-mono-subtle-pressed:var(--color-dark-opacity-550);--comp-mono-subtle-selected:var(--color-dark-opacity-700);--fill-disabled:var(--color-pure-transparent);--fill-accent-default:var(--color-dark-opacity-800);--fill-accent-hovered:var(--color-dark-opacity-700);--fill-accent-pressed:var(--color-dark-opacity-650);--fill-accent-selected:var(--color-dark-opacity-850);--fill-chroma-warning:var(--color-orange-500);--fill-chroma-error:var(--color-telepix-red-500);--fill-chroma-positive:var(--color-green-500);--fill-chroma-done:var(--color-teal-500);--fill-chroma-info:var(--color-blue-500);--fill-chroma-subtle-positive:var(--color-green-100);--fill-chroma-subtle-done:var(--color-teal-100);--fill-chroma-subtle-error:var(--color-telepix-red-100);--fill-chroma-subtle-warning:var(--color-orange-100);--fill-mono-default:var(--color-pure-transparent);--fill-mono-hovered:var(--color-dark-opacity-25);--fill-mono-pressed:var(--color-dark-opacity-25);--fill-mono-selected:var(--color-dark-opacity-50);--fill-mono-subtle-default:var(--color-dark-opacity-50);--fill-mono-subtle-hovered:var(--color-dark-opacity-100);--fill-mono-subtle-pressed:var(--color-dark-opacity-50);--fill-mono-subtle-selected:var(--color-dark-opacity-150);--page-accent:var(--color-neutral-800);--page-fade:var(--color-pure-black-50);--page-l0:var(--color-pure-white);--page-l1:var(--color-pure-white);--page-l2:var(--color-neutral-50);--page-l3:var(--color-neutral-100);--page-l4:var(--color-neutral-200)}[data-theme=dark]{--border-bound:var(--color-light-opacity-250);--border-divider:var(--color-neutral-750);--border-focused:var(--color-light-opacity-700);--border-overlay:var(--color-light-opacity-50);--border-selected:var(--color-light-opacity-500);--comp-disabled:var(--color-light-opacity-350);--comp-accent-default:var(--color-dark-opacity-800);--comp-accent-hovered:var(--color-dark-opacity-800);--comp-accent-pressed:var(--color-dark-opacity-800);--comp-accent-selected:var(--color-dark-opacity-800);--comp-chroma-warning:var(--color-orange-500);--comp-chroma-error:var(--color-red-400);--comp-chroma-positive:var(--color-green-400);--comp-chroma-cloud:var(--color-blue-500);--comp-chroma-onpremise:var(--color-orange-500);--comp-chroma-highlight-yellow:var(--color-yellow-500);--comp-mono-default:var(--color-light-opacity-800);--comp-mono-hovered:var(--color-light-opacity-850);--comp-mono-pressed:var(--color-light-opacity-750);--comp-mono-selected:var(--color-light-opacity-900);--comp-mono-subtle-default:var(--color-light-opacity-600);--comp-mono-subtle-hovered:var(--color-light-opacity-700);--comp-mono-subtle-pressed:var(--color-light-opacity-600);--comp-mono-subtle-selected:var(--color-light-opacity-750);--fill-disabled:var(--color-pure-transparent);--fill-accent-default:var(--color-light-opacity-850);--fill-accent-hovered:var(--color-light-opacity-750);--fill-accent-pressed:var(--color-light-opacity-650);--fill-accent-selected:var(--color-light-opacity-900);--fill-chroma-warning:var(--color-orange-600);--fill-chroma-error:var(--color-red-500);--fill-chroma-positive:var(--color-green-500);--fill-chroma-info:var(--color-blue-500);--fill-chroma-done:var(--color-teal-600);--fill-chroma-subtle-positive:var(--color-green-700);--fill-chroma-subtle-done:var(--color-teal-700);--fill-chroma-subtle-error:var(--color-telepix-red-700);--fill-chroma-subtle-warning:var(--color-orange-700);--fill-mono-default:var(--color-pure-transparent);--fill-mono-hovered:var(--color-light-opacity-100);--fill-mono-pressed:var(--color-light-opacity-50);--fill-mono-selected:var(--color-light-opacity-200);--fill-mono-subtle-default:var(--color-light-opacity-100);--fill-mono-subtle-hovered:var(--color-light-opacity-100);--fill-mono-subtle-pressed:var(--color-light-opacity-100);--fill-mono-subtle-selected:var(--color-light-opacity-150);--page-accent:var(--color-neutral-100);--page-fade:var(--color-pure-black-75);--page-l0:var(--color-neutral-900);--page-l1:var(--color-neutral-850);--page-l2:var(--color-neutral-800);--page-l3:var(--color-neutral-800);--page-l4:var(--color-neutral-700)}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes content-fade-in{0%{opacity:0;transform:translate(-50%,-53%)}to{opacity:1;transform:translate(-50%,-50%)}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}