/* Phase 3 — quiet personalization accents (Matches + round strip) */

.match-card.is-followed-competition > .league-header-row {
  box-shadow: inset 2px 0 0 rgba(74, 124, 89, 0.5);
}

.match-row.is-followed-team {
  background: rgba(74, 124, 89, 0.05);
}

.match-row.is-followed-team .team-name.is-followed-club {
  color: var(--text-secondary);
  font-weight: 650;
}

[data-theme="light"] .match-card.is-followed-competition > .league-header-row {
  box-shadow: inset 2px 0 0 rgba(22, 163, 74, 0.45);
}

[data-theme="light"] .match-row.is-followed-team {
  background: rgba(22, 163, 74, 0.05);
}

[data-theme="light"] .match-row.is-followed-team .team-name.is-followed-club {
  color: #14532d;
  font-weight: 650;
}

/* Same-round strip: followed club fixtures stay a touch more visible */
.rndfx-item.is-followed-round:not(.rndfx-item--current) {
  opacity: 0.82;
}

.rndfx-item.is-followed-round .rndfx-crest {
  box-shadow: 0 0 0 1px rgba(74, 124, 89, 0.45);
}

[data-theme="light"] .rndfx-item.is-followed-round .rndfx-crest {
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.4);
}
