@viberaven/cli 0.1.0-beta.1 → 0.1.0-beta.2

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.
@@ -31,47 +31,65 @@ html.cli-mission-report body.station-results-active .studio-shell {
31
31
  }
32
32
 
33
33
  html.cli-mission-report body.station-results-active .studio-top-rail {
34
- display: flex;
34
+ position: absolute;
35
+ z-index: 12;
36
+ top: 18px;
37
+ left: 28px;
38
+ width: max-content;
39
+ min-height: 42px;
40
+ display: inline-flex;
35
41
  align-items: center;
42
+ justify-content: flex-start;
36
43
  gap: 10px;
37
- min-height: 44px;
38
- margin: 0 -4px 8px;
39
- padding: 10px 14px;
44
+ margin: 0;
45
+ padding: 0;
40
46
  border: 0;
41
- border-bottom: 1px solid rgba(255, 255, 255, 0.1);
42
- border-radius: 0.35rem 0.35rem 0 0;
43
- background: #111111;
44
- color: #fffdf7;
47
+ background: transparent;
48
+ color: #111827;
49
+ box-shadow: none;
50
+ pointer-events: none;
45
51
  }
46
52
 
47
53
  html.cli-mission-report body.station-results-active .studio-top-rail__logo {
48
54
  display: block;
49
- width: 32px;
50
- height: 32px;
55
+ width: 38px;
56
+ height: 38px;
51
57
  object-fit: contain;
58
+ filter: drop-shadow(0 6px 10px rgba(17, 24, 39, 0.14));
52
59
  }
53
60
 
54
- html.cli-mission-report body.station-results-active .studio-top-rail__brand,
55
- html.cli-mission-report body.station-results-active .studio-top-rail__brand span {
56
- color: #fffdf7;
57
- font-size: 12px;
58
- font-weight: 900;
59
- letter-spacing: 0.22em;
60
- text-shadow: none;
61
+ html.cli-mission-report body.station-results-active .studio-top-rail__brand {
62
+ min-width: 0;
63
+ display: grid;
64
+ gap: 3px;
65
+ margin: 0;
66
+ color: #111827;
67
+ line-height: 1;
68
+ text-transform: uppercase;
61
69
  }
62
70
 
63
71
  html.cli-mission-report body.station-results-active .studio-top-rail__brand::before {
64
72
  content: none;
65
73
  }
66
74
 
67
- html.cli-mission-report body.station-results-active .studio-top-rail__build {
68
- margin-left: auto;
69
- color: rgba(255, 253, 247, 0.62);
75
+ html.cli-mission-report body.station-results-active .studio-top-rail__wordmark {
76
+ display: block;
77
+ color: #111827;
70
78
  font-family: var(--font-mono);
71
- font-size: 10px;
72
- font-weight: 700;
73
- letter-spacing: 0.04em;
74
- text-transform: uppercase;
79
+ font-size: 13px;
80
+ font-weight: 950;
81
+ letter-spacing: 0.32em;
82
+ line-height: 1;
83
+ }
84
+
85
+ html.cli-mission-report body.station-results-active .studio-top-rail__label {
86
+ display: block;
87
+ color: rgba(17, 24, 39, 0.56);
88
+ font-family: var(--font-mono);
89
+ font-size: 9px;
90
+ font-weight: 850;
91
+ letter-spacing: 0.36em;
92
+ line-height: 1;
75
93
  }
76
94
 
77
95
  html.cli-mission-report body.station-results-active .studio-workspace {
@@ -140,12 +158,16 @@ html.cli-mission-report body.station-results-active .studio-core-group .studio-c
140
158
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.07);
141
159
  }
142
160
 
143
- html.cli-mission-report body.station-results-active .studio-core-node__mark {
144
- display: block;
161
+ html.cli-mission-report body.station-results-active .studio-core-node::before {
162
+ content: "";
145
163
  width: 92px;
146
164
  height: 92px;
147
- margin: 0;
148
- object-fit: contain;
165
+ display: block;
166
+ background: url("assets/viberaven-logo.png") center / contain no-repeat;
167
+ }
168
+
169
+ html.cli-mission-report body.station-results-active .studio-core-node span {
170
+ display: none;
149
171
  }
150
172
 
151
173
  html.cli-mission-report body.station-results-active .studio-core-node strong {
@@ -221,6 +243,14 @@ html.cli-mission-report body.station-results-active .studio-node__logo:not(.prov
221
243
  height: 72%;
222
244
  }
223
245
 
246
+ html.cli-mission-report body.station-results-active .studio-node__logo:not([class*="provider-logo--"]) {
247
+ color: rgba(17, 24, 39, 0.42);
248
+ }
249
+
250
+ html.cli-mission-report body.station-results-active .studio-node__logo:not([class*="provider-logo--"]) svg path {
251
+ fill: currentColor;
252
+ }
253
+
224
254
  html.cli-mission-report body.station-results-active .provider-logo svg,
225
255
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon svg,
226
256
  html.cli-mission-report body.station-results-active .studio-node__logo svg {
@@ -252,10 +282,10 @@ html.cli-mission-report body.station-results-active .studio-choice-tile__icon:no
252
282
  }
253
283
 
254
284
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--brand {
255
- border: none;
256
- background: transparent !important;
285
+ border: 1px solid rgba(17, 17, 17, 0.16);
286
+ background: #ffffff !important;
257
287
  box-shadow: none !important;
258
- color: inherit;
288
+ color: var(--provider-color, #111111);
259
289
  }
260
290
 
261
291
  html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--brand {
@@ -266,8 +296,8 @@ html.cli-mission-report body.station-results-active .studio-node__logo.provider-
266
296
  }
267
297
 
268
298
  html.cli-mission-report body.station-results-active .provider-logo--brand:not(.provider-logo--authjs) svg {
269
- width: 100%;
270
- height: 100%;
299
+ width: 82%;
300
+ height: 82%;
271
301
  display: block;
272
302
  }
273
303
 
@@ -287,8 +317,8 @@ html.cli-mission-report body.station-results-active .provider-logo__img {
287
317
  }
288
318
 
289
319
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo .provider-logo__img {
290
- width: 100%;
291
- height: 100%;
320
+ width: 82%;
321
+ height: 82%;
292
322
  }
293
323
 
294
324
  html.cli-mission-report body.station-results-active .studio-node__logo .provider-logo__img {
@@ -300,7 +330,9 @@ html.cli-mission-report body.station-results-active .studio-node__logo .provider
300
330
  html.cli-mission-report body.station-results-active .studio-node__title {
301
331
  grid-row: 1;
302
332
  grid-column: 2;
303
- width: auto;
333
+ box-sizing: border-box;
334
+ min-width: 0;
335
+ width: 100%;
304
336
  max-width: none;
305
337
  max-height: none;
306
338
  color: #111111;
@@ -317,7 +349,9 @@ html.cli-mission-report body.station-results-active .studio-node__title {
317
349
  html.cli-mission-report body.station-results-active .studio-node__provider {
318
350
  grid-row: 2;
319
351
  grid-column: 2;
320
- width: auto;
352
+ box-sizing: border-box;
353
+ min-width: 0;
354
+ width: 100%;
321
355
  max-width: none;
322
356
  height: auto;
323
357
  color: var(--provider-color, rgba(17, 17, 17, 0.72));
@@ -333,7 +367,9 @@ html.cli-mission-report body.station-results-active .studio-node__meta {
333
367
  grid-row: 3;
334
368
  grid-column: 2;
335
369
  justify-self: start;
336
- width: auto;
370
+ box-sizing: border-box;
371
+ min-width: 0;
372
+ width: 100%;
337
373
  max-width: 100%;
338
374
  height: auto;
339
375
  margin-top: 1px;
@@ -451,6 +487,8 @@ html.cli-mission-report body.station-results-active .studio-choice-list {
451
487
  }
452
488
 
453
489
  html.cli-mission-report body.station-results-active .studio-choice-tile {
490
+ appearance: none;
491
+ width: 100%;
454
492
  grid-template-columns: 44px minmax(0, 1fr);
455
493
  gap: 3px 12px;
456
494
  padding: 12px 14px;
@@ -458,7 +496,10 @@ html.cli-mission-report body.station-results-active .studio-choice-tile {
458
496
  border-radius: 14px;
459
497
  background: #ffffff;
460
498
  color: #111111;
499
+ cursor: pointer;
500
+ font: inherit;
461
501
  box-shadow: none;
502
+ text-align: left;
462
503
  }
463
504
 
464
505
  html.cli-mission-report body.station-results-active .studio-choice-tile:hover,
@@ -543,123 +584,123 @@ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.pr
543
584
  place-items: center;
544
585
  }
545
586
 
546
- html.cli-mission-report body.station-results-active .studio-choice-tile--selected .studio-choice-tile__icon {
547
- border-color: #111111;
548
- box-shadow: 2px 2px 0 rgba(17, 17, 17, 0.12);
549
- }
550
-
551
- /* Extension-style path picker: selected path and detected provider are distinct states. */
552
- html.cli-mission-report body.station-results-active .studio-choice-tile {
553
- border-radius: 0;
554
- background: #fffdf7;
555
- }
556
-
557
- html.cli-mission-report body.station-results-active .studio-choice-tile__icon {
558
- border-radius: 0;
559
- }
560
-
561
- html.cli-mission-report body.station-results-active .studio-choice-tile--selected:not(.studio-choice-tile--in-project) {
562
- border: 2px solid #111111;
563
- background:
564
- linear-gradient(90deg, rgba(212, 175, 55, 0.24), transparent 58%),
565
- #fffdf7;
566
- box-shadow:
567
- 4px 4px 0 rgba(17, 17, 17, 0.2),
568
- inset 0 0 0 3px rgba(212, 175, 55, 0.18);
569
- }
570
-
571
- html.cli-mission-report body.station-results-active .studio-choice-tile--in-project {
572
- border: 2px solid #10b981 !important;
573
- background:
574
- linear-gradient(90deg, rgba(16, 185, 129, 0.18), rgba(236, 253, 245, 0.82) 58%),
575
- #ecfdf5 !important;
576
- box-shadow:
577
- inset 0 0 0 3px rgba(16, 185, 129, 0.12),
578
- 0 0 0 1px rgba(4, 120, 87, 0.12) !important;
579
- }
580
-
581
- html.cli-mission-report body.station-results-active .studio-choice-tile--selected:not(.studio-choice-tile--in-project) .studio-choice-tile__status {
582
- width: max-content;
583
- max-width: 100%;
584
- margin-top: 4px;
585
- padding: 3px 7px;
586
- border-radius: 0;
587
- background: #111111;
588
- color: #fffdf7;
589
- text-align: left;
590
- }
591
-
592
- html.cli-mission-report body.station-results-active .studio-choice-tile--in-project .studio-choice-tile__status,
593
- html.cli-mission-report body.station-results-active .studio-choice-tile--selected.studio-choice-tile--in-project .studio-choice-tile__status {
594
- width: max-content;
595
- max-width: 100%;
596
- margin-top: 4px;
597
- padding: 4px 8px;
598
- border-radius: 0;
599
- border: 1px solid rgba(4, 120, 87, 0.28);
600
- background: #047857;
601
- color: #ffffff;
602
- text-align: left;
603
- box-shadow: 2px 2px 0 rgba(4, 120, 87, 0.16);
604
- }
605
-
606
- html.cli-mission-report body.station-results-active .studio-choice-tile--in-project .studio-choice-tile__icon,
607
- html.cli-mission-report body.station-results-active .studio-choice-tile--selected.studio-choice-tile--in-project .studio-choice-tile__icon {
608
- border-color: rgba(4, 120, 87, 0.38);
609
- background: #ffffff !important;
610
- box-shadow: 2px 2px 0 rgba(4, 120, 87, 0.12);
611
- }
612
-
613
- html.cli-mission-report body.station-results-active .studio-added-path {
614
- display: grid;
615
- gap: 10px;
616
- padding: 12px;
617
- border: 2px solid #0284c7;
618
- border-radius: 0;
619
- background: #fffdf7;
620
- }
621
-
622
- html.cli-mission-report body.station-results-active .studio-added-path__title {
623
- color: #075985;
624
- font-size: 11px;
625
- font-weight: 950;
626
- letter-spacing: 0.06em;
627
- text-transform: uppercase;
628
- }
629
-
630
- html.cli-mission-report body.station-results-active .studio-added-path__pill {
631
- justify-self: start;
632
- display: inline-grid;
633
- grid-template-columns: 30px auto;
634
- align-items: center;
635
- gap: 8px;
636
- min-height: 36px;
637
- padding: 4px 8px 4px 4px;
638
- border: 1px solid rgba(17, 17, 17, 0.24);
639
- background: #ffffff;
640
- color: #111111;
641
- font-size: 12px;
642
- }
643
-
644
- html.cli-mission-report body.station-results-active .studio-added-path__icon {
645
- display: grid;
646
- place-items: center;
647
- width: 28px;
648
- height: 28px;
649
- border: 1px solid rgba(17, 17, 17, 0.22);
650
- background: #fffdf7;
651
- color: var(--provider-color, #111111);
652
- }
653
-
654
- html.cli-mission-report body.station-results-active .studio-added-path__icon svg,
655
- html.cli-mission-report body.station-results-active .studio-added-path__icon .provider-logo__img {
656
- width: 82%;
657
- height: 82%;
658
- object-fit: contain;
659
- }
660
-
661
- html.cli-mission-report body.station-results-active .studio-evidence-badge {
662
- border: 1px solid #111111;
587
+ html.cli-mission-report body.station-results-active .studio-choice-tile--selected .studio-choice-tile__icon {
588
+ border-color: #111111;
589
+ box-shadow: 2px 2px 0 rgba(17, 17, 17, 0.12);
590
+ }
591
+
592
+ /* Extension-style path picker: selected path and detected provider are distinct states. */
593
+ html.cli-mission-report body.station-results-active .studio-choice-tile {
594
+ border-radius: 0;
595
+ background: #fffdf7;
596
+ }
597
+
598
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon {
599
+ border-radius: 0;
600
+ }
601
+
602
+ html.cli-mission-report body.station-results-active .studio-choice-tile--selected:not(.studio-choice-tile--in-project) {
603
+ border: 2px solid #111111;
604
+ background:
605
+ linear-gradient(90deg, rgba(212, 175, 55, 0.24), transparent 58%),
606
+ #fffdf7;
607
+ box-shadow:
608
+ 4px 4px 0 rgba(17, 17, 17, 0.2),
609
+ inset 0 0 0 3px rgba(212, 175, 55, 0.18);
610
+ }
611
+
612
+ html.cli-mission-report body.station-results-active .studio-choice-tile--in-project {
613
+ border: 2px solid #10b981 !important;
614
+ background:
615
+ linear-gradient(90deg, rgba(16, 185, 129, 0.18), rgba(236, 253, 245, 0.82) 58%),
616
+ #ecfdf5 !important;
617
+ box-shadow:
618
+ inset 0 0 0 3px rgba(16, 185, 129, 0.12),
619
+ 0 0 0 1px rgba(4, 120, 87, 0.12) !important;
620
+ }
621
+
622
+ html.cli-mission-report body.station-results-active .studio-choice-tile--selected:not(.studio-choice-tile--in-project) .studio-choice-tile__status {
623
+ width: max-content;
624
+ max-width: 100%;
625
+ margin-top: 4px;
626
+ padding: 3px 7px;
627
+ border-radius: 0;
628
+ background: #111111;
629
+ color: #fffdf7;
630
+ text-align: left;
631
+ }
632
+
633
+ html.cli-mission-report body.station-results-active .studio-choice-tile--in-project .studio-choice-tile__status,
634
+ html.cli-mission-report body.station-results-active .studio-choice-tile--selected.studio-choice-tile--in-project .studio-choice-tile__status {
635
+ width: max-content;
636
+ max-width: 100%;
637
+ margin-top: 4px;
638
+ padding: 4px 8px;
639
+ border-radius: 0;
640
+ border: 1px solid rgba(4, 120, 87, 0.28);
641
+ background: #047857;
642
+ color: #ffffff;
643
+ text-align: left;
644
+ box-shadow: 2px 2px 0 rgba(4, 120, 87, 0.16);
645
+ }
646
+
647
+ html.cli-mission-report body.station-results-active .studio-choice-tile--in-project .studio-choice-tile__icon,
648
+ html.cli-mission-report body.station-results-active .studio-choice-tile--selected.studio-choice-tile--in-project .studio-choice-tile__icon {
649
+ border-color: rgba(4, 120, 87, 0.38);
650
+ background: #ffffff !important;
651
+ box-shadow: 2px 2px 0 rgba(4, 120, 87, 0.12);
652
+ }
653
+
654
+ html.cli-mission-report body.station-results-active .studio-added-path {
655
+ display: grid;
656
+ gap: 10px;
657
+ padding: 12px;
658
+ border: 2px solid #0284c7;
659
+ border-radius: 0;
660
+ background: #fffdf7;
661
+ }
662
+
663
+ html.cli-mission-report body.station-results-active .studio-added-path__title {
664
+ color: #075985;
665
+ font-size: 11px;
666
+ font-weight: 950;
667
+ letter-spacing: 0.06em;
668
+ text-transform: uppercase;
669
+ }
670
+
671
+ html.cli-mission-report body.station-results-active .studio-added-path__pill {
672
+ justify-self: start;
673
+ display: inline-grid;
674
+ grid-template-columns: 30px auto;
675
+ align-items: center;
676
+ gap: 8px;
677
+ min-height: 36px;
678
+ padding: 4px 8px 4px 4px;
679
+ border: 1px solid rgba(17, 17, 17, 0.24);
680
+ background: #ffffff;
681
+ color: #111111;
682
+ font-size: 12px;
683
+ }
684
+
685
+ html.cli-mission-report body.station-results-active .studio-added-path__icon {
686
+ display: grid;
687
+ place-items: center;
688
+ width: 28px;
689
+ height: 28px;
690
+ border: 1px solid rgba(17, 17, 17, 0.22);
691
+ background: #fffdf7;
692
+ color: var(--provider-color, #111111);
693
+ }
694
+
695
+ html.cli-mission-report body.station-results-active .studio-added-path__icon svg,
696
+ html.cli-mission-report body.station-results-active .studio-added-path__icon .provider-logo__img {
697
+ width: 82%;
698
+ height: 82%;
699
+ object-fit: contain;
700
+ }
701
+
702
+ html.cli-mission-report body.station-results-active .studio-evidence-badge {
703
+ border: 1px solid #111111;
663
704
  background: #111111;
664
705
  color: #fffdf7;
665
706
  font-size: 9px;
@@ -671,12 +712,12 @@ html.cli-mission-report body.station-results-active .studio-evidence-badge--repo
671
712
  border-color: #16a66a;
672
713
  }
673
714
 
674
- html.cli-mission-report body.station-results-active .studio-verification {
675
- border: 1px solid rgba(17, 17, 17, 0.18);
676
- border-radius: 0;
677
- background: #fffdf7;
678
- padding: 12px;
679
- }
715
+ html.cli-mission-report body.station-results-active .studio-verification {
716
+ border: 1px solid rgba(17, 17, 17, 0.18);
717
+ border-radius: 0;
718
+ background: #fffdf7;
719
+ padding: 12px;
720
+ }
680
721
 
681
722
  html.cli-mission-report body.station-results-active .studio-verification__title {
682
723
  margin: 0 0 6px;
@@ -693,35 +734,38 @@ html.cli-mission-report body.station-results-active .studio-wiring__summary {
693
734
  line-height: 1.45;
694
735
  }
695
736
 
696
- html.cli-mission-report body.station-results-active .studio-verification__group {
697
- margin-bottom: 8px;
698
- padding: 10px;
699
- border: 2px solid rgba(17, 17, 17, 0.12);
700
- border-radius: 0;
701
- background: #fffdf7;
702
- }
737
+ html.cli-mission-report body.station-results-active .studio-verification__group {
738
+ min-width: 0;
739
+ margin-bottom: 8px;
740
+ padding: 10px;
741
+ border: 2px solid rgba(17, 17, 17, 0.12);
742
+ border-radius: 0;
743
+ background: #fffdf7;
744
+ }
703
745
 
704
746
  html.cli-mission-report body.station-results-active .studio-verification__group-title strong {
747
+ min-width: 0;
748
+ overflow-wrap: anywhere;
705
749
  color: #111111;
706
750
  font-size: 11px;
707
751
  }
708
752
 
709
- html.cli-mission-report body.station-results-active .studio-verification__count {
710
- display: inline-grid;
711
- place-items: center;
712
- min-width: 22px;
713
- height: 22px;
714
- padding: 0 6px;
715
- border-radius: 0;
716
- background: #111111 !important;
717
- color: #fffdf7 !important;
718
- -webkit-text-fill-color: #fffdf7;
719
- font-family: var(--font-mono);
720
- font-size: 11px;
721
- font-weight: 900;
722
- line-height: 1;
723
- box-shadow: none;
724
- }
753
+ html.cli-mission-report body.station-results-active .studio-verification__count {
754
+ display: inline-grid;
755
+ place-items: center;
756
+ min-width: 22px;
757
+ height: 22px;
758
+ padding: 0 6px;
759
+ border-radius: 0;
760
+ background: #111111 !important;
761
+ color: #fffdf7 !important;
762
+ -webkit-text-fill-color: #fffdf7;
763
+ font-family: var(--font-mono);
764
+ font-size: 11px;
765
+ font-weight: 900;
766
+ line-height: 1;
767
+ box-shadow: none;
768
+ }
725
769
 
726
770
  html.cli-mission-report body.station-results-active .studio-verification__list {
727
771
  margin: 6px 0 0;
@@ -730,57 +774,95 @@ html.cli-mission-report body.station-results-active .studio-verification__list {
730
774
  }
731
775
 
732
776
  html.cli-mission-report body.station-results-active .studio-verification__item {
777
+ min-width: 0;
733
778
  margin: 0;
734
779
  padding: 4px 0 4px 14px;
735
780
  color: rgba(17, 17, 17, 0.72);
736
781
  font-size: 11px;
737
782
  line-height: 1.35;
783
+ overflow-wrap: anywhere;
738
784
  }
739
785
 
740
786
  html.cli-mission-report body.station-results-active .studio-verification__item::before {
741
787
  left: 0;
742
788
  }
743
789
 
744
- html.cli-mission-report body.station-results-active .studio-verification__group--found {
745
- border-color: #10b981;
746
- background: rgba(236, 253, 245, 0.9);
747
- }
748
-
749
- html.cli-mission-report body.station-results-active .studio-verification__group--missing {
750
- border-color: #f59e0b;
751
- background: rgba(255, 247, 237, 0.95);
752
- }
753
-
754
- html.cli-mission-report body.station-results-active .studio-verification__group--external {
755
- border-color: #0284c7;
756
- background: rgba(239, 246, 255, 0.95);
757
- }
758
-
759
- html.cli-mission-report body.station-results-active .studio-verification__group--manual {
760
- border-color: #94a3b8;
761
- }
762
-
763
- html.cli-mission-report body.station-results-active .studio-setup-actions {
764
- border: 1px solid rgba(17, 17, 17, 0.2);
765
- border-radius: 0;
766
- background: #fffdf7;
767
- padding: 12px;
768
- }
790
+ html.cli-mission-report body.station-results-active .studio-verification__group--found {
791
+ border-color: #10b981;
792
+ background: rgba(236, 253, 245, 0.9);
793
+ }
794
+
795
+ html.cli-mission-report body.station-results-active .studio-verification__group--missing {
796
+ border-color: #f59e0b;
797
+ background: rgba(255, 247, 237, 0.95);
798
+ }
799
+
800
+ html.cli-mission-report body.station-results-active .studio-verification__group--external {
801
+ border-color: #0284c7;
802
+ background: rgba(239, 246, 255, 0.95);
803
+ }
804
+
805
+ html.cli-mission-report body.station-results-active .studio-verification__group--manual {
806
+ border-color: #94a3b8;
807
+ }
808
+
809
+ html.cli-mission-report body.station-results-active .studio-setup-actions {
810
+ border: 1px solid rgba(17, 17, 17, 0.2);
811
+ border-radius: 0;
812
+ background: #fffdf7;
813
+ padding: 12px;
814
+ }
769
815
 
770
816
  html.cli-mission-report body.station-results-active .studio-setup-actions__head {
771
- display: flex;
817
+ min-width: 0;
818
+ display: grid;
819
+ grid-template-columns: 34px minmax(0, 1fr);
772
820
  align-items: center;
773
- justify-content: space-between;
774
- gap: 8px;
821
+ gap: 10px;
775
822
  margin-bottom: 6px;
776
823
  }
777
824
 
825
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo {
826
+ display: inline-grid;
827
+ place-items: center;
828
+ width: 32px;
829
+ height: 32px;
830
+ min-width: 32px;
831
+ min-height: 32px;
832
+ border: 1px solid rgba(17, 17, 17, 0.2);
833
+ border-radius: 0;
834
+ background: #ffffff;
835
+ color: var(--provider-color, #111111);
836
+ }
837
+
838
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo svg,
839
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo .provider-logo__img {
840
+ width: 82%;
841
+ height: 82%;
842
+ max-width: 82%;
843
+ max-height: 82%;
844
+ object-fit: contain;
845
+ }
846
+
847
+ html.cli-mission-report body.station-results-active .studio-setup-actions__title {
848
+ min-width: 0;
849
+ display: grid;
850
+ grid-template-columns: minmax(0, 1fr) auto;
851
+ align-items: center;
852
+ gap: 8px;
853
+ }
854
+
778
855
  html.cli-mission-report body.station-results-active .studio-setup-actions__head strong {
856
+ min-width: 0;
857
+ overflow: hidden;
779
858
  color: #111111;
780
859
  font-size: 12px;
860
+ line-height: 1.15;
861
+ text-overflow: ellipsis;
862
+ white-space: nowrap;
781
863
  }
782
864
 
783
- html.cli-mission-report body.station-results-active .studio-setup-actions__head span {
865
+ html.cli-mission-report body.station-results-active .studio-setup-actions__title > span {
784
866
  color: rgba(17, 17, 17, 0.5);
785
867
  font-size: 10px;
786
868
  font-weight: 800;
@@ -801,9 +883,9 @@ html.cli-mission-report body.station-results-active .studio-setup-actions__butto
801
883
  gap: 8px;
802
884
  }
803
885
 
804
- html.cli-mission-report body.station-results-active .studio-action-button {
805
- border: 1px solid rgba(17, 17, 17, 0.2);
806
- border-radius: 0;
886
+ html.cli-mission-report body.station-results-active .studio-action-button {
887
+ border: 1px solid rgba(17, 17, 17, 0.2);
888
+ border-radius: 0;
807
889
  background: #fffdf7;
808
890
  background-image: none;
809
891
  color: #111111;
@@ -833,113 +915,152 @@ html.cli-mission-report body.station-results-active .studio-action-button--prima
833
915
  box-shadow: none !important;
834
916
  }
835
917
 
836
- html.cli-mission-report body.station-results-active .studio-action-button--primary:hover,
837
- html.cli-mission-report body.station-results-active .studio-action-button--primary:focus-visible {
838
- background: #222222;
839
- background-image: none;
840
- border-color: #222222;
841
- box-shadow: none !important;
842
- outline: none;
843
- }
844
-
845
- html.cli-mission-report body.station-results-active .studio-setup-actions__mcp-row {
846
- display: grid;
847
- gap: 10px;
848
- margin-top: 10px;
849
- padding: 12px;
850
- border: 1px solid rgba(17, 17, 17, 0.22);
851
- border-radius: 0;
852
- background:
853
- linear-gradient(90deg, rgba(212, 175, 55, 0.09), transparent 54%),
854
- #fffdf7;
855
- }
856
-
857
- html.cli-mission-report body.station-results-active .studio-setup-actions__mcp-row .studio-action-button {
858
- width: 100%;
859
- border-color: #111111;
860
- border-radius: 0;
861
- background: #111111;
862
- color: #fffdf7;
863
- }
864
-
865
- html.cli-mission-report body.station-results-active .studio-setup-actions__auth-note {
866
- margin: 0;
867
- color: rgba(17, 17, 17, 0.7);
868
- font-size: 11px;
869
- line-height: 1.45;
870
- }
871
-
872
- html.cli-mission-report body.station-results-active .studio-setup-actions__auth-note strong {
873
- display: block;
874
- margin-bottom: 3px;
875
- color: #111111;
876
- font-size: 12px;
877
- }
878
-
879
- html.cli-mission-report body.station-results-active .studio-verification__item--manual {
880
- display: block;
881
- }
882
-
883
- html.cli-mission-report body.station-results-active .studio-verification__item-label {
884
- min-width: 0;
885
- }
886
-
887
- html.cli-mission-report body.station-results-active .studio-provider-readiness {
888
- display: grid;
889
- gap: 10px;
890
- }
891
-
892
- html.cli-mission-report body.station-results-active .studio-provider-readiness__meters {
893
- display: grid;
894
- gap: 8px;
895
- padding: 10px;
896
- border: 1px solid rgba(17, 17, 17, 0.16);
897
- background: #ffffff;
898
- }
899
-
900
- html.cli-mission-report body.station-results-active .studio-provider-readiness__meter-row {
901
- display: grid;
902
- grid-template-columns: minmax(92px, auto) minmax(88px, 1fr) 36px;
903
- align-items: center;
904
- gap: 10px;
905
- color: #111111;
906
- font-size: 11px;
907
- font-weight: 850;
908
- }
909
-
910
- html.cli-mission-report body.station-results-active .studio-provider-readiness__meter-row strong {
911
- justify-self: end;
912
- font-family: var(--font-mono);
913
- font-size: 10px;
914
- }
915
-
916
- html.cli-mission-report body.station-results-active .studio-provider-readiness__bar {
917
- display: block;
918
- height: 8px;
919
- overflow: hidden;
920
- border-radius: 999px;
921
- background: rgba(17, 17, 17, 0.08);
922
- }
923
-
924
- html.cli-mission-report body.station-results-active .studio-provider-readiness__bar-fill {
925
- display: block;
926
- height: 100%;
927
- border-radius: inherit;
928
- background: #10b981;
929
- }
930
-
931
- html.cli-mission-report body.station-results-active .studio-provider-readiness__note {
932
- margin: 0;
933
- padding: 9px 10px;
934
- border: 1px solid rgba(17, 17, 17, 0.18);
935
- background: #ffffff;
936
- color: #111111;
937
- font-size: 11px;
938
- font-weight: 800;
939
- line-height: 1.35;
940
- }
941
-
942
- /* Light report: sidebar tiles stay flat white; map nodes use provider-tinted wells */
918
+ html.cli-mission-report body.station-results-active .studio-action-button--primary:hover,
919
+ html.cli-mission-report body.station-results-active .studio-action-button--primary:focus-visible {
920
+ background: #222222;
921
+ background-image: none;
922
+ border-color: #222222;
923
+ box-shadow: none !important;
924
+ outline: none;
925
+ }
926
+
927
+ html.cli-mission-report body.station-results-active .studio-setup-actions__mcp-row {
928
+ display: grid;
929
+ gap: 10px;
930
+ margin-top: 10px;
931
+ padding: 12px;
932
+ border: 1px solid rgba(17, 17, 17, 0.22);
933
+ border-radius: 0;
934
+ background:
935
+ linear-gradient(90deg, rgba(212, 175, 55, 0.09), transparent 54%),
936
+ #fffdf7;
937
+ }
938
+
939
+ html.cli-mission-report body.station-results-active .studio-setup-actions__mcp-row .studio-action-button {
940
+ width: 100%;
941
+ border-color: #111111;
942
+ border-radius: 0;
943
+ background: #111111;
944
+ color: #fffdf7;
945
+ }
946
+
947
+ html.cli-mission-report body.station-results-active .studio-setup-actions__auth-note {
948
+ margin: 0;
949
+ color: rgba(17, 17, 17, 0.7);
950
+ font-size: 11px;
951
+ line-height: 1.45;
952
+ }
953
+
954
+ html.cli-mission-report body.station-results-active .studio-setup-actions__auth-note strong {
955
+ display: block;
956
+ margin-bottom: 3px;
957
+ color: #111111;
958
+ font-size: 12px;
959
+ }
960
+
961
+ html.cli-mission-report body.station-results-active .studio-verification__item--manual {
962
+ display: block;
963
+ }
964
+
965
+ html.cli-mission-report body.station-results-active .studio-verification__item-label {
966
+ min-width: 0;
967
+ overflow-wrap: anywhere;
968
+ }
969
+
970
+ html.cli-mission-report body.station-results-active .studio-verification__group-note {
971
+ margin: 0 0 6px;
972
+ color: rgba(17, 17, 17, 0.58);
973
+ font-size: 11px;
974
+ font-weight: 800;
975
+ line-height: 1.35;
976
+ overflow-wrap: anywhere;
977
+ }
978
+
979
+ html.cli-mission-report body.station-results-active .studio-verification__group--mismatch {
980
+ border-color: #b91c1c;
981
+ background: #fff1f2;
982
+ }
983
+
984
+ html.cli-mission-report body.station-results-active .studio-verification__group--mismatch .studio-verification__group-title strong {
985
+ color: #991b1b;
986
+ }
987
+
988
+ html.cli-mission-report body.station-results-active .studio-verification__item--diff {
989
+ display: grid;
990
+ gap: 3px;
991
+ }
992
+
993
+ html.cli-mission-report body.station-results-active .studio-verification__diff-line {
994
+ min-width: 0;
995
+ display: block;
996
+ color: rgba(17, 17, 17, 0.62);
997
+ font-size: 10.5px;
998
+ font-weight: 750;
999
+ line-height: 1.3;
1000
+ overflow-wrap: anywhere;
1001
+ }
1002
+
1003
+ html.cli-mission-report body.station-results-active .studio-provider-readiness {
1004
+ display: grid;
1005
+ gap: 10px;
1006
+ }
1007
+
1008
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__meters {
1009
+ display: grid;
1010
+ gap: 8px;
1011
+ padding: 10px;
1012
+ border: 1px solid rgba(17, 17, 17, 0.16);
1013
+ background: #ffffff;
1014
+ }
1015
+
1016
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__meter-row {
1017
+ display: grid;
1018
+ grid-template-columns: minmax(82px, auto) minmax(64px, 1fr) minmax(52px, auto);
1019
+ align-items: center;
1020
+ gap: 10px;
1021
+ color: #111111;
1022
+ font-size: 11px;
1023
+ font-weight: 850;
1024
+ }
1025
+
1026
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__meter-row strong {
1027
+ min-width: 0;
1028
+ max-width: 74px;
1029
+ overflow: hidden;
1030
+ text-overflow: ellipsis;
1031
+ white-space: nowrap;
1032
+ justify-self: end;
1033
+ font-family: var(--font-mono);
1034
+ font-size: 10px;
1035
+ }
1036
+
1037
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__bar {
1038
+ display: block;
1039
+ height: 8px;
1040
+ overflow: hidden;
1041
+ border-radius: 999px;
1042
+ background: rgba(17, 17, 17, 0.08);
1043
+ }
1044
+
1045
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__bar-fill {
1046
+ display: block;
1047
+ height: 100%;
1048
+ border-radius: inherit;
1049
+ background: #10b981;
1050
+ }
1051
+
1052
+ html.cli-mission-report body.station-results-active .studio-provider-readiness__note {
1053
+ margin: 0;
1054
+ padding: 9px 10px;
1055
+ border: 1px solid rgba(17, 17, 17, 0.18);
1056
+ background: #ffffff;
1057
+ color: #111111;
1058
+ font-size: 11px;
1059
+ font-weight: 800;
1060
+ line-height: 1.35;
1061
+ }
1062
+
1063
+ /* Light report: sidebar tiles stay flat white; map nodes use provider-tinted wells */
943
1064
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo {
944
1065
  background: #ffffff !important;
945
1066
  box-shadow: none !important;
@@ -1016,35 +1137,35 @@ html.cli-mission-report body.station-results-active .provider-logo--stripe svg p
1016
1137
  }
1017
1138
 
1018
1139
  /* Auth.js tricolor shield — avoid 100% stretch from generic brand rule */
1019
- html.cli-mission-report body.station-results-active .provider-logo--authjs svg,
1020
- html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--authjs svg,
1021
- html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--authjs svg {
1140
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg,
1141
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--authjs svg,
1142
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--authjs svg {
1022
1143
  width: 76% !important;
1023
1144
  height: 76% !important;
1024
1145
  max-width: 28px;
1025
1146
  max-height: 28px;
1026
- display: block;
1027
- margin: auto;
1028
- }
1029
-
1030
- html.cli-mission-report body.station-results-active .provider-logo--authjs .provider-logo__img,
1031
- html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--authjs .provider-logo__img,
1032
- html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--authjs .provider-logo__img {
1033
- width: 84%;
1034
- height: 84%;
1035
- object-fit: contain;
1036
- border-radius: 0;
1037
- }
1038
-
1039
- /* Fragile brand assets are transparent marks; keep them centered, not tile-stretched. */
1040
- html.cli-mission-report body.station-results-active .provider-logo--logrocket .provider-logo__img,
1041
- html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--logrocket .provider-logo__img,
1042
- html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--logrocket .provider-logo__img {
1043
- width: 82%;
1044
- height: 82%;
1045
- object-fit: contain;
1046
- border-radius: 0;
1047
- }
1147
+ display: block;
1148
+ margin: auto;
1149
+ }
1150
+
1151
+ html.cli-mission-report body.station-results-active .provider-logo--authjs .provider-logo__img,
1152
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--authjs .provider-logo__img,
1153
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--authjs .provider-logo__img {
1154
+ width: 84%;
1155
+ height: 84%;
1156
+ object-fit: contain;
1157
+ border-radius: 0;
1158
+ }
1159
+
1160
+ /* Fragile brand assets are transparent marks; keep them centered, not tile-stretched. */
1161
+ html.cli-mission-report body.station-results-active .provider-logo--logrocket .provider-logo__img,
1162
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--logrocket .provider-logo__img,
1163
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--logrocket .provider-logo__img {
1164
+ width: 82%;
1165
+ height: 82%;
1166
+ object-fit: contain;
1167
+ border-radius: 0;
1168
+ }
1048
1169
 
1049
1170
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--paddle,
1050
1171
  html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--polar,
@@ -1152,6 +1273,138 @@ html.cli-mission-report body.station-results-active .studio-node__logo.provider-
1152
1273
  color: #fc6d26;
1153
1274
  }
1154
1275
 
1276
+ /* 0.0.34 provider mark polish: static CLI reports use embedded marks, not remote icon fallbacks. */
1277
+ html.cli-mission-report body.station-results-active .provider-logo--netlify,
1278
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--netlify,
1279
+ html.cli-mission-report body.station-results-active .studio-node.provider-logo--netlify,
1280
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--netlify {
1281
+ --provider-color: #00c7b7;
1282
+ color: #00c7b7;
1283
+ }
1284
+
1285
+ html.cli-mission-report body.station-results-active .provider-logo--svelte,
1286
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--svelte,
1287
+ html.cli-mission-report body.station-results-active .studio-node.provider-logo--svelte,
1288
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--svelte {
1289
+ --provider-color: #ff3e00;
1290
+ color: #ff3e00;
1291
+ }
1292
+
1293
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--authjs,
1294
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--authjs,
1295
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--authjs,
1296
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--authjs,
1297
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--clerk,
1298
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--clerk,
1299
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--clerk,
1300
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--clerk,
1301
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--auth0,
1302
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--auth0,
1303
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--auth0,
1304
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--auth0,
1305
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--posthog,
1306
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--posthog,
1307
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--posthog,
1308
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--posthog,
1309
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--netlify,
1310
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--netlify,
1311
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--netlify,
1312
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--netlify,
1313
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--lemon-squeezy,
1314
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--lemon-squeezy,
1315
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--lemon-squeezy,
1316
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--lemon-squeezy,
1317
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--svelte,
1318
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--svelte,
1319
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--svelte,
1320
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--svelte {
1321
+ background: #fffdf7 !important;
1322
+ box-shadow:
1323
+ inset 0 1px 0 rgba(255, 255, 255, 0.9),
1324
+ 0 8px 18px rgba(17, 24, 39, 0.08) !important;
1325
+ }
1326
+
1327
+ html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--lemon-squeezy,
1328
+ html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--lemon-squeezy,
1329
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--lemon-squeezy,
1330
+ html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--lemon-squeezy {
1331
+ background: #fef3c7 !important;
1332
+ }
1333
+
1334
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg,
1335
+ html.cli-mission-report body.station-results-active .provider-logo--clerk svg,
1336
+ html.cli-mission-report body.station-results-active .provider-logo--auth0 svg,
1337
+ html.cli-mission-report body.station-results-active .provider-logo--posthog svg,
1338
+ html.cli-mission-report body.station-results-active .provider-logo--netlify svg,
1339
+ html.cli-mission-report body.station-results-active .provider-logo--lemon-squeezy svg,
1340
+ html.cli-mission-report body.station-results-active .provider-logo--svelte svg {
1341
+ width: 78% !important;
1342
+ height: 78% !important;
1343
+ max-width: 32px;
1344
+ max-height: 32px;
1345
+ display: block;
1346
+ margin: auto;
1347
+ overflow: visible;
1348
+ }
1349
+
1350
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg path:nth-child(1) {
1351
+ fill: #18c6cf !important;
1352
+ }
1353
+
1354
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg path:nth-child(2) {
1355
+ fill: #8b2ff5 !important;
1356
+ }
1357
+
1358
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg path:nth-child(3) {
1359
+ fill: #fff7df !important;
1360
+ }
1361
+
1362
+ html.cli-mission-report body.station-results-active .provider-logo--authjs svg path:nth-child(4) {
1363
+ fill: #ff8a00 !important;
1364
+ }
1365
+
1366
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__access-state {
1367
+ display: grid;
1368
+ grid-template-columns: minmax(0, 1fr) auto;
1369
+ align-items: center;
1370
+ gap: 8px;
1371
+ min-width: 0;
1372
+ padding: 7px 8px;
1373
+ border: 1px solid rgba(17, 24, 39, 0.1);
1374
+ border-radius: 9px;
1375
+ background: rgba(17, 24, 39, 0.035);
1376
+ }
1377
+
1378
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__access-state span {
1379
+ min-width: 0;
1380
+ color: rgba(17, 24, 39, 0.62);
1381
+ font-size: 10px;
1382
+ font-weight: 900;
1383
+ line-height: 1;
1384
+ text-transform: uppercase;
1385
+ }
1386
+
1387
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__access-state b {
1388
+ display: inline-grid;
1389
+ place-items: center;
1390
+ max-width: 112px;
1391
+ padding: 3px 7px;
1392
+ border: 1px solid rgba(217, 119, 6, 0.18);
1393
+ border-radius: 999px;
1394
+ background: rgba(245, 158, 11, 0.1);
1395
+ color: #92400e;
1396
+ font-size: 9px;
1397
+ font-weight: 950;
1398
+ line-height: 1;
1399
+ text-transform: uppercase;
1400
+ }
1401
+
1402
+ html.cli-mission-report body.station-results-active .studio-sidebar-contract__access-state--confirmed b {
1403
+ border-color: rgba(16, 185, 129, 0.2);
1404
+ background: rgba(16, 185, 129, 0.11);
1405
+ color: #047857;
1406
+ }
1407
+
1155
1408
  html.cli-mission-report body.station-results-active .station-account-strip .account-bar {
1156
1409
  border: 1px solid rgba(17, 17, 17, 0.12);
1157
1410
  border-radius: 999px;
@@ -1190,3 +1443,4 @@ html.cli-mission-report body.station-results-active .station-account-strip .acco
1190
1443
  max-height: min(480px, 50vh);
1191
1444
  }
1192
1445
  }
1446
+