@planningcenter/tapestry 3.0.0-rc.0 → 3.0.0-rc.1

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