@planningcenter/tapestry 3.0.0-rc.16 → 3.0.0-rc.17

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 (29) hide show
  1. package/dist/components/page-header/index.js +1 -1
  2. package/dist/components/sidenav/index.js +1 -1
  3. package/dist/reactRender.css +1344 -1344
  4. package/dist/reactRender.css.map +1 -1
  5. package/dist/reactRenderLegacy.css +1344 -1344
  6. package/dist/reactRenderLegacy.css.map +1 -1
  7. package/dist/tapestry-wc/dist/components/{p-B-0BoHJk.js → p-BobWS0hK.js} +2 -2
  8. package/dist/tapestry-wc/dist/components/{p-B-0BoHJk.js.map → p-BobWS0hK.js.map} +1 -1
  9. package/dist/tapestry-wc/dist/components/{p-Bz9pLO6d.js → p-DC60OKIY.js} +3 -3
  10. package/dist/tapestry-wc/dist/components/{p-Bz9pLO6d.js.map → p-DC60OKIY.js.map} +1 -1
  11. package/dist/tapestry-wc/dist/components/{p-BIVQiCgW.js → p-OjdQMmDR.js} +3 -3
  12. package/dist/tapestry-wc/dist/components/{p-BIVQiCgW.js.map → p-OjdQMmDR.js.map} +1 -1
  13. package/dist/tapestry-wc/dist/components/{p-BmShuLcI.js → p-c6xqF66T.js} +3 -3
  14. package/dist/tapestry-wc/dist/components/{p-BmShuLcI.js.map → p-c6xqF66T.js.map} +1 -1
  15. package/dist/tapestry-wc/dist/components/{p-DpKQK8qS.js → p-e4LINQT0.js} +2 -2
  16. package/dist/tapestry-wc/dist/components/{p-DpKQK8qS.js.map → p-e4LINQT0.js.map} +1 -1
  17. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  18. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  19. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  20. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  21. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  22. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  23. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  24. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  25. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  26. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  27. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  28. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  29. package/package.json +3 -3
@@ -1,1244 +1,973 @@
1
1
  @layer t-critical, t-component;
2
2
 
3
+ @media (prefers-color-scheme: dark){
4
+ :root[data-color-mode="system"]{
5
+ color-scheme:dark;
6
+ --t-text-color-headline:hsl(0, 0%, 94%);
7
+ --t-text-color:hsl(0, 0%, 80%);
8
+ --t-text-color-secondary:hsl(0, 0%, 54%);
9
+ --t-text-color-disabled:hsl(0, 0%, 25%);
10
+ --t-text-color-placeholder:hsl(0, 0%, 38%);
11
+ --t-text-color-interaction:hsl(204, 68%, 55%);
12
+ --t-text-color-interaction-hover:hsl(204, 68%, 50%);
13
+ --t-text-color-interaction-active:hsl(204, 68%, 45%);
14
+ --t-text-color-interaction-visited:hsl(204, 68%, 50%);
15
+ --t-text-color-status-neutral:hsl(0, 0%, 80%);
16
+ --t-text-color-status-info:hsl(204, 68%, 55%);
17
+ --t-text-color-status-success:hsl(97, 57%, 41%);
18
+ --t-text-color-status-warning:hsl(42, 84%, 55%);
19
+ --t-text-color-status-error:hsl(8, 61%, 61%);
20
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
21
+ --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
22
+ --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
23
+ --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
24
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
25
+ --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
26
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
27
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
28
+ --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
29
+ --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
30
+ --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
31
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
32
+ --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
33
+ --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
34
+ --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
35
+ --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
36
+ --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
37
+ --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
38
+ --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
39
+ --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
40
+ --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
41
+ --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
42
+ --t-icon-color:hsl(0, 0%, 80%);
43
+ --t-icon-color-secondary:hsl(0, 0%, 54%);
44
+ --t-icon-color-dim:hsl(0, 0%, 38%);
45
+ --t-icon-color-disabled:hsl(0, 0%, 25%);
46
+ --t-icon-color-status-neutral:hsl(0, 0%, 54%);
47
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
48
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
49
+ --t-icon-color-status-info:hsl(204, 68%, 55%);
50
+ --t-icon-color-status-error:hsl(8, 61%, 61%);
51
+ --t-fill-color-neutral-100:hsl(0, 0%, 10%);
52
+ --t-fill-color-neutral-000:hsl(0, 0%, 98%);
53
+ --t-fill-color-neutral-010:hsl(0, 0%, 88%);
54
+ --t-fill-color-neutral-020:hsl(0, 0%, 68%);
55
+ --t-fill-color-neutral-025:hsl(0, 0%, 58%);
56
+ --t-fill-color-neutral-030:hsl(0, 0%, 50%);
57
+ --t-fill-color-neutral-040:hsl(0, 0%, 32%);
58
+ --t-fill-color-neutral-050:hsl(0, 0%, 24%);
59
+ --t-fill-color-neutral-060:hsl(0, 0%, 19%);
60
+ --t-fill-color-neutral-070:hsl(0, 0%, 17%);
61
+ --t-fill-color-neutral-080:hsl(0, 0%, 15%);
62
+ --t-fill-color-neutral-090:hsl(0, 0%, 12%);
63
+ --t-fill-color-interaction:hsl(204, 100%, 35%);
64
+ --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
65
+ --t-fill-color-interaction-active:hsl(204, 80%, 45%);
66
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
67
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
68
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
69
+ --t-fill-color-control:hsl(204, 100%, 35%);
70
+ --t-fill-color-control-disabled:hsl(0, 0%, 20%);
71
+ --t-fill-color-status-neutral:hsl(0, 0%, 24%);
72
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
73
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
74
+ --t-fill-color-status-info:hsl(204, 100%, 35%);
75
+ --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
76
+ --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
77
+ --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
78
+ --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
79
+ --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
80
+ --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
81
+ --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
82
+ --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
83
+ --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
84
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
85
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
86
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
87
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
88
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
89
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
90
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
91
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
92
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
93
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
94
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
95
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
96
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
97
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
98
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
99
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
100
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
101
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
102
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
103
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
104
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
105
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
106
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
107
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
108
+ --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
109
+ --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
110
+ --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
111
+ --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
112
+ --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
113
+ --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
114
+ --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
115
+ --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
116
+ --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
117
+ --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
118
+ --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
119
+ --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
120
+ --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
121
+ --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
122
+ --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
123
+ --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
124
+ --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
125
+ --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
126
+ --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
127
+ --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
128
+ --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
129
+ --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
130
+ --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
131
+ --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
132
+ --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
133
+ --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
134
+ --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
135
+ --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
136
+ --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
137
+ --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
138
+ --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
139
+ --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
140
+ --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
141
+ --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
142
+ --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
143
+ --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
144
+ --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
145
+ --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
146
+ --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
147
+ --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
148
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
149
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
150
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
151
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
152
+ --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
153
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
154
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
155
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
156
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
157
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
158
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
159
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
160
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
161
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
162
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
163
+ --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
164
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
165
+ --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
166
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
167
+ --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
168
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
169
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
170
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
171
+ --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
172
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
173
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
174
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
175
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
176
+ --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
177
+ --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
178
+ --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
179
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
180
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
181
+ --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
182
+ --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
183
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
184
+ --t-fill-color-button-pill:hsl(0, 0%, 18%);
185
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
186
+ --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
187
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
188
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
189
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
190
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
191
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
192
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
193
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
194
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
195
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
196
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
197
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
198
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
199
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
200
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
201
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
202
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
203
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
204
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
205
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
206
+ --t-surface-color-card:hsl(0, 0%, 12%);
207
+ --t-surface-color-canvas:hsl(0, 0%, 10%);
208
+ --t-border-color:hsl(0, 0%, 21%);
209
+ --t-border-color-dark:hsl(0, 0%, 25%);
210
+ --t-border-color-darker:hsl(0, 0%, 33%);
211
+ --t-border-color-darkest:hsl(0, 0%, 38%);
212
+ --t-border-color-disabled:hsl(0, 0%, 21%);
213
+ --t-border-color-dim:hsl(0, 0%, 16%);
214
+ --t-border-color-white:hsl(0, 0%, 12%);
215
+ --t-border-color-status-neutral:hsl(0, 0%, 38%);
216
+ --t-border-color-status-info:hsl(204, 100%, 35%);
217
+ --t-border-color-button-neutral:hsl(0, 0%, 19%);
218
+ --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
219
+ --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
220
+ --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
221
+ --t-border-color-control-neutral:hsl(0, 0%, 33%);
222
+ --t-border-color-control-info:hsl(204, 100%, 35%);
223
+ --t-border-color-control-disabled:hsl(0, 0%, 21%);
224
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
225
+ }
226
+ }
227
+
3
228
  :root{
4
- --t-border-radius-sm:2px;
5
- --t-border-radius-md:4px;
6
- --t-border-radius-lg:8px;
7
- --t-border-radius-xl:16px;
8
- --t-border-radius-round:56px;
9
- --t-border-radius:4px;
10
- --t-border-width:1px;
11
- --t-border-width-thick:2px;
12
- --t-spacing-1:8px;
13
- --t-spacing-2:16px;
14
- --t-spacing-3:24px;
15
- --t-spacing-4:32px;
16
- --t-spacing-5:40px;
17
- --t-spacing-6:48px;
18
- --t-spacing-7:56px;
19
- --t-spacing-fourth:2px;
20
- --t-spacing-half:4px;
21
- --t-spacing-1-half:12px;
22
- --t-element-size-3xl:48px;
23
- --t-element-size-2xl:32px;
24
- --t-element-size-xl:24px;
25
- --t-element-size-lg:18px;
26
- --t-element-size-md:16px;
27
- --t-element-size-sm:14px;
28
- --t-element-size-xs:12px;
29
- --t-font-size-4xl:32px;
30
- --t-font-size-3xl:28px;
31
- --t-font-size-2xl:24px;
32
- --t-font-size-xl:20px;
33
- --t-font-size-lg:18px;
34
- --t-font-size-md:16px;
35
- --t-font-size-sm:14px;
36
- --t-font-size-xs:12px;
37
- --t-font-size-2xs:10px;
38
- --t-font-weight-normal:400;
39
- --t-font-weight-medium:500;
40
- --t-font-weight-semibold:600;
41
- --t-font-weight-bold:700;
42
- --t-container-size-xl:48px;
43
- --t-container-size-lg:40px;
44
- --t-container-size-md:32px;
45
- --t-container-size-sm:24px;
46
- --t-container-size-xs:20px;
47
- --t-avatar-size-20:20px;
48
- --t-avatar-size-24:24px;
49
- --t-avatar-size-36:36px;
50
- --t-avatar-size-48:48px;
51
- --t-avatar-size-72:72px;
52
- --t-avatar-size-112:112px;
53
- --t-text-color-headline:hsl(0, 0%, 12%);
54
- --t-text-color:hsl(0, 0%, 24%);
55
- --t-text-color-secondary:hsl(0, 0%, 42%);
56
- --t-text-color-disabled:hsl(0, 0%, 81%);
57
- --t-text-color-placeholder:hsl(0, 0%, 58%);
58
- --t-text-color-inverted:hsl(0, 0%, 100%);
59
- --t-text-color-interaction:hsl(204, 100%, 40%);
60
- --t-text-color-interaction-hover:hsl(204, 100%, 35%);
61
- --t-text-color-interaction-active:hsl(204, 100%, 30%);
62
- --t-text-color-interaction-visited:hsl(204, 100%, 30%);
63
- --t-text-color-status-neutral:hsl(0, 0%, 24%);
64
- --t-text-color-status-info:hsl(204, 100%, 35%);
65
- --t-text-color-status-success:hsl(97, 57%, 28%);
66
- --t-text-color-status-warning:hsl(42, 100%, 29%);
67
- --t-text-color-status-error:hsl(8, 60%, 45%);
68
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
69
- --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
70
- --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
71
- --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
72
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
73
- --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
74
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
75
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
76
- --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
77
- --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
78
- --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
79
- --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
80
- --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
81
- --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
82
- --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
83
- --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
84
- --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
85
- --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
86
- --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
87
- --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
88
- --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
89
- --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
90
- --t-icon-color:hsl(0, 0%, 24%);
91
- --t-icon-color-secondary:hsl(0, 0%, 42%);
92
- --t-icon-color-dim:hsl(0, 0%, 58%);
93
- --t-icon-color-disabled:hsl(0, 0%, 81%);
94
- --t-icon-color-inverted:hsl(0, 0%, 100%);
95
- --t-icon-color-status-neutral:hsl(0, 0%, 42%);
96
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
97
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
98
- --t-icon-color-status-info:hsl(204, 100%, 40%);
99
- --t-icon-color-status-success:hsl(96, 57%, 33%);
100
- --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
101
- --t-icon-color-status-warning:hsl(42, 84%, 49%);
102
- --t-icon-color-status-error:hsl(8, 60%, 47%);
103
- --t-fill-color-neutral-100:hsl(0, 0%, 100%);
104
- --t-fill-color-neutral-000:hsl(0, 0%, 12%);
105
- --t-fill-color-neutral-010:hsl(0, 0%, 24%);
106
- --t-fill-color-neutral-020:hsl(0, 0%, 42%);
107
- --t-fill-color-neutral-025:hsl(0, 0%, 50%);
108
- --t-fill-color-neutral-030:hsl(0, 0%, 58%);
109
- --t-fill-color-neutral-040:hsl(0, 0%, 81%);
110
- --t-fill-color-neutral-050:hsl(0, 0%, 88%);
111
- --t-fill-color-neutral-060:hsl(0, 0%, 93%);
112
- --t-fill-color-neutral-070:hsl(0, 0%, 95%);
113
- --t-fill-color-neutral-080:hsl(0, 0%, 97%);
114
- --t-fill-color-neutral-090:hsl(0, 0%, 98%);
115
- --t-fill-color-interaction:hsl(204, 100%, 40%);
116
- --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
117
- --t-fill-color-interaction-active:hsl(204, 100%, 30%);
118
- --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
119
- --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
120
- --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
121
- --t-fill-color-control:hsl(204, 100%, 40%);
122
- --t-fill-color-control-secondary:hsl(97, 57%, 40%);
123
- --t-fill-color-control-error:hsl(8, 60%, 47%);
124
- --t-fill-color-control-disabled:hsl(0, 0%, 81%);
125
- --t-fill-color-status-neutral:hsl(0, 0%, 42%);
126
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
127
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
128
- --t-fill-color-status-info:hsl(204, 100%, 40%);
129
- --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
130
- --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
131
- --t-fill-color-status-success:hsl(96, 57%, 33%);
132
- --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
133
- --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
134
- --t-fill-color-status-warning:hsl(42, 84%, 63%);
135
- --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
136
- --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
137
- --t-fill-color-status-error:hsl(8, 60%, 47%);
138
- --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
139
- --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
140
- --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
141
- --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
142
- --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
143
- --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
144
- --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
145
- --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
146
- --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
147
- --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
148
- --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
149
- --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
150
- --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
151
- --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
152
- --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
153
- --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
154
- --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
155
- --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
156
- --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
157
- --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
158
- --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
159
- --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
160
- --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
161
- --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
162
- --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
163
- --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
164
- --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
165
- --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
166
- --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
167
- --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
168
- --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
169
- --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
170
- --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
171
- --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
172
- --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
173
- --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
174
- --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
175
- --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
176
- --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
177
- --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
178
- --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
179
- --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
180
- --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
181
- --t-fill-color-product-home-010:hsl(221, 89%, 93%);
182
- --t-fill-color-product-home-020:hsl(221, 91%, 91%);
183
- --t-fill-color-product-home-030:hsl(221, 91%, 87%);
184
- --t-fill-color-product-home-040:hsl(221, 91%, 62%);
185
- --t-fill-color-product-home-050:hsl(221, 91%, 55%);
186
- --t-fill-color-product-home-060:hsl(221, 90%, 50%);
187
- --t-fill-color-product-home-070:hsl(221, 90%, 45%);
188
- --t-fill-color-product-home-080:hsl(218, 84%, 25%);
189
- --t-fill-color-product-people-010:hsl(219, 73%, 91%);
190
- --t-fill-color-product-people-020:hsl(220, 69%, 81%);
191
- --t-fill-color-product-people-030:hsl(221, 73%, 71%);
192
- --t-fill-color-product-people-040:hsl(221, 73%, 65%);
193
- --t-fill-color-product-people-050:hsl(220, 74%, 57%);
194
- --t-fill-color-product-people-060:hsl(220, 68%, 51%);
195
- --t-fill-color-product-people-070:hsl(220, 68%, 41%);
196
- --t-fill-color-product-people-080:hsl(221, 68%, 31%);
197
- --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
198
- --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
199
- --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
200
- --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
201
- --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
202
- --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
203
- --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
204
- --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
205
- --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
206
- --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
207
- --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
208
- --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
209
- --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
210
- --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
211
- --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
212
- --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
213
- --t-fill-color-product-services-010:hsl(88, 31%, 88%);
214
- --t-fill-color-product-services-020:hsl(88, 39%, 75%);
215
- --t-fill-color-product-services-030:hsl(88, 39%, 66%);
216
- --t-fill-color-product-services-040:hsl(88, 40%, 54%);
217
- --t-fill-color-product-services-050:hsl(88, 45%, 41%);
218
- --t-fill-color-product-services-060:hsl(89, 62%, 31%);
219
- --t-fill-color-product-services-070:hsl(89, 62%, 26%);
220
- --t-fill-color-product-services-080:hsl(89, 63%, 21%);
221
- --t-fill-color-product-staff:hsl(328, 100%, 45%);
222
- --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
223
- --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
224
- --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
225
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
226
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
227
- --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
228
- --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
229
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
230
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
231
- --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
232
- --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
233
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
234
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
235
- --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
236
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
237
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
238
- --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
239
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
240
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
241
- --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
242
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
243
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
244
- --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
245
- --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
246
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
247
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
248
- --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
249
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
250
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
251
- --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
252
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
253
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
254
- --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
255
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
256
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
257
- --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
258
- --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
259
- --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
260
- --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
261
- --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
262
- --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
263
- --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
264
- --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
265
- --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
266
- --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
267
- --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
268
- --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
269
- --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
270
- --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
271
- --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
272
- --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
273
- --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
274
- --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
275
- --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
276
- --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
277
- --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
278
- --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
279
- --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
280
- --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
281
- --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
282
- --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
283
- --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
284
- --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
285
- --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
286
- --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
287
- --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
288
- --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
289
- --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
290
- --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
291
- --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
292
- --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
293
- --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
294
- --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
295
- --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
296
- --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
297
- --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
298
- --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
299
- --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
300
- --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
301
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
302
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
303
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
304
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
305
- --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
306
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
307
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
308
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
309
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
310
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
311
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
312
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
313
- --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
314
- --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
315
- --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
316
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
317
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
318
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
319
- --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
320
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
321
- --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
322
- --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
323
- --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
324
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
325
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
326
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
327
- --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
328
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
329
- --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
330
- --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
331
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
332
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
333
- --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
334
- --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
335
- --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
336
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
337
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
338
- --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
339
- --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
340
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
341
- --t-fill-color-button-pill:hsl(0, 0%, 93%);
342
- --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
343
- --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
344
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
345
- --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
346
- --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
347
- --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
348
- --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
349
- --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
350
- --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
351
- --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
352
- --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
353
- --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
354
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
355
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
356
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
357
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
358
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
359
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
360
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
361
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
362
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
363
- --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
364
- --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
365
- --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
366
- --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
367
- --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
368
- --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
369
- --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
370
- --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
371
- --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
372
- --t-surface-color-card:hsl(0, 0%, 100%);
373
- --t-surface-color-canvas:hsl(0, 0%, 100%);
374
- --t-border-color:hsl(0, 0%, 88%);
375
- --t-border-color-dark:hsl(0, 0%, 81%);
376
- --t-border-color-darker:hsl(0, 0%, 68%);
377
- --t-border-color-darkest:hsl(0, 0%, 58%);
378
- --t-border-color-disabled:hsl(0, 0%, 88%);
379
- --t-border-color-dim:hsl(0, 0%, 95%);
380
- --t-border-color-white:hsl(0, 0%, 100%);
381
- --t-border-color-status-neutral:hsl(0, 0%, 58%);
382
- --t-border-color-status-info:hsl(204, 100%, 40%);
383
- --t-border-color-status-success:hsl(97, 57%, 40%);
384
- --t-border-color-status-warning:hsl(42, 84%, 63%);
385
- --t-border-color-status-error:hsl(8, 60%, 47%);
386
- --t-border-color-button-neutral:hsl(0, 0%, 88%);
387
- --t-border-color-button-info:hsl(204, 100%, 40%);
388
- --t-border-color-button-create:hsl(96, 57%, 33%);
389
- --t-border-color-button-delete:hsl(8, 60%, 47%);
390
- --t-border-color-control-neutral:hsl(0, 0%, 68%);
391
- --t-border-color-control-info:hsl(204, 100%, 40%);
392
- --t-border-color-control-success:hsl(97, 57%, 40%);
393
- --t-border-color-control-warning:hsl(42, 84%, 63%);
394
- --t-border-color-control-error:hsl(8, 60%, 47%);
395
- --t-border-color-control-disabled:hsl(0, 0%, 88%);
396
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
397
- --t-form-background-color:var(--t-fill-color-neutral-100);
398
- --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
399
- --t-form-background-color-error:var(--t-fill-color-neutral-100);
400
- --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
401
- --t-form-border-color:var(--t-border-color);
402
- --t-form-border-color-disabled:var(--t-border-color);
403
- --t-form-border-color-error:var(--t-border-color-status-error);
404
- --t-form-border-color-focus:var(--t-fill-color-interaction);
405
- --t-form-border-color-hover:var(--t-border-color-dark);
406
- --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
407
- --t-form-border-radius:var(--t-border-radius-md);
408
- --t-form-border-width:var(--t-border-width);
409
- --t-form-font-color:var(--t-text-color);
410
- --t-form-font-color-disabled:var(--t-text-color-disabled);
411
- --t-form-font-color-error:var(--t-text-color-status-error);
412
- --t-form-font-color-readonly:var(--t-text-color);
413
- --t-form-picker-icon-color:var(--t-icon-color);
414
- --t-form-placeholder-color:var(--t-text-color-placeholder);
415
- }
416
-
417
- :root[data-color-mode="dark"]{
418
- color-scheme:dark;
419
- --t-text-color-headline:hsl(0, 0%, 94%);
420
- --t-text-color:hsl(0, 0%, 80%);
421
- --t-text-color-secondary:hsl(0, 0%, 54%);
422
- --t-text-color-disabled:hsl(0, 0%, 25%);
423
- --t-text-color-placeholder:hsl(0, 0%, 38%);
424
- --t-text-color-interaction:hsl(204, 68%, 55%);
425
- --t-text-color-interaction-hover:hsl(204, 68%, 50%);
426
- --t-text-color-interaction-active:hsl(204, 68%, 45%);
427
- --t-text-color-interaction-visited:hsl(204, 68%, 50%);
428
- --t-text-color-status-neutral:hsl(0, 0%, 80%);
429
- --t-text-color-status-info:hsl(204, 68%, 55%);
430
- --t-text-color-status-success:hsl(97, 57%, 41%);
431
- --t-text-color-status-warning:hsl(42, 84%, 55%);
432
- --t-text-color-status-error:hsl(8, 61%, 61%);
433
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
434
- --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
435
- --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
436
- --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
437
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
438
- --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
439
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
440
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
441
- --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
442
- --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
443
- --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
444
- --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
445
- --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
446
- --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
447
- --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
448
- --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
449
- --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
450
- --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
451
- --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
452
- --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
453
- --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
454
- --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
455
- --t-icon-color:hsl(0, 0%, 80%);
456
- --t-icon-color-secondary:hsl(0, 0%, 54%);
457
- --t-icon-color-dim:hsl(0, 0%, 38%);
458
- --t-icon-color-disabled:hsl(0, 0%, 25%);
459
- --t-icon-color-status-neutral:hsl(0, 0%, 54%);
460
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
461
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
462
- --t-icon-color-status-info:hsl(204, 68%, 55%);
463
- --t-icon-color-status-error:hsl(8, 61%, 61%);
464
- --t-fill-color-neutral-100:hsl(0, 0%, 10%);
465
- --t-fill-color-neutral-000:hsl(0, 0%, 98%);
466
- --t-fill-color-neutral-010:hsl(0, 0%, 88%);
467
- --t-fill-color-neutral-020:hsl(0, 0%, 68%);
468
- --t-fill-color-neutral-025:hsl(0, 0%, 58%);
469
- --t-fill-color-neutral-030:hsl(0, 0%, 50%);
470
- --t-fill-color-neutral-040:hsl(0, 0%, 32%);
471
- --t-fill-color-neutral-050:hsl(0, 0%, 24%);
472
- --t-fill-color-neutral-060:hsl(0, 0%, 19%);
473
- --t-fill-color-neutral-070:hsl(0, 0%, 17%);
474
- --t-fill-color-neutral-080:hsl(0, 0%, 15%);
475
- --t-fill-color-neutral-090:hsl(0, 0%, 12%);
476
- --t-fill-color-interaction:hsl(204, 100%, 35%);
477
- --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
478
- --t-fill-color-interaction-active:hsl(204, 80%, 45%);
479
- --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
480
- --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
481
- --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
482
- --t-fill-color-control:hsl(204, 100%, 35%);
483
- --t-fill-color-control-disabled:hsl(0, 0%, 20%);
484
- --t-fill-color-status-neutral:hsl(0, 0%, 24%);
485
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
486
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
487
- --t-fill-color-status-info:hsl(204, 100%, 35%);
488
- --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
489
- --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
490
- --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
491
- --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
492
- --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
493
- --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
494
- --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
495
- --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
496
- --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
497
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
498
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
499
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
500
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
501
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
502
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
503
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
504
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
505
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
506
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
507
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
508
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
509
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
510
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
511
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
512
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
513
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
514
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
515
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
516
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
517
- --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
518
- --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
519
- --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
520
- --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
521
- --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
522
- --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
523
- --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
524
- --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
525
- --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
526
- --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
527
- --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
528
- --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
529
- --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
530
- --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
531
- --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
532
- --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
533
- --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
534
- --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
535
- --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
536
- --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
537
- --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
538
- --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
539
- --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
540
- --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
541
- --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
542
- --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
543
- --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
544
- --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
545
- --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
546
- --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
547
- --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
548
- --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
549
- --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
550
- --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
551
- --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
552
- --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
553
- --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
554
- --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
555
- --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
556
- --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
557
- --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
558
- --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
559
- --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
560
- --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
561
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
562
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
563
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
564
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
565
- --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
566
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
567
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
568
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
569
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
570
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
571
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
572
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
573
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
574
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
575
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
576
- --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
577
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
578
- --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
579
- --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
580
- --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
581
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
582
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
583
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
584
- --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
585
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
586
- --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
587
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
588
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
589
- --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
590
- --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
591
- --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
592
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
593
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
594
- --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
595
- --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
596
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
597
- --t-fill-color-button-pill:hsl(0, 0%, 18%);
598
- --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
599
- --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
600
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
601
- --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
602
- --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
603
- --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
604
- --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
605
- --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
606
- --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
607
- --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
608
- --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
609
- --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
610
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
611
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
612
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
613
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
614
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
615
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
616
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
617
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
618
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
619
- --t-surface-color-card:hsl(0, 0%, 12%);
620
- --t-surface-color-canvas:hsl(0, 0%, 10%);
621
- --t-border-color:hsl(0, 0%, 21%);
622
- --t-border-color-dark:hsl(0, 0%, 25%);
623
- --t-border-color-darker:hsl(0, 0%, 33%);
624
- --t-border-color-darkest:hsl(0, 0%, 38%);
625
- --t-border-color-disabled:hsl(0, 0%, 21%);
626
- --t-border-color-dim:hsl(0, 0%, 16%);
627
- --t-border-color-white:hsl(0, 0%, 12%);
628
- --t-border-color-status-neutral:hsl(0, 0%, 38%);
629
- --t-border-color-status-info:hsl(204, 100%, 35%);
630
- --t-border-color-button-neutral:hsl(0, 0%, 19%);
631
- --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
632
- --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
633
- --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
634
- --t-border-color-control-neutral:hsl(0, 0%, 33%);
635
- --t-border-color-control-info:hsl(204, 100%, 35%);
636
- --t-border-color-control-disabled:hsl(0, 0%, 21%);
637
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
638
- }
639
-
640
- @media (prefers-color-scheme: dark){
641
- :root[data-color-mode="system"]{
642
- color-scheme:dark;
643
- --t-text-color-headline:hsl(0, 0%, 94%);
644
- --t-text-color:hsl(0, 0%, 80%);
645
- --t-text-color-secondary:hsl(0, 0%, 54%);
646
- --t-text-color-disabled:hsl(0, 0%, 25%);
647
- --t-text-color-placeholder:hsl(0, 0%, 38%);
648
- --t-text-color-interaction:hsl(204, 68%, 55%);
649
- --t-text-color-interaction-hover:hsl(204, 68%, 50%);
650
- --t-text-color-interaction-active:hsl(204, 68%, 45%);
651
- --t-text-color-interaction-visited:hsl(204, 68%, 50%);
652
- --t-text-color-status-neutral:hsl(0, 0%, 80%);
653
- --t-text-color-status-info:hsl(204, 68%, 55%);
654
- --t-text-color-status-success:hsl(97, 57%, 41%);
655
- --t-text-color-status-warning:hsl(42, 84%, 55%);
656
- --t-text-color-status-error:hsl(8, 61%, 61%);
657
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
658
- --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
659
- --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
660
- --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
661
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
662
- --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
663
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
664
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
665
- --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
666
- --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
667
- --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
668
- --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
669
- --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
670
- --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
671
- --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
672
- --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
673
- --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
674
- --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
675
- --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
676
- --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
677
- --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
678
- --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
679
- --t-icon-color:hsl(0, 0%, 80%);
680
- --t-icon-color-secondary:hsl(0, 0%, 54%);
681
- --t-icon-color-dim:hsl(0, 0%, 38%);
682
- --t-icon-color-disabled:hsl(0, 0%, 25%);
683
- --t-icon-color-status-neutral:hsl(0, 0%, 54%);
684
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
685
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
686
- --t-icon-color-status-info:hsl(204, 68%, 55%);
687
- --t-icon-color-status-error:hsl(8, 61%, 61%);
688
- --t-fill-color-neutral-100:hsl(0, 0%, 10%);
689
- --t-fill-color-neutral-000:hsl(0, 0%, 98%);
690
- --t-fill-color-neutral-010:hsl(0, 0%, 88%);
691
- --t-fill-color-neutral-020:hsl(0, 0%, 68%);
692
- --t-fill-color-neutral-025:hsl(0, 0%, 58%);
693
- --t-fill-color-neutral-030:hsl(0, 0%, 50%);
694
- --t-fill-color-neutral-040:hsl(0, 0%, 32%);
695
- --t-fill-color-neutral-050:hsl(0, 0%, 24%);
696
- --t-fill-color-neutral-060:hsl(0, 0%, 19%);
697
- --t-fill-color-neutral-070:hsl(0, 0%, 17%);
698
- --t-fill-color-neutral-080:hsl(0, 0%, 15%);
699
- --t-fill-color-neutral-090:hsl(0, 0%, 12%);
700
- --t-fill-color-interaction:hsl(204, 100%, 35%);
701
- --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
702
- --t-fill-color-interaction-active:hsl(204, 80%, 45%);
703
- --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
704
- --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
705
- --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
706
- --t-fill-color-control:hsl(204, 100%, 35%);
707
- --t-fill-color-control-disabled:hsl(0, 0%, 20%);
708
- --t-fill-color-status-neutral:hsl(0, 0%, 24%);
709
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
710
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
711
- --t-fill-color-status-info:hsl(204, 100%, 35%);
712
- --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
713
- --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
714
- --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
715
- --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
716
- --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
717
- --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
718
- --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
719
- --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
720
- --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
721
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
722
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
723
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
724
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
725
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
726
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
727
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
728
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
729
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
730
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
731
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
732
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
733
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
734
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
735
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
736
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
737
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
738
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
739
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
740
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
741
- --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
742
- --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
743
- --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
744
- --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
745
- --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
746
- --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
747
- --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
748
- --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
749
- --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
750
- --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
751
- --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
752
- --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
753
- --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
754
- --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
755
- --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
756
- --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
757
- --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
758
- --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
759
- --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
760
- --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
761
- --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
762
- --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
763
- --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
764
- --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
765
- --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
766
- --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
767
- --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
768
- --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
769
- --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
770
- --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
771
- --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
772
- --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
773
- --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
774
- --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
775
- --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
776
- --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
777
- --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
778
- --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
779
- --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
780
- --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
781
- --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
782
- --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
783
- --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
784
- --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
785
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
786
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
787
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
788
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
789
- --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
790
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
791
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
792
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
793
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
794
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
795
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
796
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
797
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
798
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
799
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
800
- --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
801
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
802
- --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
803
- --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
804
- --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
805
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
806
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
807
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
808
- --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
809
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
810
- --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
811
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
812
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
813
- --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
814
- --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
815
- --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
816
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
817
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
818
- --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
819
- --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
820
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
821
- --t-fill-color-button-pill:hsl(0, 0%, 18%);
822
- --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
823
- --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
824
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
825
- --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
826
- --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
827
- --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
828
- --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
829
- --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
830
- --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
831
- --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
832
- --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
833
- --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
834
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
835
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
836
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
837
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
838
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
839
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
840
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
841
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
842
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
843
- --t-surface-color-card:hsl(0, 0%, 12%);
844
- --t-surface-color-canvas:hsl(0, 0%, 10%);
845
- --t-border-color:hsl(0, 0%, 21%);
846
- --t-border-color-dark:hsl(0, 0%, 25%);
847
- --t-border-color-darker:hsl(0, 0%, 33%);
848
- --t-border-color-darkest:hsl(0, 0%, 38%);
849
- --t-border-color-disabled:hsl(0, 0%, 21%);
850
- --t-border-color-dim:hsl(0, 0%, 16%);
851
- --t-border-color-white:hsl(0, 0%, 12%);
852
- --t-border-color-status-neutral:hsl(0, 0%, 38%);
853
- --t-border-color-status-info:hsl(204, 100%, 35%);
854
- --t-border-color-button-neutral:hsl(0, 0%, 19%);
855
- --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
856
- --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
857
- --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
858
- --t-border-color-control-neutral:hsl(0, 0%, 33%);
859
- --t-border-color-control-info:hsl(204, 100%, 35%);
860
- --t-border-color-control-disabled:hsl(0, 0%, 21%);
861
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
862
- }
863
- }
864
-
865
- :root{
866
- --t-border-size-default:var(--t-border-width);
867
- --t-border-size-thick:var(--t-border-width-thick);
868
- --t-font-weight-semi-bold:var(--t-font-weight-semibold);
869
- --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
870
- --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
871
- --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
872
- --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
873
- --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
874
- --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
875
- --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
876
- --t-fill-color-alert-info:hsl(204, 94%, 49%);
877
- --t-fill-color-alert-success:hsl(122, 60%, 41%);
878
- --t-fill-color-alert-warning:hsl(43, 96%, 58%);
879
- --t-fill-color-alert-error:hsl(4, 77%, 59%);
880
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
881
- --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
882
- --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
883
- --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
884
- --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
885
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
886
- --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
887
- --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
888
- --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
889
- --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
890
- --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
891
- --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
892
- --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
893
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
894
- --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
895
- --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
896
- --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
897
- --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
898
- --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
899
- --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
900
- --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
901
- --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
902
- }
903
-
904
- :root{
905
- --t-border-color-default-base:var(--t-border-color);
906
- --t-border-color-default-dark:var(--t-border-color-dark);
907
- --t-border-color-default-darker:var(--t-border-color-darker);
908
- --t-border-color-default-darkest:var(--t-border-color-darkest);
909
- --t-border-color-default-dim:var(--t-border-color-dim);
910
- --t-border-color-default-disabled:var(--t-border-color-disabled);
911
- --t-border-color-default-white:var(--t-border-color-white);
912
- --t-border-radius-default:var(--t-border-radius);
913
- --t-border-width-default:var(--t-border-width);
914
- --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
915
- --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
916
- --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
917
- --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
918
- --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
919
- --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
920
- --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
921
- --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
922
- --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
923
- --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
924
- --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
925
- --t-fill-color-control-primary:var(--t-fill-color-control);
926
- --t-fill-color-interaction-default:var(--t-fill-color-interaction);
927
- --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
928
- --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
929
- --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
930
- --t-icon-color-default-dim:var(--t-icon-color-dim);
931
- --t-icon-color-default-disabled:var(--t-icon-color-disabled);
932
- --t-icon-color-default-inverted:var(--t-icon-color-inverted);
933
- --t-icon-color-default-primary:var(--t-icon-color);
934
- --t-icon-color-default-secondary:var(--t-icon-color-secondary);
935
- --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
936
- --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
937
- --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
938
- --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
939
- --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
940
- --t-text-color-default-disabled:var(--t-text-color-disabled);
941
- --t-text-color-default-headline:var(--t-text-color-headline);
942
- --t-text-color-default-inverted:var(--t-text-color-inverted);
943
- --t-text-color-default-placeholder:var(--t-text-color-placeholder);
944
- --t-text-color-default-primary:var(--t-text-color);
945
- --t-text-color-default-secondary:var(--t-text-color-secondary);
946
- --t-text-color-interaction-primary:var(--t-text-color-interaction);
947
- }
948
-
949
- :root[data-color-mode="dark"]{
950
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
951
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
952
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
953
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
954
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
955
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
956
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
957
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
958
- }
959
-
960
- @media (prefers-color-scheme: dark){
961
- :root[data-color-mode="system"]{
962
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
963
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
964
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
965
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
966
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
967
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
968
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
969
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
970
- }
971
- }
972
-
973
- @layer t-critical{
974
- tds-page-header:not(.hydrated){
975
- display:none;
976
- }
977
- }
978
-
979
- @layer t-component{
980
- .tds-page-header{
981
- --tds-page-header-background-color:var(--t-fill-color-product-current-gradient-tint, var(--t-surface-color-canvas));
982
- --tds-page-header-background-color-inactive:var(--t-fill-color-neutral-090);
983
- --tds-page-header-color:var(--t-text-color-default-primary);
984
- --tds-page-header-headline-color:var(--t-text-color-default-headline);
985
- --tds-page-header-headline-font-size:var(--t-font-size-2xl);
986
- --tds-page-header-padding-x:var(--t-spacing-2);
987
- --tds-page-header-padding-y:var(--t-spacing-2);
988
- --tds-page-header-nav-padding-x:var(--tds-page-header-padding-x, var(--t-spacing-3));
989
- --tds-page-header-nav-gap:var(--t-spacing-1);
990
- --tds-page-header-nav-background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
991
- --tds-page-header-nav-item-padding-x:var(--t-spacing-1);
992
- --tds-page-header-nav-item-padding-y:var(--t-spacing-1);
993
- --tds-page-header-nav-item-color:var(--t-text-color-default-secondary);
994
- --tds-page-header-nav-item-background-color:var(--t-fill-color-transparency-light-060);
995
- --tds-page-header-nav-item-border-width:1px;
996
-
997
- --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-background-color);
998
- --tds-page-header-nav-item-border-bottom-color:var(--t-border-color-default-base);
999
-
1000
- --tds-page-header-nav-item-color-hover:var(--t-text-color-default-primary);
1001
- --tds-page-header-nav-item-background-color-hover:var(--t-fill-color-neutral-080);
1002
- --tds-page-header-nav-item-border-color-hover:var(--tds-page-header-nav-item-background-color-hover);
1003
-
1004
- --tds-page-header-nav-item-background-color-active:var(--t-fill-color-neutral-060);
1005
- --tds-page-header-nav-item-border-color-active:var(--tds-page-header-nav-item-background-color-hover);
1006
-
1007
- --tds-page-header-nav-item-color-disabled:var(--t-text-color-default-disabled);
1008
- --tds-page-header-nav-item-background-color-disabled:var(--t-fill-color-neutral-080);
1009
- --tds-page-header-nav-item-border-color-disabled:var(--tds-page-header-nav-item-background-color-disabled);
1010
-
1011
- --tds-page-header-nav-item-color-selected:var(--t-text-color-default-primary);
1012
- --tds-page-header-nav-item-background-color-selected:var(--t-surface-color-canvas);
1013
- --tds-page-header-nav-item-border-color-selected:var(--tds-page-header-nav-item-background-color-selected);
1014
- --tds-page-header-nav-item-border-bottom-color-selected:var(--tds-page-header-nav-item-background-color-selected);
1015
- --tds-page-header-nav-item-indicator-color:var(--t-icon-color-status-warning-primary);
1016
- }
1017
-
1018
- .tds-page-header--profile{
1019
- --tds-page-header-padding-y:20px;
1020
- }
1021
- @media (min-width: 600px){
1022
- .tds-page-header{
1023
- --tds-page-header-background-color:var(--t-surface-color-canvas);
1024
- --tds-page-header-color:var(--t-text-color-default-secondary);
1025
- --tds-page-header-padding-x:var(--t-spacing-3);
1026
- --tds-page-header-headline-font-size:var(--t-font-size-3xl);
1027
- --tds-page-header-nav-gap:var(--t-spacing-half);
1028
- --tds-page-header-nav-background:transparent;
1029
- --tds-page-header-nav-item-padding-x:var(--t-spacing-2);
1030
- --tds-page-header-nav-item-border-width:1px;
1031
- --tds-page-header-nav-item-color:var(--t-text-color-default-primary);
1032
- --tds-page-header-nav-item-background-color:var(--t-fill-color-neutral-070);
1033
- --tds-page-header-nav-item-border-color-selected:var(--t-border-color-default-base);
1034
- }
1035
- }
1036
- }
1037
-
1038
- .tds-page-header{
1039
- display:flex;
1040
- flex-direction:column;
1041
- padding-top:var(--tds-page-header-padding-y);
1042
- color:var(--tds-page-header-color);
1043
- background:var(--tds-page-header-background-color);
1044
- border-bottom:1px solid var(--t-border-color-default-base);
1045
- }
1046
-
1047
- .tds-page-header:not(.has-nav){
1048
- padding-bottom:var(--tds-page-header-padding-y);
1049
- }
1050
-
1051
- .tds-page-header.inactive{
1052
- background:var(--tds-page-header-background-color-inactive);
1053
- }
1054
-
1055
- .tds-page-header__title-bar{
1056
- display:flex;
1057
- flex-direction:column;
1058
- gap:var(--t-spacing-2) var(--t-spacing-1);
1059
- align-items:flex-start;
1060
- justify-content:space-between;
1061
- padding:0 var(--tds-page-header-padding-x);
1062
- }
1063
-
1064
- .tds-page-header--profile > .tds-page-header__title-bar{
1065
- align-items:center;
1066
- }
1067
-
1068
- .tds-page-header__primary{
1069
- width:100%;
1070
- }
1071
-
1072
- .tds-page-header__primary h1{
1073
- margin:0;
1074
- font-size:var(--tds-page-header-headline-font-size);
1075
- font-weight:var(--t-font-weight-normal);
1076
- line-height:32px;
1077
- color:var(--tds-page-header-headline-color);
1078
- overflow-wrap:break-word;
1079
- }
1080
-
1081
- .tds-page-header [slot="actions"]{
1082
- width:100%;
1083
- }
1084
-
1085
- .has-multi-actions.tds-page-header [slot="actions"],
1086
- .has-multi-actions.tds-page-header .tds-page-header__actions{
1087
- display:flex;
1088
- flex-flow:row wrap;
1089
- gap:var(--t-spacing-half) var(--t-spacing-1);
1090
- align-items:flex-start;
1091
- justify-content:flex-start;
1092
- min-width:0;
1093
- }
1094
-
1095
- .tds-page-header nav[slot="navigation"]:not(:has(ul)),
1096
- .tds-page-header nav.tds-page-header__nav:not(:has(ul)),
1097
- .tds-page-header nav[slot="navigation"] ul,
1098
- .tds-page-header nav.tds-page-header__nav ul{
1099
- display:flex;
1100
- gap:var(--tds-page-header-nav-gap);
1101
- padding:var(--t-spacing-2) var(--tds-page-header-nav-padding-x) 0;
1102
- margin:0 0 -1px;
1103
- overflow:auto;
1104
- list-style:none;
1105
- background:var(--tds-page-header-nav-background);
1106
- }
1107
-
1108
- .tds-page-header nav[slot="navigation"] a,
1109
- .tds-page-header nav[slot="navigation"] button,
1110
- .tds-page-header nav.tds-page-header__nav a,
1111
- .tds-page-header nav.tds-page-header__nav button{
1112
- position:relative;
1113
- display:inline-flex;
1114
- padding:var(--tds-page-header-nav-item-padding-y) var(--tds-page-header-nav-item-padding-x);
1115
- font-size:var(--t-font-size-sm);
1116
- line-height:22px;
1117
- color:var(--tds-page-header-nav-item-color);
1118
- white-space:nowrap;
1119
- text-decoration:none;
1120
- -webkit-appearance:none;
1121
- -moz-appearance:none;
1122
- appearance:none;
1123
- cursor:pointer;
1124
- outline-offset:-2px;
1125
- background-color:var(--tds-page-header-nav-item-background-color);
1126
- background-clip:padding-box;
1127
- border:var(--tds-page-header-nav-item-border-width) solid var(--tds-page-header-nav-item-border-color);
1128
- border-bottom:1px solid var(--tds-page-header-nav-item-border-bottom-color);
1129
- border-radius:var(--t-border-radius-md) var(--t-border-radius-md) 0 0;
1130
- }
1131
-
1132
- .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator){
1133
- position:relative;
1134
- }
1135
-
1136
- .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator) :is(a, button){
1137
- -webkit-mask:radial-gradient(8px at calc(100% - 3px) 0, #0000 98%, #000);
1138
- mask:radial-gradient(8px at calc(100% - 3px) 0, #0000 98%, #000);
1139
- }
1140
-
1141
- .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::before,
1142
- .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::after{
1143
- position:absolute;
1144
- top:-5px;
1145
- right:-2px;
1146
- width:10px;
1147
- height:10px;
1148
- content:"";
1149
- background:var(--tds-page-header-nav-item-indicator-color);
1150
- border-radius:50%;
1151
- }
1152
-
1153
- @media (prefers-reduced-motion: no-preference){
1154
- .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::after{
1155
- animation:indicator-pulse 1.25s ease infinite;
1156
- }
1157
- }
1158
-
1159
- .tds-page-header nav[slot="navigation"] a.selected,
1160
- .tds-page-header nav[slot="navigation"] button.selected,
1161
- .tds-page-header nav.tds-page-header__nav a.selected,
1162
- .tds-page-header nav.tds-page-header__nav button.selected{
1163
- --tds-page-header-nav-item-color:var(--tds-page-header-nav-item-color-selected);
1164
- --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-border-color-selected);
1165
- --tds-page-header-nav-item-background-color:var(--tds-page-header-nav-item-background-color-selected);
1166
- --tds-page-header-nav-item-border-bottom-color:var(--tds-page-header-nav-item-background-color-selected);
1167
- }
1168
-
1169
- .tds-page-header nav[slot="navigation"] a:not(.selected):hover,
1170
- .tds-page-header nav[slot="navigation"] button:not(.selected):hover,
1171
- .tds-page-header nav.tds-page-header__nav a:not(.selected):hover,
1172
- .tds-page-header nav.tds-page-header__nav button:not(.selected):hover{
1173
- --tds-page-header-nav-item-color:var(--tds-page-header-nav-item-color-hover);
1174
- --tds-page-header-nav-item-background-color:var(--tds-page-header-nav-item-background-color-hover);
1175
- --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-border-color-hover);
229
+ --t-border-color-default-base:var(--t-border-color);
230
+ --t-border-color-default-dark:var(--t-border-color-dark);
231
+ --t-border-color-default-darker:var(--t-border-color-darker);
232
+ --t-border-color-default-darkest:var(--t-border-color-darkest);
233
+ --t-border-color-default-dim:var(--t-border-color-dim);
234
+ --t-border-color-default-disabled:var(--t-border-color-disabled);
235
+ --t-border-color-default-white:var(--t-border-color-white);
236
+ --t-border-radius-default:var(--t-border-radius);
237
+ --t-border-width-default:var(--t-border-width);
238
+ --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
239
+ --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
240
+ --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
241
+ --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
242
+ --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
243
+ --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
244
+ --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
245
+ --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
246
+ --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
247
+ --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
248
+ --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
249
+ --t-fill-color-control-primary:var(--t-fill-color-control);
250
+ --t-fill-color-interaction-default:var(--t-fill-color-interaction);
251
+ --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
252
+ --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
253
+ --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
254
+ --t-icon-color-default-dim:var(--t-icon-color-dim);
255
+ --t-icon-color-default-disabled:var(--t-icon-color-disabled);
256
+ --t-icon-color-default-inverted:var(--t-icon-color-inverted);
257
+ --t-icon-color-default-primary:var(--t-icon-color);
258
+ --t-icon-color-default-secondary:var(--t-icon-color-secondary);
259
+ --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
260
+ --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
261
+ --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
262
+ --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
263
+ --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
264
+ --t-text-color-default-disabled:var(--t-text-color-disabled);
265
+ --t-text-color-default-headline:var(--t-text-color-headline);
266
+ --t-text-color-default-inverted:var(--t-text-color-inverted);
267
+ --t-text-color-default-placeholder:var(--t-text-color-placeholder);
268
+ --t-text-color-default-primary:var(--t-text-color);
269
+ --t-text-color-default-secondary:var(--t-text-color-secondary);
270
+ --t-text-color-interaction-primary:var(--t-text-color-interaction);
1176
271
  }
1177
272
 
1178
- .tds-page-header nav[slot="navigation"] a:not(.selected):active,
1179
- .tds-page-header nav[slot="navigation"] button:not(.selected):active,
1180
- .tds-page-header nav.tds-page-header__nav a:not(.selected):active,
1181
- .tds-page-header nav.tds-page-header__nav button:not(.selected):active{
1182
- background-color:var(--tds-page-header-nav-item-background-color-active);
273
+ @media (prefers-color-scheme: dark){
274
+ :root[data-color-mode="system"]{
275
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
276
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
277
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
278
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
279
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
280
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
281
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
282
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
1183
283
  }
1184
-
1185
- .tds-page-header nav[slot="navigation"] a:not(.selected):disabled,
1186
- .tds-page-header nav[slot="navigation"] button:not(.selected):disabled,
1187
- .tds-page-header nav.tds-page-header__nav a:not(.selected):disabled,
1188
- .tds-page-header nav.tds-page-header__nav button:not(.selected):disabled{
1189
- color:var(--tds-page-header-nav-item-color-disabled);
1190
- cursor:not-allowed;
1191
- background-color:var(--tds-page-header-nav-item-background-color-disabled);
1192
- opacity:1;
1193
284
  }
1194
285
 
1195
- @media (min-width: 960px){
1196
- .tds-page-header__primary{
1197
- flex:1 1 max-content;
1198
- width:auto;
1199
- min-width:0;
1200
- max-width:100%;
1201
- }
1202
-
1203
- .tds-page-header__title-bar,
1204
- .tds-page-header--profile .tds-page-header__title-bar{
1205
- flex-flow:row nowrap;
1206
- row-gap:12px;
1207
- align-items:flex-start;
1208
- }
1209
-
1210
- .tds-page-header [slot="actions"]{
1211
- width:auto;
1212
- }
1213
-
1214
- .has-multi-actions.tds-page-header [slot="actions"],
1215
- .has-multi-actions.tds-page-header .tds-page-header__actions{
1216
- justify-content:flex-end;
1217
- }
286
+ :root[data-color-mode="dark"]{
287
+ color-scheme:dark;
288
+ --t-text-color-headline:hsl(0, 0%, 94%);
289
+ --t-text-color:hsl(0, 0%, 80%);
290
+ --t-text-color-secondary:hsl(0, 0%, 54%);
291
+ --t-text-color-disabled:hsl(0, 0%, 25%);
292
+ --t-text-color-placeholder:hsl(0, 0%, 38%);
293
+ --t-text-color-interaction:hsl(204, 68%, 55%);
294
+ --t-text-color-interaction-hover:hsl(204, 68%, 50%);
295
+ --t-text-color-interaction-active:hsl(204, 68%, 45%);
296
+ --t-text-color-interaction-visited:hsl(204, 68%, 50%);
297
+ --t-text-color-status-neutral:hsl(0, 0%, 80%);
298
+ --t-text-color-status-info:hsl(204, 68%, 55%);
299
+ --t-text-color-status-success:hsl(97, 57%, 41%);
300
+ --t-text-color-status-warning:hsl(42, 84%, 55%);
301
+ --t-text-color-status-error:hsl(8, 61%, 61%);
302
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
303
+ --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
304
+ --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
305
+ --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
306
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
307
+ --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
308
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
309
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
310
+ --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
311
+ --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
312
+ --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
313
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
314
+ --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
315
+ --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
316
+ --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
317
+ --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
318
+ --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
319
+ --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
320
+ --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
321
+ --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
322
+ --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
323
+ --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
324
+ --t-icon-color:hsl(0, 0%, 80%);
325
+ --t-icon-color-secondary:hsl(0, 0%, 54%);
326
+ --t-icon-color-dim:hsl(0, 0%, 38%);
327
+ --t-icon-color-disabled:hsl(0, 0%, 25%);
328
+ --t-icon-color-status-neutral:hsl(0, 0%, 54%);
329
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
330
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
331
+ --t-icon-color-status-info:hsl(204, 68%, 55%);
332
+ --t-icon-color-status-error:hsl(8, 61%, 61%);
333
+ --t-fill-color-neutral-100:hsl(0, 0%, 10%);
334
+ --t-fill-color-neutral-000:hsl(0, 0%, 98%);
335
+ --t-fill-color-neutral-010:hsl(0, 0%, 88%);
336
+ --t-fill-color-neutral-020:hsl(0, 0%, 68%);
337
+ --t-fill-color-neutral-025:hsl(0, 0%, 58%);
338
+ --t-fill-color-neutral-030:hsl(0, 0%, 50%);
339
+ --t-fill-color-neutral-040:hsl(0, 0%, 32%);
340
+ --t-fill-color-neutral-050:hsl(0, 0%, 24%);
341
+ --t-fill-color-neutral-060:hsl(0, 0%, 19%);
342
+ --t-fill-color-neutral-070:hsl(0, 0%, 17%);
343
+ --t-fill-color-neutral-080:hsl(0, 0%, 15%);
344
+ --t-fill-color-neutral-090:hsl(0, 0%, 12%);
345
+ --t-fill-color-interaction:hsl(204, 100%, 35%);
346
+ --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
347
+ --t-fill-color-interaction-active:hsl(204, 80%, 45%);
348
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
349
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
350
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
351
+ --t-fill-color-control:hsl(204, 100%, 35%);
352
+ --t-fill-color-control-disabled:hsl(0, 0%, 20%);
353
+ --t-fill-color-status-neutral:hsl(0, 0%, 24%);
354
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
355
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
356
+ --t-fill-color-status-info:hsl(204, 100%, 35%);
357
+ --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
358
+ --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
359
+ --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
360
+ --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
361
+ --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
362
+ --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
363
+ --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
364
+ --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
365
+ --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
366
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
367
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
368
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
369
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
370
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
371
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
372
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
373
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
374
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
375
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
376
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
377
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
378
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
379
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
380
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
381
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
382
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
383
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
384
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
385
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
386
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
387
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
388
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
389
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
390
+ --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
391
+ --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
392
+ --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
393
+ --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
394
+ --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
395
+ --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
396
+ --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
397
+ --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
398
+ --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
399
+ --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
400
+ --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
401
+ --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
402
+ --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
403
+ --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
404
+ --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
405
+ --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
406
+ --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
407
+ --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
408
+ --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
409
+ --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
410
+ --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
411
+ --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
412
+ --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
413
+ --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
414
+ --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
415
+ --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
416
+ --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
417
+ --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
418
+ --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
419
+ --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
420
+ --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
421
+ --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
422
+ --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
423
+ --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
424
+ --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
425
+ --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
426
+ --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
427
+ --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
428
+ --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
429
+ --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
430
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
431
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
432
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
433
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
434
+ --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
435
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
436
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
437
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
438
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
439
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
440
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
441
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
442
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
443
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
444
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
445
+ --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
446
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
447
+ --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
448
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
449
+ --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
450
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
451
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
452
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
453
+ --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
454
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
455
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
456
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
457
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
458
+ --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
459
+ --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
460
+ --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
461
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
462
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
463
+ --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
464
+ --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
465
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
466
+ --t-fill-color-button-pill:hsl(0, 0%, 18%);
467
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
468
+ --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
469
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
470
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
471
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
472
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
473
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
474
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
475
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
476
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
477
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
478
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
479
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
480
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
481
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
482
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
483
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
484
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
485
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
486
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
487
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
488
+ --t-surface-color-card:hsl(0, 0%, 12%);
489
+ --t-surface-color-canvas:hsl(0, 0%, 10%);
490
+ --t-border-color:hsl(0, 0%, 21%);
491
+ --t-border-color-dark:hsl(0, 0%, 25%);
492
+ --t-border-color-darker:hsl(0, 0%, 33%);
493
+ --t-border-color-darkest:hsl(0, 0%, 38%);
494
+ --t-border-color-disabled:hsl(0, 0%, 21%);
495
+ --t-border-color-dim:hsl(0, 0%, 16%);
496
+ --t-border-color-white:hsl(0, 0%, 12%);
497
+ --t-border-color-status-neutral:hsl(0, 0%, 38%);
498
+ --t-border-color-status-info:hsl(204, 100%, 35%);
499
+ --t-border-color-button-neutral:hsl(0, 0%, 19%);
500
+ --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
501
+ --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
502
+ --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
503
+ --t-border-color-control-neutral:hsl(0, 0%, 33%);
504
+ --t-border-color-control-info:hsl(204, 100%, 35%);
505
+ --t-border-color-control-disabled:hsl(0, 0%, 21%);
506
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
1218
507
  }
1219
508
 
1220
- .tds-page-header-phone,
1221
- .tds-page-header-email{
1222
- color:var(--tds-page-header-color);
1223
- white-space:nowrap;
509
+ :root{
510
+ --t-border-size-default:var(--t-border-width);
511
+ --t-border-size-thick:var(--t-border-width-thick);
512
+ --t-font-weight-semi-bold:var(--t-font-weight-semibold);
513
+ --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
514
+ --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
515
+ --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
516
+ --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
517
+ --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
518
+ --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
519
+ --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
520
+ --t-fill-color-alert-info:hsl(204, 94%, 49%);
521
+ --t-fill-color-alert-success:hsl(122, 60%, 41%);
522
+ --t-fill-color-alert-warning:hsl(43, 96%, 58%);
523
+ --t-fill-color-alert-error:hsl(4, 77%, 59%);
524
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
525
+ --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
526
+ --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
527
+ --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
528
+ --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
529
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
530
+ --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
531
+ --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
532
+ --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
533
+ --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
534
+ --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
535
+ --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
536
+ --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
537
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
538
+ --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
539
+ --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
540
+ --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
541
+ --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
542
+ --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
543
+ --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
544
+ --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
545
+ --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
1224
546
  }
1225
547
 
1226
- .tds-page-header-email{
1227
- max-width:100%;
1228
- overflow:hidden;
1229
- text-overflow:ellipsis;
548
+ :root[data-color-mode="dark"]{
549
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
550
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
551
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
552
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
553
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
554
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
555
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
556
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
1230
557
  }
1231
558
 
1232
- @keyframes indicator-pulse{
1233
- 0%{
1234
- opacity:.3;
1235
- transform:scale(.9);
1236
- }
1237
-
1238
- 100%{
1239
- opacity:0;
1240
- transform:scale(1.75);
1241
- }
559
+ :root{
560
+ --t-border-radius-sm:2px;
561
+ --t-border-radius-md:4px;
562
+ --t-border-radius-lg:8px;
563
+ --t-border-radius-xl:16px;
564
+ --t-border-radius-round:56px;
565
+ --t-border-radius:4px;
566
+ --t-border-width:1px;
567
+ --t-border-width-thick:2px;
568
+ --t-spacing-1:8px;
569
+ --t-spacing-2:16px;
570
+ --t-spacing-3:24px;
571
+ --t-spacing-4:32px;
572
+ --t-spacing-5:40px;
573
+ --t-spacing-6:48px;
574
+ --t-spacing-7:56px;
575
+ --t-spacing-fourth:2px;
576
+ --t-spacing-half:4px;
577
+ --t-spacing-1-half:12px;
578
+ --t-element-size-3xl:48px;
579
+ --t-element-size-2xl:32px;
580
+ --t-element-size-xl:24px;
581
+ --t-element-size-lg:18px;
582
+ --t-element-size-md:16px;
583
+ --t-element-size-sm:14px;
584
+ --t-element-size-xs:12px;
585
+ --t-font-size-4xl:32px;
586
+ --t-font-size-3xl:28px;
587
+ --t-font-size-2xl:24px;
588
+ --t-font-size-xl:20px;
589
+ --t-font-size-lg:18px;
590
+ --t-font-size-md:16px;
591
+ --t-font-size-sm:14px;
592
+ --t-font-size-xs:12px;
593
+ --t-font-size-2xs:10px;
594
+ --t-font-weight-normal:400;
595
+ --t-font-weight-medium:500;
596
+ --t-font-weight-semibold:600;
597
+ --t-font-weight-bold:700;
598
+ --t-container-size-xl:48px;
599
+ --t-container-size-lg:40px;
600
+ --t-container-size-md:32px;
601
+ --t-container-size-sm:24px;
602
+ --t-container-size-xs:20px;
603
+ --t-avatar-size-20:20px;
604
+ --t-avatar-size-24:24px;
605
+ --t-avatar-size-36:36px;
606
+ --t-avatar-size-48:48px;
607
+ --t-avatar-size-72:72px;
608
+ --t-avatar-size-112:112px;
609
+ --t-text-color-headline:hsl(0, 0%, 12%);
610
+ --t-text-color:hsl(0, 0%, 24%);
611
+ --t-text-color-secondary:hsl(0, 0%, 42%);
612
+ --t-text-color-disabled:hsl(0, 0%, 81%);
613
+ --t-text-color-placeholder:hsl(0, 0%, 58%);
614
+ --t-text-color-inverted:hsl(0, 0%, 100%);
615
+ --t-text-color-interaction:hsl(204, 100%, 40%);
616
+ --t-text-color-interaction-hover:hsl(204, 100%, 35%);
617
+ --t-text-color-interaction-active:hsl(204, 100%, 30%);
618
+ --t-text-color-interaction-visited:hsl(204, 100%, 30%);
619
+ --t-text-color-status-neutral:hsl(0, 0%, 24%);
620
+ --t-text-color-status-info:hsl(204, 100%, 35%);
621
+ --t-text-color-status-success:hsl(97, 57%, 28%);
622
+ --t-text-color-status-warning:hsl(42, 100%, 29%);
623
+ --t-text-color-status-error:hsl(8, 60%, 45%);
624
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
625
+ --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
626
+ --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
627
+ --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
628
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
629
+ --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
630
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
631
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
632
+ --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
633
+ --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
634
+ --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
635
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
636
+ --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
637
+ --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
638
+ --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
639
+ --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
640
+ --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
641
+ --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
642
+ --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
643
+ --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
644
+ --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
645
+ --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
646
+ --t-icon-color:hsl(0, 0%, 24%);
647
+ --t-icon-color-secondary:hsl(0, 0%, 42%);
648
+ --t-icon-color-dim:hsl(0, 0%, 58%);
649
+ --t-icon-color-disabled:hsl(0, 0%, 81%);
650
+ --t-icon-color-inverted:hsl(0, 0%, 100%);
651
+ --t-icon-color-status-neutral:hsl(0, 0%, 42%);
652
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
653
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
654
+ --t-icon-color-status-info:hsl(204, 100%, 40%);
655
+ --t-icon-color-status-success:hsl(96, 57%, 33%);
656
+ --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
657
+ --t-icon-color-status-warning:hsl(42, 84%, 49%);
658
+ --t-icon-color-status-error:hsl(8, 60%, 47%);
659
+ --t-fill-color-neutral-100:hsl(0, 0%, 100%);
660
+ --t-fill-color-neutral-000:hsl(0, 0%, 12%);
661
+ --t-fill-color-neutral-010:hsl(0, 0%, 24%);
662
+ --t-fill-color-neutral-020:hsl(0, 0%, 42%);
663
+ --t-fill-color-neutral-025:hsl(0, 0%, 50%);
664
+ --t-fill-color-neutral-030:hsl(0, 0%, 58%);
665
+ --t-fill-color-neutral-040:hsl(0, 0%, 81%);
666
+ --t-fill-color-neutral-050:hsl(0, 0%, 88%);
667
+ --t-fill-color-neutral-060:hsl(0, 0%, 93%);
668
+ --t-fill-color-neutral-070:hsl(0, 0%, 95%);
669
+ --t-fill-color-neutral-080:hsl(0, 0%, 97%);
670
+ --t-fill-color-neutral-090:hsl(0, 0%, 98%);
671
+ --t-fill-color-interaction:hsl(204, 100%, 40%);
672
+ --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
673
+ --t-fill-color-interaction-active:hsl(204, 100%, 30%);
674
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
675
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
676
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
677
+ --t-fill-color-control:hsl(204, 100%, 40%);
678
+ --t-fill-color-control-secondary:hsl(97, 57%, 40%);
679
+ --t-fill-color-control-error:hsl(8, 60%, 47%);
680
+ --t-fill-color-control-disabled:hsl(0, 0%, 81%);
681
+ --t-fill-color-status-neutral:hsl(0, 0%, 42%);
682
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
683
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
684
+ --t-fill-color-status-info:hsl(204, 100%, 40%);
685
+ --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
686
+ --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
687
+ --t-fill-color-status-success:hsl(96, 57%, 33%);
688
+ --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
689
+ --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
690
+ --t-fill-color-status-warning:hsl(42, 84%, 63%);
691
+ --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
692
+ --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
693
+ --t-fill-color-status-error:hsl(8, 60%, 47%);
694
+ --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
695
+ --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
696
+ --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
697
+ --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
698
+ --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
699
+ --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
700
+ --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
701
+ --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
702
+ --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
703
+ --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
704
+ --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
705
+ --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
706
+ --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
707
+ --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
708
+ --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
709
+ --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
710
+ --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
711
+ --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
712
+ --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
713
+ --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
714
+ --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
715
+ --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
716
+ --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
717
+ --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
718
+ --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
719
+ --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
720
+ --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
721
+ --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
722
+ --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
723
+ --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
724
+ --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
725
+ --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
726
+ --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
727
+ --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
728
+ --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
729
+ --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
730
+ --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
731
+ --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
732
+ --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
733
+ --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
734
+ --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
735
+ --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
736
+ --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
737
+ --t-fill-color-product-home-010:hsl(221, 89%, 93%);
738
+ --t-fill-color-product-home-020:hsl(221, 91%, 91%);
739
+ --t-fill-color-product-home-030:hsl(221, 91%, 87%);
740
+ --t-fill-color-product-home-040:hsl(221, 91%, 62%);
741
+ --t-fill-color-product-home-050:hsl(221, 91%, 55%);
742
+ --t-fill-color-product-home-060:hsl(221, 90%, 50%);
743
+ --t-fill-color-product-home-070:hsl(221, 90%, 45%);
744
+ --t-fill-color-product-home-080:hsl(218, 84%, 25%);
745
+ --t-fill-color-product-people-010:hsl(219, 73%, 91%);
746
+ --t-fill-color-product-people-020:hsl(220, 69%, 81%);
747
+ --t-fill-color-product-people-030:hsl(221, 73%, 71%);
748
+ --t-fill-color-product-people-040:hsl(221, 73%, 65%);
749
+ --t-fill-color-product-people-050:hsl(220, 74%, 57%);
750
+ --t-fill-color-product-people-060:hsl(220, 68%, 51%);
751
+ --t-fill-color-product-people-070:hsl(220, 68%, 41%);
752
+ --t-fill-color-product-people-080:hsl(221, 68%, 31%);
753
+ --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
754
+ --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
755
+ --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
756
+ --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
757
+ --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
758
+ --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
759
+ --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
760
+ --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
761
+ --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
762
+ --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
763
+ --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
764
+ --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
765
+ --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
766
+ --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
767
+ --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
768
+ --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
769
+ --t-fill-color-product-services-010:hsl(88, 31%, 88%);
770
+ --t-fill-color-product-services-020:hsl(88, 39%, 75%);
771
+ --t-fill-color-product-services-030:hsl(88, 39%, 66%);
772
+ --t-fill-color-product-services-040:hsl(88, 40%, 54%);
773
+ --t-fill-color-product-services-050:hsl(88, 45%, 41%);
774
+ --t-fill-color-product-services-060:hsl(89, 62%, 31%);
775
+ --t-fill-color-product-services-070:hsl(89, 62%, 26%);
776
+ --t-fill-color-product-services-080:hsl(89, 63%, 21%);
777
+ --t-fill-color-product-staff:hsl(328, 100%, 45%);
778
+ --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
779
+ --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
780
+ --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
781
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
782
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
783
+ --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
784
+ --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
785
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
786
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
787
+ --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
788
+ --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
789
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
790
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
791
+ --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
792
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
793
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
794
+ --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
795
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
796
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
797
+ --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
798
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
799
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
800
+ --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
801
+ --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
802
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
803
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
804
+ --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
805
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
806
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
807
+ --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
808
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
809
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
810
+ --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
811
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
812
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
813
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
814
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
815
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
816
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
817
+ --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
818
+ --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
819
+ --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
820
+ --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
821
+ --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
822
+ --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
823
+ --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
824
+ --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
825
+ --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
826
+ --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
827
+ --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
828
+ --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
829
+ --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
830
+ --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
831
+ --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
832
+ --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
833
+ --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
834
+ --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
835
+ --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
836
+ --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
837
+ --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
838
+ --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
839
+ --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
840
+ --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
841
+ --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
842
+ --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
843
+ --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
844
+ --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
845
+ --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
846
+ --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
847
+ --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
848
+ --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
849
+ --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
850
+ --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
851
+ --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
852
+ --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
853
+ --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
854
+ --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
855
+ --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
856
+ --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
857
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
858
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
859
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
860
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
861
+ --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
862
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
863
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
864
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
865
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
866
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
867
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
868
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
869
+ --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
870
+ --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
871
+ --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
872
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
873
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
874
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
875
+ --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
876
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
877
+ --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
878
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
879
+ --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
880
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
881
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
882
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
883
+ --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
884
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
885
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
886
+ --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
887
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
888
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
889
+ --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
890
+ --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
891
+ --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
892
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
893
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
894
+ --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
895
+ --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
896
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
897
+ --t-fill-color-button-pill:hsl(0, 0%, 93%);
898
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
899
+ --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
900
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
901
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
902
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
903
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
904
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
905
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
906
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
907
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
908
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
909
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
910
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
911
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
912
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
913
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
914
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
915
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
916
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
917
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
918
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
919
+ --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
920
+ --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
921
+ --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
922
+ --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
923
+ --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
924
+ --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
925
+ --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
926
+ --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
927
+ --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
928
+ --t-surface-color-card:hsl(0, 0%, 100%);
929
+ --t-surface-color-canvas:hsl(0, 0%, 100%);
930
+ --t-border-color:hsl(0, 0%, 88%);
931
+ --t-border-color-dark:hsl(0, 0%, 81%);
932
+ --t-border-color-darker:hsl(0, 0%, 68%);
933
+ --t-border-color-darkest:hsl(0, 0%, 58%);
934
+ --t-border-color-disabled:hsl(0, 0%, 88%);
935
+ --t-border-color-dim:hsl(0, 0%, 95%);
936
+ --t-border-color-white:hsl(0, 0%, 100%);
937
+ --t-border-color-status-neutral:hsl(0, 0%, 58%);
938
+ --t-border-color-status-info:hsl(204, 100%, 40%);
939
+ --t-border-color-status-success:hsl(97, 57%, 40%);
940
+ --t-border-color-status-warning:hsl(42, 84%, 63%);
941
+ --t-border-color-status-error:hsl(8, 60%, 47%);
942
+ --t-border-color-button-neutral:hsl(0, 0%, 88%);
943
+ --t-border-color-button-info:hsl(204, 100%, 40%);
944
+ --t-border-color-button-create:hsl(96, 57%, 33%);
945
+ --t-border-color-button-delete:hsl(8, 60%, 47%);
946
+ --t-border-color-control-neutral:hsl(0, 0%, 68%);
947
+ --t-border-color-control-info:hsl(204, 100%, 40%);
948
+ --t-border-color-control-success:hsl(97, 57%, 40%);
949
+ --t-border-color-control-warning:hsl(42, 84%, 63%);
950
+ --t-border-color-control-error:hsl(8, 60%, 47%);
951
+ --t-border-color-control-disabled:hsl(0, 0%, 88%);
952
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
953
+ --t-form-background-color:var(--t-fill-color-neutral-100);
954
+ --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
955
+ --t-form-background-color-error:var(--t-fill-color-neutral-100);
956
+ --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
957
+ --t-form-border-color:var(--t-border-color);
958
+ --t-form-border-color-disabled:var(--t-border-color);
959
+ --t-form-border-color-error:var(--t-border-color-status-error);
960
+ --t-form-border-color-focus:var(--t-fill-color-interaction);
961
+ --t-form-border-color-hover:var(--t-border-color-dark);
962
+ --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
963
+ --t-form-border-radius:var(--t-border-radius-md);
964
+ --t-form-border-width:var(--t-border-width);
965
+ --t-form-font-color:var(--t-text-color);
966
+ --t-form-font-color-disabled:var(--t-text-color-disabled);
967
+ --t-form-font-color-error:var(--t-text-color-status-error);
968
+ --t-form-font-color-readonly:var(--t-text-color);
969
+ --t-form-picker-icon-color:var(--t-icon-color);
970
+ --t-form-placeholder-color:var(--t-text-color-placeholder);
1242
971
  }
1243
972
 
1244
973
 
@@ -1422,148 +1151,419 @@
1422
1151
  gap:0;
1423
1152
  }
1424
1153
 
1425
- .tds-sidenav-action--toggle + :is(.tds-sidenav-item .tds-sidenav-section-list){
1426
- visibility:hidden;
1427
- block-size:0;
1428
- overflow-y:clip;
1429
- opacity:0;
1430
- transition:content-visibility .2s allow-discrete, opacity .2s, block-size .2s;
1431
- }
1154
+ .tds-sidenav-action--toggle + :is(.tds-sidenav-item .tds-sidenav-section-list){
1155
+ visibility:hidden;
1156
+ block-size:0;
1157
+ overflow-y:clip;
1158
+ opacity:0;
1159
+ transition:content-visibility .2s allow-discrete, opacity .2s, block-size .2s;
1160
+ }
1161
+
1162
+ :is(.tds-sidenav-item .tds-sidenav-section-list) .tds-sidenav-section-list{
1163
+ --tds-sidenav-item-depth:2;
1164
+ }
1165
+
1166
+ :is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button){
1167
+ min-height:var(--t-element-size-2xl);
1168
+ padding-block:9px;
1169
+ padding-left:calc((var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth)) + var(--tds-sidenav-indent) + var(--t-spacing-fourth));
1170
+ line-height:1;
1171
+ background-color:transparent;
1172
+ }
1173
+
1174
+ :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button))::before{
1175
+ position:absolute;
1176
+ top:0;
1177
+ bottom:0;
1178
+ left:calc(var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth));
1179
+ width:2px;
1180
+ content:"";
1181
+ background-color:var(--tds-sidenav-item-nested-border-color);
1182
+ transition:var(--tds-sidenav-item-transition);
1183
+ }
1184
+
1185
+ :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button))::after{
1186
+ position:absolute;
1187
+ inset:0 0 0 calc(var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth));
1188
+ z-index:-1;
1189
+ height:100%;
1190
+ content:"";
1191
+ background-color:var(--tds-sidenav-item-nested-background);
1192
+ border-radius:0 var(--t-border-radius-default) var(--t-border-radius-default) 0;
1193
+ transition:var(--tds-sidenav-item-transition);
1194
+ }
1195
+
1196
+ :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):not(:has(.prefix,.suffix)),:is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)) :is(:not(.prefix,.suffix)){
1197
+ display:block;
1198
+ text-align:left;
1199
+ white-space:normal;
1200
+ }
1201
+
1202
+ :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):hover,:is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):focus-visible{
1203
+ --tds-sidenav-item-nested-border-color:var(--tds-sidenav-item-nested-border-color-hover);
1204
+ --tds-sidenav-item-nested-background:var(--tds-sidenav-item-nested-background-hover);
1205
+ }
1206
+
1207
+ :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):active{
1208
+ --tds-sidenav-item-nested-background:var(--tds-sidenav-item-nested-background-active);
1209
+ }
1210
+
1211
+ .selected:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button){
1212
+ --tds-sidenav-item-nested-border-color:var(--tds-sidenav-item-nested-border-color-selected);
1213
+ font-weight:var(--t-font-weight-medium);
1214
+ }
1215
+
1216
+ .tds-sidenav-responsive-header{
1217
+ display:flex;
1218
+ gap:var(--t-spacing-2);
1219
+ align-items:center;
1220
+ width:100%;
1221
+ }
1222
+
1223
+ .tds-sidenav-responsive-header .tds-sidenav-responsive-header-toggle{
1224
+ order:0;
1225
+ }
1226
+
1227
+ .tds-sidenav-responsive-header .tds-sidenav-responsive-header-label{
1228
+ flex:1;
1229
+ order:1;
1230
+ margin:0;
1231
+ font-size:var(--t-font-size-lg);
1232
+ font-weight:var(--t-font-weight-medium);
1233
+ color:var(--t-text-color-default-headline);
1234
+ }
1235
+
1236
+ @media (max-width: 719px){
1237
+ .tds-sidenav-collapse{
1238
+ z-index:10001;
1239
+ display:none;
1240
+ max-width:min(448px, calc(100vw - 48px));
1241
+ padding:0;
1242
+ margin:12px 0;
1243
+ overflow:hidden;
1244
+ outline:0;
1245
+ background:var(--t-surface-color-card);
1246
+ border:0;
1247
+ border-radius:6px;
1248
+ box-shadow:0 8px 20px 0 rgba(0, 0, 0, .25);
1249
+ will-change:transform;
1250
+ position-area:bottom span-right;
1251
+ }
1252
+
1253
+ .tds-sidenav-scroll-container{
1254
+ --webkit-overflow-scrolling:touch;
1255
+ display:block;
1256
+ width:100%;
1257
+ height:-moz-fit-content;
1258
+ height:fit-content;
1259
+ padding:var(--t-spacing-2);
1260
+ overflow-y:auto;
1261
+ }
1262
+
1263
+ .tds-sidenav-item :is(a, button) :is(.prefix){
1264
+ display:none;
1265
+ }
1266
+ @supports selector(:popover-open){
1267
+ .tds-sidenav-collapse:popover-open{
1268
+ display:flex;
1269
+ }
1270
+ }
1271
+ @supports not selector(:popover-open){
1272
+ .tds-sidenav-collapse.\:popover-open{
1273
+ display:flex;
1274
+ }
1275
+ }
1276
+ }
1277
+
1278
+ @media (min-width: 720px){
1279
+ .tds-sidenav-responsive-header{
1280
+ display:none;
1281
+ }
1282
+ }
1283
+
1284
+ :is(tds-sidenav,tds-sidenav-section,tds-sidenav-item):not(.hydrated) > :not([slot="ssr"]){
1285
+ display:none;
1286
+ }
1287
+
1288
+ :is(tds-sidenav,tds-sidenav-section,tds-sidenav-item):not(.hydrated) > [slot="ssr"]{
1289
+ display:block;
1290
+ }
1291
+
1292
+ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
1293
+ display:flex;
1294
+ flex-direction:column;
1295
+ }
1296
+
1297
+ @layer t-critical{
1298
+ tds-page-header:not(.hydrated){
1299
+ display:none;
1300
+ }
1301
+ }
1302
+
1303
+ @layer t-component{
1304
+ .tds-page-header{
1305
+ --tds-page-header-background-color:var(--t-fill-color-product-current-gradient-tint, var(--t-surface-color-canvas));
1306
+ --tds-page-header-background-color-inactive:var(--t-fill-color-neutral-090);
1307
+ --tds-page-header-color:var(--t-text-color-default-primary);
1308
+ --tds-page-header-headline-color:var(--t-text-color-default-headline);
1309
+ --tds-page-header-headline-font-size:var(--t-font-size-2xl);
1310
+ --tds-page-header-padding-x:var(--t-spacing-2);
1311
+ --tds-page-header-padding-y:var(--t-spacing-2);
1312
+ --tds-page-header-nav-padding-x:var(--tds-page-header-padding-x, var(--t-spacing-3));
1313
+ --tds-page-header-nav-gap:var(--t-spacing-1);
1314
+ --tds-page-header-nav-background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
1315
+ --tds-page-header-nav-item-padding-x:var(--t-spacing-1);
1316
+ --tds-page-header-nav-item-padding-y:var(--t-spacing-1);
1317
+ --tds-page-header-nav-item-color:var(--t-text-color-default-secondary);
1318
+ --tds-page-header-nav-item-background-color:var(--t-fill-color-transparency-light-060);
1319
+ --tds-page-header-nav-item-border-width:1px;
1320
+
1321
+ --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-background-color);
1322
+ --tds-page-header-nav-item-border-bottom-color:var(--t-border-color-default-base);
1323
+
1324
+ --tds-page-header-nav-item-color-hover:var(--t-text-color-default-primary);
1325
+ --tds-page-header-nav-item-background-color-hover:var(--t-fill-color-neutral-080);
1326
+ --tds-page-header-nav-item-border-color-hover:var(--tds-page-header-nav-item-background-color-hover);
1327
+
1328
+ --tds-page-header-nav-item-background-color-active:var(--t-fill-color-neutral-060);
1329
+ --tds-page-header-nav-item-border-color-active:var(--tds-page-header-nav-item-background-color-hover);
1330
+
1331
+ --tds-page-header-nav-item-color-disabled:var(--t-text-color-default-disabled);
1332
+ --tds-page-header-nav-item-background-color-disabled:var(--t-fill-color-neutral-080);
1333
+ --tds-page-header-nav-item-border-color-disabled:var(--tds-page-header-nav-item-background-color-disabled);
1334
+
1335
+ --tds-page-header-nav-item-color-selected:var(--t-text-color-default-primary);
1336
+ --tds-page-header-nav-item-background-color-selected:var(--t-surface-color-canvas);
1337
+ --tds-page-header-nav-item-border-color-selected:var(--tds-page-header-nav-item-background-color-selected);
1338
+ --tds-page-header-nav-item-border-bottom-color-selected:var(--tds-page-header-nav-item-background-color-selected);
1339
+ --tds-page-header-nav-item-indicator-color:var(--t-icon-color-status-warning-primary);
1340
+ }
1341
+
1342
+ .tds-page-header--profile{
1343
+ --tds-page-header-padding-y:20px;
1344
+ }
1345
+ @media (min-width: 600px){
1346
+ .tds-page-header{
1347
+ --tds-page-header-background-color:var(--t-surface-color-canvas);
1348
+ --tds-page-header-color:var(--t-text-color-default-secondary);
1349
+ --tds-page-header-padding-x:var(--t-spacing-3);
1350
+ --tds-page-header-headline-font-size:var(--t-font-size-3xl);
1351
+ --tds-page-header-nav-gap:var(--t-spacing-half);
1352
+ --tds-page-header-nav-background:transparent;
1353
+ --tds-page-header-nav-item-padding-x:var(--t-spacing-2);
1354
+ --tds-page-header-nav-item-border-width:1px;
1355
+ --tds-page-header-nav-item-color:var(--t-text-color-default-primary);
1356
+ --tds-page-header-nav-item-background-color:var(--t-fill-color-neutral-070);
1357
+ --tds-page-header-nav-item-border-color-selected:var(--t-border-color-default-base);
1358
+ }
1359
+ }
1360
+ }
1361
+
1362
+ .tds-page-header{
1363
+ display:flex;
1364
+ flex-direction:column;
1365
+ padding-top:var(--tds-page-header-padding-y);
1366
+ color:var(--tds-page-header-color);
1367
+ background:var(--tds-page-header-background-color);
1368
+ border-bottom:1px solid var(--t-border-color-default-base);
1369
+ }
1370
+
1371
+ .tds-page-header:not(.has-nav){
1372
+ padding-bottom:var(--tds-page-header-padding-y);
1373
+ }
1374
+
1375
+ .tds-page-header.inactive{
1376
+ background:var(--tds-page-header-background-color-inactive);
1377
+ }
1378
+
1379
+ .tds-page-header__title-bar{
1380
+ display:flex;
1381
+ flex-direction:column;
1382
+ gap:var(--t-spacing-2) var(--t-spacing-1);
1383
+ align-items:flex-start;
1384
+ justify-content:space-between;
1385
+ padding:0 var(--tds-page-header-padding-x);
1386
+ }
1387
+
1388
+ .tds-page-header--profile > .tds-page-header__title-bar{
1389
+ align-items:center;
1390
+ }
1391
+
1392
+ .tds-page-header__primary{
1393
+ width:100%;
1394
+ }
1395
+
1396
+ .tds-page-header__primary h1{
1397
+ margin:0;
1398
+ font-size:var(--tds-page-header-headline-font-size);
1399
+ font-weight:var(--t-font-weight-normal);
1400
+ line-height:32px;
1401
+ color:var(--tds-page-header-headline-color);
1402
+ overflow-wrap:break-word;
1403
+ }
1404
+
1405
+ .tds-page-header [slot="actions"]{
1406
+ width:100%;
1407
+ }
1432
1408
 
1433
- :is(.tds-sidenav-item .tds-sidenav-section-list) .tds-sidenav-section-list{
1434
- --tds-sidenav-item-depth:2;
1435
- }
1409
+ .has-multi-actions.tds-page-header [slot="actions"],
1410
+ .has-multi-actions.tds-page-header .tds-page-header__actions{
1411
+ display:flex;
1412
+ flex-flow:row wrap;
1413
+ gap:var(--t-spacing-half) var(--t-spacing-1);
1414
+ align-items:flex-start;
1415
+ justify-content:flex-start;
1416
+ min-width:0;
1417
+ }
1436
1418
 
1437
- :is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button){
1438
- min-height:var(--t-element-size-2xl);
1439
- padding-block:9px;
1440
- padding-left:calc((var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth)) + var(--tds-sidenav-indent) + var(--t-spacing-fourth));
1441
- line-height:1;
1442
- background-color:transparent;
1443
- }
1419
+ .tds-page-header nav[slot="navigation"]:not(:has(ul)),
1420
+ .tds-page-header nav.tds-page-header__nav:not(:has(ul)),
1421
+ .tds-page-header nav[slot="navigation"] ul,
1422
+ .tds-page-header nav.tds-page-header__nav ul{
1423
+ display:flex;
1424
+ gap:var(--tds-page-header-nav-gap);
1425
+ padding:var(--t-spacing-2) var(--tds-page-header-nav-padding-x) 0;
1426
+ margin:0 0 -1px;
1427
+ overflow:auto;
1428
+ list-style:none;
1429
+ background:var(--tds-page-header-nav-background);
1430
+ }
1444
1431
 
1445
- :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button))::before{
1446
- position:absolute;
1447
- top:0;
1448
- bottom:0;
1449
- left:calc(var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth));
1450
- width:2px;
1451
- content:"";
1452
- background-color:var(--tds-sidenav-item-nested-border-color);
1453
- transition:var(--tds-sidenav-item-transition);
1454
- }
1432
+ .tds-page-header nav[slot="navigation"] a,
1433
+ .tds-page-header nav[slot="navigation"] button,
1434
+ .tds-page-header nav.tds-page-header__nav a,
1435
+ .tds-page-header nav.tds-page-header__nav button{
1436
+ position:relative;
1437
+ display:inline-flex;
1438
+ padding:var(--tds-page-header-nav-item-padding-y) var(--tds-page-header-nav-item-padding-x);
1439
+ font-size:var(--t-font-size-sm);
1440
+ line-height:22px;
1441
+ color:var(--tds-page-header-nav-item-color);
1442
+ white-space:nowrap;
1443
+ text-decoration:none;
1444
+ -webkit-appearance:none;
1445
+ -moz-appearance:none;
1446
+ appearance:none;
1447
+ cursor:pointer;
1448
+ outline-offset:-2px;
1449
+ background-color:var(--tds-page-header-nav-item-background-color);
1450
+ background-clip:padding-box;
1451
+ border:var(--tds-page-header-nav-item-border-width) solid var(--tds-page-header-nav-item-border-color);
1452
+ border-bottom:1px solid var(--tds-page-header-nav-item-border-bottom-color);
1453
+ border-radius:var(--t-border-radius-md) var(--t-border-radius-md) 0 0;
1454
+ }
1455
1455
 
1456
- :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button))::after{
1457
- position:absolute;
1458
- inset:0 0 0 calc(var(--tds-sidenav-indent) * var(--tds-sidenav-item-depth));
1459
- z-index:-1;
1460
- height:100%;
1461
- content:"";
1462
- background-color:var(--tds-sidenav-item-nested-background);
1463
- border-radius:0 var(--t-border-radius-default) var(--t-border-radius-default) 0;
1464
- transition:var(--tds-sidenav-item-transition);
1465
- }
1456
+ .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator){
1457
+ position:relative;
1458
+ }
1466
1459
 
1467
- :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):not(:has(.prefix,.suffix)),:is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)) :is(:not(.prefix,.suffix)){
1468
- display:block;
1469
- text-align:left;
1470
- white-space:normal;
1471
- }
1460
+ .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator) :is(a, button){
1461
+ -webkit-mask:radial-gradient(8px at calc(100% - 3px) 0, #0000 98%, #000);
1462
+ mask:radial-gradient(8px at calc(100% - 3px) 0, #0000 98%, #000);
1463
+ }
1472
1464
 
1473
- :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):hover,:is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):focus-visible{
1474
- --tds-sidenav-item-nested-border-color:var(--tds-sidenav-item-nested-border-color-hover);
1475
- --tds-sidenav-item-nested-background:var(--tds-sidenav-item-nested-background-hover);
1476
- }
1465
+ .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::before,
1466
+ .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::after{
1467
+ position:absolute;
1468
+ top:-5px;
1469
+ right:-2px;
1470
+ width:10px;
1471
+ height:10px;
1472
+ content:"";
1473
+ background:var(--tds-page-header-nav-item-indicator-color);
1474
+ border-radius:50%;
1475
+ }
1477
1476
 
1478
- :is(:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button)):active{
1479
- --tds-sidenav-item-nested-background:var(--tds-sidenav-item-nested-background-active);
1480
- }
1477
+ @media (prefers-reduced-motion: no-preference){
1478
+ .tds-page-header nav:is([slot="navigation"], .tds-page-header__nav) li:has(.indicator)::after{
1479
+ animation:indicator-pulse 1.25s ease infinite;
1480
+ }
1481
+ }
1481
1482
 
1482
- .selected:is(.tds-sidenav-section-list .tds-sidenav-section-list .tds-sidenav-item) :is(a,button){
1483
- --tds-sidenav-item-nested-border-color:var(--tds-sidenav-item-nested-border-color-selected);
1484
- font-weight:var(--t-font-weight-medium);
1485
- }
1483
+ .tds-page-header nav[slot="navigation"] a.selected,
1484
+ .tds-page-header nav[slot="navigation"] button.selected,
1485
+ .tds-page-header nav.tds-page-header__nav a.selected,
1486
+ .tds-page-header nav.tds-page-header__nav button.selected{
1487
+ --tds-page-header-nav-item-color:var(--tds-page-header-nav-item-color-selected);
1488
+ --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-border-color-selected);
1489
+ --tds-page-header-nav-item-background-color:var(--tds-page-header-nav-item-background-color-selected);
1490
+ --tds-page-header-nav-item-border-bottom-color:var(--tds-page-header-nav-item-background-color-selected);
1491
+ }
1486
1492
 
1487
- .tds-sidenav-responsive-header{
1488
- display:flex;
1489
- gap:var(--t-spacing-2);
1490
- align-items:center;
1491
- width:100%;
1493
+ .tds-page-header nav[slot="navigation"] a:not(.selected):hover,
1494
+ .tds-page-header nav[slot="navigation"] button:not(.selected):hover,
1495
+ .tds-page-header nav.tds-page-header__nav a:not(.selected):hover,
1496
+ .tds-page-header nav.tds-page-header__nav button:not(.selected):hover{
1497
+ --tds-page-header-nav-item-color:var(--tds-page-header-nav-item-color-hover);
1498
+ --tds-page-header-nav-item-background-color:var(--tds-page-header-nav-item-background-color-hover);
1499
+ --tds-page-header-nav-item-border-color:var(--tds-page-header-nav-item-border-color-hover);
1492
1500
  }
1493
1501
 
1494
- .tds-sidenav-responsive-header .tds-sidenav-responsive-header-toggle{
1495
- order:0;
1496
- }
1502
+ .tds-page-header nav[slot="navigation"] a:not(.selected):active,
1503
+ .tds-page-header nav[slot="navigation"] button:not(.selected):active,
1504
+ .tds-page-header nav.tds-page-header__nav a:not(.selected):active,
1505
+ .tds-page-header nav.tds-page-header__nav button:not(.selected):active{
1506
+ background-color:var(--tds-page-header-nav-item-background-color-active);
1507
+ }
1497
1508
 
1498
- .tds-sidenav-responsive-header .tds-sidenav-responsive-header-label{
1499
- flex:1;
1500
- order:1;
1501
- margin:0;
1502
- font-size:var(--t-font-size-lg);
1503
- font-weight:var(--t-font-weight-medium);
1504
- color:var(--t-text-color-default-headline);
1505
- }
1509
+ .tds-page-header nav[slot="navigation"] a:not(.selected):disabled,
1510
+ .tds-page-header nav[slot="navigation"] button:not(.selected):disabled,
1511
+ .tds-page-header nav.tds-page-header__nav a:not(.selected):disabled,
1512
+ .tds-page-header nav.tds-page-header__nav button:not(.selected):disabled{
1513
+ color:var(--tds-page-header-nav-item-color-disabled);
1514
+ cursor:not-allowed;
1515
+ background-color:var(--tds-page-header-nav-item-background-color-disabled);
1516
+ opacity:1;
1517
+ }
1506
1518
 
1507
- @media (max-width: 719px){
1508
- .tds-sidenav-collapse{
1509
- z-index:10001;
1510
- display:none;
1511
- max-width:min(448px, calc(100vw - 48px));
1512
- padding:0;
1513
- margin:12px 0;
1514
- overflow:hidden;
1515
- outline:0;
1516
- background:var(--t-surface-color-card);
1517
- border:0;
1518
- border-radius:6px;
1519
- box-shadow:0 8px 20px 0 rgba(0, 0, 0, .25);
1520
- will-change:transform;
1521
- position-area:bottom span-right;
1519
+ @media (min-width: 960px){
1520
+ .tds-page-header__primary{
1521
+ flex:1 1 max-content;
1522
+ width:auto;
1523
+ min-width:0;
1524
+ max-width:100%;
1522
1525
  }
1523
1526
 
1524
- .tds-sidenav-scroll-container{
1525
- --webkit-overflow-scrolling:touch;
1526
- display:block;
1527
- width:100%;
1528
- height:-moz-fit-content;
1529
- height:fit-content;
1530
- padding:var(--t-spacing-2);
1531
- overflow-y:auto;
1527
+ .tds-page-header__title-bar,
1528
+ .tds-page-header--profile .tds-page-header__title-bar{
1529
+ flex-flow:row nowrap;
1530
+ row-gap:12px;
1531
+ align-items:flex-start;
1532
1532
  }
1533
1533
 
1534
- .tds-sidenav-item :is(a, button) :is(.prefix){
1535
- display:none;
1536
- }
1537
- @supports selector(:popover-open){
1538
- .tds-sidenav-collapse:popover-open{
1539
- display:flex;
1540
- }
1534
+ .tds-page-header [slot="actions"]{
1535
+ width:auto;
1541
1536
  }
1542
- @supports not selector(:popover-open){
1543
- .tds-sidenav-collapse.\:popover-open{
1544
- display:flex;
1545
- }
1537
+
1538
+ .has-multi-actions.tds-page-header [slot="actions"],
1539
+ .has-multi-actions.tds-page-header .tds-page-header__actions{
1540
+ justify-content:flex-end;
1546
1541
  }
1547
1542
  }
1548
1543
 
1549
- @media (min-width: 720px){
1550
- .tds-sidenav-responsive-header{
1551
- display:none;
1552
- }
1544
+ .tds-page-header-phone,
1545
+ .tds-page-header-email{
1546
+ color:var(--tds-page-header-color);
1547
+ white-space:nowrap;
1553
1548
  }
1554
1549
 
1555
- :is(tds-sidenav,tds-sidenav-section,tds-sidenav-item):not(.hydrated) > :not([slot="ssr"]){
1556
- display:none;
1557
- }
1550
+ .tds-page-header-email{
1551
+ max-width:100%;
1552
+ overflow:hidden;
1553
+ text-overflow:ellipsis;
1554
+ }
1558
1555
 
1559
- :is(tds-sidenav,tds-sidenav-section,tds-sidenav-item):not(.hydrated) > [slot="ssr"]{
1560
- display:block;
1561
- }
1556
+ @keyframes indicator-pulse{
1557
+ 0%{
1558
+ opacity:.3;
1559
+ transform:scale(.9);
1560
+ }
1562
1561
 
1563
- tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
1564
- display:flex;
1565
- flex-direction:column;
1566
- }
1562
+ 100%{
1563
+ opacity:0;
1564
+ transform:scale(1.75);
1565
+ }
1566
+ }
1567
1567
 
1568
1568
  .tds-loading-spinner{
1569
1569
  --tds-loading-spinner-size:1.25em;