privateboard 0.1.13 โ 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2623 -333
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/public/adjourn-overlay.css +6 -6
- package/public/agent-build-bgm.js +292 -0
- package/public/agent-overlay.css +14 -14
- package/public/agent-profile.css +408 -87
- package/public/agent-profile.js +254 -0
- package/public/app.js +2486 -384
- package/public/home.html +26 -26
- package/public/i18n.js +1890 -21
- package/public/icons/logo2.png +0 -0
- package/public/icons/private-board-vi.html +1716 -0
- package/public/index.html +2954 -1018
- package/public/magazine.html +12 -12
- package/public/new-agent.css +29 -29
- package/public/newspaper.html +20 -20
- package/public/onboarding.css +350 -272
- package/public/onboarding.js +614 -323
- package/public/quote-cta.css +4 -4
- package/public/report.html +2008 -1673
- package/public/room-settings.css +192 -24
- package/public/room-settings.js +5 -0
- package/public/share-cover-svg-creator.js +736 -0
- package/public/themes.css +0 -34
- package/public/typing-sfx.js +176 -3
- package/public/user-settings.css +50 -27
- package/public/user-settings.js +43 -14
- package/public/voice-onboarding.css +425 -0
- package/public/voice-onboarding.js +144 -0
- package/public/voice-replay.css +31 -38
- package/public/voice-replay.js +12 -11
package/public/agent-profile.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
top: 10px;
|
|
53
53
|
left: 14px;
|
|
54
54
|
font-family: var(--mono);
|
|
55
|
-
font-size:
|
|
55
|
+
font-size: 10px;
|
|
56
56
|
color: var(--text-soft);
|
|
57
57
|
letter-spacing: 0.12em;
|
|
58
58
|
text-transform: uppercase;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
.agent-page-id .role-tag {
|
|
111
111
|
font-family: var(--mono);
|
|
112
|
-
font-size:
|
|
112
|
+
font-size: 10px;
|
|
113
113
|
font-weight: 700;
|
|
114
114
|
text-transform: uppercase;
|
|
115
115
|
letter-spacing: 0.14em;
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
.agent-page-id .status-pill {
|
|
122
122
|
font-family: var(--mono);
|
|
123
|
-
font-size:
|
|
123
|
+
font-size: 10px;
|
|
124
124
|
font-weight: 700;
|
|
125
125
|
text-transform: uppercase;
|
|
126
126
|
letter-spacing: 0.12em;
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
.agent-page-id .bio-line {
|
|
143
143
|
font-family: var(--font-human);
|
|
144
|
-
font-size:
|
|
144
|
+
font-size: 14px;
|
|
145
145
|
color: var(--text-soft);
|
|
146
146
|
line-height: 1.6;
|
|
147
147
|
letter-spacing: -0.003em;
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
background: var(--panel);
|
|
167
167
|
border: 0.5px solid var(--lime-dim);
|
|
168
168
|
font-family: var(--font-human);
|
|
169
|
-
font-size:
|
|
169
|
+
font-size: 14px;
|
|
170
170
|
color: var(--text-soft);
|
|
171
171
|
line-height: 1.65;
|
|
172
172
|
letter-spacing: -0.003em;
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
line-height: 1;
|
|
254
254
|
}
|
|
255
255
|
.agent-page-metrics .v.text {
|
|
256
|
-
font-size:
|
|
256
|
+
font-size: 14px;
|
|
257
257
|
letter-spacing: -0.005em;
|
|
258
258
|
}
|
|
259
259
|
.agent-page-metrics .v .unit {
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
}
|
|
266
266
|
.agent-page-metrics .deck {
|
|
267
267
|
font-family: var(--font-human);
|
|
268
|
-
font-size:
|
|
268
|
+
font-size: 10px;
|
|
269
269
|
color: var(--text-dim);
|
|
270
270
|
letter-spacing: -0.003em;
|
|
271
271
|
}
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
}
|
|
304
304
|
.ap-sec-head .eyebrow {
|
|
305
305
|
font-family: var(--mono);
|
|
306
|
-
font-size:
|
|
306
|
+
font-size: 10px;
|
|
307
307
|
font-weight: 700;
|
|
308
308
|
text-transform: uppercase;
|
|
309
309
|
letter-spacing: 0.18em;
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
}
|
|
318
318
|
.ap-sec-head .deck {
|
|
319
319
|
font-family: var(--font-human);
|
|
320
|
-
font-size:
|
|
320
|
+
font-size: 12px;
|
|
321
321
|
color: var(--text-dim);
|
|
322
322
|
letter-spacing: -0.003em;
|
|
323
323
|
margin-top: 4px;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
.ap-bio-block .bio-tag {
|
|
344
344
|
display: block;
|
|
345
345
|
font-family: var(--mono);
|
|
346
|
-
font-size:
|
|
346
|
+
font-size: 10px;
|
|
347
347
|
text-transform: uppercase;
|
|
348
348
|
letter-spacing: 0.18em;
|
|
349
349
|
color: var(--lime);
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
.ap-instr-doc .meta-strip::before { content: "๐ "; font-size: 9px; }
|
|
374
374
|
.ap-instr-section .lbl {
|
|
375
375
|
font-family: var(--mono);
|
|
376
|
-
font-size:
|
|
376
|
+
font-size: 10px;
|
|
377
377
|
font-weight: 700;
|
|
378
378
|
text-transform: uppercase;
|
|
379
379
|
letter-spacing: 0.16em;
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
}
|
|
383
383
|
.ap-instr-section p {
|
|
384
384
|
font-family: var(--font-human);
|
|
385
|
-
font-size:
|
|
385
|
+
font-size: 14px;
|
|
386
386
|
color: var(--text-soft);
|
|
387
387
|
line-height: 1.65;
|
|
388
388
|
letter-spacing: -0.003em;
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
.about-you-card::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }
|
|
410
410
|
.about-you-card .headline {
|
|
411
411
|
font-family: var(--font-human);
|
|
412
|
-
font-size:
|
|
412
|
+
font-size: 14px;
|
|
413
413
|
color: var(--text);
|
|
414
414
|
line-height: 1.55;
|
|
415
415
|
letter-spacing: -0.005em;
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
}
|
|
419
419
|
.about-you-card .summary {
|
|
420
420
|
font-family: var(--font-human);
|
|
421
|
-
font-size:
|
|
421
|
+
font-size: 14px;
|
|
422
422
|
color: var(--text-soft);
|
|
423
423
|
line-height: 1.65;
|
|
424
424
|
letter-spacing: -0.003em;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
@media (max-width: 700px) { .about-you-card .grid { grid-template-columns: 1fr; } }
|
|
436
436
|
.about-you-card .group .lbl {
|
|
437
437
|
font-family: var(--mono);
|
|
438
|
-
font-size:
|
|
438
|
+
font-size: 10px;
|
|
439
439
|
font-weight: 700;
|
|
440
440
|
text-transform: uppercase;
|
|
441
441
|
letter-spacing: 0.16em;
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
}
|
|
454
454
|
.about-you-card .group li {
|
|
455
455
|
font-family: var(--font-human);
|
|
456
|
-
font-size:
|
|
456
|
+
font-size: 14px;
|
|
457
457
|
color: var(--text-soft);
|
|
458
458
|
line-height: 1.55;
|
|
459
459
|
letter-spacing: -0.003em;
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
flex-wrap: wrap;
|
|
484
484
|
gap: 24px;
|
|
485
485
|
font-family: var(--mono);
|
|
486
|
-
font-size:
|
|
486
|
+
font-size: 10px;
|
|
487
487
|
color: var(--text-dim);
|
|
488
488
|
letter-spacing: 0.04em;
|
|
489
489
|
}
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
.about-you-card .relationship .cell .v {
|
|
499
499
|
font-family: var(--mono);
|
|
500
500
|
color: var(--text);
|
|
501
|
-
font-size:
|
|
501
|
+
font-size: 14px;
|
|
502
502
|
font-weight: 700;
|
|
503
503
|
letter-spacing: -0.005em;
|
|
504
504
|
}
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
.room-mem-card .num {
|
|
534
534
|
font-family: var(--mono);
|
|
535
|
-
font-size:
|
|
535
|
+
font-size: 10px;
|
|
536
536
|
color: var(--lime);
|
|
537
537
|
letter-spacing: 0.06em;
|
|
538
538
|
font-weight: 700;
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
.room-mem-card .stats .v { color: var(--text-soft); }
|
|
554
554
|
.room-mem-card .summary {
|
|
555
555
|
font-family: var(--font-human);
|
|
556
|
-
font-size:
|
|
556
|
+
font-size: 14px;
|
|
557
557
|
color: var(--text-dim);
|
|
558
558
|
line-height: 1.55;
|
|
559
559
|
letter-spacing: -0.003em;
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
}
|
|
572
572
|
.room-mem-card .lessons li {
|
|
573
573
|
font-family: var(--font-human);
|
|
574
|
-
font-size:
|
|
574
|
+
font-size: 14px;
|
|
575
575
|
color: var(--text-soft);
|
|
576
576
|
line-height: 1.5;
|
|
577
577
|
letter-spacing: -0.003em;
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
}
|
|
636
636
|
.ap-know-drop .pill {
|
|
637
637
|
font-family: var(--mono);
|
|
638
|
-
font-size:
|
|
638
|
+
font-size: 10px;
|
|
639
639
|
font-weight: 700;
|
|
640
640
|
text-transform: uppercase;
|
|
641
641
|
letter-spacing: 0.1em;
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
}
|
|
697
697
|
.ap-know-row .meta {
|
|
698
698
|
font-family: var(--font-human);
|
|
699
|
-
font-size:
|
|
699
|
+
font-size: 10px;
|
|
700
700
|
color: var(--text-faint);
|
|
701
701
|
margin-top: 2px;
|
|
702
702
|
letter-spacing: 0.02em;
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
}
|
|
886
886
|
.ap-block-h-tag {
|
|
887
887
|
font-family: var(--mono);
|
|
888
|
-
font-size:
|
|
888
|
+
font-size: 10px;
|
|
889
889
|
font-weight: 600;
|
|
890
890
|
letter-spacing: 0.06em;
|
|
891
891
|
color: var(--text-dim);
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
}
|
|
1127
1127
|
.dream-caption-foot {
|
|
1128
1128
|
font-family: var(--font-human);
|
|
1129
|
-
font-size:
|
|
1129
|
+
font-size: 12px;
|
|
1130
1130
|
color: var(--text-soft);
|
|
1131
1131
|
letter-spacing: -0.003em;
|
|
1132
1132
|
font-style: italic;
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
grid-template-columns: 64px 1fr;
|
|
1196
1196
|
align-items: center;
|
|
1197
1197
|
gap: 10px;
|
|
1198
|
-
font-size:
|
|
1198
|
+
font-size: 8px;
|
|
1199
1199
|
font-weight: 700;
|
|
1200
1200
|
letter-spacing: 0.18em;
|
|
1201
1201
|
text-transform: uppercase;
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
}
|
|
1339
1339
|
.dream-hero-sub {
|
|
1340
1340
|
font-family: var(--font-human);
|
|
1341
|
-
font-size:
|
|
1341
|
+
font-size: 12px;
|
|
1342
1342
|
color: var(--text-soft);
|
|
1343
1343
|
letter-spacing: -0.003em;
|
|
1344
1344
|
}
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
letter-spacing: -0.01em;
|
|
1424
1424
|
}
|
|
1425
1425
|
.dream-tile-l {
|
|
1426
|
-
font-size:
|
|
1426
|
+
font-size: 8px;
|
|
1427
1427
|
font-weight: 700;
|
|
1428
1428
|
letter-spacing: 0.18em;
|
|
1429
1429
|
text-transform: uppercase;
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
color: var(--text-soft);
|
|
1506
1506
|
padding: 6px 16px;
|
|
1507
1507
|
font-family: var(--mono);
|
|
1508
|
-
font-size:
|
|
1508
|
+
font-size: 10px;
|
|
1509
1509
|
font-weight: 700;
|
|
1510
1510
|
letter-spacing: 0.18em;
|
|
1511
1511
|
text-transform: uppercase;
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
border-bottom: 0.5px solid var(--line-bright);
|
|
1587
1587
|
color: var(--text);
|
|
1588
1588
|
font-family: var(--font-human);
|
|
1589
|
-
font-size:
|
|
1589
|
+
font-size: 12px;
|
|
1590
1590
|
text-align: left;
|
|
1591
1591
|
cursor: pointer;
|
|
1592
1592
|
transition: background 0.1s;
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
.ap-id-dot { color: var(--text-faint); font-size: 10px; }
|
|
1698
1698
|
.ap-id-handle {
|
|
1699
1699
|
font-family: var(--mono);
|
|
1700
|
-
font-size:
|
|
1700
|
+
font-size: 10px;
|
|
1701
1701
|
color: var(--text-faint);
|
|
1702
1702
|
letter-spacing: 0.02em;
|
|
1703
1703
|
}
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
border: 0.5px solid var(--line-bright);
|
|
1711
1711
|
color: var(--text-soft);
|
|
1712
1712
|
font-family: var(--mono);
|
|
1713
|
-
font-size:
|
|
1713
|
+
font-size: 8px;
|
|
1714
1714
|
font-weight: 700;
|
|
1715
1715
|
letter-spacing: 0.14em;
|
|
1716
1716
|
text-transform: uppercase;
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
}
|
|
1743
1743
|
.ap-sec h3 {
|
|
1744
1744
|
font-family: var(--mono);
|
|
1745
|
-
font-size:
|
|
1745
|
+
font-size: 10px;
|
|
1746
1746
|
font-weight: 700;
|
|
1747
1747
|
letter-spacing: 0.22em;
|
|
1748
1748
|
text-transform: uppercase;
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
.ap-intel-view,
|
|
1798
1798
|
.ap-intel-body {
|
|
1799
1799
|
font-family: var(--font-human);
|
|
1800
|
-
font-size:
|
|
1800
|
+
font-size: 14px;
|
|
1801
1801
|
line-height: 1.55;
|
|
1802
1802
|
color: var(--text);
|
|
1803
1803
|
letter-spacing: -0.003em;
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
}
|
|
1814
1814
|
.ap-skill-label {
|
|
1815
1815
|
font-family: var(--mono);
|
|
1816
|
-
font-size:
|
|
1816
|
+
font-size: 10px;
|
|
1817
1817
|
letter-spacing: 0.1em;
|
|
1818
1818
|
text-transform: uppercase;
|
|
1819
1819
|
color: var(--text-soft);
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
.ap-skill-row-name {
|
|
1944
1944
|
flex: 1 1 auto;
|
|
1945
1945
|
min-width: 0;
|
|
1946
|
-
font-size:
|
|
1946
|
+
font-size: 12px;
|
|
1947
1947
|
font-weight: 600;
|
|
1948
1948
|
color: var(--text);
|
|
1949
1949
|
letter-spacing: -0.005em;
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
align-items: baseline;
|
|
1959
1959
|
gap: 8px;
|
|
1960
1960
|
font-family: var(--mono);
|
|
1961
|
-
font-size:
|
|
1961
|
+
font-size: 10px;
|
|
1962
1962
|
letter-spacing: 0.02em;
|
|
1963
1963
|
color: var(--text-soft);
|
|
1964
1964
|
white-space: nowrap;
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
border: 0.5px dashed var(--line-bright);
|
|
2018
2018
|
color: var(--text-soft);
|
|
2019
2019
|
font-family: var(--font-human);
|
|
2020
|
-
font-size:
|
|
2020
|
+
font-size: 12px;
|
|
2021
2021
|
font-weight: 400;
|
|
2022
2022
|
letter-spacing: -0.003em;
|
|
2023
2023
|
cursor: pointer;
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
gap: 10px;
|
|
2070
2070
|
}
|
|
2071
2071
|
.ap-skill-info-head {
|
|
2072
|
-
font-size:
|
|
2072
|
+
font-size: 14px;
|
|
2073
2073
|
font-weight: 700;
|
|
2074
2074
|
color: var(--text);
|
|
2075
2075
|
letter-spacing: -0.008em;
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
}
|
|
2078
2078
|
.ap-skill-info-sub {
|
|
2079
2079
|
font-family: var(--mono);
|
|
2080
|
-
font-size:
|
|
2080
|
+
font-size: 10px;
|
|
2081
2081
|
letter-spacing: 0.06em;
|
|
2082
2082
|
color: var(--text-faint);
|
|
2083
2083
|
margin-top: -6px;
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
.ap-skill-info-when,
|
|
2092
2092
|
.ap-skill-info-ability,
|
|
2093
2093
|
.ap-skill-info-tips-wrap {
|
|
2094
|
-
font-size:
|
|
2094
|
+
font-size: 12px;
|
|
2095
2095
|
color: var(--text);
|
|
2096
2096
|
line-height: 1.5;
|
|
2097
2097
|
}
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
.ap-skill-info-tips-wrap .lbl {
|
|
2101
2101
|
display: block;
|
|
2102
2102
|
font-family: var(--mono);
|
|
2103
|
-
font-size:
|
|
2103
|
+
font-size: 8px;
|
|
2104
2104
|
font-weight: 700;
|
|
2105
2105
|
letter-spacing: 0.18em;
|
|
2106
2106
|
text-transform: uppercase;
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
flex-wrap: wrap;
|
|
2113
2113
|
gap: 10px;
|
|
2114
2114
|
font-family: var(--mono);
|
|
2115
|
-
font-size:
|
|
2115
|
+
font-size: 10px;
|
|
2116
2116
|
}
|
|
2117
2117
|
.ap-skill-info-tips {
|
|
2118
2118
|
list-style: none;
|
|
@@ -2125,7 +2125,7 @@
|
|
|
2125
2125
|
.ap-skill-info-tips li {
|
|
2126
2126
|
position: relative;
|
|
2127
2127
|
padding-left: 12px;
|
|
2128
|
-
font-size:
|
|
2128
|
+
font-size: 12px;
|
|
2129
2129
|
color: var(--text-soft);
|
|
2130
2130
|
line-height: 1.5;
|
|
2131
2131
|
}
|
|
@@ -2137,7 +2137,7 @@
|
|
|
2137
2137
|
font-weight: 700;
|
|
2138
2138
|
}
|
|
2139
2139
|
.ap-skill-info-empty {
|
|
2140
|
-
font-size:
|
|
2140
|
+
font-size: 12px;
|
|
2141
2141
|
color: var(--text-faint);
|
|
2142
2142
|
font-style: italic;
|
|
2143
2143
|
}
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
margin-left: 8px;
|
|
2177
2177
|
padding: 1px 6px;
|
|
2178
2178
|
font-family: var(--mono);
|
|
2179
|
-
font-size:
|
|
2179
|
+
font-size: 8px;
|
|
2180
2180
|
font-weight: 700;
|
|
2181
2181
|
letter-spacing: 0.16em;
|
|
2182
2182
|
text-transform: uppercase;
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
margin-left: 8px;
|
|
2191
2191
|
padding: 2px 7px;
|
|
2192
2192
|
font-family: var(--mono);
|
|
2193
|
-
font-size:
|
|
2193
|
+
font-size: 8px;
|
|
2194
2194
|
font-weight: 700;
|
|
2195
2195
|
letter-spacing: 0.16em;
|
|
2196
2196
|
text-transform: uppercase;
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
}
|
|
2259
2259
|
.ap-foot-meta {
|
|
2260
2260
|
font-family: var(--mono);
|
|
2261
|
-
font-size:
|
|
2261
|
+
font-size: 10px;
|
|
2262
2262
|
letter-spacing: 0.14em;
|
|
2263
2263
|
text-transform: uppercase;
|
|
2264
2264
|
color: var(--text-faint);
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
.ap-model-trigger-name {
|
|
2330
2330
|
flex: 1 1 auto;
|
|
2331
2331
|
font-family: var(--font-human);
|
|
2332
|
-
font-size:
|
|
2332
|
+
font-size: 12px;
|
|
2333
2333
|
font-weight: 700;
|
|
2334
2334
|
color: var(--text);
|
|
2335
2335
|
letter-spacing: -0.005em;
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
gap: 10px;
|
|
2436
2436
|
padding: 22px 12px;
|
|
2437
2437
|
font-family: var(--mono);
|
|
2438
|
-
font-size:
|
|
2438
|
+
font-size: 10px;
|
|
2439
2439
|
letter-spacing: 0.10em;
|
|
2440
2440
|
text-transform: uppercase;
|
|
2441
2441
|
color: var(--text-soft);
|
|
@@ -2461,7 +2461,7 @@
|
|
|
2461
2461
|
uppercase, hairline divider above (suppressed on the first one). */
|
|
2462
2462
|
.ap-model-group {
|
|
2463
2463
|
font-family: var(--mono);
|
|
2464
|
-
font-size:
|
|
2464
|
+
font-size: 8px;
|
|
2465
2465
|
letter-spacing: 0.18em;
|
|
2466
2466
|
text-transform: uppercase;
|
|
2467
2467
|
color: var(--text-faint);
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
.ap-model-opt.active { background: var(--panel-3); }
|
|
2495
2495
|
.ap-model-opt-label {
|
|
2496
2496
|
font-family: var(--font-human);
|
|
2497
|
-
font-size:
|
|
2497
|
+
font-size: 12px;
|
|
2498
2498
|
font-weight: 600;
|
|
2499
2499
|
color: var(--text);
|
|
2500
2500
|
letter-spacing: -0.005em;
|
|
@@ -2508,7 +2508,7 @@
|
|
|
2508
2508
|
.ap-model-opt.active .ap-model-opt-label { color: var(--lime); }
|
|
2509
2509
|
.ap-model-opt-hint {
|
|
2510
2510
|
font-family: var(--mono);
|
|
2511
|
-
font-size:
|
|
2511
|
+
font-size: 8px;
|
|
2512
2512
|
letter-spacing: 0.08em;
|
|
2513
2513
|
text-transform: uppercase;
|
|
2514
2514
|
/* `--text-dim` (not `--text-faint`) because the deck โ "fast ยท cheap
|
|
@@ -2530,7 +2530,7 @@
|
|
|
2530
2530
|
margin-left: auto;
|
|
2531
2531
|
padding: 1px 5px;
|
|
2532
2532
|
font-family: var(--mono);
|
|
2533
|
-
font-size:
|
|
2533
|
+
font-size: 8px;
|
|
2534
2534
|
letter-spacing: 0.04em;
|
|
2535
2535
|
color: var(--text-soft);
|
|
2536
2536
|
background: var(--panel-2);
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
margin-top: 6px;
|
|
2556
2556
|
padding: 4px 8px;
|
|
2557
2557
|
font-family: var(--mono);
|
|
2558
|
-
font-size:
|
|
2558
|
+
font-size: 10px;
|
|
2559
2559
|
letter-spacing: 0.06em;
|
|
2560
2560
|
color: var(--text-soft);
|
|
2561
2561
|
background: var(--panel-2);
|
|
@@ -2678,7 +2678,7 @@
|
|
|
2678
2678
|
.ap-skill-slot.empty:hover .ap-skill-icon { color: var(--text-soft); }
|
|
2679
2679
|
.ap-skill-slot .ap-skill-name {
|
|
2680
2680
|
font-family: var(--mono);
|
|
2681
|
-
font-size:
|
|
2681
|
+
font-size: 8px;
|
|
2682
2682
|
font-weight: 700;
|
|
2683
2683
|
letter-spacing: 0.08em;
|
|
2684
2684
|
text-transform: uppercase;
|
|
@@ -2690,7 +2690,7 @@
|
|
|
2690
2690
|
}
|
|
2691
2691
|
.ap-skill-meta {
|
|
2692
2692
|
font-family: var(--mono);
|
|
2693
|
-
font-size:
|
|
2693
|
+
font-size: 10px;
|
|
2694
2694
|
color: var(--text-faint);
|
|
2695
2695
|
letter-spacing: 0.06em;
|
|
2696
2696
|
text-transform: uppercase;
|
|
@@ -2737,7 +2737,7 @@
|
|
|
2737
2737
|
.ap-instr { display: flex; flex-direction: column; gap: 0; }
|
|
2738
2738
|
.ap-instr-view {
|
|
2739
2739
|
font-family: var(--font-human);
|
|
2740
|
-
font-size:
|
|
2740
|
+
font-size: 14px;
|
|
2741
2741
|
line-height: 1.6;
|
|
2742
2742
|
color: var(--text);
|
|
2743
2743
|
/* Collapsed default ยท ~12 lines of body copy. JS adds an
|
|
@@ -2773,7 +2773,7 @@
|
|
|
2773
2773
|
align-self: flex-start;
|
|
2774
2774
|
margin-top: 10px;
|
|
2775
2775
|
font-family: var(--mono);
|
|
2776
|
-
font-size:
|
|
2776
|
+
font-size: 10px;
|
|
2777
2777
|
font-weight: 700;
|
|
2778
2778
|
letter-spacing: 0.14em;
|
|
2779
2779
|
text-transform: uppercase;
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
}
|
|
2802
2802
|
.ap-instr-view h4 {
|
|
2803
2803
|
font-family: var(--font-human);
|
|
2804
|
-
font-size:
|
|
2804
|
+
font-size: 16px;
|
|
2805
2805
|
font-weight: 700;
|
|
2806
2806
|
color: var(--text);
|
|
2807
2807
|
margin: 12px 0 4px;
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
}
|
|
2810
2810
|
.ap-instr-view h5 {
|
|
2811
2811
|
font-family: var(--font-human);
|
|
2812
|
-
font-size:
|
|
2812
|
+
font-size: 15px;
|
|
2813
2813
|
font-weight: 700;
|
|
2814
2814
|
color: var(--text-soft);
|
|
2815
2815
|
margin: 10px 0 4px;
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
.ap-instr-view em { color: var(--text-soft); font-style: italic; }
|
|
2825
2825
|
.ap-instr-view code {
|
|
2826
2826
|
font-family: var(--mono);
|
|
2827
|
-
font-size:
|
|
2827
|
+
font-size: 13px;
|
|
2828
2828
|
background: var(--bg);
|
|
2829
2829
|
border: 0.5px solid var(--line-bright);
|
|
2830
2830
|
padding: 1px 5px;
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
background: transparent;
|
|
2842
2842
|
border: none;
|
|
2843
2843
|
padding: 0;
|
|
2844
|
-
font-size:
|
|
2844
|
+
font-size: 13px;
|
|
2845
2845
|
line-height: 1.5;
|
|
2846
2846
|
}
|
|
2847
2847
|
|
|
@@ -2871,7 +2871,7 @@
|
|
|
2871
2871
|
}
|
|
2872
2872
|
.ap-instr-edit-hint {
|
|
2873
2873
|
font-family: var(--mono);
|
|
2874
|
-
font-size:
|
|
2874
|
+
font-size: 10px;
|
|
2875
2875
|
letter-spacing: 0.1em;
|
|
2876
2876
|
text-transform: uppercase;
|
|
2877
2877
|
color: var(--text-faint);
|
|
@@ -2880,7 +2880,7 @@
|
|
|
2880
2880
|
.ap-instr-cancel,
|
|
2881
2881
|
.ap-instr-save {
|
|
2882
2882
|
font-family: var(--mono);
|
|
2883
|
-
font-size:
|
|
2883
|
+
font-size: 10px;
|
|
2884
2884
|
font-weight: 700;
|
|
2885
2885
|
letter-spacing: 0.14em;
|
|
2886
2886
|
text-transform: uppercase;
|
|
@@ -2907,7 +2907,7 @@
|
|
|
2907
2907
|
border: 0.5px solid var(--line-bright);
|
|
2908
2908
|
color: var(--text);
|
|
2909
2909
|
font-family: var(--font-human);
|
|
2910
|
-
font-size:
|
|
2910
|
+
font-size: 14px;
|
|
2911
2911
|
line-height: 1.5;
|
|
2912
2912
|
padding: 10px 14px;
|
|
2913
2913
|
min-height: 64px;
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
}
|
|
2928
2928
|
.ap-intel-edit-hint {
|
|
2929
2929
|
font-family: var(--mono);
|
|
2930
|
-
font-size:
|
|
2930
|
+
font-size: 10px;
|
|
2931
2931
|
letter-spacing: 0.1em;
|
|
2932
2932
|
text-transform: uppercase;
|
|
2933
2933
|
color: var(--text-faint);
|
|
@@ -2958,7 +2958,7 @@
|
|
|
2958
2958
|
.ap-rule:focus-within { border-color: var(--text-soft); }
|
|
2959
2959
|
.ap-rule-num {
|
|
2960
2960
|
font-family: var(--mono);
|
|
2961
|
-
font-size:
|
|
2961
|
+
font-size: 10px;
|
|
2962
2962
|
font-weight: 700;
|
|
2963
2963
|
color: var(--text-soft);
|
|
2964
2964
|
text-align: center;
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
border: none;
|
|
2969
2969
|
color: var(--text);
|
|
2970
2970
|
font-family: var(--font-human);
|
|
2971
|
-
font-size:
|
|
2971
|
+
font-size: 14px;
|
|
2972
2972
|
line-height: 1.4;
|
|
2973
2973
|
padding: 4px 0;
|
|
2974
2974
|
width: 100%;
|
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
.ap-rule-rm:hover { color: var(--red); }
|
|
2992
2992
|
.ap-rule-empty {
|
|
2993
2993
|
font-family: var(--font-human);
|
|
2994
|
-
font-size:
|
|
2994
|
+
font-size: 14px;
|
|
2995
2995
|
color: var(--text-faint);
|
|
2996
2996
|
padding: 8px 10px;
|
|
2997
2997
|
border: 0.5px dashed var(--line-bright);
|
|
@@ -3024,7 +3024,7 @@
|
|
|
3024
3024
|
.ap-memory-add[hidden] { display: none; }
|
|
3025
3025
|
.ap-memory-add-cancel {
|
|
3026
3026
|
font-family: var(--mono);
|
|
3027
|
-
font-size:
|
|
3027
|
+
font-size: 10px;
|
|
3028
3028
|
font-weight: 700;
|
|
3029
3029
|
letter-spacing: 0.16em;
|
|
3030
3030
|
text-transform: uppercase;
|
|
@@ -3045,7 +3045,7 @@
|
|
|
3045
3045
|
border: 0.5px solid var(--line-bright);
|
|
3046
3046
|
color: var(--text);
|
|
3047
3047
|
font-family: var(--font-human);
|
|
3048
|
-
font-size:
|
|
3048
|
+
font-size: 14px;
|
|
3049
3049
|
padding: 9px 12px;
|
|
3050
3050
|
outline: none;
|
|
3051
3051
|
letter-spacing: -0.003em;
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
.ap-memory-add-input::placeholder { color: var(--text-faint); }
|
|
3056
3056
|
.ap-memory-add-btn {
|
|
3057
3057
|
font-family: var(--mono);
|
|
3058
|
-
font-size:
|
|
3058
|
+
font-size: 10px;
|
|
3059
3059
|
font-weight: 700;
|
|
3060
3060
|
letter-spacing: 0.16em;
|
|
3061
3061
|
text-transform: uppercase;
|
|
@@ -3160,7 +3160,7 @@
|
|
|
3160
3160
|
|
|
3161
3161
|
.ap-memory-content {
|
|
3162
3162
|
font-family: var(--font-human);
|
|
3163
|
-
font-size:
|
|
3163
|
+
font-size: 14px;
|
|
3164
3164
|
line-height: 1.5;
|
|
3165
3165
|
color: var(--text);
|
|
3166
3166
|
letter-spacing: -0.003em;
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
align-items: center;
|
|
3183
3183
|
gap: 5px;
|
|
3184
3184
|
font-family: var(--mono);
|
|
3185
|
-
font-size:
|
|
3185
|
+
font-size: 8px;
|
|
3186
3186
|
letter-spacing: 0.12em;
|
|
3187
3187
|
text-transform: uppercase;
|
|
3188
3188
|
color: var(--text-faint);
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
border: 0.5px solid var(--text-soft);
|
|
3198
3198
|
color: var(--text);
|
|
3199
3199
|
font-family: var(--font-human);
|
|
3200
|
-
font-size:
|
|
3200
|
+
font-size: 14px;
|
|
3201
3201
|
line-height: 1.5;
|
|
3202
3202
|
padding: 8px 10px;
|
|
3203
3203
|
outline: none;
|
|
@@ -3355,7 +3355,7 @@
|
|
|
3355
3355
|
}
|
|
3356
3356
|
.ap-memory-tile-num::before {
|
|
3357
3357
|
content: attr(data-label);
|
|
3358
|
-
font-size:
|
|
3358
|
+
font-size: 8px;
|
|
3359
3359
|
color: var(--text-faint);
|
|
3360
3360
|
letter-spacing: 0.28em;
|
|
3361
3361
|
margin-bottom: 4px;
|
|
@@ -3541,7 +3541,7 @@
|
|
|
3541
3541
|
}
|
|
3542
3542
|
.ap-memory-detail-stats {
|
|
3543
3543
|
font-family: var(--mono);
|
|
3544
|
-
font-size:
|
|
3544
|
+
font-size: 10px;
|
|
3545
3545
|
color: var(--text-faint);
|
|
3546
3546
|
letter-spacing: 0.08em;
|
|
3547
3547
|
text-transform: uppercase;
|
|
@@ -3549,14 +3549,14 @@
|
|
|
3549
3549
|
}
|
|
3550
3550
|
.ap-memory-detail-summary {
|
|
3551
3551
|
font-family: var(--font-human);
|
|
3552
|
-
font-size:
|
|
3552
|
+
font-size: 14px;
|
|
3553
3553
|
line-height: 1.55;
|
|
3554
3554
|
color: var(--text);
|
|
3555
3555
|
margin: 0;
|
|
3556
3556
|
}
|
|
3557
3557
|
.ap-memory-detail-body {
|
|
3558
3558
|
font-family: var(--font-human);
|
|
3559
|
-
font-size:
|
|
3559
|
+
font-size: 14px;
|
|
3560
3560
|
line-height: 1.55;
|
|
3561
3561
|
color: var(--text);
|
|
3562
3562
|
}
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
}
|
|
3573
3573
|
.ap-memory-detail-lessons li {
|
|
3574
3574
|
font-family: var(--font-human);
|
|
3575
|
-
font-size:
|
|
3575
|
+
font-size: 14px;
|
|
3576
3576
|
color: var(--text);
|
|
3577
3577
|
line-height: 1.5;
|
|
3578
3578
|
padding-left: 16px;
|
|
@@ -4126,7 +4126,7 @@
|
|
|
4126
4126
|
.ap-persona-card-id { min-width: 0; }
|
|
4127
4127
|
.ap-persona-card-kicker {
|
|
4128
4128
|
font-family: var(--mono);
|
|
4129
|
-
font-size:
|
|
4129
|
+
font-size: 10px;
|
|
4130
4130
|
letter-spacing: 0.18em;
|
|
4131
4131
|
text-transform: uppercase;
|
|
4132
4132
|
color: var(--lime);
|
|
@@ -4163,7 +4163,7 @@
|
|
|
4163
4163
|
}
|
|
4164
4164
|
.ap-persona-card-score-l {
|
|
4165
4165
|
font-family: var(--mono);
|
|
4166
|
-
font-size:
|
|
4166
|
+
font-size: 8px;
|
|
4167
4167
|
letter-spacing: 0.18em;
|
|
4168
4168
|
text-transform: uppercase;
|
|
4169
4169
|
color: var(--text-faint);
|
|
@@ -4259,7 +4259,7 @@
|
|
|
4259
4259
|
background: var(--panel-2);
|
|
4260
4260
|
border-bottom: 0.5px solid var(--line);
|
|
4261
4261
|
font-family: var(--mono);
|
|
4262
|
-
font-size:
|
|
4262
|
+
font-size: 10px;
|
|
4263
4263
|
letter-spacing: 0.18em;
|
|
4264
4264
|
text-transform: uppercase;
|
|
4265
4265
|
color: var(--text-faint);
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
.ap-persona-overlay-error { color: var(--ink, #c97373); }
|
|
4332
4332
|
.ap-persona-overlay-md {
|
|
4333
4333
|
font-family: var(--font-human);
|
|
4334
|
-
font-size:
|
|
4334
|
+
font-size: 14px;
|
|
4335
4335
|
line-height: 1.65;
|
|
4336
4336
|
color: var(--text);
|
|
4337
4337
|
}
|
|
@@ -4353,7 +4353,7 @@
|
|
|
4353
4353
|
}
|
|
4354
4354
|
.ap-persona-overlay-md h4 {
|
|
4355
4355
|
font-family: var(--mono);
|
|
4356
|
-
font-size:
|
|
4356
|
+
font-size: 10px;
|
|
4357
4357
|
letter-spacing: 0.14em;
|
|
4358
4358
|
text-transform: uppercase;
|
|
4359
4359
|
color: var(--lime);
|
|
@@ -4387,7 +4387,328 @@
|
|
|
4387
4387
|
margin: 10px 0;
|
|
4388
4388
|
border: 0.5px solid var(--line);
|
|
4389
4389
|
}
|
|
4390
|
-
.ap-persona-overlay-md pre code { background: transparent; padding: 0; font-size:
|
|
4390
|
+
.ap-persona-overlay-md pre code { background: transparent; padding: 0; font-size: 12px; }
|
|
4391
4391
|
.ap-persona-overlay-md strong { color: var(--text); font-weight: 700; }
|
|
4392
4392
|
.ap-persona-overlay-md em { color: var(--lime); font-style: italic; }
|
|
4393
4393
|
body.ap-persona-overlay-open { overflow: hidden; }
|
|
4394
|
+
|
|
4395
|
+
/* โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
4396
|
+
Build log ยท entry card on the agent profile.
|
|
4397
|
+
Sibling block to .ap-persona-block, only mounted when the
|
|
4398
|
+
agent has `personaSpec.buildLog`. The teaser shows a 160-char
|
|
4399
|
+
snippet of the narrator's pitch summary; clicking opens the
|
|
4400
|
+
build-log overlay. The card mirrors .ap-persona-card's spacing
|
|
4401
|
+
+ interaction model but drops the diagonal hatch overlay and
|
|
4402
|
+
the stat grid โ it's a one-line invitation, not a dossier.
|
|
4403
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
|
|
4404
|
+
.ap-buildlog-block .ap-block-h-tag {
|
|
4405
|
+
font-family: var(--mono);
|
|
4406
|
+
font-size: 9px;
|
|
4407
|
+
letter-spacing: 0.16em;
|
|
4408
|
+
text-transform: uppercase;
|
|
4409
|
+
color: var(--text-faint);
|
|
4410
|
+
}
|
|
4411
|
+
.ap-buildlog-card {
|
|
4412
|
+
display: flex;
|
|
4413
|
+
flex-direction: column;
|
|
4414
|
+
gap: 12px;
|
|
4415
|
+
width: 100%;
|
|
4416
|
+
padding: 14px 16px;
|
|
4417
|
+
background: var(--panel-2);
|
|
4418
|
+
border: 0.5px solid var(--line);
|
|
4419
|
+
text-align: left;
|
|
4420
|
+
cursor: pointer;
|
|
4421
|
+
font-family: inherit;
|
|
4422
|
+
color: inherit;
|
|
4423
|
+
transition: border-color 0.12s, background 0.12s, transform 0.12s;
|
|
4424
|
+
}
|
|
4425
|
+
.ap-buildlog-card:hover {
|
|
4426
|
+
border-color: var(--lime);
|
|
4427
|
+
background: var(--panel-3, var(--panel-2));
|
|
4428
|
+
}
|
|
4429
|
+
.ap-buildlog-card:active { transform: translateY(1px); }
|
|
4430
|
+
.ap-buildlog-card:focus-visible {
|
|
4431
|
+
outline: 1px solid var(--lime);
|
|
4432
|
+
outline-offset: 2px;
|
|
4433
|
+
}
|
|
4434
|
+
.ap-buildlog-teaser {
|
|
4435
|
+
margin: 0;
|
|
4436
|
+
font-family: var(--font-human);
|
|
4437
|
+
font-size: 14px;
|
|
4438
|
+
line-height: 1.55;
|
|
4439
|
+
color: var(--text-soft);
|
|
4440
|
+
}
|
|
4441
|
+
.ap-buildlog-card-cta {
|
|
4442
|
+
display: flex;
|
|
4443
|
+
justify-content: flex-start;
|
|
4444
|
+
}
|
|
4445
|
+
.ap-buildlog-card-cta-label {
|
|
4446
|
+
font-family: var(--mono);
|
|
4447
|
+
font-size: 11px;
|
|
4448
|
+
letter-spacing: 0.18em;
|
|
4449
|
+
text-transform: uppercase;
|
|
4450
|
+
color: var(--lime);
|
|
4451
|
+
font-weight: 600;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
/* โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
4455
|
+
Build log overlay ยท narrative hero + 7-phase timeline + grid
|
|
4456
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
|
|
4457
|
+
.ap-buildlog-overlay {
|
|
4458
|
+
position: fixed;
|
|
4459
|
+
inset: 0;
|
|
4460
|
+
z-index: 9500;
|
|
4461
|
+
display: flex;
|
|
4462
|
+
align-items: center;
|
|
4463
|
+
justify-content: center;
|
|
4464
|
+
}
|
|
4465
|
+
.ap-buildlog-overlay-backdrop {
|
|
4466
|
+
position: absolute;
|
|
4467
|
+
inset: 0;
|
|
4468
|
+
background: rgba(0, 0, 0, 0.6);
|
|
4469
|
+
backdrop-filter: blur(3px);
|
|
4470
|
+
cursor: pointer;
|
|
4471
|
+
}
|
|
4472
|
+
.ap-buildlog-overlay-modal {
|
|
4473
|
+
position: relative;
|
|
4474
|
+
width: min(820px, calc(100vw - 32px));
|
|
4475
|
+
max-height: calc(100vh - 48px);
|
|
4476
|
+
display: flex;
|
|
4477
|
+
flex-direction: column;
|
|
4478
|
+
background: var(--panel);
|
|
4479
|
+
border: 0.5px solid var(--line-strong, var(--line));
|
|
4480
|
+
box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
|
|
4481
|
+
}
|
|
4482
|
+
.ap-buildlog-overlay-classification {
|
|
4483
|
+
display: flex;
|
|
4484
|
+
justify-content: space-between;
|
|
4485
|
+
align-items: center;
|
|
4486
|
+
padding: 8px 18px;
|
|
4487
|
+
background: var(--panel-2);
|
|
4488
|
+
border-bottom: 0.5px solid var(--line);
|
|
4489
|
+
font-family: var(--mono);
|
|
4490
|
+
font-size: 10px;
|
|
4491
|
+
letter-spacing: 0.18em;
|
|
4492
|
+
text-transform: uppercase;
|
|
4493
|
+
color: var(--text-faint);
|
|
4494
|
+
}
|
|
4495
|
+
.ap-buildlog-overlay-classification .dot { color: var(--lime); margin-right: 4px; }
|
|
4496
|
+
.ap-buildlog-overlay-classification .right { color: var(--text-soft); }
|
|
4497
|
+
.ap-buildlog-overlay-head {
|
|
4498
|
+
display: flex;
|
|
4499
|
+
justify-content: space-between;
|
|
4500
|
+
align-items: center;
|
|
4501
|
+
gap: 14px;
|
|
4502
|
+
padding: 14px 22px;
|
|
4503
|
+
border-bottom: 0.5px solid var(--line);
|
|
4504
|
+
}
|
|
4505
|
+
.ap-buildlog-overlay-title {
|
|
4506
|
+
font-family: var(--font-human);
|
|
4507
|
+
font-size: 16px;
|
|
4508
|
+
font-weight: 700;
|
|
4509
|
+
color: var(--text);
|
|
4510
|
+
letter-spacing: -0.005em;
|
|
4511
|
+
}
|
|
4512
|
+
.ap-buildlog-overlay-actions {
|
|
4513
|
+
display: flex;
|
|
4514
|
+
align-items: center;
|
|
4515
|
+
gap: 8px;
|
|
4516
|
+
}
|
|
4517
|
+
.ap-buildlog-overlay-close {
|
|
4518
|
+
width: 30px;
|
|
4519
|
+
height: 30px;
|
|
4520
|
+
background: transparent;
|
|
4521
|
+
border: 0.5px solid var(--line);
|
|
4522
|
+
color: var(--text-soft);
|
|
4523
|
+
font-size: 14px;
|
|
4524
|
+
cursor: pointer;
|
|
4525
|
+
transition: color 0.12s, border-color 0.12s;
|
|
4526
|
+
}
|
|
4527
|
+
.ap-buildlog-overlay-close:hover { color: var(--text); border-color: var(--line-strong, var(--line)); }
|
|
4528
|
+
.ap-buildlog-overlay-body {
|
|
4529
|
+
flex: 1;
|
|
4530
|
+
min-height: 0;
|
|
4531
|
+
overflow-y: auto;
|
|
4532
|
+
padding: 22px 28px 28px;
|
|
4533
|
+
}
|
|
4534
|
+
|
|
4535
|
+
/* Narrative hero ยท the pitch summary. Serif body, generous
|
|
4536
|
+
leading, wide enough to read but capped so long lines don't
|
|
4537
|
+
wreck rhythm. Empty-state variant nudges the user to scroll
|
|
4538
|
+
to the timeline. */
|
|
4539
|
+
.ap-buildlog-narrative {
|
|
4540
|
+
max-width: 640px;
|
|
4541
|
+
margin: 0 auto 28px;
|
|
4542
|
+
}
|
|
4543
|
+
.ap-buildlog-narrative p {
|
|
4544
|
+
font-family: var(--font-human);
|
|
4545
|
+
font-size: 15px;
|
|
4546
|
+
line-height: 1.72;
|
|
4547
|
+
color: var(--text);
|
|
4548
|
+
margin: 0 0 12px;
|
|
4549
|
+
}
|
|
4550
|
+
.ap-buildlog-narrative p:last-child { margin-bottom: 0; }
|
|
4551
|
+
.ap-buildlog-narrative-empty p {
|
|
4552
|
+
color: var(--text-faint);
|
|
4553
|
+
font-style: italic;
|
|
4554
|
+
text-align: center;
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4557
|
+
/* Timeline ยท 7 phase cards. Mono kicker number, friendly serif
|
|
4558
|
+
label, one-line blurb. Phase 2 carries a dimension grid below
|
|
4559
|
+
the blurb that visualises the angles researched. */
|
|
4560
|
+
.ap-buildlog-timeline {
|
|
4561
|
+
list-style: none;
|
|
4562
|
+
margin: 0;
|
|
4563
|
+
padding: 0;
|
|
4564
|
+
display: flex;
|
|
4565
|
+
flex-direction: column;
|
|
4566
|
+
gap: 0;
|
|
4567
|
+
}
|
|
4568
|
+
.ap-buildlog-phase {
|
|
4569
|
+
padding: 14px 0;
|
|
4570
|
+
border-top: 0.5px solid var(--line);
|
|
4571
|
+
}
|
|
4572
|
+
.ap-buildlog-phase:first-child { border-top: none; }
|
|
4573
|
+
.ap-buildlog-phase-head {
|
|
4574
|
+
display: flex;
|
|
4575
|
+
align-items: baseline;
|
|
4576
|
+
gap: 12px;
|
|
4577
|
+
margin-bottom: 6px;
|
|
4578
|
+
}
|
|
4579
|
+
.ap-buildlog-phase-num {
|
|
4580
|
+
font-family: var(--mono);
|
|
4581
|
+
font-size: 11px;
|
|
4582
|
+
letter-spacing: 0.18em;
|
|
4583
|
+
color: var(--lime);
|
|
4584
|
+
font-weight: 600;
|
|
4585
|
+
min-width: 22px;
|
|
4586
|
+
}
|
|
4587
|
+
.ap-buildlog-phase-label {
|
|
4588
|
+
font-family: var(--font-human);
|
|
4589
|
+
font-size: 15px;
|
|
4590
|
+
font-weight: 600;
|
|
4591
|
+
color: var(--text);
|
|
4592
|
+
}
|
|
4593
|
+
.ap-buildlog-phase-dur {
|
|
4594
|
+
margin-left: auto;
|
|
4595
|
+
font-family: var(--mono);
|
|
4596
|
+
font-size: 10px;
|
|
4597
|
+
letter-spacing: 0.14em;
|
|
4598
|
+
color: var(--text-faint);
|
|
4599
|
+
text-transform: uppercase;
|
|
4600
|
+
}
|
|
4601
|
+
.ap-buildlog-phase-blurb {
|
|
4602
|
+
margin: 0;
|
|
4603
|
+
font-family: var(--font-human);
|
|
4604
|
+
font-size: 13px;
|
|
4605
|
+
line-height: 1.6;
|
|
4606
|
+
color: var(--text-soft);
|
|
4607
|
+
padding-left: 34px;
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4610
|
+
/* Dimension grid ยท only renders under phase 2 when the
|
|
4611
|
+
dimension-plan event captured 4โ6 angles. */
|
|
4612
|
+
.ap-buildlog-phase-extras { padding: 14px 0 4px 34px; }
|
|
4613
|
+
.ap-buildlog-dims-label,
|
|
4614
|
+
.ap-buildlog-topup-label {
|
|
4615
|
+
font-family: var(--mono);
|
|
4616
|
+
font-size: 9px;
|
|
4617
|
+
letter-spacing: 0.18em;
|
|
4618
|
+
text-transform: uppercase;
|
|
4619
|
+
color: var(--text-faint);
|
|
4620
|
+
margin-bottom: 8px;
|
|
4621
|
+
}
|
|
4622
|
+
.ap-buildlog-dims-grid {
|
|
4623
|
+
display: grid;
|
|
4624
|
+
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
|
4625
|
+
gap: 8px;
|
|
4626
|
+
margin-bottom: 14px;
|
|
4627
|
+
}
|
|
4628
|
+
.ap-buildlog-dim {
|
|
4629
|
+
padding: 10px 12px;
|
|
4630
|
+
background: var(--panel-2);
|
|
4631
|
+
border: 0.5px solid var(--line);
|
|
4632
|
+
}
|
|
4633
|
+
.ap-buildlog-dim-name {
|
|
4634
|
+
font-family: var(--mono);
|
|
4635
|
+
font-size: 10px;
|
|
4636
|
+
letter-spacing: 0.12em;
|
|
4637
|
+
text-transform: uppercase;
|
|
4638
|
+
color: var(--lime);
|
|
4639
|
+
margin-bottom: 4px;
|
|
4640
|
+
}
|
|
4641
|
+
.ap-buildlog-dim-why {
|
|
4642
|
+
font-family: var(--font-human);
|
|
4643
|
+
font-size: 12px;
|
|
4644
|
+
line-height: 1.5;
|
|
4645
|
+
color: var(--text);
|
|
4646
|
+
margin-bottom: 6px;
|
|
4647
|
+
}
|
|
4648
|
+
.ap-buildlog-dim-stat {
|
|
4649
|
+
font-family: var(--mono);
|
|
4650
|
+
font-size: 10px;
|
|
4651
|
+
letter-spacing: 0.06em;
|
|
4652
|
+
color: var(--text-faint);
|
|
4653
|
+
}
|
|
4654
|
+
.ap-buildlog-topup {
|
|
4655
|
+
margin-top: 4px;
|
|
4656
|
+
padding: 10px 12px;
|
|
4657
|
+
background: var(--panel-2);
|
|
4658
|
+
border: 0.5px solid var(--line);
|
|
4659
|
+
}
|
|
4660
|
+
.ap-buildlog-topup-list {
|
|
4661
|
+
list-style: none;
|
|
4662
|
+
margin: 0;
|
|
4663
|
+
padding: 0;
|
|
4664
|
+
display: flex;
|
|
4665
|
+
flex-direction: column;
|
|
4666
|
+
gap: 4px;
|
|
4667
|
+
}
|
|
4668
|
+
.ap-buildlog-topup-list li {
|
|
4669
|
+
font-family: var(--mono);
|
|
4670
|
+
font-size: 11px;
|
|
4671
|
+
color: var(--text-soft);
|
|
4672
|
+
line-height: 1.5;
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
/* Footer stats ยท 3-up grid. Mirrors the cinematic dossier
|
|
4676
|
+
stat grid pattern but lighter (no inner row borders). */
|
|
4677
|
+
.ap-buildlog-footer {
|
|
4678
|
+
display: grid;
|
|
4679
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
4680
|
+
gap: 0;
|
|
4681
|
+
margin-top: 22px;
|
|
4682
|
+
border-top: 0.5px solid var(--line);
|
|
4683
|
+
padding-top: 14px;
|
|
4684
|
+
}
|
|
4685
|
+
.ap-buildlog-stat {
|
|
4686
|
+
text-align: center;
|
|
4687
|
+
padding: 4px 8px;
|
|
4688
|
+
border-right: 0.5px solid var(--line);
|
|
4689
|
+
}
|
|
4690
|
+
.ap-buildlog-stat:last-child { border-right: none; }
|
|
4691
|
+
.ap-buildlog-stat-l {
|
|
4692
|
+
font-family: var(--mono);
|
|
4693
|
+
font-size: 9px;
|
|
4694
|
+
letter-spacing: 0.16em;
|
|
4695
|
+
text-transform: uppercase;
|
|
4696
|
+
color: var(--text-faint);
|
|
4697
|
+
margin-bottom: 4px;
|
|
4698
|
+
}
|
|
4699
|
+
.ap-buildlog-stat-v {
|
|
4700
|
+
font-family: var(--mono);
|
|
4701
|
+
font-size: 16px;
|
|
4702
|
+
font-weight: 600;
|
|
4703
|
+
color: var(--text);
|
|
4704
|
+
letter-spacing: 0.02em;
|
|
4705
|
+
}
|
|
4706
|
+
|
|
4707
|
+
@media (max-width: 720px) {
|
|
4708
|
+
.ap-buildlog-overlay-body { padding: 18px 18px 22px; }
|
|
4709
|
+
.ap-buildlog-dims-grid { grid-template-columns: 1fr; }
|
|
4710
|
+
.ap-buildlog-phase-blurb { padding-left: 0; }
|
|
4711
|
+
.ap-buildlog-phase-extras { padding-left: 0; }
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4714
|
+
body.ap-buildlog-overlay-open { overflow: hidden; }
|