@tight-embedded/react 1.0.0-alpha.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 (44) hide show
  1. package/README.md +11 -0
  2. package/dist/duplet.css +60 -0
  3. package/dist/duplet.css.gz +0 -0
  4. package/dist/fonts/Duplet-Bold.woff +0 -0
  5. package/dist/fonts/Duplet-Bold.woff.gz +0 -0
  6. package/dist/fonts/Duplet-Bold.woff2 +0 -0
  7. package/dist/fonts/Duplet-BoldItalic.woff +0 -0
  8. package/dist/fonts/Duplet-BoldItalic.woff.gz +0 -0
  9. package/dist/fonts/Duplet-BoldItalic.woff2 +0 -0
  10. package/dist/fonts/Duplet-BoldItalic.woff2.gz +0 -0
  11. package/dist/fonts/Duplet-Italic.woff +0 -0
  12. package/dist/fonts/Duplet-Italic.woff.gz +0 -0
  13. package/dist/fonts/Duplet-Italic.woff2 +0 -0
  14. package/dist/fonts/Duplet-Regular.woff +0 -0
  15. package/dist/fonts/Duplet-Regular.woff.gz +0 -0
  16. package/dist/fonts/Duplet-Regular.woff2 +0 -0
  17. package/dist/fonts/Duplet-Semibold.woff +0 -0
  18. package/dist/fonts/Duplet-Semibold.woff.gz +0 -0
  19. package/dist/fonts/Duplet-Semibold.woff2 +0 -0
  20. package/dist/fonts/Duplet-SemiboldItalic.woff +0 -0
  21. package/dist/fonts/Duplet-SemiboldItalic.woff.gz +0 -0
  22. package/dist/fonts/Duplet-SemiboldItalic.woff2 +0 -0
  23. package/dist/fonts/Inter-Bold.ttf +0 -0
  24. package/dist/fonts/Inter-Bold.ttf.gz +0 -0
  25. package/dist/fonts/Inter-ExtraLight.ttf +0 -0
  26. package/dist/fonts/Inter-ExtraLight.ttf.gz +0 -0
  27. package/dist/fonts/Inter-Light.ttf +0 -0
  28. package/dist/fonts/Inter-Light.ttf.gz +0 -0
  29. package/dist/fonts/Inter-Medium.ttf +0 -0
  30. package/dist/fonts/Inter-Medium.ttf.gz +0 -0
  31. package/dist/fonts/Inter-Regular.ttf +0 -0
  32. package/dist/fonts/Inter-Regular.ttf.gz +0 -0
  33. package/dist/fonts/Inter-SemiBold.ttf +0 -0
  34. package/dist/fonts/Inter-SemiBold.ttf.gz +0 -0
  35. package/dist/index.css +2974 -0
  36. package/dist/index.css.gz +0 -0
  37. package/dist/index.d.ts +81 -0
  38. package/dist/index.js +3285 -0
  39. package/dist/index.js.gz +0 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/index.js.map.gz +0 -0
  42. package/dist/inter.css +36 -0
  43. package/dist/inter.css.gz +0 -0
  44. package/package.json +110 -0
package/dist/index.css ADDED
@@ -0,0 +1,2974 @@
1
+ @layer reset, base, tokens, recipes, utilities;
2
+
3
+ .Tight-component {
4
+ font-family: var(--Tight-fonts-base);
5
+
6
+ * {
7
+ box-sizing: border-box;
8
+ }
9
+ }
10
+
11
+ @keyframes fade-in {
12
+ from {
13
+ opacity: 0;
14
+ }
15
+
16
+ to {
17
+ opacity: 100%;
18
+ }
19
+ }
20
+
21
+ @keyframes shimmer {
22
+ to {
23
+ background-position: 0 0;
24
+ }
25
+ }
26
+
27
+ @layer base {
28
+ :root {
29
+ --made-with-panda: '🐼';
30
+ }
31
+
32
+ *,::before,::after,::backdrop {
33
+ --blur: /*-*/ /*-*/;
34
+ --brightness: /*-*/ /*-*/;
35
+ --contrast: /*-*/ /*-*/;
36
+ --grayscale: /*-*/ /*-*/;
37
+ --hue-rotate: /*-*/ /*-*/;
38
+ --invert: /*-*/ /*-*/;
39
+ --saturate: /*-*/ /*-*/;
40
+ --sepia: /*-*/ /*-*/;
41
+ --drop-shadow: /*-*/ /*-*/;
42
+ --backdrop-blur: /*-*/ /*-*/;
43
+ --backdrop-brightness: /*-*/ /*-*/;
44
+ --backdrop-contrast: /*-*/ /*-*/;
45
+ --backdrop-grayscale: /*-*/ /*-*/;
46
+ --backdrop-hue-rotate: /*-*/ /*-*/;
47
+ --backdrop-invert: /*-*/ /*-*/;
48
+ --backdrop-opacity: /*-*/ /*-*/;
49
+ --backdrop-saturate: /*-*/ /*-*/;
50
+ --backdrop-sepia: /*-*/ /*-*/;
51
+ --gradient-from-position: /*-*/ /*-*/;
52
+ --gradient-to-position: /*-*/ /*-*/;
53
+ --gradient-via-position: /*-*/ /*-*/;
54
+ --scroll-snap-strictness: proximity;
55
+ --border-spacing-x: 0;
56
+ --border-spacing-y: 0;
57
+ --translate-x: 0;
58
+ --translate-y: 0;
59
+ --rotate: 0;
60
+ --rotate-x: 0;
61
+ --rotate-y: 0;
62
+ --skew-x: 0;
63
+ --skew-y: 0;
64
+ --scale-x: 1;
65
+ --scale-y: 1;
66
+ }
67
+ }
68
+
69
+ @layer tokens {
70
+ :where(:root, :host) {
71
+ --Tight-colors-white100: #FFFFFF;
72
+ --Tight-colors-white200: #F9F9F9;
73
+ --Tight-colors-white300: #EDEDED;
74
+ --Tight-colors-white600: #E7E8E9;
75
+ --Tight-colors-black100: #CED1D2;
76
+ --Tight-colors-black400: #6F7576;
77
+ --Tight-colors-black600: #50595C;
78
+ --Tight-colors-black700: #182428;
79
+ --Tight-colors-blue300: #DAF4FA;
80
+ --Tight-colors-blue400: #CAECF3;
81
+ --Tight-colors-blue500: #94D8E8;
82
+ --Tight-colors-blue700: #2AB2D1;
83
+ --Tight-colors-blue900: #177F96;
84
+ --Tight-colors-green300: #B8F3D5;
85
+ --Tight-colors-green400: #94E8BD;
86
+ --Tight-colors-green500: #5FDD9C;
87
+ --Tight-colors-green700: #009C75;
88
+ --Tight-colors-yellow300: #FFE787;
89
+ --Tight-colors-yellow400: #FCD34D;
90
+ --Tight-colors-yellow500: #FBBF24;
91
+ --Tight-colors-red300: #FF9797;
92
+ --Tight-colors-red400: #F45C5C;
93
+ --Tight-colors-red500: #E84747;
94
+ --Tight-colors-red700: #E42525;
95
+ --Tight-fonts-base: Duplet Regular, sans-serif;
96
+ --Tight-fontSizes-sm: 11px;
97
+ --Tight-fontSizes-md: 14px;
98
+ --Tight-fontSizes-lg: 20px;
99
+ --Tight-fontSizes-xl: 36px;
100
+ --Tight-fontWeights-sm: 400;
101
+ --Tight-fontWeights-md: 600;
102
+ --Tight-fontWeights-lg: 900;
103
+ --Tight-radii-zero: 0;
104
+ --Tight-radii-sm: 1px;
105
+ --Tight-radii-md: 2px;
106
+ --Tight-radii-lg: 4px;
107
+ --Tight-borderWidths-sm: 0.5px;
108
+ --Tight-borderWidths-md: 0.75px;
109
+ --Tight-borderWidths-lg: 1px;
110
+ --Tight-borderWidths-xl: 2px;
111
+ --Tight-animations-appear-instant: 0.25s linear fade-in;
112
+ --Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
113
+ --Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
114
+ --Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(24, 36, 40, 0.10);
115
+ --Tight-breakpoints-sm: 640px;
116
+ --Tight-breakpoints-md: 850px;
117
+ --Tight-breakpoints-lg: 1024px;
118
+ --Tight-breakpoints-xl: 1280px;
119
+ --Tight-breakpoints-1.5xl: 1400px;
120
+ --Tight-breakpoints-2xl: 1536px;
121
+ --Tight-sizes-breakpoint-sm: 640px;
122
+ --Tight-sizes-breakpoint-md: 850px;
123
+ --Tight-sizes-breakpoint-lg: 1024px;
124
+ --Tight-sizes-breakpoint-xl: 1280px;
125
+ --Tight-sizes-breakpoint-1.5xl: 1400px;
126
+ --Tight-sizes-breakpoint-2xl: 1536px;
127
+ --Tight-colors-brand-primary-weak: var(--Tight-colors-black400);
128
+ --Tight-colors-brand-primary: var(--Tight-colors-black600);
129
+ --Tight-colors-brand-primary-strong: var(--Tight-colors-black700);
130
+ --Tight-colors-brand-secondary-weak: var(--Tight-colors-white200);
131
+ --Tight-colors-brand-secondary: var(--Tight-colors-white600);
132
+ --Tight-colors-brand-secondary-strong: var(--Tight-colors-black100);
133
+ --Tight-colors-brand-action-weak: var(--Tight-colors-blue300);
134
+ --Tight-colors-brand-action: var(--Tight-colors-blue400);
135
+ --Tight-colors-brand-action-strong: var(--Tight-colors-blue500);
136
+ --Tight-colors-brand-action-stronger: var(--Tight-colors-blue700);
137
+ --Tight-colors-brand-action-strongest: var(--Tight-colors-blue900);
138
+ --Tight-colors-brand-success-weak: var(--Tight-colors-green300);
139
+ --Tight-colors-brand-success: var(--Tight-colors-green400);
140
+ --Tight-colors-brand-success-strong: var(--Tight-colors-green500);
141
+ --Tight-colors-brand-warning-weak: var(--Tight-colors-yellow300);
142
+ --Tight-colors-brand-warning: var(--Tight-colors-yellow400);
143
+ --Tight-colors-brand-warning-strong: var(--Tight-colors-yellow500);
144
+ --Tight-colors-brand-danger-weak: var(--Tight-colors-red300);
145
+ --Tight-colors-brand-danger: var(--Tight-colors-red400);
146
+ --Tight-colors-brand-danger-strong: var(--Tight-colors-red500);
147
+ --Tight-colors-surface-background: var(--Tight-colors-white200);
148
+ --Tight-colors-surface-background-hover: var(--Tight-colors-white300);
149
+ --Tight-colors-surface-foreground: var(--Tight-colors-white100);
150
+ --Tight-colors-surface-foreground-hover: var(--Tight-colors-white200);
151
+ --Tight-colors-surface-foreground-disabled: var(--Tight-colors-white600);
152
+ --Tight-colors-surface-elevated: var(--Tight-colors-white300);
153
+ --Tight-colors-surface-elevated-hover: var(--Tight-colors-white600);
154
+ --Tight-colors-surface-intent-primary: var(--Tight-colors-brand-primary-weak);
155
+ --Tight-colors-surface-intent-primary-hover: var(--Tight-colors-brand-primary);
156
+ --Tight-colors-surface-intent-primary-active: var(--Tight-colors-brand-primary-strong);
157
+ --Tight-colors-surface-intent-primary-disabled: var(--Tight-colors-surface-foreground-disabled);
158
+ --Tight-colors-surface-intent-secondary: var(--Tight-colors-brand-secondary-weak);
159
+ --Tight-colors-surface-intent-secondary-hover: var(--Tight-colors-brand-secondary);
160
+ --Tight-colors-surface-intent-secondary-active: var(--Tight-colors-brand-secondary-strong);
161
+ --Tight-colors-surface-intent-secondary-disabled: var(--Tight-colors-surface-foreground-disabled);
162
+ --Tight-colors-surface-intent-action: var(--Tight-colors-brand-action-weak);
163
+ --Tight-colors-surface-intent-action-hover: var(--Tight-colors-brand-action);
164
+ --Tight-colors-surface-intent-action-active: var(--Tight-colors-brand-action-strong);
165
+ --Tight-colors-surface-intent-action-disabled: var(--Tight-colors-surface-foreground-disabled);
166
+ --Tight-colors-surface-intent-action-discrete: transparent;
167
+ --Tight-colors-surface-intent-action-discrete-hover: var(--Tight-colors-brand-action-weak);
168
+ --Tight-colors-surface-intent-action-discrete-active: var(--Tight-colors-brand-action);
169
+ --Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
170
+ --Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
171
+ --Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
172
+ --Tight-colors-surface-intent-success-disabled: var(--Tight-colors-surface-foreground-disabled);
173
+ --Tight-colors-surface-intent-warning: var(--Tight-colors-brand-warning-weak);
174
+ --Tight-colors-surface-intent-warning-hover: var(--Tight-colors-brand-warning);
175
+ --Tight-colors-surface-intent-warning-active: var(--Tight-colors-brand-warning-strong);
176
+ --Tight-colors-surface-intent-warning-disabled: var(--Tight-colors-surface-foreground-disabled);
177
+ --Tight-colors-surface-intent-danger: var(--Tight-colors-brand-danger-weak);
178
+ --Tight-colors-surface-intent-danger-hover: var(--Tight-colors-brand-danger);
179
+ --Tight-colors-surface-intent-danger-active: var(--Tight-colors-brand-danger-strong);
180
+ --Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
181
+ --Tight-colors-typography-base: var(--Tight-colors-black700);
182
+ --Tight-colors-typography-base-weak: var(--Tight-colors-black400);
183
+ --Tight-colors-typography-contrast: var(--Tight-colors-white100);
184
+ --Tight-colors-typography-contrast-weak: var(--Tight-colors-black100);
185
+ --Tight-colors-typography-intent-primary: var(--Tight-colors-white100);
186
+ --Tight-colors-typography-intent-primary-hover: var(--Tight-colors-white100);
187
+ --Tight-colors-typography-intent-primary-active: var(--Tight-colors-white100);
188
+ --Tight-colors-typography-intent-secondary: var(--Tight-colors-typography-base);
189
+ --Tight-colors-typography-intent-secondary-hover: var(--Tight-colors-typography-base);
190
+ --Tight-colors-typography-intent-secondary-active: var(--Tight-colors-typography-base);
191
+ --Tight-colors-typography-intent-action: var(--Tight-colors-typography-base);
192
+ --Tight-colors-typography-intent-action-hover: var(--Tight-colors-brand-action);
193
+ --Tight-colors-typography-intent-action-active: var(--Tight-colors-brand-action-strong);
194
+ --Tight-colors-typography-intent-success: var(--Tight-colors-typography-base);
195
+ --Tight-colors-typography-intent-success-hover: var(--Tight-colors-typography-base);
196
+ --Tight-colors-typography-intent-success-active: var(--Tight-colors-typography-base);
197
+ --Tight-colors-typography-intent-warning: var(--Tight-colors-typography-base);
198
+ --Tight-colors-typography-intent-warning-hover: var(--Tight-colors-typography-base);
199
+ --Tight-colors-typography-intent-warning-active: var(--Tight-colors-typography-base);
200
+ --Tight-colors-typography-intent-danger: var(--Tight-colors-typography-base);
201
+ --Tight-colors-typography-intent-danger-hover: var(--Tight-colors-typography-base);
202
+ --Tight-colors-typography-intent-danger-active: var(--Tight-colors-typography-base);
203
+ --Tight-colors-typography-accent-success: var(--Tight-colors-brand-success-strong);
204
+ --Tight-colors-typography-accent-warning: var(--Tight-colors-brand-warning-strong);
205
+ --Tight-colors-typography-accent-danger: var(--Tight-colors-brand-danger-strong);
206
+ --Tight-colors-typography-body: var(--Tight-colors-typography-base);
207
+ --Tight-colors-typography-label: var(--Tight-colors-typography-base);
208
+ --Tight-colors-typography-label-sub: var(--Tight-colors-typography-base);
209
+ --Tight-colors-typography-label-strong: var(--Tight-colors-typography-base);
210
+ --Tight-colors-typography-label-strongSub: var(--Tight-colors-typography-base);
211
+ --Tight-colors-typography-heading: var(--Tight-colors-typography-base);
212
+ --Tight-colors-typography-metric-sm: var(--Tight-colors-typography-base);
213
+ --Tight-colors-typography-metric-md: var(--Tight-colors-typography-base);
214
+ --Tight-colors-typography-metric-lg: var(--Tight-colors-typography-base);
215
+ --Tight-colors-typography-metric-xl: var(--Tight-colors-typography-base);
216
+ --Tight-colors-icon-base: var(--Tight-colors-typography-base);
217
+ --Tight-colors-icon-base-weak: var(--Tight-colors-typography-base-weak);
218
+ --Tight-colors-icon-contrast: var(--Tight-colors-typography-contrast);
219
+ --Tight-colors-icon-contrast-weak: var(--Tight-colors-typography-contrast-weak);
220
+ --Tight-colors-icon-intent-primary: var(--Tight-colors-typography-intent-primary);
221
+ --Tight-colors-icon-intent-primary-hover: var(--Tight-colors-typography-intent-primary-hover);
222
+ --Tight-colors-icon-intent-primary-active: var(--Tight-colors-typography-intent-primary-active);
223
+ --Tight-colors-icon-intent-secondary: var(--Tight-colors-typography-intent-secondary);
224
+ --Tight-colors-icon-intent-secondary-hover: var(--Tight-colors-typography-intent-secondary-hover);
225
+ --Tight-colors-icon-intent-secondary-active: var(--Tight-colors-typography-intent-secondary-active);
226
+ --Tight-colors-icon-intent-action: var(--Tight-colors-typography-intent-action);
227
+ --Tight-colors-icon-intent-action-hover: var(--Tight-colors-typography-intent-action-hover);
228
+ --Tight-colors-icon-intent-action-active: var(--Tight-colors-typography-intent-action-active);
229
+ --Tight-colors-icon-intent-success: var(--Tight-colors-typography-intent-success);
230
+ --Tight-colors-icon-intent-success-hover: var(--Tight-colors-typography-intent-success-hover);
231
+ --Tight-colors-icon-intent-success-active: var(--Tight-colors-typography-intent-success-active);
232
+ --Tight-colors-icon-intent-warning: var(--Tight-colors-typography-intent-warning);
233
+ --Tight-colors-icon-intent-warning-hover: var(--Tight-colors-typography-intent-warning-hover);
234
+ --Tight-colors-icon-intent-warning-active: var(--Tight-colors-typography-intent-warning-active);
235
+ --Tight-colors-icon-intent-danger: var(--Tight-colors-typography-intent-danger);
236
+ --Tight-colors-icon-intent-danger-hover: var(--Tight-colors-typography-intent-danger-hover);
237
+ --Tight-colors-icon-intent-danger-active: var(--Tight-colors-typography-intent-danger-active);
238
+ --Tight-colors-icon-accent-success: var(--Tight-colors-typography-accent-success);
239
+ --Tight-colors-icon-accent-warning: var(--Tight-colors-typography-accent-warning);
240
+ --Tight-colors-icon-accent-danger: var(--Tight-colors-typography-accent-danger);
241
+ --Tight-colors-border-layout-weak: var(--Tight-colors-white300);
242
+ --Tight-colors-border-layout: var(--Tight-colors-black100);
243
+ --Tight-colors-border-layout-strong: var(--Tight-colors-black600);
244
+ --Tight-colors-border-intent-primary-hover: var(--Tight-colors-brand-primary-strong);
245
+ --Tight-colors-border-intent-primary: var(--Tight-colors-brand-primary-strong);
246
+ --Tight-colors-border-intent-primary-active: var(--Tight-colors-brand-primary-strong);
247
+ --Tight-colors-border-intent-primary-disabled: var(--Tight-colors-border-layout);
248
+ --Tight-colors-border-intent-secondary-hover: var(--Tight-colors-brand-secondary-strong);
249
+ --Tight-colors-border-intent-secondary: var(--Tight-colors-brand-secondary-strong);
250
+ --Tight-colors-border-intent-secondary-active: var(--Tight-colors-brand-secondary-strong);
251
+ --Tight-colors-border-intent-secondary-disabled: var(--Tight-colors-border-layout);
252
+ --Tight-colors-border-intent-danger-hover: var(--Tight-colors-brand-danger-strong);
253
+ --Tight-colors-border-intent-danger: var(--Tight-colors-brand-danger-strong);
254
+ --Tight-colors-border-intent-danger-active: var(--Tight-colors-brand-danger-strong);
255
+ --Tight-colors-border-intent-danger-disabled: var(--Tight-colors-border-layout);
256
+ --Tight-colors-border-intent-warning-hover: var(--Tight-colors-brand-warning-strong);
257
+ --Tight-colors-border-intent-warning: var(--Tight-colors-brand-warning-strong);
258
+ --Tight-colors-border-intent-warning-active: var(--Tight-colors-brand-warning-strong);
259
+ --Tight-colors-border-intent-warning-disabled: var(--Tight-colors-border-layout);
260
+ --Tight-colors-border-intent-success-hover: var(--Tight-colors-brand-success-strong);
261
+ --Tight-colors-border-intent-success: var(--Tight-colors-brand-success-strong);
262
+ --Tight-colors-border-intent-success-active: var(--Tight-colors-brand-success-strong);
263
+ --Tight-colors-border-intent-success-disabled: var(--Tight-colors-border-layout);
264
+ --Tight-colors-border-intent-action-hover: var(--Tight-colors-brand-action-strong);
265
+ --Tight-colors-border-intent-action: var(--Tight-colors-brand-action-strong);
266
+ --Tight-colors-border-intent-action-active: var(--Tight-colors-brand-action-strong);
267
+ --Tight-colors-border-intent-action-disabled: var(--Tight-colors-border-layout);
268
+ --Tight-colors-money: var(--Tight-colors-typography-base);
269
+ --Tight-colors-money-positive: var(--Tight-colors-green700);
270
+ --Tight-colors-money-positive-weak: var(--Tight-colors-green500);
271
+ --Tight-colors-money-negative: var(--Tight-colors-red700);
272
+ --Tight-colors-money-negative-weak: var(--Tight-colors-red300);
273
+ --Tight-colors-overlay: rgba(0, 0, 0, 0.5);
274
+ --Tight-colors-transparent: transparent;
275
+ --Tight-colors-none: none;
276
+ --Tight-colors-inherit: inherit;
277
+ --Tight-colors-currentColor: currentColor;
278
+ --Tight-fonts-body: var(--Tight-fonts-base);
279
+ --Tight-fonts-label: var(--Tight-fonts-base);
280
+ --Tight-fonts-heading: var(--Tight-fonts-base);
281
+ --Tight-fonts-metric: var(--Tight-fonts-base);
282
+ --Tight-fontWeights-global: var(--Tight-fontWeights-sm);
283
+ --Tight-fontWeights-body: var(--Tight-fontWeights-md);
284
+ --Tight-fontWeights-label: var(--Tight-fontWeights-sm);
285
+ --Tight-fontWeights-label-strong: var(--Tight-fontWeights-md);
286
+ --Tight-fontWeights-label-sub: var(--Tight-fontWeights-sm);
287
+ --Tight-fontWeights-label-strongSub: var(--Tight-fontWeights-md);
288
+ --Tight-fontWeights-heading: var(--Tight-fontWeights-md);
289
+ --Tight-fontWeights-title: var(--Tight-fontWeights-sm);
290
+ --Tight-fontWeights-metric-sm: var(--Tight-fontWeights-sm);
291
+ --Tight-fontWeights-metric-md: var(--Tight-fontWeights-sm);
292
+ --Tight-fontWeights-metric-lg: var(--Tight-fontWeights-sm);
293
+ --Tight-fontWeights-metric-xl: var(--Tight-fontWeights-sm);
294
+ --Tight-fontSizes-title: var(--Tight-fontSizes-xl);
295
+ --Tight-fontSizes-body: var(--Tight-fontSizes-md);
296
+ --Tight-fontSizes-label: var(--Tight-fontSizes-md);
297
+ --Tight-fontSizes-label-strong: var(--Tight-fontSizes-md);
298
+ --Tight-fontSizes-label-sub: var(--Tight-fontSizes-sm);
299
+ --Tight-fontSizes-label-strongSub: var(--Tight-fontSizes-sm);
300
+ --Tight-fontSizes-heading: var(--Tight-fontSizes-lg);
301
+ --Tight-fontSizes-metric-sm: var(--Tight-fontSizes-sm);
302
+ --Tight-fontSizes-metric-md: var(--Tight-fontSizes-md);
303
+ --Tight-fontSizes-metric-lg: var(--Tight-fontSizes-lg);
304
+ --Tight-fontSizes-metric-xl: var(--Tight-fontSizes-xl);
305
+ }
306
+ }
307
+
308
+ @layer utilities {
309
+ .tsystem---thickness_1px {
310
+ --thickness: 1px;
311
+ }
312
+
313
+ .tsystem-bd_\{borderWidths\.md\}_solid {
314
+ border: var(--Tight-borderWidths-md) solid;
315
+ }
316
+
317
+ .tsystem-p_10px {
318
+ padding: 10px;
319
+ }
320
+
321
+ .tsystem-p_6px {
322
+ padding: 6px;
323
+ }
324
+
325
+ .tsystem-p_15px {
326
+ padding: 15px;
327
+ }
328
+
329
+ .tsystem-bd_1px_solid {
330
+ border: 1px solid;
331
+ }
332
+
333
+ .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.weak\} {
334
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
335
+ }
336
+
337
+ .tsystem-p_0_15px_15px {
338
+ padding: 0 15px 15px;
339
+ }
340
+
341
+ .tsystem-p_12px_16px {
342
+ padding: 12px 16px;
343
+ }
344
+
345
+ .tsystem-p_15 {
346
+ padding: 15px;
347
+ }
348
+
349
+ .tsystem-inset_0 {
350
+ inset: 0;
351
+ }
352
+
353
+ .tsystem-bg_surface\.background {
354
+ background: var(--Tight-colors-surface-background);
355
+ }
356
+
357
+ .tsystem-p_16px {
358
+ padding: 16px;
359
+ }
360
+
361
+ .tsystem-bd_none {
362
+ border: none;
363
+ }
364
+
365
+ .tsystem-p_0 {
366
+ padding: 0;
367
+ }
368
+
369
+ .tsystem-p_4px_5px {
370
+ padding: 4px 5px;
371
+ }
372
+
373
+ .tsystem-bg_surface\.intent\.secondary {
374
+ background: var(--Tight-colors-surface-intent-secondary);
375
+ }
376
+
377
+ .tsystem-bd_\{borderWidths\.sm\}_solid {
378
+ border: var(--Tight-borderWidths-sm) solid;
379
+ }
380
+
381
+ .tsystem-bg_surface\.intent\.action {
382
+ background: var(--Tight-colors-surface-intent-action);
383
+ }
384
+
385
+ .tsystem-bg_surface\.intent\.success {
386
+ background: var(--Tight-colors-surface-intent-success);
387
+ }
388
+
389
+ .tsystem-bg_surface\.intent\.warning {
390
+ background: var(--Tight-colors-surface-intent-warning);
391
+ }
392
+
393
+ .tsystem-bg_surface\.intent\.danger {
394
+ background: var(--Tight-colors-surface-intent-danger);
395
+ }
396
+
397
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
398
+ border: 1px solid var(--Tight-colors-border-intent-action);
399
+ }
400
+
401
+ .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
402
+ border: var(--Tight-borderWidths-md) solid transparent;
403
+ }
404
+
405
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
406
+ border: 1px solid var(--Tight-colors-border-intent-warning);
407
+ }
408
+
409
+ .tsystem-p_0_25px {
410
+ padding: 0 25px;
411
+ }
412
+
413
+ .tsystem-m_0 {
414
+ margin: 0;
415
+ }
416
+
417
+ .tsystem-bd_\{borderWidths\.lg\}_solid {
418
+ border: var(--Tight-borderWidths-lg) solid;
419
+ }
420
+
421
+ .tsystem-bg_surface\.foreground {
422
+ background: var(--Tight-colors-surface-foreground);
423
+ }
424
+
425
+ .tsystem-bg_brand\.primary\.strong {
426
+ background: var(--Tight-colors-brand-primary-strong);
427
+ }
428
+
429
+ .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
430
+ border: var(--Tight-borderWidths-lg) solid transparent;
431
+ }
432
+
433
+ .tsystem-bd_2px_solid_red {
434
+ border: 2px solid red;
435
+ }
436
+
437
+ .tsystem-anim_shimmer {
438
+ animation: var(--Tight-animations-shimmer);
439
+ }
440
+
441
+ .tsystem-anim_appear\.instant {
442
+ animation: var(--Tight-animations-appear-instant);
443
+ }
444
+
445
+ .tsystem-bg_transparent {
446
+ background: var(--Tight-colors-transparent);
447
+ }
448
+
449
+ .tsystem-p_4px {
450
+ padding: 4px;
451
+ }
452
+
453
+ .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
454
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
455
+ }
456
+
457
+ .tsystem-bg_surface\.intent\.action\.disabled {
458
+ background: var(--Tight-colors-surface-intent-action-disabled);
459
+ }
460
+
461
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\.disabled\} {
462
+ border: 1px solid var(--Tight-colors-border-intent-action-disabled);
463
+ }
464
+
465
+ .tsystem-p_20px_15px {
466
+ padding: 20px 15px;
467
+ }
468
+
469
+ .tsystem-bg_surface\.intent\.primary {
470
+ background: var(--Tight-colors-surface-intent-primary);
471
+ }
472
+
473
+ .tsystem-m_0_auto {
474
+ margin: 0 auto;
475
+ }
476
+
477
+ .tsystem-p_8px {
478
+ padding: 8px;
479
+ }
480
+
481
+ .tsystem-p_4px_8px {
482
+ padding: 4px 8px;
483
+ }
484
+
485
+ .tsystem-p_15px_15px_0_15px {
486
+ padding: 15px 15px 0 15px;
487
+ }
488
+
489
+ .tsystem-p_0_10px {
490
+ padding: 0 10px;
491
+ }
492
+
493
+ .tsystem-bg_none {
494
+ background: var(--Tight-colors-none);
495
+ }
496
+
497
+ .tsystem-p_2px {
498
+ padding: 2px;
499
+ }
500
+
501
+ .tsystem-p_5px_10px {
502
+ padding: 5px 10px;
503
+ }
504
+
505
+ .tsystem-m_0_0_7px_0 {
506
+ margin: 0 0 7px 0;
507
+ }
508
+
509
+ .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
510
+ border: 1px solid var(--Tight-colors-border-layout);
511
+ }
512
+
513
+ .tsystem-p_10px_25px_10px_15px {
514
+ padding: 10px 25px 10px 15px;
515
+ }
516
+
517
+ .tsystem-p_25px {
518
+ padding: 25px;
519
+ }
520
+
521
+ .tsystem-p_5 {
522
+ padding: 5px;
523
+ }
524
+
525
+ .tsystem-p_6px_0_6px_6px {
526
+ padding: 6px 0 6px 6px;
527
+ }
528
+
529
+ .tsystem-m_6px_6px_6px_5px {
530
+ margin: 6px 6px 6px 5px;
531
+ }
532
+
533
+ .tsystem-p_0_6px_0_0 {
534
+ padding: 0 6px 0 0;
535
+ }
536
+
537
+ .tsystem-p_15px_0px {
538
+ padding: 15px 0px;
539
+ }
540
+
541
+ .tsystem-ring_none {
542
+ outline: 2px solid transparent;
543
+ outline-offset: 2px;
544
+ }
545
+
546
+ .tsystem-bdr_md {
547
+ border-radius: var(--Tight-radii-md);
548
+ }
549
+
550
+ .tsystem-bd-c_border\.layout {
551
+ border-color: var(--Tight-colors-border-layout);
552
+ }
553
+
554
+ .tsystem-gap_9px {
555
+ gap: 9px;
556
+ }
557
+
558
+ .tsystem-gap_5px {
559
+ gap: 5px;
560
+ }
561
+
562
+ .tsystem-ov_hidden {
563
+ overflow: hidden;
564
+ }
565
+
566
+ .tsystem-trs_background_300ms_ease-out\,_background-color_300ms_ease-out\,_border-color_300ms_ease-out\,_box-shadow_0ms {
567
+ transition: background 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, box-shadow 0ms;
568
+ }
569
+
570
+ .tsystem-trs_background_300ms_ease-out\,_box-shadow_0ms {
571
+ transition: background 300ms ease-out, box-shadow 0ms;
572
+ }
573
+
574
+ .tsystem-trs_color_300ms_ease-out {
575
+ transition: color 300ms ease-out;
576
+ }
577
+
578
+ .tsystem-gap_15px {
579
+ gap: 15px;
580
+ }
581
+
582
+ .tsystem-bdr_lg {
583
+ border-radius: var(--Tight-radii-lg);
584
+ }
585
+
586
+ .tsystem-bd-c_border\.intent\.warning {
587
+ border-color: var(--Tight-colors-border-intent-warning);
588
+ }
589
+
590
+ .tsystem-bd-c_border\.intent\.action {
591
+ border-color: var(--Tight-colors-border-intent-action);
592
+ }
593
+
594
+ .tsystem-bd-c_border\.intent\.danger {
595
+ border-color: var(--Tight-colors-border-intent-danger);
596
+ }
597
+
598
+ .tsystem-flex_1_1_0 {
599
+ flex: 1 1 0;
600
+ }
601
+
602
+ .tsystem-gap_10px {
603
+ gap: 10px;
604
+ }
605
+
606
+ .tsystem-bdr_sm {
607
+ border-radius: var(--Tight-radii-sm);
608
+ }
609
+
610
+ .tsystem-bdr_50\% {
611
+ border-radius: 50%;
612
+ }
613
+
614
+ .tsystem-bd-w_1 {
615
+ border-width: 1px;
616
+ }
617
+
618
+ .tsystem-border-style_solid {
619
+ border-style: solid;
620
+ }
621
+
622
+ .tsystem-ov_wrap {
623
+ overflow: wrap;
624
+ }
625
+
626
+ .tsystem-bd-c_border\.intent\.primary {
627
+ border-color: var(--Tight-colors-border-intent-primary);
628
+ }
629
+
630
+ .tsystem-gap_26px {
631
+ gap: 26px;
632
+ }
633
+
634
+ .tsystem-flex_1_1_0\% {
635
+ flex: 1 1 0%;
636
+ }
637
+
638
+ .tsystem-ov_scroll {
639
+ overflow: scroll;
640
+ }
641
+
642
+ .tsystem-flex-flow_column {
643
+ flex-flow: column;
644
+ }
645
+
646
+ .tsystem-gap_5 {
647
+ gap: 5px;
648
+ }
649
+
650
+ .tsystem-place-items_center {
651
+ place-items: center;
652
+ }
653
+
654
+ .tsystem-gap_16px {
655
+ gap: 16px;
656
+ }
657
+
658
+ .tsystem-gap_8px {
659
+ gap: 8px;
660
+ }
661
+
662
+ .tsystem-flex_1 {
663
+ flex: 1 1 0%;
664
+ }
665
+
666
+ .tsystem-gap_2px {
667
+ gap: 2px;
668
+ }
669
+
670
+ .tsystem-bd-c_border\.intent\.secondary {
671
+ border-color: var(--Tight-colors-border-intent-secondary);
672
+ }
673
+
674
+ .tsystem-bd-c_border\.intent\.success {
675
+ border-color: var(--Tight-colors-border-intent-success);
676
+ }
677
+
678
+ .tsystem-bd-c_border\.layout\.strong {
679
+ border-color: var(--Tight-colors-border-layout-strong);
680
+ }
681
+
682
+ .tsystem-bg-p_100\%_0 {
683
+ background-position: 100% 0;
684
+ }
685
+
686
+ .tsystem-bdr_zero {
687
+ border-radius: var(--Tight-radii-zero);
688
+ }
689
+
690
+ .tsystem-py_10px {
691
+ padding-block: 10px;
692
+ }
693
+
694
+ .tsystem-trs_height_0\.5s\,_width_0\.5s {
695
+ transition: height 0.5s, width 0.5s;
696
+ }
697
+
698
+ .tsystem-gap_45px {
699
+ gap: 45px;
700
+ }
701
+
702
+ .tsystem-ov_visible {
703
+ overflow: visible;
704
+ }
705
+
706
+ .tsystem-gap_20px {
707
+ gap: 20px;
708
+ }
709
+
710
+ .tsystem-bd-t_hidden {
711
+ border-top: hidden;
712
+ }
713
+
714
+ .tsystem-bdr_0 {
715
+ border-radius: 0;
716
+ }
717
+
718
+ .tsystem-gap_9 {
719
+ gap: 9px;
720
+ }
721
+
722
+ .tsystem-bd-w_sm {
723
+ border-width: var(--Tight-borderWidths-sm);
724
+ }
725
+
726
+ .tsystem-gap_4px {
727
+ gap: 4px;
728
+ }
729
+
730
+ .tsystem-gap_10 {
731
+ gap: 10px;
732
+ }
733
+
734
+ .tsystem-gap_12px {
735
+ gap: 12px;
736
+ }
737
+
738
+ .tsystem-bdr_999px {
739
+ border-radius: 999px;
740
+ }
741
+
742
+ .tsystem-flex_1_0_0 {
743
+ flex: 1 0 0;
744
+ }
745
+
746
+ .tsystem-gap_7px {
747
+ gap: 7px;
748
+ }
749
+
750
+ .tsystem-ov_auto {
751
+ overflow: auto;
752
+ }
753
+
754
+ .tsystem-tw_wrap {
755
+ text-wrap: wrap;
756
+ }
757
+
758
+ .tsystem-gap_16 {
759
+ gap: 16px;
760
+ }
761
+
762
+ .tsystem-bd-r_1px_solid_\{colors\.border\.layout\} {
763
+ border-right: 1px solid var(--Tight-colors-border-layout);
764
+ }
765
+
766
+ .tsystem-bd-l_1px_solid_\{colors\.border\.layout\} {
767
+ border-left: 1px solid var(--Tight-colors-border-layout);
768
+ }
769
+
770
+ .tsystem-tw_nowrap {
771
+ text-wrap: nowrap;
772
+ }
773
+
774
+ .tsystem-gap_2px_2px {
775
+ gap: 2px 2px;
776
+ }
777
+
778
+ .tsystem-fv_normal {
779
+ font-variant: normal;
780
+ }
781
+
782
+ .tsystem-td_none {
783
+ text-decoration: none;
784
+ }
785
+
786
+ .tsystem-text-emphasis_none {
787
+ text-emphasis: none;
788
+ }
789
+
790
+ .tsystem-px_8px {
791
+ padding-inline: 8px;
792
+ }
793
+
794
+ .tsystem-gap_30px {
795
+ gap: 30px;
796
+ }
797
+
798
+ .tsystem-gap_6px {
799
+ gap: 6px;
800
+ }
801
+
802
+ .tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
803
+ border-left: 1px solid var(--Tight-colors-border-layout-strong);
804
+ }
805
+
806
+ .tsystem-mx_40px {
807
+ margin-inline: 40px;
808
+ }
809
+
810
+ .tsystem-d_flex {
811
+ display: flex;
812
+ }
813
+
814
+ .tsystem-ai_center {
815
+ align-items: center;
816
+ }
817
+
818
+ .tsystem-jc_center {
819
+ justify-content: center;
820
+ }
821
+
822
+ .tsystem-cursor_pointer {
823
+ cursor: pointer;
824
+ }
825
+
826
+ .tsystem-c_typography\.intent\.secondary {
827
+ color: var(--Tight-colors-typography-intent-secondary);
828
+ }
829
+
830
+ .tsystem-bg-c_surface\.intent\.action\.discrete {
831
+ background-color: var(--Tight-colors-surface-intent-action-discrete);
832
+ }
833
+
834
+ .tsystem-fs_md {
835
+ font-size: var(--Tight-fontSizes-md);
836
+ }
837
+
838
+ .tsystem-fw_md {
839
+ font-weight: var(--Tight-fontWeights-md);
840
+ }
841
+
842
+ .tsystem-fs_sm {
843
+ font-size: var(--Tight-fontSizes-sm);
844
+ }
845
+
846
+ .tsystem-fw_sm {
847
+ font-weight: var(--Tight-fontWeights-sm);
848
+ }
849
+
850
+ .tsystem-bg-c_brand\.primary {
851
+ background-color: var(--Tight-colors-brand-primary);
852
+ }
853
+
854
+ .tsystem-c_typography\.base {
855
+ color: var(--Tight-colors-typography-base);
856
+ }
857
+
858
+ .tsystem-c_typography\.contrast {
859
+ color: var(--Tight-colors-typography-contrast);
860
+ }
861
+
862
+ .tsystem-tov_ellipsis {
863
+ text-overflow: ellipsis;
864
+ }
865
+
866
+ .tsystem-white-space_nowrap {
867
+ white-space: nowrap;
868
+ }
869
+
870
+ .tsystem-font-style_normal {
871
+ font-style: normal;
872
+ }
873
+
874
+ .tsystem-lh_12px {
875
+ line-height: 12px;
876
+ }
877
+
878
+ .tsystem-ls_0\.66px {
879
+ letter-spacing: 0.66px;
880
+ }
881
+
882
+ .tsystem-jc_space-between {
883
+ justify-content: space-between;
884
+ }
885
+
886
+ .tsystem-as_stretch {
887
+ align-self: stretch;
888
+ }
889
+
890
+ .tsystem-flex-wrap_wrap {
891
+ flex-wrap: wrap;
892
+ }
893
+
894
+ .tsystem-bg-c_surface\.foreground {
895
+ background-color: var(--Tight-colors-surface-foreground);
896
+ }
897
+
898
+ .tsystem-jc_flex-end {
899
+ justify-content: flex-end;
900
+ }
901
+
902
+ .tsystem-flex-sh_0 {
903
+ flex-shrink: 0;
904
+ }
905
+
906
+ .tsystem-flex-d_column {
907
+ flex-direction: column;
908
+ }
909
+
910
+ .tsystem-ai_flex-start {
911
+ align-items: flex-start;
912
+ }
913
+
914
+ .tsystem-bg-c_surface\.intent\.secondary {
915
+ background-color: var(--Tight-colors-surface-intent-secondary);
916
+ }
917
+
918
+ .tsystem-flex-d_row {
919
+ flex-direction: row;
920
+ }
921
+
922
+ .tsystem-pos_relative {
923
+ position: relative;
924
+ }
925
+
926
+ .tsystem-flex-d_row-reverse {
927
+ flex-direction: row-reverse;
928
+ }
929
+
930
+ .tsystem-pos_static {
931
+ position: static;
932
+ }
933
+
934
+ .tsystem-flex-sh_1 {
935
+ flex-shrink: 1;
936
+ }
937
+
938
+ .tsystem-wb_break-word {
939
+ word-break: break-word;
940
+ }
941
+
942
+ .tsystem-white-space_pre-wrap {
943
+ white-space: pre-wrap;
944
+ }
945
+
946
+ .tsystem-c_typography\.intent\.primary {
947
+ color: var(--Tight-colors-typography-intent-primary);
948
+ }
949
+
950
+ .tsystem-bg-c_surface\.intent\.primary {
951
+ background-color: var(--Tight-colors-surface-intent-primary);
952
+ }
953
+
954
+ .tsystem-flex-d_column-reverse {
955
+ flex-direction: column-reverse;
956
+ }
957
+
958
+ .tsystem-scr-bar-w_thin {
959
+ scrollbar-width: thin;
960
+ }
961
+
962
+ .tsystem-bg-c_border\.layout {
963
+ background-color: var(--Tight-colors-border-layout);
964
+ }
965
+
966
+ .tsystem-ta_center {
967
+ text-align: center;
968
+ }
969
+
970
+ .tsystem-pos_fixed {
971
+ position: fixed;
972
+ }
973
+
974
+ .tsystem-d_grid {
975
+ display: grid;
976
+ }
977
+
978
+ .tsystem-bg-c_overlay {
979
+ background-color: var(--Tight-colors-overlay);
980
+ }
981
+
982
+ .tsystem-pos_absolute {
983
+ position: absolute;
984
+ }
985
+
986
+ .tsystem-bg-c_surface\.background {
987
+ background-color: var(--Tight-colors-surface-background);
988
+ }
989
+
990
+ .tsystem-stk_currentColor {
991
+ stroke: var(--Tight-colors-currentColor);
992
+ }
993
+
994
+ .tsystem-stk_icon\.intent\.primary {
995
+ stroke: var(--Tight-colors-icon-intent-primary);
996
+ }
997
+
998
+ .tsystem-stk_icon\.intent\.primary\.hover {
999
+ stroke: var(--Tight-colors-icon-intent-primary-hover);
1000
+ }
1001
+
1002
+ .tsystem-stk_icon\.intent\.primary\.active {
1003
+ stroke: var(--Tight-colors-icon-intent-primary-active);
1004
+ }
1005
+
1006
+ .tsystem-stk_icon\.intent\.secondary {
1007
+ stroke: var(--Tight-colors-icon-intent-secondary);
1008
+ }
1009
+
1010
+ .tsystem-stk_icon\.intent\.secondary\.hover {
1011
+ stroke: var(--Tight-colors-icon-intent-secondary-hover);
1012
+ }
1013
+
1014
+ .tsystem-stk_icon\.intent\.secondary\.active {
1015
+ stroke: var(--Tight-colors-icon-intent-secondary-active);
1016
+ }
1017
+
1018
+ .tsystem-stk_icon\.intent\.success {
1019
+ stroke: var(--Tight-colors-icon-intent-success);
1020
+ }
1021
+
1022
+ .tsystem-stk_icon\.intent\.success\.hover {
1023
+ stroke: var(--Tight-colors-icon-intent-success-hover);
1024
+ }
1025
+
1026
+ .tsystem-stk_icon\.intent\.success\.active {
1027
+ stroke: var(--Tight-colors-icon-intent-success-active);
1028
+ }
1029
+
1030
+ .tsystem-stk_icon\.intent\.warning {
1031
+ stroke: var(--Tight-colors-icon-intent-warning);
1032
+ }
1033
+
1034
+ .tsystem-stk_icon\.intent\.warning\.hover {
1035
+ stroke: var(--Tight-colors-icon-intent-warning-hover);
1036
+ }
1037
+
1038
+ .tsystem-stk_icon\.intent\.warning\.active {
1039
+ stroke: var(--Tight-colors-icon-intent-warning-active);
1040
+ }
1041
+
1042
+ .tsystem-stk_icon\.intent\.danger {
1043
+ stroke: var(--Tight-colors-icon-intent-danger);
1044
+ }
1045
+
1046
+ .tsystem-stk_icon\.intent\.danger\.hover {
1047
+ stroke: var(--Tight-colors-icon-intent-danger-hover);
1048
+ }
1049
+
1050
+ .tsystem-stk_icon\.intent\.danger\.active {
1051
+ stroke: var(--Tight-colors-icon-intent-danger-active);
1052
+ }
1053
+
1054
+ .tsystem-stk_icon\.intent\.action {
1055
+ stroke: var(--Tight-colors-icon-intent-action);
1056
+ }
1057
+
1058
+ .tsystem-stk_icon\.intent\.action\.hover {
1059
+ stroke: var(--Tight-colors-icon-intent-action-hover);
1060
+ }
1061
+
1062
+ .tsystem-stk_icon\.intent\.action\.active {
1063
+ stroke: var(--Tight-colors-icon-intent-action-active);
1064
+ }
1065
+
1066
+ .tsystem-fill_transparent {
1067
+ fill: var(--Tight-colors-transparent);
1068
+ }
1069
+
1070
+ .tsystem-bg-c_transparent {
1071
+ background-color: var(--Tight-colors-transparent);
1072
+ }
1073
+
1074
+ .tsystem-d_inline-flex {
1075
+ display: inline-flex;
1076
+ }
1077
+
1078
+ .tsystem-c_typography\.intent\.action {
1079
+ color: var(--Tight-colors-typography-intent-action);
1080
+ }
1081
+
1082
+ .tsystem-bg-c_surface\.intent\.action {
1083
+ background-color: var(--Tight-colors-surface-intent-action);
1084
+ }
1085
+
1086
+ .tsystem-c_typography\.intent\.danger {
1087
+ color: var(--Tight-colors-typography-intent-danger);
1088
+ }
1089
+
1090
+ .tsystem-bg-c_surface\.intent\.danger {
1091
+ background-color: var(--Tight-colors-surface-intent-danger);
1092
+ }
1093
+
1094
+ .tsystem-bx-sh_0_0_0_0_transparent {
1095
+ box-shadow: 0 0 0 0 transparent;
1096
+ }
1097
+
1098
+ .tsystem-c_typography\.intent\.success {
1099
+ color: var(--Tight-colors-typography-intent-success);
1100
+ }
1101
+
1102
+ .tsystem-bg-c_surface\.intent\.success {
1103
+ background-color: var(--Tight-colors-surface-intent-success);
1104
+ }
1105
+
1106
+ .tsystem-c_typography\.intent\.warning {
1107
+ color: var(--Tight-colors-typography-intent-warning);
1108
+ }
1109
+
1110
+ .tsystem-bg-c_surface\.intent\.warning {
1111
+ background-color: var(--Tight-colors-surface-intent-warning);
1112
+ }
1113
+
1114
+ .tsystem-jc_flex-start {
1115
+ justify-content: flex-start;
1116
+ }
1117
+
1118
+ .tsystem-bg-c_surface\.foreground\.disabled {
1119
+ background-color: var(--Tight-colors-surface-foreground-disabled);
1120
+ }
1121
+
1122
+ .tsystem-pointer-events_none {
1123
+ pointer-events: none;
1124
+ }
1125
+
1126
+ .tsystem-cursor_text {
1127
+ cursor: text;
1128
+ }
1129
+
1130
+ .tsystem-cursor_default {
1131
+ cursor: default;
1132
+ }
1133
+
1134
+ .tsystem-bg-c_yellow {
1135
+ background-color: yellow;
1136
+ }
1137
+
1138
+ .tsystem-ov-wrap_break-word {
1139
+ overflow-wrap: break-word;
1140
+ }
1141
+
1142
+ .tsystem-bg-c_surface\.elevated {
1143
+ background-color: var(--Tight-colors-surface-elevated);
1144
+ }
1145
+
1146
+ .tsystem-bg-i_linear-gradient\(90deg\,_\{colors\.surface\.elevated\}_30\%\,_\{colors\.surface\.foreground\}_50\%\,_\{colors\.surface\.elevated\}_70\%\) {
1147
+ background-image: linear-gradient(90deg, var(--Tight-colors-surface-elevated) 30%, var(--Tight-colors-surface-foreground) 50%, var(--Tight-colors-surface-elevated) 70%);
1148
+ }
1149
+
1150
+ .tsystem-bg-s_400\% {
1151
+ background-size: 400%;
1152
+ }
1153
+
1154
+ .tsystem-bx-sh_box-shadow {
1155
+ box-shadow: var(--Tight-shadows-box-shadow);
1156
+ }
1157
+
1158
+ .tsystem-flex-g_1 {
1159
+ flex-grow: 1;
1160
+ }
1161
+
1162
+ .tsystem-op_0\.6 {
1163
+ opacity: 0.6;
1164
+ }
1165
+
1166
+ .tsystem-cursor_not-allowed {
1167
+ cursor: not-allowed;
1168
+ }
1169
+
1170
+ .tsystem-jc_end {
1171
+ justify-content: end;
1172
+ }
1173
+
1174
+ .tsystem-jc_start {
1175
+ justify-content: start;
1176
+ }
1177
+
1178
+ .tsystem-ai_start {
1179
+ align-items: start;
1180
+ }
1181
+
1182
+ .tsystem-bdr-b_lg {
1183
+ border-bottom-left-radius: var(--Tight-radii-lg);
1184
+ border-bottom-right-radius: var(--Tight-radii-lg);
1185
+ }
1186
+
1187
+ .tsystem-jc_space-evenly {
1188
+ justify-content: space-evenly;
1189
+ }
1190
+
1191
+ .tsystem-bdr-t_lg {
1192
+ border-top-left-radius: var(--Tight-radii-lg);
1193
+ border-top-right-radius: var(--Tight-radii-lg);
1194
+ }
1195
+
1196
+ .tsystem-grid-tc_repeat\(1\,_400px\) {
1197
+ grid-template-columns: repeat(1, 400px);
1198
+ }
1199
+
1200
+ .tsystem-c_icon\.intent\.primary {
1201
+ color: var(--Tight-colors-icon-intent-primary);
1202
+ }
1203
+
1204
+ .tsystem-pointer-events_all {
1205
+ pointer-events: all;
1206
+ }
1207
+
1208
+ .tsystem-lh_16px {
1209
+ line-height: 16px;
1210
+ }
1211
+
1212
+ .tsystem-fs_lg {
1213
+ font-size: var(--Tight-fontSizes-lg);
1214
+ }
1215
+
1216
+ .tsystem-lh_25px {
1217
+ line-height: 25px;
1218
+ }
1219
+
1220
+ .tsystem-ls_2px {
1221
+ letter-spacing: 2px;
1222
+ }
1223
+
1224
+ .tsystem-fw_label {
1225
+ font-weight: var(--Tight-fontWeights-label);
1226
+ }
1227
+
1228
+ .tsystem-fs_label {
1229
+ font-size: var(--Tight-fontSizes-label);
1230
+ }
1231
+
1232
+ .tsystem-ff_label {
1233
+ font-family: var(--Tight-fonts-label);
1234
+ }
1235
+
1236
+ .tsystem-ls_0\.84px {
1237
+ letter-spacing: 0.84px;
1238
+ }
1239
+
1240
+ .tsystem-c_typography\.label {
1241
+ color: var(--Tight-colors-typography-label);
1242
+ }
1243
+
1244
+ .tsystem-white-space_normal {
1245
+ white-space: normal;
1246
+ }
1247
+
1248
+ .tsystem-fw_lg {
1249
+ font-weight: var(--Tight-fontWeights-lg);
1250
+ }
1251
+
1252
+ .tsystem-c_typography\.base\.weak {
1253
+ color: var(--Tight-colors-typography-base-weak);
1254
+ }
1255
+
1256
+ .tsystem-bx-s_border-box {
1257
+ box-sizing: border-box;
1258
+ }
1259
+
1260
+ .tsystem-trf_rotate\(-20deg\) {
1261
+ transform: rotate(-20deg);
1262
+ }
1263
+
1264
+ .tsystem-op_80\% {
1265
+ opacity: 80%;
1266
+ }
1267
+
1268
+ .tsystem-fs_4em {
1269
+ font-size: 4em;
1270
+ }
1271
+
1272
+ .tsystem-fs_7em {
1273
+ font-size: 7em;
1274
+ }
1275
+
1276
+ .tsystem-fw_body {
1277
+ font-weight: var(--Tight-fontWeights-body);
1278
+ }
1279
+
1280
+ .tsystem-fs_body {
1281
+ font-size: var(--Tight-fontSizes-body);
1282
+ }
1283
+
1284
+ .tsystem-ff_body {
1285
+ font-family: var(--Tight-fonts-body);
1286
+ }
1287
+
1288
+ .tsystem-fw_label\.sub {
1289
+ font-weight: var(--Tight-fontWeights-label-sub);
1290
+ }
1291
+
1292
+ .tsystem-fs_label\.sub {
1293
+ font-size: var(--Tight-fontSizes-label-sub);
1294
+ }
1295
+
1296
+ .tsystem-c_typography\.label\.sub {
1297
+ color: var(--Tight-colors-typography-label-sub);
1298
+ }
1299
+
1300
+ .tsystem-lh_14px {
1301
+ line-height: 14px;
1302
+ }
1303
+
1304
+ .tsystem-fw_label\.strong {
1305
+ font-weight: var(--Tight-fontWeights-label-strong);
1306
+ }
1307
+
1308
+ .tsystem-fs_label\.strong {
1309
+ font-size: var(--Tight-fontSizes-label-strong);
1310
+ }
1311
+
1312
+ .tsystem-c_typography\.label\.strong {
1313
+ color: var(--Tight-colors-typography-label-strong);
1314
+ }
1315
+
1316
+ .tsystem-fw_label\.strongSub {
1317
+ font-weight: var(--Tight-fontWeights-label-strongSub);
1318
+ }
1319
+
1320
+ .tsystem-fs_label\.strongSub {
1321
+ font-size: var(--Tight-fontSizes-label-strongSub);
1322
+ }
1323
+
1324
+ .tsystem-c_typography\.label\.strongSub {
1325
+ color: var(--Tight-colors-typography-label-strongSub);
1326
+ }
1327
+
1328
+ .tsystem-fw_heading {
1329
+ font-weight: var(--Tight-fontWeights-heading);
1330
+ }
1331
+
1332
+ .tsystem-fs_heading {
1333
+ font-size: var(--Tight-fontSizes-heading);
1334
+ }
1335
+
1336
+ .tsystem-ff_heading {
1337
+ font-family: var(--Tight-fonts-heading);
1338
+ }
1339
+
1340
+ .tsystem-c_typography\.heading {
1341
+ color: var(--Tight-colors-typography-heading);
1342
+ }
1343
+
1344
+ .tsystem-fw_metric\.sm {
1345
+ font-weight: var(--Tight-fontWeights-metric-sm);
1346
+ }
1347
+
1348
+ .tsystem-fs_metric\.sm {
1349
+ font-size: var(--Tight-fontSizes-metric-sm);
1350
+ }
1351
+
1352
+ .tsystem-ff_metric {
1353
+ font-family: var(--Tight-fonts-metric);
1354
+ }
1355
+
1356
+ .tsystem-c_typography\.metric\.sm {
1357
+ color: var(--Tight-colors-typography-metric-sm);
1358
+ }
1359
+
1360
+ .tsystem-fw_metric\.md {
1361
+ font-weight: var(--Tight-fontWeights-metric-md);
1362
+ }
1363
+
1364
+ .tsystem-fs_metric\.md {
1365
+ font-size: var(--Tight-fontSizes-metric-md);
1366
+ }
1367
+
1368
+ .tsystem-c_typography\.metric\.md {
1369
+ color: var(--Tight-colors-typography-metric-md);
1370
+ }
1371
+
1372
+ .tsystem-fw_metric\.lg {
1373
+ font-weight: var(--Tight-fontWeights-metric-lg);
1374
+ }
1375
+
1376
+ .tsystem-fs_metric\.lg {
1377
+ font-size: var(--Tight-fontSizes-metric-lg);
1378
+ }
1379
+
1380
+ .tsystem-c_typography\.metric\.lg {
1381
+ color: var(--Tight-colors-typography-metric-lg);
1382
+ }
1383
+
1384
+ .tsystem-fw_metric\.xl {
1385
+ font-weight: var(--Tight-fontWeights-metric-xl);
1386
+ }
1387
+
1388
+ .tsystem-fs_metric\.xl {
1389
+ font-size: var(--Tight-fontSizes-metric-xl);
1390
+ }
1391
+
1392
+ .tsystem-c_typography\.metric\.xl {
1393
+ color: var(--Tight-colors-typography-metric-xl);
1394
+ }
1395
+
1396
+ .tsystem-c_money\.negative {
1397
+ color: var(--Tight-colors-money-negative);
1398
+ }
1399
+
1400
+ .tsystem-c_money\.positive {
1401
+ color: var(--Tight-colors-money-positive);
1402
+ }
1403
+
1404
+ .tsystem-fs_26px {
1405
+ font-size: 26px;
1406
+ }
1407
+
1408
+ .tsystem-lh_26px {
1409
+ line-height: 26px;
1410
+ }
1411
+
1412
+ .tsystem-us_none {
1413
+ -webkit-user-select: none;
1414
+ user-select: none;
1415
+ }
1416
+
1417
+ .tsystem-scr-bar_hidden {
1418
+ -ms-overflow-style: none;
1419
+ scrollbar-width: none;
1420
+ }
1421
+
1422
+ .tsystem-scr-bar_hidden::-webkit-scrollbar {
1423
+ display: none;
1424
+ }
1425
+
1426
+ .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1427
+ box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1428
+ }
1429
+
1430
+ .tsystem-d_inline-block {
1431
+ display: inline-block;
1432
+ }
1433
+
1434
+ .tsystem-stk_icon\.base {
1435
+ stroke: var(--Tight-colors-icon-base);
1436
+ }
1437
+
1438
+ .tsystem-stk_icon\.base\.weak {
1439
+ stroke: var(--Tight-colors-icon-base-weak);
1440
+ }
1441
+
1442
+ .tsystem-bg-c_border\.layout\.strong {
1443
+ background-color: var(--Tight-colors-border-layout-strong);
1444
+ }
1445
+
1446
+ .tsystem-c_typography\.accent\.danger {
1447
+ color: var(--Tight-colors-typography-accent-danger);
1448
+ }
1449
+
1450
+ .tsystem-c_icon\.accent\.danger {
1451
+ color: var(--Tight-colors-icon-accent-danger);
1452
+ }
1453
+
1454
+ .tsystem-bg-c_brand\.secondary {
1455
+ background-color: var(--Tight-colors-brand-secondary);
1456
+ }
1457
+
1458
+ .tsystem-grid-tc_repeat\(7\,_1fr\) {
1459
+ grid-template-columns: repeat(7, 1fr);
1460
+ }
1461
+
1462
+ .tsystem-vis_hidden {
1463
+ visibility: hidden;
1464
+ }
1465
+
1466
+ .tsystem-fs-a_none {
1467
+ font-size-adjust: none;
1468
+ }
1469
+
1470
+ .tsystem-fs_100\% {
1471
+ font-size: 100%;
1472
+ }
1473
+
1474
+ .tsystem-ls_normal {
1475
+ letter-spacing: normal;
1476
+ }
1477
+
1478
+ .tsystem-font-stretch_normal {
1479
+ font-stretch: normal;
1480
+ }
1481
+
1482
+ .tsystem-fw_normal {
1483
+ font-weight: normal;
1484
+ }
1485
+
1486
+ .tsystem-ta_left {
1487
+ text-align: left;
1488
+ }
1489
+
1490
+ .tsystem-text-align-last_initial {
1491
+ text-align-last: initial;
1492
+ }
1493
+
1494
+ .tsystem-ti_0px {
1495
+ text-indent: 0px;
1496
+ }
1497
+
1498
+ .tsystem-text-justify_auto {
1499
+ text-justify: auto;
1500
+ }
1501
+
1502
+ .tsystem-tsh_none {
1503
+ text-shadow: none;
1504
+ }
1505
+
1506
+ .tsystem-tt_none {
1507
+ text-transform: none;
1508
+ }
1509
+
1510
+ .tsystem-resize_none {
1511
+ resize: none;
1512
+ }
1513
+
1514
+ .tsystem-ap_none {
1515
+ appearance: none;
1516
+ -webkit-appearance: none;
1517
+ }
1518
+
1519
+ .tsystem-d_block {
1520
+ display: block;
1521
+ }
1522
+
1523
+ .tsystem-bx-sh_none {
1524
+ box-shadow: none;
1525
+ }
1526
+
1527
+ .tsystem-ta_start {
1528
+ text-align: start;
1529
+ }
1530
+
1531
+ .tsystem-bd-be-w_var\(--thickness\) {
1532
+ border-block-end-width: var(--thickness);
1533
+ }
1534
+
1535
+ .tsystem-bg-c_money\.positive\.weak {
1536
+ background-color: var(--Tight-colors-money-positive-weak);
1537
+ }
1538
+
1539
+ .tsystem-bg-c_money\.negative\.weak {
1540
+ background-color: var(--Tight-colors-money-negative-weak);
1541
+ }
1542
+
1543
+ .tsystem-va_top {
1544
+ vertical-align: top;
1545
+ }
1546
+
1547
+ .tsystem-stk-dsh_0 {
1548
+ stroke-dasharray: 0;
1549
+ }
1550
+
1551
+ .tsystem-y_0 {
1552
+ y: 0;
1553
+ }
1554
+
1555
+ .tsystem-stk-w_1 {
1556
+ stroke-width: 1;
1557
+ }
1558
+
1559
+ .tsystem-bg-c_\#F003 {
1560
+ background-color: #F003;
1561
+ }
1562
+
1563
+ .tsystem-bg-c_\#00F3 {
1564
+ background-color: #00F3;
1565
+ }
1566
+
1567
+ .tsystem-z_100 {
1568
+ z-index: 100;
1569
+ }
1570
+
1571
+ .tsystem-jc_right {
1572
+ justify-content: right;
1573
+ }
1574
+
1575
+ .tsystem-c_inherit {
1576
+ color: var(--Tight-colors-inherit);
1577
+ }
1578
+
1579
+ .tsystem-min-w_300px {
1580
+ min-width: 300px;
1581
+ }
1582
+
1583
+ .tsystem-w_202px {
1584
+ width: 202px;
1585
+ }
1586
+
1587
+ .tsystem-min-w_200px {
1588
+ min-width: 200px;
1589
+ }
1590
+
1591
+ .tsystem-w_100\% {
1592
+ width: 100%;
1593
+ }
1594
+
1595
+ .tsystem-h_72 {
1596
+ height: 72px;
1597
+ }
1598
+
1599
+ .tsystem-w_20px {
1600
+ width: 20px;
1601
+ }
1602
+
1603
+ .tsystem-h_20px {
1604
+ height: 20px;
1605
+ }
1606
+
1607
+ .tsystem-h_32px {
1608
+ height: 32px;
1609
+ }
1610
+
1611
+ .tsystem-h_100\% {
1612
+ height: 100%;
1613
+ }
1614
+
1615
+ .tsystem-pl_10px {
1616
+ padding-left: 10px;
1617
+ }
1618
+
1619
+ .tsystem-min-w_0 {
1620
+ min-width: 0;
1621
+ }
1622
+
1623
+ .tsystem-max-w_100\% {
1624
+ max-width: 100%;
1625
+ }
1626
+
1627
+ .tsystem-min-h_0 {
1628
+ min-height: 0;
1629
+ }
1630
+
1631
+ .tsystem-h_auto {
1632
+ height: auto;
1633
+ }
1634
+
1635
+ .tsystem-max-h_100\% {
1636
+ max-height: 100%;
1637
+ }
1638
+
1639
+ .tsystem-w_512px {
1640
+ width: 512px;
1641
+ }
1642
+
1643
+ .tsystem-mb_18px {
1644
+ margin-bottom: 18px;
1645
+ }
1646
+
1647
+ .tsystem-max-w_325 {
1648
+ max-width: 325px;
1649
+ }
1650
+
1651
+ .tsystem-ov-x_hidden {
1652
+ overflow-x: hidden;
1653
+ }
1654
+
1655
+ .tsystem-max-h_calc\(100\%_\+_15px\) {
1656
+ max-height: calc(100% + 15px);
1657
+ }
1658
+
1659
+ .tsystem-mb_-15px {
1660
+ margin-bottom: -15px;
1661
+ }
1662
+
1663
+ .tsystem-min-h_1 {
1664
+ min-height: 1px;
1665
+ }
1666
+
1667
+ .tsystem-min-h_\{borderWidths\.lg\} {
1668
+ min-height: var(--Tight-borderWidths-lg);
1669
+ }
1670
+
1671
+ .tsystem-max-h_\{borderWidths\.lg\} {
1672
+ max-height: var(--Tight-borderWidths-lg);
1673
+ }
1674
+
1675
+ .tsystem-pl_15 {
1676
+ padding-left: 15px;
1677
+ }
1678
+
1679
+ .tsystem-pr_15 {
1680
+ padding-right: 15px;
1681
+ }
1682
+
1683
+ .tsystem-max-w_250 {
1684
+ max-width: 250px;
1685
+ }
1686
+
1687
+ .tsystem-min-h_100dvh {
1688
+ min-height: 100dvh;
1689
+ }
1690
+
1691
+ .tsystem-max-w_360px {
1692
+ max-width: 360px;
1693
+ }
1694
+
1695
+ .tsystem-right_0 {
1696
+ right: 0;
1697
+ }
1698
+
1699
+ .tsystem-top_0 {
1700
+ top: 0;
1701
+ }
1702
+
1703
+ .tsystem-min-w_fit-content {
1704
+ min-width: fit-content;
1705
+ }
1706
+
1707
+ .tsystem-left_0 {
1708
+ left: 0;
1709
+ }
1710
+
1711
+ .tsystem-w_100dvw {
1712
+ width: 100dvw;
1713
+ }
1714
+
1715
+ .tsystem-h_100dvh {
1716
+ height: 100dvh;
1717
+ }
1718
+
1719
+ .tsystem-min-w_100dvw {
1720
+ min-width: 100dvw;
1721
+ }
1722
+
1723
+ .tsystem-max-h_100dvh {
1724
+ max-height: 100dvh;
1725
+ }
1726
+
1727
+ .tsystem-max-w_100dvw {
1728
+ max-width: 100dvw;
1729
+ }
1730
+
1731
+ .tsystem-w_24 {
1732
+ width: 24px;
1733
+ }
1734
+
1735
+ .tsystem-h_24 {
1736
+ height: 24px;
1737
+ }
1738
+
1739
+ .tsystem-w_fit-content {
1740
+ width: fit-content;
1741
+ }
1742
+
1743
+ .tsystem-w_15px {
1744
+ width: 15px;
1745
+ }
1746
+
1747
+ .tsystem-h_15px {
1748
+ height: 15px;
1749
+ }
1750
+
1751
+ .tsystem-min-w_100\% {
1752
+ min-width: 100%;
1753
+ }
1754
+
1755
+ .tsystem-w_\{borderWidths\.md\} {
1756
+ width: var(--Tight-borderWidths-md);
1757
+ }
1758
+
1759
+ .tsystem-min-w_\{borderWidths\.md\} {
1760
+ min-width: var(--Tight-borderWidths-md);
1761
+ }
1762
+
1763
+ .tsystem-h_\{borderWidths\.md\} {
1764
+ height: var(--Tight-borderWidths-md);
1765
+ }
1766
+
1767
+ .tsystem-min-h_\{borderWidths\.md\} {
1768
+ min-height: var(--Tight-borderWidths-md);
1769
+ }
1770
+
1771
+ .tsystem-w_max-content {
1772
+ width: max-content;
1773
+ }
1774
+
1775
+ .tsystem-h_35px {
1776
+ height: 35px;
1777
+ }
1778
+
1779
+ .tsystem-h_60px {
1780
+ height: 60px;
1781
+ }
1782
+
1783
+ .tsystem-mt_10px {
1784
+ margin-top: 10px;
1785
+ }
1786
+
1787
+ .tsystem-max-w_1440px {
1788
+ max-width: 1440px;
1789
+ }
1790
+
1791
+ .tsystem-min-w_150px {
1792
+ min-width: 150px;
1793
+ }
1794
+
1795
+ .tsystem-h_300px {
1796
+ height: 300px;
1797
+ }
1798
+
1799
+ .tsystem-w_400px {
1800
+ width: 400px;
1801
+ }
1802
+
1803
+ .tsystem-min-w_900px {
1804
+ min-width: 900px;
1805
+ }
1806
+
1807
+ .tsystem-h_481px {
1808
+ height: 481px;
1809
+ }
1810
+
1811
+ .tsystem-w_80px {
1812
+ width: 80px;
1813
+ }
1814
+
1815
+ .tsystem-w_266 {
1816
+ width: 266px;
1817
+ }
1818
+
1819
+ .tsystem-min-h_32 {
1820
+ min-height: 32px;
1821
+ }
1822
+
1823
+ .tsystem-left_1 {
1824
+ left: 1px;
1825
+ }
1826
+
1827
+ .tsystem-right_1 {
1828
+ right: 1px;
1829
+ }
1830
+
1831
+ .tsystem-bottom_1 {
1832
+ bottom: 1px;
1833
+ }
1834
+
1835
+ .tsystem-w_calc\(100\%_-_2\) {
1836
+ width: calc(100% - 2);
1837
+ }
1838
+
1839
+ .tsystem-h_44px {
1840
+ height: 44px;
1841
+ }
1842
+
1843
+ .tsystem-w_40\% {
1844
+ width: 40%;
1845
+ }
1846
+
1847
+ .tsystem-min-h_65 {
1848
+ min-height: 65px;
1849
+ }
1850
+
1851
+ .tsystem-mb_16px {
1852
+ margin-bottom: 16px;
1853
+ }
1854
+
1855
+ .tsystem-bottom_0 {
1856
+ bottom: 0;
1857
+ }
1858
+
1859
+ .tsystem-h_250px {
1860
+ height: 250px;
1861
+ }
1862
+
1863
+ .tsystem-pb_20px {
1864
+ padding-bottom: 20px;
1865
+ }
1866
+
1867
+ .tsystem-bottom_-25px {
1868
+ bottom: -25px;
1869
+ }
1870
+
1871
+ .tsystem-right_2px {
1872
+ right: 2px;
1873
+ }
1874
+
1875
+ .tsystem-left_2px {
1876
+ left: 2px;
1877
+ }
1878
+
1879
+ .tsystem-w_26px {
1880
+ width: 26px;
1881
+ }
1882
+
1883
+ .tsystem-max-w_1440 {
1884
+ max-width: 1440px;
1885
+ }
1886
+
1887
+ .tsystem-h_80 {
1888
+ height: 80px;
1889
+ }
1890
+
1891
+ .tsystem-pl_15px {
1892
+ padding-left: 15px;
1893
+ }
1894
+
1895
+ .tsystem-pr_15px {
1896
+ padding-right: 15px;
1897
+ }
1898
+
1899
+ .tsystem-pl_20px {
1900
+ padding-left: 20px;
1901
+ }
1902
+
1903
+ .tsystem-pr_5px {
1904
+ padding-right: 5px;
1905
+ }
1906
+
1907
+ .tsystem-top_-1 {
1908
+ top: -1px;
1909
+ }
1910
+
1911
+ .tsystem-right_-1 {
1912
+ right: -1px;
1913
+ }
1914
+
1915
+ .tsystem-w_10 {
1916
+ width: 10px;
1917
+ }
1918
+
1919
+ .tsystem-h_10 {
1920
+ height: 10px;
1921
+ }
1922
+
1923
+ .tsystem-w_17px {
1924
+ width: 17px;
1925
+ }
1926
+
1927
+ .tsystem-h_17px {
1928
+ height: 17px;
1929
+ }
1930
+
1931
+ .tsystem-pl_2px {
1932
+ padding-left: 2px;
1933
+ }
1934
+
1935
+ .tsystem-pr_2px {
1936
+ padding-right: 2px;
1937
+ }
1938
+
1939
+ .tsystem-pb_5px {
1940
+ padding-bottom: 5px;
1941
+ }
1942
+
1943
+ .tsystem-w_14px {
1944
+ width: 14px;
1945
+ }
1946
+
1947
+ .tsystem-h_14px {
1948
+ height: 14px;
1949
+ }
1950
+
1951
+ .tsystem-h_25px {
1952
+ height: 25px;
1953
+ }
1954
+
1955
+ .tsystem-max-w_200px {
1956
+ max-width: 200px;
1957
+ }
1958
+
1959
+ .tsystem-pl_5px {
1960
+ padding-left: 5px;
1961
+ }
1962
+
1963
+ .tsystem-mr_15px {
1964
+ margin-right: 15px;
1965
+ }
1966
+
1967
+ .tsystem-max-w_1 {
1968
+ max-width: 1px;
1969
+ }
1970
+
1971
+ .tsystem-w_1 {
1972
+ width: 1px;
1973
+ }
1974
+
1975
+ .tsystem-min-h_36px {
1976
+ min-height: 36px;
1977
+ }
1978
+
1979
+ .tsystem-mb_10px {
1980
+ margin-bottom: 10px;
1981
+ }
1982
+
1983
+ .tsystem-w_200px {
1984
+ width: 200px;
1985
+ }
1986
+
1987
+ .tsystem-h_16px {
1988
+ height: 16px;
1989
+ }
1990
+
1991
+ .tsystem-h_50px {
1992
+ height: 50px;
1993
+ }
1994
+
1995
+ .tsystem-h_52px {
1996
+ height: 52px;
1997
+ }
1998
+
1999
+ .tsystem-pl_64px {
2000
+ padding-left: 64px;
2001
+ }
2002
+
2003
+ .tsystem-pr_64px {
2004
+ padding-right: 64px;
2005
+ }
2006
+
2007
+ .tsystem-w_100px {
2008
+ width: 100px;
2009
+ }
2010
+
2011
+ .tsystem-h_55px {
2012
+ height: 55px;
2013
+ }
2014
+
2015
+ .tsystem-min-h_55px {
2016
+ min-height: 55px;
2017
+ }
2018
+
2019
+ .tsystem-h_1px {
2020
+ height: 1px;
2021
+ }
2022
+
2023
+ .tsystem-mb_30px {
2024
+ margin-bottom: 30px;
2025
+ }
2026
+
2027
+ .tsystem-w_36px {
2028
+ width: 36px;
2029
+ }
2030
+
2031
+ .tsystem-h_36px {
2032
+ height: 36px;
2033
+ }
2034
+
2035
+ .tsystem-max-h_200px {
2036
+ max-height: 200px;
2037
+ }
2038
+
2039
+ .tsystem-ov-y_auto {
2040
+ overflow-y: auto;
2041
+ }
2042
+
2043
+ .tsystem-min-w_120px {
2044
+ min-width: 120px;
2045
+ }
2046
+
2047
+ .tsystem-max-h_150 {
2048
+ max-height: 150px;
2049
+ }
2050
+
2051
+ .tsystem-w_325px {
2052
+ width: 325px;
2053
+ }
2054
+
2055
+ .tsystem-max-h_314px {
2056
+ max-height: 314px;
2057
+ }
2058
+
2059
+ .tsystem-min-w_325px {
2060
+ min-width: 325px;
2061
+ }
2062
+
2063
+ .tsystem-min-h_35px {
2064
+ min-height: 35px;
2065
+ }
2066
+
2067
+ .tsystem-h_fit-content {
2068
+ height: fit-content;
2069
+ }
2070
+
2071
+ .tsystem-w_600px {
2072
+ width: 600px;
2073
+ }
2074
+
2075
+ .tsystem-min-h_200px {
2076
+ min-height: 200px;
2077
+ }
2078
+
2079
+ .tsystem-pr_10px {
2080
+ padding-right: 10px;
2081
+ }
2082
+
2083
+ .tsystem-pt_0 {
2084
+ padding-top: 0;
2085
+ }
2086
+
2087
+ .tsystem-pb_8px {
2088
+ padding-bottom: 8px;
2089
+ }
2090
+
2091
+ .tsystem-pl_25px {
2092
+ padding-left: 25px;
2093
+ }
2094
+
2095
+ .tsystem-right_20 {
2096
+ right: 20px;
2097
+ }
2098
+
2099
+ .tsystem-left_20 {
2100
+ left: 20px;
2101
+ }
2102
+
2103
+ .tsystem-max-h_247px {
2104
+ max-height: 247px;
2105
+ }
2106
+
2107
+ .tsystem-min-h_247px {
2108
+ min-height: 247px;
2109
+ }
2110
+
2111
+ .tsystem-mb_10 {
2112
+ margin-bottom: 10px;
2113
+ }
2114
+
2115
+ .tsystem-h_16 {
2116
+ height: 16px;
2117
+ }
2118
+
2119
+ .tsystem-w_92\% {
2120
+ width: 92%;
2121
+ }
2122
+
2123
+ .tsystem-w_90\% {
2124
+ width: 90%;
2125
+ }
2126
+
2127
+ .tsystem-w_88\% {
2128
+ width: 88%;
2129
+ }
2130
+
2131
+ .tsystem-w_87\% {
2132
+ width: 87%;
2133
+ }
2134
+
2135
+ .tsystem-w_85\% {
2136
+ width: 85%;
2137
+ }
2138
+
2139
+ .tsystem-w_70\% {
2140
+ width: 70%;
2141
+ }
2142
+
2143
+ .tsystem-ml_6px {
2144
+ margin-left: 6px;
2145
+ }
2146
+
2147
+ .tsystem-mr_6px {
2148
+ margin-right: 6px;
2149
+ }
2150
+
2151
+ .tsystem-max-w_420px {
2152
+ max-width: 420px;
2153
+ }
2154
+
2155
+ .tsystem-h_39px {
2156
+ height: 39px;
2157
+ }
2158
+
2159
+ .tsystem-mt_35px {
2160
+ margin-top: 35px;
2161
+ }
2162
+
2163
+ .tsystem-mb_20px {
2164
+ margin-bottom: 20px;
2165
+ }
2166
+
2167
+ .tsystem-pt_10px {
2168
+ padding-top: 10px;
2169
+ }
2170
+
2171
+ .tsystem-max-w_fit-content {
2172
+ max-width: fit-content;
2173
+ }
2174
+
2175
+ .tsystem-pl_19px {
2176
+ padding-left: 19px;
2177
+ }
2178
+
2179
+ .tsystem-max-w_120px {
2180
+ max-width: 120px;
2181
+ }
2182
+
2183
+ .tsystem-w_1px {
2184
+ width: 1px;
2185
+ }
2186
+
2187
+ .tsystem-ml_auto {
2188
+ margin-left: auto;
2189
+ }
2190
+
2191
+ .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'],.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-selected='true'] {
2192
+ border: var(--Tight-borderWidths-lg) solid;
2193
+ }
2194
+
2195
+ .\[\&_\>_\.Tight-text\]\:tsystem-trs_color_300ms_ease-out > .Tight-text {
2196
+ transition: color 300ms ease-out;
2197
+ }
2198
+
2199
+ .\[\&_path\]\:tsystem-trs_stroke_300ms_ease-out path {
2200
+ transition: stroke 300ms ease-out;
2201
+ }
2202
+
2203
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-trs_width_100ms_ease-out .Tight-text::after {
2204
+ transition: width 100ms ease-out;
2205
+ }
2206
+
2207
+ .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.danger[data-haserror='true'] {
2208
+ border-color: var(--Tight-colors-border-intent-danger);
2209
+ }
2210
+
2211
+ .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.action\.active[data-selected='true'] {
2212
+ border-color: var(--Tight-colors-border-intent-action-active);
2213
+ }
2214
+
2215
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bdr_50\%[data-today='true']::after {
2216
+ border-radius: 50%;
2217
+ }
2218
+
2219
+ .\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'],.\[\&_\.recharts-surface\]\:tsystem-ring_none .recharts-surface {
2220
+ outline: 2px solid transparent;
2221
+ outline-offset: 2px;
2222
+ }
2223
+
2224
+ .\[\&\[data-active\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.action\.active[data-active='true'] {
2225
+ border-color: var(--Tight-colors-border-intent-action-active);
2226
+ }
2227
+
2228
+ .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
2229
+ cursor: not-allowed;
2230
+ }
2231
+
2232
+ .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
2233
+ opacity: 0.6;
2234
+ }
2235
+
2236
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
2237
+ color: var(--Tight-colors-typography-intent-secondary);
2238
+ }
2239
+
2240
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.base .Tight-sub-label {
2241
+ color: var(--Tight-colors-typography-base);
2242
+ }
2243
+
2244
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.base .Tight-medium-icon > path {
2245
+ stroke: var(--Tight-colors-icon-base);
2246
+ }
2247
+
2248
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary .Tight-sub-label {
2249
+ color: var(--Tight-colors-typography-intent-secondary);
2250
+ }
2251
+
2252
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary .Tight-medium-icon > path {
2253
+ stroke: var(--Tight-colors-icon-intent-secondary);
2254
+ }
2255
+
2256
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action .Tight-sub-label {
2257
+ color: var(--Tight-colors-typography-intent-action);
2258
+ }
2259
+
2260
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action .Tight-medium-icon > path {
2261
+ stroke: var(--Tight-colors-icon-intent-action);
2262
+ }
2263
+
2264
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success .Tight-sub-label {
2265
+ color: var(--Tight-colors-typography-intent-success);
2266
+ }
2267
+
2268
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success .Tight-medium-icon > path {
2269
+ stroke: var(--Tight-colors-icon-intent-success);
2270
+ }
2271
+
2272
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning .Tight-sub-label {
2273
+ color: var(--Tight-colors-typography-intent-warning);
2274
+ }
2275
+
2276
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning .Tight-medium-icon > path {
2277
+ stroke: var(--Tight-colors-icon-intent-warning);
2278
+ }
2279
+
2280
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger .Tight-sub-label {
2281
+ color: var(--Tight-colors-typography-intent-danger);
2282
+ }
2283
+
2284
+ .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger .Tight-medium-icon > path {
2285
+ stroke: var(--Tight-colors-icon-intent-danger);
2286
+ }
2287
+
2288
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
2289
+ color: var(--Tight-colors-typography-intent-action);
2290
+ }
2291
+
2292
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
2293
+ color: var(--Tight-colors-typography-intent-danger);
2294
+ }
2295
+
2296
+ .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
2297
+ cursor: default;
2298
+ }
2299
+
2300
+ .\[\&\:\:before\]\:tsystem-content_\'\'::before {
2301
+ content: '';
2302
+ }
2303
+
2304
+ .\[\&\:\:before\]\:tsystem-pos_absolute::before {
2305
+ position: absolute;
2306
+ }
2307
+
2308
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
2309
+ color: var(--Tight-colors-typography-intent-primary);
2310
+ }
2311
+
2312
+ .\[\&_path\]\:tsystem-stk_icon\.intent\.primary path {
2313
+ stroke: var(--Tight-colors-icon-intent-primary);
2314
+ }
2315
+
2316
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
2317
+ color: var(--Tight-colors-typography-intent-success);
2318
+ }
2319
+
2320
+ .\[\&_path\]\:tsystem-stk_icon\.intent\.success path {
2321
+ stroke: var(--Tight-colors-icon-intent-success);
2322
+ }
2323
+
2324
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning .Tight-text {
2325
+ color: var(--Tight-colors-typography-intent-warning);
2326
+ }
2327
+
2328
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.active[data-state='open'] {
2329
+ background-color: var(--Tight-colors-surface-intent-action-active);
2330
+ }
2331
+
2332
+ .\[\&_\.Tight-text\]\:tsystem-pos_relative .Tight-text {
2333
+ position: relative;
2334
+ }
2335
+
2336
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-content_\'\' .Tight-text::after {
2337
+ content: '';
2338
+ }
2339
+
2340
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-pos_absolute .Tight-text::after {
2341
+ position: absolute;
2342
+ }
2343
+
2344
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-bg-c_currentColor .Tight-text::after {
2345
+ background-color: var(--Tight-colors-currentColor);
2346
+ }
2347
+
2348
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-state='open'] {
2349
+ background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2350
+ }
2351
+
2352
+ .\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
2353
+ color: var(--Tight-colors-typography-base-weak);
2354
+ }
2355
+
2356
+ .\[\&_\*\]\:tsystem-bx-s_border-box * {
2357
+ box-sizing: border-box;
2358
+ }
2359
+
2360
+ .\[\&\:disabled\]\:tsystem-pointer-events_none:disabled {
2361
+ pointer-events: none;
2362
+ }
2363
+
2364
+ .\[\&_path\]\:tsystem-stk_icon\.base path {
2365
+ stroke: var(--Tight-colors-icon-base);
2366
+ }
2367
+
2368
+ .\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
2369
+ stroke: var(--Tight-colors-icon-accent-danger);
2370
+ }
2371
+
2372
+ .disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
2373
+ cursor: default;
2374
+ }
2375
+
2376
+ .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-selected='true'] {
2377
+ background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2378
+ }
2379
+
2380
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-content_\'\'[data-today='true']::after {
2381
+ content: '';
2382
+ }
2383
+
2384
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-pos_absolute[data-today='true']::after {
2385
+ position: absolute;
2386
+ }
2387
+
2388
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bg-c_brand\.primary[data-today='true']::after {
2389
+ background-color: var(--Tight-colors-brand-primary);
2390
+ }
2391
+
2392
+ .\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
2393
+ box-shadow: none;
2394
+ }
2395
+
2396
+ .\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-focused='true'] {
2397
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2398
+ }
2399
+
2400
+ .\[\&_\>_\.Tight-text\]\:tsystem-c_typography\.intent\.action > .Tight-text {
2401
+ color: var(--Tight-colors-typography-intent-action);
2402
+ }
2403
+
2404
+ .\[\&_\>_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active > .Tight-text {
2405
+ color: var(--Tight-colors-typography-intent-action-active);
2406
+ }
2407
+
2408
+ .\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-active='true'] {
2409
+ background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2410
+ }
2411
+
2412
+ .\[\&_path\]\:tsystem-stk_surface\.foreground path {
2413
+ stroke: var(--Tight-colors-surface-foreground);
2414
+ }
2415
+
2416
+ .\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
2417
+ color: var(--Tight-colors-inherit);
2418
+ }
2419
+
2420
+ .\[\&\:\:before\]\:tsystem-top_-11px::before {
2421
+ top: -11px;
2422
+ }
2423
+
2424
+ .\[\&\:\:before\]\:tsystem-left_-11px::before {
2425
+ left: -11px;
2426
+ }
2427
+
2428
+ .\[\&\:\:before\]\:tsystem-right_-11px::before {
2429
+ right: -11px;
2430
+ }
2431
+
2432
+ .\[\&\:\:before\]\:tsystem-bottom_-11px::before {
2433
+ bottom: -11px;
2434
+ }
2435
+
2436
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-bottom_0 .Tight-text::after {
2437
+ bottom: 0;
2438
+ }
2439
+
2440
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-left_0 .Tight-text::after {
2441
+ left: 0;
2442
+ }
2443
+
2444
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-w_0 .Tight-text::after {
2445
+ width: 0;
2446
+ }
2447
+
2448
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-h_1px .Tight-text::after {
2449
+ height: 1px;
2450
+ }
2451
+
2452
+ .\[\&\:\:before\]\:tsystem-top_-10px::before {
2453
+ top: -10px;
2454
+ }
2455
+
2456
+ .\[\&\:\:before\]\:tsystem-left_-10px::before {
2457
+ left: -10px;
2458
+ }
2459
+
2460
+ .\[\&\:\:before\]\:tsystem-right_-10px::before {
2461
+ right: -10px;
2462
+ }
2463
+
2464
+ .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
2465
+ bottom: -10px;
2466
+ }
2467
+
2468
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
2469
+ bottom: 3px;
2470
+ }
2471
+
2472
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-w_4px[data-today='true']::after {
2473
+ width: 4px;
2474
+ }
2475
+
2476
+ .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-h_4px[data-today='true']::after {
2477
+ height: 4px;
2478
+ }
2479
+
2480
+ .\[\&\:\:before\]\:tsystem-top_-9px::before {
2481
+ top: -9px;
2482
+ }
2483
+
2484
+ .\[\&\:\:before\]\:tsystem-right_-7px::before {
2485
+ right: -7px;
2486
+ }
2487
+
2488
+ .\[\&\:\:before\]\:tsystem-bottom_-9px::before {
2489
+ bottom: -9px;
2490
+ }
2491
+
2492
+ .\[\&\:\:before\]\:tsystem-left_-5px::before {
2493
+ left: -5px;
2494
+ }
2495
+
2496
+ .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-isdefaultvalue='false'] {
2497
+ border: var(--Tight-borderWidths-lg) solid;
2498
+ }
2499
+
2500
+ .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout\.strong:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout\.strong[data-isdefaultvalue='false'] {
2501
+ border-color: var(--Tight-colors-border-layout-strong);
2502
+ }
2503
+
2504
+ .\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus,.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus-within {
2505
+ outline: 2px solid transparent;
2506
+ outline-offset: 2px;
2507
+ }
2508
+
2509
+ .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring_1px_solid[data-clicked='true']:focus-within {
2510
+ outline: 1px solid;
2511
+ }
2512
+
2513
+ .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground[data-isdefaultvalue='false'] {
2514
+ background-color: var(--Tight-colors-surface-foreground);
2515
+ }
2516
+
2517
+ .\[\&\:focus-within\]\:tsystem-cursor_text:focus-within {
2518
+ cursor: text;
2519
+ }
2520
+
2521
+ .\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\:hover\,_\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:hover\:not\(\:focus-within\)\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-state='closed'][data-disablehover='false']:hover,.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\:hover\,_\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:hover\:not\(\:focus-within\)\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not([data-state])[data-disablehover='false']:hover:not(:focus-within) {
2522
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2523
+ }
2524
+
2525
+ .\[\&\:hover\:not\(\:focus-within\)\]\:tsystem-c_typography\.intent\.action\.hover:hover:not(:focus-within) {
2526
+ color: var(--Tight-colors-typography-intent-action-hover);
2527
+ }
2528
+
2529
+ .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring-o_2px[data-clicked='true']:focus-within {
2530
+ outline-offset: 2px;
2531
+ }
2532
+
2533
+ .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring-c_border\.layout\.strong[data-clicked='true']:focus-within {
2534
+ outline-color: var(--Tight-colors-border-layout-strong);
2535
+ }
2536
+
2537
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.secondary\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.secondary\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.secondary\.hover[data-state='open'] {
2538
+ background: var(--Tight-colors-surface-intent-secondary-hover);
2539
+ }
2540
+
2541
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.action\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.action\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.action\.hover[data-state='open'] {
2542
+ background: var(--Tight-colors-surface-intent-action-hover);
2543
+ }
2544
+
2545
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.success\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.success\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.success\.hover[data-state='open'] {
2546
+ background: var(--Tight-colors-surface-intent-success-hover);
2547
+ }
2548
+
2549
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.warning\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.warning\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.warning\.hover[data-state='open'] {
2550
+ background: var(--Tight-colors-surface-intent-warning-hover);
2551
+ }
2552
+
2553
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.danger\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.danger\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.danger\.hover[data-state='open'] {
2554
+ background: var(--Tight-colors-surface-intent-danger-hover);
2555
+ }
2556
+
2557
+ .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
2558
+ outline: 4px solid;
2559
+ }
2560
+
2561
+ .focus\:tsystem-ring_none:is(:focus, [data-focus]) {
2562
+ outline: 2px solid transparent;
2563
+ outline-offset: 2px;
2564
+ }
2565
+
2566
+ .\[\&\:focus\]\:tsystem-ring_none:focus {
2567
+ outline: 2px solid transparent;
2568
+ outline-offset: 2px;
2569
+ }
2570
+
2571
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.secondary\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.secondary\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.secondary\.hover[data-state='open'] {
2572
+ border-color: var(--Tight-colors-border-intent-secondary-hover);
2573
+ }
2574
+
2575
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.action\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.action\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.action\.hover[data-state='open'] {
2576
+ border-color: var(--Tight-colors-border-intent-action-hover);
2577
+ }
2578
+
2579
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.success\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.success\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.success\.hover[data-state='open'] {
2580
+ border-color: var(--Tight-colors-border-intent-success-hover);
2581
+ }
2582
+
2583
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.warning\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.warning\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.warning\.hover[data-state='open'] {
2584
+ border-color: var(--Tight-colors-border-intent-warning-hover);
2585
+ }
2586
+
2587
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.danger\.hover:hover,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.danger\.hover:focus-visible,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bd-c_border\.intent\.danger\.hover[data-state='open'] {
2588
+ border-color: var(--Tight-colors-border-intent-danger-hover);
2589
+ }
2590
+
2591
+ .\[\&\:focus-visible\]\:tsystem-trs_none:focus-visible {
2592
+ transition: none;
2593
+ }
2594
+
2595
+ .\[\&\:focus-visible\:\:before\]\:tsystem-bdr_md:focus-visible::before {
2596
+ border-radius: var(--Tight-radii-md);
2597
+ }
2598
+
2599
+ .\[\&\:focus-visible\:\:before\]\:tsystem-ring_4px_solid:focus-visible::before {
2600
+ outline: 4px solid;
2601
+ }
2602
+
2603
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
2604
+ outline: 4px solid;
2605
+ }
2606
+
2607
+ .\[\&\:has\(\>_\.Tight-component\:focus-visible\)\]\:tsystem-ring_4px_solid:has(> .Tight-component:focus-visible) {
2608
+ outline: 4px solid;
2609
+ }
2610
+
2611
+ .\[\&\:focus-visible\]\:tsystem-bdr_sm:focus-visible {
2612
+ border-radius: var(--Tight-radii-sm);
2613
+ }
2614
+
2615
+ .\[\&\:focus-visible\]\:tsystem-ring-c_border\.layout:focus-visible {
2616
+ outline-color: var(--Tight-colors-border-layout);
2617
+ }
2618
+
2619
+ .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
2620
+ outline-offset: -1px;
2621
+ }
2622
+
2623
+ .\[\&\:focus\]\:tsystem-cursor_text:focus {
2624
+ cursor: text;
2625
+ }
2626
+
2627
+ .\[\&\:focus-visible\]\:tsystem-pos_relative:focus-visible {
2628
+ position: relative;
2629
+ }
2630
+
2631
+ .\[\&\:focus-visible\:\:before\]\:tsystem-content_\'\':focus-visible::before {
2632
+ content: '';
2633
+ }
2634
+
2635
+ .\[\&\:focus-visible\:\:before\]\:tsystem-pos_absolute:focus-visible::before {
2636
+ position: absolute;
2637
+ }
2638
+
2639
+ .\[\&\:focus-visible\:\:before\]\:tsystem-ring-c_border\.layout:focus-visible::before {
2640
+ outline-color: var(--Tight-colors-border-layout);
2641
+ }
2642
+
2643
+ .\[\&\:focus-visible\:\:before\]\:tsystem-pointer-events_none:focus-visible::before {
2644
+ pointer-events: none;
2645
+ }
2646
+
2647
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
2648
+ outline-color: var(--Tight-colors-border-layout);
2649
+ }
2650
+
2651
+ .\[\&\:focus\]\:tsystem-z_1:focus {
2652
+ z-index: 1;
2653
+ }
2654
+
2655
+ .\[\&\:focus-visible_\>_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active:focus-visible > .Tight-text {
2656
+ color: var(--Tight-colors-typography-intent-action-active);
2657
+ }
2658
+
2659
+ .\[\&\:has\(\>_\.Tight-component\:focus-visible\)\]\:tsystem-ring-c_border\.layout:has(> .Tight-component:focus-visible) {
2660
+ outline-color: var(--Tight-colors-border-layout);
2661
+ }
2662
+
2663
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-o_2px[data-clicked='false']:has(:focus-visible) {
2664
+ outline-offset: 2px;
2665
+ }
2666
+
2667
+ .\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
2668
+ outline-offset: 2px;
2669
+ }
2670
+
2671
+ .\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
2672
+ top: 0;
2673
+ }
2674
+
2675
+ .\[\&\:focus-visible\:\:before\]\:tsystem-left_0:focus-visible::before {
2676
+ left: 0;
2677
+ }
2678
+
2679
+ .\[\&\:focus-visible\:\:before\]\:tsystem-right_0:focus-visible::before {
2680
+ right: 0;
2681
+ }
2682
+
2683
+ .\[\&\:focus-visible\:\:before\]\:tsystem-bottom_0:focus-visible::before {
2684
+ bottom: 0;
2685
+ }
2686
+
2687
+ .\[\&\:hover\]\:tsystem-bd_\{borderWidths\.lg\}_solid:hover,.\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd_\{borderWidths\.lg\}_solid:hover:not(:disabled) {
2688
+ border: var(--Tight-borderWidths-lg) solid;
2689
+ }
2690
+
2691
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.layout:hover:not(:disabled) {
2692
+ border-color: var(--Tight-colors-border-layout);
2693
+ }
2694
+
2695
+ .\[\&\:hover\]\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
2696
+ transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
2697
+ }
2698
+
2699
+ .\[\&\:hover\]\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
2700
+ transition: background 100ms ease-out, box-shadow 0ms;
2701
+ }
2702
+
2703
+ .\[\&\:hover\]\:tsystem-trs_color_100ms_ease-out:hover,.\[\&\:hover_\>_\.Tight-text\]\:tsystem-trs_color_100ms_ease-out:hover > .Tight-text {
2704
+ transition: color 100ms ease-out;
2705
+ }
2706
+
2707
+ .\[\&\:hover_path\]\:tsystem-trs_stroke_100ms_ease-out:hover path {
2708
+ transition: stroke 100ms ease-out;
2709
+ }
2710
+
2711
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.intent\.action\.hover:hover:not(:disabled) {
2712
+ border-color: var(--Tight-colors-border-intent-action-hover);
2713
+ }
2714
+
2715
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.intent\.danger\.hover:hover:not(:disabled) {
2716
+ border-color: var(--Tight-colors-border-intent-danger-hover);
2717
+ }
2718
+
2719
+ .\[\&\:enabled\:hover\]\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
2720
+ border-color: var(--Tight-colors-border-intent-action-hover);
2721
+ }
2722
+
2723
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.intent\.primary\.hover:hover:not(:disabled) {
2724
+ border-color: var(--Tight-colors-border-intent-primary-hover);
2725
+ }
2726
+
2727
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.intent\.success\.hover:hover:not(:disabled) {
2728
+ border-color: var(--Tight-colors-border-intent-success-hover);
2729
+ }
2730
+
2731
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bd-c_border\.intent\.warning\.hover:hover:not(:disabled) {
2732
+ border-color: var(--Tight-colors-border-intent-warning-hover);
2733
+ }
2734
+
2735
+ .\[\&\:hover_\.Tight-text\:\:after\,_\&\[data-state\=\'open\'\]_\>_\.Tight-text\:\:after\]\:tsystem-trs_width_300ms_ease-out:hover .Tight-text::after,.\[\&\:hover_\.Tight-text\:\:after\,_\&\[data-state\=\'open\'\]_\>_\.Tight-text\:\:after\]\:tsystem-trs_width_300ms_ease-out[data-state='open'] > .Tight-text::after {
2736
+ transition: width 300ms ease-out;
2737
+ }
2738
+
2739
+ .\[\&\:hover\]\:tsystem-bd-c_border\.intent\.action\.hover:hover {
2740
+ border-color: var(--Tight-colors-border-intent-action-hover);
2741
+ }
2742
+
2743
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover:not(:disabled) {
2744
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2745
+ }
2746
+
2747
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.action\.hover:hover:not(:disabled) {
2748
+ background-color: var(--Tight-colors-surface-intent-action-hover);
2749
+ }
2750
+
2751
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.danger\.hover:hover:not(:disabled) {
2752
+ background-color: var(--Tight-colors-surface-intent-danger-hover);
2753
+ }
2754
+
2755
+ .\[\&\:enabled\:hover\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
2756
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2757
+ }
2758
+
2759
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.primary\.hover:hover:not(:disabled) {
2760
+ background-color: var(--Tight-colors-surface-intent-primary-hover);
2761
+ }
2762
+
2763
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.success\.hover:hover:not(:disabled) {
2764
+ background-color: var(--Tight-colors-surface-intent-success-hover);
2765
+ }
2766
+
2767
+ .\[\&\:hover\:not\(\:disabled\)\]\:tsystem-bg-c_surface\.intent\.warning\.hover:hover:not(:disabled) {
2768
+ background-color: var(--Tight-colors-surface-intent-warning-hover);
2769
+ }
2770
+
2771
+ .\[\&\:hover\]\:tsystem-bg-c_surface\.intent\.action\.hover:hover {
2772
+ background-color: var(--Tight-colors-surface-intent-action-hover);
2773
+ }
2774
+
2775
+ .\[\&\[data-is-checked\=\'false\'\]\:hover\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
2776
+ background-color: var(--Tight-colors-surface-background-hover);
2777
+ }
2778
+
2779
+ .\[\&\:hover\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover {
2780
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2781
+ }
2782
+
2783
+ .\[\&\:hover_\>_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:hover > .Tight-text {
2784
+ color: var(--Tight-colors-typography-intent-action-hover);
2785
+ }
2786
+
2787
+ .\[\&\:hover\]\:tsystem-bg-c_brand\.primary:hover {
2788
+ background-color: var(--Tight-colors-brand-primary);
2789
+ }
2790
+
2791
+ .\[\&\:hover\]\:tsystem-c_typography\.contrast:hover {
2792
+ color: var(--Tight-colors-typography-contrast);
2793
+ }
2794
+
2795
+ .\[\&\:hover\]\:tsystem-c_typography\.intent\.action\.hover:hover {
2796
+ color: var(--Tight-colors-typography-intent-action-hover);
2797
+ }
2798
+
2799
+ .\[\&\:hover_\>_\.Tight-medium-icon_\>_path\]\:tsystem-stk_typography\.intent\.action\.hover:hover > .Tight-medium-icon > path {
2800
+ stroke: var(--Tight-colors-typography-intent-action-hover);
2801
+ }
2802
+
2803
+ .\[\&\:hover_\.Tight-text\:\:after\,_\&\[data-state\=\'open\'\]_\>_\.Tight-text\:\:after\]\:tsystem-w_100\%:hover .Tight-text::after,.\[\&\:hover_\.Tight-text\:\:after\,_\&\[data-state\=\'open\'\]_\>_\.Tight-text\:\:after\]\:tsystem-w_100\%[data-state='open'] > .Tight-text::after {
2804
+ width: 100%;
2805
+ }
2806
+
2807
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active[data-active='true']:enabled {
2808
+ border-color: var(--Tight-colors-border-intent-action-active);
2809
+ }
2810
+
2811
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active[data-active='true']:enabled {
2812
+ border-color: var(--Tight-colors-border-intent-danger-active);
2813
+ }
2814
+
2815
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
2816
+ border-color: var(--Tight-colors-transparent);
2817
+ }
2818
+
2819
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active[data-active='true']:enabled {
2820
+ border-color: var(--Tight-colors-border-intent-primary-active);
2821
+ }
2822
+
2823
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.success\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.success\.active[data-active='true']:enabled {
2824
+ border-color: var(--Tight-colors-border-intent-success-active);
2825
+ }
2826
+
2827
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.warning\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.warning\.active[data-active='true']:enabled {
2828
+ border-color: var(--Tight-colors-border-intent-warning-active);
2829
+ }
2830
+
2831
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-active='true']:enabled {
2832
+ background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2833
+ }
2834
+
2835
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
2836
+ background-color: var(--Tight-colors-surface-intent-action-active);
2837
+ }
2838
+
2839
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active[data-active='true']:enabled {
2840
+ background-color: var(--Tight-colors-surface-intent-danger-active);
2841
+ }
2842
+
2843
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active[data-active='true']:enabled {
2844
+ background-color: var(--Tight-colors-surface-intent-primary-active);
2845
+ }
2846
+
2847
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.success\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.success\.active[data-active='true']:enabled {
2848
+ background-color: var(--Tight-colors-surface-intent-success-active);
2849
+ }
2850
+
2851
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.warning\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.warning\.active[data-active='true']:enabled {
2852
+ background-color: var(--Tight-colors-surface-intent-warning-active);
2853
+ }
2854
+
2855
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover:hover .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover:focus-visible .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover[data-state='open'] .Tight-sub-label {
2856
+ color: var(--Tight-colors-typography-intent-secondary-hover);
2857
+ }
2858
+
2859
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:hover .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover[data-state='open'] .Tight-medium-icon > path {
2860
+ stroke: var(--Tight-colors-icon-intent-secondary-hover);
2861
+ }
2862
+
2863
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover:hover .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover:focus-visible .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover[data-state='open'] .Tight-sub-label {
2864
+ color: var(--Tight-colors-typography-intent-action-hover);
2865
+ }
2866
+
2867
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover:hover .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover[data-state='open'] .Tight-medium-icon > path {
2868
+ stroke: var(--Tight-colors-icon-intent-action-hover);
2869
+ }
2870
+
2871
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover:hover .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover:focus-visible .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover[data-state='open'] .Tight-sub-label {
2872
+ color: var(--Tight-colors-typography-intent-success-hover);
2873
+ }
2874
+
2875
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover:hover .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover[data-state='open'] .Tight-medium-icon > path {
2876
+ stroke: var(--Tight-colors-icon-intent-success-hover);
2877
+ }
2878
+
2879
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover:hover .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover:focus-visible .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover[data-state='open'] .Tight-sub-label {
2880
+ color: var(--Tight-colors-typography-intent-warning-hover);
2881
+ }
2882
+
2883
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover:hover .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover[data-state='open'] .Tight-medium-icon > path {
2884
+ stroke: var(--Tight-colors-icon-intent-warning-hover);
2885
+ }
2886
+
2887
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger\.hover:hover .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger\.hover:focus-visible .Tight-sub-label,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger\.hover[data-state='open'] .Tight-sub-label {
2888
+ color: var(--Tight-colors-typography-intent-danger-hover);
2889
+ }
2890
+
2891
+ .\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover:hover .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:hover\,_\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover[data-state='open'] .Tight-medium-icon > path {
2892
+ stroke: var(--Tight-colors-icon-intent-danger-hover);
2893
+ }
2894
+
2895
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:hover:not(:disabled) .Tight-text {
2896
+ color: var(--Tight-colors-typography-intent-secondary-hover);
2897
+ }
2898
+
2899
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:hover:not(:disabled) .Tight-text {
2900
+ color: var(--Tight-colors-typography-intent-action-hover);
2901
+ }
2902
+
2903
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:hover:not(:disabled) .Tight-text {
2904
+ color: var(--Tight-colors-typography-intent-danger-hover);
2905
+ }
2906
+
2907
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:hover:not(:disabled) .Tight-text {
2908
+ color: var(--Tight-colors-typography-intent-primary-hover);
2909
+ }
2910
+
2911
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.primary\.hover:hover:not(:disabled) path {
2912
+ stroke: var(--Tight-colors-icon-intent-primary-hover);
2913
+ }
2914
+
2915
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.hover:hover:not(:disabled) .Tight-text {
2916
+ color: var(--Tight-colors-typography-intent-success-hover);
2917
+ }
2918
+
2919
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.success\.hover:hover:not(:disabled) path {
2920
+ stroke: var(--Tight-colors-icon-intent-success-hover);
2921
+ }
2922
+
2923
+ .\[\&\:hover\:not\(\:disabled\)\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:hover:not(:disabled) .Tight-text {
2924
+ color: var(--Tight-colors-typography-intent-warning-hover);
2925
+ }
2926
+
2927
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active[data-active='true']:enabled .Tight-text {
2928
+ color: var(--Tight-colors-typography-intent-secondary-active);
2929
+ }
2930
+
2931
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active[data-active='true']:enabled .Tight-text {
2932
+ color: var(--Tight-colors-typography-intent-action-active);
2933
+ }
2934
+
2935
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active[data-active='true']:enabled .Tight-text {
2936
+ color: var(--Tight-colors-typography-intent-danger-active);
2937
+ }
2938
+
2939
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active[data-active='true']:enabled .Tight-text {
2940
+ color: var(--Tight-colors-typography-intent-primary-active);
2941
+ }
2942
+
2943
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.primary\.active:active:enabled path,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.primary\.active[data-active='true']:enabled path {
2944
+ stroke: var(--Tight-colors-icon-intent-primary-active);
2945
+ }
2946
+
2947
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.active[data-active='true']:enabled .Tight-text {
2948
+ color: var(--Tight-colors-typography-intent-success-active);
2949
+ }
2950
+
2951
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.success\.active:active:enabled path,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.success\.active[data-active='true']:enabled path {
2952
+ stroke: var(--Tight-colors-icon-intent-success-active);
2953
+ }
2954
+
2955
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.active[data-active='true']:enabled .Tight-text {
2956
+ color: var(--Tight-colors-typography-intent-warning-active);
2957
+ }
2958
+
2959
+ .\[\&\:hover\]\:\[\&_svg\]\:\[\&_path\]\:tsystem-stk_icon\.accent\.danger:hover svg path {
2960
+ stroke: var(--Tight-colors-icon-accent-danger);
2961
+ }
2962
+
2963
+ @media screen and (min-width: 53.125rem) {
2964
+ .md\:tsystem-grid-tc_repeat\(2\,_400px\) {
2965
+ grid-template-columns: repeat(2, 400px);
2966
+ }
2967
+ }
2968
+
2969
+ @media screen and (min-width: 87.5rem) {
2970
+ .\31\.5xl\:tsystem-grid-tc_400px_400px_400px_minmax\(150px\,_400px\) {
2971
+ grid-template-columns: 400px 400px 400px minmax(150px, 400px);
2972
+ }
2973
+ }
2974
+ }