.public-story-card { position: relative; }
.public-story-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; float: right; margin: 0 0 8px 12px; }
.constellation-empty { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(320px, 80%); padding: 18px; text-align: center; color: #665f69; background: rgba(255, 253, 250, 0.9); border: 1px dashed rgba(50, 43, 54, 0.2); border-radius: 18px; line-height: 1.5; }
