/* StileJuventus V9.468 — contrasto globale pulsanti Segui in tema Giorno.
   Override finale caricato dopo tutti i CSS frontend per impedire che hover
   legacy separino colore testo e background negli stati Segui/Seguito. */

/* Stato NON seguito: pillola nera, hover sempre scuro e testo bianco. */
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button,
  .slr-social-inline-follow-login,
  .slr-social-side-follow-login,
  .slr-social-explore-person-login,
  .slr-social-following-login,
  .slr-editorial-follow-login
):not(.is-following):not([aria-pressed="true"]):not(:disabled){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  filter:none!important;
}

html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button,
  .slr-social-inline-follow-login,
  .slr-social-side-follow-login,
  .slr-social-explore-person-login,
  .slr-social-following-login,
  .slr-editorial-follow-login
):not(.is-following):not([aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible){
  border-color:#293139!important;
  background:#293139!important;
  background-color:#293139!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  filter:none!important;
}

/* Stato GIÀ seguito: base neutra e leggibile. */
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button
):is(.is-following,[aria-pressed="true"]):not(:disabled){
  border-color:#697680!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#0f1419!important;
  -webkit-text-fill-color:#0f1419!important;
  opacity:1!important;
  filter:none!important;
}

/* V9.468 — hover dello stato già seguito in tema Giorno.
   Se il testo è bianco, anche la pillola DEVE essere scura: niente più
   fondo rosa/bianco. Override globale + rinforzo specifico su profili,
   pagina Seguiti e profili calciatore. */
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button
):is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  filter:none!important;
}

/* I vecchi fogli hanno alcune regole hover sui figli con specificità maggiore.
   Forziamo quindi esplicitamente testo, + e spunta al bianco nelle pagine
   interessate, invece di affidarci alla sola ereditarietà. */
html[data-slr-theme="light"] body:is(
  .slr-author-social-page,
  .slr-social-following-page,
  .slr-player-social-page
) :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow
):is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}

html[data-slr-theme="light"] body:is(
  .slr-author-social-page,
  .slr-social-following-page,
  .slr-player-social-page
) :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow
):is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible) :is(span,i,b,strong,small,svg){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}

html[data-slr-theme="light"] body.slr-player-social-page .slr-player-profile-follow:is(.is-following,[aria-pressed="true"]):not(:disabled):is(:hover,:focus-visible) i{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Tutti i figli grafici/testuali seguono SEMPRE il colore della pillola. */
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button,
  .slr-social-inline-follow-login,
  .slr-social-side-follow-login,
  .slr-social-explore-person-login,
  .slr-social-following-login,
  .slr-editorial-follow-login
) :is(span,i,b,strong,small){
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  opacity:1!important;
}

html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow,
  .slr-fan-club-follow-button
) svg{
  color:inherit!important;
  stroke:currentColor!important;
}

/* Durante la brevissima richiesta AJAX non rendiamo il testo illeggibile:
   il disabled conserva il contrasto dello stato visibile. */
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow
):disabled{
  opacity:.66!important;
  filter:none!important;
}
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow
):disabled:not(.is-following):not([aria-pressed="true"]){
  border-color:#0f1419!important;
  background:#0f1419!important;
  background-color:#0f1419!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-slr-theme="light"] body.slr-site :is(
  button[data-social-follow-user],
  button[data-player-follow],
  button[data-squad-follow],
  .slr-author-follow-profile,
  .slr-player-profile-follow
):disabled:is(.is-following,[aria-pressed="true"]){
  border-color:#8b959d!important;
  background:#f5f7f8!important;
  background-color:#f5f7f8!important;
  color:#27343e!important;
  -webkit-text-fill-color:#27343e!important;
}
