.tag-strip { display: flex; align-items: center; gap: 8px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; padding-bottom: 2px; margin-bottom: 28px; }
.tag-strip::-webkit-scrollbar { display: none; }
.tag-pill { flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; border-radius: 20px; background: var(--bg-surface); border: 1px solid var(--border); color: var(--text-muted); font-size: 12px; font-weight: 500; transition: all 0.15s; line-height: 1.4; }
.home-section { margin-bottom: 38px; }
