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