@homebound/beam 4.2.1 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/truss.css CHANGED
@@ -1,20 +1,28 @@
1
1
  :root { --t-spacing: 8px; }
2
- /* @truss p:1000 c:animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
3
- .animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
2
+ /* @truss p:1000 c:anim_loadingDots_800ms_linear_0ms_infinite_alternate */
3
+ .anim_loadingDots_800ms_linear_0ms_infinite_alternate { animation: loadingDots 800ms linear 0ms infinite alternate; }
4
+ /* @truss p:1000 c:anim_loadingDots_800ms_linear_300ms_infinite_alternate */
5
+ .anim_loadingDots_800ms_linear_300ms_infinite_alternate { animation: loadingDots 800ms linear 300ms infinite alternate; }
6
+ /* @truss p:1000 c:anim_loadingDots_800ms_linear_600ms_infinite_alternate */
7
+ .anim_loadingDots_800ms_linear_600ms_infinite_alternate { animation: loadingDots 800ms linear 600ms infinite alternate; }
8
+ /* @truss p:1000 c:anim_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
9
+ .anim_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
10
+ /* @truss p:1000 c:anim_spin_800ms_linear_infinite */
11
+ .anim_spin_800ms_linear_infinite { animation: spin 800ms linear infinite; }
4
12
  /* @truss p:1000 c:bd_0 */
5
13
  .bd_0 { border: 0; }
6
- /* @truss p:1000 c:gridArea_1_1 */
7
- .gridArea_1_1 { grid-area: 1/1; }
14
+ /* @truss p:1000 c:ga_1_1 */
15
+ .ga_1_1 { grid-area: 1/1; }
8
16
  /* @truss p:1000 c:m_0 */
9
17
  .m_0 { margin: 0; }
10
18
  /* @truss p:1000 c:m_neg1px */
11
19
  .m_neg1px { margin: -1px; }
12
20
  /* @truss p:1000 c:p_0 */
13
21
  .p_0 { padding: 0; }
22
+ /* @truss p:1000.5 c:animation_var */
23
+ .animation_var { animation: var(--animation); }
14
24
  /* @truss p:1000.5 c:background_var */
15
25
  .background_var { background: var(--background); }
16
- /* @truss p:2000 c:backgroundPosition_center */
17
- .backgroundPosition_center { background-position: center; }
18
26
  /* @truss p:2000 c:bcBlue200 */
19
27
  .bcBlue200 { border-color: rgba(191, 219, 254, 1); }
20
28
  /* @truss p:2000 c:bcBlue300 */
@@ -37,32 +45,10 @@
37
45
  .bcTransparent { border-color: rgba(0,0,0,0); }
38
46
  /* @truss p:2000 c:bcWhite */
39
47
  .bcWhite { border-color: rgba(255, 255, 255, 1); }
40
- /* @truss p:2000 c:borderColor_currentColor */
41
- .borderColor_currentColor { border-color: currentColor; }
42
- /* @truss p:2000 c:borderRadius_0_0_0_8px */
43
- .borderRadius_0_0_0_8px { border-radius: 0 0 0 8px; }
44
- /* @truss p:2000 c:borderRadius_0_0_8px_0 */
45
- .borderRadius_0_0_8px_0 { border-radius: 0 0 8px 0; }
46
- /* @truss p:2000 c:borderRadius_0_16px_16px_0 */
47
- .borderRadius_0_16px_16px_0 { border-radius: 0 16px 16px 0; }
48
- /* @truss p:2000 c:borderRadius_0_4px_4px_0 */
49
- .borderRadius_0_4px_4px_0 { border-radius: 0 4px 4px 0; }
50
- /* @truss p:2000 c:borderRadius_0_8px_0_0 */
51
- .borderRadius_0_8px_0_0 { border-radius: 0 8px 0 0; }
52
- /* @truss p:2000 c:borderRadius_12px_12px_0_0 */
53
- .borderRadius_12px_12px_0_0 { border-radius: 12px 12px 0 0; }
54
- /* @truss p:2000 c:borderRadius_16px_0_0_16px */
55
- .borderRadius_16px_0_0_16px { border-radius: 16px 0 0 16px; }
56
- /* @truss p:2000 c:borderRadius_4px_0_0_4px */
57
- .borderRadius_4px_0_0_4px { border-radius: 4px 0 0 4px; }
58
- /* @truss p:2000 c:borderRadius_50 */
59
- .borderRadius_50 { border-radius: 50%; }
60
- /* @truss p:2000 c:borderRadius_8px_0_0_0 */
61
- .borderRadius_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
62
- /* @truss p:2000 c:borderRadius_8px_8px_0_0 */
63
- .borderRadius_8px_8px_0_0 { border-radius: 8px 8px 0 0; }
64
- /* @truss p:2000 c:borderWidth_3px */
65
- .borderWidth_3px { border-width: 3px; }
48
+ /* @truss p:2000 c:bdc_currentColor */
49
+ .bdc_currentColor { border-color: currentColor; }
50
+ /* @truss p:2000 c:bgp_center */
51
+ .bgp_center { background-position: center; }
66
52
  /* @truss p:2000 c:br0 */
67
53
  .br0 { border-radius: 0; }
68
54
  /* @truss p:2000 c:br100 */
@@ -77,6 +63,30 @@
77
63
  .br4 { border-radius: 4px; }
78
64
  /* @truss p:2000 c:br8 */
79
65
  .br8 { border-radius: 8px; }
66
+ /* @truss p:2000 c:bra_0_0_0_8px */
67
+ .bra_0_0_0_8px { border-radius: 0 0 0 8px; }
68
+ /* @truss p:2000 c:bra_0_0_8px_0 */
69
+ .bra_0_0_8px_0 { border-radius: 0 0 8px 0; }
70
+ /* @truss p:2000 c:bra_0_16px_16px_0 */
71
+ .bra_0_16px_16px_0 { border-radius: 0 16px 16px 0; }
72
+ /* @truss p:2000 c:bra_0_4px_4px_0 */
73
+ .bra_0_4px_4px_0 { border-radius: 0 4px 4px 0; }
74
+ /* @truss p:2000 c:bra_0_8px_0_0 */
75
+ .bra_0_8px_0_0 { border-radius: 0 8px 0 0; }
76
+ /* @truss p:2000 c:bra_12px_12px_0_0 */
77
+ .bra_12px_12px_0_0 { border-radius: 12px 12px 0 0; }
78
+ /* @truss p:2000 c:bra_16px_0_0_16px */
79
+ .bra_16px_0_0_16px { border-radius: 16px 0 0 16px; }
80
+ /* @truss p:2000 c:bra_4px_0_0_4px */
81
+ .bra_4px_0_0_4px { border-radius: 4px 0 0 4px; }
82
+ /* @truss p:2000 c:bra_50 */
83
+ .bra_50 { border-radius: 50%; }
84
+ /* @truss p:2000 c:bra_8px_0_0_0 */
85
+ .bra_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
86
+ /* @truss p:2000 c:bra_8px_8px_0_0 */
87
+ .bra_8px_8px_0_0 { border-radius: 8px 8px 0 0; }
88
+ /* @truss p:2000 c:bra_999px */
89
+ .bra_999px { border-radius: 999px; }
80
90
  /* @truss p:2000 c:bsn */
81
91
  .bsn { border-style: none; }
82
92
  /* @truss p:2000 c:bss */
@@ -87,8 +97,16 @@
87
97
  .bw2 { border-width: 2px; }
88
98
  /* @truss p:2000 c:bw_0 */
89
99
  .bw_0 { border-width: 0; }
100
+ /* @truss p:2000 c:bw_3px */
101
+ .bw_3px { border-width: 3px; }
90
102
  /* @truss p:2000 c:fn */
91
103
  .fn { flex: none; }
104
+ /* @truss p:2000 c:g_12px */
105
+ .g_12px { gap: 12px; }
106
+ /* @truss p:2000 c:g_1_5 */
107
+ .g_1_5 { gap: calc(var(--t-spacing) * 1.5); }
108
+ /* @truss p:2000 c:g_4px */
109
+ .g_4px { gap: 4px; }
92
110
  /* @truss p:2000 c:gap0 */
93
111
  .gap0 { gap: calc(var(--t-spacing) * 0); }
94
112
  /* @truss p:2000 c:gap1 */
@@ -99,12 +117,6 @@
99
117
  .gap3 { gap: calc(var(--t-spacing) * 3); }
100
118
  /* @truss p:2000 c:gap8 */
101
119
  .gap8 { gap: calc(var(--t-spacing) * 8); }
102
- /* @truss p:2000 c:gap_12px */
103
- .gap_12px { gap: 12px; }
104
- /* @truss p:2000 c:gap_1_5 */
105
- .gap_1_5 { gap: calc(var(--t-spacing) * 1.5); }
106
- /* @truss p:2000 c:gap_4px */
107
- .gap_4px { gap: 4px; }
108
120
  /* @truss p:2000 c:gc_1 */
109
121
  .gc_1 { grid-column: 1; }
110
122
  /* @truss p:2000 c:gc_1_2 */
@@ -127,16 +139,18 @@
127
139
  .oa { overflow: auto; }
128
140
  /* @truss p:2000 c:oh */
129
141
  .oh { overflow: hidden; }
142
+ /* @truss p:2000 c:ol_0 */
143
+ .ol_0 { outline: 0; }
144
+ /* @truss p:2000 c:ol_0px_solid_transparent */
145
+ .ol_0px_solid_transparent { outline: 0px solid transparent; }
146
+ /* @truss p:2000 c:ol_2px_solid_transparent */
147
+ .ol_2px_solid_transparent { outline: 2px solid transparent; }
148
+ /* @truss p:2000 c:ol_none */
149
+ .ol_none { outline: none; }
130
150
  /* @truss p:2000 c:outline0 */
131
151
  .outline0 { outline: 0; }
132
- /* @truss p:2000 c:outline_0 */
133
- .outline_0 { outline: 0; }
134
- /* @truss p:2000 c:outline_0px_solid_transparent */
135
- .outline_0px_solid_transparent { outline: 0px solid transparent; }
136
- /* @truss p:2000 c:outline_2px_solid_transparent */
137
- .outline_2px_solid_transparent { outline: 2px solid transparent; }
138
- /* @truss p:2000 c:outline_none */
139
- .outline_none { outline: none; }
152
+ /* @truss p:2000 c:scrollPaddingInline_4px */
153
+ .scrollPaddingInline_4px { scroll-padding-inline: 4px; }
140
154
  /* @truss p:2000 c:sst_x_mandatory */
141
155
  .sst_x_mandatory { scroll-snap-type: x mandatory; }
142
156
  /* @truss p:2000 c:tdlt */
@@ -155,34 +169,32 @@
155
169
  .transitionTransform { transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
156
170
  /* @truss p:2000 c:transitionWidth */
157
171
  .transitionWidth { transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1); }
158
- /* @truss p:2000 c:transition_all_240ms */
159
- .transition_all_240ms { transition: all 240ms; }
160
- /* @truss p:2000 c:transition_all_3s_ease_in_out */
161
- .transition_all_3s_ease_in_out { transition: all .3s ease-in-out; }
162
- /* @truss p:2000 c:transition_border_color_200ms */
163
- .transition_border_color_200ms { transition: border-color 200ms; }
164
- /* @truss p:2000 c:transition_filter_0_3s_ease */
165
- .transition_filter_0_3s_ease { transition: filter 0.3s ease; }
166
- /* @truss p:2000 c:transition_height_250ms_ease_in_out */
167
- .transition_height_250ms_ease_in_out { transition: height 250ms ease-in-out; }
168
- /* @truss p:2000 c:transition_opacity_0_3s_ease */
169
- .transition_opacity_0_3s_ease { transition: opacity 0.3s ease; }
170
- /* @truss p:2000 c:transition_padding_0_25s_ease_in_out */
171
- .transition_padding_0_25s_ease_in_out { transition: padding 0.25s ease-in-out; }
172
- /* @truss p:2000 c:transition_transform_250ms_linear */
173
- .transition_transform_250ms_linear { transition: transform 250ms linear; }
174
- /* @truss p:2000 c:transition_width_200ms */
175
- .transition_width_200ms { transition: width 200ms; }
176
- /* @truss p:2000 c:transition_width_2s_linear */
177
- .transition_width_2s_linear { transition: width .2s linear; }
172
+ /* @truss p:2000 c:tsn_all_240ms */
173
+ .tsn_all_240ms { transition: all 240ms; }
174
+ /* @truss p:2000 c:tsn_all_3s_ease_in_out */
175
+ .tsn_all_3s_ease_in_out { transition: all .3s ease-in-out; }
176
+ /* @truss p:2000 c:tsn_border_color_200ms */
177
+ .tsn_border_color_200ms { transition: border-color 200ms; }
178
+ /* @truss p:2000 c:tsn_filter_0_3s_ease */
179
+ .tsn_filter_0_3s_ease { transition: filter 0.3s ease; }
180
+ /* @truss p:2000 c:tsn_height_250ms_ease_in_out */
181
+ .tsn_height_250ms_ease_in_out { transition: height 250ms ease-in-out; }
182
+ /* @truss p:2000 c:tsn_opacity_0_3s_ease */
183
+ .tsn_opacity_0_3s_ease { transition: opacity 0.3s ease; }
184
+ /* @truss p:2000 c:tsn_padding_0_25s_ease_in_out */
185
+ .tsn_padding_0_25s_ease_in_out { transition: padding 0.25s ease-in-out; }
186
+ /* @truss p:2000 c:tsn_transform_250ms_linear */
187
+ .tsn_transform_250ms_linear { transition: transform 250ms linear; }
188
+ /* @truss p:2000 c:tsn_width_200ms */
189
+ .tsn_width_200ms { transition: width 200ms; }
190
+ /* @truss p:2000 c:tsn_width_2s_linear */
191
+ .tsn_width_2s_linear { transition: width .2s linear; }
178
192
  /* @truss p:2000.5 c:bc_var */
179
193
  .bc_var { border-color: var(--borderColor); }
180
194
  /* @truss p:2000.5 c:bw_var */
181
195
  .bw_var { border-width: var(--borderWidth); }
182
196
  /* @truss p:2000.5 c:gap_var */
183
197
  .gap_var { gap: var(--gap); }
184
- /* @truss p:2000.5 c:scrollPaddingInline_var */
185
- .scrollPaddingInline_var { scroll-padding-inline: var(--scrollPaddingInline); }
186
198
  /* @truss p:2055 c:lot_bsn */
187
199
  .lot_bsn:last-of-type { border-style: none; }
188
200
  /* @truss p:2055 c:lot_bw_0 */
@@ -211,42 +223,18 @@
211
223
  .aifs { align-items: flex-start; }
212
224
  /* @truss p:3000 c:ais */
213
225
  .ais { align-items: start; }
214
- /* @truss p:3000 c:animationDelay_0ms */
215
- .animationDelay_0ms { animation-delay: 0ms; }
216
- /* @truss p:3000 c:animationDelay_300ms */
217
- .animationDelay_300ms { animation-delay: 300ms; }
218
- /* @truss p:3000 c:animationDelay_600ms */
219
- .animationDelay_600ms { animation-delay: 600ms; }
220
- /* @truss p:3000 c:animationDirection_alternate */
221
- .animationDirection_alternate { animation-direction: alternate; }
222
- /* @truss p:3000 c:animationDuration_800ms */
223
- .animationDuration_800ms { animation-duration: 800ms; }
224
- /* @truss p:3000 c:animationIterationCount_infinite */
225
- .animationIterationCount_infinite { animation-iteration-count: infinite; }
226
- /* @truss p:3000 c:animationName_aiStarLoader */
227
- .animationName_aiStarLoader { animation-name: aiStarLoader; }
228
- /* @truss p:3000 c:animationName_loadingDots */
229
- .animationName_loadingDots { animation-name: loadingDots; }
230
- /* @truss p:3000 c:animationName_spin */
231
- .animationName_spin { animation-name: spin; }
232
- /* @truss p:3000 c:animationTimingFunction_ease_in_out */
233
- .animationTimingFunction_ease_in_out { animation-timing-function: ease-in-out; }
234
- /* @truss p:3000 c:animationTimingFunction_linear */
235
- .animationTimingFunction_linear { animation-timing-function: linear; }
236
- /* @truss p:3000 c:appearance_none */
237
- .appearance_none { appearance: none; }
226
+ /* @truss p:3000 c:app_none */
227
+ .app_none { appearance: none; }
238
228
  /* @truss p:3000 c:asc */
239
229
  .asc { align-self: center; }
240
230
  /* @truss p:3000 c:asfe */
241
231
  .asfe { align-self: flex-end; }
242
232
  /* @truss p:3000 c:asfs */
243
233
  .asfs { align-self: flex-start; }
244
- /* @truss p:3000 c:backgroundColor_currentColor */
245
- .backgroundColor_currentColor { background-color: currentColor; }
246
- /* @truss p:3000 c:backgroundRepeat_no_repeat */
247
- .backgroundRepeat_no_repeat { background-repeat: no-repeat; }
248
- /* @truss p:3000 c:backgroundSize_100_100 */
249
- .backgroundSize_100_100 { background-size: 100% 100%; }
234
+ /* @truss p:3000 c:bdcl_separate */
235
+ .bdcl_separate { border-collapse: separate; }
236
+ /* @truss p:3000 c:bdsp_0 */
237
+ .bdsp_0 { border-spacing: 0; }
250
238
  /* @truss p:3000 c:bgBlue100 */
251
239
  .bgBlue100 { background-color: rgba(219, 234, 254, 1); }
252
240
  /* @truss p:3000 c:bgBlue50 */
@@ -293,22 +281,22 @@
293
281
  .bgYellow300 { background-color: rgba(253, 224, 71, 1); }
294
282
  /* @truss p:3000 c:bgYellow400 */
295
283
  .bgYellow400 { background-color: rgba(250, 204, 21, 1); }
284
+ /* @truss p:3000 c:bgc_currentColor */
285
+ .bgc_currentColor { background-color: currentColor; }
296
286
  /* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
297
287
  .bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
298
288
  /* @truss p:3000 c:bgcl_text */
299
289
  .bgcl_text { background-clip: text; }
290
+ /* @truss p:3000 c:bgr_no_repeat */
291
+ .bgr_no_repeat { background-repeat: no-repeat; }
292
+ /* @truss p:3000 c:bgs_100_100 */
293
+ .bgs_100_100 { background-size: 100% 100%; }
300
294
  /* @truss p:3000 c:blue500 */
301
295
  .blue500 { color: rgba(59, 130, 246, 1); }
302
296
  /* @truss p:3000 c:blue800 */
303
297
  .blue800 { color: rgba(30, 64, 175, 1); }
304
298
  /* @truss p:3000 c:blue900 */
305
299
  .blue900 { color: rgba(30, 58, 138, 1); }
306
- /* @truss p:3000 c:borderCollapse_separate */
307
- .borderCollapse_separate { border-collapse: separate; }
308
- /* @truss p:3000 c:borderSpacing_0 */
309
- .borderSpacing_0 { border-spacing: 0; }
310
- /* @truss p:3000 c:boxShadow_inset_0px_14px_8px_11px_rgba_63_63_63_18 */
311
- .boxShadow_inset_0px_14px_8px_11px_rgba_63_63_63_18 { box-shadow: inset 0px -14px 8px -11px rgba(63,63,63,.18); }
312
300
  /* @truss p:3000 c:bsh0 */
313
301
  .bsh0 { box-shadow: none; }
314
302
  /* @truss p:3000 c:bshBasic */
@@ -319,30 +307,48 @@
319
307
  .bshFocus { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
320
308
  /* @truss p:3000 c:bshModal */
321
309
  .bshModal { box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04); }
310
+ /* @truss p:3000 c:bxs_0_0_4px_var_b_on_surface */
311
+ .bxs_0_0_4px_var_b_on_surface { box-shadow: 0 0 4px var(--b-on-surface); }
312
+ /* @truss p:3000 c:bxs_0px_0px_0px_2px_rgba_3_105_161_1 */
313
+ .bxs_0px_0px_0px_2px_rgba_3_105_161_1 { box-shadow: 0px 0px 0px 2px rgba(3,105,161,1); }
314
+ /* @truss p:3000 c:bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_danger */
315
+ .bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_danger { box-shadow: 0px 0px 0px 2px var(--b-focus-ring-inset), 0px 0px 0px 4px var(--b-danger); }
316
+ /* @truss p:3000 c:bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted */
317
+ .bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted { box-shadow: 0px 0px 0px 2px var(--b-focus-ring-inset), 0px 0px 0px 4px var(--b-focus-ring-muted); }
318
+ /* @truss p:3000 c:bxs_inset_0_0_0_1px_var_b_focus_ring_inset */
319
+ .bxs_inset_0_0_0_1px_var_b_focus_ring_inset { box-shadow: inset 0 0 0 1px var(--b-focus-ring-inset); }
320
+ /* @truss p:3000 c:bxs_inset_0_0_0_2px_var_b_focus_ring_inset */
321
+ .bxs_inset_0_0_0_2px_var_b_focus_ring_inset { box-shadow: inset 0 0 0 2px var(--b-focus-ring-inset); }
322
+ /* @truss p:3000 c:bxs_inset_0px_14px_8px_11px_rgba_63_63_63_18 */
323
+ .bxs_inset_0px_14px_8px_11px_rgba_63_63_63_18 { box-shadow: inset 0px -14px 8px -11px rgba(63,63,63,.18); }
324
+ /* @truss p:3000 c:bxs_inset_3px_0px_0_0px_var_b_primary */
325
+ .bxs_inset_3px_0px_0_0px_var_b_primary { box-shadow: inset 3px 0px 0 0px var(--b-primary); }
326
+ /* @truss p:3000 c:c_currentColor */
327
+ .c_currentColor { color: currentColor; }
328
+ /* @truss p:3000 c:c_unset */
329
+ .c_unset { color: unset; }
322
330
  /* @truss p:3000 c:cg3 */
323
331
  .cg3 { column-gap: calc(var(--t-spacing) * 3); }
324
332
  /* @truss p:3000 c:cli_inset_50 */
325
333
  .cli_inset_50 { clip: inset(50%); }
326
334
  /* @truss p:3000 c:clp_none */
327
335
  .clp_none { clip-path: none; }
328
- /* @truss p:3000 c:color_currentColor */
329
- .color_currentColor { color: currentColor; }
330
- /* @truss p:3000 c:color_unset */
331
- .color_unset { color: unset; }
332
336
  /* @truss p:3000 c:ctis */
333
337
  .ctis { container-type: inline-size; }
338
+ /* @truss p:3000 c:cur_col_resize */
339
+ .cur_col_resize { cursor: col-resize; }
340
+ /* @truss p:3000 c:cur_default */
341
+ .cur_default { cursor: default; }
342
+ /* @truss p:3000 c:cur_grab */
343
+ .cur_grab { cursor: grab; }
344
+ /* @truss p:3000 c:cur_initial */
345
+ .cur_initial { cursor: initial; }
334
346
  /* @truss p:3000 c:cursorNotAllowed */
335
347
  .cursorNotAllowed { cursor: not-allowed; }
336
348
  /* @truss p:3000 c:cursorPointer */
337
349
  .cursorPointer { cursor: pointer; }
338
- /* @truss p:3000 c:cursor_col_resize */
339
- .cursor_col_resize { cursor: col-resize; }
340
- /* @truss p:3000 c:cursor_default */
341
- .cursor_default { cursor: default; }
342
- /* @truss p:3000 c:cursor_grab */
343
- .cursor_grab { cursor: grab; }
344
- /* @truss p:3000 c:cursor_initial */
345
- .cursor_initial { cursor: initial; }
350
+ /* @truss p:3000 c:d_contents */
351
+ .d_contents { display: contents; }
346
352
  /* @truss p:3000 c:d_negwebkit_box */
347
353
  .d_negwebkit_box { display: -webkit-box; }
348
354
  /* @truss p:3000 c:db */
@@ -355,8 +361,6 @@
355
361
  .dib { display: inline-block; }
356
362
  /* @truss p:3000 c:dif */
357
363
  .dif { display: inline-flex; }
358
- /* @truss p:3000 c:display_contents */
359
- .display_contents { display: contents; }
360
364
  /* @truss p:3000 c:dn */
361
365
  .dn { display: none; }
362
366
  /* @truss p:3000 c:dtc */
@@ -375,16 +379,14 @@
375
379
  .fg0 { flex-grow: 0; }
376
380
  /* @truss p:3000 c:fg1 */
377
381
  .fg1 { flex-grow: 1; }
378
- /* @truss p:3000 c:filter_brightness_0_3 */
379
- .filter_brightness_0_3 { filter: brightness(0.3); }
380
- /* @truss p:3000 c:filter_brightness_1 */
381
- .filter_brightness_1 { filter: brightness(1); }
382
- /* @truss p:3000 c:filter_invert_1 */
383
- .filter_invert_1 { filter: invert(1); }
384
382
  /* @truss p:3000 c:fixed */
385
383
  .fixed { position: fixed; }
386
- /* @truss p:3000 c:fontSize_inherit */
387
- .fontSize_inherit { font-size: inherit; }
384
+ /* @truss p:3000 c:flt_brightness_0_3 */
385
+ .flt_brightness_0_3 { filter: brightness(0.3); }
386
+ /* @truss p:3000 c:flt_brightness_1 */
387
+ .flt_brightness_1 { filter: brightness(1); }
388
+ /* @truss p:3000 c:flt_invert_1 */
389
+ .flt_invert_1 { filter: invert(1); }
388
390
  /* @truss p:3000 c:fs0 */
389
391
  .fs0 { flex-shrink: 0; }
390
392
  /* @truss p:3000 c:fs1 */
@@ -415,6 +417,8 @@
415
417
  .fz_20px { font-size: 20px; }
416
418
  /* @truss p:3000 c:fz_24px */
417
419
  .fz_24px { font-size: 24px; }
420
+ /* @truss p:3000 c:fz_inherit */
421
+ .fz_inherit { font-size: inherit; }
418
422
  /* @truss p:3000 c:gray500 */
419
423
  .gray500 { color: rgba(175, 175, 175, 1); }
420
424
  /* @truss p:3000 c:gray600 */
@@ -447,6 +451,8 @@
447
451
  .jsc { justify-self: center; }
448
452
  /* @truss p:3000 c:lh_0 */
449
453
  .lh_0 { line-height: 0; }
454
+ /* @truss p:3000 c:lh_1 */
455
+ .lh_1 { line-height: 1; }
450
456
  /* @truss p:3000 c:lh_14px */
451
457
  .lh_14px { line-height: 14px; }
452
458
  /* @truss p:3000 c:lh_16px */
@@ -459,32 +465,28 @@
459
465
  .lh_28px { line-height: 28px; }
460
466
  /* @truss p:3000 c:lh_32px */
461
467
  .lh_32px { line-height: 32px; }
462
- /* @truss p:3000 c:lineHeight_0 */
463
- .lineHeight_0 { line-height: 0; }
464
- /* @truss p:3000 c:lineHeight_1 */
465
- .lineHeight_1 { line-height: 1; }
466
468
  /* @truss p:3000 c:o0 */
467
469
  .o0 { opacity: 0; }
468
470
  /* @truss p:3000 c:o100 */
469
471
  .o100 { opacity: 1; }
470
472
  /* @truss p:3000 c:o50 */
471
473
  .o50 { opacity: 0.5; }
474
+ /* @truss p:3000 c:obf_cover */
475
+ .obf_cover { object-fit: cover; }
472
476
  /* @truss p:3000 c:objectContain */
473
477
  .objectContain { object-fit: contain; }
474
478
  /* @truss p:3000 c:objectCover */
475
479
  .objectCover { object-fit: cover; }
476
- /* @truss p:3000 c:objectFit_cover */
477
- .objectFit_cover { object-fit: cover; }
478
- /* @truss p:3000 c:opacity_0_2 */
479
- .opacity_0_2 { opacity: 0.2; }
480
- /* @truss p:3000 c:outlineOffset_2px */
481
- .outlineOffset_2px { outline-offset: 2px; }
482
- /* @truss p:3000 c:pageBreakAfter_auto */
483
- .pageBreakAfter_auto { page-break-after: auto; }
484
- /* @truss p:3000 c:pageBreakInside_avoid */
485
- .pageBreakInside_avoid { page-break-inside: avoid; }
486
- /* @truss p:3000 c:pointerEvents_none */
487
- .pointerEvents_none { pointer-events: none; }
480
+ /* @truss p:3000 c:olo_2px */
481
+ .olo_2px { outline-offset: 2px; }
482
+ /* @truss p:3000 c:op_0_2 */
483
+ .op_0_2 { opacity: 0.2; }
484
+ /* @truss p:3000 c:pe_none */
485
+ .pe_none { pointer-events: none; }
486
+ /* @truss p:3000 c:pgba_auto */
487
+ .pgba_auto { page-break-after: auto; }
488
+ /* @truss p:3000 c:pgbi_avoid */
489
+ .pgbi_avoid { page-break-inside: avoid; }
488
490
  /* @truss p:3000 c:purple700 */
489
491
  .purple700 { color: rgba(109, 40, 217, 1); }
490
492
  /* @truss p:3000 c:purple800 */
@@ -499,8 +501,8 @@
499
501
  .red900 { color: rgba(127, 29, 29, 1); }
500
502
  /* @truss p:3000 c:relative */
501
503
  .relative { position: relative; }
502
- /* @truss p:3000 c:resize_none */
503
- .resize_none { resize: none; }
504
+ /* @truss p:3000 c:rsz_none */
505
+ .rsz_none { resize: none; }
504
506
  /* @truss p:3000 c:sbwn */
505
507
  .sbwn { scrollbar-width: none; }
506
508
  /* @truss p:3000 c:ssa_start */
@@ -515,24 +517,24 @@
515
517
  .tal { text-align: left; }
516
518
  /* @truss p:3000 c:tar */
517
519
  .tar { text-align: right; }
518
- /* @truss p:3000 c:textIndent_neg999px */
519
- .textIndent_neg999px { text-indent: -999px; }
520
+ /* @truss p:3000 c:tf_rotate_180deg */
521
+ .tf_rotate_180deg { transform: rotate(180deg); }
522
+ /* @truss p:3000 c:tf_scale_0_5 */
523
+ .tf_scale_0_5 { transform: scale(0.5); }
524
+ /* @truss p:3000 c:tf_scale_0_75_translateY_100 */
525
+ .tf_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
526
+ /* @truss p:3000 c:tf_scale_1_translateY_0 */
527
+ .tf_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
528
+ /* @truss p:3000 c:tf_translateX_50 */
529
+ .tf_translateX_50 { transform: translateX(-50%); }
530
+ /* @truss p:3000 c:tf_translateY_0 */
531
+ .tf_translateY_0 { transform: translateY(0); }
532
+ /* @truss p:3000 c:tf_translateZ_0 */
533
+ .tf_translateZ_0 { transform: translateZ(0); }
534
+ /* @truss p:3000 c:ti_neg999px */
535
+ .ti_neg999px { text-indent: -999px; }
520
536
  /* @truss p:3000 c:to_ellipsis */
521
537
  .to_ellipsis { text-overflow: ellipsis; }
522
- /* @truss p:3000 c:transform_rotate_180deg */
523
- .transform_rotate_180deg { transform: rotate(180deg); }
524
- /* @truss p:3000 c:transform_scale_0_5 */
525
- .transform_scale_0_5 { transform: scale(0.5); }
526
- /* @truss p:3000 c:transform_scale_0_75_translateY_100 */
527
- .transform_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
528
- /* @truss p:3000 c:transform_scale_1_translateY_0 */
529
- .transform_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
530
- /* @truss p:3000 c:transform_translateX_50 */
531
- .transform_translateX_50 { transform: translateX(-50%); }
532
- /* @truss p:3000 c:transform_translateY_0 */
533
- .transform_translateY_0 { transform: translateY(0); }
534
- /* @truss p:3000 c:transform_translateZ_0 */
535
- .transform_translateZ_0 { transform: translateZ(0); }
536
538
  /* @truss p:3000 c:tt_inherit */
537
539
  .tt_inherit { text-transform: inherit; }
538
540
  /* @truss p:3000 c:ttu */
@@ -543,24 +545,20 @@
543
545
  .vam { vertical-align: middle; }
544
546
  /* @truss p:3000 c:vh */
545
547
  .vh { visibility: hidden; }
546
- /* @truss p:3000 c:visibility_hidden */
547
- .visibility_hidden { visibility: hidden; }
548
- /* @truss p:3000 c:visibility_visible */
549
- .visibility_visible { visibility: visible; }
548
+ /* @truss p:3000 c:vis_hidden */
549
+ .vis_hidden { visibility: hidden; }
550
+ /* @truss p:3000 c:vis_visible */
551
+ .vis_visible { visibility: visible; }
550
552
  /* @truss p:3000 c:wbba */
551
553
  .wbba { word-break: break-all; }
552
554
  /* @truss p:3000 c:wbbw */
553
555
  .wbbw { word-break: break-word; }
554
556
  /* @truss p:3000 c:wbo_vertical */
555
557
  .wbo_vertical { -webkit-box-orient: vertical; }
558
+ /* @truss p:3000 c:wdb_break_all */
559
+ .wdb_break_all { word-break: break-all; }
556
560
  /* @truss p:3000 c:white */
557
561
  .white { color: rgba(255, 255, 255, 1); }
558
- /* @truss p:3000 c:whiteSpace_initial */
559
- .whiteSpace_initial { white-space: initial; }
560
- /* @truss p:3000 c:whiteSpace_normal */
561
- .whiteSpace_normal { white-space: normal; }
562
- /* @truss p:3000 c:whiteSpace_unset */
563
- .whiteSpace_unset { white-space: unset; }
564
562
  /* @truss p:3000 c:wktfc_transparent */
565
563
  .wktfc_transparent { -webkit-text-fill-color: transparent; }
566
564
  /* @truss p:3000 c:wlc_1 */
@@ -569,8 +567,12 @@
569
567
  .wlc_2 { -webkit-line-clamp: 2; }
570
568
  /* @truss p:3000 c:wlc_3 */
571
569
  .wlc_3 { -webkit-line-clamp: 3; }
572
- /* @truss p:3000 c:wordBreak_break_all */
573
- .wordBreak_break_all { word-break: break-all; }
570
+ /* @truss p:3000 c:ws_initial */
571
+ .ws_initial { white-space: initial; }
572
+ /* @truss p:3000 c:ws_normal */
573
+ .ws_normal { white-space: normal; }
574
+ /* @truss p:3000 c:ws_unset */
575
+ .ws_unset { white-space: unset; }
574
576
  /* @truss p:3000 c:wsn */
575
577
  .wsn { white-space: normal; }
576
578
  /* @truss p:3000 c:wsnw */
@@ -587,10 +589,6 @@
587
589
  .z_999999 { z-index: 999999; }
588
590
  /* @truss p:3000.5 c:ai_var */
589
591
  .ai_var { align-items: var(--alignItems); }
590
- /* @truss p:3000.5 c:animationDelay_var */
591
- .animationDelay_var { animation-delay: var(--animationDelay); }
592
- /* @truss p:3000.5 c:animationDuration_var */
593
- .animationDuration_var { animation-duration: var(--animationDuration); }
594
592
  /* @truss p:3000.5 c:backgroundImage_var */
595
593
  .backgroundImage_var { background-image: var(--backgroundImage); }
596
594
  /* @truss p:3000.5 c:bgColor_var */
@@ -663,14 +661,14 @@
663
661
  .bls_solid { border-left-style: solid; }
664
662
  /* @truss p:4000 c:blw_1px */
665
663
  .blw_1px { border-left-width: 1px; }
666
- /* @truss p:4000 c:borderLeftWidth_3px */
667
- .borderLeftWidth_3px { border-left-width: 3px; }
664
+ /* @truss p:4000 c:blw_3px */
665
+ .blw_3px { border-left-width: 3px; }
668
666
  /* @truss p:4000 c:bot_0 */
669
667
  .bot_0 { bottom: 0; }
668
+ /* @truss p:4000 c:bot_4px */
669
+ .bot_4px { bottom: 4px; }
670
670
  /* @truss p:4000 c:bottom0 */
671
671
  .bottom0 { bottom: calc(var(--t-spacing) * 0); }
672
- /* @truss p:4000 c:bottom_4px */
673
- .bottom_4px { bottom: 4px; }
674
672
  /* @truss p:4000 c:brs_solid */
675
673
  .brs_solid { border-right-style: solid; }
676
674
  /* @truss p:4000 c:brw_1px */
@@ -689,6 +687,8 @@
689
687
  .h5 { height: calc(var(--t-spacing) * 5); }
690
688
  /* @truss p:4000 c:h_0px */
691
689
  .h_0px { height: 0px; }
690
+ /* @truss p:4000 c:h_100dvh */
691
+ .h_100dvh { height: 100dvh; }
692
692
  /* @truss p:4000 c:h_100px */
693
693
  .h_100px { height: 100px; }
694
694
  /* @truss p:4000 c:h_10px */
@@ -721,30 +721,26 @@
721
721
  .h_auto { height: auto; }
722
722
  /* @truss p:4000 c:h_calc_100vh_168px */
723
723
  .h_calc_100vh_168px { height: calc(100vh - 168px); }
724
- /* @truss p:4000 c:height_100dvh */
725
- .height_100dvh { height: 100dvh; }
726
724
  /* @truss p:4000 c:l_0 */
727
725
  .l_0 { left: 0; }
726
+ /* @truss p:4000 c:l_100 */
727
+ .l_100 { left: calc(var(--t-spacing) * 100); }
728
+ /* @truss p:4000 c:l_2px */
729
+ .l_2px { left: 2px; }
728
730
  /* @truss p:4000 c:l_calc_var_beam_side_nav_layout_width_0px_var_beam_layout_content_padding_x_0px */
729
731
  .l_calc_var_beam_side_nav_layout_width_0px_var_beam_layout_content_padding_x_0px { left: calc(var(--beam-side-nav-layout-width, 0px) + var(--beam-layout-content-padding-x, 0px)); }
732
+ /* @truss p:4000 c:l_neg1px */
733
+ .l_neg1px { left: -1px; }
734
+ /* @truss p:4000 c:l_neg24px */
735
+ .l_neg24px { left: -24px; }
736
+ /* @truss p:4000 c:l_neg2px */
737
+ .l_neg2px { left: -2px; }
730
738
  /* @truss p:4000 c:left0 */
731
739
  .left0 { left: calc(var(--t-spacing) * 0); }
732
740
  /* @truss p:4000 c:left1 */
733
741
  .left1 { left: calc(var(--t-spacing) * 1); }
734
742
  /* @truss p:4000 c:left3 */
735
743
  .left3 { left: calc(var(--t-spacing) * 3); }
736
- /* @truss p:4000 c:left_0 */
737
- .left_0 { left: calc(var(--t-spacing) * 0); }
738
- /* @truss p:4000 c:left_100 */
739
- .left_100 { left: calc(var(--t-spacing) * 100); }
740
- /* @truss p:4000 c:left_2px */
741
- .left_2px { left: 2px; }
742
- /* @truss p:4000 c:left_neg1px */
743
- .left_neg1px { left: -1px; }
744
- /* @truss p:4000 c:left_neg24px */
745
- .left_neg24px { left: -24px; }
746
- /* @truss p:4000 c:left_neg2px */
747
- .left_neg2px { left: -2px; }
748
744
  /* @truss p:4000 c:maxh_50 */
749
745
  .maxh_50 { max-height: 50%; }
750
746
  /* @truss p:4000 c:maxh_512px */
@@ -947,6 +943,8 @@
947
943
  .pl_10px { padding-left: 10px; }
948
944
  /* @truss p:4000 c:pl_12px */
949
945
  .pl_12px { padding-left: 12px; }
946
+ /* @truss p:4000 c:pl_20px */
947
+ .pl_20px { padding-left: 20px; }
950
948
  /* @truss p:4000 c:pl_24px */
951
949
  .pl_24px { padding-left: 24px; }
952
950
  /* @truss p:4000 c:pl_2px */
@@ -1011,6 +1009,10 @@
1011
1009
  .pt_8px { padding-top: 8px; }
1012
1010
  /* @truss p:4000 c:r_0 */
1013
1011
  .r_0 { right: 0; }
1012
+ /* @truss p:4000 c:r_12px */
1013
+ .r_12px { right: 12px; }
1014
+ /* @truss p:4000 c:r_neg2px */
1015
+ .r_neg2px { right: -2px; }
1014
1016
  /* @truss p:4000 c:right0 */
1015
1017
  .right0 { right: calc(var(--t-spacing) * 0); }
1016
1018
  /* @truss p:4000 c:right1 */
@@ -1019,12 +1021,6 @@
1019
1021
  .right2 { right: calc(var(--t-spacing) * 2); }
1020
1022
  /* @truss p:4000 c:right3 */
1021
1023
  .right3 { right: calc(var(--t-spacing) * 3); }
1022
- /* @truss p:4000 c:right_0 */
1023
- .right_0 { right: calc(var(--t-spacing) * 0); }
1024
- /* @truss p:4000 c:right_12px */
1025
- .right_12px { right: 12px; }
1026
- /* @truss p:4000 c:right_neg2px */
1027
- .right_neg2px { right: -2px; }
1028
1024
  /* @truss p:4000 c:top0 */
1029
1025
  .top0 { top: calc(var(--t-spacing) * 0); }
1030
1026
  /* @truss p:4000 c:top1 */
@@ -1033,18 +1029,18 @@
1033
1029
  .top2 { top: calc(var(--t-spacing) * 2); }
1034
1030
  /* @truss p:4000 c:top3 */
1035
1031
  .top3 { top: calc(var(--t-spacing) * 3); }
1036
- /* @truss p:4000 c:top_2px */
1037
- .top_2px { top: 2px; }
1038
- /* @truss p:4000 c:top_48px */
1039
- .top_48px { top: 48px; }
1040
- /* @truss p:4000 c:top_4px */
1041
- .top_4px { top: 4px; }
1042
- /* @truss p:4000 c:top_neg1px */
1043
- .top_neg1px { top: -1px; }
1044
- /* @truss p:4000 c:top_neg32px */
1045
- .top_neg32px { top: -32px; }
1046
1032
  /* @truss p:4000 c:tp_0 */
1047
1033
  .tp_0 { top: 0; }
1034
+ /* @truss p:4000 c:tp_2px */
1035
+ .tp_2px { top: 2px; }
1036
+ /* @truss p:4000 c:tp_48px */
1037
+ .tp_48px { top: 48px; }
1038
+ /* @truss p:4000 c:tp_4px */
1039
+ .tp_4px { top: 4px; }
1040
+ /* @truss p:4000 c:tp_neg1px */
1041
+ .tp_neg1px { top: -1px; }
1042
+ /* @truss p:4000 c:tp_neg32px */
1043
+ .tp_neg32px { top: -32px; }
1048
1044
  /* @truss p:4000 c:vh100 */
1049
1045
  .vh100 { height: 100vh; }
1050
1046
  /* @truss p:4000 c:w100 */
@@ -1055,6 +1051,8 @@
1055
1051
  .w25 { width: 25%; }
1056
1052
  /* @truss p:4000 c:w50 */
1057
1053
  .w50 { width: 50%; }
1054
+ /* @truss p:4000 c:w_100dvw */
1055
+ .w_100dvw { width: 100dvw; }
1058
1056
  /* @truss p:4000 c:w_100px */
1059
1057
  .w_100px { width: 100px; }
1060
1058
  /* @truss p:4000 c:w_10px */
@@ -1109,8 +1107,6 @@
1109
1107
  .wa { width: auto; }
1110
1108
  /* @truss p:4000 c:wfc */
1111
1109
  .wfc { width: fit-content; }
1112
- /* @truss p:4000 c:width_100dvw */
1113
- .width_100dvw { width: 100dvw; }
1114
1110
  /* @truss p:4000 c:wmaxc */
1115
1111
  .wmaxc { width: max-content; }
1116
1112
  /* @truss p:4000.5 c:borderBottomWidth_var */
@@ -1187,8 +1183,8 @@
1187
1183
  .after_a_contentEmpty:active::after { content: ''; }
1188
1184
  /* @truss p:8170 c:after_a_o_0_28 */
1189
1185
  .after_a_o_0_28:active::after { opacity: 0.28; }
1190
- /* @truss p:8170 c:after_a_pointerEvents_none */
1191
- .after_a_pointerEvents_none:active::after { pointer-events: none; }
1186
+ /* @truss p:8170 c:after_a_pe_none */
1187
+ .after_a_pe_none:active::after { pointer-events: none; }
1192
1188
  /* @truss p:9170 c:after_a_h100 */
1193
1189
  .after_a_h100:active::after { height: 100%; }
1194
1190
  /* @truss p:9170 c:after_a_left0 */
@@ -1198,6 +1194,8 @@
1198
1194
  /* @truss p:9170 c:after_a_w100 */
1199
1195
  .after_a_w100:active::after { width: 100%; }
1200
1196
  /* @truss @property */
1197
+ @property --animation { syntax: "*"; inherits: false; }
1198
+ /* @truss @property */
1201
1199
  @property --background { syntax: "*"; inherits: false; }
1202
1200
  /* @truss @property */
1203
1201
  @property --borderColor { syntax: "*"; inherits: false; }
@@ -1206,18 +1204,12 @@
1206
1204
  /* @truss @property */
1207
1205
  @property --gap { syntax: "*"; inherits: false; }
1208
1206
  /* @truss @property */
1209
- @property --scrollPaddingInline { syntax: "*"; inherits: false; }
1210
- /* @truss @property */
1211
1207
  @property --d_borderColor { syntax: "*"; inherits: false; }
1212
1208
  /* @truss @property */
1213
1209
  @property --h_borderColor { syntax: "*"; inherits: false; }
1214
1210
  /* @truss @property */
1215
1211
  @property --alignItems { syntax: "*"; inherits: false; }
1216
1212
  /* @truss @property */
1217
- @property --animationDelay { syntax: "*"; inherits: false; }
1218
- /* @truss @property */
1219
- @property --animationDuration { syntax: "*"; inherits: false; }
1220
- /* @truss @property */
1221
1213
  @property --backgroundImage { syntax: "*"; inherits: false; }
1222
1214
  /* @truss @property */
1223
1215
  @property --backgroundColor { syntax: "*"; inherits: false; }
@@ -1309,6 +1301,14 @@
1309
1301
  @property --width { syntax: "*"; inherits: false; }
1310
1302
  /* @truss @property */
1311
1303
  @property --selection_backgroundColor { syntax: "*"; inherits: false; }
1304
+ /* @truss @keyframes */
1305
+ @keyframes loadingDots { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
1306
+ /* @truss @keyframes */
1307
+ @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
1308
+ /* @truss @keyframes */
1309
+ @keyframes pulse { 50% { opacity: 0.6; } }
1310
+ /* @truss @keyframes */
1311
+ @keyframes aiStarLoader { 0%, 66.67%, 100% { transform: scale(0.5); } 33.33% { transform: scale(1); } }
1312
1312
  /* @truss arbitrary:start */
1313
1313
  .beam-bhp:hover:not(:has(.beam-bhc:hover)) .beam-bhc {
1314
1314
  border-style: solid;