| 1 |
<div style="max-width: 350px; background: var(--surface-muted); overflow: hidden; font-family: inherit;"> |
| 2 |
<div style="width: 100%; height: 200px; background: var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.85rem;">Cover Image</div> |
| 3 |
<div style="padding: 1rem;"> |
| 4 |
<div style="font-size: 1.1rem; font-weight: 600; margin-bottom: 0.25rem;">Midnight Frequencies</div> |
| 5 |
<div style="font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.5rem;">by Neon Cascade</div> |
| 6 |
<div style="font-size: 0.85rem; margin-bottom: 0.75rem; opacity: 0.8;">A six-track ambient journey through late-night radio static and distant signals.</div> |
| 7 |
<div style="display: flex; align-items: center; justify-content: space-between;"> |
| 8 |
<span style="font-weight: 600;">$8.00</span> |
| 9 |
<button class="primary" disabled style="font-size: 0.85rem; padding: 0.4rem 1rem;">Buy</button> |
| 10 |
</div> |
| 11 |
</div> |
| 12 |
</div> |
| 13 |
|