@echothink-ui/domain-widgets 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,3956 @@
1
+ @import "@echothink-ui/core/styles.css";
2
+
3
+ /* src/styles.css */
4
+ .eth-domain-crm-contact-panel,
5
+ [data-eth-component=CRMContactPanel] {
6
+ background: var(--eth-color-layer-01);
7
+ border: 1px solid var(--eth-color-border-subtle);
8
+ border-radius: 0;
9
+ color: var(--eth-color-text-primary);
10
+ display: grid;
11
+ gap: var(--eth-space-xl);
12
+ inline-size: 100%;
13
+ padding: var(--eth-space-xl);
14
+ }
15
+ .eth-domain-crm-contact-panel > *,
16
+ [data-eth-component=CRMContactPanel] > * {
17
+ min-width: 0;
18
+ }
19
+ .eth-domain-crm-contact-panel > .eth-surface__header,
20
+ [data-eth-component=CRMContactPanel] > .eth-surface__header {
21
+ border-block-end: 1px solid var(--eth-color-border-subtle);
22
+ padding-block-end: var(--eth-space-lg);
23
+ }
24
+ .eth-domain-crm-contact-panel .eth-meta-grid,
25
+ [data-eth-component=CRMContactPanel] .eth-meta-grid {
26
+ background: var(--eth-color-layer-02);
27
+ grid-template-columns: repeat(4, minmax(9rem, 1fr));
28
+ }
29
+ .eth-domain-crm-contact-panel__body {
30
+ align-items: start;
31
+ display: grid;
32
+ gap: var(--eth-space-lg);
33
+ grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.75fr);
34
+ }
35
+ .eth-domain-crm-contact-panel__contacts,
36
+ .eth-domain-crm-contact-panel__signals {
37
+ background: var(--eth-color-layer-01);
38
+ border: 1px solid var(--eth-color-border-subtle);
39
+ display: grid;
40
+ min-inline-size: 0;
41
+ }
42
+ .eth-domain-crm-contact-panel__section-header {
43
+ align-items: flex-start;
44
+ border-block-end: 1px solid var(--eth-color-border-subtle);
45
+ display: flex;
46
+ gap: var(--eth-space-md);
47
+ justify-content: space-between;
48
+ min-block-size: 4rem;
49
+ padding: var(--eth-space-md);
50
+ }
51
+ .eth-domain-crm-contact-panel__section-header div {
52
+ display: grid;
53
+ gap: var(--eth-space-xs);
54
+ min-inline-size: 0;
55
+ }
56
+ .eth-domain-crm-contact-panel__section-header span,
57
+ .eth-domain-crm-contact-panel__signal span,
58
+ .eth-domain-crm-contact-panel__contact-meta {
59
+ color: var(--eth-color-text-secondary);
60
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
61
+ line-height: 1.333;
62
+ }
63
+ .eth-domain-crm-contact-panel__section-header h3 {
64
+ color: var(--eth-color-text-primary);
65
+ font-size: calc(1rem * var(--eth-text-scale, 1));
66
+ font-weight: 600;
67
+ line-height: 1.375;
68
+ margin: 0;
69
+ }
70
+ .eth-domain-crm-contact-panel__section-header > strong {
71
+ color: var(--eth-color-text-secondary);
72
+ flex: 0 0 auto;
73
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
74
+ font-weight: 400;
75
+ line-height: 1.333;
76
+ text-align: end;
77
+ }
78
+ .eth-domain-crm-contact-panel__contact-list,
79
+ .eth-domain-crm-contact-panel__signal-list {
80
+ display: grid;
81
+ }
82
+ .eth-domain-crm-contact-panel__contact {
83
+ align-items: center;
84
+ display: grid;
85
+ gap: var(--eth-space-md);
86
+ grid-template-columns: 2.5rem minmax(0, 1fr) auto;
87
+ min-block-size: 5rem;
88
+ padding: var(--eth-space-md);
89
+ }
90
+ .eth-domain-crm-contact-panel__contact + .eth-domain-crm-contact-panel__contact,
91
+ .eth-domain-crm-contact-panel__signal + .eth-domain-crm-contact-panel__signal {
92
+ border-block-start: 1px solid var(--eth-color-border-subtle);
93
+ }
94
+ .eth-domain-crm-contact-panel__avatar {
95
+ align-items: center;
96
+ background: var(--eth-color-layer-02);
97
+ color: var(--eth-color-text-secondary);
98
+ display: inline-flex;
99
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
100
+ font-weight: 600;
101
+ block-size: 2.5rem;
102
+ inline-size: 2.5rem;
103
+ justify-content: center;
104
+ }
105
+ .eth-domain-crm-contact-panel__contact-main {
106
+ display: grid;
107
+ gap: var(--eth-space-xs);
108
+ min-inline-size: 0;
109
+ }
110
+ .eth-domain-crm-contact-panel__contact-main strong,
111
+ .eth-domain-crm-contact-panel__signal strong {
112
+ color: var(--eth-color-text-primary);
113
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
114
+ font-weight: 600;
115
+ line-height: 1.4286;
116
+ }
117
+ .eth-domain-crm-contact-panel__contact-main a {
118
+ color: var(--eth-color-link);
119
+ text-decoration: none;
120
+ }
121
+ .eth-domain-crm-contact-panel__contact-main a:hover {
122
+ text-decoration: underline;
123
+ }
124
+ .eth-domain-crm-contact-panel__contact-main p {
125
+ color: var(--eth-color-text-secondary);
126
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
127
+ line-height: 1.4286;
128
+ margin: 0;
129
+ }
130
+ .eth-domain-crm-contact-panel__contact-aside {
131
+ align-items: flex-end;
132
+ display: grid;
133
+ gap: var(--eth-space-sm);
134
+ justify-items: end;
135
+ }
136
+ .eth-domain-crm-contact-panel__contact-aside .eth-status-dot {
137
+ white-space: nowrap;
138
+ }
139
+ .eth-domain-crm-contact-panel__contact-actions {
140
+ display: flex;
141
+ flex-wrap: wrap;
142
+ gap: var(--eth-space-xs);
143
+ justify-content: flex-end;
144
+ }
145
+ .eth-domain-crm-contact-panel__signal {
146
+ border-inline-start: 3px solid transparent;
147
+ display: grid;
148
+ gap: var(--eth-space-xs);
149
+ min-block-size: 4.25rem;
150
+ padding: var(--eth-space-md);
151
+ }
152
+ .eth-domain-crm-contact-panel__signal[data-tone=healthy] {
153
+ border-inline-start-color: var(--eth-color-success);
154
+ }
155
+ .eth-domain-crm-contact-panel__signal[data-tone=watch],
156
+ .eth-domain-crm-contact-panel__signal[data-tone=new] {
157
+ border-inline-start-color: var(--eth-color-warning);
158
+ }
159
+ .eth-domain-crm-contact-panel__signal[data-tone=risk] {
160
+ border-inline-start-color: var(--eth-color-danger);
161
+ }
162
+ .eth-domain-crm-contact-panel__empty {
163
+ color: var(--eth-color-text-secondary);
164
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
165
+ line-height: 1.4286;
166
+ margin: 0;
167
+ padding: var(--eth-space-lg);
168
+ }
169
+ .eth-domain-sales-pipeline-board,
170
+ [data-eth-component=SalesPipelineBoard] {
171
+ inline-size: min(100%, 72rem);
172
+ padding: var(--eth-space-xl);
173
+ overflow: hidden;
174
+ border: 1px solid var(--eth-color-border-subtle);
175
+ background: var(--eth-color-layer-01);
176
+ color: var(--eth-color-text-primary);
177
+ box-shadow: none;
178
+ }
179
+ .eth-domain-sales-pipeline-board .eth-surface__header,
180
+ [data-eth-component=SalesPipelineBoard] .eth-surface__header {
181
+ align-items: flex-start;
182
+ border-block-end: 1px solid var(--eth-color-border-subtle);
183
+ gap: var(--eth-space-lg);
184
+ padding-block-end: var(--eth-space-lg);
185
+ }
186
+ .eth-domain-sales-pipeline-board .eth-surface__heading h2,
187
+ [data-eth-component=SalesPipelineBoard] .eth-surface__heading h2 {
188
+ margin: 0;
189
+ color: var(--eth-color-text-primary);
190
+ font-size: calc(1.5rem * var(--eth-text-scale, 1));
191
+ font-weight: 400;
192
+ line-height: 1.25;
193
+ letter-spacing: 0;
194
+ }
195
+ .eth-domain-sales-pipeline-board .eth-surface__description,
196
+ [data-eth-component=SalesPipelineBoard] .eth-surface__description {
197
+ margin: 0.375rem 0 0;
198
+ color: var(--eth-color-text-secondary);
199
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
200
+ line-height: 1.45;
201
+ }
202
+ .eth-domain-sales-pipeline-board__columns,
203
+ [data-eth-component=SalesPipelineBoard] .eth-list {
204
+ display: grid;
205
+ grid-template-columns: repeat(4, minmax(0, 1fr));
206
+ align-items: flex-start;
207
+ gap: var(--eth-space-lg);
208
+ inline-size: 100%;
209
+ margin: var(--eth-space-xl) 0 0;
210
+ padding: 0;
211
+ border: 0;
212
+ overflow: visible;
213
+ list-style: none;
214
+ }
215
+ .eth-domain-sales-pipeline-board__column,
216
+ [data-eth-component=SalesPipelineBoard] .eth-list__item {
217
+ position: relative;
218
+ display: grid;
219
+ grid-template-columns: minmax(0, 1fr) auto;
220
+ grid-template-rows: auto 1fr;
221
+ align-items: start;
222
+ flex: initial;
223
+ inline-size: auto;
224
+ min-inline-size: 0;
225
+ min-block-size: 7rem;
226
+ gap: var(--eth-space-md) var(--eth-space-lg);
227
+ padding: var(--eth-space-lg);
228
+ overflow: hidden;
229
+ border: 1px solid var(--eth-color-border-subtle);
230
+ border-radius: 0;
231
+ background: var(--eth-color-layer-02);
232
+ box-shadow: none;
233
+ }
234
+ .eth-domain-sales-pipeline-board__column::before,
235
+ [data-eth-component=SalesPipelineBoard] .eth-list__item::before {
236
+ content: "";
237
+ position: absolute;
238
+ inset: 0 auto 0 0;
239
+ width: 0.25rem;
240
+ background: var(--eth-color-border-strong);
241
+ }
242
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=active]::before,
243
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=completed]::before,
244
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=succeeded]::before {
245
+ background: var(--eth-color-success);
246
+ }
247
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=in-progress]::before,
248
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=running]::before {
249
+ background: var(--eth-color-info);
250
+ }
251
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=pending-approval]::before,
252
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=approval-required]::before,
253
+ [data-eth-component=SalesPipelineBoard] .eth-list__item[data-status=warning]::before {
254
+ background: var(--eth-color-warning);
255
+ }
256
+ [data-eth-component=SalesPipelineBoard] .eth-list__item-main {
257
+ display: grid;
258
+ gap: var(--eth-space-sm);
259
+ min-inline-size: 0;
260
+ }
261
+ [data-eth-component=SalesPipelineBoard] .eth-list__item-main strong {
262
+ min-inline-size: 0;
263
+ color: var(--eth-color-text-primary);
264
+ font-size: calc(0.9375rem * var(--eth-text-scale, 1));
265
+ font-weight: 600;
266
+ line-height: 1.35;
267
+ }
268
+ [data-eth-component=SalesPipelineBoard] .eth-list__item-main p {
269
+ margin: 0;
270
+ color: var(--eth-color-text-secondary);
271
+ font-size: calc(0.9375rem * var(--eth-text-scale, 1));
272
+ line-height: 1.45;
273
+ }
274
+ [data-eth-component=SalesPipelineBoard] .eth-list__item-aside {
275
+ justify-self: end;
276
+ min-inline-size: 0;
277
+ }
278
+ [data-eth-component=SalesPipelineBoard] .eth-badge,
279
+ [data-eth-component=SalesPipelineBoard] .eth-tag,
280
+ [data-eth-component=SalesPipelineBoard] .eth-status-dot {
281
+ justify-self: end;
282
+ max-inline-size: 100%;
283
+ min-block-size: 1.5rem;
284
+ padding: 0.125rem 0.5rem;
285
+ border-color: var(--eth-color-border-strong);
286
+ border-radius: 999px;
287
+ background: var(--eth-color-layer-01);
288
+ color: var(--eth-color-text-primary);
289
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
290
+ font-weight: 500;
291
+ line-height: 1.25;
292
+ white-space: nowrap;
293
+ }
294
+ @media (max-width: 960px) {
295
+ .eth-domain-sales-pipeline-board__columns,
296
+ [data-eth-component=SalesPipelineBoard] .eth-list {
297
+ grid-template-columns: repeat(2, minmax(0, 1fr));
298
+ }
299
+ }
300
+ @media (max-width: 560px) {
301
+ .eth-domain-sales-pipeline-board,
302
+ [data-eth-component=SalesPipelineBoard] {
303
+ padding: var(--eth-space-lg);
304
+ }
305
+ .eth-domain-sales-pipeline-board .eth-surface__header,
306
+ [data-eth-component=SalesPipelineBoard] .eth-surface__header {
307
+ display: grid;
308
+ }
309
+ .eth-domain-sales-pipeline-board .eth-surface__heading h2,
310
+ [data-eth-component=SalesPipelineBoard] .eth-surface__heading h2 {
311
+ font-size: calc(1.25rem * var(--eth-text-scale, 1));
312
+ }
313
+ .eth-domain-sales-pipeline-board__columns,
314
+ [data-eth-component=SalesPipelineBoard] .eth-list {
315
+ grid-template-columns: 1fr;
316
+ gap: var(--eth-space-md);
317
+ }
318
+ .eth-domain-sales-pipeline-board__column,
319
+ [data-eth-component=SalesPipelineBoard] .eth-list__item {
320
+ grid-template-columns: 1fr;
321
+ min-block-size: auto;
322
+ }
323
+ [data-eth-component=SalesPipelineBoard] .eth-list__item-aside {
324
+ justify-self: start;
325
+ }
326
+ [data-eth-component=SalesPipelineBoard] .eth-badge,
327
+ [data-eth-component=SalesPipelineBoard] .eth-tag,
328
+ [data-eth-component=SalesPipelineBoard] .eth-status-dot {
329
+ justify-self: start;
330
+ white-space: normal;
331
+ }
332
+ }
333
+ .eth-domain-support-ticket-queue,
334
+ [data-eth-component=SupportTicketQueue] {
335
+ background: var(--eth-color-layer-01);
336
+ border: 1px solid var(--eth-color-border-subtle);
337
+ border-radius: 0;
338
+ color: var(--eth-color-text-primary);
339
+ display: grid;
340
+ gap: 0;
341
+ inline-size: 100%;
342
+ padding: 0;
343
+ }
344
+ .eth-domain-support-ticket-queue > .eth-surface__header,
345
+ [data-eth-component=SupportTicketQueue] > .eth-surface__header {
346
+ border-block-end: 1px solid var(--eth-color-border-subtle);
347
+ padding: var(--eth-space-lg);
348
+ }
349
+ .eth-domain-support-ticket-queue .eth-meta-grid,
350
+ [data-eth-component=SupportTicketQueue] .eth-meta-grid {
351
+ background: var(--eth-color-layer-02);
352
+ border: 0;
353
+ border-block-end: 1px solid var(--eth-color-border-subtle);
354
+ grid-template-columns: repeat(4, minmax(8rem, 1fr));
355
+ }
356
+ .eth-domain-support-ticket-queue .eth-meta-grid div,
357
+ [data-eth-component=SupportTicketQueue] .eth-meta-grid div {
358
+ min-inline-size: 0;
359
+ }
360
+ .eth-domain-support-ticket-queue .eth-meta-grid dd,
361
+ [data-eth-component=SupportTicketQueue] .eth-meta-grid dd {
362
+ overflow-wrap: anywhere;
363
+ }
364
+ .eth-domain-support-ticket-queue__list {
365
+ display: grid;
366
+ }
367
+ .eth-domain-support-ticket-queue__row {
368
+ align-items: center;
369
+ border-block-end: 1px solid var(--eth-color-border-subtle);
370
+ display: grid;
371
+ gap: var(--eth-space-md);
372
+ grid-template-columns: minmax(12rem, 1fr) minmax(8rem, 0.34fr) minmax(8rem, 0.32fr) auto;
373
+ min-block-size: 4.5rem;
374
+ padding: var(--eth-space-md) var(--eth-space-lg);
375
+ }
376
+ .eth-domain-support-ticket-queue__row:last-child {
377
+ border-block-end: 0;
378
+ }
379
+ .eth-domain-support-ticket-queue__row:hover {
380
+ background: var(--eth-color-layer-hover);
381
+ }
382
+ .eth-domain-support-ticket-queue__ticket {
383
+ align-items: center;
384
+ display: inline-flex;
385
+ gap: var(--eth-space-sm);
386
+ grid-column: 1;
387
+ min-inline-size: 0;
388
+ }
389
+ .eth-domain-support-ticket-queue__ticket strong {
390
+ color: var(--eth-color-text-primary);
391
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
392
+ font-weight: 600;
393
+ line-height: 1.4286;
394
+ min-inline-size: 0;
395
+ overflow-wrap: anywhere;
396
+ }
397
+ .eth-domain-support-ticket-queue__ticket a {
398
+ color: var(--eth-color-link);
399
+ text-decoration: none;
400
+ }
401
+ .eth-domain-support-ticket-queue__ticket a:hover {
402
+ text-decoration: underline;
403
+ }
404
+ .eth-domain-support-ticket-queue__priority {
405
+ border-inline-start: 3px solid var(--eth-color-border-strong);
406
+ color: var(--eth-color-text-secondary);
407
+ flex: 0 0 auto;
408
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
409
+ font-weight: 600;
410
+ inline-size: 2.25rem;
411
+ letter-spacing: 0;
412
+ line-height: 1.333;
413
+ padding-inline-start: var(--eth-space-xs);
414
+ }
415
+ .eth-domain-support-ticket-queue__priority[data-priority=P1] {
416
+ border-inline-start-color: var(--eth-color-danger);
417
+ color: var(--eth-color-danger);
418
+ }
419
+ .eth-domain-support-ticket-queue__priority[data-priority=P2] {
420
+ border-inline-start-color: var(--eth-color-warning);
421
+ color: var(--eth-color-text-primary);
422
+ }
423
+ .eth-domain-support-ticket-queue__priority[data-priority=P3] {
424
+ border-inline-start-color: var(--eth-color-info);
425
+ }
426
+ .eth-domain-support-ticket-queue__field {
427
+ display: grid;
428
+ gap: var(--eth-space-xs);
429
+ min-inline-size: 0;
430
+ }
431
+ .eth-domain-support-ticket-queue__field--sla {
432
+ grid-column: 2;
433
+ }
434
+ .eth-domain-support-ticket-queue__field--owner {
435
+ grid-column: 3;
436
+ }
437
+ .eth-domain-support-ticket-queue__field span {
438
+ color: var(--eth-color-text-secondary);
439
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
440
+ line-height: 1.333;
441
+ }
442
+ .eth-domain-support-ticket-queue__field strong {
443
+ color: var(--eth-color-text-primary);
444
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
445
+ font-weight: 500;
446
+ line-height: 1.4286;
447
+ overflow-wrap: anywhere;
448
+ }
449
+ .eth-domain-support-ticket-queue__status {
450
+ align-items: center;
451
+ display: inline-flex;
452
+ flex-wrap: wrap;
453
+ gap: var(--eth-space-sm);
454
+ grid-column: 4;
455
+ justify-content: flex-end;
456
+ min-inline-size: 0;
457
+ }
458
+ .eth-domain-support-ticket-queue__status .eth-status-dot {
459
+ background: var(--eth-color-layer-01);
460
+ color: var(--eth-color-text-primary);
461
+ margin: 0;
462
+ max-inline-size: 10rem;
463
+ }
464
+ .eth-domain-support-ticket-queue__actions {
465
+ align-items: center;
466
+ display: inline-flex;
467
+ flex-wrap: wrap;
468
+ gap: var(--eth-space-xs);
469
+ justify-content: flex-end;
470
+ }
471
+ .eth-domain-support-ticket-queue__empty {
472
+ color: var(--eth-color-text-secondary);
473
+ margin: 0;
474
+ padding: var(--eth-space-lg);
475
+ }
476
+ @media (width <= 72rem) {
477
+ .eth-domain-support-ticket-queue .eth-meta-grid,
478
+ [data-eth-component=SupportTicketQueue] .eth-meta-grid {
479
+ grid-template-columns: repeat(2, minmax(0, 1fr));
480
+ }
481
+ .eth-domain-support-ticket-queue__row {
482
+ align-items: start;
483
+ grid-template-columns: minmax(0, 1fr) minmax(8rem, auto);
484
+ }
485
+ .eth-domain-support-ticket-queue__ticket,
486
+ .eth-domain-support-ticket-queue__field--sla,
487
+ .eth-domain-support-ticket-queue__field--owner {
488
+ grid-column: auto;
489
+ }
490
+ .eth-domain-support-ticket-queue__status {
491
+ grid-column: 1 / -1;
492
+ justify-content: flex-start;
493
+ }
494
+ }
495
+ @media (width <= 48rem) {
496
+ .eth-domain-support-ticket-queue > .eth-surface__header,
497
+ [data-eth-component=SupportTicketQueue] > .eth-surface__header {
498
+ align-items: flex-start;
499
+ }
500
+ .eth-domain-support-ticket-queue .eth-meta-grid,
501
+ [data-eth-component=SupportTicketQueue] .eth-meta-grid,
502
+ .eth-domain-support-ticket-queue__row {
503
+ grid-template-columns: 1fr;
504
+ }
505
+ .eth-domain-support-ticket-queue__status,
506
+ .eth-domain-support-ticket-queue__actions {
507
+ justify-content: flex-start;
508
+ }
509
+ }
510
+ .eth-domain-knowledge-base-viewer,
511
+ [data-eth-component=KnowledgeBaseArticleViewer] {
512
+ background: var(--eth-color-layer-01);
513
+ border: 1px solid var(--eth-color-border-subtle);
514
+ border-radius: 0;
515
+ color: var(--eth-color-text-primary);
516
+ display: grid;
517
+ gap: 0;
518
+ inline-size: 100%;
519
+ max-inline-size: 72rem;
520
+ padding: 0;
521
+ }
522
+ .eth-domain-knowledge-base-viewer > .eth-surface__header,
523
+ [data-eth-component=KnowledgeBaseArticleViewer] > .eth-surface__header {
524
+ border-block-end: 1px solid var(--eth-color-border-subtle);
525
+ padding: var(--eth-space-lg);
526
+ }
527
+ .eth-domain-knowledge-base-viewer .eth-surface__heading,
528
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-surface__heading {
529
+ max-inline-size: 44rem;
530
+ }
531
+ .eth-domain-knowledge-base-viewer .eth-surface__heading h2,
532
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-surface__heading h2 {
533
+ font-family: var(--eth-font-family);
534
+ font-size: calc(1.25rem * var(--eth-text-scale, 1));
535
+ font-weight: 600;
536
+ line-height: 1.4;
537
+ }
538
+ .eth-domain-knowledge-base-viewer .eth-surface__description,
539
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-surface__description {
540
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
541
+ line-height: 1.4286;
542
+ max-inline-size: 42rem;
543
+ }
544
+ .eth-domain-knowledge-base-viewer .eth-surface__header-actions,
545
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-surface__header-actions {
546
+ justify-content: flex-end;
547
+ min-inline-size: 14rem;
548
+ }
549
+ .eth-domain-knowledge-base-viewer .eth-meta-grid,
550
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-meta-grid {
551
+ background: var(--eth-color-layer-02);
552
+ border-block-end: 1px solid var(--eth-color-border-subtle);
553
+ border-block-start: 0;
554
+ border-inline: 0;
555
+ grid-template-columns: repeat(4, minmax(0, 1fr));
556
+ }
557
+ .eth-domain-knowledge-base-viewer .eth-meta-grid div,
558
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-meta-grid div {
559
+ min-inline-size: 0;
560
+ }
561
+ .eth-domain-knowledge-base-viewer__workspace {
562
+ align-items: stretch;
563
+ display: grid;
564
+ grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 0.85fr);
565
+ min-inline-size: 0;
566
+ }
567
+ .eth-domain-knowledge-base-viewer__article,
568
+ .eth-domain-knowledge-base-viewer__rail,
569
+ .eth-domain-knowledge-base-viewer__panel {
570
+ min-inline-size: 0;
571
+ }
572
+ .eth-domain-knowledge-base-viewer__article {
573
+ display: grid;
574
+ gap: var(--eth-space-lg);
575
+ padding: var(--eth-space-lg);
576
+ }
577
+ .eth-domain-knowledge-base-viewer__article-header,
578
+ .eth-domain-knowledge-base-viewer__section-heading,
579
+ .eth-domain-knowledge-base-viewer__related-item,
580
+ .eth-domain-knowledge-base-viewer__citations li {
581
+ align-items: flex-start;
582
+ display: flex;
583
+ gap: var(--eth-space-md);
584
+ justify-content: space-between;
585
+ }
586
+ .eth-domain-knowledge-base-viewer__article-header {
587
+ border-block-end: 1px solid var(--eth-color-border-subtle);
588
+ padding-block-end: var(--eth-space-md);
589
+ }
590
+ .eth-domain-knowledge-base-viewer__article-header div,
591
+ .eth-domain-knowledge-base-viewer__panel-header,
592
+ .eth-domain-knowledge-base-viewer__section,
593
+ .eth-domain-knowledge-base-viewer__citation-main,
594
+ .eth-domain-knowledge-base-viewer__related-item > div:first-child {
595
+ display: grid;
596
+ gap: var(--eth-space-xs);
597
+ min-inline-size: 0;
598
+ }
599
+ .eth-domain-knowledge-base-viewer__article-header > div > span,
600
+ .eth-domain-knowledge-base-viewer__panel-header span,
601
+ .eth-domain-knowledge-base-viewer__item-meta,
602
+ .eth-domain-knowledge-base-viewer__citation-main span {
603
+ color: var(--eth-color-text-secondary);
604
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
605
+ line-height: 1.333;
606
+ }
607
+ .eth-domain-knowledge-base-viewer__article-header h3,
608
+ .eth-domain-knowledge-base-viewer__panel-header h3,
609
+ .eth-domain-knowledge-base-viewer__section h4 {
610
+ color: var(--eth-color-text-primary);
611
+ font-size: calc(1rem * var(--eth-text-scale, 1));
612
+ font-weight: 600;
613
+ line-height: 1.375;
614
+ margin: 0;
615
+ }
616
+ .eth-domain-knowledge-base-viewer__body,
617
+ .eth-domain-knowledge-base-viewer__sections {
618
+ display: grid;
619
+ gap: var(--eth-space-lg);
620
+ }
621
+ .eth-domain-knowledge-base-viewer__body {
622
+ max-inline-size: 46rem;
623
+ }
624
+ .eth-domain-knowledge-base-viewer__body p,
625
+ .eth-domain-knowledge-base-viewer__section p,
626
+ .eth-domain-knowledge-base-viewer__related-item p,
627
+ .eth-domain-knowledge-base-viewer__citation-main p,
628
+ .eth-domain-knowledge-base-viewer__empty {
629
+ color: var(--eth-color-text-secondary);
630
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
631
+ line-height: 1.4286;
632
+ margin: 0;
633
+ overflow-wrap: anywhere;
634
+ }
635
+ .eth-domain-knowledge-base-viewer__section {
636
+ border-inline-start: 3px solid var(--eth-color-border-strong);
637
+ padding-inline-start: var(--eth-space-md);
638
+ }
639
+ .eth-domain-knowledge-base-viewer__section[data-status=active],
640
+ .eth-domain-knowledge-base-viewer__section[data-status=completed],
641
+ .eth-domain-knowledge-base-viewer__section[data-status=in-progress],
642
+ .eth-domain-knowledge-base-viewer__section[data-status=pending-approval],
643
+ .eth-domain-knowledge-base-viewer__section[data-status=running] {
644
+ border-inline-start-color: var(--eth-color-link);
645
+ }
646
+ .eth-domain-knowledge-base-viewer__section-heading .eth-status-dot {
647
+ flex: 0 0 auto;
648
+ margin-block-start: 0.125rem;
649
+ }
650
+ .eth-domain-knowledge-base-viewer__rail {
651
+ background: var(--eth-color-layer-02);
652
+ border-inline-start: 1px solid var(--eth-color-border-subtle);
653
+ display: grid;
654
+ }
655
+ .eth-domain-knowledge-base-viewer__panel {
656
+ display: grid;
657
+ gap: var(--eth-space-md);
658
+ padding: var(--eth-space-lg);
659
+ }
660
+ .eth-domain-knowledge-base-viewer__panel + .eth-domain-knowledge-base-viewer__panel {
661
+ border-block-start: 1px solid var(--eth-color-border-subtle);
662
+ }
663
+ .eth-domain-knowledge-base-viewer__panel-header {
664
+ justify-content: stretch;
665
+ }
666
+ .eth-domain-knowledge-base-viewer__related-list,
667
+ .eth-domain-knowledge-base-viewer__citations {
668
+ border: 1px solid var(--eth-color-border-subtle);
669
+ display: grid;
670
+ margin: 0;
671
+ }
672
+ .eth-domain-knowledge-base-viewer__citations {
673
+ list-style: none;
674
+ padding: 0;
675
+ counter-reset: eth-kb-citation;
676
+ }
677
+ .eth-domain-knowledge-base-viewer__related-item,
678
+ .eth-domain-knowledge-base-viewer__citations li {
679
+ background: var(--eth-color-layer-01);
680
+ border-block-end: 1px solid var(--eth-color-border-subtle);
681
+ padding: var(--eth-space-md);
682
+ }
683
+ .eth-domain-knowledge-base-viewer__citations li {
684
+ counter-increment: eth-kb-citation;
685
+ }
686
+ .eth-domain-knowledge-base-viewer__citations li::before {
687
+ align-items: center;
688
+ background: var(--eth-color-layer-02);
689
+ border: 1px solid var(--eth-color-border-subtle);
690
+ color: var(--eth-color-text-secondary);
691
+ content: counter(eth-kb-citation);
692
+ display: inline-flex;
693
+ flex: 0 0 1.5rem;
694
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
695
+ font-weight: 600;
696
+ block-size: 1.5rem;
697
+ inline-size: 1.5rem;
698
+ justify-content: center;
699
+ line-height: 1;
700
+ }
701
+ .eth-domain-knowledge-base-viewer__related-item:last-child,
702
+ .eth-domain-knowledge-base-viewer__citations li:last-child {
703
+ border-block-end: 0;
704
+ }
705
+ .eth-domain-knowledge-base-viewer__related-item strong,
706
+ .eth-domain-knowledge-base-viewer__citation-main strong {
707
+ color: var(--eth-color-text-primary);
708
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
709
+ font-weight: 600;
710
+ line-height: 1.4286;
711
+ min-inline-size: 0;
712
+ overflow-wrap: anywhere;
713
+ }
714
+ .eth-domain-knowledge-base-viewer__related-item a,
715
+ .eth-domain-knowledge-base-viewer__citation-main a {
716
+ color: var(--eth-color-link);
717
+ text-decoration: none;
718
+ }
719
+ .eth-domain-knowledge-base-viewer__related-item a:hover,
720
+ .eth-domain-knowledge-base-viewer__citation-main a:hover {
721
+ text-decoration: underline;
722
+ }
723
+ .eth-domain-knowledge-base-viewer__related-item a:focus-visible,
724
+ .eth-domain-knowledge-base-viewer__citation-main a:focus-visible {
725
+ outline: 2px solid var(--eth-color-focus);
726
+ outline-offset: 2px;
727
+ }
728
+ .eth-domain-knowledge-base-viewer__item-meta {
729
+ align-items: flex-end;
730
+ display: grid;
731
+ flex: 0 0 7.5rem;
732
+ justify-items: end;
733
+ text-align: end;
734
+ }
735
+ .eth-domain-knowledge-base-viewer__item-meta .eth-status-dot,
736
+ .eth-domain-knowledge-base-viewer__citations .eth-status-dot {
737
+ margin-block-start: var(--eth-space-xs);
738
+ }
739
+ .eth-domain-knowledge-base-viewer__empty {
740
+ background: var(--eth-color-layer-01);
741
+ border: 1px dashed var(--eth-color-border-subtle);
742
+ padding: var(--eth-space-md);
743
+ }
744
+ .eth-domain-inventory-table,
745
+ [data-eth-component=InventoryTable] {
746
+ background: var(--eth-color-layer-01);
747
+ border: 1px solid var(--eth-color-border-subtle);
748
+ border-radius: 0;
749
+ color: var(--eth-color-text-primary);
750
+ display: grid;
751
+ gap: var(--eth-space-lg);
752
+ inline-size: 100%;
753
+ padding: var(--eth-space-lg);
754
+ }
755
+ .eth-domain-inventory-table > .eth-surface__header,
756
+ [data-eth-component=InventoryTable] > .eth-surface__header {
757
+ border-block-end: 1px solid var(--eth-color-border-subtle);
758
+ padding-block-end: var(--eth-space-md);
759
+ }
760
+ .eth-domain-inventory-table .eth-meta-grid,
761
+ [data-eth-component=InventoryTable] .eth-meta-grid {
762
+ background: var(--eth-color-layer-02);
763
+ grid-template-columns: repeat(4, minmax(0, 1fr));
764
+ }
765
+ .eth-domain-inventory-table .eth-meta-grid div,
766
+ [data-eth-component=InventoryTable] .eth-meta-grid div {
767
+ min-inline-size: 0;
768
+ }
769
+ .eth-domain-inventory-table__table-wrap {
770
+ background: var(--eth-color-layer-01);
771
+ border: 1px solid var(--eth-color-border-subtle);
772
+ inline-size: 100%;
773
+ overflow-x: auto;
774
+ }
775
+ .eth-domain-inventory-table__table {
776
+ border-collapse: collapse;
777
+ inline-size: 100%;
778
+ min-inline-size: 58rem;
779
+ table-layout: fixed;
780
+ }
781
+ .eth-domain-inventory-table__caption {
782
+ block-size: 1px;
783
+ clip: rect(0 0 0 0);
784
+ clip-path: inset(50%);
785
+ inline-size: 1px;
786
+ overflow: hidden;
787
+ position: absolute;
788
+ white-space: nowrap;
789
+ }
790
+ .eth-domain-inventory-table__sku-col {
791
+ inline-size: 30%;
792
+ }
793
+ .eth-domain-inventory-table__location-col {
794
+ inline-size: 19%;
795
+ }
796
+ .eth-domain-inventory-table__quantity-col {
797
+ inline-size: 13%;
798
+ }
799
+ .eth-domain-inventory-table__status-col {
800
+ inline-size: 12%;
801
+ }
802
+ .eth-domain-inventory-table__table th,
803
+ .eth-domain-inventory-table__table td {
804
+ border-block-end: 1px solid var(--eth-color-border-subtle);
805
+ padding: var(--eth-space-md);
806
+ text-align: start;
807
+ vertical-align: middle;
808
+ }
809
+ .eth-domain-inventory-table__table th {
810
+ background: var(--eth-color-layer-02);
811
+ color: var(--eth-color-text-secondary);
812
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
813
+ font-weight: 600;
814
+ line-height: 1.333;
815
+ }
816
+ .eth-domain-inventory-table__table tbody tr:hover {
817
+ background: var(--eth-color-layer-hover);
818
+ }
819
+ .eth-domain-inventory-table__table tbody tr:last-child td {
820
+ border-block-end: 0;
821
+ }
822
+ .eth-domain-inventory-table__table tbody tr td:first-child {
823
+ border-inline-start: 3px solid transparent;
824
+ }
825
+ .eth-domain-inventory-table__table tbody tr[data-status=active] td:first-child,
826
+ .eth-domain-inventory-table__table tbody tr[data-status=completed] td:first-child,
827
+ .eth-domain-inventory-table__table tbody tr[data-status=succeeded] td:first-child,
828
+ .eth-domain-inventory-table__table tbody tr[data-status=synced] td:first-child {
829
+ border-inline-start-color: var(--eth-color-success);
830
+ }
831
+ .eth-domain-inventory-table__table tbody tr[data-status=in-progress] td:first-child,
832
+ .eth-domain-inventory-table__table tbody tr[data-status=running] td:first-child {
833
+ border-inline-start-color: var(--eth-color-info);
834
+ }
835
+ .eth-domain-inventory-table__table tbody tr[data-status=pending-approval] td:first-child,
836
+ .eth-domain-inventory-table__table tbody tr[data-status=stale] td:first-child,
837
+ .eth-domain-inventory-table__table tbody tr[data-status=warning] td:first-child {
838
+ border-inline-start-color: var(--eth-color-warning);
839
+ }
840
+ .eth-domain-inventory-table__table tbody tr[data-status=approval-required] td:first-child,
841
+ .eth-domain-inventory-table__table tbody tr[data-status=blocked] td:first-child,
842
+ .eth-domain-inventory-table__table tbody tr[data-status=failed] td:first-child {
843
+ border-inline-start-color: var(--eth-color-danger);
844
+ }
845
+ .eth-domain-inventory-table__sku,
846
+ .eth-domain-inventory-table__cell-stack,
847
+ .eth-domain-inventory-table__quantity,
848
+ .eth-domain-inventory-table__state {
849
+ display: grid;
850
+ gap: var(--eth-space-xs);
851
+ min-inline-size: 0;
852
+ }
853
+ .eth-domain-inventory-table__sku > span {
854
+ color: var(--eth-color-text-secondary);
855
+ font-family: var(--eth-font-mono, "IBM Plex Mono", monospace);
856
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
857
+ line-height: 1.333;
858
+ }
859
+ .eth-domain-inventory-table__sku strong,
860
+ .eth-domain-inventory-table__cell-stack strong,
861
+ .eth-domain-inventory-table__quantity strong {
862
+ color: var(--eth-color-text-primary);
863
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
864
+ font-weight: 600;
865
+ line-height: 1.4286;
866
+ min-inline-size: 0;
867
+ overflow-wrap: anywhere;
868
+ }
869
+ .eth-domain-inventory-table__sku a {
870
+ color: var(--eth-color-link);
871
+ text-decoration: none;
872
+ }
873
+ .eth-domain-inventory-table__sku a:hover {
874
+ text-decoration: underline;
875
+ }
876
+ .eth-domain-inventory-table__sku a:focus-visible {
877
+ outline: 2px solid var(--eth-color-focus);
878
+ outline-offset: 2px;
879
+ }
880
+ .eth-domain-inventory-table__sku p,
881
+ .eth-domain-inventory-table__cell-stack span,
882
+ .eth-domain-inventory-table__state > span {
883
+ color: var(--eth-color-text-secondary);
884
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
885
+ line-height: 1.333;
886
+ margin: 0;
887
+ overflow-wrap: anywhere;
888
+ }
889
+ .eth-domain-inventory-table__numeric {
890
+ color: var(--eth-color-text-primary);
891
+ font-variant-numeric: tabular-nums;
892
+ }
893
+ .eth-domain-inventory-table__level {
894
+ background: var(--eth-color-layer-02);
895
+ block-size: 0.25rem;
896
+ display: block;
897
+ inline-size: min(100%, 7rem);
898
+ }
899
+ .eth-domain-inventory-table__level-fill {
900
+ background: var(--eth-color-success);
901
+ block-size: 100%;
902
+ display: block;
903
+ }
904
+ .eth-domain-inventory-table__table tr[data-status=warning] .eth-domain-inventory-table__level-fill,
905
+ .eth-domain-inventory-table__table tr[data-status=stale] .eth-domain-inventory-table__level-fill,
906
+ .eth-domain-inventory-table__table tr[data-status=pending-approval] .eth-domain-inventory-table__level-fill {
907
+ background: var(--eth-color-warning);
908
+ }
909
+ .eth-domain-inventory-table__table tr[data-status=failed] .eth-domain-inventory-table__level-fill,
910
+ .eth-domain-inventory-table__table tr[data-status=blocked] .eth-domain-inventory-table__level-fill,
911
+ .eth-domain-inventory-table__table tr[data-status=approval-required] .eth-domain-inventory-table__level-fill {
912
+ background: var(--eth-color-danger);
913
+ }
914
+ .eth-domain-inventory-table__state {
915
+ align-content: start;
916
+ justify-items: start;
917
+ }
918
+ .eth-domain-inventory-table__state .eth-status-dot {
919
+ margin: 0;
920
+ max-inline-size: 100%;
921
+ }
922
+ .eth-domain-inventory-table__empty {
923
+ background: var(--eth-color-layer-02);
924
+ border: 1px dashed var(--eth-color-border-subtle);
925
+ color: var(--eth-color-text-secondary);
926
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
927
+ line-height: 1.4286;
928
+ padding: var(--eth-space-lg);
929
+ }
930
+ .eth-domain-order-management,
931
+ [data-eth-component=OrderManagementPanel] {
932
+ background: var(--eth-color-layer-01);
933
+ border: 1px solid var(--eth-color-border-subtle);
934
+ border-radius: 0;
935
+ color: var(--eth-color-text-primary);
936
+ display: grid;
937
+ gap: var(--eth-space-lg);
938
+ inline-size: 100%;
939
+ padding: var(--eth-space-lg);
940
+ }
941
+ .eth-domain-order-management > .eth-surface__header,
942
+ [data-eth-component=OrderManagementPanel] > .eth-surface__header {
943
+ border-block-end: 1px solid var(--eth-color-border-subtle);
944
+ padding-block-end: var(--eth-space-md);
945
+ }
946
+ .eth-domain-order-management .eth-surface__heading h2,
947
+ [data-eth-component=OrderManagementPanel] .eth-surface__heading h2 {
948
+ font-size: calc(1.5rem * var(--eth-text-scale, 1));
949
+ font-weight: 400;
950
+ line-height: 1.333;
951
+ }
952
+ .eth-domain-order-management .eth-surface__description,
953
+ [data-eth-component=OrderManagementPanel] .eth-surface__description {
954
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
955
+ line-height: 1.4286;
956
+ margin-block-start: var(--eth-space-xs);
957
+ }
958
+ .eth-domain-order-management .eth-surface__header-actions,
959
+ [data-eth-component=OrderManagementPanel] .eth-surface__header-actions {
960
+ justify-content: flex-end;
961
+ min-inline-size: 18rem;
962
+ }
963
+ .eth-domain-order-management .eth-meta-grid,
964
+ [data-eth-component=OrderManagementPanel] .eth-meta-grid {
965
+ background: var(--eth-color-layer-02);
966
+ grid-template-columns: repeat(4, minmax(0, 1fr));
967
+ }
968
+ .eth-domain-order-management .eth-meta-grid div,
969
+ [data-eth-component=OrderManagementPanel] .eth-meta-grid div {
970
+ min-inline-size: 0;
971
+ }
972
+ .eth-domain-order-management .eth-meta-grid dd,
973
+ [data-eth-component=OrderManagementPanel] .eth-meta-grid dd {
974
+ font-size: calc(1rem * var(--eth-text-scale, 1));
975
+ line-height: 1.375;
976
+ overflow-wrap: anywhere;
977
+ }
978
+ .eth-domain-order-management__body {
979
+ align-items: start;
980
+ display: grid;
981
+ gap: var(--eth-space-lg);
982
+ grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.85fr);
983
+ }
984
+ .eth-domain-order-management__timeline,
985
+ .eth-domain-order-management__execution {
986
+ background: var(--eth-color-layer-01);
987
+ border: 1px solid var(--eth-color-border-subtle);
988
+ display: grid;
989
+ min-inline-size: 0;
990
+ }
991
+ .eth-domain-order-management__section-header {
992
+ align-items: flex-start;
993
+ border-block-end: 1px solid var(--eth-color-border-subtle);
994
+ display: flex;
995
+ gap: var(--eth-space-md);
996
+ justify-content: space-between;
997
+ min-block-size: 4rem;
998
+ padding: var(--eth-space-md);
999
+ }
1000
+ .eth-domain-order-management__section-header div {
1001
+ display: grid;
1002
+ gap: var(--eth-space-xs);
1003
+ min-inline-size: 0;
1004
+ }
1005
+ .eth-domain-order-management__section-header span,
1006
+ .eth-domain-order-management__section-header > strong,
1007
+ .eth-domain-order-management__step-main p,
1008
+ .eth-domain-order-management__step-meta dt,
1009
+ .eth-domain-order-management__attention span,
1010
+ .eth-domain-order-management__attention p {
1011
+ color: var(--eth-color-text-secondary);
1012
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1013
+ line-height: 1.333;
1014
+ }
1015
+ .eth-domain-order-management__section-header h3 {
1016
+ color: var(--eth-color-text-primary);
1017
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1018
+ font-weight: 600;
1019
+ line-height: 1.375;
1020
+ margin: 0;
1021
+ }
1022
+ .eth-domain-order-management__section-header > strong {
1023
+ flex: 0 0 auto;
1024
+ font-weight: 400;
1025
+ text-align: end;
1026
+ }
1027
+ .eth-domain-order-management__steps {
1028
+ display: grid;
1029
+ list-style: none;
1030
+ margin: 0;
1031
+ padding: 0;
1032
+ }
1033
+ .eth-domain-order-management__steps li {
1034
+ align-items: start;
1035
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1036
+ border-inline-start: 3px solid transparent;
1037
+ display: grid;
1038
+ gap: var(--eth-space-md);
1039
+ grid-template-columns: 2rem minmax(0, 1fr);
1040
+ padding: var(--eth-space-md);
1041
+ }
1042
+ .eth-domain-order-management__steps li:last-child {
1043
+ border-block-end: 0;
1044
+ }
1045
+ .eth-domain-order-management__steps li[data-status=active],
1046
+ .eth-domain-order-management__steps li[data-status=completed],
1047
+ .eth-domain-order-management__steps li[data-status=succeeded],
1048
+ .eth-domain-order-management__steps li[data-status=synced] {
1049
+ border-inline-start-color: var(--eth-color-success);
1050
+ }
1051
+ .eth-domain-order-management__steps li[data-status=in-progress],
1052
+ .eth-domain-order-management__steps li[data-status=running] {
1053
+ border-inline-start-color: var(--eth-color-info);
1054
+ }
1055
+ .eth-domain-order-management__steps li[data-status=pending-approval],
1056
+ .eth-domain-order-management__steps li[data-status=stale],
1057
+ .eth-domain-order-management__steps li[data-status=warning] {
1058
+ border-inline-start-color: var(--eth-color-warning);
1059
+ }
1060
+ .eth-domain-order-management__steps li[data-status=approval-required],
1061
+ .eth-domain-order-management__steps li[data-status=blocked],
1062
+ .eth-domain-order-management__steps li[data-status=failed] {
1063
+ border-inline-start-color: var(--eth-color-danger);
1064
+ }
1065
+ .eth-domain-order-management__steps li[data-current=true] {
1066
+ background: var(--eth-color-layer-hover);
1067
+ }
1068
+ .eth-domain-order-management__step-marker {
1069
+ align-items: center;
1070
+ background: var(--eth-color-layer-02);
1071
+ border: 1px solid var(--eth-color-border-subtle);
1072
+ color: var(--eth-color-text-secondary);
1073
+ display: inline-flex;
1074
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1075
+ font-weight: 600;
1076
+ block-size: 2rem;
1077
+ inline-size: 2rem;
1078
+ justify-content: center;
1079
+ line-height: 1;
1080
+ }
1081
+ .eth-domain-order-management__steps li[data-current=true] .eth-domain-order-management__step-marker {
1082
+ background: var(--eth-color-link);
1083
+ border-color: var(--eth-color-link);
1084
+ color: #ffffff;
1085
+ }
1086
+ .eth-domain-order-management__step-main {
1087
+ display: grid;
1088
+ gap: var(--eth-space-sm);
1089
+ min-inline-size: 0;
1090
+ }
1091
+ .eth-domain-order-management__step-heading {
1092
+ align-items: flex-start;
1093
+ display: flex;
1094
+ gap: var(--eth-space-sm);
1095
+ justify-content: space-between;
1096
+ min-inline-size: 0;
1097
+ }
1098
+ .eth-domain-order-management__step-heading strong,
1099
+ .eth-domain-order-management__summary dd,
1100
+ .eth-domain-order-management__attention strong {
1101
+ color: var(--eth-color-text-primary);
1102
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1103
+ font-weight: 600;
1104
+ line-height: 1.4286;
1105
+ overflow-wrap: anywhere;
1106
+ }
1107
+ .eth-domain-order-management__step-heading a {
1108
+ color: var(--eth-color-link);
1109
+ text-decoration: none;
1110
+ }
1111
+ .eth-domain-order-management__step-heading a:hover {
1112
+ text-decoration: underline;
1113
+ }
1114
+ .eth-domain-order-management__step-heading a:focus-visible {
1115
+ outline: 2px solid var(--eth-color-focus);
1116
+ outline-offset: 2px;
1117
+ }
1118
+ .eth-domain-order-management__step-heading .eth-status-dot {
1119
+ flex: 0 0 auto;
1120
+ }
1121
+ .eth-domain-order-management__step-main p {
1122
+ margin: 0;
1123
+ overflow-wrap: anywhere;
1124
+ }
1125
+ .eth-domain-order-management__step-meta {
1126
+ display: grid;
1127
+ gap: var(--eth-space-sm);
1128
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1129
+ margin: 0;
1130
+ }
1131
+ .eth-domain-order-management__step-meta div {
1132
+ min-inline-size: 0;
1133
+ }
1134
+ .eth-domain-order-management__step-meta dt {
1135
+ margin: 0 0 var(--eth-space-2xs);
1136
+ }
1137
+ .eth-domain-order-management__step-meta dd {
1138
+ color: var(--eth-color-text-primary);
1139
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1140
+ line-height: 1.333;
1141
+ margin: 0;
1142
+ overflow-wrap: anywhere;
1143
+ }
1144
+ .eth-domain-order-management__step-exception {
1145
+ background: var(--eth-color-layer-02);
1146
+ border-inline-start: 3px solid var(--eth-color-warning);
1147
+ color: var(--eth-color-text-primary);
1148
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1149
+ line-height: 1.333;
1150
+ padding: var(--eth-space-sm);
1151
+ }
1152
+ .eth-domain-order-management__step-actions {
1153
+ display: flex;
1154
+ flex-wrap: wrap;
1155
+ gap: var(--eth-space-xs);
1156
+ }
1157
+ .eth-domain-order-management__summary {
1158
+ display: grid;
1159
+ margin: 0;
1160
+ }
1161
+ .eth-domain-order-management__summary div {
1162
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1163
+ display: grid;
1164
+ gap: var(--eth-space-xs);
1165
+ padding: var(--eth-space-md);
1166
+ }
1167
+ .eth-domain-order-management__summary dt {
1168
+ color: var(--eth-color-text-secondary);
1169
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1170
+ line-height: 1.333;
1171
+ }
1172
+ .eth-domain-order-management__summary dd {
1173
+ margin: 0;
1174
+ }
1175
+ .eth-domain-order-management__attention {
1176
+ border-inline-start: 3px solid var(--eth-color-success);
1177
+ display: grid;
1178
+ gap: var(--eth-space-xs);
1179
+ padding: var(--eth-space-md);
1180
+ }
1181
+ .eth-domain-order-management__attention[data-status=approval-required],
1182
+ .eth-domain-order-management__attention[data-status=blocked],
1183
+ .eth-domain-order-management__attention[data-status=failed] {
1184
+ border-inline-start-color: var(--eth-color-danger);
1185
+ }
1186
+ .eth-domain-order-management__attention[data-status=pending-approval],
1187
+ .eth-domain-order-management__attention[data-status=stale],
1188
+ .eth-domain-order-management__attention[data-status=warning] {
1189
+ border-inline-start-color: var(--eth-color-warning);
1190
+ }
1191
+ .eth-domain-order-management__attention p {
1192
+ margin: 0;
1193
+ overflow-wrap: anywhere;
1194
+ }
1195
+ .eth-domain-order-management__empty {
1196
+ background: var(--eth-color-layer-02);
1197
+ border: 1px dashed var(--eth-color-border-subtle);
1198
+ color: var(--eth-color-text-secondary);
1199
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1200
+ line-height: 1.4286;
1201
+ margin: var(--eth-space-md);
1202
+ padding: var(--eth-space-lg);
1203
+ }
1204
+ .eth-domain-order-management__detail,
1205
+ [data-eth-component=OrderManagementPanel] .eth-surface__footer {
1206
+ border-block-start: 1px solid var(--eth-color-border-subtle);
1207
+ margin: 0;
1208
+ padding: var(--eth-space-lg);
1209
+ }
1210
+ .eth-domain-invoice-viewer,
1211
+ [data-eth-component=InvoiceViewer] {
1212
+ background: var(--eth-color-layer-01);
1213
+ border: 1px solid var(--eth-color-border-subtle);
1214
+ border-radius: 0;
1215
+ color: var(--eth-color-text-primary);
1216
+ display: grid;
1217
+ gap: var(--eth-space-lg);
1218
+ inline-size: 100%;
1219
+ padding: var(--eth-space-lg);
1220
+ }
1221
+ .eth-domain-invoice-viewer > .eth-surface__header,
1222
+ [data-eth-component=InvoiceViewer] > .eth-surface__header {
1223
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1224
+ padding-block-end: var(--eth-space-md);
1225
+ }
1226
+ .eth-domain-invoice-viewer .eth-surface__heading h2,
1227
+ [data-eth-component=InvoiceViewer] .eth-surface__heading h2 {
1228
+ font-size: calc(1.5rem * var(--eth-text-scale, 1));
1229
+ font-weight: 400;
1230
+ line-height: 1.333;
1231
+ }
1232
+ .eth-domain-invoice-viewer .eth-surface__description,
1233
+ [data-eth-component=InvoiceViewer] .eth-surface__description {
1234
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1235
+ line-height: 1.4286;
1236
+ margin-block-start: var(--eth-space-xs);
1237
+ }
1238
+ .eth-domain-invoice-viewer .eth-meta-grid,
1239
+ [data-eth-component=InvoiceViewer] .eth-meta-grid {
1240
+ background: var(--eth-color-layer-02);
1241
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1242
+ }
1243
+ .eth-domain-invoice-viewer .eth-meta-grid div,
1244
+ [data-eth-component=InvoiceViewer] .eth-meta-grid div {
1245
+ min-inline-size: 0;
1246
+ }
1247
+ .eth-domain-invoice-viewer .eth-meta-grid dd,
1248
+ [data-eth-component=InvoiceViewer] .eth-meta-grid dd {
1249
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1250
+ line-height: 1.375;
1251
+ overflow-wrap: anywhere;
1252
+ }
1253
+ .eth-domain-invoice-viewer__body {
1254
+ align-items: start;
1255
+ display: grid;
1256
+ gap: var(--eth-space-lg);
1257
+ grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.8fr);
1258
+ }
1259
+ .eth-domain-invoice-viewer__section {
1260
+ background: var(--eth-color-layer-01);
1261
+ border: 1px solid var(--eth-color-border-subtle);
1262
+ display: grid;
1263
+ min-inline-size: 0;
1264
+ }
1265
+ .eth-domain-invoice-viewer__section-header {
1266
+ align-items: flex-start;
1267
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1268
+ display: flex;
1269
+ gap: var(--eth-space-md);
1270
+ justify-content: space-between;
1271
+ min-block-size: 4rem;
1272
+ padding: var(--eth-space-md);
1273
+ }
1274
+ .eth-domain-invoice-viewer__section-header div {
1275
+ display: grid;
1276
+ gap: var(--eth-space-xs);
1277
+ min-inline-size: 0;
1278
+ }
1279
+ .eth-domain-invoice-viewer__section-header span,
1280
+ .eth-domain-invoice-viewer__section-header > strong,
1281
+ .eth-domain-invoice-viewer__line-item p,
1282
+ .eth-domain-invoice-viewer__payment-main span {
1283
+ color: var(--eth-color-text-secondary);
1284
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1285
+ line-height: 1.333;
1286
+ }
1287
+ .eth-domain-invoice-viewer__section-header h3 {
1288
+ color: var(--eth-color-text-primary);
1289
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1290
+ font-weight: 600;
1291
+ line-height: 1.375;
1292
+ margin: 0;
1293
+ }
1294
+ .eth-domain-invoice-viewer__section-header > strong {
1295
+ flex: 0 0 auto;
1296
+ font-weight: 400;
1297
+ text-align: end;
1298
+ }
1299
+ .eth-domain-invoice-viewer__table-wrap {
1300
+ inline-size: 100%;
1301
+ overflow-x: auto;
1302
+ }
1303
+ .eth-domain-invoice-viewer__table {
1304
+ border-collapse: collapse;
1305
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1306
+ inline-size: 100%;
1307
+ line-height: 1.4286;
1308
+ min-inline-size: 38rem;
1309
+ table-layout: fixed;
1310
+ }
1311
+ .eth-domain-invoice-viewer__caption {
1312
+ block-size: 1px;
1313
+ clip: rect(0 0 0 0);
1314
+ clip-path: inset(50%);
1315
+ inline-size: 1px;
1316
+ overflow: hidden;
1317
+ position: absolute;
1318
+ white-space: nowrap;
1319
+ }
1320
+ .eth-domain-invoice-viewer__table th,
1321
+ .eth-domain-invoice-viewer__table td {
1322
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1323
+ padding: var(--eth-space-md);
1324
+ text-align: start;
1325
+ vertical-align: top;
1326
+ }
1327
+ .eth-domain-invoice-viewer__table th {
1328
+ background: var(--eth-color-layer-02);
1329
+ color: var(--eth-color-text-secondary);
1330
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1331
+ font-weight: 600;
1332
+ line-height: 1.333;
1333
+ }
1334
+ .eth-domain-invoice-viewer__table tbody tr:last-child td {
1335
+ border-block-end: 0;
1336
+ }
1337
+ .eth-domain-invoice-viewer__table th:first-child,
1338
+ .eth-domain-invoice-viewer__table td:first-child {
1339
+ inline-size: 46%;
1340
+ }
1341
+ .eth-domain-invoice-viewer__table th:not(:first-child),
1342
+ .eth-domain-invoice-viewer__table td:not(:first-child) {
1343
+ text-align: end;
1344
+ white-space: nowrap;
1345
+ }
1346
+ .eth-domain-invoice-viewer__table tbody tr[data-status=completed] td:first-child,
1347
+ .eth-domain-invoice-viewer__table tbody tr[data-status=succeeded] td:first-child,
1348
+ .eth-domain-invoice-viewer__table tbody tr[data-status=synced] td:first-child {
1349
+ border-inline-start: 3px solid var(--eth-color-success);
1350
+ }
1351
+ .eth-domain-invoice-viewer__table tbody tr[data-status=pending-approval] td:first-child,
1352
+ .eth-domain-invoice-viewer__table tbody tr[data-status=warning] td:first-child,
1353
+ .eth-domain-invoice-viewer__table tbody tr[data-status=stale] td:first-child {
1354
+ border-inline-start: 3px solid var(--eth-color-warning);
1355
+ }
1356
+ .eth-domain-invoice-viewer__table tbody tr[data-status=blocked] td:first-child,
1357
+ .eth-domain-invoice-viewer__table tbody tr[data-status=failed] td:first-child,
1358
+ .eth-domain-invoice-viewer__table tbody tr[data-status=approval-required] td:first-child {
1359
+ border-inline-start: 3px solid var(--eth-color-danger);
1360
+ }
1361
+ .eth-domain-invoice-viewer__line-item {
1362
+ display: grid;
1363
+ gap: var(--eth-space-xs);
1364
+ min-inline-size: 0;
1365
+ }
1366
+ .eth-domain-invoice-viewer__line-item strong,
1367
+ .eth-domain-invoice-viewer__payment-main strong {
1368
+ color: var(--eth-color-text-primary);
1369
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1370
+ font-weight: 600;
1371
+ line-height: 1.4286;
1372
+ overflow-wrap: anywhere;
1373
+ }
1374
+ .eth-domain-invoice-viewer__line-item a {
1375
+ color: var(--eth-color-link);
1376
+ text-decoration: none;
1377
+ }
1378
+ .eth-domain-invoice-viewer__line-item a:hover {
1379
+ text-decoration: underline;
1380
+ }
1381
+ .eth-domain-invoice-viewer__line-item p {
1382
+ margin: 0;
1383
+ overflow-wrap: anywhere;
1384
+ }
1385
+ .eth-domain-invoice-viewer__line-item .eth-status-dot {
1386
+ justify-self: start;
1387
+ }
1388
+ .eth-domain-invoice-viewer__totals {
1389
+ display: grid;
1390
+ margin: 0;
1391
+ }
1392
+ .eth-domain-invoice-viewer__totals div,
1393
+ .eth-domain-invoice-viewer__payments li {
1394
+ align-items: baseline;
1395
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1396
+ display: grid;
1397
+ gap: var(--eth-space-md);
1398
+ grid-template-columns: minmax(0, 1fr) auto;
1399
+ padding: var(--eth-space-md);
1400
+ }
1401
+ .eth-domain-invoice-viewer__totals div:last-child,
1402
+ .eth-domain-invoice-viewer__payments li:last-child {
1403
+ border-block-end: 0;
1404
+ }
1405
+ .eth-domain-invoice-viewer__totals dt {
1406
+ color: var(--eth-color-text-secondary);
1407
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1408
+ line-height: 1.4286;
1409
+ }
1410
+ .eth-domain-invoice-viewer__totals dd {
1411
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1412
+ font-weight: 600;
1413
+ line-height: 1.4286;
1414
+ margin: 0;
1415
+ text-align: end;
1416
+ white-space: nowrap;
1417
+ }
1418
+ .eth-domain-invoice-viewer__total {
1419
+ background: var(--eth-color-layer-02);
1420
+ border-block-start: 1px solid var(--eth-color-border-subtle);
1421
+ }
1422
+ .eth-domain-invoice-viewer__total dt,
1423
+ .eth-domain-invoice-viewer__total dd {
1424
+ color: var(--eth-color-text-primary);
1425
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1426
+ line-height: 1.375;
1427
+ }
1428
+ .eth-domain-invoice-viewer__payments {
1429
+ border-block-start: 1px solid var(--eth-color-border-subtle);
1430
+ display: grid;
1431
+ list-style: none;
1432
+ margin: 0;
1433
+ padding: 0;
1434
+ }
1435
+ .eth-domain-invoice-viewer__payments li {
1436
+ align-items: center;
1437
+ border-inline-start: 3px solid var(--eth-color-border-strong);
1438
+ }
1439
+ .eth-domain-invoice-viewer__payments li[data-status=completed],
1440
+ .eth-domain-invoice-viewer__payments li[data-status=succeeded],
1441
+ .eth-domain-invoice-viewer__payments li[data-status=synced] {
1442
+ border-inline-start-color: var(--eth-color-success);
1443
+ }
1444
+ .eth-domain-invoice-viewer__payments li[data-status=pending-approval],
1445
+ .eth-domain-invoice-viewer__payments li[data-status=warning],
1446
+ .eth-domain-invoice-viewer__payments li[data-status=stale] {
1447
+ border-inline-start-color: var(--eth-color-warning);
1448
+ }
1449
+ .eth-domain-invoice-viewer__payments li[data-status=blocked],
1450
+ .eth-domain-invoice-viewer__payments li[data-status=failed],
1451
+ .eth-domain-invoice-viewer__payments li[data-status=approval-required] {
1452
+ border-inline-start-color: var(--eth-color-danger);
1453
+ }
1454
+ .eth-domain-invoice-viewer__payment-main {
1455
+ display: grid;
1456
+ gap: var(--eth-space-xs);
1457
+ min-inline-size: 0;
1458
+ }
1459
+ .eth-domain-invoice-viewer__payment-amount {
1460
+ color: var(--eth-color-text-primary);
1461
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1462
+ font-weight: 600;
1463
+ line-height: 1.4286;
1464
+ white-space: nowrap;
1465
+ }
1466
+ .eth-domain-invoice-viewer__empty {
1467
+ color: var(--eth-color-text-secondary);
1468
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1469
+ line-height: 1.4286;
1470
+ margin: 0;
1471
+ padding: var(--eth-space-lg);
1472
+ }
1473
+ .eth-domain-invoice-viewer td:last-child,
1474
+ .eth-domain-invoice-viewer th:last-child,
1475
+ [data-eth-component=InvoiceViewer] td:last-child,
1476
+ [data-eth-component=InvoiceViewer] th:last-child {
1477
+ text-align: end;
1478
+ }
1479
+ .eth-domain-contract-review,
1480
+ [data-eth-component=ContractReviewPanel] {
1481
+ background: var(--eth-color-layer-01);
1482
+ border: 1px solid var(--eth-color-border-subtle);
1483
+ border-radius: 0;
1484
+ color: var(--eth-color-text-primary);
1485
+ display: grid;
1486
+ gap: var(--eth-space-lg);
1487
+ inline-size: 100%;
1488
+ padding: var(--eth-space-lg);
1489
+ }
1490
+ .eth-domain-contract-review > .eth-surface__header,
1491
+ [data-eth-component=ContractReviewPanel] > .eth-surface__header {
1492
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1493
+ padding-block-end: var(--eth-space-md);
1494
+ }
1495
+ .eth-domain-contract-review .eth-surface__heading,
1496
+ [data-eth-component=ContractReviewPanel] .eth-surface__heading {
1497
+ max-inline-size: 42rem;
1498
+ }
1499
+ .eth-domain-contract-review .eth-surface__header-actions,
1500
+ [data-eth-component=ContractReviewPanel] .eth-surface__header-actions {
1501
+ justify-content: flex-end;
1502
+ min-inline-size: 12rem;
1503
+ }
1504
+ .eth-domain-contract-review .eth-meta-grid,
1505
+ [data-eth-component=ContractReviewPanel] .eth-meta-grid {
1506
+ background: var(--eth-color-layer-02);
1507
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1508
+ }
1509
+ .eth-domain-contract-review .eth-meta-grid div,
1510
+ [data-eth-component=ContractReviewPanel] .eth-meta-grid div {
1511
+ min-width: 0;
1512
+ }
1513
+ .eth-domain-contract-review .eth-meta-grid dd,
1514
+ [data-eth-component=ContractReviewPanel] .eth-meta-grid dd {
1515
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1516
+ line-height: 1.375;
1517
+ }
1518
+ .eth-domain-contract-review .eth-list,
1519
+ [data-eth-component=ContractReviewPanel] .eth-list {
1520
+ background: var(--eth-color-layer-01);
1521
+ border-color: var(--eth-color-border-subtle);
1522
+ }
1523
+ .eth-domain-contract-review__pane,
1524
+ [data-eth-component=ContractReviewPanel] .eth-list__item {
1525
+ align-items: center;
1526
+ border-inline-start: 0.25rem solid transparent;
1527
+ display: grid;
1528
+ gap: var(--eth-space-lg);
1529
+ grid-template-columns: minmax(0, 1fr) auto;
1530
+ min-block-size: 4.5rem;
1531
+ min-width: 0;
1532
+ padding: var(--eth-space-md) var(--eth-space-lg);
1533
+ }
1534
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=approval-required],
1535
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=blocked],
1536
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=failed] {
1537
+ border-inline-start-color: var(--eth-color-danger);
1538
+ }
1539
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=pending-approval],
1540
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=warning],
1541
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=stale] {
1542
+ border-inline-start-color: var(--eth-color-warning);
1543
+ }
1544
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=active],
1545
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=completed],
1546
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=succeeded],
1547
+ [data-eth-component=ContractReviewPanel] .eth-list__item[data-status=synced] {
1548
+ border-inline-start-color: var(--eth-color-success);
1549
+ }
1550
+ [data-eth-component=ContractReviewPanel] .eth-list__item-main {
1551
+ align-content: center;
1552
+ display: grid;
1553
+ gap: var(--eth-space-xs);
1554
+ }
1555
+ [data-eth-component=ContractReviewPanel] .eth-list__item-main strong {
1556
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1557
+ line-height: 1.4286;
1558
+ }
1559
+ [data-eth-component=ContractReviewPanel] .eth-list__item p {
1560
+ line-height: 1.4286;
1561
+ margin: 0;
1562
+ max-inline-size: 46rem;
1563
+ }
1564
+ [data-eth-component=ContractReviewPanel] .eth-list__item-aside {
1565
+ justify-content: flex-end;
1566
+ min-inline-size: 10rem;
1567
+ }
1568
+ [data-eth-component=ContractReviewPanel] .eth-surface__footer {
1569
+ border-block-start: 1px solid var(--eth-color-border-subtle);
1570
+ color: var(--eth-color-text-secondary);
1571
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1572
+ line-height: 1.4286;
1573
+ margin: 0;
1574
+ padding-block-start: var(--eth-space-md);
1575
+ }
1576
+ .eth-domain-compliance-checklist,
1577
+ [data-eth-component=ComplianceChecklist] {
1578
+ background: var(--eth-color-layer-01);
1579
+ border: 1px solid var(--eth-color-border-subtle);
1580
+ border-radius: 0;
1581
+ color: var(--eth-color-text-primary);
1582
+ display: grid;
1583
+ gap: var(--eth-space-lg);
1584
+ inline-size: 100%;
1585
+ padding: var(--eth-space-lg);
1586
+ }
1587
+ .eth-domain-compliance-checklist > .eth-surface__header,
1588
+ [data-eth-component=ComplianceChecklist] > .eth-surface__header {
1589
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1590
+ padding-block-end: var(--eth-space-md);
1591
+ }
1592
+ .eth-domain-compliance-checklist .eth-meta-grid,
1593
+ [data-eth-component=ComplianceChecklist] .eth-meta-grid {
1594
+ background: var(--eth-color-layer-02);
1595
+ }
1596
+ .eth-domain-compliance-checklist__table-wrap {
1597
+ background: var(--eth-color-layer-01);
1598
+ border: 1px solid var(--eth-color-border-subtle);
1599
+ inline-size: 100%;
1600
+ overflow-x: auto;
1601
+ }
1602
+ .eth-domain-compliance-checklist__table {
1603
+ border-collapse: collapse;
1604
+ inline-size: 100%;
1605
+ min-inline-size: 52rem;
1606
+ table-layout: fixed;
1607
+ }
1608
+ .eth-domain-compliance-checklist__caption {
1609
+ block-size: 1px;
1610
+ clip: rect(0 0 0 0);
1611
+ clip-path: inset(50%);
1612
+ inline-size: 1px;
1613
+ overflow: hidden;
1614
+ position: absolute;
1615
+ white-space: nowrap;
1616
+ }
1617
+ .eth-domain-compliance-checklist__control-col {
1618
+ inline-size: 38%;
1619
+ }
1620
+ .eth-domain-compliance-checklist__owner-col {
1621
+ inline-size: 18%;
1622
+ }
1623
+ .eth-domain-compliance-checklist__evidence-col {
1624
+ inline-size: 27%;
1625
+ }
1626
+ .eth-domain-compliance-checklist__state-col {
1627
+ inline-size: 17%;
1628
+ }
1629
+ .eth-domain-compliance-checklist__table th,
1630
+ .eth-domain-compliance-checklist__table td {
1631
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1632
+ padding: var(--eth-space-md);
1633
+ text-align: start;
1634
+ vertical-align: top;
1635
+ }
1636
+ .eth-domain-compliance-checklist__table th {
1637
+ background: var(--eth-color-layer-02);
1638
+ color: var(--eth-color-text-secondary);
1639
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1640
+ font-weight: 600;
1641
+ line-height: 1.333;
1642
+ }
1643
+ .eth-domain-compliance-checklist__table tbody tr:last-child td {
1644
+ border-block-end: 0;
1645
+ }
1646
+ .eth-domain-compliance-checklist__table tbody tr[data-status=completed] td:first-child,
1647
+ .eth-domain-compliance-checklist__table tbody tr[data-status=succeeded] td:first-child,
1648
+ .eth-domain-compliance-checklist__table tbody tr[data-status=synced] td:first-child {
1649
+ border-inline-start: 3px solid var(--eth-color-success);
1650
+ }
1651
+ .eth-domain-compliance-checklist__table tbody tr[data-status=in-progress] td:first-child,
1652
+ .eth-domain-compliance-checklist__table tbody tr[data-status=running] td:first-child {
1653
+ border-inline-start: 3px solid var(--eth-color-info);
1654
+ }
1655
+ .eth-domain-compliance-checklist__table tbody tr[data-status=pending-approval] td:first-child,
1656
+ .eth-domain-compliance-checklist__table tbody tr[data-status=stale] td:first-child,
1657
+ .eth-domain-compliance-checklist__table tbody tr[data-status=warning] td:first-child {
1658
+ border-inline-start: 3px solid var(--eth-color-warning);
1659
+ }
1660
+ .eth-domain-compliance-checklist__table tbody tr[data-status=approval-required] td:first-child,
1661
+ .eth-domain-compliance-checklist__table tbody tr[data-status=blocked] td:first-child,
1662
+ .eth-domain-compliance-checklist__table tbody tr[data-status=failed] td:first-child {
1663
+ border-inline-start: 3px solid var(--eth-color-danger);
1664
+ }
1665
+ .eth-domain-compliance-checklist__control,
1666
+ .eth-domain-compliance-checklist__cell-stack,
1667
+ .eth-domain-compliance-checklist__state {
1668
+ display: grid;
1669
+ gap: var(--eth-space-xs);
1670
+ min-inline-size: 0;
1671
+ }
1672
+ .eth-domain-compliance-checklist__control strong,
1673
+ .eth-domain-compliance-checklist__cell-stack strong {
1674
+ color: var(--eth-color-text-primary);
1675
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1676
+ font-weight: 600;
1677
+ line-height: 1.4286;
1678
+ min-inline-size: 0;
1679
+ overflow-wrap: anywhere;
1680
+ }
1681
+ .eth-domain-compliance-checklist__control p {
1682
+ color: var(--eth-color-text-secondary);
1683
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1684
+ line-height: 1.4286;
1685
+ margin: 0;
1686
+ overflow-wrap: anywhere;
1687
+ }
1688
+ .eth-domain-compliance-checklist__control-id,
1689
+ .eth-domain-compliance-checklist__secondary {
1690
+ color: var(--eth-color-text-secondary);
1691
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1692
+ line-height: 1.333;
1693
+ }
1694
+ .eth-domain-compliance-checklist__control-id {
1695
+ font-family: var(--eth-font-mono, "IBM Plex Mono", monospace);
1696
+ }
1697
+ .eth-domain-compliance-checklist__evidence-link {
1698
+ color: var(--eth-color-link);
1699
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1700
+ font-weight: 600;
1701
+ line-height: 1.4286;
1702
+ overflow-wrap: anywhere;
1703
+ text-decoration: none;
1704
+ }
1705
+ .eth-domain-compliance-checklist__evidence-link:hover {
1706
+ text-decoration: underline;
1707
+ }
1708
+ .eth-domain-compliance-checklist__evidence-link:focus-visible {
1709
+ outline: 2px solid var(--eth-color-focus);
1710
+ outline-offset: 2px;
1711
+ }
1712
+ .eth-domain-compliance-checklist__state {
1713
+ align-content: start;
1714
+ justify-items: start;
1715
+ }
1716
+ .eth-domain-compliance-checklist__state .eth-status-dot {
1717
+ margin: 0;
1718
+ max-inline-size: 100%;
1719
+ }
1720
+ .eth-domain-compliance-checklist__requirement {
1721
+ align-items: center;
1722
+ background: var(--eth-color-layer-02);
1723
+ border: 1px solid var(--eth-color-border-subtle);
1724
+ color: var(--eth-color-text-secondary);
1725
+ display: inline-flex;
1726
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1727
+ line-height: 1.333;
1728
+ min-block-size: 1.5rem;
1729
+ padding-inline: var(--eth-space-sm);
1730
+ }
1731
+ .eth-domain-compliance-checklist__empty {
1732
+ background: var(--eth-color-layer-02);
1733
+ border: 1px dashed var(--eth-color-border-subtle);
1734
+ color: var(--eth-color-text-secondary);
1735
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1736
+ line-height: 1.4286;
1737
+ padding: var(--eth-space-lg);
1738
+ }
1739
+ .eth-domain-compliance-checklist__audit-note {
1740
+ color: var(--eth-color-text-secondary);
1741
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1742
+ line-height: 1.333;
1743
+ }
1744
+ .eth-domain-risk-matrix,
1745
+ [data-eth-component=RiskMatrix] {
1746
+ background: var(--eth-color-layer-01);
1747
+ border: 1px solid var(--eth-color-border-subtle);
1748
+ border-radius: 0;
1749
+ color: var(--eth-color-text-primary);
1750
+ display: grid;
1751
+ gap: var(--eth-space-lg);
1752
+ inline-size: 100%;
1753
+ padding: var(--eth-space-lg);
1754
+ }
1755
+ .eth-domain-risk-matrix > .eth-surface__header,
1756
+ [data-eth-component=RiskMatrix] > .eth-surface__header {
1757
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1758
+ padding-block-end: var(--eth-space-md);
1759
+ }
1760
+ .eth-domain-risk-matrix .eth-surface__heading,
1761
+ [data-eth-component=RiskMatrix] .eth-surface__heading {
1762
+ max-inline-size: 42rem;
1763
+ }
1764
+ .eth-domain-risk-matrix .eth-surface__header-actions,
1765
+ [data-eth-component=RiskMatrix] .eth-surface__header-actions {
1766
+ justify-content: flex-end;
1767
+ min-inline-size: 12rem;
1768
+ }
1769
+ .eth-domain-risk-matrix .eth-meta-grid,
1770
+ [data-eth-component=RiskMatrix] .eth-meta-grid {
1771
+ background: var(--eth-color-layer-02);
1772
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1773
+ }
1774
+ .eth-domain-risk-matrix .eth-meta-grid div,
1775
+ [data-eth-component=RiskMatrix] .eth-meta-grid div {
1776
+ min-width: 0;
1777
+ }
1778
+ .eth-domain-risk-matrix__toolbar {
1779
+ align-items: center;
1780
+ background: var(--eth-color-layer-02);
1781
+ border: 1px solid var(--eth-color-border-subtle);
1782
+ display: flex;
1783
+ flex-wrap: wrap;
1784
+ gap: var(--eth-space-sm);
1785
+ justify-content: space-between;
1786
+ min-inline-size: 0;
1787
+ padding: var(--eth-space-sm);
1788
+ }
1789
+ .eth-domain-risk-matrix__view-switch {
1790
+ align-items: center;
1791
+ background: var(--eth-color-layer-01);
1792
+ border: 1px solid var(--eth-color-border-subtle);
1793
+ display: inline-flex;
1794
+ flex: 0 0 auto;
1795
+ }
1796
+ .eth-domain-risk-matrix__view-switch .eth-button {
1797
+ min-inline-size: 5.5rem;
1798
+ }
1799
+ .eth-domain-risk-matrix__view-switch .eth-button[aria-pressed=true] {
1800
+ box-shadow: inset 0 -2px 0 var(--eth-color-focus);
1801
+ }
1802
+ .eth-domain-risk-matrix__cadence,
1803
+ .eth-domain-risk-matrix__attention {
1804
+ align-items: center;
1805
+ background: var(--eth-color-layer-01);
1806
+ border: 1px solid var(--eth-color-border-subtle);
1807
+ color: var(--eth-color-text-secondary);
1808
+ display: inline-flex;
1809
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1810
+ gap: var(--eth-space-xs);
1811
+ line-height: 1.333;
1812
+ min-block-size: 2rem;
1813
+ padding-inline: var(--eth-space-sm);
1814
+ }
1815
+ .eth-domain-risk-matrix__cadence strong,
1816
+ .eth-domain-risk-matrix__attention {
1817
+ color: var(--eth-color-text-primary);
1818
+ font-weight: 600;
1819
+ }
1820
+ .eth-domain-risk-matrix__workspace {
1821
+ align-items: start;
1822
+ display: grid;
1823
+ gap: var(--eth-space-lg);
1824
+ grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
1825
+ min-inline-size: 0;
1826
+ }
1827
+ .eth-domain-risk-matrix__workspace[data-view=register] {
1828
+ grid-template-columns: 1fr;
1829
+ }
1830
+ .eth-domain-risk-matrix__matrix-panel,
1831
+ .eth-domain-risk-matrix__detail {
1832
+ background: var(--eth-color-layer-01);
1833
+ border: 1px solid var(--eth-color-border-subtle);
1834
+ display: grid;
1835
+ min-inline-size: 0;
1836
+ }
1837
+ .eth-domain-risk-matrix__detail {
1838
+ align-content: start;
1839
+ }
1840
+ .eth-domain-risk-matrix__panel-header {
1841
+ align-items: flex-start;
1842
+ border-block-end: 1px solid var(--eth-color-border-subtle);
1843
+ display: flex;
1844
+ gap: var(--eth-space-md);
1845
+ justify-content: space-between;
1846
+ min-inline-size: 0;
1847
+ padding: var(--eth-space-md);
1848
+ }
1849
+ .eth-domain-risk-matrix__panel-header div {
1850
+ display: grid;
1851
+ gap: var(--eth-space-xs);
1852
+ min-inline-size: 0;
1853
+ }
1854
+ .eth-domain-risk-matrix__panel-header span,
1855
+ .eth-domain-risk-matrix__axis span,
1856
+ .eth-domain-risk-matrix__mitigation span,
1857
+ .eth-domain-risk-matrix__register-item span {
1858
+ color: var(--eth-color-text-secondary);
1859
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1860
+ line-height: 1.333;
1861
+ }
1862
+ .eth-domain-risk-matrix__panel-header h3 {
1863
+ color: var(--eth-color-text-primary);
1864
+ font-size: calc(1rem * var(--eth-text-scale, 1));
1865
+ font-weight: 600;
1866
+ line-height: 1.375;
1867
+ margin: 0;
1868
+ }
1869
+ .eth-domain-risk-matrix__panel-header > strong {
1870
+ color: var(--eth-color-text-secondary);
1871
+ flex: 0 0 auto;
1872
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1873
+ font-weight: 400;
1874
+ line-height: 1.333;
1875
+ }
1876
+ .eth-domain-risk-matrix__legend {
1877
+ align-items: center;
1878
+ display: flex;
1879
+ flex-wrap: wrap;
1880
+ gap: var(--eth-space-sm);
1881
+ justify-content: flex-end;
1882
+ }
1883
+ .eth-domain-risk-matrix__legend span {
1884
+ align-items: center;
1885
+ color: var(--eth-color-text-secondary);
1886
+ display: inline-flex;
1887
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1888
+ gap: var(--eth-space-xs);
1889
+ line-height: 1.333;
1890
+ }
1891
+ .eth-domain-risk-matrix__legend span::before {
1892
+ background: var(--eth-color-border-strong);
1893
+ block-size: 0.5rem;
1894
+ content: "";
1895
+ inline-size: 0.5rem;
1896
+ }
1897
+ .eth-domain-risk-matrix__grid {
1898
+ display: grid;
1899
+ gap: var(--eth-space-xs);
1900
+ overflow: auto;
1901
+ padding: var(--eth-space-md);
1902
+ }
1903
+ .eth-domain-risk-matrix__grid-row {
1904
+ display: grid;
1905
+ gap: var(--eth-space-xs);
1906
+ grid-template-columns: minmax(6.5rem, 0.45fr) repeat(3, minmax(9.5rem, 1fr));
1907
+ min-inline-size: 42rem;
1908
+ }
1909
+ .eth-domain-risk-matrix__axis,
1910
+ .eth-domain-risk-matrix__corner {
1911
+ align-content: center;
1912
+ background: var(--eth-color-layer-02);
1913
+ border: 1px solid var(--eth-color-border-subtle);
1914
+ display: grid;
1915
+ gap: var(--eth-space-xs);
1916
+ min-block-size: 3rem;
1917
+ padding: var(--eth-space-sm) var(--eth-space-md);
1918
+ }
1919
+ .eth-domain-risk-matrix__corner,
1920
+ .eth-domain-risk-matrix__axis strong {
1921
+ color: var(--eth-color-text-primary);
1922
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1923
+ font-weight: 600;
1924
+ line-height: 1.4286;
1925
+ }
1926
+ .eth-domain-risk-matrix__row-axis {
1927
+ background: var(--eth-color-layer-01);
1928
+ }
1929
+ .eth-domain-risk-matrix__cell {
1930
+ align-content: start;
1931
+ background: var(--eth-color-layer-01);
1932
+ border: 1px solid var(--eth-color-border-subtle);
1933
+ border-block-start: 3px solid var(--eth-color-border-strong);
1934
+ display: grid;
1935
+ min-block-size: 7rem;
1936
+ min-inline-size: 0;
1937
+ padding: var(--eth-space-sm);
1938
+ }
1939
+ .eth-domain-risk-matrix__cell-risks {
1940
+ display: grid;
1941
+ gap: var(--eth-space-sm);
1942
+ min-inline-size: 0;
1943
+ }
1944
+ .eth-domain-risk-matrix__risk-card {
1945
+ align-items: start;
1946
+ background: var(--eth-color-layer-01);
1947
+ border: 1px solid var(--eth-color-border-subtle);
1948
+ border-inline-start: 3px solid var(--eth-color-border-strong);
1949
+ display: grid;
1950
+ gap: var(--eth-space-sm);
1951
+ grid-template-columns: 2rem minmax(0, 1fr);
1952
+ min-inline-size: 0;
1953
+ padding: var(--eth-space-sm);
1954
+ }
1955
+ .eth-domain-risk-matrix__risk-score {
1956
+ align-items: center;
1957
+ background: var(--eth-color-layer-02);
1958
+ color: var(--eth-color-text-secondary);
1959
+ display: inline-flex;
1960
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1961
+ font-weight: 600;
1962
+ block-size: 2rem;
1963
+ inline-size: 2rem;
1964
+ justify-content: center;
1965
+ line-height: 1;
1966
+ }
1967
+ .eth-domain-risk-matrix__risk-card-main {
1968
+ display: grid;
1969
+ gap: var(--eth-space-xs);
1970
+ min-inline-size: 0;
1971
+ }
1972
+ .eth-domain-risk-matrix__risk-card strong,
1973
+ .eth-domain-risk-matrix__register-item strong {
1974
+ color: var(--eth-color-text-primary);
1975
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
1976
+ font-weight: 600;
1977
+ line-height: 1.4286;
1978
+ min-inline-size: 0;
1979
+ overflow-wrap: anywhere;
1980
+ }
1981
+ .eth-domain-risk-matrix__risk-card a {
1982
+ color: var(--eth-color-link);
1983
+ text-decoration: none;
1984
+ }
1985
+ .eth-domain-risk-matrix__risk-card a:hover {
1986
+ text-decoration: underline;
1987
+ }
1988
+ .eth-domain-risk-matrix__risk-card a:focus-visible {
1989
+ outline: 2px solid var(--eth-color-focus);
1990
+ outline-offset: 2px;
1991
+ }
1992
+ .eth-domain-risk-matrix__risk-card-meta {
1993
+ color: var(--eth-color-text-secondary);
1994
+ display: flex;
1995
+ flex-wrap: wrap;
1996
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
1997
+ gap: var(--eth-space-xs);
1998
+ line-height: 1.333;
1999
+ }
2000
+ .eth-domain-risk-matrix__empty-cell,
2001
+ .eth-domain-risk-matrix__empty {
2002
+ color: var(--eth-color-text-secondary);
2003
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2004
+ line-height: 1.4286;
2005
+ }
2006
+ .eth-domain-risk-matrix__empty-cell {
2007
+ align-self: center;
2008
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2009
+ justify-self: center;
2010
+ }
2011
+ .eth-domain-risk-matrix__empty {
2012
+ background: var(--eth-color-layer-02);
2013
+ border: 1px dashed var(--eth-color-border-subtle);
2014
+ padding: var(--eth-space-lg);
2015
+ }
2016
+ .eth-domain-risk-matrix__detail > p {
2017
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2018
+ color: var(--eth-color-text-secondary);
2019
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2020
+ line-height: 1.4286;
2021
+ margin: 0;
2022
+ padding: var(--eth-space-md);
2023
+ }
2024
+ .eth-domain-risk-matrix__facts {
2025
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2026
+ display: grid;
2027
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2028
+ margin: 0;
2029
+ }
2030
+ .eth-domain-risk-matrix__facts div {
2031
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2032
+ border-inline-end: 1px solid var(--eth-color-border-subtle);
2033
+ min-inline-size: 0;
2034
+ padding: var(--eth-space-md);
2035
+ }
2036
+ .eth-domain-risk-matrix__facts div:nth-last-child(-n+2) {
2037
+ border-block-end: 0;
2038
+ }
2039
+ .eth-domain-risk-matrix__facts dt {
2040
+ color: var(--eth-color-text-secondary);
2041
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2042
+ line-height: 1.333;
2043
+ margin: 0 0 var(--eth-space-xs);
2044
+ }
2045
+ .eth-domain-risk-matrix__facts dd {
2046
+ color: var(--eth-color-text-primary);
2047
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2048
+ font-weight: 600;
2049
+ line-height: 1.4286;
2050
+ margin: 0;
2051
+ overflow-wrap: anywhere;
2052
+ }
2053
+ .eth-domain-risk-matrix__mitigation {
2054
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2055
+ display: grid;
2056
+ gap: var(--eth-space-xs);
2057
+ padding: var(--eth-space-md);
2058
+ }
2059
+ .eth-domain-risk-matrix__mitigation strong {
2060
+ color: var(--eth-color-text-primary);
2061
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2062
+ font-weight: 600;
2063
+ line-height: 1.4286;
2064
+ }
2065
+ .eth-domain-risk-matrix__item-actions {
2066
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2067
+ display: flex;
2068
+ flex-wrap: wrap;
2069
+ gap: var(--eth-space-xs);
2070
+ padding: var(--eth-space-md);
2071
+ }
2072
+ .eth-domain-risk-matrix__register {
2073
+ display: grid;
2074
+ min-inline-size: 0;
2075
+ }
2076
+ .eth-domain-risk-matrix__register-list {
2077
+ display: grid;
2078
+ max-block-size: 17rem;
2079
+ overflow: auto;
2080
+ }
2081
+ .eth-domain-risk-matrix__register-item {
2082
+ align-items: center;
2083
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2084
+ border-inline-start: 3px solid var(--eth-color-border-strong);
2085
+ display: grid;
2086
+ gap: var(--eth-space-sm);
2087
+ grid-template-columns: minmax(0, 1fr) auto;
2088
+ min-inline-size: 0;
2089
+ padding: var(--eth-space-md);
2090
+ }
2091
+ .eth-domain-risk-matrix__register-item > div {
2092
+ display: grid;
2093
+ gap: var(--eth-space-xs);
2094
+ min-inline-size: 0;
2095
+ }
2096
+ .eth-domain-risk-matrix__cell[data-severity=low] {
2097
+ background: color-mix(in srgb, var(--eth-color-success) 6%, var(--eth-color-layer-01));
2098
+ border-block-start-color: var(--eth-color-success);
2099
+ }
2100
+ .eth-domain-risk-matrix__cell[data-severity=medium] {
2101
+ background: color-mix(in srgb, var(--eth-color-warning) 7%, var(--eth-color-layer-01));
2102
+ border-block-start-color: var(--eth-color-warning);
2103
+ }
2104
+ .eth-domain-risk-matrix__cell[data-severity=high] {
2105
+ background: color-mix(in srgb, var(--eth-color-warning) 12%, var(--eth-color-layer-01));
2106
+ border-block-start-color: var(--eth-color-warning);
2107
+ }
2108
+ .eth-domain-risk-matrix__cell[data-severity=critical] {
2109
+ background: color-mix(in srgb, var(--eth-color-danger) 9%, var(--eth-color-layer-01));
2110
+ border-block-start-color: var(--eth-color-danger);
2111
+ }
2112
+ .eth-domain-risk-matrix__legend span[data-severity=low]::before,
2113
+ .eth-domain-risk-matrix__risk-card[data-severity=low],
2114
+ .eth-domain-risk-matrix__register-item[data-severity=low] {
2115
+ border-inline-start-color: var(--eth-color-success);
2116
+ }
2117
+ .eth-domain-risk-matrix__legend span[data-severity=medium]::before,
2118
+ .eth-domain-risk-matrix__risk-card[data-severity=medium],
2119
+ .eth-domain-risk-matrix__register-item[data-severity=medium] {
2120
+ border-inline-start-color: var(--eth-color-warning);
2121
+ }
2122
+ .eth-domain-risk-matrix__legend span[data-severity=high]::before,
2123
+ .eth-domain-risk-matrix__risk-card[data-severity=high],
2124
+ .eth-domain-risk-matrix__register-item[data-severity=high] {
2125
+ border-inline-start-color: var(--eth-color-warning);
2126
+ }
2127
+ .eth-domain-risk-matrix__legend span[data-severity=critical]::before,
2128
+ .eth-domain-risk-matrix__risk-card[data-severity=critical],
2129
+ .eth-domain-risk-matrix__register-item[data-severity=critical] {
2130
+ border-inline-start-color: var(--eth-color-danger);
2131
+ }
2132
+ .eth-domain-risk-matrix__legend span[data-severity=low]::before {
2133
+ background: var(--eth-color-success);
2134
+ }
2135
+ .eth-domain-risk-matrix__legend span[data-severity=medium]::before,
2136
+ .eth-domain-risk-matrix__legend span[data-severity=high]::before {
2137
+ background: var(--eth-color-warning);
2138
+ }
2139
+ .eth-domain-risk-matrix__legend span[data-severity=critical]::before {
2140
+ background: var(--eth-color-danger);
2141
+ }
2142
+ @media (width <= 72rem) {
2143
+ .eth-domain-risk-matrix__workspace {
2144
+ grid-template-columns: 1fr;
2145
+ }
2146
+ .eth-domain-risk-matrix__detail {
2147
+ grid-template-columns: 1fr;
2148
+ }
2149
+ }
2150
+ @media (width <= 48rem) {
2151
+ .eth-domain-risk-matrix,
2152
+ [data-eth-component=RiskMatrix] {
2153
+ padding: var(--eth-space-lg);
2154
+ }
2155
+ .eth-domain-risk-matrix .eth-meta-grid,
2156
+ [data-eth-component=RiskMatrix] .eth-meta-grid {
2157
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2158
+ }
2159
+ .eth-domain-risk-matrix .eth-surface__header-actions,
2160
+ [data-eth-component=RiskMatrix] .eth-surface__header-actions {
2161
+ justify-content: flex-start;
2162
+ min-inline-size: 0;
2163
+ }
2164
+ .eth-domain-risk-matrix__toolbar,
2165
+ .eth-domain-risk-matrix__panel-header {
2166
+ align-items: stretch;
2167
+ flex-direction: column;
2168
+ }
2169
+ .eth-domain-risk-matrix__view-switch {
2170
+ inline-size: 100%;
2171
+ }
2172
+ .eth-domain-risk-matrix__view-switch .eth-button {
2173
+ flex: 1 1 0;
2174
+ min-inline-size: 0;
2175
+ }
2176
+ .eth-domain-risk-matrix__facts {
2177
+ grid-template-columns: 1fr;
2178
+ }
2179
+ .eth-domain-risk-matrix__facts div,
2180
+ .eth-domain-risk-matrix__facts div:nth-last-child(-n+2) {
2181
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2182
+ border-inline-end: 0;
2183
+ }
2184
+ .eth-domain-risk-matrix__facts div:last-child {
2185
+ border-block-end: 0;
2186
+ }
2187
+ .eth-domain-risk-matrix__register-item {
2188
+ align-items: flex-start;
2189
+ grid-template-columns: 1fr;
2190
+ }
2191
+ }
2192
+ .eth-domain-approval-workflow-editor,
2193
+ [data-eth-component=ApprovalWorkflowEditor] {
2194
+ background: var(--eth-color-layer-01);
2195
+ border: 1px solid var(--eth-color-border-subtle);
2196
+ border-radius: 0;
2197
+ color: var(--eth-color-text-primary);
2198
+ display: grid;
2199
+ gap: var(--eth-space-lg);
2200
+ inline-size: 100%;
2201
+ padding: var(--eth-space-lg);
2202
+ }
2203
+ .eth-domain-approval-workflow-editor > .eth-surface__header,
2204
+ [data-eth-component=ApprovalWorkflowEditor] > .eth-surface__header {
2205
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2206
+ padding-block-end: var(--eth-space-md);
2207
+ }
2208
+ .eth-domain-approval-workflow-editor .eth-meta-grid,
2209
+ [data-eth-component=ApprovalWorkflowEditor] .eth-meta-grid {
2210
+ background: var(--eth-color-layer-02);
2211
+ }
2212
+ .eth-domain-approval-workflow-editor__settings {
2213
+ align-items: end;
2214
+ display: grid;
2215
+ gap: var(--eth-space-lg);
2216
+ grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
2217
+ }
2218
+ .eth-domain-approval-workflow-editor__validation {
2219
+ background: var(--eth-color-layer-02);
2220
+ border: 1px solid var(--eth-color-border-subtle);
2221
+ border-inline-start: 3px solid var(--eth-color-interactive-primary);
2222
+ display: grid;
2223
+ gap: var(--eth-space-xs);
2224
+ min-block-size: 4rem;
2225
+ padding: var(--eth-space-md);
2226
+ }
2227
+ .eth-domain-approval-workflow-editor__validation span,
2228
+ .eth-domain-approval-workflow-editor__step-header span,
2229
+ .eth-domain-approval-workflow-editor__step-footer span {
2230
+ color: var(--eth-color-text-secondary);
2231
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2232
+ line-height: 1.333;
2233
+ }
2234
+ .eth-domain-approval-workflow-editor__validation strong,
2235
+ .eth-domain-approval-workflow-editor__step-header strong {
2236
+ color: var(--eth-color-text-primary);
2237
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2238
+ font-weight: 600;
2239
+ line-height: 1.4286;
2240
+ }
2241
+ .eth-domain-approval-workflow-editor__route {
2242
+ align-items: center;
2243
+ background: var(--eth-color-background);
2244
+ border: 1px solid var(--eth-color-border-subtle);
2245
+ display: flex;
2246
+ flex-wrap: wrap;
2247
+ gap: var(--eth-space-sm);
2248
+ padding: var(--eth-space-md);
2249
+ }
2250
+ .eth-domain-approval-workflow-editor__route-node {
2251
+ align-items: center;
2252
+ background: var(--eth-color-layer-01);
2253
+ border: 1px solid var(--eth-color-border-subtle);
2254
+ display: inline-flex;
2255
+ gap: var(--eth-space-sm);
2256
+ max-inline-size: 18rem;
2257
+ min-block-size: 2rem;
2258
+ min-inline-size: 0;
2259
+ padding-inline: var(--eth-space-sm);
2260
+ }
2261
+ .eth-domain-approval-workflow-editor__route-node strong {
2262
+ align-items: center;
2263
+ background: var(--eth-color-interactive-primary);
2264
+ color: #ffffff;
2265
+ display: inline-flex;
2266
+ flex: 0 0 auto;
2267
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2268
+ inline-size: 1.25rem;
2269
+ justify-content: center;
2270
+ line-height: 1.25rem;
2271
+ }
2272
+ .eth-domain-approval-workflow-editor__route-node span {
2273
+ overflow: hidden;
2274
+ text-overflow: ellipsis;
2275
+ white-space: nowrap;
2276
+ }
2277
+ .eth-domain-approval-workflow-editor__route-arrow {
2278
+ color: var(--eth-color-text-secondary);
2279
+ }
2280
+ .eth-domain-approval-workflow-editor__steps {
2281
+ border: 1px solid var(--eth-color-border-subtle);
2282
+ display: grid;
2283
+ list-style: none;
2284
+ margin: 0;
2285
+ padding: 0;
2286
+ }
2287
+ .eth-domain-approval-workflow-editor__step {
2288
+ background: var(--eth-color-layer-01);
2289
+ display: grid;
2290
+ gap: var(--eth-space-md);
2291
+ grid-template-columns: 2rem minmax(0, 1fr);
2292
+ padding: var(--eth-space-md);
2293
+ }
2294
+ .eth-domain-approval-workflow-editor__step + .eth-domain-approval-workflow-editor__step {
2295
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2296
+ }
2297
+ .eth-domain-approval-workflow-editor__step-index {
2298
+ align-items: center;
2299
+ background: var(--eth-color-layer-02);
2300
+ border: 1px solid var(--eth-color-border-subtle);
2301
+ color: var(--eth-color-text-secondary);
2302
+ display: inline-flex;
2303
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2304
+ font-weight: 600;
2305
+ block-size: 2rem;
2306
+ inline-size: 2rem;
2307
+ justify-content: center;
2308
+ }
2309
+ .eth-domain-approval-workflow-editor__step-main {
2310
+ display: grid;
2311
+ gap: var(--eth-space-md);
2312
+ min-inline-size: 0;
2313
+ }
2314
+ .eth-domain-approval-workflow-editor__step-header,
2315
+ .eth-domain-approval-workflow-editor__step-footer,
2316
+ .eth-domain-approval-workflow-editor__footer {
2317
+ align-items: center;
2318
+ display: flex;
2319
+ flex-wrap: wrap;
2320
+ gap: var(--eth-space-md);
2321
+ justify-content: space-between;
2322
+ }
2323
+ .eth-domain-approval-workflow-editor__step-header > div {
2324
+ display: grid;
2325
+ gap: var(--eth-space-xs);
2326
+ }
2327
+ .eth-domain-approval-workflow-editor__fields {
2328
+ align-items: start;
2329
+ display: grid;
2330
+ gap: var(--eth-space-md);
2331
+ grid-template-columns: minmax(10rem, 1fr) minmax(10rem, 0.9fr) minmax(12rem, 1.1fr);
2332
+ }
2333
+ .eth-domain-approval-workflow-editor__step-footer {
2334
+ justify-content: flex-start;
2335
+ }
2336
+ .eth-domain-approval-workflow-editor__empty {
2337
+ background: var(--eth-color-layer-02);
2338
+ border: 1px dashed var(--eth-color-border-subtle);
2339
+ color: var(--eth-color-text-secondary);
2340
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2341
+ line-height: 1.4286;
2342
+ padding: var(--eth-space-lg);
2343
+ }
2344
+ .eth-domain-approval-workflow-editor__footer {
2345
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2346
+ justify-content: flex-start;
2347
+ padding-block-start: var(--eth-space-md);
2348
+ }
2349
+ .eth-domain-data-import-wizard,
2350
+ [data-eth-component=DataImportWizard] {
2351
+ background: var(--eth-color-layer-01);
2352
+ border: 1px solid var(--eth-color-border-subtle);
2353
+ border-radius: 0;
2354
+ color: var(--eth-color-text-primary);
2355
+ display: grid;
2356
+ gap: var(--eth-space-lg);
2357
+ inline-size: 100%;
2358
+ padding: var(--eth-space-xl);
2359
+ }
2360
+ .eth-domain-data-import-wizard > *,
2361
+ [data-eth-component=DataImportWizard] > * {
2362
+ min-inline-size: 0;
2363
+ }
2364
+ .eth-domain-data-import-wizard .eth-surface__header,
2365
+ [data-eth-component=DataImportWizard] .eth-surface__header {
2366
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2367
+ padding-block-end: var(--eth-space-lg);
2368
+ }
2369
+ .eth-domain-data-import-wizard .eth-surface__heading h2,
2370
+ [data-eth-component=DataImportWizard] .eth-surface__heading h2 {
2371
+ font-size: calc(1.25rem * var(--eth-text-scale, 1));
2372
+ font-weight: 600;
2373
+ line-height: 1.4;
2374
+ }
2375
+ .eth-domain-data-import-wizard .eth-surface__description,
2376
+ [data-eth-component=DataImportWizard] .eth-surface__description {
2377
+ max-inline-size: 44rem;
2378
+ }
2379
+ .eth-domain-data-import-wizard .eth-surface__header-actions,
2380
+ [data-eth-component=DataImportWizard] .eth-surface__header-actions {
2381
+ justify-content: flex-end;
2382
+ min-inline-size: 12rem;
2383
+ }
2384
+ .eth-domain-data-import-wizard .eth-meta-grid,
2385
+ [data-eth-component=DataImportWizard] .eth-meta-grid {
2386
+ background: var(--eth-color-layer-02);
2387
+ grid-template-columns: repeat(5, minmax(0, 1fr));
2388
+ }
2389
+ .eth-domain-data-import-wizard .eth-meta-grid div,
2390
+ [data-eth-component=DataImportWizard] .eth-meta-grid div {
2391
+ min-inline-size: 0;
2392
+ }
2393
+ .eth-domain-data-import-wizard__steps {
2394
+ background: var(--eth-color-layer-02);
2395
+ border: 1px solid var(--eth-color-border-subtle);
2396
+ display: grid;
2397
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2398
+ list-style: none;
2399
+ margin: 0;
2400
+ padding: 0;
2401
+ }
2402
+ .eth-domain-data-import-wizard__step {
2403
+ align-content: start;
2404
+ border-inline-end: 1px solid var(--eth-color-border-subtle);
2405
+ display: grid;
2406
+ gap: var(--eth-space-xs) var(--eth-space-sm);
2407
+ grid-template-columns: 2rem minmax(0, 1fr);
2408
+ min-block-size: 5.5rem;
2409
+ min-inline-size: 0;
2410
+ padding: var(--eth-space-md);
2411
+ position: relative;
2412
+ }
2413
+ .eth-domain-data-import-wizard__step:last-child {
2414
+ border-inline-end: 0;
2415
+ }
2416
+ .eth-domain-data-import-wizard__step[data-current=true] {
2417
+ background: var(--eth-color-layer-selected);
2418
+ box-shadow: inset 0 -3px 0 var(--eth-color-link);
2419
+ }
2420
+ .eth-domain-data-import-wizard__step-marker {
2421
+ align-items: center;
2422
+ background: var(--eth-color-layer-01);
2423
+ block-size: 2rem;
2424
+ border: 1px solid var(--eth-color-border-strong);
2425
+ color: var(--eth-color-text-primary);
2426
+ display: inline-flex;
2427
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2428
+ font-weight: 600;
2429
+ inline-size: 2rem;
2430
+ justify-content: center;
2431
+ line-height: 1;
2432
+ }
2433
+ .eth-domain-data-import-wizard__step[data-status=completed] .eth-domain-data-import-wizard__step-marker,
2434
+ .eth-domain-data-import-wizard__step[data-status=succeeded] .eth-domain-data-import-wizard__step-marker,
2435
+ .eth-domain-data-import-wizard__step[data-status=synced] .eth-domain-data-import-wizard__step-marker {
2436
+ background: var(--eth-color-success);
2437
+ border-color: var(--eth-color-success);
2438
+ color: #ffffff;
2439
+ }
2440
+ .eth-domain-data-import-wizard__step[data-status=in-progress] .eth-domain-data-import-wizard__step-marker,
2441
+ .eth-domain-data-import-wizard__step[data-status=running] .eth-domain-data-import-wizard__step-marker,
2442
+ .eth-domain-data-import-wizard__step[data-status=active] .eth-domain-data-import-wizard__step-marker {
2443
+ background: var(--eth-color-link);
2444
+ border-color: var(--eth-color-link);
2445
+ color: #ffffff;
2446
+ }
2447
+ .eth-domain-data-import-wizard__step[data-status=blocked] .eth-domain-data-import-wizard__step-marker,
2448
+ .eth-domain-data-import-wizard__step[data-status=failed] .eth-domain-data-import-wizard__step-marker {
2449
+ background: var(--eth-color-danger);
2450
+ border-color: var(--eth-color-danger);
2451
+ color: #ffffff;
2452
+ }
2453
+ .eth-domain-data-import-wizard__step-copy {
2454
+ display: grid;
2455
+ gap: var(--eth-space-xs);
2456
+ min-inline-size: 0;
2457
+ }
2458
+ .eth-domain-data-import-wizard__step-copy strong {
2459
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2460
+ line-height: 1.4286;
2461
+ }
2462
+ .eth-domain-data-import-wizard__step-copy span {
2463
+ color: var(--eth-color-text-secondary);
2464
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2465
+ line-height: 1.3333;
2466
+ }
2467
+ .eth-domain-data-import-wizard__step .eth-status-dot {
2468
+ grid-column: 2;
2469
+ justify-self: start;
2470
+ margin: 0;
2471
+ }
2472
+ .eth-domain-data-import-wizard__workspace {
2473
+ align-items: start;
2474
+ display: grid;
2475
+ gap: var(--eth-space-lg);
2476
+ grid-template-columns: minmax(13rem, 0.8fr) minmax(24rem, 1.5fr) minmax(14rem, 0.9fr);
2477
+ }
2478
+ .eth-domain-data-import-wizard__panel {
2479
+ background: var(--eth-color-layer-01);
2480
+ border: 1px solid var(--eth-color-border-subtle);
2481
+ display: grid;
2482
+ gap: var(--eth-space-md);
2483
+ min-inline-size: 0;
2484
+ padding: var(--eth-space-lg);
2485
+ }
2486
+ .eth-domain-data-import-wizard__panel-header {
2487
+ display: grid;
2488
+ gap: var(--eth-space-xs);
2489
+ min-inline-size: 0;
2490
+ }
2491
+ .eth-domain-data-import-wizard__panel-header > span {
2492
+ color: var(--eth-color-text-secondary);
2493
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2494
+ font-weight: 600;
2495
+ letter-spacing: 0;
2496
+ line-height: 1.3333;
2497
+ text-transform: uppercase;
2498
+ }
2499
+ .eth-domain-data-import-wizard__panel-header > strong {
2500
+ font-size: calc(1rem * var(--eth-text-scale, 1));
2501
+ line-height: 1.375;
2502
+ min-inline-size: 0;
2503
+ overflow-wrap: anywhere;
2504
+ }
2505
+ .eth-domain-data-import-wizard__facts {
2506
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2507
+ display: grid;
2508
+ gap: 0;
2509
+ margin: 0;
2510
+ }
2511
+ .eth-domain-data-import-wizard__facts div {
2512
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2513
+ display: grid;
2514
+ gap: var(--eth-space-xs);
2515
+ padding-block: var(--eth-space-sm);
2516
+ }
2517
+ .eth-domain-data-import-wizard__facts div:last-child {
2518
+ border-block-end: 0;
2519
+ padding-block-end: 0;
2520
+ }
2521
+ .eth-domain-data-import-wizard__facts dt {
2522
+ color: var(--eth-color-text-secondary);
2523
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2524
+ line-height: 1.3333;
2525
+ }
2526
+ .eth-domain-data-import-wizard__facts dd {
2527
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2528
+ font-weight: 600;
2529
+ line-height: 1.4286;
2530
+ margin: 0;
2531
+ }
2532
+ .eth-domain-data-import-wizard__table-wrap {
2533
+ border: 1px solid var(--eth-color-border-subtle);
2534
+ inline-size: 100%;
2535
+ overflow-x: auto;
2536
+ }
2537
+ .eth-domain-data-import-wizard__table {
2538
+ border-collapse: collapse;
2539
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2540
+ inline-size: 100%;
2541
+ line-height: 1.4286;
2542
+ min-inline-size: 36rem;
2543
+ }
2544
+ .eth-domain-data-import-wizard__table caption {
2545
+ block-size: 1px;
2546
+ clip: rect(0 0 0 0);
2547
+ clip-path: inset(50%);
2548
+ inline-size: 1px;
2549
+ overflow: hidden;
2550
+ position: absolute;
2551
+ white-space: nowrap;
2552
+ }
2553
+ .eth-domain-data-import-wizard__table th,
2554
+ .eth-domain-data-import-wizard__table td {
2555
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2556
+ padding: var(--eth-space-sm) var(--eth-space-md);
2557
+ text-align: start;
2558
+ vertical-align: middle;
2559
+ }
2560
+ .eth-domain-data-import-wizard__table th {
2561
+ background: var(--eth-color-layer-02);
2562
+ color: var(--eth-color-text-secondary);
2563
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2564
+ font-weight: 600;
2565
+ line-height: 1.3333;
2566
+ }
2567
+ .eth-domain-data-import-wizard__table tbody tr:last-child td {
2568
+ border-block-end: 0;
2569
+ }
2570
+ .eth-domain-data-import-wizard__table td {
2571
+ min-inline-size: 0;
2572
+ }
2573
+ .eth-domain-data-import-wizard__table td:first-child strong,
2574
+ .eth-domain-data-import-wizard__table td:first-child span {
2575
+ display: block;
2576
+ }
2577
+ .eth-domain-data-import-wizard__table td:first-child span {
2578
+ color: var(--eth-color-text-secondary);
2579
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2580
+ line-height: 1.3333;
2581
+ margin-block-start: var(--eth-space-xs);
2582
+ }
2583
+ .eth-domain-data-import-wizard__table .eth-status-dot {
2584
+ margin: 0;
2585
+ }
2586
+ .eth-domain-data-import-wizard__issues {
2587
+ display: grid;
2588
+ gap: var(--eth-space-sm);
2589
+ list-style: none;
2590
+ margin: 0;
2591
+ padding: 0;
2592
+ }
2593
+ .eth-domain-data-import-wizard__issues li {
2594
+ align-items: start;
2595
+ background: var(--eth-color-layer-02);
2596
+ border-inline-start: 3px solid var(--eth-color-border-strong);
2597
+ display: grid;
2598
+ gap: var(--eth-space-md);
2599
+ grid-template-columns: minmax(0, 1fr) auto;
2600
+ min-inline-size: 0;
2601
+ padding: var(--eth-space-sm) var(--eth-space-md);
2602
+ }
2603
+ .eth-domain-data-import-wizard__issues li[data-status=warning],
2604
+ .eth-domain-data-import-wizard__issues li[data-status=pending-approval],
2605
+ .eth-domain-data-import-wizard__issues li[data-status=stale] {
2606
+ border-inline-start-color: var(--eth-color-warning);
2607
+ }
2608
+ .eth-domain-data-import-wizard__issues li[data-status=blocked],
2609
+ .eth-domain-data-import-wizard__issues li[data-status=failed] {
2610
+ border-inline-start-color: var(--eth-color-danger);
2611
+ }
2612
+ .eth-domain-data-import-wizard__issues li[data-status=completed],
2613
+ .eth-domain-data-import-wizard__issues li[data-status=succeeded] {
2614
+ border-inline-start-color: var(--eth-color-success);
2615
+ }
2616
+ .eth-domain-data-import-wizard__issues li > div {
2617
+ display: grid;
2618
+ gap: var(--eth-space-xs);
2619
+ min-inline-size: 0;
2620
+ }
2621
+ .eth-domain-data-import-wizard__issues strong {
2622
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2623
+ line-height: 1.4286;
2624
+ }
2625
+ .eth-domain-data-import-wizard__issues span,
2626
+ .eth-domain-data-import-wizard__empty-note {
2627
+ color: var(--eth-color-text-secondary);
2628
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2629
+ line-height: 1.3333;
2630
+ }
2631
+ .eth-domain-data-import-wizard__empty-note {
2632
+ margin: 0;
2633
+ }
2634
+ .eth-domain-data-import-wizard__footer {
2635
+ align-items: center;
2636
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2637
+ color: var(--eth-color-text-secondary);
2638
+ display: flex;
2639
+ flex-wrap: wrap;
2640
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2641
+ gap: var(--eth-space-sm);
2642
+ justify-content: space-between;
2643
+ line-height: 1.4286;
2644
+ margin: 0;
2645
+ padding-block-start: var(--eth-space-md);
2646
+ }
2647
+ .eth-domain-mapping-config-wizard,
2648
+ [data-eth-component=MappingConfigurationWizard] {
2649
+ background: var(--eth-color-layer-01);
2650
+ border: 1px solid var(--eth-color-border-subtle);
2651
+ border-radius: 0;
2652
+ color: var(--eth-color-text-primary);
2653
+ display: grid;
2654
+ gap: var(--eth-space-lg);
2655
+ inline-size: 100%;
2656
+ padding: var(--eth-space-xl);
2657
+ }
2658
+ .eth-domain-mapping-config-wizard > *,
2659
+ [data-eth-component=MappingConfigurationWizard] > * {
2660
+ min-inline-size: 0;
2661
+ }
2662
+ .eth-domain-mapping-config-wizard > .eth-surface__header,
2663
+ [data-eth-component=MappingConfigurationWizard] > .eth-surface__header {
2664
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2665
+ padding-block-end: var(--eth-space-lg);
2666
+ }
2667
+ .eth-domain-mapping-config-wizard .eth-meta-grid,
2668
+ [data-eth-component=MappingConfigurationWizard] .eth-meta-grid {
2669
+ background: var(--eth-color-layer-02);
2670
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2671
+ }
2672
+ .eth-domain-mapping-config-wizard .eth-meta-grid div,
2673
+ [data-eth-component=MappingConfigurationWizard] .eth-meta-grid div {
2674
+ min-inline-size: 0;
2675
+ }
2676
+ .eth-domain-mapping-config-wizard__steps {
2677
+ background: var(--eth-color-layer-02);
2678
+ border: 1px solid var(--eth-color-border-subtle);
2679
+ display: grid;
2680
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2681
+ list-style: none;
2682
+ margin: 0;
2683
+ padding: 0;
2684
+ }
2685
+ .eth-domain-mapping-config-wizard__step {
2686
+ align-content: start;
2687
+ border-inline-end: 1px solid var(--eth-color-border-subtle);
2688
+ display: grid;
2689
+ gap: var(--eth-space-xs) var(--eth-space-sm);
2690
+ grid-template-columns: 2rem minmax(0, 1fr);
2691
+ min-block-size: 5.25rem;
2692
+ min-inline-size: 0;
2693
+ padding: var(--eth-space-md);
2694
+ }
2695
+ .eth-domain-mapping-config-wizard__step:last-child {
2696
+ border-inline-end: 0;
2697
+ }
2698
+ .eth-domain-mapping-config-wizard__step[data-current=true] {
2699
+ background: var(--eth-color-layer-selected);
2700
+ box-shadow: inset 0 -3px 0 var(--eth-color-link);
2701
+ }
2702
+ .eth-domain-mapping-config-wizard__step-marker {
2703
+ align-items: center;
2704
+ background: var(--eth-color-layer-01);
2705
+ block-size: 2rem;
2706
+ border: 1px solid var(--eth-color-border-strong);
2707
+ color: var(--eth-color-text-primary);
2708
+ display: inline-flex;
2709
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2710
+ font-weight: 600;
2711
+ inline-size: 2rem;
2712
+ justify-content: center;
2713
+ line-height: 1;
2714
+ }
2715
+ .eth-domain-mapping-config-wizard__step[data-status=completed] .eth-domain-mapping-config-wizard__step-marker,
2716
+ .eth-domain-mapping-config-wizard__step[data-status=succeeded] .eth-domain-mapping-config-wizard__step-marker,
2717
+ .eth-domain-mapping-config-wizard__step[data-status=synced] .eth-domain-mapping-config-wizard__step-marker {
2718
+ background: var(--eth-color-success);
2719
+ border-color: var(--eth-color-success);
2720
+ color: #ffffff;
2721
+ }
2722
+ .eth-domain-mapping-config-wizard__step[data-status=in-progress] .eth-domain-mapping-config-wizard__step-marker,
2723
+ .eth-domain-mapping-config-wizard__step[data-status=running] .eth-domain-mapping-config-wizard__step-marker,
2724
+ .eth-domain-mapping-config-wizard__step[data-status=active] .eth-domain-mapping-config-wizard__step-marker {
2725
+ background: var(--eth-color-link);
2726
+ border-color: var(--eth-color-link);
2727
+ color: #ffffff;
2728
+ }
2729
+ .eth-domain-mapping-config-wizard__step[data-status=warning] .eth-domain-mapping-config-wizard__step-marker,
2730
+ .eth-domain-mapping-config-wizard__step[data-status=pending-approval] .eth-domain-mapping-config-wizard__step-marker,
2731
+ .eth-domain-mapping-config-wizard__step[data-status=stale] .eth-domain-mapping-config-wizard__step-marker {
2732
+ background: var(--eth-color-warning);
2733
+ border-color: var(--eth-color-warning);
2734
+ color: var(--eth-color-text-primary);
2735
+ }
2736
+ .eth-domain-mapping-config-wizard__step[data-status=blocked] .eth-domain-mapping-config-wizard__step-marker,
2737
+ .eth-domain-mapping-config-wizard__step[data-status=failed] .eth-domain-mapping-config-wizard__step-marker {
2738
+ background: var(--eth-color-danger);
2739
+ border-color: var(--eth-color-danger);
2740
+ color: #ffffff;
2741
+ }
2742
+ .eth-domain-mapping-config-wizard__step-copy {
2743
+ display: grid;
2744
+ gap: var(--eth-space-xs);
2745
+ min-inline-size: 0;
2746
+ }
2747
+ .eth-domain-mapping-config-wizard__step-copy strong {
2748
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2749
+ line-height: 1.4286;
2750
+ }
2751
+ .eth-domain-mapping-config-wizard__step-copy span {
2752
+ color: var(--eth-color-text-secondary);
2753
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2754
+ line-height: 1.3333;
2755
+ overflow-wrap: anywhere;
2756
+ }
2757
+ .eth-domain-mapping-config-wizard__step .eth-status-dot {
2758
+ grid-column: 2;
2759
+ justify-self: start;
2760
+ margin: 0;
2761
+ }
2762
+ .eth-domain-mapping-config-wizard__workspace {
2763
+ align-items: start;
2764
+ display: grid;
2765
+ gap: var(--eth-space-lg);
2766
+ grid-template-columns: minmax(13rem, 0.8fr) minmax(28rem, 1.6fr) minmax(15rem, 0.9fr);
2767
+ }
2768
+ .eth-domain-mapping-config-wizard__panel {
2769
+ background: var(--eth-color-layer-01);
2770
+ border: 1px solid var(--eth-color-border-subtle);
2771
+ display: grid;
2772
+ gap: var(--eth-space-md);
2773
+ min-inline-size: 0;
2774
+ padding: var(--eth-space-lg);
2775
+ }
2776
+ .eth-domain-mapping-config-wizard__panel-header {
2777
+ display: grid;
2778
+ gap: var(--eth-space-xs);
2779
+ min-inline-size: 0;
2780
+ }
2781
+ .eth-domain-mapping-config-wizard__panel-header--inline {
2782
+ align-items: start;
2783
+ display: flex;
2784
+ gap: var(--eth-space-md);
2785
+ justify-content: space-between;
2786
+ }
2787
+ .eth-domain-mapping-config-wizard__panel-header--inline > div {
2788
+ display: grid;
2789
+ gap: var(--eth-space-xs);
2790
+ min-inline-size: 0;
2791
+ }
2792
+ .eth-domain-mapping-config-wizard__panel-header > span,
2793
+ .eth-domain-mapping-config-wizard__panel-header--inline > div > span {
2794
+ color: var(--eth-color-text-secondary);
2795
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2796
+ font-weight: 600;
2797
+ letter-spacing: 0;
2798
+ line-height: 1.3333;
2799
+ text-transform: uppercase;
2800
+ }
2801
+ .eth-domain-mapping-config-wizard__panel-header > strong,
2802
+ .eth-domain-mapping-config-wizard__panel-header--inline > div > strong {
2803
+ font-size: calc(1rem * var(--eth-text-scale, 1));
2804
+ line-height: 1.375;
2805
+ min-inline-size: 0;
2806
+ overflow-wrap: anywhere;
2807
+ }
2808
+ .eth-domain-mapping-config-wizard__facts {
2809
+ border-block-start: 1px solid var(--eth-color-border-subtle);
2810
+ display: grid;
2811
+ margin: 0;
2812
+ }
2813
+ .eth-domain-mapping-config-wizard__facts div {
2814
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2815
+ display: grid;
2816
+ gap: var(--eth-space-xs);
2817
+ padding-block: var(--eth-space-sm);
2818
+ }
2819
+ .eth-domain-mapping-config-wizard__facts div:last-child {
2820
+ border-block-end: 0;
2821
+ padding-block-end: 0;
2822
+ }
2823
+ .eth-domain-mapping-config-wizard__facts dt {
2824
+ color: var(--eth-color-text-secondary);
2825
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2826
+ line-height: 1.3333;
2827
+ }
2828
+ .eth-domain-mapping-config-wizard__facts dd {
2829
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2830
+ font-weight: 600;
2831
+ line-height: 1.4286;
2832
+ margin: 0;
2833
+ overflow-wrap: anywhere;
2834
+ }
2835
+ .eth-domain-mapping-config-wizard__table-wrap {
2836
+ border: 1px solid var(--eth-color-border-subtle);
2837
+ inline-size: 100%;
2838
+ overflow-x: auto;
2839
+ }
2840
+ .eth-domain-mapping-config-wizard__table {
2841
+ border-collapse: collapse;
2842
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2843
+ inline-size: 100%;
2844
+ line-height: 1.4286;
2845
+ min-inline-size: 52rem;
2846
+ table-layout: fixed;
2847
+ }
2848
+ .eth-domain-mapping-config-wizard__table caption {
2849
+ block-size: 1px;
2850
+ clip: rect(0 0 0 0);
2851
+ clip-path: inset(50%);
2852
+ inline-size: 1px;
2853
+ overflow: hidden;
2854
+ position: absolute;
2855
+ white-space: nowrap;
2856
+ }
2857
+ .eth-domain-mapping-config-wizard__table th,
2858
+ .eth-domain-mapping-config-wizard__table td {
2859
+ border-block-end: 1px solid var(--eth-color-border-subtle);
2860
+ padding: var(--eth-space-sm) var(--eth-space-md);
2861
+ text-align: start;
2862
+ vertical-align: top;
2863
+ }
2864
+ .eth-domain-mapping-config-wizard__table th {
2865
+ background: var(--eth-color-layer-02);
2866
+ color: var(--eth-color-text-secondary);
2867
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2868
+ font-weight: 600;
2869
+ line-height: 1.3333;
2870
+ }
2871
+ .eth-domain-mapping-config-wizard__table tbody tr:last-child td {
2872
+ border-block-end: 0;
2873
+ }
2874
+ .eth-domain-mapping-config-wizard__table tbody tr td:first-child {
2875
+ border-inline-start: 3px solid transparent;
2876
+ }
2877
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=active] td:first-child,
2878
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=completed] td:first-child,
2879
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=succeeded] td:first-child,
2880
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=synced] td:first-child {
2881
+ border-inline-start-color: var(--eth-color-success);
2882
+ }
2883
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=in-progress] td:first-child,
2884
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=running] td:first-child {
2885
+ border-inline-start-color: var(--eth-color-info);
2886
+ }
2887
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=warning] td:first-child,
2888
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=pending-approval] td:first-child,
2889
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=stale] td:first-child {
2890
+ border-inline-start-color: var(--eth-color-warning);
2891
+ }
2892
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=blocked] td:first-child,
2893
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=failed] td:first-child,
2894
+ .eth-domain-mapping-config-wizard__table tbody tr[data-status=approval-required] td:first-child {
2895
+ border-inline-start-color: var(--eth-color-danger);
2896
+ }
2897
+ .eth-domain-mapping-config-wizard__field-stack,
2898
+ .eth-domain-mapping-config-wizard__target-field,
2899
+ .eth-domain-mapping-config-wizard__state {
2900
+ display: grid;
2901
+ gap: var(--eth-space-xs);
2902
+ min-inline-size: 0;
2903
+ }
2904
+ .eth-domain-mapping-config-wizard__field-stack strong {
2905
+ color: var(--eth-color-text-primary);
2906
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2907
+ font-weight: 600;
2908
+ line-height: 1.4286;
2909
+ overflow-wrap: anywhere;
2910
+ }
2911
+ .eth-domain-mapping-config-wizard__field-stack span,
2912
+ .eth-domain-mapping-config-wizard__field-stack p,
2913
+ .eth-domain-mapping-config-wizard__target-field > span {
2914
+ color: var(--eth-color-text-secondary);
2915
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2916
+ line-height: 1.3333;
2917
+ margin: 0;
2918
+ overflow-wrap: anywhere;
2919
+ }
2920
+ .eth-domain-mapping-config-wizard__target-field .cds--form-item {
2921
+ inline-size: 100%;
2922
+ }
2923
+ .eth-domain-mapping-config-wizard__target-field .cds--select,
2924
+ .eth-domain-mapping-config-wizard__target-field .cds--select-input {
2925
+ inline-size: 100%;
2926
+ max-inline-size: 100%;
2927
+ }
2928
+ .eth-domain-mapping-config-wizard__state {
2929
+ align-content: start;
2930
+ justify-items: start;
2931
+ }
2932
+ .eth-domain-mapping-config-wizard__state .eth-status-dot {
2933
+ margin: 0;
2934
+ max-inline-size: 100%;
2935
+ }
2936
+ .eth-domain-mapping-config-wizard__badges {
2937
+ align-items: center;
2938
+ display: flex;
2939
+ flex-wrap: wrap;
2940
+ gap: var(--eth-space-xs);
2941
+ }
2942
+ .eth-domain-mapping-config-wizard__issues {
2943
+ display: grid;
2944
+ gap: var(--eth-space-sm);
2945
+ list-style: none;
2946
+ margin: 0;
2947
+ padding: 0;
2948
+ }
2949
+ .eth-domain-mapping-config-wizard__issues li {
2950
+ align-items: start;
2951
+ background: var(--eth-color-layer-02);
2952
+ border-inline-start: 3px solid var(--eth-color-border-strong);
2953
+ display: grid;
2954
+ gap: var(--eth-space-md);
2955
+ grid-template-columns: minmax(0, 1fr) auto;
2956
+ min-inline-size: 0;
2957
+ padding: var(--eth-space-sm) var(--eth-space-md);
2958
+ }
2959
+ .eth-domain-mapping-config-wizard__issues li[data-status=warning],
2960
+ .eth-domain-mapping-config-wizard__issues li[data-status=pending-approval],
2961
+ .eth-domain-mapping-config-wizard__issues li[data-status=stale] {
2962
+ border-inline-start-color: var(--eth-color-warning);
2963
+ }
2964
+ .eth-domain-mapping-config-wizard__issues li[data-status=blocked],
2965
+ .eth-domain-mapping-config-wizard__issues li[data-status=failed],
2966
+ .eth-domain-mapping-config-wizard__issues li[data-status=approval-required] {
2967
+ border-inline-start-color: var(--eth-color-danger);
2968
+ }
2969
+ .eth-domain-mapping-config-wizard__issues li[data-status=completed],
2970
+ .eth-domain-mapping-config-wizard__issues li[data-status=succeeded] {
2971
+ border-inline-start-color: var(--eth-color-success);
2972
+ }
2973
+ .eth-domain-mapping-config-wizard__issues li > div {
2974
+ display: grid;
2975
+ gap: var(--eth-space-xs);
2976
+ min-inline-size: 0;
2977
+ }
2978
+ .eth-domain-mapping-config-wizard__issues strong {
2979
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
2980
+ line-height: 1.4286;
2981
+ }
2982
+ .eth-domain-mapping-config-wizard__issues span,
2983
+ .eth-domain-mapping-config-wizard__empty-note,
2984
+ .eth-domain-mapping-config-wizard__empty {
2985
+ color: var(--eth-color-text-secondary);
2986
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
2987
+ line-height: 1.3333;
2988
+ }
2989
+ .eth-domain-mapping-config-wizard__empty-note,
2990
+ .eth-domain-mapping-config-wizard__empty {
2991
+ margin: 0;
2992
+ }
2993
+ .eth-domain-mapping-config-wizard__empty {
2994
+ background: var(--eth-color-layer-02);
2995
+ border: 1px dashed var(--eth-color-border-subtle);
2996
+ padding: var(--eth-space-lg);
2997
+ }
2998
+ .eth-domain-mapping-config-wizard__footer {
2999
+ align-items: center;
3000
+ border-block-start: 1px solid var(--eth-color-border-subtle);
3001
+ color: var(--eth-color-text-secondary);
3002
+ display: flex;
3003
+ flex-wrap: wrap;
3004
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3005
+ gap: var(--eth-space-sm);
3006
+ justify-content: space-between;
3007
+ line-height: 1.4286;
3008
+ padding-block-start: var(--eth-space-md);
3009
+ }
3010
+ .eth-domain-mapping-config-wizard__footer-actions {
3011
+ align-items: center;
3012
+ display: flex;
3013
+ flex-wrap: wrap;
3014
+ gap: var(--eth-space-sm);
3015
+ justify-content: flex-end;
3016
+ }
3017
+ .eth-domain-report-builder,
3018
+ [data-eth-component=ReportBuilder] {
3019
+ background: var(--eth-color-layer-01);
3020
+ border: 1px solid var(--eth-color-border-subtle);
3021
+ border-radius: 0;
3022
+ color: var(--eth-color-text-primary);
3023
+ display: grid;
3024
+ gap: var(--eth-space-lg);
3025
+ inline-size: 100%;
3026
+ padding: var(--eth-space-xl);
3027
+ }
3028
+ .eth-domain-report-builder > *,
3029
+ [data-eth-component=ReportBuilder] > * {
3030
+ min-inline-size: 0;
3031
+ }
3032
+ .eth-domain-report-builder > .eth-surface__header,
3033
+ [data-eth-component=ReportBuilder] > .eth-surface__header {
3034
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3035
+ padding-block-end: var(--eth-space-lg);
3036
+ }
3037
+ .eth-domain-report-builder .eth-surface__heading h2,
3038
+ [data-eth-component=ReportBuilder] .eth-surface__heading h2 {
3039
+ font-size: calc(1.25rem * var(--eth-text-scale, 1));
3040
+ font-weight: 600;
3041
+ line-height: 1.4;
3042
+ }
3043
+ .eth-domain-report-builder .eth-surface__description,
3044
+ [data-eth-component=ReportBuilder] .eth-surface__description {
3045
+ max-inline-size: 44rem;
3046
+ }
3047
+ .eth-domain-report-builder .eth-meta-grid,
3048
+ [data-eth-component=ReportBuilder] .eth-meta-grid {
3049
+ background: var(--eth-color-layer-02);
3050
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3051
+ }
3052
+ .eth-domain-report-builder__workspace {
3053
+ align-items: stretch;
3054
+ display: grid;
3055
+ gap: var(--eth-space-lg);
3056
+ grid-template-columns: minmax(19rem, 0.8fr) minmax(28rem, 1.2fr);
3057
+ }
3058
+ .eth-domain-report-builder__sections,
3059
+ .eth-domain-report-builder__preview {
3060
+ background: var(--eth-color-layer-01);
3061
+ border: 1px solid var(--eth-color-border-subtle);
3062
+ display: grid;
3063
+ gap: var(--eth-space-md);
3064
+ min-inline-size: 0;
3065
+ padding: var(--eth-space-lg);
3066
+ }
3067
+ .eth-domain-report-builder__preview {
3068
+ grid-template-rows: auto minmax(0, 1fr) auto;
3069
+ }
3070
+ .eth-domain-report-builder__panel-header {
3071
+ display: grid;
3072
+ gap: var(--eth-space-xs);
3073
+ min-inline-size: 0;
3074
+ }
3075
+ .eth-domain-report-builder__panel-header--inline {
3076
+ align-items: center;
3077
+ display: flex;
3078
+ flex-wrap: wrap;
3079
+ gap: var(--eth-space-md);
3080
+ justify-content: space-between;
3081
+ }
3082
+ .eth-domain-report-builder__panel-header > div {
3083
+ display: grid;
3084
+ gap: var(--eth-space-xs);
3085
+ min-inline-size: 0;
3086
+ }
3087
+ .eth-domain-report-builder__panel-header span,
3088
+ .eth-domain-report-builder__preview-kicker {
3089
+ color: var(--eth-color-text-secondary);
3090
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3091
+ font-weight: 600;
3092
+ letter-spacing: 0;
3093
+ line-height: 1.3333;
3094
+ text-transform: uppercase;
3095
+ }
3096
+ .eth-domain-report-builder__panel-header h3,
3097
+ .eth-domain-report-builder__panel-header strong {
3098
+ color: var(--eth-color-text-primary);
3099
+ font-size: calc(1rem * var(--eth-text-scale, 1));
3100
+ font-weight: 600;
3101
+ line-height: 1.375;
3102
+ margin: 0;
3103
+ overflow-wrap: anywhere;
3104
+ }
3105
+ .eth-domain-report-builder__section-list {
3106
+ border: 1px solid var(--eth-color-border-subtle);
3107
+ display: grid;
3108
+ list-style: none;
3109
+ margin: 0;
3110
+ padding: 0;
3111
+ }
3112
+ .eth-domain-report-builder__section-item {
3113
+ align-items: start;
3114
+ background: var(--eth-color-layer-01);
3115
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3116
+ display: grid;
3117
+ gap: var(--eth-space-md);
3118
+ grid-template-columns: 2rem minmax(0, 1fr) auto;
3119
+ min-inline-size: 0;
3120
+ padding: var(--eth-space-md);
3121
+ }
3122
+ .eth-domain-report-builder__section-item:last-child {
3123
+ border-block-end: 0;
3124
+ }
3125
+ .eth-domain-report-builder__section-item[data-current=true] {
3126
+ background: var(--eth-color-layer-selected);
3127
+ box-shadow: inset 3px 0 0 var(--eth-color-link);
3128
+ }
3129
+ .eth-domain-report-builder__section-index {
3130
+ align-items: center;
3131
+ background: var(--eth-color-layer-02);
3132
+ block-size: 2rem;
3133
+ border: 1px solid var(--eth-color-border-strong);
3134
+ color: var(--eth-color-text-primary);
3135
+ display: inline-flex;
3136
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3137
+ font-weight: 600;
3138
+ inline-size: 2rem;
3139
+ justify-content: center;
3140
+ line-height: 1;
3141
+ }
3142
+ .eth-domain-report-builder__section-item[data-status=active] .eth-domain-report-builder__section-index,
3143
+ .eth-domain-report-builder__section-item[data-status=completed] .eth-domain-report-builder__section-index,
3144
+ .eth-domain-report-builder__section-item[data-status=succeeded] .eth-domain-report-builder__section-index {
3145
+ background: var(--eth-color-success);
3146
+ border-color: var(--eth-color-success);
3147
+ color: #ffffff;
3148
+ }
3149
+ .eth-domain-report-builder__section-item[data-status=in-progress] .eth-domain-report-builder__section-index,
3150
+ .eth-domain-report-builder__section-item[data-status=running] .eth-domain-report-builder__section-index {
3151
+ background: var(--eth-color-link);
3152
+ border-color: var(--eth-color-link);
3153
+ color: #ffffff;
3154
+ }
3155
+ .eth-domain-report-builder__section-main {
3156
+ display: grid;
3157
+ gap: var(--eth-space-xs);
3158
+ min-inline-size: 0;
3159
+ }
3160
+ .eth-domain-report-builder__section-main strong {
3161
+ color: var(--eth-color-text-primary);
3162
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3163
+ line-height: 1.4286;
3164
+ overflow-wrap: anywhere;
3165
+ }
3166
+ .eth-domain-report-builder__section-main p,
3167
+ .eth-domain-report-builder__section-meta,
3168
+ .eth-domain-report-builder__empty-note {
3169
+ color: var(--eth-color-text-secondary);
3170
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3171
+ line-height: 1.3333;
3172
+ margin: 0;
3173
+ }
3174
+ .eth-domain-report-builder__section-state {
3175
+ align-items: flex-end;
3176
+ display: grid;
3177
+ gap: var(--eth-space-xs);
3178
+ justify-items: end;
3179
+ }
3180
+ .eth-domain-report-builder__preview-page {
3181
+ align-content: start;
3182
+ background: var(--eth-color-background);
3183
+ border: 1px solid var(--eth-color-border-subtle);
3184
+ box-shadow: inset 0 3px 0 var(--eth-color-interactive-primary);
3185
+ display: grid;
3186
+ gap: var(--eth-space-md);
3187
+ min-block-size: 13rem;
3188
+ padding: var(--eth-space-lg);
3189
+ }
3190
+ .eth-domain-report-builder__preview-title {
3191
+ color: var(--eth-color-text-primary);
3192
+ font-size: calc(1.125rem * var(--eth-text-scale, 1));
3193
+ font-weight: 600;
3194
+ line-height: 1.3333;
3195
+ overflow-wrap: anywhere;
3196
+ }
3197
+ .eth-domain-report-builder__preview-meta {
3198
+ color: var(--eth-color-text-secondary);
3199
+ display: flex;
3200
+ flex-wrap: wrap;
3201
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3202
+ gap: var(--eth-space-sm);
3203
+ line-height: 1.3333;
3204
+ }
3205
+ .eth-domain-report-builder__preview-lines {
3206
+ border-block-start: 1px solid var(--eth-color-border-subtle);
3207
+ display: grid;
3208
+ }
3209
+ .eth-domain-report-builder__preview-line {
3210
+ align-items: center;
3211
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3212
+ display: grid;
3213
+ gap: var(--eth-space-md);
3214
+ grid-template-columns: minmax(0, 1fr) auto;
3215
+ padding-block: var(--eth-space-sm);
3216
+ }
3217
+ .eth-domain-report-builder__preview-line:last-child {
3218
+ border-block-end: 0;
3219
+ }
3220
+ .eth-domain-report-builder__preview-line span:first-child {
3221
+ color: var(--eth-color-text-primary);
3222
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3223
+ font-weight: 600;
3224
+ line-height: 1.4286;
3225
+ overflow-wrap: anywhere;
3226
+ }
3227
+ .eth-domain-report-builder__preview-line span:last-child {
3228
+ color: var(--eth-color-text-secondary);
3229
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3230
+ line-height: 1.3333;
3231
+ white-space: nowrap;
3232
+ }
3233
+ .eth-domain-report-builder__export-bar {
3234
+ align-items: center;
3235
+ background: var(--eth-color-layer-02);
3236
+ border: 1px solid var(--eth-color-border-subtle);
3237
+ display: flex;
3238
+ flex-wrap: wrap;
3239
+ gap: var(--eth-space-md);
3240
+ justify-content: space-between;
3241
+ padding: var(--eth-space-md);
3242
+ }
3243
+ .eth-domain-report-builder__export-bar > span,
3244
+ .eth-domain-report-builder__empty {
3245
+ color: var(--eth-color-text-secondary);
3246
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3247
+ line-height: 1.4286;
3248
+ margin: 0;
3249
+ }
3250
+ .eth-domain-report-builder__export-actions {
3251
+ align-items: center;
3252
+ display: flex;
3253
+ flex-wrap: wrap;
3254
+ gap: var(--eth-space-sm);
3255
+ justify-content: flex-end;
3256
+ }
3257
+ .eth-domain-process-designer {
3258
+ background: var(--eth-color-layer-01);
3259
+ border: 1px solid var(--eth-color-border-subtle);
3260
+ border-radius: 0;
3261
+ min-block-size: 0;
3262
+ }
3263
+ .eth-domain-process-designer__workspace {
3264
+ align-items: stretch;
3265
+ display: grid;
3266
+ gap: var(--eth-space-lg);
3267
+ grid-template-columns: minmax(34rem, 1fr) minmax(17rem, 0.36fr);
3268
+ min-inline-size: 0;
3269
+ }
3270
+ .eth-domain-process-designer__canvas-shell,
3271
+ .eth-domain-process-designer__inspector {
3272
+ background: var(--eth-color-layer-01);
3273
+ border: 1px solid var(--eth-color-border-subtle);
3274
+ min-inline-size: 0;
3275
+ }
3276
+ .eth-domain-process-designer__canvas-shell {
3277
+ display: grid;
3278
+ grid-template-rows: auto minmax(20rem, 1fr);
3279
+ }
3280
+ .eth-domain-process-designer__toolbar {
3281
+ align-items: center;
3282
+ background: var(--eth-color-layer-02);
3283
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3284
+ display: flex;
3285
+ gap: var(--eth-space-md);
3286
+ justify-content: space-between;
3287
+ min-inline-size: 0;
3288
+ padding: var(--eth-space-md) var(--eth-space-lg);
3289
+ }
3290
+ .eth-domain-process-designer__toolbar > div:first-child,
3291
+ .eth-domain-process-designer__panel-header {
3292
+ display: grid;
3293
+ gap: var(--eth-space-xs);
3294
+ min-inline-size: 0;
3295
+ }
3296
+ .eth-domain-process-designer__toolbar span,
3297
+ .eth-domain-process-designer__panel-header > span {
3298
+ color: var(--eth-color-text-secondary);
3299
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3300
+ font-weight: 600;
3301
+ letter-spacing: 0;
3302
+ line-height: 1.3333;
3303
+ text-transform: uppercase;
3304
+ }
3305
+ .eth-domain-process-designer__toolbar strong,
3306
+ .eth-domain-process-designer__panel-header h3,
3307
+ .eth-domain-process-designer__panel-header strong {
3308
+ color: var(--eth-color-text-primary);
3309
+ font-size: calc(1rem * var(--eth-text-scale, 1));
3310
+ font-weight: 600;
3311
+ line-height: 1.375;
3312
+ margin: 0;
3313
+ overflow-wrap: anywhere;
3314
+ }
3315
+ .eth-domain-process-designer__toolbar-actions {
3316
+ align-items: center;
3317
+ display: flex;
3318
+ flex-wrap: wrap;
3319
+ gap: var(--eth-space-sm);
3320
+ justify-content: flex-end;
3321
+ }
3322
+ .eth-domain-process-designer__toolbar-actions .eth-status-dot {
3323
+ margin: 0;
3324
+ }
3325
+ .eth-domain-process-designer__canvas {
3326
+ background-color: var(--eth-color-layer-01);
3327
+ background-image: radial-gradient(var(--eth-color-border-subtle) 1px, transparent 1px);
3328
+ background-size: var(--eth-space-2xl) var(--eth-space-2xl);
3329
+ block-size: 100%;
3330
+ min-block-size: 20rem;
3331
+ overflow: auto;
3332
+ }
3333
+ .eth-domain-process-designer__canvas svg {
3334
+ display: block;
3335
+ inline-size: 100%;
3336
+ min-block-size: 20rem;
3337
+ min-inline-size: 52rem;
3338
+ }
3339
+ .eth-domain-process-designer__edge line {
3340
+ stroke: var(--eth-color-border-strong);
3341
+ stroke-linecap: square;
3342
+ stroke-width: 2;
3343
+ }
3344
+ .eth-domain-process-designer__edge[data-status=warning] line,
3345
+ .eth-domain-process-designer__edge[data-status=pending-approval] line,
3346
+ .eth-domain-process-designer__edge[data-status=approval-required] line {
3347
+ stroke: var(--eth-color-warning);
3348
+ }
3349
+ .eth-domain-process-designer__canvas marker path,
3350
+ .eth-domain-process-designer__edge path {
3351
+ fill: var(--eth-color-border-strong);
3352
+ }
3353
+ .eth-domain-process-designer__edge[data-status=warning] path,
3354
+ .eth-domain-process-designer__edge[data-status=pending-approval] path,
3355
+ .eth-domain-process-designer__edge[data-status=approval-required] path {
3356
+ fill: var(--eth-color-warning);
3357
+ }
3358
+ .eth-domain-process-designer__edge text {
3359
+ fill: var(--eth-color-text-secondary);
3360
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3361
+ font-weight: 600;
3362
+ }
3363
+ .eth-domain-process-designer__node {
3364
+ cursor: pointer;
3365
+ outline: none;
3366
+ }
3367
+ .eth-domain-process-designer__node rect,
3368
+ .eth-domain-process-designer__node polygon {
3369
+ fill: var(--eth-color-layer-01);
3370
+ stroke: var(--eth-color-border-strong);
3371
+ stroke-width: 2;
3372
+ transition:
3373
+ fill 110ms cubic-bezier(0.2, 0, 0.38, 0.9),
3374
+ stroke 110ms cubic-bezier(0.2, 0, 0.38, 0.9),
3375
+ stroke-width 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
3376
+ }
3377
+ .eth-domain-process-designer__node:hover rect,
3378
+ .eth-domain-process-designer__node:hover polygon,
3379
+ .eth-domain-process-designer__node:focus-visible rect,
3380
+ .eth-domain-process-designer__node:focus-visible polygon {
3381
+ fill: var(--eth-color-layer-hover);
3382
+ }
3383
+ .eth-domain-process-designer__node:focus-visible rect,
3384
+ .eth-domain-process-designer__node:focus-visible polygon,
3385
+ .eth-domain-process-designer__node[data-selected=true] rect,
3386
+ .eth-domain-process-designer__node[data-selected=true] polygon {
3387
+ stroke: var(--eth-color-focus);
3388
+ stroke-width: 3;
3389
+ }
3390
+ .eth-domain-process-designer__node[data-kind=start] rect {
3391
+ stroke: var(--eth-color-success);
3392
+ }
3393
+ .eth-domain-process-designer__node[data-kind=decision] polygon {
3394
+ stroke: var(--eth-color-warning);
3395
+ }
3396
+ .eth-domain-process-designer__node[data-kind=end] rect {
3397
+ stroke: var(--eth-color-info);
3398
+ }
3399
+ .eth-domain-process-designer__node text {
3400
+ fill: var(--eth-color-text-primary);
3401
+ font-size: calc(0.8125rem * var(--eth-text-scale, 1));
3402
+ font-weight: 600;
3403
+ line-height: 1.2308;
3404
+ pointer-events: none;
3405
+ }
3406
+ .eth-domain-process-designer__node-status {
3407
+ fill: var(--eth-color-text-secondary);
3408
+ stroke: var(--eth-color-layer-01);
3409
+ stroke-width: 2;
3410
+ }
3411
+ .eth-domain-process-designer__node[data-status=completed] .eth-domain-process-designer__node-status,
3412
+ .eth-domain-process-designer__node[data-status=succeeded] .eth-domain-process-designer__node-status,
3413
+ .eth-domain-process-designer__node[data-status=synced] .eth-domain-process-designer__node-status {
3414
+ fill: var(--eth-color-success);
3415
+ }
3416
+ .eth-domain-process-designer__node[data-status=active] .eth-domain-process-designer__node-status,
3417
+ .eth-domain-process-designer__node[data-status=in-progress] .eth-domain-process-designer__node-status,
3418
+ .eth-domain-process-designer__node[data-status=running] .eth-domain-process-designer__node-status {
3419
+ fill: var(--eth-color-info);
3420
+ }
3421
+ .eth-domain-process-designer__node[data-status=warning] .eth-domain-process-designer__node-status,
3422
+ .eth-domain-process-designer__node[data-status=pending-approval] .eth-domain-process-designer__node-status,
3423
+ .eth-domain-process-designer__node[data-status=stale] .eth-domain-process-designer__node-status {
3424
+ fill: var(--eth-color-warning);
3425
+ }
3426
+ .eth-domain-process-designer__node[data-status=approval-required] .eth-domain-process-designer__node-status,
3427
+ .eth-domain-process-designer__node[data-status=blocked] .eth-domain-process-designer__node-status,
3428
+ .eth-domain-process-designer__node[data-status=failed] .eth-domain-process-designer__node-status {
3429
+ fill: var(--eth-color-danger);
3430
+ }
3431
+ .eth-domain-process-designer__inspector {
3432
+ align-content: start;
3433
+ display: grid;
3434
+ gap: var(--eth-space-md);
3435
+ padding: var(--eth-space-lg);
3436
+ }
3437
+ .eth-domain-process-designer__inspector .eth-status-dot {
3438
+ justify-self: start;
3439
+ margin: 0;
3440
+ }
3441
+ .eth-domain-process-designer__description,
3442
+ .eth-domain-process-designer__empty-note,
3443
+ .eth-domain-process-designer__empty {
3444
+ color: var(--eth-color-text-secondary);
3445
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3446
+ line-height: 1.4286;
3447
+ margin: 0;
3448
+ }
3449
+ .eth-domain-process-designer__facts {
3450
+ border-block-start: 1px solid var(--eth-color-border-subtle);
3451
+ display: grid;
3452
+ margin: 0;
3453
+ }
3454
+ .eth-domain-process-designer__facts div {
3455
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3456
+ display: grid;
3457
+ gap: var(--eth-space-xs);
3458
+ padding-block: var(--eth-space-sm);
3459
+ }
3460
+ .eth-domain-process-designer__facts dt {
3461
+ color: var(--eth-color-text-secondary);
3462
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3463
+ line-height: 1.3333;
3464
+ }
3465
+ .eth-domain-process-designer__facts dd {
3466
+ color: var(--eth-color-text-primary);
3467
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3468
+ font-weight: 600;
3469
+ line-height: 1.4286;
3470
+ margin: 0;
3471
+ overflow-wrap: anywhere;
3472
+ }
3473
+ .eth-domain-process-designer__validation {
3474
+ border-block-start: 1px solid var(--eth-color-border-subtle);
3475
+ display: grid;
3476
+ gap: var(--eth-space-md);
3477
+ padding-block-start: var(--eth-space-md);
3478
+ }
3479
+ .eth-domain-process-designer__validation ul {
3480
+ display: grid;
3481
+ gap: var(--eth-space-sm);
3482
+ list-style: none;
3483
+ margin: 0;
3484
+ padding: 0;
3485
+ }
3486
+ .eth-domain-process-designer__validation li {
3487
+ align-items: start;
3488
+ background: var(--eth-color-layer-02);
3489
+ border-inline-start: 3px solid var(--eth-color-warning);
3490
+ display: grid;
3491
+ gap: var(--eth-space-sm);
3492
+ grid-template-columns: auto minmax(0, 1fr);
3493
+ padding: var(--eth-space-sm);
3494
+ }
3495
+ .eth-domain-process-designer__validation li[data-status=blocked],
3496
+ .eth-domain-process-designer__validation li[data-status=failed],
3497
+ .eth-domain-process-designer__validation li[data-status=approval-required] {
3498
+ border-inline-start-color: var(--eth-color-danger);
3499
+ }
3500
+ .eth-domain-process-designer__validation li[data-status=completed],
3501
+ .eth-domain-process-designer__validation li[data-status=succeeded] {
3502
+ border-inline-start-color: var(--eth-color-success);
3503
+ }
3504
+ .eth-domain-process-designer__validation li > div {
3505
+ display: grid;
3506
+ gap: var(--eth-space-xs);
3507
+ min-inline-size: 0;
3508
+ }
3509
+ .eth-domain-process-designer__validation strong {
3510
+ color: var(--eth-color-text-primary);
3511
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3512
+ line-height: 1.4286;
3513
+ }
3514
+ .eth-domain-process-designer__validation span {
3515
+ color: var(--eth-color-text-secondary);
3516
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3517
+ line-height: 1.3333;
3518
+ overflow-wrap: anywhere;
3519
+ }
3520
+ .eth-domain-process-designer__empty {
3521
+ background: var(--eth-color-layer-02);
3522
+ border: 1px dashed var(--eth-color-border-subtle);
3523
+ margin: var(--eth-space-lg);
3524
+ padding: var(--eth-space-lg);
3525
+ }
3526
+ .eth-domain-process-designer__footer {
3527
+ align-items: center;
3528
+ color: var(--eth-color-text-secondary);
3529
+ display: flex;
3530
+ flex-wrap: wrap;
3531
+ gap: var(--eth-space-sm);
3532
+ justify-content: space-between;
3533
+ }
3534
+ .eth-domain-rule-simulation,
3535
+ [data-eth-component=RuleSimulationPanel] {
3536
+ background: var(--eth-color-layer-01);
3537
+ border: 1px solid var(--eth-color-border-subtle);
3538
+ border-radius: 0;
3539
+ color: var(--eth-color-text-primary);
3540
+ display: grid;
3541
+ gap: 0;
3542
+ inline-size: 100%;
3543
+ padding: 0;
3544
+ }
3545
+ .eth-domain-rule-simulation > .eth-surface__header,
3546
+ [data-eth-component=RuleSimulationPanel] > .eth-surface__header {
3547
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3548
+ padding: var(--eth-space-lg);
3549
+ }
3550
+ .eth-domain-rule-simulation .eth-surface__heading,
3551
+ [data-eth-component=RuleSimulationPanel] .eth-surface__heading {
3552
+ max-inline-size: 44rem;
3553
+ }
3554
+ .eth-domain-rule-simulation .eth-surface__heading h2,
3555
+ [data-eth-component=RuleSimulationPanel] .eth-surface__heading h2 {
3556
+ font-size: calc(1.5rem * var(--eth-text-scale, 1));
3557
+ font-weight: 400;
3558
+ line-height: 1.333;
3559
+ }
3560
+ .eth-domain-rule-simulation .eth-surface__description,
3561
+ [data-eth-component=RuleSimulationPanel] .eth-surface__description {
3562
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3563
+ line-height: 1.4286;
3564
+ }
3565
+ .eth-domain-rule-simulation .eth-surface__header-actions,
3566
+ [data-eth-component=RuleSimulationPanel] .eth-surface__header-actions {
3567
+ justify-content: flex-end;
3568
+ min-inline-size: 16rem;
3569
+ }
3570
+ .eth-domain-rule-simulation .eth-meta-grid,
3571
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid {
3572
+ background: var(--eth-color-layer-02);
3573
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3574
+ border-block-start: 0;
3575
+ border-inline: 0;
3576
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3577
+ }
3578
+ .eth-domain-rule-simulation .eth-meta-grid div,
3579
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid div {
3580
+ min-inline-size: 0;
3581
+ padding: var(--eth-space-md) var(--eth-space-lg);
3582
+ }
3583
+ .eth-domain-rule-simulation .eth-meta-grid dt,
3584
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid dt {
3585
+ color: var(--eth-color-text-secondary);
3586
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3587
+ line-height: 1.333;
3588
+ }
3589
+ .eth-domain-rule-simulation .eth-meta-grid dd,
3590
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid dd {
3591
+ color: var(--eth-color-text-primary);
3592
+ font-size: calc(1.25rem * var(--eth-text-scale, 1));
3593
+ font-weight: 400;
3594
+ line-height: 1.4;
3595
+ }
3596
+ .eth-domain-rule-simulation .eth-list,
3597
+ [data-eth-component=RuleSimulationPanel] .eth-list {
3598
+ border: 0;
3599
+ display: grid;
3600
+ }
3601
+ .eth-domain-rule-simulation .eth-list__item,
3602
+ [data-eth-component=RuleSimulationPanel] .eth-list__item {
3603
+ align-items: center;
3604
+ background: var(--eth-color-layer-01);
3605
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3606
+ border-inline-start: 3px solid transparent;
3607
+ display: grid;
3608
+ gap: var(--eth-space-lg);
3609
+ grid-template-columns: minmax(0, 1fr) auto;
3610
+ min-block-size: 4.5rem;
3611
+ padding: var(--eth-space-md) var(--eth-space-lg);
3612
+ }
3613
+ .eth-domain-rule-simulation .eth-list__item[data-status=succeeded],
3614
+ .eth-domain-rule-simulation .eth-list__item[data-status=completed],
3615
+ .eth-domain-rule-simulation .eth-list__item[data-status=synced],
3616
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=succeeded],
3617
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=completed],
3618
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=synced] {
3619
+ border-inline-start-color: var(--eth-color-success);
3620
+ }
3621
+ .eth-domain-rule-simulation .eth-list__item[data-status=blocked],
3622
+ .eth-domain-rule-simulation .eth-list__item[data-status=failed],
3623
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=blocked],
3624
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=failed] {
3625
+ border-inline-start-color: var(--eth-color-danger);
3626
+ }
3627
+ .eth-domain-rule-simulation .eth-list__item[data-status=warning],
3628
+ .eth-domain-rule-simulation .eth-list__item[data-status=pending-approval],
3629
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=warning],
3630
+ [data-eth-component=RuleSimulationPanel] .eth-list__item[data-status=pending-approval] {
3631
+ border-inline-start-color: var(--eth-color-warning);
3632
+ }
3633
+ .eth-domain-rule-simulation .eth-list__item-main,
3634
+ [data-eth-component=RuleSimulationPanel] .eth-list__item-main {
3635
+ display: grid;
3636
+ gap: var(--eth-space-xs);
3637
+ min-inline-size: 0;
3638
+ }
3639
+ .eth-domain-rule-simulation .eth-list__item-main strong,
3640
+ [data-eth-component=RuleSimulationPanel] .eth-list__item-main strong {
3641
+ color: var(--eth-color-text-primary);
3642
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3643
+ font-weight: 600;
3644
+ line-height: 1.4286;
3645
+ }
3646
+ .eth-domain-rule-simulation .eth-list__item p,
3647
+ [data-eth-component=RuleSimulationPanel] .eth-list__item p {
3648
+ color: var(--eth-color-text-secondary);
3649
+ font-size: calc(0.875rem * var(--eth-text-scale, 1));
3650
+ line-height: 1.4286;
3651
+ margin: 0;
3652
+ overflow-wrap: anywhere;
3653
+ }
3654
+ .eth-domain-rule-simulation .eth-list__item-aside,
3655
+ [data-eth-component=RuleSimulationPanel] .eth-list__item-aside {
3656
+ justify-content: flex-end;
3657
+ min-inline-size: max-content;
3658
+ }
3659
+ .eth-domain-rule-simulation .eth-status-dot,
3660
+ [data-eth-component=RuleSimulationPanel] .eth-status-dot {
3661
+ white-space: nowrap;
3662
+ }
3663
+ .eth-domain-rule-simulation .eth-surface__footer,
3664
+ [data-eth-component=RuleSimulationPanel] .eth-surface__footer {
3665
+ color: var(--eth-color-text-secondary);
3666
+ font-size: calc(0.75rem * var(--eth-text-scale, 1));
3667
+ line-height: 1.333;
3668
+ margin: 0;
3669
+ padding: var(--eth-space-md) var(--eth-space-lg);
3670
+ }
3671
+ .eth-domain-rule-simulation__input,
3672
+ .eth-domain-rule-simulation__output {
3673
+ background: var(--eth-color-layer-01);
3674
+ border: 1px solid var(--eth-color-border-subtle);
3675
+ border-radius: 0;
3676
+ min-width: 0;
3677
+ padding: var(--eth-space-lg);
3678
+ }
3679
+ .eth-domain-crm-contact-panel:focus-visible,
3680
+ .eth-domain-support-ticket-queue__row:focus-within,
3681
+ .eth-domain-support-ticket-queue__row:focus-visible,
3682
+ .eth-domain-knowledge-base-viewer:focus-visible,
3683
+ .eth-domain-order-management:focus-visible,
3684
+ .eth-domain-data-import-wizard:focus-visible,
3685
+ .eth-domain-mapping-config-wizard:focus-visible,
3686
+ .eth-domain-report-builder:focus-visible,
3687
+ .eth-domain-process-designer:focus-visible,
3688
+ .eth-domain-rule-simulation:focus-visible,
3689
+ [data-eth-component=RuleSimulationPanel]:focus-visible {
3690
+ outline: 2px solid var(--eth-color-focus);
3691
+ outline-offset: -2px;
3692
+ }
3693
+ @media (width <= 72rem) {
3694
+ .eth-domain-order-management .eth-meta-grid,
3695
+ [data-eth-component=OrderManagementPanel] .eth-meta-grid,
3696
+ .eth-domain-invoice-viewer .eth-meta-grid,
3697
+ [data-eth-component=InvoiceViewer] .eth-meta-grid {
3698
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3699
+ }
3700
+ .eth-domain-order-management__body,
3701
+ .eth-domain-invoice-viewer__body {
3702
+ grid-template-columns: minmax(0, 1fr);
3703
+ }
3704
+ .eth-domain-data-import-wizard .eth-meta-grid,
3705
+ [data-eth-component=DataImportWizard] .eth-meta-grid {
3706
+ grid-template-columns: repeat(3, minmax(0, 1fr));
3707
+ }
3708
+ .eth-domain-knowledge-base-viewer .eth-meta-grid,
3709
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-meta-grid,
3710
+ .eth-domain-mapping-config-wizard .eth-meta-grid,
3711
+ [data-eth-component=MappingConfigurationWizard] .eth-meta-grid,
3712
+ .eth-domain-report-builder .eth-meta-grid,
3713
+ [data-eth-component=ReportBuilder] .eth-meta-grid,
3714
+ .eth-domain-process-designer .eth-meta-grid,
3715
+ .eth-domain-rule-simulation .eth-meta-grid,
3716
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid {
3717
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3718
+ }
3719
+ .eth-domain-data-import-wizard__workspace {
3720
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
3721
+ }
3722
+ .eth-domain-mapping-config-wizard__workspace {
3723
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
3724
+ }
3725
+ .eth-domain-report-builder__workspace,
3726
+ .eth-domain-process-designer__workspace {
3727
+ grid-template-columns: minmax(0, 1fr);
3728
+ }
3729
+ .eth-domain-data-import-wizard__panel--wide {
3730
+ grid-column: 1 / -1;
3731
+ }
3732
+ .eth-domain-mapping-config-wizard__panel--mapping {
3733
+ grid-column: 1 / -1;
3734
+ }
3735
+ }
3736
+ @media (width <= 48rem) {
3737
+ .eth-domain-order-management,
3738
+ [data-eth-component=OrderManagementPanel],
3739
+ .eth-domain-invoice-viewer__body,
3740
+ .eth-domain-contract-review,
3741
+ [data-eth-component=ContractReviewPanel],
3742
+ .eth-domain-crm-contact-panel__body,
3743
+ .eth-domain-approval-workflow-editor__settings,
3744
+ .eth-domain-approval-workflow-editor__fields,
3745
+ [data-eth-component=ApprovalWorkflowEditor] .eth-domain-approval-workflow-editor__settings,
3746
+ [data-eth-component=ApprovalWorkflowEditor] .eth-domain-approval-workflow-editor__fields,
3747
+ .eth-domain-knowledge-base-viewer__workspace,
3748
+ .eth-domain-order-management__body,
3749
+ .eth-domain-data-import-wizard__steps,
3750
+ .eth-domain-data-import-wizard__workspace,
3751
+ .eth-domain-mapping-config-wizard__steps,
3752
+ .eth-domain-mapping-config-wizard__workspace,
3753
+ .eth-domain-report-builder,
3754
+ [data-eth-component=ReportBuilder],
3755
+ .eth-domain-process-designer__workspace,
3756
+ .eth-domain-rule-simulation,
3757
+ [data-eth-component=RuleSimulationPanel] {
3758
+ grid-template-columns: 1fr;
3759
+ }
3760
+ .eth-domain-data-import-wizard,
3761
+ .eth-domain-mapping-config-wizard,
3762
+ .eth-domain-report-builder,
3763
+ .eth-domain-order-management,
3764
+ .eth-domain-invoice-viewer,
3765
+ [data-eth-component=OrderManagementPanel],
3766
+ [data-eth-component=InvoiceViewer],
3767
+ [data-eth-component=DataImportWizard],
3768
+ [data-eth-component=MappingConfigurationWizard],
3769
+ [data-eth-component=ReportBuilder],
3770
+ .eth-domain-process-designer {
3771
+ padding: var(--eth-space-lg);
3772
+ }
3773
+ .eth-domain-order-management .eth-meta-grid,
3774
+ [data-eth-component=OrderManagementPanel] .eth-meta-grid,
3775
+ .eth-domain-invoice-viewer .eth-meta-grid,
3776
+ [data-eth-component=InvoiceViewer] .eth-meta-grid {
3777
+ grid-template-columns: 1fr;
3778
+ }
3779
+ .eth-domain-order-management .eth-surface__header-actions,
3780
+ [data-eth-component=OrderManagementPanel] .eth-surface__header-actions,
3781
+ .eth-domain-invoice-viewer .eth-surface__header-actions,
3782
+ [data-eth-component=InvoiceViewer] .eth-surface__header-actions {
3783
+ justify-content: flex-start;
3784
+ min-inline-size: 0;
3785
+ }
3786
+ .eth-domain-order-management__section-header,
3787
+ .eth-domain-invoice-viewer__section-header {
3788
+ flex-direction: column;
3789
+ }
3790
+ .eth-domain-order-management__section-header > strong,
3791
+ .eth-domain-invoice-viewer__section-header > strong {
3792
+ text-align: start;
3793
+ }
3794
+ .eth-domain-order-management__step-heading {
3795
+ align-items: flex-start;
3796
+ flex-direction: column;
3797
+ }
3798
+ .eth-domain-order-management__step-meta {
3799
+ grid-template-columns: 1fr;
3800
+ }
3801
+ .eth-domain-data-import-wizard .eth-meta-grid,
3802
+ [data-eth-component=DataImportWizard] .eth-meta-grid,
3803
+ .eth-domain-knowledge-base-viewer .eth-meta-grid,
3804
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-meta-grid,
3805
+ .eth-domain-mapping-config-wizard .eth-meta-grid,
3806
+ [data-eth-component=MappingConfigurationWizard] .eth-meta-grid,
3807
+ .eth-domain-report-builder .eth-meta-grid,
3808
+ [data-eth-component=ReportBuilder] .eth-meta-grid,
3809
+ .eth-domain-process-designer .eth-meta-grid,
3810
+ .eth-domain-rule-simulation .eth-meta-grid,
3811
+ [data-eth-component=RuleSimulationPanel] .eth-meta-grid {
3812
+ grid-template-columns: 1fr;
3813
+ }
3814
+ .eth-domain-rule-simulation .eth-surface__header-actions,
3815
+ [data-eth-component=RuleSimulationPanel] .eth-surface__header-actions,
3816
+ .eth-domain-rule-simulation .eth-list__item-aside,
3817
+ [data-eth-component=RuleSimulationPanel] .eth-list__item-aside {
3818
+ justify-content: flex-start;
3819
+ min-inline-size: 0;
3820
+ }
3821
+ .eth-domain-rule-simulation .eth-list__item,
3822
+ [data-eth-component=RuleSimulationPanel] .eth-list__item {
3823
+ align-items: flex-start;
3824
+ grid-template-columns: 1fr;
3825
+ }
3826
+ .eth-domain-process-designer__toolbar {
3827
+ align-items: flex-start;
3828
+ flex-direction: column;
3829
+ }
3830
+ .eth-domain-process-designer__toolbar-actions {
3831
+ justify-content: flex-start;
3832
+ }
3833
+ .eth-domain-knowledge-base-viewer .eth-surface__header-actions,
3834
+ [data-eth-component=KnowledgeBaseArticleViewer] .eth-surface__header-actions {
3835
+ justify-content: flex-start;
3836
+ min-inline-size: 0;
3837
+ }
3838
+ .eth-domain-knowledge-base-viewer__rail {
3839
+ border-block-start: 1px solid var(--eth-color-border-subtle);
3840
+ border-inline-start: 0;
3841
+ }
3842
+ .eth-domain-knowledge-base-viewer__related-item,
3843
+ .eth-domain-knowledge-base-viewer__citations li,
3844
+ .eth-domain-knowledge-base-viewer__section-heading {
3845
+ align-items: flex-start;
3846
+ flex-direction: column;
3847
+ }
3848
+ .eth-domain-knowledge-base-viewer__item-meta {
3849
+ align-items: start;
3850
+ flex-basis: auto;
3851
+ justify-items: start;
3852
+ text-align: start;
3853
+ }
3854
+ .eth-domain-data-import-wizard .eth-surface__header-actions,
3855
+ [data-eth-component=DataImportWizard] .eth-surface__header-actions,
3856
+ .eth-domain-mapping-config-wizard .eth-surface__header-actions,
3857
+ [data-eth-component=MappingConfigurationWizard] .eth-surface__header-actions,
3858
+ .eth-domain-report-builder .eth-surface__header-actions,
3859
+ [data-eth-component=ReportBuilder] .eth-surface__header-actions {
3860
+ justify-content: flex-start;
3861
+ min-inline-size: 0;
3862
+ }
3863
+ .eth-domain-data-import-wizard__step {
3864
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3865
+ border-inline-end: 0;
3866
+ }
3867
+ .eth-domain-data-import-wizard__step:last-child {
3868
+ border-block-end: 0;
3869
+ }
3870
+ .eth-domain-mapping-config-wizard__step {
3871
+ border-block-end: 1px solid var(--eth-color-border-subtle);
3872
+ border-inline-end: 0;
3873
+ }
3874
+ .eth-domain-mapping-config-wizard__step:last-child {
3875
+ border-block-end: 0;
3876
+ }
3877
+ .eth-domain-data-import-wizard__panel--wide {
3878
+ grid-column: auto;
3879
+ }
3880
+ .eth-domain-mapping-config-wizard__panel--mapping {
3881
+ grid-column: auto;
3882
+ }
3883
+ .eth-domain-data-import-wizard__issues li {
3884
+ grid-template-columns: 1fr;
3885
+ }
3886
+ .eth-domain-mapping-config-wizard__issues li {
3887
+ grid-template-columns: 1fr;
3888
+ }
3889
+ .eth-domain-data-import-wizard__footer {
3890
+ align-items: flex-start;
3891
+ flex-direction: column;
3892
+ justify-content: flex-start;
3893
+ }
3894
+ .eth-domain-mapping-config-wizard__panel-header--inline,
3895
+ .eth-domain-report-builder__panel-header--inline,
3896
+ .eth-domain-mapping-config-wizard__footer {
3897
+ align-items: flex-start;
3898
+ flex-direction: column;
3899
+ justify-content: flex-start;
3900
+ }
3901
+ .eth-domain-mapping-config-wizard__footer-actions,
3902
+ .eth-domain-report-builder__export-actions {
3903
+ justify-content: flex-start;
3904
+ }
3905
+ .eth-domain-contract-review .eth-meta-grid,
3906
+ [data-eth-component=ContractReviewPanel] .eth-meta-grid {
3907
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3908
+ }
3909
+ [data-eth-component=ContractReviewPanel] .eth-surface__header-actions,
3910
+ [data-eth-component=ContractReviewPanel] .eth-list__item-aside {
3911
+ justify-content: flex-start;
3912
+ min-inline-size: 0;
3913
+ }
3914
+ [data-eth-component=ContractReviewPanel] .eth-list__item {
3915
+ gap: var(--eth-space-sm);
3916
+ grid-template-columns: 1fr;
3917
+ }
3918
+ .eth-domain-report-builder__section-item,
3919
+ .eth-domain-report-builder__preview-line {
3920
+ grid-template-columns: 1fr;
3921
+ }
3922
+ .eth-domain-report-builder__section-state {
3923
+ align-items: start;
3924
+ justify-items: start;
3925
+ }
3926
+ .eth-domain-report-builder__preview-line span:last-child {
3927
+ white-space: normal;
3928
+ }
3929
+ .eth-domain-crm-contact-panel,
3930
+ [data-eth-component=CRMContactPanel] {
3931
+ padding: var(--eth-space-lg);
3932
+ }
3933
+ .eth-domain-crm-contact-panel .eth-meta-grid,
3934
+ [data-eth-component=CRMContactPanel] .eth-meta-grid {
3935
+ grid-template-columns: 1fr;
3936
+ }
3937
+ .eth-domain-crm-contact-panel__section-header {
3938
+ flex-direction: column;
3939
+ }
3940
+ .eth-domain-crm-contact-panel__section-header > strong {
3941
+ text-align: start;
3942
+ }
3943
+ .eth-domain-crm-contact-panel__contact {
3944
+ align-items: start;
3945
+ grid-template-columns: 2.5rem minmax(0, 1fr);
3946
+ }
3947
+ .eth-domain-crm-contact-panel__contact-aside {
3948
+ align-items: start;
3949
+ grid-column: 2;
3950
+ justify-items: start;
3951
+ }
3952
+ .eth-domain-crm-contact-panel__contact-actions {
3953
+ justify-content: flex-start;
3954
+ }
3955
+ }
3956
+ /*# sourceMappingURL=index.css.map */