@epilot/volt-ui-experimental-griffel 0.2.0 → 0.2.3

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 (140) hide show
  1. package/AGENTS.md +153 -0
  2. package/AUTHORING.md +292 -0
  3. package/README.md +90 -7
  4. package/dist/components/alert-dialog/alert-dialog.js +18 -18
  5. package/dist/components/avatar/avatar.js +18 -19
  6. package/dist/components/avatar/avatar.js.map +1 -1
  7. package/dist/components/badge/badge.js +13 -13
  8. package/dist/components/badge/badge.js.map +1 -1
  9. package/dist/components/breadcrumb/breadcrumb.js +6 -6
  10. package/dist/components/button/button.js +20 -20
  11. package/dist/components/button-group/button-group.js +6 -6
  12. package/dist/components/callout/callout.js +6 -6
  13. package/dist/components/card/card.js +8 -8
  14. package/dist/components/collapsible-sidebar/collapsible-sidebar.js +4 -4
  15. package/dist/components/command/command.js +15 -15
  16. package/dist/components/data-table/data-table-column-header.js +5 -5
  17. package/dist/components/data-table/data-table-error.js +13 -13
  18. package/dist/components/data-table/data-table-loading.js +4 -4
  19. package/dist/components/date-range-picker/date-range-picker.js +8 -8
  20. package/dist/components/date-time-picker/calendar.js +15 -15
  21. package/dist/components/date-time-picker/date-time-picker-panel.js +73 -67
  22. package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
  23. package/dist/components/date-time-picker/date-time-picker.js +53 -49
  24. package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
  25. package/dist/components/date-time-picker/time-picker.js +77 -71
  26. package/dist/components/date-time-picker/time-picker.js.map +1 -1
  27. package/dist/components/dialog/dialog.js +21 -21
  28. package/dist/components/drawer/drawer.js +16 -16
  29. package/dist/components/dropdown-menu/dropdown-menu.js +13 -13
  30. package/dist/components/field/field-combobox.js +9 -9
  31. package/dist/components/field/field.js +22 -22
  32. package/dist/components/label/label.js +11 -11
  33. package/dist/components/list/list.js +13 -13
  34. package/dist/components/option-card/option-card.js +24 -24
  35. package/dist/components/pill/pill.js +21 -20
  36. package/dist/components/pill/pill.js.map +1 -1
  37. package/dist/components/popover/popover.js +4 -4
  38. package/dist/components/radio/radio.js +8 -8
  39. package/dist/components/scroll-overflow/scroll-overflow.js +6 -6
  40. package/dist/components/select/select.js +25 -25
  41. package/dist/components/skeleton/skeleton.js +17 -17
  42. package/dist/components/skeleton/skeleton.js.map +1 -1
  43. package/dist/components/table/table-pagination.js +74 -76
  44. package/dist/components/table/table-pagination.js.map +1 -1
  45. package/dist/components/tabs/tabs.js +19 -19
  46. package/dist/components/toast/toast.js +24 -24
  47. package/dist/components/toggle/toggle.js +17 -17
  48. package/dist/components/tooltip/tooltip.js +6 -6
  49. package/dist/index.d.ts +9200 -65
  50. package/dist/index.js +276 -273
  51. package/dist/index.js.map +1 -1
  52. package/dist/tokens/core.generated.js +1168 -1154
  53. package/dist/tokens/core.generated.js.map +1 -1
  54. package/dist/tokens/index.d.ts +1079 -1053
  55. package/dist/tokens/index.js +1078 -1056
  56. package/dist/tokens/index.js.map +1 -1
  57. package/dist/tokens/install.js +21 -9
  58. package/dist/tokens/install.js.map +1 -1
  59. package/dist/tokens/palette.generated.js +1323 -1293
  60. package/dist/tokens/palette.generated.js.map +1 -1
  61. package/dist/tokens.json +45 -1
  62. package/package.json +12 -5
  63. package/testing/jest-preset.cjs +64 -0
  64. package/dist/components/accordion/accordion.d.ts +0 -14
  65. package/dist/components/alert-dialog/alert-dialog.d.ts +0 -36
  66. package/dist/components/avatar/avatar-group.d.ts +0 -7
  67. package/dist/components/avatar/avatar.d.ts +0 -17
  68. package/dist/components/badge/badge.d.ts +0 -41
  69. package/dist/components/breadcrumb/breadcrumb.d.ts +0 -37
  70. package/dist/components/button/button.d.ts +0 -18
  71. package/dist/components/button-group/button-group.d.ts +0 -30
  72. package/dist/components/callout/callout.d.ts +0 -23
  73. package/dist/components/card/card.d.ts +0 -9
  74. package/dist/components/checkbox/checkbox.d.ts +0 -4
  75. package/dist/components/collapsible-sidebar/collapsible-sidebar.d.ts +0 -33
  76. package/dist/components/command/command.d.ts +0 -85
  77. package/dist/components/data-table/data-table-body.d.ts +0 -21
  78. package/dist/components/data-table/data-table-column-header.d.ts +0 -13
  79. package/dist/components/data-table/data-table-column-visibility.d.ts +0 -21
  80. package/dist/components/data-table/data-table-content.d.ts +0 -13
  81. package/dist/components/data-table/data-table-context.d.ts +0 -66
  82. package/dist/components/data-table/data-table-error.d.ts +0 -21
  83. package/dist/components/data-table/data-table-header.d.ts +0 -14
  84. package/dist/components/data-table/data-table-loading.d.ts +0 -13
  85. package/dist/components/data-table/data-table-pagination.d.ts +0 -17
  86. package/dist/components/data-table/data-table-pinning-utils.d.ts +0 -17
  87. package/dist/components/data-table/data-table-row.d.ts +0 -14
  88. package/dist/components/data-table/data-table-toolbar.d.ts +0 -7
  89. package/dist/components/data-table/data-table.d.ts +0 -92
  90. package/dist/components/data-table/get-selected-row-data.d.ts +0 -18
  91. package/dist/components/data-table/hooks/index.d.ts +0 -2
  92. package/dist/components/data-table/hooks/use-data-table-content.d.ts +0 -1
  93. package/dist/components/data-table/hooks/use-data-table.d.ts +0 -2
  94. package/dist/components/date-range-picker/date-range-picker-utils.d.ts +0 -2
  95. package/dist/components/date-range-picker/date-range-picker.d.ts +0 -34
  96. package/dist/components/date-range-picker/range-calendar.d.ts +0 -15
  97. package/dist/components/date-time-picker/calendar.d.ts +0 -28
  98. package/dist/components/date-time-picker/date-time-picker-context.d.ts +0 -39
  99. package/dist/components/date-time-picker/date-time-picker-input.d.ts +0 -13
  100. package/dist/components/date-time-picker/date-time-picker-panel.d.ts +0 -15
  101. package/dist/components/date-time-picker/date-time-picker-popover.d.ts +0 -6
  102. package/dist/components/date-time-picker/date-time-picker-utils.d.ts +0 -37
  103. package/dist/components/date-time-picker/date-time-picker.d.ts +0 -47
  104. package/dist/components/date-time-picker/time-picker.d.ts +0 -12
  105. package/dist/components/dialog/dialog.d.ts +0 -27
  106. package/dist/components/drawer/drawer.d.ts +0 -27
  107. package/dist/components/dropdown-menu/dropdown-menu.d.ts +0 -41
  108. package/dist/components/field/field-combobox.d.ts +0 -90
  109. package/dist/components/field/field-select.d.ts +0 -4
  110. package/dist/components/field/field.d.ts +0 -76
  111. package/dist/components/label/label.d.ts +0 -21
  112. package/dist/components/list/list.d.ts +0 -46
  113. package/dist/components/option-card/option-card.d.ts +0 -39
  114. package/dist/components/pill/pill.d.ts +0 -27
  115. package/dist/components/popover/popover.d.ts +0 -14
  116. package/dist/components/radio/radio.d.ts +0 -6
  117. package/dist/components/scroll-overflow/scroll-overflow.d.ts +0 -38
  118. package/dist/components/segmented-control/segmented-control.d.ts +0 -11
  119. package/dist/components/select/select.d.ts +0 -26
  120. package/dist/components/separator/separator.d.ts +0 -30
  121. package/dist/components/skeleton/skeleton.d.ts +0 -24
  122. package/dist/components/spinner/spinner.d.ts +0 -25
  123. package/dist/components/switch/switch.d.ts +0 -17
  124. package/dist/components/table/table-pagination.d.ts +0 -45
  125. package/dist/components/table/table.d.ts +0 -50
  126. package/dist/components/tabs/tabs.d.ts +0 -18
  127. package/dist/components/text/text.d.ts +0 -22
  128. package/dist/components/toast/toast.d.ts +0 -10
  129. package/dist/components/toggle/toggle-group.d.ts +0 -10
  130. package/dist/components/toggle/toggle.d.ts +0 -10
  131. package/dist/components/tooltip/tooltip.d.ts +0 -15
  132. package/dist/lib/clear-button.d.ts +0 -5
  133. package/dist/lib/icons.d.ts +0 -3
  134. package/dist/lib/pagination.d.ts +0 -71
  135. package/dist/renderer/contract.d.ts +0 -12
  136. package/dist/renderer/index.d.ts +0 -10
  137. package/dist/styles/make-styles.d.ts +0 -37
  138. package/dist/tokens/core.generated.d.ts +0 -3
  139. package/dist/tokens/install.d.ts +0 -38
  140. package/dist/tokens/palette.generated.d.ts +0 -3
@@ -1,1213 +1,1227 @@
1
- const e = "f5ce190", r = "6eb1151", a = `:root,
1
+ const r = "126f7d5", a = "0ff51f6", o = `:root,
2
2
  .light,
3
3
  [data-theme="light"] {
4
- --volt2-f5ce190-accent-1: #fcfdfe;
5
- --volt2-f5ce190-accent-10: #004fa3;
6
- --volt2-f5ce190-accent-11: #0f65bc;
7
- --volt2-f5ce190-accent-12: #113157;
8
- --volt2-f5ce190-accent-2: #f6fafe;
9
- --volt2-f5ce190-accent-3: #ebf3fd;
10
- --volt2-f5ce190-accent-4: #dcebfe;
11
- --volt2-f5ce190-accent-5: #cbe1fe;
12
- --volt2-f5ce190-accent-6: #b6d5fc;
13
- --volt2-f5ce190-accent-7: #9dc3f2;
14
- --volt2-f5ce190-accent-8: #7aabe7;
15
- --volt2-f5ce190-accent-9: #005eb4;
16
- --volt2-f5ce190-accent-a1: #0055aa03;
17
- --volt2-f5ce190-accent-a10: #004fa3;
18
- --volt2-f5ce190-accent-a11: #005bb8f0;
19
- --volt2-f5ce190-accent-a12: #00224bee;
20
- --volt2-f5ce190-accent-a2: #0072e309;
21
- --volt2-f5ce190-accent-a3: #0066e614;
22
- --volt2-f5ce190-accent-a4: #006ef823;
23
- --volt2-f5ce190-accent-a5: #006cfb34;
24
- --volt2-f5ce190-accent-a6: #006df549;
25
- --volt2-f5ce190-accent-a7: #0063de62;
26
- --volt2-f5ce190-accent-a8: #005ed185;
27
- --volt2-f5ce190-accent-a9: #005eb4;
28
- --volt2-f5ce190-accent-contrast: #ffffff;
29
- --volt2-f5ce190-accent-indicator: #005eb4;
30
- --volt2-f5ce190-accent-surface: #f4f9fecc;
31
- --volt2-f5ce190-accent-track: #005eb4;
32
- --volt2-f5ce190-black-a22: #00000038;
33
- --volt2-f5ce190-black-a32: #00000052;
34
- --volt2-f5ce190-black-a38: #00000061;
35
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
36
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
37
- --volt2-f5ce190-blur-p-glass-field: 12px;
38
- --volt2-f5ce190-blur-p-glass-object: 26px;
39
- --volt2-f5ce190-blur-p-none: 0px;
40
- --volt2-f5ce190-body: #ffffff;
41
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
42
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-transparent);
43
- --volt2-f5ce190-border-hairline: 1px;
44
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
45
- --volt2-f5ce190-border-none: 0px;
46
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-transparent);
47
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
48
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-none);
49
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-none);
50
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
51
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-none);
52
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
53
- --volt2-f5ce190-container-2xl: 42rem;
54
- --volt2-f5ce190-container-3xl: 48rem;
55
- --volt2-f5ce190-container-4xl: 56rem;
56
- --volt2-f5ce190-container-5xl: 64rem;
57
- --volt2-f5ce190-container-lg: 32rem;
58
- --volt2-f5ce190-container-md: 28rem;
59
- --volt2-f5ce190-container-sm: 24rem;
60
- --volt2-f5ce190-container-xl: 36rem;
61
- --volt2-f5ce190-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
62
- --volt2-f5ce190-error-1: #fffcfc;
63
- --volt2-f5ce190-error-10: #bf0001;
64
- --volt2-f5ce190-error-11: #d4201e;
65
- --volt2-f5ce190-error-12: #661713;
66
- --volt2-f5ce190-error-2: #fff7f6;
67
- --volt2-f5ce190-error-3: #ffebe8;
68
- --volt2-f5ce190-error-4: #ffdbd5;
69
- --volt2-f5ce190-error-5: #ffcdc4;
70
- --volt2-f5ce190-error-6: #ffbcb3;
71
- --volt2-f5ce190-error-7: #f8a89d;
72
- --volt2-f5ce190-error-8: #ef8d80;
73
- --volt2-f5ce190-error-9: #d01919;
74
- --volt2-f5ce190-error-a1: #ff000003;
75
- --volt2-f5ce190-error-a10: #bf0001;
76
- --volt2-f5ce190-error-a11: #ce0200e1;
77
- --volt2-f5ce190-error-a12: #5a0400ec;
78
- --volt2-f5ce190-error-a2: #ff1d0009;
79
- --volt2-f5ce190-error-a3: #ff220017;
80
- --volt2-f5ce190-error-a4: #ff25002a;
81
- --volt2-f5ce190-error-a5: #ff27013b;
82
- --volt2-f5ce190-error-a6: #ff1f004c;
83
- --volt2-f5ce190-error-a7: #ed1d0062;
84
- --volt2-f5ce190-error-a8: #df1b007f;
85
- --volt2-f5ce190-error-a9: #cb0000e6;
86
- --volt2-f5ce190-error-contrast: #ffffff;
87
- --volt2-f5ce190-error-indicator: #d01919;
88
- --volt2-f5ce190-error-surface: #fff5f4cc;
89
- --volt2-f5ce190-error-track: #d01919;
90
- --volt2-f5ce190-font-weight-bold: 700;
91
- --volt2-f5ce190-font-weight-medium: 500;
92
- --volt2-f5ce190-font-weight-normal: 400;
93
- --volt2-f5ce190-font-weight-semibold: 600;
94
- --volt2-f5ce190-fx-border-header-plain: #c1c7d0;
95
- --volt2-f5ce190-fx-border-plain-object: #d5e1ed;
96
- --volt2-f5ce190-fx-card-bloom-blue: #78aaeb06;
97
- --volt2-f5ce190-fx-card-bloom-violet: #968ce608;
98
- --volt2-f5ce190-fx-card-wash-2: #e8e8ec;
99
- --volt2-f5ce190-fx-glass-bloom-blue: #78aaeb0f;
100
- --volt2-f5ce190-fx-glass-bloom-blue-dark: #4678c824;
101
- --volt2-f5ce190-fx-glass-bloom-violet: #968ce612;
102
- --volt2-f5ce190-fx-glass-bloom-violet-dark: #786ed229;
103
- --volt2-f5ce190-fx-glass-object-dark: #2628368c;
104
- --volt2-f5ce190-fx-glass-wash-1: #e9f0fb;
105
- --volt2-f5ce190-fx-glass-wash-2: #eef0fb;
106
- --volt2-f5ce190-fx-glass-wash-3: #f1ecf7;
107
- --volt2-f5ce190-fx-glass-wash-dark-1: #14151c;
108
- --volt2-f5ce190-fx-glass-wash-dark-2: #171820;
109
- --volt2-f5ce190-fx-glass-wash-dark-3: #1b1826;
110
- --volt2-f5ce190-fx-hover-plain-row: #eceffe;
111
- --volt2-f5ce190-fx-sep-plain: #e0e2ec;
112
- --volt2-f5ce190-fx-shade-cool-a12: #46508c1f;
113
- --volt2-f5ce190-fx-shade-cool-a7: #46508c12;
114
- --volt2-f5ce190-fx-shade-cool-a8: #46508c14;
115
- --volt2-f5ce190-fx-shade-deep-a10: #28325a1a;
116
- --volt2-f5ce190-fx-shade-deep-a6: #28325a0f;
117
- --volt2-f5ce190-fx-shade-deep-a7: #28325a12;
118
- --volt2-f5ce190-fx-shade-navy-a16: #152b4229;
119
- --volt2-f5ce190-fx-shade-overlay-a22: #152b4238;
120
- --volt2-f5ce190-fx-tint-wash-1: #eef2fb;
121
- --volt2-f5ce190-fx-tint-wash-2: #f2eef9;
122
- --volt2-f5ce190-fx-wash-bordered-dark: #101118;
123
- --volt2-f5ce190-fx-wash-bordered-light: #e4e6ea;
124
- --volt2-f5ce190-fx-wash-plain: #f5f6ff;
125
- --volt2-f5ce190-gradient-bordered-wash: linear-gradient(#e4e6ea, #e4e6ea);
126
- --volt2-f5ce190-gradient-bordered-wash-dark: linear-gradient(#101118, #101118);
127
- --volt2-f5ce190-gradient-card-wash: radial-gradient(1200px 820px at 88% 12%, #968ce608, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb06, transparent 58%), linear-gradient(113deg, #fdfcfd 21.97%, #e8e8ec 76.16%);
128
- --volt2-f5ce190-gradient-glass-wash: radial-gradient(1200px 820px at 88% 12%, #968ce612, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb0f, transparent 58%), linear-gradient(135deg, #e9f0fb 0%, #eef0fb 46%, #f1ecf7 100%);
129
- --volt2-f5ce190-gradient-glass-wash-dark: radial-gradient(1300px 860px at 86% 10%, #786ed229, transparent 60%), radial-gradient(1000px 720px at 3% 98%, #4678c824, transparent 58%), linear-gradient(135deg, #14151c 0%, #171820 50%, #1b1826 100%);
130
- --volt2-f5ce190-gradient-plain-wash: linear-gradient(#f5f6ff, #f5f6ff);
131
- --volt2-f5ce190-gradient-tint-wash: linear-gradient(135deg, #eef2fb 0%, #f2eef9 100%);
132
- --volt2-f5ce190-gray-1: #fdfcfd;
133
- --volt2-f5ce190-gray-10: #84828e;
134
- --volt2-f5ce190-gray-11: #65636d;
135
- --volt2-f5ce190-gray-12: #211f26;
136
- --volt2-f5ce190-gray-2: #faf9fb;
137
- --volt2-f5ce190-gray-3: #f2eff3;
138
- --volt2-f5ce190-gray-4: #eae7ec;
139
- --volt2-f5ce190-gray-5: #e3dfe6;
140
- --volt2-f5ce190-gray-6: #dbd8e0;
141
- --volt2-f5ce190-gray-7: #d0cdd7;
142
- --volt2-f5ce190-gray-8: #bcbac7;
143
- --volt2-f5ce190-gray-9: #8e8c99;
144
- --volt2-f5ce190-gray-a1: #55005503;
145
- --volt2-f5ce190-gray-a10: #0500197d;
146
- --volt2-f5ce190-gray-a11: #0400119c;
147
- --volt2-f5ce190-gray-a12: #020008e0;
148
- --volt2-f5ce190-gray-a2: #2b005506;
149
- --volt2-f5ce190-gray-a3: #30004010;
150
- --volt2-f5ce190-gray-a4: #20003618;
151
- --volt2-f5ce190-gray-a5: #20003820;
152
- --volt2-f5ce190-gray-a6: #14003527;
153
- --volt2-f5ce190-gray-a7: #10003332;
154
- --volt2-f5ce190-gray-a8: #08003145;
155
- --volt2-f5ce190-gray-a9: #05001d73;
156
- --volt2-f5ce190-gray-contrast: #ffffff;
157
- --volt2-f5ce190-gray-indicator: #8e8c99;
158
- --volt2-f5ce190-gray-surface: #ffffffcc;
159
- --volt2-f5ce190-gray-track: #8e8c99;
160
- --volt2-f5ce190-info-1: #fbfdff;
161
- --volt2-f5ce190-info-10: #0588f0;
162
- --volt2-f5ce190-info-11: #0d74ce;
163
- --volt2-f5ce190-info-12: #113264;
164
- --volt2-f5ce190-info-2: #f4faff;
165
- --volt2-f5ce190-info-3: #e6f4fe;
166
- --volt2-f5ce190-info-4: #d5efff;
167
- --volt2-f5ce190-info-5: #c2e5ff;
168
- --volt2-f5ce190-info-6: #acd8fc;
169
- --volt2-f5ce190-info-7: #8ec8f6;
170
- --volt2-f5ce190-info-8: #5eb1ef;
171
- --volt2-f5ce190-info-9: #0090ff;
172
- --volt2-f5ce190-info-a1: #0080ff04;
173
- --volt2-f5ce190-info-a10: #0086f0fa;
174
- --volt2-f5ce190-info-a11: #006dcbf2;
175
- --volt2-f5ce190-info-a12: #002359ee;
176
- --volt2-f5ce190-info-a2: #008cff0b;
177
- --volt2-f5ce190-info-a3: #008ff519;
178
- --volt2-f5ce190-info-a4: #009eff2a;
179
- --volt2-f5ce190-info-a5: #0093ff3d;
180
- --volt2-f5ce190-info-a6: #0088f653;
181
- --volt2-f5ce190-info-a7: #0083eb71;
182
- --volt2-f5ce190-info-a8: #0084e6a1;
183
- --volt2-f5ce190-info-a9: #0090ff;
184
- --volt2-f5ce190-info-contrast: #ffffff;
185
- --volt2-f5ce190-info-indicator: #0090ff;
186
- --volt2-f5ce190-info-surface: #f1f9ffcc;
187
- --volt2-f5ce190-info-track: #0090ff;
188
- --volt2-f5ce190-leading-2xl: 2rem;
189
- --volt2-f5ce190-leading-3xl: 2.25rem;
190
- --volt2-f5ce190-leading-base: 1.5rem;
191
- --volt2-f5ce190-leading-lg: 1.75rem;
192
- --volt2-f5ce190-leading-sm: 1.25rem;
193
- --volt2-f5ce190-leading-xl: 1.75rem;
194
- --volt2-f5ce190-leading-xs: 1rem;
195
- --volt2-f5ce190-level-1: var(--volt2-f5ce190-gray-1);
196
- --volt2-f5ce190-motion-base: 180ms;
197
- --volt2-f5ce190-motion-fast: 120ms;
198
- --volt2-f5ce190-motion-slow: 240ms;
199
- --volt2-f5ce190-radius-2xl: 1rem;
200
- --volt2-f5ce190-radius-3xl: 1.375rem;
201
- --volt2-f5ce190-radius-full: 9999px;
202
- --volt2-f5ce190-radius-lg: 0.5rem;
203
- --volt2-f5ce190-radius-md: 0.375rem;
204
- --volt2-f5ce190-radius-sm: 0.25rem;
205
- --volt2-f5ce190-radius-xl: 0.75rem;
206
- --volt2-f5ce190-sem-accent-contrast: var(--volt2-f5ce190-accent-contrast);
207
- --volt2-f5ce190-sem-accent-default: var(--volt2-f5ce190-accent-a12);
208
- --volt2-f5ce190-sem-accent-disabled: var(--volt2-f5ce190-accent-a8);
209
- --volt2-f5ce190-sem-accent-high-contrast: var(--volt2-f5ce190-accent-a12);
210
- --volt2-f5ce190-sem-accent-light: var(--volt2-f5ce190-accent-a11);
211
- --volt2-f5ce190-sem-accent-on-high-contrast: var(--volt2-f5ce190-accent-1);
212
- --volt2-f5ce190-sem-accent-on-solid: var(--volt2-f5ce190-accent-contrast);
213
- --volt2-f5ce190-sem-accent-soft: var(--volt2-f5ce190-accent-a3);
214
- --volt2-f5ce190-sem-accent-soft-hover: var(--volt2-f5ce190-accent-a4);
215
- --volt2-f5ce190-sem-accent-solid: var(--volt2-f5ce190-accent-a9);
216
- --volt2-f5ce190-sem-accent-solid-hover: var(--volt2-f5ce190-accent-a10);
217
- --volt2-f5ce190-sem-accent-surface: var(--volt2-f5ce190-accent-surface);
218
- --volt2-f5ce190-sem-accent-surface-hover: var(--volt2-f5ce190-accent-a3);
219
- --volt2-f5ce190-sem-accent-ui: var(--volt2-f5ce190-accent-a7);
220
- --volt2-f5ce190-sem-accent-ui-hover: var(--volt2-f5ce190-accent-a8);
221
- --volt2-f5ce190-sem-body: var(--volt2-f5ce190-body);
222
- --volt2-f5ce190-sem-error-contrast: var(--volt2-f5ce190-error-contrast);
223
- --volt2-f5ce190-sem-error-default: var(--volt2-f5ce190-error-a12);
224
- --volt2-f5ce190-sem-error-disabled: var(--volt2-f5ce190-error-a8);
225
- --volt2-f5ce190-sem-error-high-contrast: var(--volt2-f5ce190-error-a12);
226
- --volt2-f5ce190-sem-error-light: var(--volt2-f5ce190-error-a11);
227
- --volt2-f5ce190-sem-error-on-high-contrast: var(--volt2-f5ce190-error-1);
228
- --volt2-f5ce190-sem-error-on-solid: var(--volt2-f5ce190-error-contrast);
229
- --volt2-f5ce190-sem-error-soft: var(--volt2-f5ce190-error-a3);
230
- --volt2-f5ce190-sem-error-soft-hover: var(--volt2-f5ce190-error-a4);
231
- --volt2-f5ce190-sem-error-solid: var(--volt2-f5ce190-error-a9);
232
- --volt2-f5ce190-sem-error-solid-hover: var(--volt2-f5ce190-error-a10);
233
- --volt2-f5ce190-sem-error-surface: var(--volt2-f5ce190-error-surface);
234
- --volt2-f5ce190-sem-error-surface-hover: var(--volt2-f5ce190-error-a3);
235
- --volt2-f5ce190-sem-error-ui: var(--volt2-f5ce190-error-a7);
236
- --volt2-f5ce190-sem-error-ui-hover: var(--volt2-f5ce190-error-a8);
237
- --volt2-f5ce190-sem-gray-contrast: var(--volt2-f5ce190-gray-contrast);
238
- --volt2-f5ce190-sem-gray-default: var(--volt2-f5ce190-gray-a12);
239
- --volt2-f5ce190-sem-gray-disabled: var(--volt2-f5ce190-gray-a8);
240
- --volt2-f5ce190-sem-gray-high-contrast: var(--volt2-f5ce190-gray-a12);
241
- --volt2-f5ce190-sem-gray-light: var(--volt2-f5ce190-gray-a11);
242
- --volt2-f5ce190-sem-gray-on-high-contrast: var(--volt2-f5ce190-gray-1);
243
- --volt2-f5ce190-sem-gray-on-solid: var(--volt2-f5ce190-gray-contrast);
244
- --volt2-f5ce190-sem-gray-soft: var(--volt2-f5ce190-gray-a3);
245
- --volt2-f5ce190-sem-gray-soft-hover: var(--volt2-f5ce190-gray-a4);
246
- --volt2-f5ce190-sem-gray-solid: var(--volt2-f5ce190-gray-a9);
247
- --volt2-f5ce190-sem-gray-solid-hover: var(--volt2-f5ce190-gray-a10);
248
- --volt2-f5ce190-sem-gray-surface: var(--volt2-f5ce190-gray-surface);
249
- --volt2-f5ce190-sem-gray-surface-hover: var(--volt2-f5ce190-gray-a3);
250
- --volt2-f5ce190-sem-gray-ui: var(--volt2-f5ce190-gray-a7);
251
- --volt2-f5ce190-sem-gray-ui-hover: var(--volt2-f5ce190-gray-a8);
252
- --volt2-f5ce190-sem-info-contrast: var(--volt2-f5ce190-info-contrast);
253
- --volt2-f5ce190-sem-info-default: var(--volt2-f5ce190-info-a12);
254
- --volt2-f5ce190-sem-info-disabled: var(--volt2-f5ce190-info-a8);
255
- --volt2-f5ce190-sem-info-high-contrast: var(--volt2-f5ce190-info-a12);
256
- --volt2-f5ce190-sem-info-light: var(--volt2-f5ce190-info-a11);
257
- --volt2-f5ce190-sem-info-on-high-contrast: var(--volt2-f5ce190-info-1);
258
- --volt2-f5ce190-sem-info-on-solid: var(--volt2-f5ce190-info-contrast);
259
- --volt2-f5ce190-sem-info-soft: var(--volt2-f5ce190-info-a3);
260
- --volt2-f5ce190-sem-info-soft-hover: var(--volt2-f5ce190-info-a4);
261
- --volt2-f5ce190-sem-info-solid: var(--volt2-f5ce190-info-a9);
262
- --volt2-f5ce190-sem-info-solid-hover: var(--volt2-f5ce190-info-a10);
263
- --volt2-f5ce190-sem-info-surface: var(--volt2-f5ce190-info-surface);
264
- --volt2-f5ce190-sem-info-surface-hover: var(--volt2-f5ce190-info-a3);
265
- --volt2-f5ce190-sem-info-ui: var(--volt2-f5ce190-info-a7);
266
- --volt2-f5ce190-sem-info-ui-hover: var(--volt2-f5ce190-info-a8);
267
- --volt2-f5ce190-sem-level-1: var(--volt2-f5ce190-gray-1);
268
- --volt2-f5ce190-sem-level-2: var(--volt2-f5ce190-gray-2);
269
- --volt2-f5ce190-sem-level-3: var(--volt2-f5ce190-gray-3);
270
- --volt2-f5ce190-sem-success-contrast: var(--volt2-f5ce190-success-contrast);
271
- --volt2-f5ce190-sem-success-default: var(--volt2-f5ce190-success-a12);
272
- --volt2-f5ce190-sem-success-disabled: var(--volt2-f5ce190-success-a8);
273
- --volt2-f5ce190-sem-success-high-contrast: var(--volt2-f5ce190-success-a12);
274
- --volt2-f5ce190-sem-success-light: var(--volt2-f5ce190-success-a11);
275
- --volt2-f5ce190-sem-success-on-high-contrast: var(--volt2-f5ce190-success-1);
276
- --volt2-f5ce190-sem-success-on-solid: var(--volt2-f5ce190-success-contrast);
277
- --volt2-f5ce190-sem-success-soft: var(--volt2-f5ce190-success-a3);
278
- --volt2-f5ce190-sem-success-soft-hover: var(--volt2-f5ce190-success-a4);
279
- --volt2-f5ce190-sem-success-solid: var(--volt2-f5ce190-success-a9);
280
- --volt2-f5ce190-sem-success-solid-hover: var(--volt2-f5ce190-success-a10);
281
- --volt2-f5ce190-sem-success-surface: var(--volt2-f5ce190-success-surface);
282
- --volt2-f5ce190-sem-success-surface-hover: var(--volt2-f5ce190-success-a3);
283
- --volt2-f5ce190-sem-success-ui: var(--volt2-f5ce190-success-a7);
284
- --volt2-f5ce190-sem-success-ui-hover: var(--volt2-f5ce190-success-a8);
285
- --volt2-f5ce190-sem-warning-contrast: var(--volt2-f5ce190-warning-contrast);
286
- --volt2-f5ce190-sem-warning-default: var(--volt2-f5ce190-warning-a12);
287
- --volt2-f5ce190-sem-warning-disabled: var(--volt2-f5ce190-warning-a8);
288
- --volt2-f5ce190-sem-warning-high-contrast: var(--volt2-f5ce190-warning-a12);
289
- --volt2-f5ce190-sem-warning-light: var(--volt2-f5ce190-warning-a11);
290
- --volt2-f5ce190-sem-warning-on-high-contrast: var(--volt2-f5ce190-warning-1);
291
- --volt2-f5ce190-sem-warning-on-solid: var(--volt2-f5ce190-warning-contrast);
292
- --volt2-f5ce190-sem-warning-soft: var(--volt2-f5ce190-warning-a3);
293
- --volt2-f5ce190-sem-warning-soft-hover: var(--volt2-f5ce190-warning-a4);
294
- --volt2-f5ce190-sem-warning-solid: var(--volt2-f5ce190-warning-a9);
295
- --volt2-f5ce190-sem-warning-solid-hover: var(--volt2-f5ce190-warning-a10);
296
- --volt2-f5ce190-sem-warning-surface: var(--volt2-f5ce190-warning-surface);
297
- --volt2-f5ce190-sem-warning-surface-hover: var(--volt2-f5ce190-warning-a3);
298
- --volt2-f5ce190-sem-warning-ui: var(--volt2-f5ce190-warning-a7);
299
- --volt2-f5ce190-sem-warning-ui-hover: var(--volt2-f5ce190-warning-a8);
300
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-plain-container);
301
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
302
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
303
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
304
- --volt2-f5ce190-shadow-p-bordered-overlay: 0 14px 38px #152b4238;
305
- --volt2-f5ce190-shadow-p-card-container: 0 1px 2px #28325a0f, 0 5px 16px #28325a12;
306
- --volt2-f5ce190-shadow-p-glass-container: inset 0 1px 3px #28325a1a, inset 2px 0 4px -1px #28325a12, inset -1px -1px 0 #ffffff80;
307
- --volt2-f5ce190-shadow-p-glass-container-dark: inset 0 1px 3px #00000052, inset 2px 0 4px -1px #00000038, inset -1px -1px 0 #ffffff0d;
308
- --volt2-f5ce190-shadow-p-glass-field: 0 1px 5px #46508c12;
309
- --volt2-f5ce190-shadow-p-glass-object: 0 8px 24px #46508c14;
310
- --volt2-f5ce190-shadow-p-glass-object-dark: 0 8px 24px #00000061;
311
- --volt2-f5ce190-shadow-p-none: none;
312
- --volt2-f5ce190-shadow-p-plain-container: 0 1px 4px #152b4229;
313
- --volt2-f5ce190-spacing-element-1: 0.25rem;
314
- --volt2-f5ce190-spacing-element-2: 0.5rem;
315
- --volt2-f5ce190-spacing-element-3: 0.75rem;
316
- --volt2-f5ce190-spacing-group-1: 0.5rem;
317
- --volt2-f5ce190-spacing-group-2: 1rem;
318
- --volt2-f5ce190-spacing-layout-1: 1.5rem;
319
- --volt2-f5ce190-spacing-layout-2: 2rem;
320
- --volt2-f5ce190-spacing-none: 0px;
321
- --volt2-f5ce190-success-1: #fbfefc;
322
- --volt2-f5ce190-success-10: #2b9a66;
323
- --volt2-f5ce190-success-11: #218358;
324
- --volt2-f5ce190-success-12: #193b2d;
325
- --volt2-f5ce190-success-2: #f4fbf6;
326
- --volt2-f5ce190-success-3: #e6f6eb;
327
- --volt2-f5ce190-success-4: #d6f1df;
328
- --volt2-f5ce190-success-5: #c4e8d1;
329
- --volt2-f5ce190-success-6: #adddc0;
330
- --volt2-f5ce190-success-7: #8eceaa;
331
- --volt2-f5ce190-success-8: #5bb98b;
332
- --volt2-f5ce190-success-9: #30a46c;
333
- --volt2-f5ce190-success-a1: #00c04004;
334
- --volt2-f5ce190-success-a10: #008647d4;
335
- --volt2-f5ce190-success-a11: #00713fde;
336
- --volt2-f5ce190-success-a12: #002616e6;
337
- --volt2-f5ce190-success-a2: #00a32f0b;
338
- --volt2-f5ce190-success-a3: #00a43319;
339
- --volt2-f5ce190-success-a4: #00a83829;
340
- --volt2-f5ce190-success-a5: #019c393b;
341
- --volt2-f5ce190-success-a6: #00963c52;
342
- --volt2-f5ce190-success-a7: #00914071;
343
- --volt2-f5ce190-success-a8: #00924ba4;
344
- --volt2-f5ce190-success-a9: #008f4acf;
345
- --volt2-f5ce190-success-contrast: #ffffff;
346
- --volt2-f5ce190-success-indicator: #30a46c;
347
- --volt2-f5ce190-success-surface: #f1faf4cc;
348
- --volt2-f5ce190-success-track: #30a46c;
349
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white);
350
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-accent-a3);
351
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-group-2);
352
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
353
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
354
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-transparent);
355
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
356
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-lg);
357
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
358
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-2xl);
359
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
360
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
361
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-fx-sep-plain);
362
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-plain-wash);
363
- --volt2-f5ce190-text-2xl: 1.5rem;
364
- --volt2-f5ce190-text-3xl: 1.875rem;
365
- --volt2-f5ce190-text-base: 1rem;
366
- --volt2-f5ce190-text-lg: 1.125rem;
367
- --volt2-f5ce190-text-sm: 0.875rem;
368
- --volt2-f5ce190-text-xl: 1.25rem;
369
- --volt2-f5ce190-text-xs: 0.75rem;
370
- --volt2-f5ce190-tracking-normal: 0em;
371
- --volt2-f5ce190-tracking-tight: -0.025em;
372
- --volt2-f5ce190-tracking-tighter: -0.05em;
373
- --volt2-f5ce190-transparent: #00000000;
374
- --volt2-f5ce190-warning-1: #fefcfb;
375
- --volt2-f5ce190-warning-10: #ef5f00;
376
- --volt2-f5ce190-warning-11: #cc4e00;
377
- --volt2-f5ce190-warning-12: #582d1d;
378
- --volt2-f5ce190-warning-2: #fff7ed;
379
- --volt2-f5ce190-warning-3: #ffefd6;
380
- --volt2-f5ce190-warning-4: #ffdfb5;
381
- --volt2-f5ce190-warning-5: #ffd19a;
382
- --volt2-f5ce190-warning-6: #ffc182;
383
- --volt2-f5ce190-warning-7: #f5ae73;
384
- --volt2-f5ce190-warning-8: #ec9455;
385
- --volt2-f5ce190-warning-9: #f76b15;
386
- --volt2-f5ce190-warning-a1: #c0400004;
387
- --volt2-f5ce190-warning-a10: #ef5f00;
388
- --volt2-f5ce190-warning-a11: #cc4e00;
389
- --volt2-f5ce190-warning-a12: #431200e2;
390
- --volt2-f5ce190-warning-a2: #ff8e0012;
391
- --volt2-f5ce190-warning-a3: #ff9c0029;
392
- --volt2-f5ce190-warning-a4: #ff91014a;
393
- --volt2-f5ce190-warning-a5: #ff8b0065;
394
- --volt2-f5ce190-warning-a6: #ff81007d;
395
- --volt2-f5ce190-warning-a7: #ed6c008c;
396
- --volt2-f5ce190-warning-a8: #e35f00aa;
397
- --volt2-f5ce190-warning-a9: #f65e00ea;
398
- --volt2-f5ce190-warning-contrast: #ffffff;
399
- --volt2-f5ce190-warning-indicator: #f76b15;
400
- --volt2-f5ce190-warning-surface: #fff5e9cc;
401
- --volt2-f5ce190-warning-track: #f76b15;
402
- --volt2-f5ce190-white: #ffffff;
403
- --volt2-f5ce190-white-a12: #ffffff1f;
404
- --volt2-f5ce190-white-a26: #ffffff42;
405
- --volt2-f5ce190-white-a5: #ffffff0d;
406
- --volt2-f5ce190-white-a50: #ffffff80;
407
- --volt2-f5ce190-white-a60: #ffffff99;
408
- --volt2-f5ce190-white-a80: #ffffffcc;
409
- --volt2-f5ce190-white-a9: #ffffff17;
4
+ --volt2-126f7d5-accent-1: #fcfdfe;
5
+ --volt2-126f7d5-accent-10: #004fa3;
6
+ --volt2-126f7d5-accent-11: #0f65bc;
7
+ --volt2-126f7d5-accent-12: #113157;
8
+ --volt2-126f7d5-accent-2: #f6fafe;
9
+ --volt2-126f7d5-accent-3: #ebf3fd;
10
+ --volt2-126f7d5-accent-4: #dcebfe;
11
+ --volt2-126f7d5-accent-5: #cbe1fe;
12
+ --volt2-126f7d5-accent-6: #b6d5fc;
13
+ --volt2-126f7d5-accent-7: #9dc3f2;
14
+ --volt2-126f7d5-accent-8: #7aabe7;
15
+ --volt2-126f7d5-accent-9: #005eb4;
16
+ --volt2-126f7d5-accent-a1: #0055aa03;
17
+ --volt2-126f7d5-accent-a10: #004fa3;
18
+ --volt2-126f7d5-accent-a11: #005bb8f0;
19
+ --volt2-126f7d5-accent-a12: #00224bee;
20
+ --volt2-126f7d5-accent-a2: #0072e309;
21
+ --volt2-126f7d5-accent-a3: #0066e614;
22
+ --volt2-126f7d5-accent-a4: #006ef823;
23
+ --volt2-126f7d5-accent-a5: #006cfb34;
24
+ --volt2-126f7d5-accent-a6: #006df549;
25
+ --volt2-126f7d5-accent-a7: #0063de62;
26
+ --volt2-126f7d5-accent-a8: #005ed185;
27
+ --volt2-126f7d5-accent-a9: #005eb4;
28
+ --volt2-126f7d5-accent-contrast: #ffffff;
29
+ --volt2-126f7d5-accent-indicator: #005eb4;
30
+ --volt2-126f7d5-accent-surface: #f4f9fecc;
31
+ --volt2-126f7d5-accent-track: #005eb4;
32
+ --volt2-126f7d5-black-a22: #00000038;
33
+ --volt2-126f7d5-black-a32: #00000052;
34
+ --volt2-126f7d5-black-a38: #00000061;
35
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
36
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
37
+ --volt2-126f7d5-blur-p-glass-field: 12px;
38
+ --volt2-126f7d5-blur-p-glass-object: 26px;
39
+ --volt2-126f7d5-blur-p-none: 0px;
40
+ --volt2-126f7d5-body: #ffffff;
41
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
42
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-transparent);
43
+ --volt2-126f7d5-border-hairline: 1px;
44
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
45
+ --volt2-126f7d5-border-none: 0px;
46
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-transparent);
47
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
48
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-none);
49
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-none);
50
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
51
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-none);
52
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
53
+ --volt2-126f7d5-container-2xl: 42rem;
54
+ --volt2-126f7d5-container-3xl: 48rem;
55
+ --volt2-126f7d5-container-4xl: 56rem;
56
+ --volt2-126f7d5-container-5xl: 64rem;
57
+ --volt2-126f7d5-container-lg: 32rem;
58
+ --volt2-126f7d5-container-md: 28rem;
59
+ --volt2-126f7d5-container-sm: 24rem;
60
+ --volt2-126f7d5-container-xl: 36rem;
61
+ --volt2-126f7d5-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
62
+ --volt2-126f7d5-error-1: #fffcfc;
63
+ --volt2-126f7d5-error-10: #bf0001;
64
+ --volt2-126f7d5-error-11: #d4201e;
65
+ --volt2-126f7d5-error-12: #661713;
66
+ --volt2-126f7d5-error-2: #fff7f6;
67
+ --volt2-126f7d5-error-3: #ffebe8;
68
+ --volt2-126f7d5-error-4: #ffdbd5;
69
+ --volt2-126f7d5-error-5: #ffcdc4;
70
+ --volt2-126f7d5-error-6: #ffbcb3;
71
+ --volt2-126f7d5-error-7: #f8a89d;
72
+ --volt2-126f7d5-error-8: #ef8d80;
73
+ --volt2-126f7d5-error-9: #d01919;
74
+ --volt2-126f7d5-error-a1: #ff000003;
75
+ --volt2-126f7d5-error-a10: #bf0001;
76
+ --volt2-126f7d5-error-a11: #ce0200e1;
77
+ --volt2-126f7d5-error-a12: #5a0400ec;
78
+ --volt2-126f7d5-error-a2: #ff1d0009;
79
+ --volt2-126f7d5-error-a3: #ff220017;
80
+ --volt2-126f7d5-error-a4: #ff25002a;
81
+ --volt2-126f7d5-error-a5: #ff27013b;
82
+ --volt2-126f7d5-error-a6: #ff1f004c;
83
+ --volt2-126f7d5-error-a7: #ed1d0062;
84
+ --volt2-126f7d5-error-a8: #df1b007f;
85
+ --volt2-126f7d5-error-a9: #cb0000e6;
86
+ --volt2-126f7d5-error-contrast: #ffffff;
87
+ --volt2-126f7d5-error-indicator: #d01919;
88
+ --volt2-126f7d5-error-surface: #fff5f4cc;
89
+ --volt2-126f7d5-error-track: #d01919;
90
+ --volt2-126f7d5-font-weight-bold: 700;
91
+ --volt2-126f7d5-font-weight-medium: 500;
92
+ --volt2-126f7d5-font-weight-normal: 400;
93
+ --volt2-126f7d5-font-weight-semibold: 600;
94
+ --volt2-126f7d5-fx-border-header-plain: #c1c7d0;
95
+ --volt2-126f7d5-fx-border-plain-object: #d5e1ed;
96
+ --volt2-126f7d5-fx-card-bloom-blue: #78aaeb06;
97
+ --volt2-126f7d5-fx-card-bloom-violet: #968ce608;
98
+ --volt2-126f7d5-fx-card-wash-2: #e8e8ec;
99
+ --volt2-126f7d5-fx-glass-bloom-blue: #78aaeb0f;
100
+ --volt2-126f7d5-fx-glass-bloom-blue-dark: #4678c824;
101
+ --volt2-126f7d5-fx-glass-bloom-violet: #968ce612;
102
+ --volt2-126f7d5-fx-glass-bloom-violet-dark: #786ed229;
103
+ --volt2-126f7d5-fx-glass-object-dark: #2628368c;
104
+ --volt2-126f7d5-fx-glass-wash-1: #e9f0fb;
105
+ --volt2-126f7d5-fx-glass-wash-2: #eef0fb;
106
+ --volt2-126f7d5-fx-glass-wash-3: #f1ecf7;
107
+ --volt2-126f7d5-fx-glass-wash-dark-1: #14151c;
108
+ --volt2-126f7d5-fx-glass-wash-dark-2: #171820;
109
+ --volt2-126f7d5-fx-glass-wash-dark-3: #1b1826;
110
+ --volt2-126f7d5-fx-hover-plain-row: #eceffe;
111
+ --volt2-126f7d5-fx-sep-plain: #e0e2ec;
112
+ --volt2-126f7d5-fx-shade-cool-a12: #46508c1f;
113
+ --volt2-126f7d5-fx-shade-cool-a7: #46508c12;
114
+ --volt2-126f7d5-fx-shade-cool-a8: #46508c14;
115
+ --volt2-126f7d5-fx-shade-deep-a10: #28325a1a;
116
+ --volt2-126f7d5-fx-shade-deep-a6: #28325a0f;
117
+ --volt2-126f7d5-fx-shade-deep-a7: #28325a12;
118
+ --volt2-126f7d5-fx-shade-navy-a16: #152b4229;
119
+ --volt2-126f7d5-fx-shade-overlay-a22: #152b4238;
120
+ --volt2-126f7d5-fx-tint-wash-1: #eef2fb;
121
+ --volt2-126f7d5-fx-tint-wash-2: #f2eef9;
122
+ --volt2-126f7d5-fx-wash-bordered-dark: #101118;
123
+ --volt2-126f7d5-fx-wash-bordered-light: #e4e6ea;
124
+ --volt2-126f7d5-fx-wash-plain: #f5f6ff;
125
+ --volt2-126f7d5-gradient-bordered-wash: linear-gradient(#e4e6ea, #e4e6ea);
126
+ --volt2-126f7d5-gradient-bordered-wash-dark: linear-gradient(#101118, #101118);
127
+ --volt2-126f7d5-gradient-card-wash: radial-gradient(1200px 820px at 88% 12%, #968ce608, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb06, transparent 58%), linear-gradient(113deg, #fdfcfd 21.97%, #e8e8ec 76.16%);
128
+ --volt2-126f7d5-gradient-glass-wash: radial-gradient(1200px 820px at 88% 12%, #968ce612, transparent 62%), radial-gradient(1000px 700px at 4% 96%, #78aaeb0f, transparent 58%), linear-gradient(135deg, #e9f0fb 0%, #eef0fb 46%, #f1ecf7 100%);
129
+ --volt2-126f7d5-gradient-glass-wash-dark: radial-gradient(1300px 860px at 86% 10%, #786ed229, transparent 60%), radial-gradient(1000px 720px at 3% 98%, #4678c824, transparent 58%), linear-gradient(135deg, #14151c 0%, #171820 50%, #1b1826 100%);
130
+ --volt2-126f7d5-gradient-plain-wash: linear-gradient(#f5f6ff, #f5f6ff);
131
+ --volt2-126f7d5-gradient-tint-wash: linear-gradient(135deg, #eef2fb 0%, #f2eef9 100%);
132
+ --volt2-126f7d5-gray-1: #fdfcfd;
133
+ --volt2-126f7d5-gray-10: #84828e;
134
+ --volt2-126f7d5-gray-11: #65636d;
135
+ --volt2-126f7d5-gray-12: #211f26;
136
+ --volt2-126f7d5-gray-2: #faf9fb;
137
+ --volt2-126f7d5-gray-3: #f2eff3;
138
+ --volt2-126f7d5-gray-4: #eae7ec;
139
+ --volt2-126f7d5-gray-5: #e3dfe6;
140
+ --volt2-126f7d5-gray-6: #dbd8e0;
141
+ --volt2-126f7d5-gray-7: #d0cdd7;
142
+ --volt2-126f7d5-gray-8: #bcbac7;
143
+ --volt2-126f7d5-gray-9: #8e8c99;
144
+ --volt2-126f7d5-gray-a1: #55005503;
145
+ --volt2-126f7d5-gray-a10: #0500197d;
146
+ --volt2-126f7d5-gray-a11: #0400119c;
147
+ --volt2-126f7d5-gray-a12: #020008e0;
148
+ --volt2-126f7d5-gray-a2: #2b005506;
149
+ --volt2-126f7d5-gray-a3: #30004010;
150
+ --volt2-126f7d5-gray-a4: #20003618;
151
+ --volt2-126f7d5-gray-a5: #20003820;
152
+ --volt2-126f7d5-gray-a6: #14003527;
153
+ --volt2-126f7d5-gray-a7: #10003332;
154
+ --volt2-126f7d5-gray-a8: #08003145;
155
+ --volt2-126f7d5-gray-a9: #05001d73;
156
+ --volt2-126f7d5-gray-contrast: #ffffff;
157
+ --volt2-126f7d5-gray-indicator: #8e8c99;
158
+ --volt2-126f7d5-gray-surface: #ffffffcc;
159
+ --volt2-126f7d5-gray-track: #8e8c99;
160
+ --volt2-126f7d5-info-1: #fbfdff;
161
+ --volt2-126f7d5-info-10: #0588f0;
162
+ --volt2-126f7d5-info-11: #0d74ce;
163
+ --volt2-126f7d5-info-12: #113264;
164
+ --volt2-126f7d5-info-2: #f4faff;
165
+ --volt2-126f7d5-info-3: #e6f4fe;
166
+ --volt2-126f7d5-info-4: #d5efff;
167
+ --volt2-126f7d5-info-5: #c2e5ff;
168
+ --volt2-126f7d5-info-6: #acd8fc;
169
+ --volt2-126f7d5-info-7: #8ec8f6;
170
+ --volt2-126f7d5-info-8: #5eb1ef;
171
+ --volt2-126f7d5-info-9: #0090ff;
172
+ --volt2-126f7d5-info-a1: #0080ff04;
173
+ --volt2-126f7d5-info-a10: #0086f0fa;
174
+ --volt2-126f7d5-info-a11: #006dcbf2;
175
+ --volt2-126f7d5-info-a12: #002359ee;
176
+ --volt2-126f7d5-info-a2: #008cff0b;
177
+ --volt2-126f7d5-info-a3: #008ff519;
178
+ --volt2-126f7d5-info-a4: #009eff2a;
179
+ --volt2-126f7d5-info-a5: #0093ff3d;
180
+ --volt2-126f7d5-info-a6: #0088f653;
181
+ --volt2-126f7d5-info-a7: #0083eb71;
182
+ --volt2-126f7d5-info-a8: #0084e6a1;
183
+ --volt2-126f7d5-info-a9: #0090ff;
184
+ --volt2-126f7d5-info-contrast: #ffffff;
185
+ --volt2-126f7d5-info-indicator: #0090ff;
186
+ --volt2-126f7d5-info-surface: #f1f9ffcc;
187
+ --volt2-126f7d5-info-track: #0090ff;
188
+ --volt2-126f7d5-leading-2xl: 2rem;
189
+ --volt2-126f7d5-leading-3xl: 2.25rem;
190
+ --volt2-126f7d5-leading-base: 1.5rem;
191
+ --volt2-126f7d5-leading-lg: 1.75rem;
192
+ --volt2-126f7d5-leading-sm: 1.25rem;
193
+ --volt2-126f7d5-leading-xl: 1.75rem;
194
+ --volt2-126f7d5-leading-xs: 1rem;
195
+ --volt2-126f7d5-level-1: var(--volt2-126f7d5-gray-1);
196
+ --volt2-126f7d5-motion-base: 180ms;
197
+ --volt2-126f7d5-motion-fast: 120ms;
198
+ --volt2-126f7d5-motion-slow: 240ms;
199
+ --volt2-126f7d5-radius-2xl: 1rem;
200
+ --volt2-126f7d5-radius-3xl: 1.375rem;
201
+ --volt2-126f7d5-radius-full: 9999px;
202
+ --volt2-126f7d5-radius-lg: 0.5rem;
203
+ --volt2-126f7d5-radius-md: 0.375rem;
204
+ --volt2-126f7d5-radius-sm: 0.25rem;
205
+ --volt2-126f7d5-radius-xl: 0.75rem;
206
+ --volt2-126f7d5-sem-accent-contrast: var(--volt2-126f7d5-accent-contrast);
207
+ --volt2-126f7d5-sem-accent-default: var(--volt2-126f7d5-accent-a12);
208
+ --volt2-126f7d5-sem-accent-disabled: var(--volt2-126f7d5-accent-a8);
209
+ --volt2-126f7d5-sem-accent-high-contrast: var(--volt2-126f7d5-accent-a12);
210
+ --volt2-126f7d5-sem-accent-light: var(--volt2-126f7d5-accent-a11);
211
+ --volt2-126f7d5-sem-accent-on-high-contrast: var(--volt2-126f7d5-accent-1);
212
+ --volt2-126f7d5-sem-accent-on-soft: var(--volt2-126f7d5-accent-a12);
213
+ --volt2-126f7d5-sem-accent-on-solid: var(--volt2-126f7d5-accent-contrast);
214
+ --volt2-126f7d5-sem-accent-soft: var(--volt2-126f7d5-accent-a3);
215
+ --volt2-126f7d5-sem-accent-soft-hover: var(--volt2-126f7d5-accent-a4);
216
+ --volt2-126f7d5-sem-accent-solid: var(--volt2-126f7d5-accent-a9);
217
+ --volt2-126f7d5-sem-accent-solid-hover: var(--volt2-126f7d5-accent-a10);
218
+ --volt2-126f7d5-sem-accent-surface: var(--volt2-126f7d5-accent-surface);
219
+ --volt2-126f7d5-sem-accent-surface-hover: var(--volt2-126f7d5-accent-a3);
220
+ --volt2-126f7d5-sem-accent-ui: var(--volt2-126f7d5-accent-a7);
221
+ --volt2-126f7d5-sem-accent-ui-hover: var(--volt2-126f7d5-accent-a8);
222
+ --volt2-126f7d5-sem-body: var(--volt2-126f7d5-body);
223
+ --volt2-126f7d5-sem-error-contrast: var(--volt2-126f7d5-error-contrast);
224
+ --volt2-126f7d5-sem-error-default: var(--volt2-126f7d5-error-a12);
225
+ --volt2-126f7d5-sem-error-disabled: var(--volt2-126f7d5-error-a8);
226
+ --volt2-126f7d5-sem-error-high-contrast: var(--volt2-126f7d5-error-a12);
227
+ --volt2-126f7d5-sem-error-light: var(--volt2-126f7d5-error-a11);
228
+ --volt2-126f7d5-sem-error-on-high-contrast: var(--volt2-126f7d5-error-1);
229
+ --volt2-126f7d5-sem-error-on-soft: var(--volt2-126f7d5-error-a12);
230
+ --volt2-126f7d5-sem-error-on-solid: var(--volt2-126f7d5-error-contrast);
231
+ --volt2-126f7d5-sem-error-soft: var(--volt2-126f7d5-error-a3);
232
+ --volt2-126f7d5-sem-error-soft-hover: var(--volt2-126f7d5-error-a4);
233
+ --volt2-126f7d5-sem-error-solid: var(--volt2-126f7d5-error-a9);
234
+ --volt2-126f7d5-sem-error-solid-hover: var(--volt2-126f7d5-error-a10);
235
+ --volt2-126f7d5-sem-error-surface: var(--volt2-126f7d5-error-surface);
236
+ --volt2-126f7d5-sem-error-surface-hover: var(--volt2-126f7d5-error-a3);
237
+ --volt2-126f7d5-sem-error-ui: var(--volt2-126f7d5-error-a7);
238
+ --volt2-126f7d5-sem-error-ui-hover: var(--volt2-126f7d5-error-a8);
239
+ --volt2-126f7d5-sem-focus-ring: var(--volt2-126f7d5-accent-11);
240
+ --volt2-126f7d5-sem-gray-contrast: var(--volt2-126f7d5-gray-contrast);
241
+ --volt2-126f7d5-sem-gray-default: var(--volt2-126f7d5-gray-a12);
242
+ --volt2-126f7d5-sem-gray-disabled: var(--volt2-126f7d5-gray-a8);
243
+ --volt2-126f7d5-sem-gray-high-contrast: var(--volt2-126f7d5-gray-a12);
244
+ --volt2-126f7d5-sem-gray-light: var(--volt2-126f7d5-gray-a11);
245
+ --volt2-126f7d5-sem-gray-on-high-contrast: var(--volt2-126f7d5-gray-1);
246
+ --volt2-126f7d5-sem-gray-on-soft: var(--volt2-126f7d5-gray-a12);
247
+ --volt2-126f7d5-sem-gray-on-solid: var(--volt2-126f7d5-gray-contrast);
248
+ --volt2-126f7d5-sem-gray-soft: var(--volt2-126f7d5-gray-a3);
249
+ --volt2-126f7d5-sem-gray-soft-hover: var(--volt2-126f7d5-gray-a4);
250
+ --volt2-126f7d5-sem-gray-solid: var(--volt2-126f7d5-gray-a9);
251
+ --volt2-126f7d5-sem-gray-solid-hover: var(--volt2-126f7d5-gray-a10);
252
+ --volt2-126f7d5-sem-gray-surface: var(--volt2-126f7d5-gray-surface);
253
+ --volt2-126f7d5-sem-gray-surface-hover: var(--volt2-126f7d5-gray-a3);
254
+ --volt2-126f7d5-sem-gray-ui: var(--volt2-126f7d5-gray-a7);
255
+ --volt2-126f7d5-sem-gray-ui-hover: var(--volt2-126f7d5-gray-a8);
256
+ --volt2-126f7d5-sem-info-contrast: var(--volt2-126f7d5-info-contrast);
257
+ --volt2-126f7d5-sem-info-default: var(--volt2-126f7d5-info-a12);
258
+ --volt2-126f7d5-sem-info-disabled: var(--volt2-126f7d5-info-a8);
259
+ --volt2-126f7d5-sem-info-high-contrast: var(--volt2-126f7d5-info-a12);
260
+ --volt2-126f7d5-sem-info-light: var(--volt2-126f7d5-info-a11);
261
+ --volt2-126f7d5-sem-info-on-high-contrast: var(--volt2-126f7d5-info-1);
262
+ --volt2-126f7d5-sem-info-on-soft: var(--volt2-126f7d5-info-a12);
263
+ --volt2-126f7d5-sem-info-on-solid: var(--volt2-126f7d5-info-contrast);
264
+ --volt2-126f7d5-sem-info-soft: var(--volt2-126f7d5-info-a3);
265
+ --volt2-126f7d5-sem-info-soft-hover: var(--volt2-126f7d5-info-a4);
266
+ --volt2-126f7d5-sem-info-solid: var(--volt2-126f7d5-info-a9);
267
+ --volt2-126f7d5-sem-info-solid-hover: var(--volt2-126f7d5-info-a10);
268
+ --volt2-126f7d5-sem-info-surface: var(--volt2-126f7d5-info-surface);
269
+ --volt2-126f7d5-sem-info-surface-hover: var(--volt2-126f7d5-info-a3);
270
+ --volt2-126f7d5-sem-info-ui: var(--volt2-126f7d5-info-a7);
271
+ --volt2-126f7d5-sem-info-ui-hover: var(--volt2-126f7d5-info-a8);
272
+ --volt2-126f7d5-sem-level-1: var(--volt2-126f7d5-gray-1);
273
+ --volt2-126f7d5-sem-level-2: var(--volt2-126f7d5-gray-2);
274
+ --volt2-126f7d5-sem-level-3: var(--volt2-126f7d5-gray-3);
275
+ --volt2-126f7d5-sem-success-contrast: var(--volt2-126f7d5-success-contrast);
276
+ --volt2-126f7d5-sem-success-default: var(--volt2-126f7d5-success-a12);
277
+ --volt2-126f7d5-sem-success-disabled: var(--volt2-126f7d5-success-a8);
278
+ --volt2-126f7d5-sem-success-high-contrast: var(--volt2-126f7d5-success-a12);
279
+ --volt2-126f7d5-sem-success-light: var(--volt2-126f7d5-success-a11);
280
+ --volt2-126f7d5-sem-success-on-high-contrast: var(--volt2-126f7d5-success-1);
281
+ --volt2-126f7d5-sem-success-on-soft: var(--volt2-126f7d5-success-a12);
282
+ --volt2-126f7d5-sem-success-on-solid: var(--volt2-126f7d5-success-contrast);
283
+ --volt2-126f7d5-sem-success-soft: var(--volt2-126f7d5-success-a3);
284
+ --volt2-126f7d5-sem-success-soft-hover: var(--volt2-126f7d5-success-a4);
285
+ --volt2-126f7d5-sem-success-solid: var(--volt2-126f7d5-success-a9);
286
+ --volt2-126f7d5-sem-success-solid-hover: var(--volt2-126f7d5-success-a10);
287
+ --volt2-126f7d5-sem-success-surface: var(--volt2-126f7d5-success-surface);
288
+ --volt2-126f7d5-sem-success-surface-hover: var(--volt2-126f7d5-success-a3);
289
+ --volt2-126f7d5-sem-success-ui: var(--volt2-126f7d5-success-a7);
290
+ --volt2-126f7d5-sem-success-ui-hover: var(--volt2-126f7d5-success-a8);
291
+ --volt2-126f7d5-sem-warning-contrast: var(--volt2-126f7d5-warning-contrast);
292
+ --volt2-126f7d5-sem-warning-default: var(--volt2-126f7d5-warning-a12);
293
+ --volt2-126f7d5-sem-warning-disabled: var(--volt2-126f7d5-warning-a8);
294
+ --volt2-126f7d5-sem-warning-high-contrast: var(--volt2-126f7d5-warning-a12);
295
+ --volt2-126f7d5-sem-warning-light: var(--volt2-126f7d5-warning-a11);
296
+ --volt2-126f7d5-sem-warning-on-high-contrast: var(--volt2-126f7d5-warning-1);
297
+ --volt2-126f7d5-sem-warning-on-soft: var(--volt2-126f7d5-warning-a12);
298
+ --volt2-126f7d5-sem-warning-on-solid: var(--volt2-126f7d5-warning-contrast);
299
+ --volt2-126f7d5-sem-warning-soft: var(--volt2-126f7d5-warning-a3);
300
+ --volt2-126f7d5-sem-warning-soft-hover: var(--volt2-126f7d5-warning-a4);
301
+ --volt2-126f7d5-sem-warning-solid: var(--volt2-126f7d5-warning-a9);
302
+ --volt2-126f7d5-sem-warning-solid-hover: var(--volt2-126f7d5-warning-a10);
303
+ --volt2-126f7d5-sem-warning-surface: var(--volt2-126f7d5-warning-surface);
304
+ --volt2-126f7d5-sem-warning-surface-hover: var(--volt2-126f7d5-warning-a3);
305
+ --volt2-126f7d5-sem-warning-ui: var(--volt2-126f7d5-warning-a7);
306
+ --volt2-126f7d5-sem-warning-ui-hover: var(--volt2-126f7d5-warning-a8);
307
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-plain-container);
308
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
309
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
310
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
311
+ --volt2-126f7d5-shadow-p-bordered-overlay: 0 14px 38px #152b4238;
312
+ --volt2-126f7d5-shadow-p-card-container: 0 1px 2px #28325a0f, 0 5px 16px #28325a12;
313
+ --volt2-126f7d5-shadow-p-glass-container: inset 0 1px 3px #28325a1a, inset 2px 0 4px -1px #28325a12, inset -1px -1px 0 #ffffff80;
314
+ --volt2-126f7d5-shadow-p-glass-container-dark: inset 0 1px 3px #00000052, inset 2px 0 4px -1px #00000038, inset -1px -1px 0 #ffffff0d;
315
+ --volt2-126f7d5-shadow-p-glass-field: 0 1px 5px #46508c12;
316
+ --volt2-126f7d5-shadow-p-glass-object: 0 8px 24px #46508c14;
317
+ --volt2-126f7d5-shadow-p-glass-object-dark: 0 8px 24px #00000061;
318
+ --volt2-126f7d5-shadow-p-none: none;
319
+ --volt2-126f7d5-shadow-p-plain-container: 0 1px 4px #152b4229;
320
+ --volt2-126f7d5-spacing-element-1: 0.25rem;
321
+ --volt2-126f7d5-spacing-element-2: 0.5rem;
322
+ --volt2-126f7d5-spacing-element-3: 0.75rem;
323
+ --volt2-126f7d5-spacing-group-1: 0.5rem;
324
+ --volt2-126f7d5-spacing-group-2: 1rem;
325
+ --volt2-126f7d5-spacing-layout-1: 1.5rem;
326
+ --volt2-126f7d5-spacing-layout-2: 2rem;
327
+ --volt2-126f7d5-spacing-none: 0px;
328
+ --volt2-126f7d5-success-1: #fbfefc;
329
+ --volt2-126f7d5-success-10: #2b9a66;
330
+ --volt2-126f7d5-success-11: #218358;
331
+ --volt2-126f7d5-success-12: #193b2d;
332
+ --volt2-126f7d5-success-2: #f4fbf6;
333
+ --volt2-126f7d5-success-3: #e6f6eb;
334
+ --volt2-126f7d5-success-4: #d6f1df;
335
+ --volt2-126f7d5-success-5: #c4e8d1;
336
+ --volt2-126f7d5-success-6: #adddc0;
337
+ --volt2-126f7d5-success-7: #8eceaa;
338
+ --volt2-126f7d5-success-8: #5bb98b;
339
+ --volt2-126f7d5-success-9: #30a46c;
340
+ --volt2-126f7d5-success-a1: #00c04004;
341
+ --volt2-126f7d5-success-a10: #008647d4;
342
+ --volt2-126f7d5-success-a11: #00713fde;
343
+ --volt2-126f7d5-success-a12: #002616e6;
344
+ --volt2-126f7d5-success-a2: #00a32f0b;
345
+ --volt2-126f7d5-success-a3: #00a43319;
346
+ --volt2-126f7d5-success-a4: #00a83829;
347
+ --volt2-126f7d5-success-a5: #019c393b;
348
+ --volt2-126f7d5-success-a6: #00963c52;
349
+ --volt2-126f7d5-success-a7: #00914071;
350
+ --volt2-126f7d5-success-a8: #00924ba4;
351
+ --volt2-126f7d5-success-a9: #008f4acf;
352
+ --volt2-126f7d5-success-contrast: #ffffff;
353
+ --volt2-126f7d5-success-indicator: #30a46c;
354
+ --volt2-126f7d5-success-surface: #f1faf4cc;
355
+ --volt2-126f7d5-success-track: #30a46c;
356
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white);
357
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-accent-a3);
358
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-group-2);
359
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
360
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
361
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-transparent);
362
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
363
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-lg);
364
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
365
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-2xl);
366
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
367
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
368
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-fx-sep-plain);
369
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-plain-wash);
370
+ --volt2-126f7d5-text-2xl: 1.5rem;
371
+ --volt2-126f7d5-text-3xl: 1.875rem;
372
+ --volt2-126f7d5-text-base: 1rem;
373
+ --volt2-126f7d5-text-lg: 1.125rem;
374
+ --volt2-126f7d5-text-sm: 0.875rem;
375
+ --volt2-126f7d5-text-xl: 1.25rem;
376
+ --volt2-126f7d5-text-xs: 0.75rem;
377
+ --volt2-126f7d5-tracking-normal: 0em;
378
+ --volt2-126f7d5-tracking-tight: -0.025em;
379
+ --volt2-126f7d5-tracking-tighter: -0.05em;
380
+ --volt2-126f7d5-transparent: #00000000;
381
+ --volt2-126f7d5-warning-1: #fefcfb;
382
+ --volt2-126f7d5-warning-10: #ef5f00;
383
+ --volt2-126f7d5-warning-11: #cc4e00;
384
+ --volt2-126f7d5-warning-12: #582d1d;
385
+ --volt2-126f7d5-warning-2: #fff7ed;
386
+ --volt2-126f7d5-warning-3: #ffefd6;
387
+ --volt2-126f7d5-warning-4: #ffdfb5;
388
+ --volt2-126f7d5-warning-5: #ffd19a;
389
+ --volt2-126f7d5-warning-6: #ffc182;
390
+ --volt2-126f7d5-warning-7: #f5ae73;
391
+ --volt2-126f7d5-warning-8: #ec9455;
392
+ --volt2-126f7d5-warning-9: #f76b15;
393
+ --volt2-126f7d5-warning-a1: #c0400004;
394
+ --volt2-126f7d5-warning-a10: #ef5f00;
395
+ --volt2-126f7d5-warning-a11: #cc4e00;
396
+ --volt2-126f7d5-warning-a12: #431200e2;
397
+ --volt2-126f7d5-warning-a2: #ff8e0012;
398
+ --volt2-126f7d5-warning-a3: #ff9c0029;
399
+ --volt2-126f7d5-warning-a4: #ff91014a;
400
+ --volt2-126f7d5-warning-a5: #ff8b0065;
401
+ --volt2-126f7d5-warning-a6: #ff81007d;
402
+ --volt2-126f7d5-warning-a7: #ed6c008c;
403
+ --volt2-126f7d5-warning-a8: #e35f00aa;
404
+ --volt2-126f7d5-warning-a9: #f65e00ea;
405
+ --volt2-126f7d5-warning-contrast: #ffffff;
406
+ --volt2-126f7d5-warning-indicator: #f76b15;
407
+ --volt2-126f7d5-warning-surface: #fff5e9cc;
408
+ --volt2-126f7d5-warning-track: #f76b15;
409
+ --volt2-126f7d5-white: #ffffff;
410
+ --volt2-126f7d5-white-a12: #ffffff1f;
411
+ --volt2-126f7d5-white-a26: #ffffff42;
412
+ --volt2-126f7d5-white-a5: #ffffff0d;
413
+ --volt2-126f7d5-white-a50: #ffffff80;
414
+ --volt2-126f7d5-white-a60: #ffffff99;
415
+ --volt2-126f7d5-white-a80: #ffffffcc;
416
+ --volt2-126f7d5-white-a9: #ffffff17;
410
417
  }
411
418
  .dark,
412
419
  [data-theme="dark"] {
413
- --volt2-f5ce190-accent-1: #07121f;
414
- --volt2-f5ce190-accent-10: #00509d;
415
- --volt2-f5ce190-accent-11: #71b8ff;
416
- --volt2-f5ce190-accent-12: #c5e4ff;
417
- --volt2-f5ce190-accent-2: #0b1929;
418
- --volt2-f5ce190-accent-3: #002650;
419
- --volt2-f5ce190-accent-4: #002f6f;
420
- --volt2-f5ce190-accent-5: #003b83;
421
- --volt2-f5ce190-accent-6: #004996;
422
- --volt2-f5ce190-accent-7: #0058ae;
423
- --volt2-f5ce190-accent-8: #0069cf;
424
- --volt2-f5ce190-accent-9: #005eb4;
425
- --volt2-f5ce190-accent-a1: #0022ff0f;
426
- --volt2-f5ce190-accent-a10: #007cff96;
427
- --volt2-f5ce190-accent-a11: #71b8ff;
428
- --volt2-f5ce190-accent-a12: #c5e4ff;
429
- --volt2-f5ce190-accent-a2: #0060fd1a;
430
- --volt2-f5ce190-accent-a3: #0060fe44;
431
- --volt2-f5ce190-accent-a4: #005dff65;
432
- --volt2-f5ce190-accent-a5: #0068fd7b;
433
- --volt2-f5ce190-accent-a6: #0075ff8f;
434
- --volt2-f5ce190-accent-a7: #007cfea9;
435
- --volt2-f5ce190-accent-a8: #007fffcc;
436
- --volt2-f5ce190-accent-a9: #0082ffaf;
437
- --volt2-f5ce190-accent-contrast: #ffffff;
438
- --volt2-f5ce190-accent-indicator: #005eb4;
439
- --volt2-f5ce190-accent-surface: #06214180;
440
- --volt2-f5ce190-accent-track: #005eb4;
441
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
442
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
443
- --volt2-f5ce190-body: #121212;
444
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
445
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
446
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
447
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
448
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
449
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-none);
450
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-none);
451
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
452
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-none);
453
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
454
- --volt2-f5ce190-error-1: #190e0c;
455
- --volt2-f5ce190-error-10: #bf0001;
456
- --volt2-f5ce190-error-11: #ff9081;
457
- --volt2-f5ce190-error-12: #ffcdc4;
458
- --volt2-f5ce190-error-2: #23110f;
459
- --volt2-f5ce190-error-3: #440504;
460
- --volt2-f5ce190-error-4: #5e0000;
461
- --volt2-f5ce190-error-5: #710000;
462
- --volt2-f5ce190-error-6: #840001;
463
- --volt2-f5ce190-error-7: #a01111;
464
- --volt2-f5ce190-error-8: #cf1718;
465
- --volt2-f5ce190-error-9: #d01919;
466
- --volt2-f5ce190-error-a1: #f4000009;
467
- --volt2-f5ce190-error-a10: #fe0000bb;
468
- --volt2-f5ce190-error-a11: #ff9081;
469
- --volt2-f5ce190-error-a12: #ffcdc4;
470
- --volt2-f5ce190-error-a2: #f7110014;
471
- --volt2-f5ce190-error-a3: #fe000037;
472
- --volt2-f5ce190-error-a4: #fe000053;
473
- --volt2-f5ce190-error-a5: #ff000067;
474
- --volt2-f5ce190-error-a6: #fd00007c;
475
- --volt2-f5ce190-error-a7: #fe11119a;
476
- --volt2-f5ce190-error-a8: #ff191acc;
477
- --volt2-f5ce190-error-a9: #ff1b1bcd;
478
- --volt2-f5ce190-error-contrast: #ffffff;
479
- --volt2-f5ce190-error-indicator: #d01919;
480
- --volt2-f5ce190-error-surface: #35110e80;
481
- --volt2-f5ce190-error-track: #d01919;
482
- --volt2-f5ce190-gray-1: #121113;
483
- --volt2-f5ce190-gray-10: #7c7a85;
484
- --volt2-f5ce190-gray-11: #b5b2bc;
485
- --volt2-f5ce190-gray-12: #eeeef0;
486
- --volt2-f5ce190-gray-2: #1a191b;
487
- --volt2-f5ce190-gray-3: #232225;
488
- --volt2-f5ce190-gray-4: #2b292d;
489
- --volt2-f5ce190-gray-5: #323035;
490
- --volt2-f5ce190-gray-6: #3c393f;
491
- --volt2-f5ce190-gray-7: #49474e;
492
- --volt2-f5ce190-gray-8: #625f69;
493
- --volt2-f5ce190-gray-9: #6f6d78;
494
- --volt2-f5ce190-gray-a1: #00000000;
495
- --volt2-f5ce190-gray-a10: #ece9fd7c;
496
- --volt2-f5ce190-gray-a11: #f5f1ffb7;
497
- --volt2-f5ce190-gray-a12: #fdfdffef;
498
- --volt2-f5ce190-gray-a2: #f5f4f609;
499
- --volt2-f5ce190-gray-a3: #ebeaf814;
500
- --volt2-f5ce190-gray-a4: #eee5f81d;
501
- --volt2-f5ce190-gray-a5: #efe6fe25;
502
- --volt2-f5ce190-gray-a6: #f1e6fd30;
503
- --volt2-f5ce190-gray-a7: #eee9ff40;
504
- --volt2-f5ce190-gray-a8: #eee7ff5d;
505
- --volt2-f5ce190-gray-a9: #eae6fd6e;
506
- --volt2-f5ce190-gray-contrast: #ffffff;
507
- --volt2-f5ce190-gray-indicator: #6f6d78;
508
- --volt2-f5ce190-gray-surface: #22212380;
509
- --volt2-f5ce190-gray-track: #6f6d78;
510
- --volt2-f5ce190-info-1: #0d1520;
511
- --volt2-f5ce190-info-10: #3b9eff;
512
- --volt2-f5ce190-info-11: #70b8ff;
513
- --volt2-f5ce190-info-12: #c2e6ff;
514
- --volt2-f5ce190-info-2: #111927;
515
- --volt2-f5ce190-info-3: #0d2847;
516
- --volt2-f5ce190-info-4: #003362;
517
- --volt2-f5ce190-info-5: #004074;
518
- --volt2-f5ce190-info-6: #104d87;
519
- --volt2-f5ce190-info-7: #205d9e;
520
- --volt2-f5ce190-info-8: #2870bd;
521
- --volt2-f5ce190-info-9: #0090ff;
522
- --volt2-f5ce190-info-a1: #004df211;
523
- --volt2-f5ce190-info-a10: #3b9eff;
524
- --volt2-f5ce190-info-a11: #70b8ff;
525
- --volt2-f5ce190-info-a12: #c2e6ff;
526
- --volt2-f5ce190-info-a2: #1166fb18;
527
- --volt2-f5ce190-info-a3: #0077ff3a;
528
- --volt2-f5ce190-info-a4: #0075ff57;
529
- --volt2-f5ce190-info-a5: #0081fd6b;
530
- --volt2-f5ce190-info-a6: #0f89fd7f;
531
- --volt2-f5ce190-info-a7: #2a91fe98;
532
- --volt2-f5ce190-info-a8: #3094feb9;
533
- --volt2-f5ce190-info-a9: #0090ff;
534
- --volt2-f5ce190-info-contrast: #ffffff;
535
- --volt2-f5ce190-info-indicator: #0090ff;
536
- --volt2-f5ce190-info-surface: #11213d80;
537
- --volt2-f5ce190-info-track: #0090ff;
538
- --volt2-f5ce190-level-1: var(--volt2-f5ce190-gray-1);
539
- --volt2-f5ce190-sem-accent-contrast: var(--volt2-f5ce190-accent-contrast);
540
- --volt2-f5ce190-sem-accent-default: var(--volt2-f5ce190-accent-a12);
541
- --volt2-f5ce190-sem-accent-disabled: var(--volt2-f5ce190-accent-a8);
542
- --volt2-f5ce190-sem-accent-high-contrast: var(--volt2-f5ce190-accent-a12);
543
- --volt2-f5ce190-sem-accent-light: var(--volt2-f5ce190-accent-a11);
544
- --volt2-f5ce190-sem-accent-on-high-contrast: var(--volt2-f5ce190-accent-1);
545
- --volt2-f5ce190-sem-accent-on-solid: var(--volt2-f5ce190-accent-contrast);
546
- --volt2-f5ce190-sem-accent-soft: var(--volt2-f5ce190-accent-a3);
547
- --volt2-f5ce190-sem-accent-soft-hover: var(--volt2-f5ce190-accent-a4);
548
- --volt2-f5ce190-sem-accent-solid: var(--volt2-f5ce190-accent-a9);
549
- --volt2-f5ce190-sem-accent-solid-hover: var(--volt2-f5ce190-accent-a10);
550
- --volt2-f5ce190-sem-accent-surface: var(--volt2-f5ce190-accent-surface);
551
- --volt2-f5ce190-sem-accent-surface-hover: var(--volt2-f5ce190-accent-a3);
552
- --volt2-f5ce190-sem-accent-ui: var(--volt2-f5ce190-accent-a7);
553
- --volt2-f5ce190-sem-accent-ui-hover: var(--volt2-f5ce190-accent-a8);
554
- --volt2-f5ce190-sem-body: var(--volt2-f5ce190-body);
555
- --volt2-f5ce190-sem-error-contrast: var(--volt2-f5ce190-error-contrast);
556
- --volt2-f5ce190-sem-error-default: var(--volt2-f5ce190-error-a12);
557
- --volt2-f5ce190-sem-error-disabled: var(--volt2-f5ce190-error-a8);
558
- --volt2-f5ce190-sem-error-high-contrast: var(--volt2-f5ce190-error-a12);
559
- --volt2-f5ce190-sem-error-light: var(--volt2-f5ce190-error-a11);
560
- --volt2-f5ce190-sem-error-on-high-contrast: var(--volt2-f5ce190-error-1);
561
- --volt2-f5ce190-sem-error-on-solid: var(--volt2-f5ce190-error-contrast);
562
- --volt2-f5ce190-sem-error-soft: var(--volt2-f5ce190-error-a3);
563
- --volt2-f5ce190-sem-error-soft-hover: var(--volt2-f5ce190-error-a4);
564
- --volt2-f5ce190-sem-error-solid: var(--volt2-f5ce190-error-a9);
565
- --volt2-f5ce190-sem-error-solid-hover: var(--volt2-f5ce190-error-a10);
566
- --volt2-f5ce190-sem-error-surface: var(--volt2-f5ce190-error-surface);
567
- --volt2-f5ce190-sem-error-surface-hover: var(--volt2-f5ce190-error-a3);
568
- --volt2-f5ce190-sem-error-ui: var(--volt2-f5ce190-error-a7);
569
- --volt2-f5ce190-sem-error-ui-hover: var(--volt2-f5ce190-error-a8);
570
- --volt2-f5ce190-sem-gray-contrast: var(--volt2-f5ce190-gray-contrast);
571
- --volt2-f5ce190-sem-gray-default: var(--volt2-f5ce190-gray-a12);
572
- --volt2-f5ce190-sem-gray-disabled: var(--volt2-f5ce190-gray-a8);
573
- --volt2-f5ce190-sem-gray-high-contrast: var(--volt2-f5ce190-gray-a12);
574
- --volt2-f5ce190-sem-gray-light: var(--volt2-f5ce190-gray-a11);
575
- --volt2-f5ce190-sem-gray-on-high-contrast: var(--volt2-f5ce190-gray-1);
576
- --volt2-f5ce190-sem-gray-on-solid: var(--volt2-f5ce190-gray-contrast);
577
- --volt2-f5ce190-sem-gray-soft: var(--volt2-f5ce190-gray-a3);
578
- --volt2-f5ce190-sem-gray-soft-hover: var(--volt2-f5ce190-gray-a4);
579
- --volt2-f5ce190-sem-gray-solid: var(--volt2-f5ce190-gray-a9);
580
- --volt2-f5ce190-sem-gray-solid-hover: var(--volt2-f5ce190-gray-a10);
581
- --volt2-f5ce190-sem-gray-surface: var(--volt2-f5ce190-gray-surface);
582
- --volt2-f5ce190-sem-gray-surface-hover: var(--volt2-f5ce190-gray-a3);
583
- --volt2-f5ce190-sem-gray-ui: var(--volt2-f5ce190-gray-a7);
584
- --volt2-f5ce190-sem-gray-ui-hover: var(--volt2-f5ce190-gray-a8);
585
- --volt2-f5ce190-sem-info-contrast: var(--volt2-f5ce190-info-contrast);
586
- --volt2-f5ce190-sem-info-default: var(--volt2-f5ce190-info-a12);
587
- --volt2-f5ce190-sem-info-disabled: var(--volt2-f5ce190-info-a8);
588
- --volt2-f5ce190-sem-info-high-contrast: var(--volt2-f5ce190-info-a12);
589
- --volt2-f5ce190-sem-info-light: var(--volt2-f5ce190-info-a11);
590
- --volt2-f5ce190-sem-info-on-high-contrast: var(--volt2-f5ce190-info-1);
591
- --volt2-f5ce190-sem-info-on-solid: var(--volt2-f5ce190-info-contrast);
592
- --volt2-f5ce190-sem-info-soft: var(--volt2-f5ce190-info-a3);
593
- --volt2-f5ce190-sem-info-soft-hover: var(--volt2-f5ce190-info-a4);
594
- --volt2-f5ce190-sem-info-solid: var(--volt2-f5ce190-info-a9);
595
- --volt2-f5ce190-sem-info-solid-hover: var(--volt2-f5ce190-info-a10);
596
- --volt2-f5ce190-sem-info-surface: var(--volt2-f5ce190-info-surface);
597
- --volt2-f5ce190-sem-info-surface-hover: var(--volt2-f5ce190-info-a3);
598
- --volt2-f5ce190-sem-info-ui: var(--volt2-f5ce190-info-a7);
599
- --volt2-f5ce190-sem-info-ui-hover: var(--volt2-f5ce190-info-a8);
600
- --volt2-f5ce190-sem-level-1: var(--volt2-f5ce190-gray-1);
601
- --volt2-f5ce190-sem-level-2: var(--volt2-f5ce190-gray-2);
602
- --volt2-f5ce190-sem-level-3: var(--volt2-f5ce190-gray-3);
603
- --volt2-f5ce190-sem-success-contrast: var(--volt2-f5ce190-success-contrast);
604
- --volt2-f5ce190-sem-success-default: var(--volt2-f5ce190-success-a12);
605
- --volt2-f5ce190-sem-success-disabled: var(--volt2-f5ce190-success-a8);
606
- --volt2-f5ce190-sem-success-high-contrast: var(--volt2-f5ce190-success-a12);
607
- --volt2-f5ce190-sem-success-light: var(--volt2-f5ce190-success-a11);
608
- --volt2-f5ce190-sem-success-on-high-contrast: var(--volt2-f5ce190-success-1);
609
- --volt2-f5ce190-sem-success-on-solid: var(--volt2-f5ce190-success-contrast);
610
- --volt2-f5ce190-sem-success-soft: var(--volt2-f5ce190-success-a3);
611
- --volt2-f5ce190-sem-success-soft-hover: var(--volt2-f5ce190-success-a4);
612
- --volt2-f5ce190-sem-success-solid: var(--volt2-f5ce190-success-a9);
613
- --volt2-f5ce190-sem-success-solid-hover: var(--volt2-f5ce190-success-a10);
614
- --volt2-f5ce190-sem-success-surface: var(--volt2-f5ce190-success-surface);
615
- --volt2-f5ce190-sem-success-surface-hover: var(--volt2-f5ce190-success-a3);
616
- --volt2-f5ce190-sem-success-ui: var(--volt2-f5ce190-success-a7);
617
- --volt2-f5ce190-sem-success-ui-hover: var(--volt2-f5ce190-success-a8);
618
- --volt2-f5ce190-sem-warning-contrast: var(--volt2-f5ce190-warning-contrast);
619
- --volt2-f5ce190-sem-warning-default: var(--volt2-f5ce190-warning-a12);
620
- --volt2-f5ce190-sem-warning-disabled: var(--volt2-f5ce190-warning-a8);
621
- --volt2-f5ce190-sem-warning-high-contrast: var(--volt2-f5ce190-warning-a12);
622
- --volt2-f5ce190-sem-warning-light: var(--volt2-f5ce190-warning-a11);
623
- --volt2-f5ce190-sem-warning-on-high-contrast: var(--volt2-f5ce190-warning-1);
624
- --volt2-f5ce190-sem-warning-on-solid: var(--volt2-f5ce190-warning-contrast);
625
- --volt2-f5ce190-sem-warning-soft: var(--volt2-f5ce190-warning-a3);
626
- --volt2-f5ce190-sem-warning-soft-hover: var(--volt2-f5ce190-warning-a4);
627
- --volt2-f5ce190-sem-warning-solid: var(--volt2-f5ce190-warning-a9);
628
- --volt2-f5ce190-sem-warning-solid-hover: var(--volt2-f5ce190-warning-a10);
629
- --volt2-f5ce190-sem-warning-surface: var(--volt2-f5ce190-warning-surface);
630
- --volt2-f5ce190-sem-warning-surface-hover: var(--volt2-f5ce190-warning-a3);
631
- --volt2-f5ce190-sem-warning-ui: var(--volt2-f5ce190-warning-a7);
632
- --volt2-f5ce190-sem-warning-ui-hover: var(--volt2-f5ce190-warning-a8);
633
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
634
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
635
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
636
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
637
- --volt2-f5ce190-success-1: #0e1512;
638
- --volt2-f5ce190-success-10: #33b074;
639
- --volt2-f5ce190-success-11: #3dd68c;
640
- --volt2-f5ce190-success-12: #b1f1cb;
641
- --volt2-f5ce190-success-2: #121b17;
642
- --volt2-f5ce190-success-3: #132d21;
643
- --volt2-f5ce190-success-4: #113b29;
644
- --volt2-f5ce190-success-5: #174933;
645
- --volt2-f5ce190-success-6: #20573e;
646
- --volt2-f5ce190-success-7: #28684a;
647
- --volt2-f5ce190-success-8: #2f7c57;
648
- --volt2-f5ce190-success-9: #30a46c;
649
- --volt2-f5ce190-success-a1: #00de4505;
650
- --volt2-f5ce190-success-a10: #43fea4ab;
651
- --volt2-f5ce190-success-a11: #46fea5d4;
652
- --volt2-f5ce190-success-a12: #bbffd7f0;
653
- --volt2-f5ce190-success-a2: #29f99d0b;
654
- --volt2-f5ce190-success-a3: #22ff991e;
655
- --volt2-f5ce190-success-a4: #11ff992d;
656
- --volt2-f5ce190-success-a5: #2bffa23c;
657
- --volt2-f5ce190-success-a6: #44ffaa4b;
658
- --volt2-f5ce190-success-a7: #50fdac5e;
659
- --volt2-f5ce190-success-a8: #54ffad73;
660
- --volt2-f5ce190-success-a9: #44ffa49e;
661
- --volt2-f5ce190-success-contrast: #ffffff;
662
- --volt2-f5ce190-success-indicator: #30a46c;
663
- --volt2-f5ce190-success-surface: #15251d80;
664
- --volt2-f5ce190-success-track: #30a46c;
665
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
666
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-3);
667
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-group-2);
668
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
669
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
670
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-gray-2);
671
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
672
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-lg);
673
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
674
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-2xl);
675
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
676
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
677
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
678
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash-dark);
679
- --volt2-f5ce190-warning-1: #17120e;
680
- --volt2-f5ce190-warning-10: #ff801f;
681
- --volt2-f5ce190-warning-11: #ffa057;
682
- --volt2-f5ce190-warning-12: #ffe0c2;
683
- --volt2-f5ce190-warning-2: #1e160f;
684
- --volt2-f5ce190-warning-3: #331e0b;
685
- --volt2-f5ce190-warning-4: #462100;
686
- --volt2-f5ce190-warning-5: #562800;
687
- --volt2-f5ce190-warning-6: #66350c;
688
- --volt2-f5ce190-warning-7: #7e451d;
689
- --volt2-f5ce190-warning-8: #a35829;
690
- --volt2-f5ce190-warning-9: #f76b15;
691
- --volt2-f5ce190-warning-a1: #ec360007;
692
- --volt2-f5ce190-warning-a10: #ff801f;
693
- --volt2-f5ce190-warning-a11: #ffa057;
694
- --volt2-f5ce190-warning-a12: #ffe0c2;
695
- --volt2-f5ce190-warning-a2: #fe6d000e;
696
- --volt2-f5ce190-warning-a3: #fb6a0025;
697
- --volt2-f5ce190-warning-a4: #ff590039;
698
- --volt2-f5ce190-warning-a5: #ff61004a;
699
- --volt2-f5ce190-warning-a6: #fd75045c;
700
- --volt2-f5ce190-warning-a7: #ff832c75;
701
- --volt2-f5ce190-warning-a8: #fe84389d;
702
- --volt2-f5ce190-warning-a9: #fe6d15f7;
703
- --volt2-f5ce190-warning-contrast: #ffffff;
704
- --volt2-f5ce190-warning-indicator: #f76b15;
705
- --volt2-f5ce190-warning-surface: #271d1380;
706
- --volt2-f5ce190-warning-track: #f76b15;
420
+ --volt2-126f7d5-accent-1: #07121f;
421
+ --volt2-126f7d5-accent-10: #00509d;
422
+ --volt2-126f7d5-accent-11: #71b8ff;
423
+ --volt2-126f7d5-accent-12: #c5e4ff;
424
+ --volt2-126f7d5-accent-2: #0b1929;
425
+ --volt2-126f7d5-accent-3: #002650;
426
+ --volt2-126f7d5-accent-4: #002f6f;
427
+ --volt2-126f7d5-accent-5: #003b83;
428
+ --volt2-126f7d5-accent-6: #004996;
429
+ --volt2-126f7d5-accent-7: #0058ae;
430
+ --volt2-126f7d5-accent-8: #0069cf;
431
+ --volt2-126f7d5-accent-9: #005eb4;
432
+ --volt2-126f7d5-accent-a1: #0022ff0f;
433
+ --volt2-126f7d5-accent-a10: #007cff96;
434
+ --volt2-126f7d5-accent-a11: #71b8ff;
435
+ --volt2-126f7d5-accent-a12: #c5e4ff;
436
+ --volt2-126f7d5-accent-a2: #0060fd1a;
437
+ --volt2-126f7d5-accent-a3: #0060fe44;
438
+ --volt2-126f7d5-accent-a4: #005dff65;
439
+ --volt2-126f7d5-accent-a5: #0068fd7b;
440
+ --volt2-126f7d5-accent-a6: #0075ff8f;
441
+ --volt2-126f7d5-accent-a7: #007cfea9;
442
+ --volt2-126f7d5-accent-a8: #007fffcc;
443
+ --volt2-126f7d5-accent-a9: #0082ffaf;
444
+ --volt2-126f7d5-accent-contrast: #ffffff;
445
+ --volt2-126f7d5-accent-indicator: #005eb4;
446
+ --volt2-126f7d5-accent-surface: #06214180;
447
+ --volt2-126f7d5-accent-track: #005eb4;
448
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
449
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
450
+ --volt2-126f7d5-body: #121212;
451
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
452
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
453
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
454
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
455
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
456
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-none);
457
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-none);
458
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
459
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-none);
460
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
461
+ --volt2-126f7d5-error-1: #190e0c;
462
+ --volt2-126f7d5-error-10: #bf0001;
463
+ --volt2-126f7d5-error-11: #ff9081;
464
+ --volt2-126f7d5-error-12: #ffcdc4;
465
+ --volt2-126f7d5-error-2: #23110f;
466
+ --volt2-126f7d5-error-3: #440504;
467
+ --volt2-126f7d5-error-4: #5e0000;
468
+ --volt2-126f7d5-error-5: #710000;
469
+ --volt2-126f7d5-error-6: #840001;
470
+ --volt2-126f7d5-error-7: #a01111;
471
+ --volt2-126f7d5-error-8: #cf1718;
472
+ --volt2-126f7d5-error-9: #d01919;
473
+ --volt2-126f7d5-error-a1: #f4000009;
474
+ --volt2-126f7d5-error-a10: #fe0000bb;
475
+ --volt2-126f7d5-error-a11: #ff9081;
476
+ --volt2-126f7d5-error-a12: #ffcdc4;
477
+ --volt2-126f7d5-error-a2: #f7110014;
478
+ --volt2-126f7d5-error-a3: #fe000037;
479
+ --volt2-126f7d5-error-a4: #fe000053;
480
+ --volt2-126f7d5-error-a5: #ff000067;
481
+ --volt2-126f7d5-error-a6: #fd00007c;
482
+ --volt2-126f7d5-error-a7: #fe11119a;
483
+ --volt2-126f7d5-error-a8: #ff191acc;
484
+ --volt2-126f7d5-error-a9: #ff1b1bcd;
485
+ --volt2-126f7d5-error-contrast: #ffffff;
486
+ --volt2-126f7d5-error-indicator: #d01919;
487
+ --volt2-126f7d5-error-surface: #35110e80;
488
+ --volt2-126f7d5-error-track: #d01919;
489
+ --volt2-126f7d5-gray-1: #121113;
490
+ --volt2-126f7d5-gray-10: #7c7a85;
491
+ --volt2-126f7d5-gray-11: #b5b2bc;
492
+ --volt2-126f7d5-gray-12: #eeeef0;
493
+ --volt2-126f7d5-gray-2: #1a191b;
494
+ --volt2-126f7d5-gray-3: #232225;
495
+ --volt2-126f7d5-gray-4: #2b292d;
496
+ --volt2-126f7d5-gray-5: #323035;
497
+ --volt2-126f7d5-gray-6: #3c393f;
498
+ --volt2-126f7d5-gray-7: #49474e;
499
+ --volt2-126f7d5-gray-8: #625f69;
500
+ --volt2-126f7d5-gray-9: #6f6d78;
501
+ --volt2-126f7d5-gray-a1: #00000000;
502
+ --volt2-126f7d5-gray-a10: #ece9fd7c;
503
+ --volt2-126f7d5-gray-a11: #f5f1ffb7;
504
+ --volt2-126f7d5-gray-a12: #fdfdffef;
505
+ --volt2-126f7d5-gray-a2: #f5f4f609;
506
+ --volt2-126f7d5-gray-a3: #ebeaf814;
507
+ --volt2-126f7d5-gray-a4: #eee5f81d;
508
+ --volt2-126f7d5-gray-a5: #efe6fe25;
509
+ --volt2-126f7d5-gray-a6: #f1e6fd30;
510
+ --volt2-126f7d5-gray-a7: #eee9ff40;
511
+ --volt2-126f7d5-gray-a8: #eee7ff5d;
512
+ --volt2-126f7d5-gray-a9: #eae6fd6e;
513
+ --volt2-126f7d5-gray-contrast: #ffffff;
514
+ --volt2-126f7d5-gray-indicator: #6f6d78;
515
+ --volt2-126f7d5-gray-surface: #22212380;
516
+ --volt2-126f7d5-gray-track: #6f6d78;
517
+ --volt2-126f7d5-info-1: #0d1520;
518
+ --volt2-126f7d5-info-10: #3b9eff;
519
+ --volt2-126f7d5-info-11: #70b8ff;
520
+ --volt2-126f7d5-info-12: #c2e6ff;
521
+ --volt2-126f7d5-info-2: #111927;
522
+ --volt2-126f7d5-info-3: #0d2847;
523
+ --volt2-126f7d5-info-4: #003362;
524
+ --volt2-126f7d5-info-5: #004074;
525
+ --volt2-126f7d5-info-6: #104d87;
526
+ --volt2-126f7d5-info-7: #205d9e;
527
+ --volt2-126f7d5-info-8: #2870bd;
528
+ --volt2-126f7d5-info-9: #0090ff;
529
+ --volt2-126f7d5-info-a1: #004df211;
530
+ --volt2-126f7d5-info-a10: #3b9eff;
531
+ --volt2-126f7d5-info-a11: #70b8ff;
532
+ --volt2-126f7d5-info-a12: #c2e6ff;
533
+ --volt2-126f7d5-info-a2: #1166fb18;
534
+ --volt2-126f7d5-info-a3: #0077ff3a;
535
+ --volt2-126f7d5-info-a4: #0075ff57;
536
+ --volt2-126f7d5-info-a5: #0081fd6b;
537
+ --volt2-126f7d5-info-a6: #0f89fd7f;
538
+ --volt2-126f7d5-info-a7: #2a91fe98;
539
+ --volt2-126f7d5-info-a8: #3094feb9;
540
+ --volt2-126f7d5-info-a9: #0090ff;
541
+ --volt2-126f7d5-info-contrast: #ffffff;
542
+ --volt2-126f7d5-info-indicator: #0090ff;
543
+ --volt2-126f7d5-info-surface: #11213d80;
544
+ --volt2-126f7d5-info-track: #0090ff;
545
+ --volt2-126f7d5-level-1: var(--volt2-126f7d5-gray-1);
546
+ --volt2-126f7d5-sem-accent-contrast: var(--volt2-126f7d5-accent-contrast);
547
+ --volt2-126f7d5-sem-accent-default: var(--volt2-126f7d5-accent-a12);
548
+ --volt2-126f7d5-sem-accent-disabled: var(--volt2-126f7d5-accent-a8);
549
+ --volt2-126f7d5-sem-accent-high-contrast: var(--volt2-126f7d5-accent-a12);
550
+ --volt2-126f7d5-sem-accent-light: var(--volt2-126f7d5-accent-a11);
551
+ --volt2-126f7d5-sem-accent-on-high-contrast: var(--volt2-126f7d5-accent-1);
552
+ --volt2-126f7d5-sem-accent-on-soft: var(--volt2-126f7d5-accent-a12);
553
+ --volt2-126f7d5-sem-accent-on-solid: var(--volt2-126f7d5-accent-contrast);
554
+ --volt2-126f7d5-sem-accent-soft: var(--volt2-126f7d5-accent-a3);
555
+ --volt2-126f7d5-sem-accent-soft-hover: var(--volt2-126f7d5-accent-a4);
556
+ --volt2-126f7d5-sem-accent-solid: var(--volt2-126f7d5-accent-a9);
557
+ --volt2-126f7d5-sem-accent-solid-hover: var(--volt2-126f7d5-accent-a10);
558
+ --volt2-126f7d5-sem-accent-surface: var(--volt2-126f7d5-accent-surface);
559
+ --volt2-126f7d5-sem-accent-surface-hover: var(--volt2-126f7d5-accent-a3);
560
+ --volt2-126f7d5-sem-accent-ui: var(--volt2-126f7d5-accent-a7);
561
+ --volt2-126f7d5-sem-accent-ui-hover: var(--volt2-126f7d5-accent-a8);
562
+ --volt2-126f7d5-sem-body: var(--volt2-126f7d5-body);
563
+ --volt2-126f7d5-sem-error-contrast: var(--volt2-126f7d5-error-contrast);
564
+ --volt2-126f7d5-sem-error-default: var(--volt2-126f7d5-error-a12);
565
+ --volt2-126f7d5-sem-error-disabled: var(--volt2-126f7d5-error-a8);
566
+ --volt2-126f7d5-sem-error-high-contrast: var(--volt2-126f7d5-error-a12);
567
+ --volt2-126f7d5-sem-error-light: var(--volt2-126f7d5-error-a11);
568
+ --volt2-126f7d5-sem-error-on-high-contrast: var(--volt2-126f7d5-error-1);
569
+ --volt2-126f7d5-sem-error-on-soft: var(--volt2-126f7d5-error-a12);
570
+ --volt2-126f7d5-sem-error-on-solid: var(--volt2-126f7d5-error-contrast);
571
+ --volt2-126f7d5-sem-error-soft: var(--volt2-126f7d5-error-a3);
572
+ --volt2-126f7d5-sem-error-soft-hover: var(--volt2-126f7d5-error-a4);
573
+ --volt2-126f7d5-sem-error-solid: var(--volt2-126f7d5-error-a9);
574
+ --volt2-126f7d5-sem-error-solid-hover: var(--volt2-126f7d5-error-a10);
575
+ --volt2-126f7d5-sem-error-surface: var(--volt2-126f7d5-error-surface);
576
+ --volt2-126f7d5-sem-error-surface-hover: var(--volt2-126f7d5-error-a3);
577
+ --volt2-126f7d5-sem-error-ui: var(--volt2-126f7d5-error-a7);
578
+ --volt2-126f7d5-sem-error-ui-hover: var(--volt2-126f7d5-error-a8);
579
+ --volt2-126f7d5-sem-focus-ring: var(--volt2-126f7d5-accent-11);
580
+ --volt2-126f7d5-sem-gray-contrast: var(--volt2-126f7d5-gray-contrast);
581
+ --volt2-126f7d5-sem-gray-default: var(--volt2-126f7d5-gray-a12);
582
+ --volt2-126f7d5-sem-gray-disabled: var(--volt2-126f7d5-gray-a8);
583
+ --volt2-126f7d5-sem-gray-high-contrast: var(--volt2-126f7d5-gray-a12);
584
+ --volt2-126f7d5-sem-gray-light: var(--volt2-126f7d5-gray-a11);
585
+ --volt2-126f7d5-sem-gray-on-high-contrast: var(--volt2-126f7d5-gray-1);
586
+ --volt2-126f7d5-sem-gray-on-soft: var(--volt2-126f7d5-gray-a12);
587
+ --volt2-126f7d5-sem-gray-on-solid: var(--volt2-126f7d5-gray-contrast);
588
+ --volt2-126f7d5-sem-gray-soft: var(--volt2-126f7d5-gray-a3);
589
+ --volt2-126f7d5-sem-gray-soft-hover: var(--volt2-126f7d5-gray-a4);
590
+ --volt2-126f7d5-sem-gray-solid: var(--volt2-126f7d5-gray-a9);
591
+ --volt2-126f7d5-sem-gray-solid-hover: var(--volt2-126f7d5-gray-a10);
592
+ --volt2-126f7d5-sem-gray-surface: var(--volt2-126f7d5-gray-surface);
593
+ --volt2-126f7d5-sem-gray-surface-hover: var(--volt2-126f7d5-gray-a3);
594
+ --volt2-126f7d5-sem-gray-ui: var(--volt2-126f7d5-gray-a7);
595
+ --volt2-126f7d5-sem-gray-ui-hover: var(--volt2-126f7d5-gray-a8);
596
+ --volt2-126f7d5-sem-info-contrast: var(--volt2-126f7d5-info-contrast);
597
+ --volt2-126f7d5-sem-info-default: var(--volt2-126f7d5-info-a12);
598
+ --volt2-126f7d5-sem-info-disabled: var(--volt2-126f7d5-info-a8);
599
+ --volt2-126f7d5-sem-info-high-contrast: var(--volt2-126f7d5-info-a12);
600
+ --volt2-126f7d5-sem-info-light: var(--volt2-126f7d5-info-a11);
601
+ --volt2-126f7d5-sem-info-on-high-contrast: var(--volt2-126f7d5-info-1);
602
+ --volt2-126f7d5-sem-info-on-soft: var(--volt2-126f7d5-info-a12);
603
+ --volt2-126f7d5-sem-info-on-solid: var(--volt2-126f7d5-info-contrast);
604
+ --volt2-126f7d5-sem-info-soft: var(--volt2-126f7d5-info-a3);
605
+ --volt2-126f7d5-sem-info-soft-hover: var(--volt2-126f7d5-info-a4);
606
+ --volt2-126f7d5-sem-info-solid: var(--volt2-126f7d5-info-a9);
607
+ --volt2-126f7d5-sem-info-solid-hover: var(--volt2-126f7d5-info-a10);
608
+ --volt2-126f7d5-sem-info-surface: var(--volt2-126f7d5-info-surface);
609
+ --volt2-126f7d5-sem-info-surface-hover: var(--volt2-126f7d5-info-a3);
610
+ --volt2-126f7d5-sem-info-ui: var(--volt2-126f7d5-info-a7);
611
+ --volt2-126f7d5-sem-info-ui-hover: var(--volt2-126f7d5-info-a8);
612
+ --volt2-126f7d5-sem-level-1: var(--volt2-126f7d5-gray-1);
613
+ --volt2-126f7d5-sem-level-2: var(--volt2-126f7d5-gray-2);
614
+ --volt2-126f7d5-sem-level-3: var(--volt2-126f7d5-gray-3);
615
+ --volt2-126f7d5-sem-success-contrast: var(--volt2-126f7d5-success-contrast);
616
+ --volt2-126f7d5-sem-success-default: var(--volt2-126f7d5-success-a12);
617
+ --volt2-126f7d5-sem-success-disabled: var(--volt2-126f7d5-success-a8);
618
+ --volt2-126f7d5-sem-success-high-contrast: var(--volt2-126f7d5-success-a12);
619
+ --volt2-126f7d5-sem-success-light: var(--volt2-126f7d5-success-a11);
620
+ --volt2-126f7d5-sem-success-on-high-contrast: var(--volt2-126f7d5-success-1);
621
+ --volt2-126f7d5-sem-success-on-soft: var(--volt2-126f7d5-success-a12);
622
+ --volt2-126f7d5-sem-success-on-solid: var(--volt2-126f7d5-success-contrast);
623
+ --volt2-126f7d5-sem-success-soft: var(--volt2-126f7d5-success-a3);
624
+ --volt2-126f7d5-sem-success-soft-hover: var(--volt2-126f7d5-success-a4);
625
+ --volt2-126f7d5-sem-success-solid: var(--volt2-126f7d5-success-a9);
626
+ --volt2-126f7d5-sem-success-solid-hover: var(--volt2-126f7d5-success-a10);
627
+ --volt2-126f7d5-sem-success-surface: var(--volt2-126f7d5-success-surface);
628
+ --volt2-126f7d5-sem-success-surface-hover: var(--volt2-126f7d5-success-a3);
629
+ --volt2-126f7d5-sem-success-ui: var(--volt2-126f7d5-success-a7);
630
+ --volt2-126f7d5-sem-success-ui-hover: var(--volt2-126f7d5-success-a8);
631
+ --volt2-126f7d5-sem-warning-contrast: var(--volt2-126f7d5-warning-contrast);
632
+ --volt2-126f7d5-sem-warning-default: var(--volt2-126f7d5-warning-a12);
633
+ --volt2-126f7d5-sem-warning-disabled: var(--volt2-126f7d5-warning-a8);
634
+ --volt2-126f7d5-sem-warning-high-contrast: var(--volt2-126f7d5-warning-a12);
635
+ --volt2-126f7d5-sem-warning-light: var(--volt2-126f7d5-warning-a11);
636
+ --volt2-126f7d5-sem-warning-on-high-contrast: var(--volt2-126f7d5-warning-1);
637
+ --volt2-126f7d5-sem-warning-on-soft: var(--volt2-126f7d5-warning-a12);
638
+ --volt2-126f7d5-sem-warning-on-solid: var(--volt2-126f7d5-warning-contrast);
639
+ --volt2-126f7d5-sem-warning-soft: var(--volt2-126f7d5-warning-a3);
640
+ --volt2-126f7d5-sem-warning-soft-hover: var(--volt2-126f7d5-warning-a4);
641
+ --volt2-126f7d5-sem-warning-solid: var(--volt2-126f7d5-warning-a9);
642
+ --volt2-126f7d5-sem-warning-solid-hover: var(--volt2-126f7d5-warning-a10);
643
+ --volt2-126f7d5-sem-warning-surface: var(--volt2-126f7d5-warning-surface);
644
+ --volt2-126f7d5-sem-warning-surface-hover: var(--volt2-126f7d5-warning-a3);
645
+ --volt2-126f7d5-sem-warning-ui: var(--volt2-126f7d5-warning-a7);
646
+ --volt2-126f7d5-sem-warning-ui-hover: var(--volt2-126f7d5-warning-a8);
647
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
648
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
649
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
650
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
651
+ --volt2-126f7d5-success-1: #0e1512;
652
+ --volt2-126f7d5-success-10: #33b074;
653
+ --volt2-126f7d5-success-11: #3dd68c;
654
+ --volt2-126f7d5-success-12: #b1f1cb;
655
+ --volt2-126f7d5-success-2: #121b17;
656
+ --volt2-126f7d5-success-3: #132d21;
657
+ --volt2-126f7d5-success-4: #113b29;
658
+ --volt2-126f7d5-success-5: #174933;
659
+ --volt2-126f7d5-success-6: #20573e;
660
+ --volt2-126f7d5-success-7: #28684a;
661
+ --volt2-126f7d5-success-8: #2f7c57;
662
+ --volt2-126f7d5-success-9: #30a46c;
663
+ --volt2-126f7d5-success-a1: #00de4505;
664
+ --volt2-126f7d5-success-a10: #43fea4ab;
665
+ --volt2-126f7d5-success-a11: #46fea5d4;
666
+ --volt2-126f7d5-success-a12: #bbffd7f0;
667
+ --volt2-126f7d5-success-a2: #29f99d0b;
668
+ --volt2-126f7d5-success-a3: #22ff991e;
669
+ --volt2-126f7d5-success-a4: #11ff992d;
670
+ --volt2-126f7d5-success-a5: #2bffa23c;
671
+ --volt2-126f7d5-success-a6: #44ffaa4b;
672
+ --volt2-126f7d5-success-a7: #50fdac5e;
673
+ --volt2-126f7d5-success-a8: #54ffad73;
674
+ --volt2-126f7d5-success-a9: #44ffa49e;
675
+ --volt2-126f7d5-success-contrast: #ffffff;
676
+ --volt2-126f7d5-success-indicator: #30a46c;
677
+ --volt2-126f7d5-success-surface: #15251d80;
678
+ --volt2-126f7d5-success-track: #30a46c;
679
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
680
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-3);
681
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-group-2);
682
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
683
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
684
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-gray-2);
685
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
686
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-lg);
687
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
688
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-2xl);
689
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
690
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
691
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
692
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash-dark);
693
+ --volt2-126f7d5-warning-1: #17120e;
694
+ --volt2-126f7d5-warning-10: #ff801f;
695
+ --volt2-126f7d5-warning-11: #ffa057;
696
+ --volt2-126f7d5-warning-12: #ffe0c2;
697
+ --volt2-126f7d5-warning-2: #1e160f;
698
+ --volt2-126f7d5-warning-3: #331e0b;
699
+ --volt2-126f7d5-warning-4: #462100;
700
+ --volt2-126f7d5-warning-5: #562800;
701
+ --volt2-126f7d5-warning-6: #66350c;
702
+ --volt2-126f7d5-warning-7: #7e451d;
703
+ --volt2-126f7d5-warning-8: #a35829;
704
+ --volt2-126f7d5-warning-9: #f76b15;
705
+ --volt2-126f7d5-warning-a1: #ec360007;
706
+ --volt2-126f7d5-warning-a10: #ff801f;
707
+ --volt2-126f7d5-warning-a11: #ffa057;
708
+ --volt2-126f7d5-warning-a12: #ffe0c2;
709
+ --volt2-126f7d5-warning-a2: #fe6d000e;
710
+ --volt2-126f7d5-warning-a3: #fb6a0025;
711
+ --volt2-126f7d5-warning-a4: #ff590039;
712
+ --volt2-126f7d5-warning-a5: #ff61004a;
713
+ --volt2-126f7d5-warning-a6: #fd75045c;
714
+ --volt2-126f7d5-warning-a7: #ff832c75;
715
+ --volt2-126f7d5-warning-a8: #fe84389d;
716
+ --volt2-126f7d5-warning-a9: #fe6d15f7;
717
+ --volt2-126f7d5-warning-contrast: #ffffff;
718
+ --volt2-126f7d5-warning-indicator: #f76b15;
719
+ --volt2-126f7d5-warning-surface: #271d1380;
720
+ --volt2-126f7d5-warning-track: #f76b15;
707
721
  }
708
722
  [data-surface="bordered"] {
709
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
710
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
711
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
712
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
713
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
714
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
715
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
716
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
717
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
718
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
719
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
720
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
721
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
722
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
723
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
724
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
725
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
726
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white);
727
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
728
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
729
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
730
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white);
731
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
732
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
733
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
734
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
735
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
736
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
737
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
738
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash);
723
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
724
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
725
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
726
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
727
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
728
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
729
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
730
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
731
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
732
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
733
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
734
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
735
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
736
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
737
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
738
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
739
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
740
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white);
741
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
742
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
743
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
744
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white);
745
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
746
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
747
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
748
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
749
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
750
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
751
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
752
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash);
739
753
  }
740
754
  .dark [data-surface="bordered"],
741
755
  .dark[data-surface="bordered"],
742
756
  [data-theme="dark"] [data-surface="bordered"],
743
757
  [data-theme="dark"][data-surface="bordered"] {
744
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
745
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
746
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
747
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
748
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
749
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
750
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
751
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
752
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
753
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
754
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
755
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
756
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
757
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
758
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
759
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
760
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
761
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-3);
762
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
763
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
764
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
765
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-gray-2);
766
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
767
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
768
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
769
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
770
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
771
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
772
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
773
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash-dark);
758
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
759
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
760
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
761
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
762
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
763
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
764
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
765
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
766
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
767
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
768
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
769
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
770
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
771
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
772
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
773
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
774
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
775
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-3);
776
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
777
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
778
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
779
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-gray-2);
780
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
781
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
782
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
783
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
784
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
785
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
786
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
787
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash-dark);
774
788
  }
775
789
  [data-surface="glass"] {
776
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-glass-field);
777
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-glass-object);
778
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
779
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
780
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
781
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-white-a60);
782
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
783
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
784
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
785
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
786
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
787
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
788
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-glass-container);
789
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-glass-field);
790
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-glass-object);
791
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
792
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white-a26);
793
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white-a80);
794
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
795
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
796
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
797
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white-a60);
798
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
799
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
800
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
801
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
802
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
803
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
804
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-fx-shade-cool-a12);
805
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-glass-wash);
790
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-glass-field);
791
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-glass-object);
792
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
793
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
794
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
795
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-white-a60);
796
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
797
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
798
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
799
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
800
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
801
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
802
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-glass-container);
803
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-glass-field);
804
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-glass-object);
805
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
806
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white-a26);
807
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white-a80);
808
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
809
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
810
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
811
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white-a60);
812
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
813
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
814
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
815
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
816
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
817
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
818
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-fx-shade-cool-a12);
819
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-glass-wash);
806
820
  }
807
821
  .dark [data-surface="glass"],
808
822
  .dark[data-surface="glass"],
809
823
  [data-theme="dark"] [data-surface="glass"],
810
824
  [data-theme="dark"][data-surface="glass"] {
811
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-glass-field);
812
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-glass-object);
813
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
814
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
815
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
816
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-white-a9);
817
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
818
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
819
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
820
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
821
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
822
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
823
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-glass-container-dark);
824
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
825
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-glass-object-dark);
826
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
827
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white-a5);
828
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white-a9);
829
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
830
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
831
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
832
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-fx-glass-object-dark);
833
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
834
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
835
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
836
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
837
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
838
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
839
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-white-a12);
840
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-glass-wash-dark);
825
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-glass-field);
826
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-glass-object);
827
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
828
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
829
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
830
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-white-a9);
831
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
832
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
833
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
834
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
835
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
836
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
837
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-glass-container-dark);
838
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
839
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-glass-object-dark);
840
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
841
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white-a5);
842
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white-a9);
843
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
844
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
845
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
846
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-fx-glass-object-dark);
847
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
848
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
849
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
850
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
851
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
852
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
853
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-white-a12);
854
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-glass-wash-dark);
841
855
  }
842
856
  [data-surface="tint"] {
843
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
844
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
845
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-accent-a5);
846
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
847
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
848
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-accent-a4);
849
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
850
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
851
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
852
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
853
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
854
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
855
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
856
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
857
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
858
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
859
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-accent-a2);
860
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white);
861
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
862
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
863
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
864
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white);
865
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
866
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
867
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
868
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
869
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
870
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
871
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-accent-a5);
872
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-tint-wash);
857
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
858
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
859
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-accent-a5);
860
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
861
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
862
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-accent-a4);
863
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
864
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
865
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
866
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
867
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
868
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
869
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
870
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
871
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
872
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
873
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-accent-a2);
874
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white);
875
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
876
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
877
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
878
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white);
879
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
880
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
881
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
882
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
883
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
884
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
885
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-accent-a5);
886
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-tint-wash);
873
887
  }
874
888
  .dark [data-surface="tint"],
875
889
  .dark[data-surface="tint"],
876
890
  [data-theme="dark"] [data-surface="tint"],
877
891
  [data-theme="dark"][data-surface="tint"] {
878
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
879
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
880
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
881
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
882
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
883
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
884
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
885
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
886
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
887
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
888
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
889
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
890
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
891
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
892
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
893
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
894
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
895
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-3);
896
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
897
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
898
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
899
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-gray-2);
900
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
901
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
902
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
903
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
904
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
905
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
906
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
907
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash-dark);
892
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
893
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
894
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
895
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
896
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
897
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
898
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
899
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
900
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
901
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
902
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
903
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
904
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
905
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
906
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
907
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
908
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
909
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-3);
910
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
911
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
912
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
913
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-gray-2);
914
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
915
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
916
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
917
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
918
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
919
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
920
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
921
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash-dark);
908
922
  }
909
923
  [data-surface="card"] {
910
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
911
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
912
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a3);
913
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
914
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
915
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-transparent);
916
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
917
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
918
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
919
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
920
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
921
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
922
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-card-container);
923
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
924
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
925
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
926
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white);
927
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-a3);
928
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
929
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
930
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
931
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-transparent);
932
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
933
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
934
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
935
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
936
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
937
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
938
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a4);
939
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-card-wash);
924
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
925
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
926
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a3);
927
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
928
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
929
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-transparent);
930
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
931
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
932
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
933
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
934
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
935
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
936
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-card-container);
937
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
938
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
939
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
940
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white);
941
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-a3);
942
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
943
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
944
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
945
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-transparent);
946
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
947
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
948
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
949
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
950
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
951
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
952
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a4);
953
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-card-wash);
940
954
  }
941
955
  .dark [data-surface="card"],
942
956
  .dark[data-surface="card"],
943
957
  [data-theme="dark"] [data-surface="card"],
944
958
  [data-theme="dark"][data-surface="card"] {
945
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
946
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
947
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
948
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
949
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
950
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
951
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
952
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
953
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
954
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
955
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
956
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
957
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
958
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
959
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
960
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
961
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
962
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-3);
963
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
964
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
965
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
966
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-gray-2);
967
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
968
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
969
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
970
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
971
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
972
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
973
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
974
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash-dark);
959
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
960
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
961
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
962
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
963
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
964
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
965
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
966
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
967
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
968
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
969
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
970
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
971
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
972
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
973
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
974
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
975
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
976
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-3);
977
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
978
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
979
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
980
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-gray-2);
981
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
982
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
983
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
984
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
985
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
986
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
987
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
988
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash-dark);
975
989
  }
976
990
  [data-surface="plain"] {
977
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
978
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
979
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
980
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-transparent);
981
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
982
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-transparent);
983
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
984
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-none);
985
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-none);
986
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
987
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-none);
988
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
989
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-plain-container);
990
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
991
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
992
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
993
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white);
994
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-accent-a3);
995
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-group-2);
996
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
997
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
998
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-transparent);
999
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1000
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-lg);
1001
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1002
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-2xl);
1003
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1004
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1005
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-fx-sep-plain);
1006
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-plain-wash);
991
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
992
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
993
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
994
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-transparent);
995
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
996
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-transparent);
997
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
998
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-none);
999
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-none);
1000
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1001
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-none);
1002
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1003
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-plain-container);
1004
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1005
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1006
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1007
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white);
1008
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-accent-a3);
1009
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-group-2);
1010
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1011
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1012
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-transparent);
1013
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1014
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-lg);
1015
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1016
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-2xl);
1017
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1018
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1019
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-fx-sep-plain);
1020
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-plain-wash);
1007
1021
  }
1008
1022
  .dark [data-surface="plain"],
1009
1023
  .dark[data-surface="plain"],
1010
1024
  [data-theme="dark"] [data-surface="plain"],
1011
1025
  [data-theme="dark"][data-surface="plain"] {
1012
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
1013
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
1014
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
1015
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
1016
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1017
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
1018
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1019
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-none);
1020
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-none);
1021
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1022
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-none);
1023
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1024
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
1025
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
1026
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
1027
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1028
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
1029
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-3);
1030
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-group-2);
1031
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1032
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1033
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-gray-2);
1034
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-gray-2);
1035
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-lg);
1036
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1037
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-2xl);
1038
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1039
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1040
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
1041
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash-dark);
1026
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
1027
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
1028
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
1029
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
1030
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1031
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
1032
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1033
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-none);
1034
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-none);
1035
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1036
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-none);
1037
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1038
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
1039
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1040
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1041
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1042
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
1043
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-3);
1044
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-group-2);
1045
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1046
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1047
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-gray-2);
1048
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-gray-2);
1049
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-lg);
1050
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1051
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-2xl);
1052
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1053
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1054
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
1055
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash-dark);
1042
1056
  }
1043
1057
  .light[data-surface="plain"],
1044
1058
  [data-theme="light"][data-surface="plain"] {
1045
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
1046
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
1047
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
1048
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-transparent);
1049
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1050
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-transparent);
1051
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1052
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-none);
1053
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-none);
1054
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1055
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-none);
1056
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1057
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-plain-container);
1058
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
1059
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
1060
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1061
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white);
1062
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-accent-a3);
1063
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-group-2);
1064
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1065
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1066
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-transparent);
1067
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1068
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-lg);
1069
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1070
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-2xl);
1071
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1072
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1073
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-fx-sep-plain);
1074
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-plain-wash);
1059
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
1060
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
1061
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
1062
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-transparent);
1063
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1064
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-transparent);
1065
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1066
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-none);
1067
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-none);
1068
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1069
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-none);
1070
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1071
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-plain-container);
1072
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1073
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1074
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1075
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white);
1076
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-accent-a3);
1077
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-group-2);
1078
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1079
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1080
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-transparent);
1081
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1082
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-lg);
1083
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1084
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-2xl);
1085
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1086
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1087
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-fx-sep-plain);
1088
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-plain-wash);
1075
1089
  }
1076
1090
  .light[data-surface="bordered"],
1077
1091
  [data-theme="light"][data-surface="bordered"] {
1078
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
1079
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
1080
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a5);
1081
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
1082
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1083
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-gray-a6);
1084
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1085
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
1086
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
1087
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1088
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
1089
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1090
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
1091
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
1092
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
1093
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1094
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-gray-a2);
1095
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white);
1096
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
1097
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1098
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1099
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white);
1100
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1101
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
1102
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1103
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
1104
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1105
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1106
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a5);
1107
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-bordered-wash);
1092
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
1093
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
1094
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a5);
1095
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
1096
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1097
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-gray-a6);
1098
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1099
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
1100
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
1101
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1102
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
1103
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1104
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
1105
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1106
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1107
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1108
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-gray-a2);
1109
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white);
1110
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
1111
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1112
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1113
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white);
1114
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1115
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
1116
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1117
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
1118
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1119
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1120
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a5);
1121
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-bordered-wash);
1108
1122
  }
1109
1123
  .light[data-surface="glass"],
1110
1124
  [data-theme="light"][data-surface="glass"] {
1111
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-glass-field);
1112
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-glass-object);
1113
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-transparent);
1114
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
1115
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1116
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-white-a60);
1117
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1118
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
1119
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
1120
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1121
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
1122
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1123
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-glass-container);
1124
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-glass-field);
1125
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-glass-object);
1126
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1127
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white-a26);
1128
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white-a80);
1129
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
1130
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1131
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1132
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white-a60);
1133
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1134
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
1135
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1136
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
1137
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1138
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1139
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-fx-shade-cool-a12);
1140
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-glass-wash);
1125
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-glass-field);
1126
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-glass-object);
1127
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-transparent);
1128
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
1129
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1130
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-white-a60);
1131
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1132
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
1133
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
1134
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1135
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
1136
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1137
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-glass-container);
1138
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-glass-field);
1139
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-glass-object);
1140
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1141
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white-a26);
1142
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white-a80);
1143
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
1144
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1145
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1146
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white-a60);
1147
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1148
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
1149
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1150
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
1151
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1152
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1153
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-fx-shade-cool-a12);
1154
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-glass-wash);
1141
1155
  }
1142
1156
  .light[data-surface="tint"],
1143
1157
  [data-theme="light"][data-surface="tint"] {
1144
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
1145
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
1146
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-accent-a5);
1147
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
1148
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1149
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-accent-a4);
1150
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1151
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
1152
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
1153
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1154
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
1155
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1156
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-none);
1157
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
1158
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
1159
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1160
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-accent-a2);
1161
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-white);
1162
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
1163
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1164
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1165
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-white);
1166
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1167
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
1168
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1169
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
1170
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1171
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1172
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-accent-a5);
1173
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-tint-wash);
1158
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
1159
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
1160
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-accent-a5);
1161
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
1162
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1163
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-accent-a4);
1164
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1165
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
1166
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
1167
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1168
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
1169
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1170
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-none);
1171
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1172
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1173
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1174
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-accent-a2);
1175
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-white);
1176
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
1177
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1178
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1179
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-white);
1180
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1181
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
1182
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1183
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
1184
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1185
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1186
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-accent-a5);
1187
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-tint-wash);
1174
1188
  }
1175
1189
  .light[data-surface="card"],
1176
1190
  [data-theme="light"][data-surface="card"] {
1177
- --volt2-f5ce190-blur-field: var(--volt2-f5ce190-blur-p-none);
1178
- --volt2-f5ce190-blur-object: var(--volt2-f5ce190-blur-p-none);
1179
- --volt2-f5ce190-border-container: var(--volt2-f5ce190-gray-a3);
1180
- --volt2-f5ce190-border-field: var(--volt2-f5ce190-gray-a4);
1181
- --volt2-f5ce190-border-header: var(--volt2-f5ce190-transparent);
1182
- --volt2-f5ce190-border-object: var(--volt2-f5ce190-transparent);
1183
- --volt2-f5ce190-border-overlay: var(--volt2-f5ce190-gray-a6);
1184
- --volt2-f5ce190-border-width-container: var(--volt2-f5ce190-border-hairline);
1185
- --volt2-f5ce190-border-width-field: var(--volt2-f5ce190-border-hairline);
1186
- --volt2-f5ce190-border-width-header: var(--volt2-f5ce190-border-none);
1187
- --volt2-f5ce190-border-width-object: var(--volt2-f5ce190-border-hairline);
1188
- --volt2-f5ce190-border-width-overlay: var(--volt2-f5ce190-border-hairline);
1189
- --volt2-f5ce190-shadow-container: var(--volt2-f5ce190-shadow-p-card-container);
1190
- --volt2-f5ce190-shadow-field: var(--volt2-f5ce190-shadow-p-none);
1191
- --volt2-f5ce190-shadow-object: var(--volt2-f5ce190-shadow-p-none);
1192
- --volt2-f5ce190-shadow-overlay: var(--volt2-f5ce190-shadow-p-bordered-overlay);
1193
- --volt2-f5ce190-surface-container: var(--volt2-f5ce190-white);
1194
- --volt2-f5ce190-surface-field: var(--volt2-f5ce190-gray-a3);
1195
- --volt2-f5ce190-surface-gap: var(--volt2-f5ce190-spacing-element-1);
1196
- --volt2-f5ce190-surface-header: var(--volt2-f5ce190-transparent);
1197
- --volt2-f5ce190-surface-inset: var(--volt2-f5ce190-spacing-element-2);
1198
- --volt2-f5ce190-surface-object: var(--volt2-f5ce190-transparent);
1199
- --volt2-f5ce190-surface-overlay: var(--volt2-f5ce190-white);
1200
- --volt2-f5ce190-surface-radius-container: var(--volt2-f5ce190-radius-2xl);
1201
- --volt2-f5ce190-surface-radius-field: var(--volt2-f5ce190-radius-lg);
1202
- --volt2-f5ce190-surface-radius-object: var(--volt2-f5ce190-radius-3xl);
1203
- --volt2-f5ce190-surface-radius-overlay: var(--volt2-f5ce190-radius-xl);
1204
- --volt2-f5ce190-surface-radius-pill: var(--volt2-f5ce190-radius-full);
1205
- --volt2-f5ce190-surface-sep: var(--volt2-f5ce190-gray-a4);
1206
- --volt2-f5ce190-surface-wash: var(--volt2-f5ce190-gradient-card-wash);
1191
+ --volt2-126f7d5-blur-field: var(--volt2-126f7d5-blur-p-none);
1192
+ --volt2-126f7d5-blur-object: var(--volt2-126f7d5-blur-p-none);
1193
+ --volt2-126f7d5-border-container: var(--volt2-126f7d5-gray-a3);
1194
+ --volt2-126f7d5-border-field: var(--volt2-126f7d5-gray-a4);
1195
+ --volt2-126f7d5-border-header: var(--volt2-126f7d5-transparent);
1196
+ --volt2-126f7d5-border-object: var(--volt2-126f7d5-transparent);
1197
+ --volt2-126f7d5-border-overlay: var(--volt2-126f7d5-gray-a6);
1198
+ --volt2-126f7d5-border-width-container: var(--volt2-126f7d5-border-hairline);
1199
+ --volt2-126f7d5-border-width-field: var(--volt2-126f7d5-border-hairline);
1200
+ --volt2-126f7d5-border-width-header: var(--volt2-126f7d5-border-none);
1201
+ --volt2-126f7d5-border-width-object: var(--volt2-126f7d5-border-hairline);
1202
+ --volt2-126f7d5-border-width-overlay: var(--volt2-126f7d5-border-hairline);
1203
+ --volt2-126f7d5-shadow-container: var(--volt2-126f7d5-shadow-p-card-container);
1204
+ --volt2-126f7d5-shadow-field: var(--volt2-126f7d5-shadow-p-none);
1205
+ --volt2-126f7d5-shadow-object: var(--volt2-126f7d5-shadow-p-none);
1206
+ --volt2-126f7d5-shadow-overlay: var(--volt2-126f7d5-shadow-p-bordered-overlay);
1207
+ --volt2-126f7d5-surface-container: var(--volt2-126f7d5-white);
1208
+ --volt2-126f7d5-surface-field: var(--volt2-126f7d5-gray-a3);
1209
+ --volt2-126f7d5-surface-gap: var(--volt2-126f7d5-spacing-element-1);
1210
+ --volt2-126f7d5-surface-header: var(--volt2-126f7d5-transparent);
1211
+ --volt2-126f7d5-surface-inset: var(--volt2-126f7d5-spacing-element-2);
1212
+ --volt2-126f7d5-surface-object: var(--volt2-126f7d5-transparent);
1213
+ --volt2-126f7d5-surface-overlay: var(--volt2-126f7d5-white);
1214
+ --volt2-126f7d5-surface-radius-container: var(--volt2-126f7d5-radius-2xl);
1215
+ --volt2-126f7d5-surface-radius-field: var(--volt2-126f7d5-radius-lg);
1216
+ --volt2-126f7d5-surface-radius-object: var(--volt2-126f7d5-radius-3xl);
1217
+ --volt2-126f7d5-surface-radius-overlay: var(--volt2-126f7d5-radius-xl);
1218
+ --volt2-126f7d5-surface-radius-pill: var(--volt2-126f7d5-radius-full);
1219
+ --volt2-126f7d5-surface-sep: var(--volt2-126f7d5-gray-a4);
1220
+ --volt2-126f7d5-surface-wash: var(--volt2-126f7d5-gradient-card-wash);
1207
1221
  }`;
1208
1222
  export {
1209
- a as CSS,
1210
- e as NS,
1211
- r as SHEET_HASH
1223
+ o as CSS,
1224
+ r as NS,
1225
+ a as SHEET_HASH
1212
1226
  };
1213
1227
  //# sourceMappingURL=core.generated.js.map