/* 5.2.5.3 — Live prévu */
.week-match__score--planned{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:96px}
.fo-live-planned-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff0f0;color:#c31925;font-size:.69rem;font-weight:800;letter-spacing:.045em;padding:5px 8px;white-space:nowrap}
.fo-live-planned-by{max-width:120px;color:#616a76;font-size:.69rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* 6.5 — Score Center : touche sport/jeu vidéo volontairement discrète. */
.week-match,.compact-match{--score-ink:#101828;--score-accent:#b5151b}
.week-match{transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}
.week-match:hover{transform:translateY(-1px);border-color:#d7dbe0;box-shadow:0 8px 22px rgba(16,24,40,.07)}
.week-match__score,.compact-match__score{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;letter-spacing:-.035em}
.compact-match__score{display:inline-flex;min-width:50px;justify-content:center;padding:3px 7px;border:1px solid #e3e6ea;border-radius:6px;background:#f8f9fa;color:var(--score-ink);box-shadow:inset 0 -1px 0 rgba(16,24,40,.04)}
.compact-match:hover{background:linear-gradient(90deg,#fff,#f8f9fb 50%,#fff)}
.compact-match:hover .compact-match__score{border-color:#cfd4da;background:#fff}
.compact-match__team.is-winner{position:relative}.compact-match__team.is-winner:after{content:"";display:inline-block;width:4px;height:4px;margin-left:5px;border-radius:50%;background:var(--score-accent);vertical-align:middle}
@media(max-width:760px){.week-match:hover{transform:none;box-shadow:none}.compact-match__score{min-width:44px;padding-inline:5px}}
@media(prefers-reduced-motion:reduce){.week-match{transition:none!important}}

/* 6.5.44 — filtre vendredi / samedi / dimanche : discret, tactile, sans JS. */
.matches-day-filter{display:flex;align-items:center;gap:6px;margin:10px 0 14px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.matches-day-filter::-webkit-scrollbar{display:none}
.matches-day-filter a{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #e4e7ec;border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap;transition:border-color .12s ease,background-color .12s ease,color .12s ease}
.matches-day-filter a small{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:900;font-variant-numeric:tabular-nums}
.matches-day-filter a.is-active{border-color:#111827;background:#111827;color:#fff}
.matches-day-filter a.is-active small{background:rgba(255,255,255,.14);color:#fff}
@media(hover:hover){.matches-day-filter a:not(.is-active):hover{border-color:#cfd4dc;background:#f9fafb;color:#9d1b24}}
@media(max-width:640px){.matches-day-filter{margin-inline:-2px}.matches-day-filter a{min-height:40px;padding-inline:12px}}
@media(prefers-reduced-motion:reduce){.matches-day-filter a{transition:none}}
