/* NOTE 1-10 — UI « télécommande » de la fiche chaîne (arbitrages Lili 12/07 16h55,
   backend mu-plugin freeetv-rating). Pastilles CHIFFRÉES 1-10 dépliées au clic depuis
   l'infobar, remplissage progressif au survol. Tokens du thème partout → jour/nuit et
   ambiances gratuits. margin:0 EXPLICITE sur chaque bouton (piège margin:20px du thème
   hello-elementor sur les <button> génériques — 4e occurrence, cf freeetv.css).
   .ftv-rate-badge (tout en bas) = classe RÉSERVÉE cartes Pro V2, non câblée. */

.ftv-rate{position:relative}
.ftv-rate-btn{display:inline-flex;align-items:center;gap:7px;margin:0;padding:0;border:0;background:none;
  color:var(--muted);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}
.ftv-rate-btn svg{color:var(--blue-glow);flex:0 0 auto}
.ftv-rate-btn:hover{color:var(--ink)}
.ftv-rate-btn b{color:var(--soft);font-variant-numeric:tabular-nums}
.ftv-rate-btn i{font-style:normal;color:var(--faint)}

.ftv-rate-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:30;display:flex;align-items:center;
  flex-wrap:wrap;gap:4px;width:max-content;max-width:calc(100vw - 40px);padding:8px 10px;
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  box-shadow:0 8px 24px rgba(0,0,0,.35);white-space:nowrap}
/* mobile : le popover absolu déborderait du cadre → mini bottom-sheet fixe (même famille
   que la hdr-sheet), pastilles centrées, toujours refermé au tap hors zone / Escape */
@media(max-width:640px){.ftv-rate-pop{position:fixed;left:12px;right:12px;top:auto;bottom:14px;
  width:auto;max-width:none;justify-content:center;box-shadow:0 12px 40px rgba(0,0,0,.5)}}

.ftv-rate-n{width:26px;height:26px;margin:0;padding:0;border:1px solid var(--line);border-radius:7px;
  background:none;color:var(--muted);font:inherit;font-size:.8rem;font-weight:700;
  font-variant-numeric:tabular-nums;cursor:pointer;line-height:1;
  transition:background .12s ease,color .12s ease,border-color .12s ease}
/* remplissage progressif : le JS pose .fill sur 1..n au survol de n (et sur la note votée) */
.ftv-rate-n.fill{background:var(--blue-glow);border-color:var(--blue-glow);color:var(--panel)}
.ftv-rate-n:focus-visible{outline:2px solid var(--blue-glow);outline-offset:1px}

.ftv-rate-msg{display:inline-block;margin:0 0 0 6px;font-style:normal;font-size:.78rem;color:var(--muted)}
.ftv-rate[data-busy] .ftv-rate-n{pointer-events:none;opacity:.6}

@media(prefers-reduced-motion:reduce){.ftv-rate-n{transition:none}}

/* RÉSERVÉ Pro V2 (cartes de la grille — mémoire fondatrice vues+note sur vignettes) :
   à câbler avec le gating Pro, AUCUN usage tant que le compte Pro n'existe pas. */
.ftv-rate-badge{display:none}
