heyiam 0.3.6 → 0.3.9

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.
Files changed (92) hide show
  1. package/dist/archive.js +28 -0
  2. package/dist/db.js +9 -0
  3. package/dist/export.js +3 -0
  4. package/dist/llm/project-enhance.js +11 -5
  5. package/dist/mount.js +43 -18
  6. package/dist/public/assets/index-ByoBtx7P.css +1 -0
  7. package/dist/public/assets/index-LQHTU1Wz.js +37 -0
  8. package/dist/public/index.html +2 -2
  9. package/dist/render/build-render-data.js +1 -0
  10. package/dist/render/liquid.js +14 -1
  11. package/dist/render/mock-data.js +6 -0
  12. package/dist/render/select-profile-skills.js +54 -0
  13. package/dist/render/templates/aurora/portfolio.liquid +4 -4
  14. package/dist/render/templates/aurora/styles.css +6 -6
  15. package/dist/render/templates/bauhaus/portfolio.liquid +4 -4
  16. package/dist/render/templates/bauhaus/project.liquid +2 -2
  17. package/dist/render/templates/bauhaus/styles.css +1 -1
  18. package/dist/render/templates/blueprint/portfolio.liquid +4 -4
  19. package/dist/render/templates/blueprint/styles.css +1 -1
  20. package/dist/render/templates/canvas/portfolio.liquid +4 -4
  21. package/dist/render/templates/canvas/styles.css +2 -2
  22. package/dist/render/templates/carbon/portfolio.liquid +4 -4
  23. package/dist/render/templates/carbon/styles.css +7 -7
  24. package/dist/render/templates/chalk/portfolio.liquid +4 -4
  25. package/dist/render/templates/chalk/styles.css +44 -2
  26. package/dist/render/templates/circuit/portfolio.liquid +4 -4
  27. package/dist/render/templates/cosmos/portfolio.liquid +4 -4
  28. package/dist/render/templates/cosmos/styles.css +4 -4
  29. package/dist/render/templates/daylight/portfolio.liquid +4 -4
  30. package/dist/render/templates/editorial/portfolio.liquid +4 -4
  31. package/dist/render/templates/editorial/project.liquid +1 -1
  32. package/dist/render/templates/editorial/styles.css +6 -1
  33. package/dist/render/templates/ember/portfolio.liquid +4 -4
  34. package/dist/render/templates/ember/styles.css +2 -2
  35. package/dist/render/templates/glacier/portfolio.liquid +4 -4
  36. package/dist/render/templates/glacier/project.liquid +3 -3
  37. package/dist/render/templates/glacier/styles.css +2 -2
  38. package/dist/render/templates/grid/portfolio.liquid +4 -4
  39. package/dist/render/templates/grid/styles.css +2 -2
  40. package/dist/render/templates/kinetic/portfolio.liquid +4 -4
  41. package/dist/render/templates/kinetic/project.liquid +1 -1
  42. package/dist/render/templates/kinetic/styles.css +5 -5
  43. package/dist/render/templates/meridian/portfolio.liquid +4 -4
  44. package/dist/render/templates/meridian/styles.css +1 -1
  45. package/dist/render/templates/minimal/portfolio.liquid +3 -3
  46. package/dist/render/templates/minimal/project.liquid +1 -1
  47. package/dist/render/templates/mono/portfolio.liquid +4 -4
  48. package/dist/render/templates/mono/styles.css +15 -1
  49. package/dist/render/templates/neon/portfolio.liquid +4 -4
  50. package/dist/render/templates/neon/styles.css +11 -20
  51. package/dist/render/templates/noir/portfolio.liquid +4 -4
  52. package/dist/render/templates/noir/styles.css +5 -5
  53. package/dist/render/templates/obsidian/portfolio.liquid +4 -4
  54. package/dist/render/templates/obsidian/styles.css +2 -2
  55. package/dist/render/templates/paper/portfolio.liquid +4 -4
  56. package/dist/render/templates/paper/project.liquid +2 -2
  57. package/dist/render/templates/paper/styles.css +60 -1
  58. package/dist/render/templates/parallax/portfolio.liquid +4 -4
  59. package/dist/render/templates/parallax/styles.css +1 -1
  60. package/dist/render/templates/parchment/portfolio.liquid +4 -4
  61. package/dist/render/templates/parchment/styles.css +3 -3
  62. package/dist/render/templates/partials/_work-timeline.liquid +1 -1
  63. package/dist/render/templates/project.liquid +1 -1
  64. package/dist/render/templates/radar/portfolio.liquid +4 -4
  65. package/dist/render/templates/radar/project.liquid +1 -1
  66. package/dist/render/templates/radar/styles.css +4 -4
  67. package/dist/render/templates/showcase/portfolio.liquid +4 -4
  68. package/dist/render/templates/showcase/project.liquid +1 -1
  69. package/dist/render/templates/showcase/styles.css +7 -7
  70. package/dist/render/templates/signal/portfolio.liquid +4 -4
  71. package/dist/render/templates/signal/styles.css +5 -5
  72. package/dist/render/templates/strata/portfolio.liquid +4 -4
  73. package/dist/render/templates/strata/styles.css +3 -3
  74. package/dist/render/templates/styles.css +39 -28
  75. package/dist/render/templates/terminal/portfolio.liquid +2 -2
  76. package/dist/render/templates/terminal/project.liquid +1 -1
  77. package/dist/render/templates/verdant/portfolio.liquid +4 -4
  78. package/dist/render/templates/verdant/styles.css +17 -2
  79. package/dist/render/templates/zen/portfolio.liquid +4 -4
  80. package/dist/render/templates/zen/styles.css +8 -8
  81. package/dist/routes/context.js +26 -3
  82. package/dist/routes/enhance.js +10 -3
  83. package/dist/routes/export.js +1 -0
  84. package/dist/routes/github.js +1 -1
  85. package/dist/routes/portfolio-render-data.js +15 -1
  86. package/dist/routes/preview.js +31 -1
  87. package/dist/routes/projects.js +8 -1
  88. package/dist/routes/publish.js +9 -2
  89. package/dist/settings.js +2 -0
  90. package/package.json +1 -1
  91. package/dist/public/assets/index-7mUuxgqY.js +0 -37
  92. package/dist/public/assets/index-CMyamplX.css +0 -1
@@ -163,7 +163,7 @@ a:focus-visible {
163
163
  padding: 0.75rem 0;
164
164
  border-bottom: 1px solid var(--paper-border);
165
165
  font-family: var(--paper-font-mono);
166
- font-size: 0.8125rem;
166
+ font-size: 0.875rem;
167
167
  text-transform: uppercase;
168
168
  letter-spacing: 0.06em;
169
169
  }
@@ -1480,6 +1480,65 @@ a.session-card:hover {
1480
1480
  }
1481
1481
  }
1482
1482
 
1483
+ @media (max-width: 480px) {
1484
+ .page-wrapper {
1485
+ padding: 0 0.75rem;
1486
+ }
1487
+ .masthead {
1488
+ padding: 1.5rem 0 1rem;
1489
+ }
1490
+ .masthead__title {
1491
+ font-size: 1.5rem;
1492
+ }
1493
+ .masthead__edition {
1494
+ font-size: 0.75rem;
1495
+ flex-direction: column;
1496
+ gap: 0.25rem;
1497
+ }
1498
+ .byline {
1499
+ padding: 1rem 0;
1500
+ }
1501
+ .article-header__headline,
1502
+ .projects-section__heading {
1503
+ font-size: 1.25rem;
1504
+ }
1505
+ .project-card__headline {
1506
+ font-size: 1.125rem;
1507
+ }
1508
+ .session-meta {
1509
+ grid-template-columns: 1fr 1fr;
1510
+ gap: 0.5rem;
1511
+ }
1512
+ .stats-table th,
1513
+ .stats-table td {
1514
+ padding: 0.3rem 0.375rem;
1515
+ font-size: 0.75rem;
1516
+ }
1517
+ .stats-table td:last-child {
1518
+ font-size: 0.8125rem;
1519
+ }
1520
+ .timeline-table,
1521
+ .activity-table,
1522
+ .agents-table {
1523
+ font-size: 0.75rem;
1524
+ }
1525
+ .timeline-table th,
1526
+ .timeline-table td,
1527
+ .activity-table th,
1528
+ .activity-table td,
1529
+ .agents-table th,
1530
+ .agents-table td {
1531
+ padding: 0.3rem 0.375rem;
1532
+ }
1533
+ .nav-bar {
1534
+ flex-wrap: wrap;
1535
+ gap: 0.75rem;
1536
+ }
1537
+ .dev-take__text {
1538
+ font-size: 1rem;
1539
+ }
1540
+ }
1541
+
1483
1542
  /* ── Medium breakpoint ── */
1484
1543
  @media (min-width: 768px) and (max-width: 1023px) {
1485
1544
  .projects-columns {
@@ -137,12 +137,12 @@
137
137
  {% for p in projects %}
138
138
  <a href="/{{ user.username }}/{{ p.slug }}" class="project-card reveal" data-float="0.08">
139
139
  <h3 class="project-card__name">{{ p.title }}</h3>
140
- {% if p.narrative != blank %}
141
- <p class="project-card__narrative">{{ p.narrative }}</p>
140
+ {% if p.tagline != blank %}
141
+ <p class="project-card__narrative">{{ p.tagline }}</p>
142
142
  {% endif %}
143
- {% if p.skills.size > 0 %}
143
+ {% if p.profileSkills.size > 0 %}
144
144
  <div class="project-card__skills">
145
- {% for skill in p.skills %}
145
+ {% for skill in p.profileSkills %}
146
146
  <span class="skill-chip">{{ skill }}</span>
147
147
  {% endfor %}
148
148
  </div>
@@ -755,7 +755,7 @@ body { background: var(--px-bg); color: var(--px-text); }
755
755
  color: var(--px-accent);
756
756
  }
757
757
  .stats-bar__label {
758
- font-size: 0.6875rem;
758
+ font-size: 0.75rem;
759
759
  color: var(--px-text-tertiary);
760
760
  text-transform: uppercase;
761
761
  letter-spacing: 0.08em;
@@ -106,12 +106,12 @@
106
106
  <h3 class="project-card__title">
107
107
  <a href="/{{ user.username }}/{{ p.slug }}">{{ p.title }}</a>
108
108
  </h3>
109
- {% if p.narrative %}
110
- <p class="project-card__narrative">{{ p.narrative }}</p>
109
+ {% if p.tagline != blank %}
110
+ <p class="project-card__narrative">{{ p.tagline }}</p>
111
111
  {% endif %}
112
- {% if p.skills.size > 0 %}
112
+ {% if p.profileSkills.size > 0 %}
113
113
  <div class="project-card__skills">
114
- {% for skill in p.skills %}
114
+ {% for skill in p.profileSkills %}
115
115
  <span class="skill-tag">{{ skill }}</span>
116
116
  {% endfor %}
117
117
  </div>
@@ -367,7 +367,7 @@
367
367
  }
368
368
  .parchment .margin-stat__label {
369
369
  font-family: var(--parch-font-mono);
370
- font-size: 0.6875rem;
370
+ font-size: 0.75rem;
371
371
  color: var(--parch-text-tertiary);
372
372
  text-transform: uppercase;
373
373
  letter-spacing: 0.1em;
@@ -397,7 +397,7 @@
397
397
  }
398
398
  .parchment .project-stat__label {
399
399
  font-family: var(--parch-font-mono);
400
- font-size: 0.625rem;
400
+ font-size: 0.75rem;
401
401
  color: var(--parch-text-tertiary);
402
402
  text-transform: uppercase;
403
403
  letter-spacing: 0.1em;
@@ -427,7 +427,7 @@
427
427
  }
428
428
  .parchment .session-stats-row__label {
429
429
  font-family: var(--parch-font-mono);
430
- font-size: 0.5625rem;
430
+ font-size: 0.75rem;
431
431
  color: var(--parch-text-tertiary);
432
432
  text-transform: uppercase;
433
433
  letter-spacing: 0.1em;
@@ -3,5 +3,5 @@
3
3
  <h3 class="section-header__title">Work timeline</h3>
4
4
  <span class="section-header__meta">sessions over time</span>
5
5
  </div>
6
- <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'></div>
6
+ <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'{% if hideSessionDates %} data-hide-dates="1"{% endif %}></div>
7
7
  </div>
@@ -94,7 +94,7 @@
94
94
  <h3 class="section-header__title">Work timeline</h3>
95
95
  <span class="section-header__meta">sessions over time</span>
96
96
  </div>
97
- <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'></div>
97
+ <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'{% if hideSessionDates %} data-hide-dates="1"{% endif %}></div>
98
98
  </div>
99
99
 
100
100
  {%- comment -%} Growth Chart mount point {%- endcomment -%}
@@ -82,13 +82,13 @@
82
82
  <a class="portfolio-card" href="/{{ user.username }}/{{ p.slug }}">
83
83
  <div class="portfolio-card__bar portfolio-card__bar--cyan"></div>
84
84
  <div class="portfolio-card__title">{{ p.title }}</div>
85
- {% if p.narrative != blank %}
86
- <div class="portfolio-card__desc">{{ p.narrative }}</div>
85
+ {% if p.tagline != blank %}
86
+ <div class="portfolio-card__desc">{{ p.tagline }}</div>
87
87
  {% endif %}
88
88
  <div class="portfolio-card__meta">{{ p.totalSessions }} sessions &middot; {{ p.totalDurationMinutes | formatDuration }} &middot; {{ p.totalLoc | formatLoc }} LOC</div>
89
- {% if p.skills.size > 0 %}
89
+ {% if p.profileSkills.size > 0 %}
90
90
  <div class="portfolio-card__skills">
91
- {% for skill in p.skills %}
91
+ {% for skill in p.profileSkills %}
92
92
  <span class="chip">{{ skill }}</span>
93
93
  {% endfor %}
94
94
  </div>
@@ -103,7 +103,7 @@
103
103
  <section class="radar-section" aria-label="Work timeline">
104
104
  <div class="radar-label">Work Timeline</div>
105
105
  <div class="chart-card">
106
- <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'></div>
106
+ <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'{% if hideSessionDates %} data-hide-dates="1"{% endif %}></div>
107
107
  </div>
108
108
  </section>
109
109
  {% endif %}
@@ -249,7 +249,7 @@ body { background: var(--surface); color: var(--on-surface); }
249
249
 
250
250
  .radar .portfolio-stat__label {
251
251
  font-family: var(--font-mono);
252
- font-size: 9px;
252
+ font-size: 12px;
253
253
  text-transform: uppercase;
254
254
  letter-spacing: 0.05em;
255
255
  color: var(--on-surface-variant);
@@ -334,7 +334,7 @@ body { background: var(--surface); color: var(--on-surface); }
334
334
  font-family: var(--font-mono);
335
335
  font-size: 11px;
336
336
  line-height: 1.2;
337
- padding: 0.125rem 0.5rem;
337
+ padding: 0.25rem 0.5rem;
338
338
  border-radius: var(--radius-sm);
339
339
  background: var(--accent-faint);
340
340
  color: var(--accent);
@@ -436,7 +436,7 @@ body { background: var(--surface); color: var(--on-surface); }
436
436
  }
437
437
  .radar .stat-card__label {
438
438
  font-family: var(--font-mono);
439
- font-size: 9px;
439
+ font-size: 12px;
440
440
  text-transform: uppercase;
441
441
  letter-spacing: 0.05em;
442
442
  color: var(--on-surface-variant);
@@ -730,7 +730,7 @@ body { background: var(--surface); color: var(--on-surface); }
730
730
  }
731
731
  .radar .stat-card-sm__label {
732
732
  font-family: var(--font-mono);
733
- font-size: 9px;
733
+ font-size: 12px;
734
734
  text-transform: uppercase;
735
735
  letter-spacing: 0.05em;
736
736
  color: var(--on-surface-variant);
@@ -96,17 +96,17 @@
96
96
  <a href="/{{ user.username }}/{{ p.slug }}" class="sc-project-card sc-stagger" style="display: block; margin-bottom: 0.75rem;">
97
97
  <div class="sc-project-card__accent-bar" style="background: var(--accent);"></div>
98
98
  <div class="sc-project-card__title">{{ p.title }}</div>
99
- {% if p.narrative != blank %}
100
- <p class="sc-project-card__narrative">{{ p.narrative }}</p>
99
+ {% if p.tagline != blank %}
100
+ <p class="sc-project-card__narrative">{{ p.tagline }}</p>
101
101
  {% endif %}
102
102
  <div class="sc-project-card__meta">
103
103
  <span>{{ p.totalSessions }} sessions</span>
104
104
  <span>{{ p.totalDurationMinutes | formatDuration }}</span>
105
105
  <span>{{ p.totalLoc | localeNumber }} LOC</span>
106
106
  </div>
107
- {% if p.skills.size > 0 %}
107
+ {% if p.profileSkills.size > 0 %}
108
108
  <div class="sc-project-card__skills">
109
- {% for skill in p.skills limit: 6 %}
109
+ {% for skill in p.profileSkills %}
110
110
  <span class="sc-skill-chip">{{ skill }}</span>
111
111
  {% endfor %}
112
112
  </div>
@@ -90,7 +90,7 @@
90
90
  <h3>Work Timeline</h3>
91
91
  <span class="sc-section-label">sessions over time</span>
92
92
  </div>
93
- <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'></div>
93
+ <div data-work-timeline data-sessions='{{ sessionsJson | raw }}'{% if hideSessionDates %} data-hide-dates="1"{% endif %}></div>
94
94
  </div>
95
95
  </section>
96
96
 
@@ -80,7 +80,7 @@ body { background: var(--bg); color: var(--text); }
80
80
  font-family: var(--font-body);
81
81
  color: var(--text);
82
82
  background: var(--bg);
83
- line-height: 1.5;
83
+ line-height: 1.6;
84
84
  -webkit-font-smoothing: antialiased;
85
85
  -moz-osx-font-smoothing: grayscale;
86
86
  }
@@ -299,7 +299,7 @@ body { background: var(--bg); color: var(--text); }
299
299
  }
300
300
  .sc-hero-stat__label {
301
301
  font-family: var(--font-mono);
302
- font-size: 9px;
302
+ font-size: 12px;
303
303
  font-weight: 400;
304
304
  color: var(--text-3);
305
305
  letter-spacing: 0.08em;
@@ -350,7 +350,7 @@ body { background: var(--bg); color: var(--text); }
350
350
  }
351
351
  .sc-section-label {
352
352
  font-family: var(--font-mono);
353
- font-size: 9px;
353
+ font-size: 12px;
354
354
  font-weight: 400;
355
355
  color: var(--text-3);
356
356
  letter-spacing: 0.08em;
@@ -605,7 +605,7 @@ body { background: var(--bg); color: var(--text); }
605
605
  }
606
606
  .sc-stat-card__label {
607
607
  font-family: var(--font-mono);
608
- font-size: 9px;
608
+ font-size: 12px;
609
609
  font-weight: 400;
610
610
  color: var(--text-3);
611
611
  letter-spacing: 0.08em;
@@ -692,7 +692,7 @@ body { background: var(--bg); color: var(--text); }
692
692
  .sc-decision-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
693
693
  .sc-phase-label {
694
694
  font-family: var(--font-mono);
695
- font-size: 9px;
695
+ font-size: 12px;
696
696
  color: var(--accent);
697
697
  text-transform: uppercase;
698
698
  letter-spacing: 0.08em;
@@ -782,7 +782,7 @@ body { background: var(--bg); color: var(--text); }
782
782
  .sc-phase-item:nth-child(4) .sc-phase-dot { transition-delay: 850ms; }
783
783
  .sc-phase-number {
784
784
  font-family: var(--font-mono);
785
- font-size: 9px;
785
+ font-size: 12px;
786
786
  color: var(--accent);
787
787
  letter-spacing: 0.08em;
788
788
  text-transform: uppercase;
@@ -919,7 +919,7 @@ body { background: var(--bg); color: var(--text); }
919
919
  }
920
920
  .sc-meta-item__label {
921
921
  font-family: var(--font-mono);
922
- font-size: 9px;
922
+ font-size: 12px;
923
923
  color: var(--text-3);
924
924
  text-transform: uppercase;
925
925
  letter-spacing: 0.08em;
@@ -115,8 +115,8 @@
115
115
  <tr>
116
116
  <td>
117
117
  <div class="project-name"><a href="/{{ user.username }}/{{ p.slug }}">{{ p.title }}</a></div>
118
- {% if p.narrative != blank %}
119
- <div class="project-narrative">{{ p.narrative }}</div>
118
+ {% if p.tagline != blank %}
119
+ <div class="project-narrative">{{ p.tagline }}</div>
120
120
  {% endif %}
121
121
  </td>
122
122
  <td class="stat-mono">{{ p.totalSessions }}</td>
@@ -145,9 +145,9 @@
145
145
  {% endif %}
146
146
  </td>
147
147
  <td>
148
- {% if p.skills.size > 0 %}
148
+ {% if p.profileSkills.size > 0 %}
149
149
  <div class="skill-badges">
150
- {% for skill in p.skills %}
150
+ {% for skill in p.profileSkills %}
151
151
  <span class="skill-badge strong">{{ skill }}</span>
152
152
  {% endfor %}
153
153
  </div>
@@ -35,8 +35,8 @@ body { background: var(--bg); color: var(--fg); }
35
35
  font-family: var(--font-body);
36
36
  color: var(--fg);
37
37
  background: var(--bg);
38
- line-height: 1.5;
39
- font-size: 14px;
38
+ line-height: 1.6;
39
+ font-size: 16px;
40
40
  -webkit-font-smoothing: antialiased;
41
41
  -moz-osx-font-smoothing: grayscale;
42
42
  }
@@ -157,7 +157,7 @@ body { background: var(--bg); color: var(--fg); }
157
157
  }
158
158
  .signal .stat-label {
159
159
  font-family: var(--font-mono);
160
- font-size: 10px;
160
+ font-size: 12px;
161
161
  text-transform: uppercase;
162
162
  letter-spacing: 0.08em;
163
163
  color: var(--fg-dim);
@@ -182,7 +182,7 @@ body { background: var(--bg); color: var(--fg); }
182
182
  margin-bottom: 2px;
183
183
  }
184
184
  .signal.heyiam-session .stat-label {
185
- font-size: 9px;
185
+ font-size: 12px;
186
186
  }
187
187
 
188
188
  .signal .stat-cell--leverage-group {
@@ -392,7 +392,7 @@ body { background: var(--bg); color: var(--fg); }
392
392
  }
393
393
  .signal .nav-links a {
394
394
  font-family: var(--font-mono);
395
- font-size: 12px;
395
+ font-size: 14px;
396
396
  color: var(--fg-muted);
397
397
  text-decoration: none;
398
398
  padding: 4px 10px;
@@ -79,8 +79,8 @@
79
79
  <a class="strata-project-card" href="/{{ user.username }}/{{ p.slug }}" aria-label="{{ p.title }} project">
80
80
  <div class="strata-project-card__accent" style="background: var(--strata-accent);"></div>
81
81
  <div class="strata-project-card__title">{{ p.title }}</div>
82
- {% if p.narrative %}
83
- <div class="strata-project-card__desc">{{ p.narrative }}</div>
82
+ {% if p.tagline != blank %}
83
+ <div class="strata-project-card__desc">{{ p.tagline }}</div>
84
84
  {% endif %}
85
85
  <div class="strata-project-card__meta">{{ p.totalSessions }} sessions &middot; {{ p.totalDurationMinutes | formatDuration }} &middot; {{ p.totalLoc | formatLoc }} LOC</div>
86
86
  {% if p.sourceCounts.size > 0 %}
@@ -92,9 +92,9 @@
92
92
  </div>
93
93
  <div class="strata-project-card__source">{% for sc in p.sourceCounts %}{% assign pct = sc.count | times: 100 | divided_by: p.totalSessions %}{{ sc.tool }} {{ pct }}%{% unless forloop.last %} &middot; {% endunless %}{% endfor %}</div>
94
94
  {% endif %}
95
- {% if p.skills.size > 0 %}
95
+ {% if p.profileSkills.size > 0 %}
96
96
  <div class="strata-project-card__chips">
97
- {% for skill in p.skills %}
97
+ {% for skill in p.profileSkills %}
98
98
  <span class="strata-project-card__chip">{{ skill }}</span>
99
99
  {% endfor %}
100
100
  </div>
@@ -63,7 +63,7 @@ body {
63
63
  font-family: var(--strata-font-body);
64
64
  color: var(--strata-text);
65
65
  background: var(--strata-bg);
66
- line-height: 1.5;
66
+ line-height: 1.6;
67
67
  -webkit-font-smoothing: antialiased;
68
68
  -moz-osx-font-smoothing: grayscale;
69
69
  }
@@ -290,7 +290,7 @@ a:focus-visible {
290
290
  }
291
291
  .strata-agg-stat__label {
292
292
  font-family: var(--strata-font-mono);
293
- font-size: 10px;
293
+ font-size: 12px;
294
294
  text-transform: uppercase;
295
295
  letter-spacing: 0.08em;
296
296
  color: var(--strata-text-tertiary);
@@ -444,7 +444,7 @@ a:focus-visible {
444
444
  }
445
445
  .strata-stat__label {
446
446
  font-family: var(--strata-font-mono);
447
- font-size: 10px;
447
+ font-size: 12px;
448
448
  font-weight: 500;
449
449
  text-transform: uppercase;
450
450
  letter-spacing: 0.08em;