/* Jeux video collaborative rankings - isolated frontend styles. */
.vmc-gr-site-main {
  --vmc-gr-bg: var(--vmc-bg, #fbfaf7);
  --vmc-gr-surface: var(--vmc-surface, #fff);
  --vmc-gr-soft: var(--vmc-soft, #f1eee8);
  --vmc-gr-text: var(--vmc-text, #171512);
  --vmc-gr-muted: var(--vmc-muted, #6f6a62);
  --vmc-gr-border: var(--vmc-border, rgba(23, 21, 18, .12));
  --vmc-gr-radius: var(--vmc-radius, 24px);
  --vmc-gr-shadow: var(--vmc-shadow, 0 24px 70px rgba(23, 21, 18, .08));
  --vmc-gr-border-strong: rgba(23, 21, 18, .30);
  --vmc-gr-on-strong: #fff;
  --vmc-gr-danger: #8a2424;
  --vmc-gr-success-bg: #176b3a;
  --vmc-gr-success-text: #fff;
  padding: 34px 0 84px;
  color: var(--vmc-gr-text);
}
.vmc-gr-shell { min-width: 0; }
.vmc-gr-shell * { box-sizing: border-box; }
.vmc-gr-shell img { max-width: 100%; }
.vmc-gr-shell a { text-underline-offset: 3px; }

.vmc-gr-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: var(--vmc-gr-muted);
  font-size: .84rem;
}
.vmc-gr-breadcrumbs a { color: inherit; text-decoration: none; }
.vmc-gr-breadcrumbs a:hover { color: var(--vmc-gr-text); }

/* La page de vote est un outil : apres le fil d’Ariane, le duel devient immédiatement le contenu principal. */
.vmc-gr-vote-page .vmc-gr-breadcrumbs { margin-bottom: 18px; }
.vmc-gr-vote-page .vmc-gr-duel-app { margin-top: 0; }

.vmc-gr-kicker,
.vmc-gr-section-head > div > span,
.vmc-gr-game-tags > div > span,
.vmc-gr-question > span {
  display: block;
  margin: 0 0 8px;
  color: var(--vmc-gr-muted);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vmc-gr-hero,
.vmc-gr-page-head {
  max-width: 900px;
  padding: clamp(20px, 4vw, 42px) 0 34px;
}
.vmc-gr-hero h1,
.vmc-gr-page-head h1,
.vmc-gr-game-hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.vmc-gr-hero > p,
.vmc-gr-page-head > p,
.vmc-gr-term-description,
.vmc-gr-game-lead {
  margin: 18px 0 0;
  max-width: 790px;
  color: var(--vmc-gr-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.vmc-gr-term-description p { margin: 0 0 10px; }
.vmc-gr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.vmc-gr-button,
.vmc-gr-shell button.vmc-gr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 999px;
  padding: 11px 17px;
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
  font: inherit;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}
.vmc-gr-button:hover { border-color: var(--vmc-gr-border-strong); transform: translateY(-1px); }
.vmc-gr-button-primary,
.vmc-gr-shell .vmc-gr-button-primary { background: var(--vmc-gr-text); border-color: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); }


.vmc-gr-giveaway-cta-hint {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 720px;
  margin: 12px 0 0;
  padding: 9px 12px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 13px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-muted);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.45;
}
.vmc-gr-giveaway-cta-hint.is-hero { margin-top: 14px; color: var(--vmc-gr-text); font-size: .84rem; }
.vmc-gr-giveaway-cta-hint.is-compact { margin-top: 10px; padding: 7px 10px; font-size: .75rem; }
.vmc-gr-giveaway-cta-icon { flex: 0 0 auto; line-height: 1.35; }
.vmc-gr-giveaway-cta-copy { min-width: 0; }
.vmc-gr-giveaway-cta-copy strong { color: var(--vmc-gr-text); font-weight: 850; }

.vmc-gr-stats-wrap { margin: 12px 0 48px; }
.vmc-gr-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.vmc-gr-stats > .vmc-gr-stat-card {
  display: grid;
  gap: 4px;
  padding: 20px;
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 18px;
}
.vmc-gr-stats strong { font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1; letter-spacing: -.04em; }
.vmc-gr-stats span { color: var(--vmc-gr-muted); font-size: .86rem; }
.vmc-gr-stat-card {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.vmc-gr-stat-card:visited { color: inherit; }
.vmc-gr-stat-card:hover,
.vmc-gr-stat-card:focus-visible {
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--vmc-gr-border) 58%, #6157e8 42%);
  box-shadow: 0 7px 18px rgba(30,27,56,.06);
}
.vmc-gr-stat-card:focus-visible {
  outline: 2px solid rgba(97,87,232,.42);
  outline-offset: 2px;
}
.vmc-gr-stat-card > strong { padding-right: 92px; }
.vmc-gr-stat-status {
  position: absolute;
  top: 13px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 26px);
  min-height: 24px;
  padding: 5px 9px 5px 20px;
  border: 1px solid rgba(97,87,232,.16);
  border-radius: 999px;
  background: rgba(97,87,232,.055);
  color: var(--vmc-gr-muted);
  font-size: .68rem !important;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}
.vmc-gr-stat-status::before {
  content: "";
  position: absolute;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6157e8;
}
.vmc-gr-stats-compact { grid-template-columns: repeat(2, minmax(0, 220px)); margin-top: 0; }

.vmc-gr-section { margin: 0 0 54px; }
.vmc-gr-section-compact { margin-top: -18px; }
.vmc-gr-anchor-target { scroll-margin-top: 92px; }
.vmc-gr-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
}
.vmc-gr-section-head h2,
.vmc-gr-game-facts h2,
.vmc-gr-game-tags h2,
.vmc-gr-editorial h2,
.vmc-gr-how > h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.vmc-gr-section-head > a { color: var(--vmc-gr-text); font-weight: 800; }
.vmc-gr-section-head > small { color: var(--vmc-gr-muted); }

.vmc-gr-ranking-list {
  overflow: hidden;
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 20px;
}
.vmc-gr-ranking-row {
  display: grid;
  grid-template-columns: 72px 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 82px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--vmc-gr-border);
}
.vmc-gr-ranking-row:last-child { border-bottom: 0; }
.vmc-gr-ranking-row.is-unranked { grid-template-columns: 56px minmax(0, 1fr) auto; }
.vmc-gr-rank-number { text-align: center; font-size: 1.2rem; font-weight: 900; letter-spacing: -.04em; }
.vmc-gr-rank-cover { width: 52px; height: 66px; overflow: hidden; border-radius: 8px; background: var(--vmc-gr-soft); }
.vmc-gr-rank-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vmc-gr-rank-main { min-width: 0; }
.vmc-gr-rank-main h3 { margin: 0 0 5px; font-size: 1.03rem; line-height: 1.2; }
.vmc-gr-rank-main h3 a { color: inherit; text-decoration: none; }
.vmc-gr-rank-main p { display: flex; flex-wrap: wrap; gap: 7px 12px; margin: 0; color: var(--vmc-gr-muted); font-size: .8rem; }
.vmc-gr-rank-meta { display: grid; justify-items: end; min-width: 88px; }
.vmc-gr-rank-meta strong { font-size: 1rem; }
.vmc-gr-rank-meta span,
.vmc-gr-rank-meta small { color: var(--vmc-gr-muted); font-size: .72rem; }
.vmc-gr-rank-meta small { margin-top: 3px; text-align: right; }

.vmc-gr-ranking-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.vmc-gr-ranking-card {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 20px;
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 19px;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.vmc-gr-ranking-card:hover { transform: translateY(-3px); box-shadow: var(--vmc-gr-shadow); border-color: var(--vmc-gr-border-strong); }
.vmc-gr-ranking-card-label { color: var(--vmc-gr-muted); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.vmc-gr-ranking-card h3 { margin: 14px 0 8px; font-size: 1.28rem; line-height: 1.1; letter-spacing: -.025em; }
.vmc-gr-ranking-card p { margin: 0; color: var(--vmc-gr-muted); line-height: 1.5; }
.vmc-gr-ranking-card small { margin-top: auto; padding-top: 20px; color: var(--vmc-gr-muted); font-weight: 750; }
.vmc-gr-ranking-cards-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vmc-gr-ranking-cards-compact .vmc-gr-ranking-card { min-height: 170px; }

.vmc-gr-facet-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vmc-gr-facet-group,
.vmc-gr-game-tags,
.vmc-gr-game-facts,
.vmc-gr-editorial {
  padding: 22px;
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 20px;
}
.vmc-gr-facet-group h3 { margin: 0 0 14px; font-size: 1.08rem; }
.vmc-gr-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.vmc-gr-chip-list a,
.vmc-gr-chip-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 999px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-text);
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}
.vmc-gr-chip-list small { color: var(--vmc-gr-muted); font-size: .7rem; }

.vmc-gr-how { margin: 0 0 54px; }
.vmc-gr-how > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.vmc-gr-how article { padding: 22px; background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); border-radius: 20px; }
.vmc-gr-how article > strong { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--vmc-gr-on-strong); color: var(--vmc-gr-text); }
.vmc-gr-how h3 { margin: 17px 0 7px; }
.vmc-gr-how p { margin: 0; color: var(--vmc-gr-on-strong); opacity: .72; line-height: 1.55; }

.vmc-gr-empty,
.vmc-gr-notice,
.vmc-gr-duel-error {
  padding: 20px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
  background: var(--vmc-gr-surface);
}
.vmc-gr-empty p,
.vmc-gr-notice p { margin: 7px 0 0; color: var(--vmc-gr-muted); }
.vmc-gr-context-pill { display: inline-flex; width: auto; padding: 7px 11px; border-radius: 999px; background: var(--vmc-gr-soft); color: var(--vmc-gr-text) !important; font-size: .82rem !important; font-weight: 800; }
.vmc-gr-question { margin: 22px 0; padding: 16px 18px; background: var(--vmc-gr-soft); border-radius: 15px; }
.vmc-gr-question strong { display: block; font-size: 1.06rem; line-height: 1.4; }
.vmc-gr-question small { display: block; margin-top: 7px; color: var(--vmc-gr-muted); line-height: 1.45; }

.vmc-gr-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  padding: 12px;
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
}
.vmc-gr-filter-bar > span { margin: 0 6px; color: var(--vmc-gr-muted); font-size: .82rem; font-weight: 800; }
.vmc-gr-filter-bar select,
.vmc-gr-filter-bar button {
  min-height: 40px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 10px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-text);
  padding: 7px 10px;
  font: inherit;
}
.vmc-gr-filter-bar button { background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); font-weight: 800; cursor: pointer; }
.vmc-gr-filter-bar > a { margin-left: auto; color: var(--vmc-gr-muted); font-size: .82rem; font-weight: 750; }

/* Duel application */
.vmc-gr-duel-app {
  max-width: 1060px;
  margin: 4px auto 16px;
  padding: clamp(16px, 2.5vw, 26px);
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 24px;
  box-shadow: var(--vmc-gr-shadow);
}
.vmc-gr-duel-loading { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 350px; color: var(--vmc-gr-muted); font-weight: 750; }
.vmc-gr-vote-scope {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 720px;
  min-height: 320px;
  margin: 0 auto;
  align-content: center;
  text-align: center;
}
.vmc-gr-vote-scope h2 { margin: 0; font-size: clamp(1.55rem, 3.3vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.vmc-gr-vote-scope p { max-width: 620px; margin: 0; color: var(--vmc-gr-muted); line-height: 1.55; }
.vmc-gr-vote-scope-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 4px; }
.vmc-gr-spinner { width: 20px; height: 20px; border: 2px solid var(--vmc-gr-border); border-top-color: var(--vmc-gr-text); border-radius: 50%; animation: vmc-gr-spin .8s linear infinite; }
@keyframes vmc-gr-spin { to { transform: rotate(360deg); } }
.vmc-gr-duel-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.vmc-gr-duel-toolbar-labels { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; flex: 0 1 auto; }
.vmc-gr-duel-label,
.vmc-gr-duel-facet { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: var(--vmc-gr-soft); font-size: .74rem; font-weight: 850; }
.vmc-gr-duel-facet { background: transparent; border: 1px solid var(--vmc-gr-border); }
.vmc-gr-duel-session { display: grid; grid-template-columns: auto minmax(120px, 230px) auto; align-items: center; justify-content: end; gap: 10px; min-width: min(100%, 500px); margin-left: auto; color: var(--vmc-gr-muted); }
.vmc-gr-duel-session-copy { font-size: .72rem; font-weight: 700; white-space: nowrap; }
.vmc-gr-duel-progress { position: relative; width: 100%; height: 4px; overflow: hidden; border-radius: 999px; background: var(--vmc-gr-soft); }
.vmc-gr-duel-progress span { display: block; height: 100%; border-radius: inherit; background: var(--vmc-gr-text); transition: width .22s ease; }
.vmc-gr-duel-later { color: var(--vmc-gr-muted); font-size: .72rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.vmc-gr-duel-toolbar-summary { align-items: flex-start; }
.vmc-gr-duel-milestone { display: grid; justify-items: center; align-content: center; gap: 11px; min-height: 300px; max-width: 690px; margin: 0 auto; padding: 26px; text-align: center; }
.vmc-gr-duel-milestone-kicker { color: var(--vmc-gr-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.vmc-gr-duel-milestone h2 { margin: 0; font-size: clamp(1.65rem, 3.4vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.vmc-gr-duel-milestone p { max-width: 610px; margin: 0 0 5px; color: var(--vmc-gr-muted); line-height: 1.6; }
.vmc-gr-duel-milestone .vmc-gr-button { text-decoration: none; }
.vmc-gr-duel-milestone-limit {
  position: relative;
  overflow: hidden;
  gap: 14px;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vmc-gr-duel-milestone-limit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, transparent 0%, rgba(250,194,42,.75) 16%, rgba(250,194,42,.95) 50%, rgba(250,194,42,.75) 84%, transparent 100%);
  opacity: .9;
}
.vmc-gr-duel-celebration {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 4px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(250,194,42,.28), rgba(250,194,42,.08) 58%, transparent 72%);
  animation: vmc-gr-celebration-pop .7s ease-out both;
}
.vmc-gr-duel-celebration-emoji {
  font-size: 2.35rem;
  line-height: 1;
  transform-origin: center;
  animation: vmc-gr-celebration-bounce 2.2s ease-in-out infinite;
}
.vmc-gr-duel-celebration-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(92,61,105,.18);
  animation: vmc-gr-celebration-float 2.4s ease-in-out infinite;
}
.vmc-gr-duel-celebration-dot.is-left {
  top: 18px;
  left: 8px;
  animation-delay: .15s;
}
.vmc-gr-duel-celebration-dot.is-right {
  right: 10px;
  bottom: 16px;
  animation-delay: .45s;
}
@keyframes vmc-gr-celebration-pop {
  0% { opacity: 0; transform: scale(.86); }
  70% { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes vmc-gr-celebration-bounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  20% { transform: translateY(-5px) rotate(-5deg); }
  40% { transform: translateY(0) rotate(3deg); }
  60% { transform: translateY(-2px) rotate(-2deg); }
}
@keyframes vmc-gr-celebration-float {
  0%, 100% { transform: translateY(0) scale(1); opacity: .55; }
  50% { transform: translateY(-8px) scale(1.14); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .vmc-gr-duel-celebration,
  .vmc-gr-duel-celebration-emoji,
  .vmc-gr-duel-celebration-dot {
    animation: none;
  }
}
.vmc-gr-duel-milestone-limit .vmc-gr-duel-milestone-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(92,61,105,.08);
  color: var(--vmc-gr-text);
}
.vmc-gr-duel-milestone-limit h2 {
  max-width: 560px;
}
.vmc-gr-duel-milestone-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 600px;
  padding: 12px 14px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-muted);
  text-align: left;
  line-height: 1.5;
}
.vmc-gr-duel-milestone-note span:first-child {
  flex: 0 0 auto;
  line-height: 1.2;
}
.vmc-gr-duel-milestone-limit .vmc-gr-error-actions {
  margin-top: 2px;
}
.vmc-gr-duel-question { max-width: 760px; margin: 0 auto 20px; text-align: center; }
.vmc-gr-duel-question h2 { margin: 0; font-size: clamp(1.55rem, 3.3vw, 2.5rem); line-height: 1.08; letter-spacing: -.035em; }
.vmc-gr-duel-question p { margin: 8px 0 0; color: var(--vmc-gr-muted); }
.vmc-gr-duel-grid { display: grid; grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr); align-items: center; gap: 10px; }
.vmc-gr-duel-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 19px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.vmc-gr-duel-card:hover,
.vmc-gr-duel-card:focus-visible { transform: translateY(-3px); border-color: var(--vmc-gr-border-strong); box-shadow: var(--vmc-gr-shadow); outline: none; }
.vmc-gr-duel-card:disabled { cursor: wait; opacity: .64; transform: none; }
.vmc-gr-duel-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--vmc-gr-soft); }
.vmc-gr-duel-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-image-placeholder { display: block; width: 100%; height: 100%; min-height: 110px; background: linear-gradient(135deg, var(--vmc-gr-soft), var(--vmc-gr-surface)); }
.vmc-gr-duel-card-content { display: grid; gap: 7px; padding: 15px; }
.vmc-gr-duel-card-content > strong { font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.15; }
.vmc-gr-duel-card-meta { display: flex; flex-wrap: wrap; gap: 5px 9px; color: var(--vmc-gr-muted); font-size: .76rem; }
.vmc-gr-duel-vs { display: grid; place-items: center; width: 42px; height: 42px; margin-inline: auto; border-radius: 50%; background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); font-size: .74rem; font-weight: 900; }
.vmc-gr-duel-secondary { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.vmc-gr-duel-secondary button { border: 0; background: transparent; color: var(--vmc-gr-muted); padding: 8px 10px; font: inherit; font-size: .82rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.vmc-gr-duel-secondary button:hover { color: var(--vmc-gr-text); }
.vmc-gr-duel-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 30px; margin-top: 6px; border-top: 1px solid var(--vmc-gr-border); padding-top: 13px; color: var(--vmc-gr-muted); font-size: .8rem; }
.vmc-gr-duel-footer a { color: var(--vmc-gr-text); font-weight: 800; }
.vmc-gr-duel-help { max-width: 860px; margin: 0 auto 44px; text-align: center; color: var(--vmc-gr-muted); font-size: .85rem; }
.vmc-gr-duel-error { display: grid; justify-items: center; gap: 14px; min-height: 220px; align-content: center; text-align: center; }

/* Known games onboarding */
.vmc-gr-known-setup { display: grid; gap: 22px; }
.vmc-gr-known-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; }
.vmc-gr-known-head h2 { margin: 7px 0 8px; font-size: clamp(1.45rem, 3vw, 2.05rem); line-height: 1.14; }
.vmc-gr-known-head p { max-width: 760px; margin: 0; color: var(--vmc-gr-muted); }
.vmc-gr-known-cancel { flex: 0 0 auto; border: 0; background: transparent; color: var(--vmc-gr-text); padding: 7px 0; font: inherit; font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.vmc-gr-known-status { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; background: var(--vmc-gr-soft); }
.vmc-gr-known-status strong { font-size: .88rem; }
.vmc-gr-known-status span { color: var(--vmc-gr-muted); font-size: .78rem; }
.vmc-gr-known-browser { max-height: min(70vh, 760px); overflow-y: auto; padding: 2px 5px 4px 2px; border-radius: 14px; scrollbar-gutter: stable; overscroll-behavior: contain; }
.vmc-gr-known-browser:focus-visible { outline: 2px solid var(--vmc-gr-text); outline-offset: 3px; }
.vmc-gr-known-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.vmc-gr-known-more { display: grid; justify-items: center; gap: 8px; padding: 18px 8px 6px; color: var(--vmc-gr-muted); font-size: .78rem; text-align: center; }
.vmc-gr-known-more-button { min-height: 36px; padding: 7px 13px; border: 1px solid var(--vmc-gr-border); border-radius: 999px; background: var(--vmc-gr-surface); color: var(--vmc-gr-text); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.vmc-gr-known-more-button:hover, .vmc-gr-known-more-button:focus-visible { border-color: var(--vmc-gr-border-strong); background: var(--vmc-gr-soft); }
.vmc-gr-known-more-button:disabled { opacity: .55; cursor: wait; }
.vmc-gr-known-card { position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr; min-width: 0; padding: 0; border: 1px solid var(--vmc-gr-border); border-radius: 14px; background: var(--vmc-gr-surface); color: var(--vmc-gr-text); text-align: left; font: inherit; cursor: pointer; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.vmc-gr-known-card:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(20, 24, 30, .08); }
.vmc-gr-known-card.is-selected { border-color: var(--vmc-gr-text); box-shadow: inset 0 0 0 1px var(--vmc-gr-text); }
.vmc-gr-known-cover { display: block; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background: var(--vmc-gr-soft); }
.vmc-gr-known-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-known-card-copy { display: grid; align-content: start; gap: 3px; min-width: 0; padding: 9px 10px 11px; }
.vmc-gr-known-card-copy strong { overflow: hidden; font-size: .78rem; line-height: 1.25; text-overflow: ellipsis; }
.vmc-gr-known-card-copy small { color: var(--vmc-gr-muted); font-size: .68rem; }
.vmc-gr-known-check { position: absolute; top: 8px; right: 8px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--vmc-gr-border-strong); border-radius: 50%; background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); font-size: .76rem; font-weight: 900; opacity: 0; transform: scale(.85); transition: opacity .15s ease, transform .15s ease; }
.vmc-gr-known-card.is-selected .vmc-gr-known-check { opacity: 1; transform: scale(1); }
.vmc-gr-known-search { display: grid; gap: 9px; padding-top: 4px; }
.vmc-gr-known-search > label { font-weight: 850; }
.vmc-gr-known-search > p { margin: -2px 0 1px; color: var(--vmc-gr-muted); font-size: .78rem; }
.vmc-gr-known-search-results { display: grid; gap: 7px; }
.vmc-gr-known-search-result { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 8px 9px; border: 1px solid var(--vmc-gr-border); border-radius: 12px; background: var(--vmc-gr-bg); }
.vmc-gr-known-search-info { display: grid; min-width: 0; gap: 3px; }
.vmc-gr-known-search-info strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: .86rem; }
.vmc-gr-known-search-info small, .vmc-gr-known-search-empty { margin: 0; color: var(--vmc-gr-muted); font-size: .76rem; }
.vmc-gr-known-actions { display: flex; align-items: center; gap: 13px; padding-top: 2px; }
.vmc-gr-known-actions small { color: var(--vmc-gr-muted); }
.vmc-gr-known-actions .vmc-gr-button:disabled { opacity: .45; cursor: not-allowed; }
.vmc-gr-error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.vmc-gr-duel-footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.vmc-gr-duel-footer-links button { border: 0; background: transparent; color: var(--vmc-gr-text); padding: 0; font: inherit; font-size: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* IGDB add/search */
.vmc-gr-add-app { max-width: 820px; margin-bottom: 52px; padding: clamp(18px, 3vw, 28px); background: var(--vmc-gr-surface); border: 1px solid var(--vmc-gr-border); border-radius: 20px; }
.vmc-gr-add-app > label { display: block; margin-bottom: 8px; font-weight: 850; }
.vmc-gr-search-line { position: relative; }
.vmc-gr-search-line input { width: 100%; min-height: 52px; border: 1px solid var(--vmc-gr-border); border-radius: 13px; background: var(--vmc-gr-bg); color: var(--vmc-gr-text); padding: 12px 46px 12px 14px; font: inherit; font-size: 1rem; }
.vmc-gr-search-line input:focus { outline: 2px solid var(--vmc-gr-text); outline-offset: 2px; }
.vmc-gr-search-spinner { position: absolute; right: 15px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border: 2px solid var(--vmc-gr-border); border-top-color: var(--vmc-gr-text); border-radius: 50%; opacity: 0; }
.vmc-gr-add-app.is-searching .vmc-gr-search-spinner { opacity: 1; animation: vmc-gr-spin .8s linear infinite; }
.vmc-gr-field-help { margin: 8px 0 0; color: var(--vmc-gr-muted); font-size: .8rem; }
.vmc-gr-search-results { margin-top: 16px; }
.vmc-gr-search-list { overflow: hidden; border: 1px solid var(--vmc-gr-border); border-radius: 15px; }
.vmc-gr-search-result { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 68px; padding: 9px 11px; border-bottom: 1px solid var(--vmc-gr-border); }
.vmc-gr-search-result:last-child { border-bottom: 0; }
.vmc-gr-search-cover { display: block; width: 44px; height: 54px; overflow: hidden; border-radius: 6px; background: var(--vmc-gr-soft); }
.vmc-gr-search-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-search-info { min-width: 0; }
.vmc-gr-search-info > strong { display: block; line-height: 1.2; }
.vmc-gr-search-info p { display: flex; flex-wrap: wrap; gap: 4px 9px; margin: 5px 0 0; color: var(--vmc-gr-muted); font-size: .75rem; }
.vmc-gr-search-action { min-height: 36px; padding: 8px 11px; border: 1px solid var(--vmc-gr-border); border-radius: 999px; background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); font: inherit; font-size: .78rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.vmc-gr-search-action:disabled { opacity: .45; cursor: not-allowed; }
.vmc-gr-search-action.is-success { background: var(--vmc-gr-success-bg); border-color: var(--vmc-gr-success-bg); color: var(--vmc-gr-success-text); }
.vmc-gr-search-message { padding: 14px; color: var(--vmc-gr-muted); background: var(--vmc-gr-soft); border-radius: 12px; }
.vmc-gr-search-message.is-error,
.vmc-gr-inline-error { color: var(--vmc-gr-danger); }
.vmc-gr-inline-error { grid-column: 2 / -1; margin: -3px 0 3px; font-size: .78rem; }

/* Latest additions on ranking home */
.vmc-gr-section-head > a.vmc-gr-latest-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px 8px 10px;
  border: 1px solid rgba(97,87,232,.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035));
  color: var(--vmc-gr-text);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07);
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.vmc-gr-section-head > a.vmc-gr-latest-add::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(97,87,232,.13);
  color: #5148c9;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.vmc-gr-section-head > a.vmc-gr-latest-add:hover,
.vmc-gr-section-head > a.vmc-gr-latest-add:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.32);
  background: linear-gradient(135deg, rgba(97,87,232,.16), rgba(97,87,232,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(97,87,232,.11);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add {
  border-color: rgba(142,133,255,.28);
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add::before {
  background: rgba(142,133,255,.18);
  color: #c3bdff;
}
.vmc-gr-latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vmc-gr-latest-card { overflow: hidden; display: grid; grid-template-columns: 76px minmax(0, 1fr); min-height: 104px; border: 1px solid var(--vmc-gr-border); border-radius: 15px; background: var(--vmc-gr-surface); color: var(--vmc-gr-text); text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.vmc-gr-latest-card:hover, .vmc-gr-latest-card:focus-visible { transform: translateY(-1px); border-color: var(--vmc-gr-border-strong); box-shadow: 0 7px 18px rgba(20, 24, 30, .08); }
.vmc-gr-latest-cover { display: block; width: 76px; height: 104px; overflow: hidden; background: var(--vmc-gr-soft); }
.vmc-gr-latest-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-latest-copy { display: grid; align-content: center; gap: 5px; min-width: 0; padding: 11px 12px; }
.vmc-gr-latest-copy strong { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .86rem; line-height: 1.28; }
.vmc-gr-latest-copy small { color: var(--vmc-gr-muted); font-size: .73rem; }

/* Game profile */
.vmc-gr-game-hero { display: grid; grid-template-columns: minmax(190px, 300px) minmax(0, 1fr); gap: clamp(26px, 5vw, 58px); align-items: center; margin-bottom: 42px; }
.vmc-gr-game-cover { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 22px; background: var(--vmc-gr-soft); box-shadow: var(--vmc-gr-shadow); }
.vmc-gr-game-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-game-rank-highlight { display: inline-grid; gap: 3px; margin-top: 18px; padding: 13px 16px; border-radius: 14px; background: var(--vmc-gr-soft); }
.vmc-gr-game-rank-highlight strong { font-size: 1.5rem; line-height: 1; }
.vmc-gr-game-rank-highlight span { color: var(--vmc-gr-muted); font-size: .78rem; }
.vmc-gr-game-facts,
.vmc-gr-game-tags,
.vmc-gr-editorial { margin-bottom: 38px; }
.vmc-gr-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; gap: 10px; margin-top: 18px; }
.vmc-gr-facts-grid > div { display: grid; align-content: start; gap: 6px; min-height: 76px; padding: 14px 16px; background: var(--vmc-gr-surface); border: 1px solid var(--vmc-gr-border); border-radius: 12px; }
.vmc-gr-facts-grid span { color: var(--vmc-gr-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.vmc-gr-facts-grid strong { font-size: .92rem; line-height: 1.45; font-weight: 750; }
.vmc-gr-fact-wide { grid-column: 1 / -1; min-height: auto !important; }
.vmc-gr-facts-grid > .vmc-gr-fact-wide strong { max-width: 100%; }
.vmc-gr-game-tags > div { margin-top: 16px; }
.vmc-gr-editorial { line-height: 1.75; }
.vmc-gr-editorial > :last-child { margin-bottom: 0; }
.vmc-gr-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 20px; background: #000; }
.vmc-gr-video-frame iframe { width: 100%; height: 100%; border: 0; }
.vmc-gr-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vmc-gr-gallery a { display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 14px; background: var(--vmc-gr-soft); }
.vmc-gr-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.vmc-gr-gallery a:hover img { transform: scale(1.018); }
.vmc-gr-game-ranking-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.vmc-gr-game-ranking-card { display: grid; gap: 6px; padding: 15px; border: 1px solid var(--vmc-gr-border); border-radius: 15px; background: var(--vmc-gr-surface); color: inherit; text-decoration: none; }
.vmc-gr-game-ranking-card > span { color: var(--vmc-gr-muted); font-size: .72rem; font-weight: 800; }
.vmc-gr-game-ranking-card > strong { font-size: 1.2rem; }
.vmc-gr-game-ranking-card > small { color: var(--vmc-gr-muted); }
.vmc-gr-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vmc-gr-related-card { overflow: hidden; display: grid; grid-template-columns: 88px minmax(0,1fr); min-height: 116px; border: 1px solid var(--vmc-gr-border); border-radius: 15px; background: var(--vmc-gr-surface); color: inherit; text-decoration: none; }
.vmc-gr-related-card img { width: 88px; height: 116px; object-fit: cover; }
.vmc-gr-related-card > span { display: grid; align-content: center; gap: 5px; padding: 12px; }
.vmc-gr-related-card small { color: var(--vmc-gr-muted); }

/* Game reviews */
.vmc-gr-reviews-section .vmc-comments {
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 18px;
  background: var(--vmc-gr-surface);
  box-shadow: none;
}
.vmc-gr-reviews-section .vmc-gr-review-head { margin-bottom: 24px; }
.vmc-gr-reviews-section .vmc-gr-review-head .vmc-gr-kicker { margin-bottom: 7px; }
.vmc-gr-reviews-section .vmc-comments-title {
  color: var(--vmc-gr-text);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.vmc-gr-reviews-section .vmc-gr-review-head p { margin: 10px 0 0; max-width: 760px; color: var(--vmc-gr-muted); line-height: 1.6; }
.vmc-gr-reviews-section .vmc-gr-review-head small { display: block; margin-top: 8px; color: var(--vmc-gr-muted); font-size: .78rem; }
.vmc-gr-reviews-section .vmc-comment-list { margin: 0 0 28px; }
.vmc-gr-reviews-section .vmc-comment-list .comment-body { background: var(--vmc-gr-bg); border-color: var(--vmc-gr-border); }
.vmc-gr-reviews-section .vmc-comment-list .comment-content,
.vmc-gr-reviews-section .vmc-comment-list .comment-author,
.vmc-gr-reviews-section .vmc-comment-form-wrap .comment-reply-title,
.vmc-gr-reviews-section .vmc-comment-form label { color: var(--vmc-gr-text); }
.vmc-gr-reviews-section .vmc-comment-list .comment-metadata,
.vmc-gr-reviews-section .vmc-comment-form-wrap .comment-notes,
.vmc-gr-reviews-section .vmc-comment-form-wrap .logged-in-as { color: var(--vmc-gr-muted); }
.vmc-gr-reviews-section .vmc-comment-form input[type="text"],
.vmc-gr-reviews-section .vmc-comment-form input[type="email"],
.vmc-gr-reviews-section .vmc-comment-form textarea { background: var(--vmc-gr-bg); border-color: var(--vmc-gr-border); color: var(--vmc-gr-text); }
.vmc-gr-reviews-section .vmc-comment-form .submit { background: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); }

/* Automatically related editorial articles */
.vmc-gr-article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vmc-gr-article-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 122px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.vmc-gr-article-card:hover, .vmc-gr-article-card:focus-visible { transform: translateY(-1px); border-color: var(--vmc-gr-border-strong); box-shadow: 0 7px 18px rgba(20,24,30,.08); }
.vmc-gr-article-media { display: block; min-height: 122px; background: var(--vmc-gr-soft); }
.vmc-gr-article-media img, .vmc-gr-article-placeholder { display: block; width: 100%; height: 100%; min-height: 122px; object-fit: cover; }
.vmc-gr-article-copy { display: grid; align-content: center; gap: 7px; min-width: 0; padding: 16px; }
.vmc-gr-article-copy small { color: var(--vmc-gr-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.vmc-gr-article-copy strong { font-size: 1rem; line-height: 1.3; }
.vmc-gr-article-copy time { color: var(--vmc-gr-muted); font-size: .75rem; }

.vmc-gr-attribution { margin: 50px 0 0; color: var(--vmc-gr-muted); font-size: .74rem; text-align: center; }
.vmc-gr-attribution a { color: inherit; }


/* Integration au mode sombre natif du theme.
 * Le theme global stylise tous les <button> en clair via !important ; ces
 * regles restaurent l'intention propre au module et conservent les visuels de
 * jeux sans filtre, ce qui est essentiel pour des duels visuels fiables. */
html[data-vmc-theme="dark"] .vmc-gr-site-main {
  --vmc-gr-border-strong: rgba(244, 241, 234, .30);
  --vmc-gr-on-strong: #0e0f12;
  --vmc-gr-danger: #ffaaa4;
  --vmc-gr-success-bg: #82d9a7;
  --vmc-gr-success-text: #0e0f12;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell img {
  filter: none;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary),
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary) {
  background: var(--vmc-gr-surface) !important;
  border-color: var(--vmc-gr-border) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary):hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary):focus-visible {
  background: var(--vmc-gr-soft) !important;
  border-color: var(--vmc-gr-border-strong) !important;
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button {
  background: var(--vmc-gr-surface) !important;
  border-color: var(--vmc-gr-border) !important;
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button:focus-visible {
  background: var(--vmc-gr-soft) !important;
  border-color: var(--vmc-gr-border-strong) !important;
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-reviews-section .vmc-comment-form .submit,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-bar button,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success) {
  background: var(--vmc-gr-text) !important;
  border-color: var(--vmc-gr-text) !important;
  color: var(--vmc-gr-on-strong) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-bar button:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-bar button:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success):hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success):focus-visible {
  background: #fff !important;
  border-color: #fff !important;
  color: #0e0f12 !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-duel-card {
  background: var(--vmc-gr-bg) !important;
  border-color: var(--vmc-gr-border) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-duel-card:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-duel-card:focus-visible {
  background: var(--vmc-gr-bg) !important;
  border-color: var(--vmc-gr-border-strong) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: var(--vmc-gr-shadow) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-card {
  background: var(--vmc-gr-surface) !important;
  border-color: var(--vmc-gr-border) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-card:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-card:focus-visible {
  background: var(--vmc-gr-soft) !important;
  border-color: var(--vmc-gr-border-strong) !important;
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-card.is-selected {
  background: var(--vmc-gr-soft) !important;
  border-color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 0 0 1px var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-cancel,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-footer-links button {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--vmc-gr-muted) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-cancel,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-footer-links button {
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-cancel:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-known-cancel:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-footer-links button:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-footer-links button:focus-visible {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: none !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action.is-success {
  background: var(--vmc-gr-success-bg) !important;
  border-color: var(--vmc-gr-success-bg) !important;
  color: var(--vmc-gr-success-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article {
  background: var(--vmc-gr-soft);
  border: 1px solid var(--vmc-gr-border);
  color: var(--vmc-gr-text);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article > strong {
  background: var(--vmc-gr-text);
  color: var(--vmc-gr-on-strong);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how p {
  color: var(--vmc-gr-muted);
  opacity: 1;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-line input,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-bar select {
  background: #111319 !important;
  border-color: var(--vmc-gr-border) !important;
  color: var(--vmc-gr-text) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-ranking-card,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-ranking-list,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-stats > .vmc-gr-stat-card,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-facet-group,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-game-tags,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-game-facts,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-editorial,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-app,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-add-app,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-game-ranking-card,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-latest-card,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-related-card,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-empty,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-notice,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-error {
  background: var(--vmc-gr-surface);
  border-color: var(--vmc-gr-border);
  color: var(--vmc-gr-text);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-stat-status {
  border-color: rgba(142,133,255,.20);
  background: rgba(142,133,255,.08);
  color: var(--vmc-gr-muted);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-stat-status::before {
  background: #9c95ff;
}

@media (max-width: 980px) {
  .vmc-gr-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-ranking-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-ranking-cards-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vmc-gr-game-ranking-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vmc-gr-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vmc-gr-site-main { padding-top: 22px; }
  .vmc-gr-giveaway-cta-hint { width: 100%; max-width: none; margin-top: 10px; font-size: .76rem; }
  .vmc-gr-giveaway-cta-hint.is-compact { margin-top: 9px; }
  .vmc-gr-breadcrumbs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 16px;
  }
  .vmc-gr-breadcrumbs::-webkit-scrollbar { display: none; }
  .vmc-gr-breadcrumbs > * { flex: 0 0 auto; }
  .vmc-gr-stats-wrap { margin-bottom: 38px; }
  .vmc-gr-stats { grid-template-columns: 1fr; }
  .vmc-gr-stats-compact { grid-template-columns: 1fr 1fr; }
  .vmc-gr-section-head { align-items: start; flex-direction: column; }
  .vmc-gr-ranking-row { grid-template-columns: 44px 46px minmax(0,1fr); gap: 10px; padding: 9px 10px; }
  .vmc-gr-ranking-row.is-unranked { grid-template-columns: 46px minmax(0,1fr); }
  .vmc-gr-rank-cover { width: 44px; height: 56px; }
  .vmc-gr-rank-meta { grid-column: 3; justify-items: start; display: flex; gap: 5px; align-items: baseline; margin-top: -7px; }
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta { grid-column: 2; }
  .vmc-gr-rank-meta small { text-align: left; }
  .vmc-gr-ranking-cards,
  .vmc-gr-ranking-cards-compact,
  .vmc-gr-facet-groups,
  .vmc-gr-how > div,
  .vmc-gr-game-ranking-grid { grid-template-columns: 1fr; }
  .vmc-gr-ranking-card { min-height: 165px; }
  .vmc-gr-duel-app { margin-inline: -4px; border-radius: 19px; padding: 13px; }
  .vmc-gr-duel-toolbar { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; }
  .vmc-gr-duel-toolbar-labels { flex: 0 1 auto; min-width: 0; max-width: 46%; flex-wrap: nowrap; overflow: hidden; }
  .vmc-gr-duel-toolbar-labels .vmc-gr-duel-label,
  .vmc-gr-duel-toolbar-labels .vmc-gr-duel-facet { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .vmc-gr-duel-session { flex: 1 1 auto; width: auto; min-width: 0; margin-left: auto; grid-template-columns: auto minmax(28px, 1fr) auto; gap: 6px; }
  .vmc-gr-duel-session-copy { white-space: nowrap; }
  .vmc-gr-duel-progress { min-width: 28px; }
  .vmc-gr-duel-milestone { min-height: 280px; padding: 18px 10px; }
  .vmc-gr-duel-milestone-note { width: 100%; }
  .vmc-gr-duel-grid { grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr); gap: 5px; }
  .vmc-gr-duel-vs { width: 28px; height: 28px; font-size: .62rem; }
  .vmc-gr-duel-card-content { padding: 11px; }
  .vmc-gr-duel-card-meta { display: grid; }
  .vmc-gr-duel-question p { display: block; font-size: .78rem; line-height: 1.4; margin-top: 7px; }
  .vmc-gr-duel-secondary { display: grid; grid-template-columns: 1fr; }
  .vmc-gr-duel-secondary button { text-align: center; }
  .vmc-gr-known-head { display: grid; gap: 8px; }
  .vmc-gr-known-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .vmc-gr-known-status { align-items: flex-start; flex-direction: column; }
  .vmc-gr-known-actions { align-items: stretch; flex-direction: column; }
  .vmc-gr-known-search-result { grid-template-columns: 40px minmax(0, 1fr); }
  .vmc-gr-known-search-result .vmc-gr-search-action { grid-column: 2; justify-self: start; }
  .vmc-gr-search-result { grid-template-columns: 44px minmax(0, 1fr); }
  .vmc-gr-search-action { grid-column: 2; justify-self: start; }
  .vmc-gr-game-hero { grid-template-columns: 110px minmax(0,1fr); gap: 18px; align-items: start; }
  .vmc-gr-game-cover { border-radius: 14px; }
  .vmc-gr-game-hero h1 { font-size: clamp(2.1rem, 10vw, 3.4rem); }
  .vmc-gr-game-lead { font-size: .95rem; }
  .vmc-gr-game-hero .vmc-gr-actions { grid-column: 1 / -1; }
  .vmc-gr-facts-grid { grid-template-columns: 1fr 1fr; }
  .vmc-gr-fact-wide { grid-column: span 2; }
  .vmc-gr-gallery { grid-template-columns: 1fr; }
  .vmc-gr-related-grid,
  .vmc-gr-latest-grid,
  .vmc-gr-article-grid { grid-template-columns: 1fr; }
  .vmc-gr-article-card { grid-template-columns: 118px minmax(0, 1fr); }
  .vmc-gr-filter-bar { align-items: stretch; }
  .vmc-gr-filter-bar label,
  .vmc-gr-filter-bar select { width: 100%; }
  .vmc-gr-filter-bar > a { margin-left: 0; }
}

@media (max-width: 440px) {
  .vmc-gr-reviews-section .vmc-comments { padding: 18px 14px; }
  .vmc-gr-article-card { grid-template-columns: 92px minmax(0, 1fr); min-height: 106px; }
  .vmc-gr-article-media, .vmc-gr-article-media img, .vmc-gr-article-placeholder { min-height: 106px; }
  .vmc-gr-known-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-duel-grid { grid-template-columns: 1fr; }
  .vmc-gr-duel-vs { margin: -3px auto; position: relative; z-index: 2; }
  .vmc-gr-duel-image { aspect-ratio: 16 / 8.3; }
  .vmc-gr-duel-card-meta { display: flex; }
  .vmc-gr-game-hero { grid-template-columns: 88px minmax(0,1fr); gap: 14px; }
  .vmc-gr-game-hero .vmc-gr-kicker { margin-bottom: 5px; }
  .vmc-gr-game-lead { display: none; }
  .vmc-gr-game-rank-highlight { margin-top: 10px; padding: 9px 11px; }
  .vmc-gr-facts-grid { grid-template-columns: 1fr; }
  .vmc-gr-fact-wide { grid-column: span 1; }
  .vmc-gr-stats-compact { grid-template-columns: 1fr; }
}


/* Recherche rapide d'une fiche depuis la home des classements */
.vmc-gr-home-search { position: relative; z-index: 6; display: grid; grid-template-columns: minmax(220px,.72fr) minmax(320px,1.28fr); gap: 24px; align-items: center; margin: -14px 0 42px; padding: 18px 20px; border: 1px solid var(--vmc-gr-border); border-radius: 16px; background: var(--vmc-gr-surface); }
.vmc-gr-home-search-copy { display: grid; gap: 4px; }
.vmc-gr-home-search-copy > span { color: var(--vmc-gr-muted); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vmc-gr-home-search-copy h2 { margin: 0; font-size: 1.18rem; line-height: 1.15; }
.vmc-gr-home-search-copy p { margin: 1px 0 0; color: var(--vmc-gr-muted); font-size: .8rem; line-height: 1.45; }
.vmc-gr-home-search-form { position: relative; }
.vmc-gr-home-search .vmc-gr-search-line input { min-height: 46px; padding-block: 10px; }
.vmc-gr-home-search.is-searching .vmc-gr-search-line::after { content: ''; position: absolute; top: 50%; right: 14px; width: 14px; height: 14px; margin-top: -7px; border: 2px solid var(--vmc-gr-border-strong); border-top-color: var(--vmc-gr-text); border-radius: 50%; animation: vmc-gr-spin .7s linear infinite; }
.vmc-gr-catalog-search-results { position: absolute; top: calc(100% + 7px); left: 0; right: 0; overflow: hidden; border: 1px solid var(--vmc-gr-border); border-radius: 14px; background: var(--vmc-gr-surface); box-shadow: 0 14px 35px rgba(20,24,30,.14); }
.vmc-gr-catalog-search-results:empty { display: none; }
.vmc-gr-catalog-search-list { display: grid; }
.vmc-gr-catalog-search-result { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 11px; align-items: center; min-height: 62px; padding: 7px 9px; border-bottom: 1px solid var(--vmc-gr-border); color: var(--vmc-gr-text); text-decoration: none; }
.vmc-gr-catalog-search-result:last-child { border-bottom: 0; }
.vmc-gr-catalog-search-result:hover, .vmc-gr-catalog-search-result:focus-visible { background: var(--vmc-gr-soft); }
.vmc-gr-catalog-search-info { display: grid; min-width: 0; gap: 2px; }
.vmc-gr-catalog-search-info strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: .84rem; }
.vmc-gr-catalog-search-info small { overflow: hidden; color: var(--vmc-gr-muted); white-space: nowrap; text-overflow: ellipsis; font-size: .7rem; }
.vmc-gr-catalog-search-open { font-size: .72rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.vmc-gr-catalog-search-message { padding: 12px 14px; color: var(--vmc-gr-muted); font-size: .8rem; }
.vmc-gr-catalog-search-message a { color: var(--vmc-gr-text); font-weight: 800; }
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-home-search,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-catalog-search-results { background: var(--vmc-gr-surface); border-color: var(--vmc-gr-border); color: var(--vmc-gr-text); }
@media (max-width: 720px) {
  .vmc-gr-home-search { grid-template-columns: 1fr; gap: 12px; margin-top: -12px; padding: 15px; }
  .vmc-gr-catalog-search-results { position: static; margin-top: 7px; box-shadow: none; }
  .vmc-gr-catalog-search-result { grid-template-columns: 40px minmax(0,1fr); }
  .vmc-gr-catalog-search-open { grid-column: 2; justify-self: start; }
}


/* V1.2.19 - Recherches plus discretes, proches des surfaces blanches du theme. */
.vmc-gr-search-line input {
  min-height: 48px;
  border: 1px solid rgba(23, 21, 18, .09);
  border-radius: 14px;
  background: #fff;
  color: var(--vmc-gr-text);
  box-shadow: 0 1px 0 rgba(23, 21, 18, .018);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.vmc-gr-search-line input::placeholder { color: var(--vmc-gr-muted); opacity: .72; }
.vmc-gr-search-line input:focus {
  outline: none;
  border-color: rgba(23, 21, 18, .22);
  box-shadow: 0 0 0 3px rgba(23, 21, 18, .045);
}
.vmc-gr-home-search .vmc-gr-search-line input { min-height: 44px; }

.vmc-gr-filter-panel {
  display: block;
  width: 100%;
  max-width: none;
  margin: -6px 0 18px;
}
.vmc-gr-filter-panel > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  margin-left: auto;
  padding: 5px 9px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 999px;
  background: transparent;
  color: var(--vmc-gr-muted);
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.vmc-gr-filter-panel > summary::-webkit-details-marker { display: none; }
.vmc-gr-filter-panel > summary::after { content: '▾'; font-size: .66rem; opacity: .7; }
.vmc-gr-filter-panel[open] > summary::after { content: '▴'; }
.vmc-gr-filter-panel > summary:hover,
.vmc-gr-filter-panel > summary:focus-visible { color: var(--vmc-gr-text); border-color: var(--vmc-gr-border-strong); }
.vmc-gr-filter-panel > summary small {
  display: inline-flex;
  max-width: 180px;
  overflow: hidden;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .66rem;
}
.vmc-gr-filter-panel .vmc-gr-filter-link-groups {
  padding: 16px;
  border-top: 1px solid var(--vmc-gr-border);
}
.vmc-gr-filter-panel .vmc-gr-filter-link-groups .vmc-gr-facet-group { padding: 16px; }
.vmc-gr-filter-all-link { margin: 0; padding: 0 16px 16px; text-align: right; }
.vmc-gr-filter-all-link a { color: var(--vmc-gr-text); font-weight: 800; }

.vmc-gr-filter-panel .vmc-gr-filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 7px;
  width: 100%;
  box-sizing: border-box;
  margin: 9px 0 0;
  padding: 10px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 13px;
  background: var(--vmc-gr-surface);
}
.vmc-gr-filter-panel .vmc-gr-filter-bar label { display: block; min-width: 0; margin: 0; }
.vmc-gr-filter-panel .vmc-gr-filter-bar select {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 6px 28px 6px 9px;
  border-radius: 9px;
  font-size: .75rem;
}
.vmc-gr-filter-panel .vmc-gr-filter-bar button {
  width: fit-content;
  min-width: 0;
  min-height: 34px;
  padding: 6px 11px;
  border-radius: 9px;
  font-size: .75rem;
}
.vmc-gr-filter-panel .vmc-gr-filter-bar > a {
  margin-left: 2px;
  font-size: .72rem;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-line input,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-panel .vmc-gr-filter-bar {
  background: var(--vmc-gr-surface);
  border-color: var(--vmc-gr-border);
}
@media (max-width: 900px) {
  .vmc-gr-filter-panel .vmc-gr-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .vmc-gr-filter-panel > summary { margin-left: 0; }
  .vmc-gr-filter-panel .vmc-gr-filter-bar { grid-template-columns: 1fr; }
  .vmc-gr-filter-panel .vmc-gr-filter-bar button { width: 100%; }
}

/* V1.2.21 - Champs de recherche vraiment neutres en mode clair. */
html:not([data-vmc-theme="dark"]) #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-line input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  color-scheme: light;
  background-color: #fff !important;
  border: 1px solid rgba(23, 21, 18, .075) !important;
  box-shadow: 0 1px 2px rgba(23, 21, 18, .018) !important;
}
html:not([data-vmc-theme="dark"]) #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-line input[type="search"]:focus {
  outline: none !important;
  border-color: rgba(23, 21, 18, .16) !important;
  box-shadow: 0 0 0 3px rgba(23, 21, 18, .028) !important;
}
html:not([data-vmc-theme="dark"]) #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-home-search {
  background: #fff;
  border-color: rgba(23, 21, 18, .075);
  box-shadow: none;
}
html:not([data-vmc-theme="dark"]) #primary.vmc-gr-site-main .vmc-gr-shell input[type="search"]:-webkit-autofill {
  -webkit-text-fill-color: var(--vmc-gr-text) !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

/* 1.2.25 - liens contextuels discrets dans les informations des fiches jeu. */
.vmc-gr-facts-grid strong a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}
.vmc-gr-facts-grid strong a:hover,
.vmc-gr-facts-grid strong a:focus-visible {
  text-decoration-color: currentColor;
}

/* 1.2.30 - Responsive mobile recentre sur la lecture, le vote et les fiches. */
@media (max-width: 720px) {
  .vmc-gr-shell { min-width: 0; }
  .vmc-gr-page-head { margin-bottom: 30px; }
  .vmc-gr-section { margin-bottom: 34px; }
  .vmc-gr-section-head { gap: 7px; margin-bottom: 14px; }
  .vmc-gr-section-head > a.vmc-gr-latest-add { align-self: flex-start; min-height: 38px; padding-block: 7px; }
  .vmc-gr-section-head > a.vmc-gr-game-rankings-vote { min-height: 40px; padding: 9px 14px; }

  .vmc-gr-ranking-list { border-radius: 15px; }
  .vmc-gr-ranking-row,
  .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 36px 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 3px 9px;
    min-height: 72px;
    padding: 9px 10px;
  }
  .vmc-gr-rank-number { grid-column: 1; grid-row: 1 / 3; align-self: center; font-size: .95rem; }
  .vmc-gr-rank-cover { grid-column: 2; grid-row: 1 / 3; width: 46px; height: 60px; align-self: center; }
  .vmc-gr-rank-main { grid-column: 3; grid-row: 1; align-self: end; }
  .vmc-gr-rank-main h3 { margin-bottom: 3px; font-size: .94rem; }
  .vmc-gr-rank-main p { gap: 4px 8px; font-size: .72rem; }
  .vmc-gr-rank-meta,
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    justify-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 6px;
    min-width: 0;
    margin: 0;
    line-height: 1.2;
  }
  .vmc-gr-rank-meta strong { font-size: .82rem; }
  .vmc-gr-rank-meta span, .vmc-gr-rank-meta small { font-size: .66rem; }

  .vmc-gr-ranking-cards,
  .vmc-gr-ranking-cards-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-ranking-card { min-height: 0; padding: 14px; }
  .vmc-gr-ranking-card h3 { font-size: 1rem; }

  .vmc-gr-duel-app { margin-inline: 0; padding: 12px; border-radius: 16px; }
  .vmc-gr-duel-toolbar { gap: 8px; margin-bottom: 15px; }
  .vmc-gr-duel-toolbar-labels { min-width: 0; flex-wrap: wrap; }
  .vmc-gr-duel-session { grid-template-columns: auto minmax(70px, 1fr) auto; gap: 7px; }
  .vmc-gr-duel-session-copy, .vmc-gr-duel-later { font-size: .68rem; }
  .vmc-gr-duel-question { margin-bottom: 14px; }
  .vmc-gr-duel-question h2 { font-size: clamp(1.35rem, 6.5vw, 1.8rem); }
  .vmc-gr-duel-footer { align-items: flex-start; }
  .vmc-gr-duel-footer-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }

  .vmc-gr-game-hero { grid-template-columns: 104px minmax(0, 1fr); gap: 15px; margin-bottom: 30px; }
  .vmc-gr-game-hero h1 { font-size: clamp(1.75rem, 8vw, 2.6rem); line-height: 1.02; overflow-wrap: anywhere; }
  .vmc-gr-game-lead { margin-top: 8px; font-size: .88rem; line-height: 1.48; }
  .vmc-gr-game-rank-highlight { margin-top: 10px; padding: 9px 11px; border-radius: 11px; }
  .vmc-gr-game-rank-highlight strong { font-size: 1.2rem; }
  .vmc-gr-game-hero .vmc-gr-actions { gap: 8px; margin-top: 14px; }
  .vmc-gr-facts-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 13px; }
  .vmc-gr-fact-wide { grid-column: 1; }
  .vmc-gr-facts-grid > div { min-height: 0; padding: 11px 13px; }
  .vmc-gr-facts-grid strong { overflow-wrap: anywhere; }
  .vmc-gr-game-facts, .vmc-gr-game-tags, .vmc-gr-editorial { margin-bottom: 30px; }
  .vmc-gr-game-ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-game-ranking-card { padding: 12px; }
  .vmc-gr-gallery { gap: 7px; }
}

@media (max-width: 520px) {
  .vmc-gr-ranking-cards,
  .vmc-gr-ranking-cards-compact { grid-template-columns: 1fr; }
  .vmc-gr-ranking-card { padding: 13px 14px; }

  .vmc-gr-duel-toolbar { gap: 6px; }
  .vmc-gr-duel-toolbar-labels { max-width: 44%; }
  .vmc-gr-duel-session { grid-template-columns: auto minmax(22px, 1fr) auto; gap: 5px; }
  .vmc-gr-duel-session-copy { grid-column: auto; white-space: nowrap; }
  .vmc-gr-duel-progress { grid-column: auto; min-width: 22px; }
  .vmc-gr-duel-later { grid-column: auto; }
  .vmc-gr-duel-grid { grid-template-columns: 1fr; gap: 7px; }
  .vmc-gr-duel-vs { width: 26px; height: 26px; margin: -3px auto; font-size: .58rem; z-index: 2; }
  .vmc-gr-duel-card {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 96px;
    border-radius: 13px;
  }
  .vmc-gr-duel-card:hover, .vmc-gr-duel-card:focus-visible { transform: none; }
  .vmc-gr-duel-image { width: 106px; height: 100%; min-height: 96px; aspect-ratio: auto; }
  .vmc-gr-duel-card-content { align-content: center; gap: 5px; padding: 10px 11px; }
  .vmc-gr-duel-card-content > strong { font-size: .98rem; line-height: 1.15; }
  .vmc-gr-duel-card-meta { display: flex; gap: 3px 7px; font-size: .68rem; }
  .vmc-gr-duel-secondary { margin-top: 9px; }
  .vmc-gr-duel-secondary button { width: 100%; padding: 9px 12px; border: 1px solid var(--vmc-gr-border); border-radius: 10px; text-decoration: none; }
  .vmc-gr-duel-footer { margin-top: 9px; padding-top: 10px; }

  .vmc-gr-game-hero { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
  .vmc-gr-game-lead { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .82rem; }
  .vmc-gr-game-hero .vmc-gr-actions { grid-column: 1 / -1; }
  .vmc-gr-game-hero .vmc-gr-actions .vmc-gr-button { flex: 1 1 145px; justify-content: center; text-align: center; }
  .vmc-gr-game-ranking-grid { grid-template-columns: 1fr; }
  .vmc-gr-related-card { grid-template-columns: 72px minmax(0, 1fr); min-height: 96px; }
  .vmc-gr-related-card img { width: 72px; height: 96px; }
  .vmc-gr-reviews-section .vmc-comments { padding: 16px 12px; }
}

@media (max-width: 720px) {
  .vmc-gr-ranking-row.is-unranked { grid-template-columns: 48px minmax(0, 1fr); }
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-cover { grid-column: 1; grid-row: 1 / 3; }
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-main { grid-column: 2; grid-row: 1; }
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta { grid-column: 2; grid-row: 2; }
}

/* 1.2.36 - Catalogue, fiches plus editoriales et ergonomie mobile. */
.vmc-gr-inline-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--vmc-gr-text);
  font-size: .86rem;
  font-weight: 850;
  text-underline-offset: 3px;
}
.vmc-gr-games-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}
.vmc-gr-game-list-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 116px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.vmc-gr-game-list-card:hover,
.vmc-gr-game-list-card:focus-visible { transform: translateY(-1px); border-color: var(--vmc-gr-border-strong); box-shadow: 0 8px 22px rgba(20,24,30,.07); }
.vmc-gr-game-list-cover { display: block; width: 82px; height: 116px; overflow: hidden; background: var(--vmc-gr-soft); }
.vmc-gr-game-list-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vmc-gr-game-list-copy { display: grid; align-content: center; gap: 5px; min-width: 0; padding: 11px 12px; }
.vmc-gr-game-list-copy strong { font-size: .92rem; line-height: 1.2; }
.vmc-gr-game-list-copy small,
.vmc-gr-game-list-copy > span { color: var(--vmc-gr-muted); font-size: .72rem; line-height: 1.35; }
.vmc-gr-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 34px 0 54px; }
.vmc-gr-pagination .page-numbers { display: grid; place-items: center; min-width: 38px; min-height: 38px; padding: 6px 10px; border: 1px solid var(--vmc-gr-border); border-radius: 999px; color: var(--vmc-gr-text); text-decoration: none; font-weight: 800; }
.vmc-gr-pagination .page-numbers.current { background: var(--vmc-gr-text); border-color: var(--vmc-gr-text); color: var(--vmc-gr-on-strong); }

.vmc-gr-game-facet-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.vmc-gr-game-facet-links h3 { grid-column: 1 / -1; margin: 12px 0 2px; color: var(--vmc-gr-muted); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vmc-gr-game-facet-links h3:first-child { margin-top: 0; }
.vmc-gr-game-facet-links a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px solid var(--vmc-gr-border); border-radius: 12px; background: var(--vmc-gr-surface); color: var(--vmc-gr-text); font-size: .84rem; font-weight: 800; line-height: 1.3; text-decoration: none; }
.vmc-gr-game-facet-links a:hover,
.vmc-gr-game-facet-links a:focus-visible { border-color: var(--vmc-gr-border-strong); }

.vmc-gr-known-mobile-bar { display: none; }

@media (max-width: 980px) {
  .vmc-gr-games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vmc-gr-site-main { padding-bottom: 58px; }
  .vmc-gr-page-head { padding-top: 12px; padding-bottom: 22px; }
  .vmc-gr-page-head h1 { font-size: clamp(2rem, 10.5vw, 3.25rem); }
  .vmc-gr-page-head > p { margin-top: 13px; font-size: .96rem; line-height: 1.55; }

  .vmc-gr-known-setup { gap: 15px; padding-bottom: 82px; }
  .vmc-gr-known-browser { max-height: 56vh; padding-right: 2px; scrollbar-gutter: auto; }
  .vmc-gr-known-mobile-bar {
    position: fixed;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    border: 1px solid var(--vmc-gr-border);
    border-radius: 16px;
    background: var(--vmc-gr-surface);
    background: color-mix(in srgb, var(--vmc-gr-surface) 94%, transparent);
    box-shadow: 0 12px 34px rgba(20,24,30,.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .vmc-gr-known-mobile-bar > span { min-width: 0; color: var(--vmc-gr-muted); font-size: .72rem; font-weight: 800; }
  .vmc-gr-known-mobile-bar .vmc-gr-button { flex: 0 0 auto; min-height: 42px; padding: 9px 14px; font-size: .82rem; }
  .vmc-gr-known-mobile-bar .vmc-gr-button:disabled { opacity: .45; }

  .vmc-gr-game-page .vmc-gr-breadcrumbs { margin-bottom: 12px; }
  .vmc-gr-game-hero { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; align-items: start; margin-bottom: 22px; }
  .vmc-gr-game-cover { border-radius: 12px; box-shadow: 0 8px 24px rgba(23,21,18,.09); }
  .vmc-gr-game-hero h1 { font-size: clamp(1.65rem, 8vw, 2.35rem); line-height: 1.01; letter-spacing: -.045em; }
  .vmc-gr-game-lead { margin-top: 7px; font-size: .79rem; line-height: 1.4; -webkit-line-clamp: 4; }
  .vmc-gr-game-rank-highlight { margin-top: 8px; padding: 8px 10px; }
  .vmc-gr-game-rank-highlight strong { font-size: 1rem; }
  .vmc-gr-game-rank-highlight span { font-size: .68rem; }
  .vmc-gr-game-hero .vmc-gr-actions { grid-column: 1 / -1; width: 100%; margin-top: 11px; }
  .vmc-gr-game-hero .vmc-gr-actions .vmc-gr-button { min-height: 40px; flex: 1 1 140px; padding: 9px 12px; font-size: .78rem; }

  .vmc-gr-game-facts,
  .vmc-gr-game-tags,
  .vmc-gr-editorial { padding: 16px; border-radius: 15px; margin-bottom: 22px; }
  .vmc-gr-game-facts h2,
  .vmc-gr-game-tags h2,
  .vmc-gr-editorial h2 { font-size: 1.35rem; }
  .vmc-gr-facts-grid { display: block; margin-top: 10px; }
  .vmc-gr-facts-grid > div,
  .vmc-gr-facts-grid > div.vmc-gr-fact-wide {
    grid-template-columns: minmax(88px, 32%) minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-height: 0;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid var(--vmc-gr-border);
    border-radius: 0;
    background: transparent;
  }
  .vmc-gr-facts-grid > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .vmc-gr-facts-grid span { padding-top: 2px; font-size: .62rem; }
  .vmc-gr-facts-grid strong { font-size: .82rem; line-height: 1.38; }
  .vmc-gr-game-tags > div { margin-top: 12px; }
  .vmc-gr-chip-list { gap: 6px; }
  .vmc-gr-chip-list a, .vmc-gr-chip-list span { padding: 6px 9px; font-size: .74rem; }

  .vmc-gr-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .vmc-gr-gallery a { border-radius: 10px; }
  .vmc-gr-video-frame { border-radius: 13px; }
  .vmc-gr-game-ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .vmc-gr-game-ranking-card { min-height: 92px; padding: 10px; border-radius: 12px; }
  .vmc-gr-game-ranking-card > strong { font-size: .98rem; line-height: 1.15; }
  .vmc-gr-game-ranking-card > span, .vmc-gr-game-ranking-card > small { font-size: .66rem; }
  .vmc-gr-game-facet-links { grid-template-columns: 1fr; gap: 6px; }
  .vmc-gr-game-facet-links h3 { margin-top: 10px; }
  .vmc-gr-game-facet-links a { min-height: 40px; padding: 9px 10px; font-size: .78rem; }

  .vmc-gr-ranking-results .vmc-gr-ranking-list { margin-inline: -2px; }
  .vmc-gr-ranking-row,
  .vmc-gr-ranking-row.is-unranked { padding: 8px; }
  .vmc-gr-rank-main h3 { font-size: .9rem; }
  .vmc-gr-rank-main p { line-height: 1.25; }
}

@media (max-width: 560px) {
  .vmc-gr-games-grid { grid-template-columns: 1fr; gap: 8px; }
  .vmc-gr-game-list-card { grid-template-columns: 68px minmax(0, 1fr); min-height: 94px; border-radius: 13px; }
  .vmc-gr-game-list-cover { width: 68px; height: 94px; }
  .vmc-gr-game-list-copy { padding: 9px 10px; }
  .vmc-gr-game-list-copy strong { font-size: .86rem; }

  .vmc-gr-duel-app { padding: 10px; }
  .vmc-gr-known-head h2 { font-size: 1.3rem; }
  .vmc-gr-known-head p { font-size: .86rem; line-height: 1.5; }
  .vmc-gr-known-status { padding: 10px 11px; }
  .vmc-gr-known-status span { display: none; }
  .vmc-gr-known-grid { gap: 6px; }
  .vmc-gr-known-card { border-radius: 11px; }
  .vmc-gr-known-card-copy { padding: 7px 8px 9px; }
  .vmc-gr-known-card-copy strong { font-size: .73rem; }
  .vmc-gr-known-check { top: 6px; right: 6px; width: 23px; height: 23px; }
  .vmc-gr-known-browser { max-height: 50vh; }
  .vmc-gr-known-actions { display: none; }

  .vmc-gr-game-hero { grid-template-columns: 80px minmax(0, 1fr); gap: 10px; }
  .vmc-gr-game-lead { font-size: .75rem; }
  .vmc-gr-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vmc-gr-related-grid { grid-template-columns: 1fr; }
  .vmc-gr-article-grid { grid-template-columns: 1fr; }
}

/* 1.2.50 - Fiche jeu mobile : hero empile, jaquette mise en avant et statut correctement espace. */
@media (max-width: 720px) {
  .vmc-gr-game-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 24px;
  }
  .vmc-gr-game-cover {
    width: clamp(142px, 43vw, 178px);
    justify-self: center;
    border-radius: 15px;
  }
  .vmc-gr-game-hero-content {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .vmc-gr-game-hero .vmc-gr-kicker { margin-bottom: 6px; }
  .vmc-gr-game-hero h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(1.9rem, 9.5vw, 2.8rem);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
  }
  .vmc-gr-game-lead {
    display: block;
    max-width: 38rem;
    margin: 9px auto 0;
    overflow: visible;
    font-size: .84rem;
    line-height: 1.48;
    -webkit-line-clamp: unset;
  }
  .vmc-gr-game-rank-highlight {
    width: fit-content;
    max-width: 100%;
    margin: 10px auto 12px;
    text-align: left;
  }
  .vmc-gr-game-hero .vmc-gr-actions {
    grid-column: 1;
    justify-content: center;
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  .vmc-gr-game-cover { width: 138px; }
  .vmc-gr-game-hero h1 { font-size: clamp(1.75rem, 9.2vw, 2.25rem); }
}

.vmc-gr-ranking-maturity{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:12px 14px;border:1px solid var(--vmc-gr-border,#e6e6e6);border-radius:12px;background:var(--vmc-gr-surface,#fff)}
.vmc-gr-ranking-maturity strong{font-size:.95rem}
.vmc-gr-ranking-maturity span{font-size:.84rem;opacity:.72;text-align:right}
.vmc-gr-ranking-maturity.is-ranked strong{font-weight:800}
@media(max-width:640px){.vmc-gr-ranking-maturity{align-items:flex-start;flex-direction:column;gap:3px}.vmc-gr-ranking-maturity span{text-align:left}}

/* 1.2.54 — recherche contextuelle : les résultats IGDB hors catégorie restent
   visibles pour expliquer l'absence, mais ne peuvent pas être sélectionnés. */
.vmc-gr-known-search-result.is-ineligible,
.vmc-gr-search-result.is-ineligible{opacity:.58}
.vmc-gr-known-search-result.is-ineligible .vmc-gr-search-action,
.vmc-gr-search-result.is-ineligible .vmc-gr-search-action{cursor:not-allowed}

/* Related ranking links: one consistent, always-open block at the end of ranking pages. */
.vmc-gr-related-rankings { margin-top: 10px; }
.vmc-gr-related-rankings-intro { margin: -7px 0 18px; max-width: 760px; color: var(--vmc-gr-muted); line-height: 1.55; }
.vmc-gr-related-ranking-groups { align-items: start; }
.vmc-gr-related-ranking-groups .vmc-gr-facet-group { min-height: 0; }
.vmc-gr-related-rankings-footer { margin: 20px 0 0; text-align: right; }
.vmc-gr-related-rankings-footer .vmc-gr-related-rankings-all {
  min-height: 40px;
  padding: 9px 15px;
  box-shadow: 0 7px 18px rgba(23,21,18,.05);
}
.vmc-gr-related-rankings-footer .vmc-gr-related-rankings-all::after {
  content: "→";
  margin-left: 7px;
  font-size: 1.05em;
  line-height: 1;
}
@media (max-width: 680px) {
  .vmc-gr-related-rankings-intro { margin-top: -4px; }
  .vmc-gr-related-rankings-footer { text-align: left; }
  .vmc-gr-related-rankings-footer .vmc-gr-related-rankings-all { width: 100%; }
}

/* 1.2.61 — H1 plus compacts sur l'ensemble du module, avec une échelle mobile dédiée. */
.vmc-gr-hero h1,
.vmc-gr-page-head h1 {
  font-size: clamp(2.2rem, 4.25vw, 3.6rem);
  line-height: .99;
  text-wrap: balance;
}
.vmc-gr-game-hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1;
  text-wrap: balance;
}

@media (max-width: 720px) {
  .vmc-gr-hero h1,
  .vmc-gr-page-head h1 {
    font-size: clamp(1.85rem, 7.8vw, 2.45rem);
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  .vmc-gr-game-hero h1 {
    font-size: clamp(1.75rem, 7.6vw, 2.2rem);
    line-height: 1.03;
    letter-spacing: -.04em;
  }
}

@media (max-width: 390px) {
  .vmc-gr-hero h1,
  .vmc-gr-page-head h1 { font-size: clamp(1.75rem, 7.6vw, 2.1rem); }
  .vmc-gr-game-hero h1 { font-size: clamp(1.65rem, 7.4vw, 2rem); }
}


/* 1.2.62 — fiche sans classement + lecture des résultats Elo. */
.vmc-gr-rank-meta { min-width: 112px; }
@media (max-width: 720px) {
  .vmc-gr-game-lead.has-no-ranking-highlight { margin-bottom: 14px; }
  .vmc-gr-rank-meta { min-width: 0; }
}


/* 1.2.63 — statistiques de classement plus lisibles et categorie renforcee sur les fiches. */
.vmc-gr-rank-meta {
  min-width: 170px;
  gap: 4px;
  justify-items: end;
}
.vmc-gr-rank-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
  color: var(--vmc-gr-text);
  font-size: .78rem;
  line-height: 1.2;
}
.vmc-gr-rank-stats strong {
  font-size: inherit;
  font-weight: 850;
}
.vmc-gr-rank-stats span { color: var(--vmc-gr-muted); font-size: inherit; }
.vmc-gr-rank-status {
  margin-top: 0 !important;
  color: var(--vmc-gr-muted);
  font-size: .66rem !important;
  font-weight: 700;
  line-height: 1.25;
}

.vmc-gr-game-ranking-card { align-content: start; gap: 7px; }
.vmc-gr-game-ranking-card > .vmc-gr-game-ranking-label {
  color: var(--vmc-gr-text);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -.01em;
}
.vmc-gr-game-ranking-card > .vmc-gr-game-ranking-position {
  font-size: 1.28rem;
  line-height: 1;
}
.vmc-gr-game-ranking-card > .vmc-gr-game-ranking-meta {
  margin-top: 1px;
  color: var(--vmc-gr-muted);
  font-size: .69rem;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .vmc-gr-rank-meta,
  .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    display: grid;
    min-width: 0;
    gap: 2px;
    justify-items: start;
    align-items: start;
    margin-top: -4px;
  }
  .vmc-gr-rank-stats { justify-content: flex-start; font-size: .7rem; }
  .vmc-gr-rank-status { text-align: left; font-size: .62rem !important; }
  .vmc-gr-game-ranking-card > .vmc-gr-game-ranking-label { font-size: .75rem; line-height: 1.22; }
  .vmc-gr-game-ranking-card > .vmc-gr-game-ranking-position { font-size: 1.05rem; }
  .vmc-gr-game-ranking-card > .vmc-gr-game-ranking-meta { font-size: .64rem; }
}

/* 1.2.69 — choix du périmètre de vote et finitions responsive des classements. */
@media (max-width: 720px) {
  .vmc-gr-vote-scope { min-height: 285px; gap: 10px; padding: 8px 2px; }
  .vmc-gr-vote-scope-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .vmc-gr-vote-scope-actions .vmc-gr-button { width: 100%; justify-content: center; }

  .vmc-gr-ranking-results .vmc-gr-rank-meta { margin-top: 2px; }
  .vmc-gr-ranking-results .vmc-gr-rank-stats { margin-top: 2px; }

  .vmc-gr-winner-list .vmc-gr-rank-meta { margin-top: 2px; }
  .vmc-gr-winner-list .vmc-gr-rank-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px 5px;
    font-size: .69rem;
    line-height: 1.2;
  }
}

@media (max-width: 390px) {
  .vmc-gr-duel-session { gap: 5px; }
  .vmc-gr-duel-session-copy,
  .vmc-gr-duel-later { font-size: .62rem; }
}

/* 1.2.71 - défi quotidien et tirage au sort. */
.vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
  width: fit-content;
  max-width: 100%;
  margin: -2px auto 18px;
  text-align: left;
}
.vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-copy { line-height: 1.35; }
.vmc-gr-duel-reward-hint strong { color: var(--vmc-gr-text); font-weight: 850; }
.vmc-gr-giveaway-next { color: var(--vmc-gr-text) !important; font-size: .9rem; }
.vmc-gr-giveaway-entry {
  width: min(100%, 610px);
  display: grid;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 18px;
  background: var(--vmc-gr-bg);
  text-align: left;
}
.vmc-gr-giveaway-entry-head { text-align: center; line-height: 1.4; }
.vmc-gr-giveaway-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.vmc-gr-giveaway-platform {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 14px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.vmc-gr-giveaway-platform:hover,
.vmc-gr-giveaway-platform:focus-visible,
.vmc-gr-giveaway-platform.is-selected { border-color: rgba(92,61,105,.55); background: rgba(92,61,105,.055); box-shadow: 0 0 0 2px rgba(92,61,105,.07); }
.vmc-gr-giveaway-platform > span:first-child { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--vmc-gr-soft); font-size: 1.1rem; }
.vmc-gr-giveaway-platform > span:last-child { display: grid; gap: 1px; min-width: 0; }
.vmc-gr-giveaway-platform strong { font-size: .9rem; }
.vmc-gr-giveaway-platform small { overflow: hidden; color: var(--vmc-gr-muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.vmc-gr-giveaway-form { display: grid; gap: 10px; padding-top: 3px; }
.vmc-gr-giveaway-form[hidden] { display: none; }
.vmc-gr-giveaway-follow { justify-content: center; width: 100%; box-sizing: border-box; }
.vmc-gr-giveaway-form label { display: grid; gap: 6px; color: var(--vmc-gr-text); font-size: .79rem; font-weight: 800; }
.vmc-gr-giveaway-form input {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 10px;
  background: var(--vmc-gr-bg);
  color: var(--vmc-gr-text);
  font: inherit;
}
.vmc-gr-giveaway-form input:focus { outline: 2px solid rgba(92,61,105,.16); border-color: rgba(92,61,105,.55); }
.vmc-gr-giveaway-form .vmc-gr-button-primary { justify-content: center; width: 100%; }
.vmc-gr-giveaway-feedback { min-height: 1.1em; margin: 0 !important; color: var(--vmc-gr-muted); font-size: .75rem; text-align: center; }
.vmc-gr-giveaway-privacy { display: flex; gap: 8px; align-items: flex-start; margin: 0 !important; color: var(--vmc-gr-muted); font-size: .72rem; line-height: 1.45 !important; text-align: left; }
.vmc-gr-giveaway-privacy > span:first-child { flex: 0 0 auto; }
.vmc-gr-giveaway-success { display: flex; gap: 12px; align-items: flex-start; }
.vmc-gr-giveaway-success > span:first-child { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 999px; background: rgba(34,143,65,.1); color: #1b7a38; font-weight: 900; }
.vmc-gr-giveaway-success > div { display: grid; gap: 5px; }
.vmc-gr-giveaway-success p { margin: 0 !important; color: var(--vmc-gr-text) !important; line-height: 1.4 !important; }
.vmc-gr-giveaway-success small { color: var(--vmc-gr-muted); line-height: 1.45; }

@media (max-width: 620px) {
  .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint { width: 100%; margin-top: 0; margin-bottom: 14px; }
  .vmc-gr-giveaway-entry { padding: 13px; border-radius: 15px; }
  .vmc-gr-giveaway-platforms { grid-template-columns: 1fr; }
  .vmc-gr-giveaway-platform { padding: 10px 11px; }
}

/* 1.2.74 - rappels du defi simplifies, contextes de vote dedoublonnes et alignements corriges. */
.vmc-gr-site-main {
  --vmc-gr-accent: #6157e8;
  --vmc-gr-accent-2: #8b5cf6;
  --vmc-gr-accent-soft: rgba(97, 87, 232, .09);
  --vmc-gr-reward: #e89a16;
  --vmc-gr-reward-soft: #fff6df;
  --vmc-gr-gold: #b87a09;
  --vmc-gr-silver: #727783;
  --vmc-gr-bronze: #9a6035;
}

/* Actions : davantage de presence sans transformer le module en interface flashy. */
.vmc-gr-button,
.vmc-gr-shell button.vmc-gr-button {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.vmc-gr-button-primary,
.vmc-gr-shell .vmc-gr-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  box-shadow: 0 7px 18px rgba(97, 87, 232, .18);
}
.vmc-gr-button-primary:hover,
.vmc-gr-button-primary:focus-visible {
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(97, 87, 232, .25);
}
.vmc-gr-inline-vote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--vmc-gr-accent-soft);
  color: var(--vmc-gr-accent) !important;
  text-decoration: none;
}
.vmc-gr-inline-vote::after { content: '→'; font-weight: 900; transition: transform .16s ease; }
.vmc-gr-inline-vote:hover::after { transform: translateX(2px); }

/* Fiche jeu : le CTA de vote principal vit au niveau du titre des classements. */
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 16px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff;
  box-shadow: 0 7px 18px rgba(97, 87, 232, .18);
  text-decoration: none;
}
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote::after {
  content: '→';
  margin-left: 7px;
  font-weight: 900;
  transition: transform .16s ease;
}
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote:hover,
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote:focus-visible {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(97, 87, 232, .25);
}
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote:hover::after,
.vmc-gr-section-head > a.vmc-gr-game-rankings-vote:focus-visible::after { transform: translateX(2px); }

/* Defi du jour : un rappel compact, colore et coherent sur les pages denses. */
.vmc-gr-giveaway-cta-hint {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 6px 8px;
  max-width: 760px;
  padding: 10px 12px 9px;
  border-color: rgba(97, 87, 232, .18);
  background: linear-gradient(135deg, rgba(97, 87, 232, .075), rgba(232, 154, 22, .075));
  color: var(--vmc-gr-text);
  box-shadow: 0 7px 20px rgba(23, 21, 18, .035);
}
.vmc-gr-giveaway-cta-hint.is-hero { grid-template-columns: auto minmax(0, 1fr); padding: 11px 13px 10px; }
.vmc-gr-giveaway-cta-hint.is-compact {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 7px;
  max-width: 690px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 11px;
}
.vmc-gr-giveaway-cta-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--vmc-gr-accent);
  color: #fff;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}
.vmc-gr-giveaway-cta-hint.is-compact .vmc-gr-giveaway-cta-badge { display: none; }
.vmc-gr-giveaway-cta-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 0 0 1px rgba(97,87,232,.08);
  font-size: .98rem;
  line-height: 1;
}
.vmc-gr-giveaway-cta-hint.is-compact .vmc-gr-giveaway-cta-icon {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  font-size: .86rem;
}
.vmc-gr-giveaway-cta-copy {
  min-width: 0;
  color: var(--vmc-gr-muted);
  font-size: .79rem;
  font-weight: 760;
  line-height: 1.35;
}
.vmc-gr-giveaway-cta-hint.is-hero .vmc-gr-giveaway-cta-copy { color: var(--vmc-gr-text); font-size: .82rem; }
.vmc-gr-giveaway-cta-hint.is-compact .vmc-gr-giveaway-cta-copy { font-size: .72rem; line-height: 1.3; }
.vmc-gr-giveaway-cta-hint.is-near {
  border-color: rgba(232,154,22,.35);
  background: linear-gradient(135deg, rgba(232,154,22,.12), rgba(97,87,232,.075));
}
.vmc-gr-giveaway-cta-hint.is-near .vmc-gr-giveaway-cta-badge { background: var(--vmc-gr-reward); }
.vmc-gr-giveaway-cta-hint.is-complete {
  border-color: rgba(34,143,65,.27);
  background: linear-gradient(135deg, rgba(34,143,65,.105), rgba(97,87,232,.07));
}
.vmc-gr-giveaway-cta-hint.is-complete .vmc-gr-giveaway-cta-badge { background: #228f41; }

/* 1.2.77 - la date du prochain tirage devient une information secondaire distincte. */
.vmc-gr-giveaway-cta-wrap {
  width: fit-content;
  max-width: 100%;
}
.vmc-gr-giveaway-cta-date {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  max-width: 100%;
  margin: 9px 0 0 2px;
  padding: 4px 8px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 999px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-muted);
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.25;
}
.vmc-gr-giveaway-cta-date > span:first-child { flex: 0 0 auto; font-size: .72rem; line-height: 1; }
.vmc-gr-giveaway-cta-date strong { color: var(--vmc-gr-text); font-weight: 850; }

/* Accueil : touches de couleur sur les cartes et les zones exploratoires. */
.vmc-gr-ranking-card { position: relative; overflow: hidden; }
.vmc-gr-ranking-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--vmc-gr-accent), var(--vmc-gr-reward));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.vmc-gr-ranking-card-label { color: var(--vmc-gr-accent); }
.vmc-gr-ranking-card:hover::before,
.vmc-gr-ranking-card:focus-visible::before { transform: scaleX(1); }
.vmc-gr-ranking-card:hover,
.vmc-gr-ranking-card:focus-visible { background: linear-gradient(180deg, rgba(97,87,232,.025), var(--vmc-gr-surface) 40%); }
.vmc-gr-chip-list a { transition: border-color .14s ease, background .14s ease, color .14s ease, transform .14s ease; }
.vmc-gr-chip-list a:hover,
.vmc-gr-chip-list a:focus-visible {
  border-color: rgba(97,87,232,.30);
  background: var(--vmc-gr-accent-soft);
  color: var(--vmc-gr-accent);
  transform: translateY(-1px);
}
.vmc-gr-latest-card:hover,
.vmc-gr-latest-card:focus-visible { border-color: rgba(97,87,232,.28); }
.vmc-gr-how article { transition: transform .17s ease, box-shadow .17s ease; }
.vmc-gr-how article > strong { background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2)); color: #fff; }
.vmc-gr-how article:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(23,21,18,.11); }

/* Or / argent / bronze discrets : la couleur sert la lecture du classement. */
.vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-number,
.vmc-gr-winner-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-number { color: var(--vmc-gr-gold); background: rgba(232,154,22,.12); }
.vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-number,
.vmc-gr-winner-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-number { color: var(--vmc-gr-silver); background: rgba(114,119,131,.11); }
.vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-number,
.vmc-gr-winner-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-number { color: var(--vmc-gr-bronze); background: rgba(154,96,53,.11); }
.vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(-n+3) .vmc-gr-rank-number,
.vmc-gr-winner-list > .vmc-gr-ranking-row:nth-child(-n+3) .vmc-gr-rank-number {
  display: grid;
  place-items: center;
  width: 36px;
  min-height: 30px;
  margin-inline: auto;
  border-radius: 9px;
}

/* Pages de classement : densite editoriale nettement plus forte. */
.vmc-gr-ranking-page .vmc-gr-page-head,
.vmc-gr-taxonomy-page .vmc-gr-page-head {
  max-width: 840px;
  padding-top: 16px;
  padding-bottom: 24px;
}
.vmc-gr-ranking-page .vmc-gr-page-head h1,
.vmc-gr-taxonomy-page .vmc-gr-page-head h1 {
  font-size: clamp(2rem, 3.45vw, 3.05rem);
  line-height: 1;
}
.vmc-gr-ranking-page .vmc-gr-page-head > p,
.vmc-gr-taxonomy-page .vmc-gr-page-head > p,
.vmc-gr-taxonomy-page .vmc-gr-term-description {
  margin-top: 12px;
  font-size: .98rem;
  line-height: 1.5;
}
.vmc-gr-ranking-page .vmc-gr-question {
  margin: 15px 0 13px;
  padding: 12px 14px;
  border-radius: 12px;
}
.vmc-gr-ranking-page .vmc-gr-question strong { font-size: .94rem; line-height: 1.3; }
.vmc-gr-ranking-page .vmc-gr-question small { margin-top: 4px; font-size: .73rem; }
.vmc-gr-ranking-page .vmc-gr-giveaway-cta-hint { margin-top: 11px; }
.vmc-gr-taxonomy-page .vmc-gr-giveaway-cta-hint {
  align-items: center;
  margin-top: 14px;
}
.vmc-gr-taxonomy-page .vmc-gr-giveaway-cta-hint.is-compact {
  min-height: 40px;
  padding-block: 8px;
}
.vmc-gr-taxonomy-page .vmc-gr-giveaway-cta-icon { align-self: center; }
.vmc-gr-taxonomy-page .vmc-gr-giveaway-cta-copy { align-self: center; }
.vmc-gr-ranking-page .vmc-gr-section,
.vmc-gr-taxonomy-page .vmc-gr-section { margin-bottom: 40px; }
.vmc-gr-ranking-page .vmc-gr-section-head,
.vmc-gr-taxonomy-page .vmc-gr-section-head { margin-bottom: 12px; }
.vmc-gr-ranking-page .vmc-gr-ranking-maturity,
.vmc-gr-taxonomy-page .vmc-gr-ranking-maturity {
  margin-bottom: 9px;
  padding: 8px 10px;
  border-radius: 10px;
}
.vmc-gr-ranking-page .vmc-gr-ranking-maturity strong,
.vmc-gr-taxonomy-page .vmc-gr-ranking-maturity strong { font-size: .8rem; }
.vmc-gr-ranking-page .vmc-gr-ranking-maturity span,
.vmc-gr-taxonomy-page .vmc-gr-ranking-maturity span { font-size: .72rem; }

.vmc-gr-ranking-page .vmc-gr-ranking-list,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list { border-radius: 15px; }
.vmc-gr-ranking-page .vmc-gr-ranking-row,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row {
  grid-template-columns: 48px 40px minmax(0, 1fr) 145px;
  gap: 9px;
  min-height: 60px;
  padding: 6px 11px;
  transition: background .14s ease;
}
.vmc-gr-ranking-page .vmc-gr-ranking-row:hover,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row:hover { background: rgba(97,87,232,.025); }
.vmc-gr-ranking-page .vmc-gr-rank-number,
.vmc-gr-taxonomy-page .vmc-gr-rank-number { font-size: .92rem; }
.vmc-gr-ranking-page .vmc-gr-rank-cover,
.vmc-gr-taxonomy-page .vmc-gr-rank-cover {
  width: 38px;
  height: 50px;
  border-radius: 6px;
}
.vmc-gr-ranking-page .vmc-gr-rank-main h3,
.vmc-gr-taxonomy-page .vmc-gr-rank-main h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 2px;
  font-size: .9rem;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.vmc-gr-ranking-page .vmc-gr-rank-main p,
.vmc-gr-taxonomy-page .vmc-gr-rank-main p {
  flex-wrap: nowrap;
  gap: 4px 7px;
  overflow: hidden;
  font-size: .69rem;
  line-height: 1.2;
}
.vmc-gr-ranking-page .vmc-gr-rank-main p span,
.vmc-gr-taxonomy-page .vmc-gr-rank-main p span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vmc-gr-ranking-page .vmc-gr-rank-main p span:first-child,
.vmc-gr-taxonomy-page .vmc-gr-rank-main p span:first-child { flex: 0 0 auto; }
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta {
  min-width: 0;
  gap: 2px;
}
.vmc-gr-ranking-page .vmc-gr-rank-stats,
.vmc-gr-taxonomy-page .vmc-gr-rank-stats { font-size: .69rem; }
.vmc-gr-ranking-page .vmc-gr-rank-status,
.vmc-gr-taxonomy-page .vmc-gr-rank-status { font-size: .58rem !important; }

/* Le palmares de l'accueil reste un peu plus genereux mais gagne lui aussi en densite. */
.vmc-gr-winner-list .vmc-gr-ranking-row {
  grid-template-columns: 50px 40px minmax(0, 1fr) auto;
  gap: 9px;
  min-height: 62px;
  padding: 6px 11px;
}
.vmc-gr-winner-list .vmc-gr-rank-number { font-size: .9rem; }
.vmc-gr-winner-list .vmc-gr-rank-cover { width: 38px; height: 50px; border-radius: 6px; }
.vmc-gr-winner-list .vmc-gr-rank-main h3 { margin-bottom: 2px; font-size: .88rem; }
.vmc-gr-winner-list .vmc-gr-rank-main p { font-size: .68rem; }
.vmc-gr-winner-list .vmc-gr-rank-stats { font-size: .68rem; }

/* Animation volontairement CSS : equivalent visuel d'un petit sticker/GIF, sans poids reseau. */
@keyframes vmc-gr-ticket-bob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  45% { transform: translateY(-2px) rotate(-4deg); }
  70% { transform: translateY(0) rotate(3deg); }
}
@keyframes vmc-gr-reward-pulse {
  0%, 100% { box-shadow: 0 7px 20px rgba(23,21,18,.035), 0 0 0 0 rgba(232,154,22,0); }
  50% { box-shadow: 0 7px 20px rgba(23,21,18,.035), 0 0 0 4px rgba(232,154,22,.08); }
}
@media (prefers-reduced-motion: no-preference) {
  .vmc-gr-giveaway-cta-icon { animation: vmc-gr-ticket-bob 3.2s ease-in-out infinite; }
  .vmc-gr-giveaway-cta-hint.is-near { animation: vmc-gr-reward-pulse 2.5s ease-in-out infinite; }
}

/* Dark mode : conserver les accents mais sans surfaces blanches. */
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main {
  --vmc-gr-accent: #938cff;
  --vmc-gr-accent-2: #b18cff;
  --vmc-gr-reward: #ffc45a;
  --vmc-gr-reward-soft: rgba(255,196,90,.08);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-giveaway-cta-icon { background: rgba(255,255,255,.07); }
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-giveaway-cta-hint { background: linear-gradient(135deg, rgba(147,140,255,.10), rgba(255,196,90,.055)); }
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-giveaway-cta-date { background: rgba(255,255,255,.045); }
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-ranking-page .vmc-gr-ranking-row:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-row:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-row:hover { background: rgba(147,140,255,.055); }

/* Mobile first : moins de hauteur, pas de perte d'information et aucune animation envahissante. */
@media (max-width: 720px) {
  .vmc-gr-button,
  .vmc-gr-shell button.vmc-gr-button { min-height: 40px; padding: 9px 13px; }

  .vmc-gr-giveaway-cta-hint,
  .vmc-gr-giveaway-cta-hint.is-hero,
  .vmc-gr-giveaway-cta-hint.is-compact {
    width: 100%;
    max-width: none;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px 7px;
    padding: 8px 9px 7px;
    border-radius: 11px;
  }
  .vmc-gr-giveaway-cta-badge { display: none; }
  .vmc-gr-giveaway-cta-icon,
  .vmc-gr-giveaway-cta-hint.is-compact .vmc-gr-giveaway-cta-icon { width: 22px; height: 22px; font-size: .82rem; }
  .vmc-gr-giveaway-cta-copy,
  .vmc-gr-giveaway-cta-hint.is-hero .vmc-gr-giveaway-cta-copy,
  .vmc-gr-giveaway-cta-hint.is-compact .vmc-gr-giveaway-cta-copy { font-size: .69rem; line-height: 1.28; }
  .vmc-gr-taxonomy-page .vmc-gr-giveaway-cta-hint.is-compact {
    min-height: 42px;
    margin-top: 12px;
    padding: 9px 10px;
  }
  .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
    align-items: center;
    margin-inline: 0;
  }

  .vmc-gr-ranking-page .vmc-gr-page-head,
  .vmc-gr-taxonomy-page .vmc-gr-page-head { padding-top: 8px; padding-bottom: 18px; }
  .vmc-gr-ranking-page .vmc-gr-page-head h1,
  .vmc-gr-taxonomy-page .vmc-gr-page-head h1 { font-size: clamp(1.65rem, 7.2vw, 2.1rem); line-height: 1.02; }
  .vmc-gr-ranking-page .vmc-gr-page-head > p,
  .vmc-gr-taxonomy-page .vmc-gr-page-head > p,
  .vmc-gr-taxonomy-page .vmc-gr-term-description { margin-top: 8px; font-size: .8rem; line-height: 1.42; }
  .vmc-gr-ranking-page .vmc-gr-question { margin: 11px 0 10px; padding: 10px 11px; }
  .vmc-gr-ranking-page .vmc-gr-question > span { margin-bottom: 5px; font-size: .61rem; }
  .vmc-gr-ranking-page .vmc-gr-question strong { font-size: .82rem; }
  .vmc-gr-ranking-page .vmc-gr-question small { font-size: .66rem; }

  .vmc-gr-ranking-page .vmc-gr-ranking-maturity,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-maturity {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    padding: 7px 8px;
  }
  .vmc-gr-ranking-page .vmc-gr-ranking-maturity strong,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-maturity strong { font-size: .69rem; }
  .vmc-gr-ranking-page .vmc-gr-ranking-maturity span,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-maturity span { margin-left: auto; font-size: .63rem; text-align: right; }

  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 28px 35px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 7px;
    min-height: 52px;
    padding: 5px 7px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-number,
  .vmc-gr-taxonomy-page .vmc-gr-rank-number {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    font-size: .75rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-cover,
  .vmc-gr-taxonomy-page .vmc-gr-rank-cover {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 34px;
    height: 45px;
    border-radius: 5px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-main,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main { grid-column: 3; grid-row: 1; align-self: end; }
  .vmc-gr-ranking-page .vmc-gr-rank-main h3,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main h3 { margin-bottom: 1px; font-size: .8rem; line-height: 1.12; }
  .vmc-gr-ranking-page .vmc-gr-rank-main p,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main p { font-size: .61rem; line-height: 1.16; }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
    align-items: baseline;
    gap: 2px 5px;
    margin-top: 1px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats { justify-content: flex-start; font-size: .61rem; }
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status { font-size: .54rem !important; }

  .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(-n+3) .vmc-gr-rank-number,
  .vmc-gr-winner-list > .vmc-gr-ranking-row:nth-child(-n+3) .vmc-gr-rank-number {
    width: 27px;
    min-height: 25px;
    border-radius: 7px;
  }

  .vmc-gr-winner-list .vmc-gr-ranking-row {
    grid-template-columns: 28px 35px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 7px;
    min-height: 52px;
    padding: 5px 7px;
  }
  .vmc-gr-winner-list .vmc-gr-rank-number { grid-column: 1; grid-row: 1 / 3; align-self: center; font-size: .74rem; }
  .vmc-gr-winner-list .vmc-gr-rank-cover { grid-column: 2; grid-row: 1 / 3; width: 34px; height: 45px; }
  .vmc-gr-winner-list .vmc-gr-rank-main { grid-column: 3; grid-row: 1; }
  .vmc-gr-winner-list .vmc-gr-rank-main h3 { font-size: .79rem; }
  .vmc-gr-winner-list .vmc-gr-rank-main p { font-size: .6rem; }
  .vmc-gr-winner-list .vmc-gr-rank-meta { grid-column: 3; grid-row: 2; margin-top: 1px; }
  .vmc-gr-winner-list .vmc-gr-rank-stats { font-size: .6rem; }

  .vmc-gr-ranking-card::before { transform: scaleX(1); opacity: .55; }
  .vmc-gr-ranking-card-label { font-size: .68rem; }
  .vmc-gr-how article:hover { transform: none; box-shadow: none; }
}

@media (max-width: 390px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-winner-list .vmc-gr-ranking-row { padding-inline: 6px; gap: 2px 6px; }
  .vmc-gr-ranking-page .vmc-gr-rank-cover,
  .vmc-gr-taxonomy-page .vmc-gr-rank-cover,
  .vmc-gr-winner-list .vmc-gr-rank-cover { width: 32px; height: 43px; }
  .vmc-gr-ranking-page .vmc-gr-rank-main h3,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main h3,
  .vmc-gr-winner-list .vmc-gr-rank-main h3 { font-size: .76rem; }
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats,
  .vmc-gr-winner-list .vmc-gr-rank-stats { font-size: .58rem; }
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status { font-size: .51rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  .vmc-gr-button,
  .vmc-gr-ranking-card,
  .vmc-gr-ranking-card::before,
  .vmc-gr-chip-list a,
  .vmc-gr-how article,
  .vmc-gr-giveaway-cta-icon,
  .vmc-gr-giveaway-cta-hint { animation: none !important; transition: none !important; }
}

/* 1.2.75 - alignement du rappel du defi sur vote/classements, avec responsive mobile dedie. */
/* 1.2.78 - sur les classements, le CTA principal et le defi sont maintenant hierarchises sur deux lignes. */
.vmc-gr-ranking-vote-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 10px;
  width: min(100%, 760px);
  margin-top: 2px;
}
.vmc-gr-ranking-vote-row > .vmc-gr-button {
  grid-row: 1;
  justify-self: start;
}
.vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap {
  grid-row: 2;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}
.vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap .vmc-gr-giveaway-cta-hint:is(.is-compact, .is-hero) {
  margin: 0;
}
.vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-date {
  margin-top: 9px;
  margin-left: 2px;
}

/* Sur la page de vote, inline-grid empechait les marges auto de centrer reellement le bloc. */
.vmc-gr-vote-page .vmc-gr-duel-reward-wrap.vmc-gr-giveaway-cta-wrap {
  width: fit-content;
  max-width: min(760px, 100%);
  margin: -2px auto 18px;
}
.vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: center;
}
.vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-giveaway-cta-date {
  margin: 9px auto 0;
}

@media (max-width: 720px) {
  .vmc-gr-ranking-vote-row {
    width: 100%;
    gap: 9px;
    margin-top: 2px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-button {
    width: auto;
    min-width: 74px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap {
    width: 100%;
    max-width: none;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap .vmc-gr-giveaway-cta-hint:is(.is-compact, .is-hero) {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 9px 10px;
    border-radius: 11px;
  }
  .vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-date {
    margin-top: 8px;
    margin-left: 2px;
  }
  .vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-copy {
    font-size: .72rem;
    line-height: 1.35;
  }
  .vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-icon {
    width: 24px;
    height: 24px;
    font-size: .86rem;
  }

  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap.vmc-gr-giveaway-cta-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto 15px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 9px 10px;
    gap: 8px;
    border-radius: 11px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-giveaway-cta-date {
    margin: 8px auto 0;
    font-size: .65rem;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-icon {
    width: 24px;
    height: 24px;
    font-size: .86rem;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-copy {
    font-size: .72rem;
    line-height: 1.35;
  }
}

@media (max-width: 390px) {
  .vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-copy,
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-copy {
    font-size: .7rem;
  }
}

/* 1.2.81 - CTA classement rapproches et responsive mobile simplifie. */
.vmc-gr-ranking-vote-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: min(100%, 760px);
  margin-top: 2px;
}
.vmc-gr-ranking-vote-row > .vmc-gr-button {
  flex: 0 0 auto;
  width: auto;
  min-height: 38px;
  margin: 0;
  justify-content: center;
}
.vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 2px 0 0;
}
.vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap .vmc-gr-giveaway-cta-hint:is(.is-compact, .is-hero) {
  width: fit-content;
  max-width: 100%;
  margin: 0;
}
.vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-date {
  margin-top: 10px;
  margin-left: 2px;
}

/* En theme clair, les trois etapes de la home restent des cartes claires. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article {
  background: var(--vmc-gr-surface);
  border: 1px solid var(--vmc-gr-border);
  color: var(--vmc-gr-text);
  box-shadow: 0 8px 24px rgba(23,21,18,.035);
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how p {
  color: var(--vmc-gr-muted);
  opacity: 1;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article > strong {
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article {
  background: var(--vmc-gr-soft);
  border-color: var(--vmc-gr-border);
  color: var(--vmc-gr-text);
  box-shadow: none;
}

@media (max-width: 720px) {
  .vmc-gr-ranking-vote-row {
    gap: 7px;
    width: 100%;
    margin-top: 3px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-button {
    min-width: 0;
    min-height: 36px;
    padding: 8px 11px;
    font-size: .76rem;
    line-height: 1.1;
    white-space: nowrap;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-button + .vmc-gr-button {
    padding-inline: 10px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap {
    margin-top: 3px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-giveaway-cta-wrap .vmc-gr-giveaway-cta-hint:is(.is-compact, .is-hero) {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    width: 100%;
    max-width: none;
    padding: 9px 10px;
    gap: 8px;
    border-radius: 11px;
  }
  .vmc-gr-ranking-vote-row .vmc-gr-giveaway-cta-date {
    margin-top: 9px;
    margin-left: 2px;
    font-size: .65rem;
  }
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article {
    padding: 18px;
    border-radius: 16px;
    box-shadow: none;
  }
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how article > strong {
    width: 31px;
    height: 31px;
    font-size: .8rem;
  }
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-how h3 {
    margin-top: 13px;
  }
}

@media (max-width: 360px) {
  .vmc-gr-ranking-vote-row {
    gap: 6px;
  }
  .vmc-gr-ranking-vote-row > .vmc-gr-button {
    padding-inline: 9px;
    font-size: .72rem;
  }
}


/* 1.2.82 - Fil d’Ariane mobile sur une ligne, avec défilement horizontal discret si nécessaire. */


/* 1.2.83 - respiration des CTA de classement et validation du tirage plus explicite. */
.vmc-gr-ranking-head .vmc-gr-ranking-vote-row {
  margin-top: 15px;
}

.vmc-gr-giveaway-entry-head {
  max-width: 540px;
  margin-inline: auto;
  color: var(--vmc-gr-text);
}
.vmc-gr-giveaway-contact-note {
  margin: 2px 0 0 !important;
  padding: 10px 12px;
  border-radius: 11px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-text) !important;
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.45 !important;
  text-align: center;
}
.vmc-gr-giveaway-follow.vmc-gr-button {
  min-height: 48px;
  padding: 11px 15px;
  border: 0;
  color: #fff !important;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(23, 21, 18, .16);
}
.vmc-gr-giveaway-follow.vmc-gr-button:hover,
.vmc-gr-giveaway-follow.vmc-gr-button:focus-visible {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(23, 21, 18, .22);
}
.vmc-gr-giveaway-follow.is-instagram {
  background: linear-gradient(115deg, #833ab4 0%, #c13584 42%, #e1306c 68%, #f77737 100%);
}
.vmc-gr-giveaway-follow.is-discord {
  background: #5865f2;
}
.vmc-gr-giveaway-follow.is-discord:hover,
.vmc-gr-giveaway-follow.is-discord:focus-visible {
  background: #4752c4;
}
.vmc-gr-giveaway-platform[data-vmc-gr-giveaway-platform="instagram"].is-selected {
  border-color: rgba(193, 53, 132, .55);
  background: rgba(193, 53, 132, .07);
  box-shadow: 0 0 0 2px rgba(193, 53, 132, .08);
}
.vmc-gr-giveaway-platform[data-vmc-gr-giveaway-platform="discord"].is-selected {
  border-color: rgba(88, 101, 242, .58);
  background: rgba(88, 101, 242, .08);
  box-shadow: 0 0 0 2px rgba(88, 101, 242, .08);
}

@media (max-width: 720px) {
  .vmc-gr-ranking-head .vmc-gr-ranking-vote-row {
    margin-top: 12px;
  }
  .vmc-gr-giveaway-entry-head {
    text-align: left;
  }
  .vmc-gr-giveaway-contact-note {
    padding: 9px 10px;
    font-size: .74rem;
    text-align: left;
  }
  .vmc-gr-giveaway-follow.vmc-gr-button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: .82rem;
  }
}


/* 1.2.91 — cold start des facettes + lecture explicite du score Elo. */
.vmc-gr-ranking-method {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
  padding: 10px 12px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 11px;
  background: color-mix(in srgb, var(--vmc-gr-surface) 94%, var(--vmc-gr-text) 6%);
}
.vmc-gr-ranking-method strong { font-size: .76rem; line-height: 1.25; }
.vmc-gr-ranking-method p { margin: 0; color: var(--vmc-gr-muted); font-size: .7rem; line-height: 1.45; }
.vmc-gr-ranking-method.is-temporary { border-style: dashed; }
.vmc-gr-ranking-legend { display: flex; flex-wrap: wrap; gap: 4px 12px; margin-top: 2px; color: var(--vmc-gr-muted); font-size: .64rem; line-height: 1.3; }
.vmc-gr-ranking-legend b { color: var(--vmc-gr-text); font-weight: 850; }
.vmc-gr-ranking-maturity.is-temporary { border-style: dashed; }
.vmc-gr-ranking-row.is-temporary .vmc-gr-rank-number { opacity: .78; }
.vmc-gr-rank-meta { min-width: 205px; }
.vmc-gr-rank-score { display: flex; justify-content: flex-end; align-items: baseline; gap: 5px; line-height: 1.05; }
.vmc-gr-rank-score span { color: var(--vmc-gr-muted); font-size: .61rem; font-weight: 750; text-transform: uppercase; letter-spacing: .035em; }
.vmc-gr-rank-score strong { color: var(--vmc-gr-text); font-size: .88rem; font-weight: 900; }
.vmc-gr-rank-stats b { color: var(--vmc-gr-text); font-weight: 850; }

@media (max-width: 720px) {
  .vmc-gr-ranking-method { margin-bottom: 7px; padding: 8px 9px; }
  .vmc-gr-ranking-method strong { font-size: .69rem; }
  .vmc-gr-ranking-method p { font-size: .63rem; line-height: 1.38; }
  .vmc-gr-ranking-legend { gap: 3px 9px; font-size: .58rem; }
  .vmc-gr-rank-meta { min-width: 0; }
  .vmc-gr-rank-score { justify-content: flex-start; }
  .vmc-gr-rank-score span { font-size: .54rem; }
  .vmc-gr-rank-score strong { font-size: .7rem; }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 7px;
    align-items: baseline;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score { grid-column: 1; grid-row: 1; }
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats { grid-column: 2; grid-row: 1; }
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 430px) {
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta { grid-template-columns: 1fr; gap: 1px; }
  .vmc-gr-ranking-page .vmc-gr-rank-score,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score,
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats,
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status { grid-column: 1; }
  .vmc-gr-ranking-page .vmc-gr-rank-score,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score { grid-row: 1; }
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats { grid-row: 2; }
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status { grid-row: 3; }
}

.vmc-gr-rank-unrated { color: var(--vmc-gr-muted); font: inherit; }
@media (min-width: 721px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row { grid-template-columns: 48px 40px minmax(0, 1fr) 205px; }
}


/* 1.2.96 — affichage compact, scoped, sans impact sur la home des classements. */

/* Pages de classement uniquement : score lisible sans transformer chaque valeur en carte. */
.vmc-gr-ranking-page .vmc-gr-ranking-row,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row {
  grid-template-columns: 44px 38px minmax(0, 1fr) 184px;
  gap: 8px;
  min-height: 58px;
  padding: 6px 10px;
}
.vmc-gr-ranking-page .vmc-gr-rank-cover,
.vmc-gr-taxonomy-page .vmc-gr-rank-cover {
  width: 36px;
  height: 48px;
}
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta,
.vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 2px;
  justify-items: end;
  align-content: center;
  margin: 0;
}
.vmc-gr-ranking-page .vmc-gr-rank-score,
.vmc-gr-taxonomy-page .vmc-gr-rank-score {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}
.vmc-gr-ranking-page .vmc-gr-rank-score span,
.vmc-gr-taxonomy-page .vmc-gr-rank-score span {
  color: var(--vmc-gr-muted);
  font-size: .57rem;
  font-weight: 780;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.vmc-gr-ranking-page .vmc-gr-rank-score strong,
.vmc-gr-taxonomy-page .vmc-gr-rank-score strong {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vmc-gr-text);
  font-size: .82rem;
  font-weight: 900;
}
.vmc-gr-ranking-page .vmc-gr-rank-stats,
.vmc-gr-taxonomy-page .vmc-gr-rank-stats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px 7px;
  color: var(--vmc-gr-muted);
  font-size: .6rem;
  line-height: 1.2;
  white-space: nowrap;
}
.vmc-gr-ranking-page .vmc-gr-rank-stat,
.vmc-gr-taxonomy-page .vmc-gr-rank-stat {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 3px;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.vmc-gr-ranking-page .vmc-gr-rank-stat b,
.vmc-gr-taxonomy-page .vmc-gr-rank-stat b {
  color: var(--vmc-gr-muted);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .02em;
  text-transform: none;
}
.vmc-gr-ranking-page .vmc-gr-rank-stat strong,
.vmc-gr-taxonomy-page .vmc-gr-rank-stat strong {
  color: var(--vmc-gr-text);
  font-size: .63rem;
  font-weight: 850;
}
.vmc-gr-ranking-page .vmc-gr-rank-status,
.vmc-gr-taxonomy-page .vmc-gr-rank-status {
  margin-top: 1px !important;
  color: var(--vmc-gr-muted);
  font-size: .55rem !important;
  font-weight: 700;
  line-height: 1.15;
  text-align: right;
}

/* Fiche jeu : cartes compactes et régulières, sans sous-cartes grises. */
.vmc-gr-game-page .vmc-gr-game-ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 7px;
  min-height: 112px;
  padding: 11px 12px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 13px;
  background: var(--vmc-gr-surface);
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.vmc-gr-game-page .vmc-gr-game-ranking-card:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-card:focus-visible {
  border-color: color-mix(in srgb, var(--vmc-gr-accent) 35%, var(--vmc-gr-border) 65%);
  background: color-mix(in srgb, var(--vmc-gr-surface) 97%, var(--vmc-gr-accent) 3%);
  transform: translateY(-1px);
}
.vmc-gr-game-page .vmc-gr-game-ranking-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: start;
  min-height: 36px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-label {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.4em;
  color: var(--vmc-gr-text);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.vmc-gr-game-page .vmc-gr-game-ranking-status {
  align-self: start;
  justify-self: end;
  padding: 2px 5px;
  border-radius: 999px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-muted);
  font-size: .5rem;
  font-weight: 780;
  line-height: 1.15;
  white-space: nowrap;
}
.vmc-gr-game-page .vmc-gr-game-ranking-card.is-ranked .vmc-gr-game-ranking-status {
  color: #226746;
  background: rgba(48, 142, 88, .10);
}
.vmc-gr-game-page .vmc-gr-game-ranking-card.is-provisional .vmc-gr-game-ranking-status {
  color: #8b5a0a;
  background: rgba(232, 154, 22, .11);
}
.vmc-gr-game-page .vmc-gr-game-ranking-summary {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
}
.vmc-gr-game-page .vmc-gr-game-ranking-position {
  color: var(--vmc-gr-text);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}
.vmc-gr-game-page .vmc-gr-game-ranking-score {
  color: var(--vmc-gr-muted);
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.2;
}
.vmc-gr-game-page .vmc-gr-game-ranking-score b {
  color: var(--vmc-gr-text);
  font-weight: 850;
}
.vmc-gr-game-page .vmc-gr-game-ranking-record {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
  color: var(--vmc-gr-muted);
  font-size: .58rem;
  line-height: 1.2;
}
.vmc-gr-game-page .vmc-gr-game-ranking-record span {
  white-space: nowrap;
}
.vmc-gr-game-page .vmc-gr-game-ranking-record b {
  color: var(--vmc-gr-text);
  font-weight: 850;
}

@media (max-width: 980px) {
  .vmc-gr-game-page .vmc-gr-game-ranking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row {
    grid-template-columns: 42px 36px minmax(0, 1fr) 168px;
  }
}

@media (max-width: 720px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 27px 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 7px;
    min-height: 54px;
    padding: 6px 7px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-number,
  .vmc-gr-taxonomy-page .vmc-gr-rank-number {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-cover,
  .vmc-gr-taxonomy-page .vmc-gr-rank-cover {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 33px;
    height: 44px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-main,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 2px 7px;
    width: 100%;
    margin-top: 1px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score {
    justify-content: flex-start;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score span,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score span {
    font-size: .52rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score strong,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score strong {
    font-size: .68rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-stats,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stats {
    justify-content: flex-start;
    gap: 3px 6px;
    font-size: .54rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-stat b,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stat b {
    font-size: .5rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-stat strong,
  .vmc-gr-taxonomy-page .vmc-gr-rank-stat strong {
    font-size: .57rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-status,
  .vmc-gr-taxonomy-page .vmc-gr-rank-status {
    flex-basis: 100%;
    margin-top: 0 !important;
    font-size: .49rem !important;
    text-align: left;
  }

  .vmc-gr-game-page .vmc-gr-game-ranking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-card {
    min-height: 106px;
    padding: 9px 10px;
    gap: 6px;
    border-radius: 11px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-card-head {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 43px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-label {
    min-height: 2.4em;
    font-size: .66rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-status {
    justify-self: start;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    color: var(--vmc-gr-muted) !important;
    font-size: .47rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-position {
    font-size: 1rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-score {
    font-size: .56rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-record {
    gap: 2px 5px;
    font-size: .52rem;
  }
}

@media (max-width: 390px) {
  .vmc-gr-game-page .vmc-gr-game-ranking-grid {
    gap: 6px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-card {
    padding: 8px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-label {
    font-size: .62rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-record {
    gap: 2px 4px;
    font-size: .49rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-card.is-ranked .vmc-gr-game-ranking-status {
  color: #a7efc2;
  background: rgba(85, 198, 126, .16);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-card.is-provisional .vmc-gr-game-ranking-status {
  color: #ffd089;
  background: rgba(232, 154, 22, .18);
}


/* 1.2.97 — hiérarchie éditoriale : données compactes et fiches en liste. */
/* Pages de classement uniquement : une valeur de score et un bilan textuel. */
.vmc-gr-ranking-page .vmc-gr-ranking-row,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row {
  grid-template-columns: 48px 40px minmax(0, 1fr) 178px;
  min-height: 58px;
  padding-block: 6px;
}
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta {
  min-width: 0;
  width: 178px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
  align-content: center;
  gap: 2px;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
  color: var(--vmc-gr-text);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.015em;
}
.vmc-gr-ranking-page .vmc-gr-rank-record,
.vmc-gr-taxonomy-page .vmc-gr-rank-record {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  color: var(--vmc-gr-muted);
  font-size: .6rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* Fiches jeu : chaque classement devient une ligne de palmarès compacte. */
.vmc-gr-game-page .vmc-gr-game-ranking-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 12px;
  background: var(--vmc-gr-surface);
  color: inherit;
  text-decoration: none;
  transition: border-color .14s ease, background .14s ease, transform .14s ease;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-line:focus-visible {
  border-color: color-mix(in srgb, var(--vmc-gr-accent) 25%, var(--vmc-gr-border) 75%);
  background: color-mix(in srgb, var(--vmc-gr-surface) 97%, var(--vmc-gr-accent) 3%);
  transform: translateY(-1px);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-label {
  min-width: 0;
  overflow: hidden;
  color: var(--vmc-gr-text);
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  color: var(--vmc-gr-text);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-meta {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  overflow: hidden;
  color: var(--vmc-gr-muted);
  font-size: .59rem;
  font-weight: 690;
  line-height: 1.25;
  white-space: nowrap;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-meta > span:not(.vmc-gr-game-ranking-line-official) {
  flex: 0 0 auto;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-official {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(48, 142, 88, .1);
  color: #226746;
  font-size: .52rem;
  font-weight: 850;
}

@media (max-width: 980px) {
  .vmc-gr-game-page .vmc-gr-game-ranking-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 28px 35px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 7px;
    min-height: 52px;
    padding: 5px 7px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 3;
    grid-row: 2;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 1px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    flex: 0 0 auto;
    font-size: .72rem;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-record,
  .vmc-gr-taxonomy-page .vmc-gr-rank-record {
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    font-size: .55rem;
    text-overflow: ellipsis;
  }

  .vmc-gr-game-page .vmc-gr-game-ranking-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line {
    padding: 9px 10px;
    gap: 4px;
    border-radius: 11px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-label {
    font-size: .75rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-position {
    font-size: .92rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-meta {
    font-size: .57rem;
  }
}

@media (max-width: 390px) {
  .vmc-gr-ranking-page .vmc-gr-rank-record,
  .vmc-gr-taxonomy-page .vmc-gr-rank-record {
    gap: 2px;
    font-size: .52rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-meta {
    gap: 2px;
    font-size: .54rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-official {
  background: rgba(85, 198, 126, .18);
  color: #a7efc2;
}


/* 1.2.98 — finition visuelle légère, sans modifier la home des classements. */
/* Pages de classement : le score devient identifiable sans alourdir la ligne. */
.vmc-gr-ranking-page .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 3px 7px;
  border: 1px solid color-mix(in srgb, var(--vmc-gr-border) 78%, var(--vmc-gr-text) 22%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--vmc-gr-surface) 94%, var(--vmc-gr-text) 6%);
  font-size: .82rem;
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-score-value {
  border-color: rgba(232,154,22,.28);
  background: rgba(232,154,22,.08);
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-score-value {
  border-color: rgba(114,119,131,.25);
  background: rgba(114,119,131,.07);
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-score-value {
  border-color: rgba(154,96,53,.26);
  background: rgba(154,96,53,.07);
}

/* Fiche jeu : résumé du palmarès + rangs visuels, sans épaissir les lignes. */
.vmc-gr-game-page .vmc-gr-game-ranking-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 10px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 7px;
  margin: 0;
  color: var(--vmc-gr-muted);
  font-size: .69rem;
  line-height: 1.35;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview p strong {
  color: var(--vmc-gr-text);
  font-weight: 850;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview .vmc-gr-game-rankings-vote {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 12px;
  font-size: .72rem;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line {
  position: relative;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-10 {
  border-color: color-mix(in srgb, var(--vmc-gr-accent) 16%, var(--vmc-gr-border) 84%);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  min-height: 25px;
  padding: 3px 6px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 999px;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-text);
  font-size: .76rem;
  letter-spacing: -.02em;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-10 .vmc-gr-game-ranking-line-position {
  border-color: rgba(97,87,232,.2);
  background: rgba(97,87,232,.075);
  color: var(--vmc-gr-accent);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 .vmc-gr-game-ranking-line-position {
  border-color: rgba(232,154,22,.35);
  background: rgba(232,154,22,.14);
  color: #9a6108;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 .vmc-gr-game-ranking-line-position {
  border-color: rgba(114,119,131,.32);
  background: rgba(114,119,131,.12);
  color: #636874;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 .vmc-gr-game-ranking-line-position {
  border-color: rgba(154,96,53,.32);
  background: rgba(154,96,53,.12);
  color: #85502e;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 {
  box-shadow: inset 2px 0 0 transparent;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 { box-shadow: inset 2px 0 0 rgba(232,154,22,.65); }
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 { box-shadow: inset 2px 0 0 rgba(114,119,131,.55); }
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 { box-shadow: inset 2px 0 0 rgba(154,96,53,.55); }

@media (max-width: 720px) {
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    min-width: 48px;
    padding: 2px 6px;
    font-size: .68rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 9px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview p {
    font-size: .64rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview .vmc-gr-game-rankings-vote {
    width: max-content;
    min-height: 32px;
    padding: 6px 11px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-position {
    min-width: 29px;
    min-height: 23px;
    padding: 2px 6px;
    font-size: .71rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 .vmc-gr-game-ranking-line-position {
  border-color: rgba(255,196,90,.4);
  background: rgba(255,196,90,.14);
  color: #ffd58c;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 .vmc-gr-game-ranking-line-position {
  border-color: rgba(190,194,204,.32);
  background: rgba(190,194,204,.1);
  color: #d7dae1;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 .vmc-gr-game-ranking-line-position {
  border-color: rgba(201,138,91,.36);
  background: rgba(201,138,91,.12);
  color: #e7b48e;
}


/* 1.2.99 — finitions d'alignement et de respiration, sans changement de structure. */
/* Classements : mieux séparer maturité, explication et résultats. */
.vmc-gr-ranking-page .vmc-gr-ranking-results .vmc-gr-ranking-maturity,
.vmc-gr-taxonomy-page .vmc-gr-ranking-results .vmc-gr-ranking-maturity {
  margin-bottom: 10px;
}
.vmc-gr-ranking-page .vmc-gr-ranking-results .vmc-gr-ranking-method,
.vmc-gr-taxonomy-page .vmc-gr-ranking-results .vmc-gr-ranking-method {
  margin-bottom: 13px;
}
.vmc-gr-ranking-page .vmc-gr-ranking-results .vmc-gr-ranking-list,
.vmc-gr-taxonomy-page .vmc-gr-ranking-results .vmc-gr-ranking-list {
  margin-top: 0;
}
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta {
  align-self: center;
  justify-self: end;
  align-content: center;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
  line-height: 1;
}
.vmc-gr-ranking-page .vmc-gr-rank-record,
.vmc-gr-taxonomy-page .vmc-gr-rank-record {
  align-items: center;
  line-height: 1.15;
}

/* Fiches : donner un rythme plus net entre titre, résumé, CTA et palmarès. */
.vmc-gr-game-page .vmc-gr-game-rankings-section > .vmc-gr-section-head {
  margin-bottom: 8px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview {
  margin: 0 0 13px;
  align-items: center;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview p {
  color: color-mix(in srgb, var(--vmc-gr-muted) 86%, var(--vmc-gr-text) 14%);
  font-size: .71rem;
  font-weight: 680;
  line-height: 1.4;
}
.vmc-gr-game-page .vmc-gr-game-ranking-overview p strong {
  font-weight: 900;
}
.vmc-gr-game-page .vmc-gr-game-ranking-list {
  margin-top: 2px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-main {
  align-items: center;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  align-self: center;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-meta {
  align-items: center;
}

/* Voter : centrer le groupe icône + texte dans le bloc, pas seulement le rectangle. */
@media (max-width: 720px) {
  .vmc-gr-vote-page .vmc-gr-duel-toolbar {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-toolbar-labels {
    min-width: 0;
    max-width: none;
    overflow: hidden;
  }
  .vmc-gr-vote-page .vmc-gr-duel-session {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    grid-template-columns: auto minmax(42px, 1fr) auto;
    gap: 7px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-session-copy,
  .vmc-gr-vote-page .vmc-gr-duel-later {
    font-size: .66rem;
  }
  .vmc-gr-vote-page .vmc-gr-duel-progress {
    min-width: 42px;
  }

  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap.vmc-gr-giveaway-cta-wrap {
    margin-bottom: 18px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
    grid-template-columns: 24px minmax(0, 330px);
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    padding: 10px 12px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-icon {
    justify-self: center;
    align-self: center;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-copy {
    justify-self: start;
    text-align: left;
  }

  .vmc-gr-ranking-page .vmc-gr-ranking-results .vmc-gr-ranking-maturity,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-results .vmc-gr-ranking-maturity {
    margin-bottom: 8px;
  }
  .vmc-gr-ranking-page .vmc-gr-ranking-results .vmc-gr-ranking-method,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-results .vmc-gr-ranking-method {
    margin-bottom: 10px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    align-self: center;
    margin-top: 2px;
  }

  .vmc-gr-game-page .vmc-gr-game-rankings-section > .vmc-gr-section-head {
    margin-bottom: 7px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview {
    gap: 9px;
    margin-bottom: 13px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview p {
    font-size: .68rem;
    line-height: 1.42;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-overview .vmc-gr-game-rankings-vote {
    margin-top: 1px;
    margin-bottom: 2px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-list {
    margin-top: 1px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-main {
    align-items: center;
  }
}

@media (max-width: 430px) {
  .vmc-gr-vote-page .vmc-gr-duel-toolbar {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 7px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-session {
    grid-template-columns: auto minmax(30px, 1fr) auto;
    gap: 5px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-session-copy,
  .vmc-gr-vote-page .vmc-gr-duel-later {
    font-size: .62rem;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-wrap .vmc-gr-duel-reward-hint.vmc-gr-giveaway-cta-hint {
    grid-template-columns: 22px minmax(0, 280px);
    column-gap: 8px;
    padding-inline: 10px;
  }
  .vmc-gr-vote-page .vmc-gr-duel-reward-hint .vmc-gr-giveaway-cta-copy {
    font-size: .69rem;
  }
}


/* 1.2.100 — coherence des facettes + score/bilan mieux structures. */
/* Fiche jeu : le compteur du hero reprend l'accent du module sans devenir un CTA. */
.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  border: 1px solid color-mix(in srgb, var(--vmc-gr-accent) 16%, var(--vmc-gr-border) 84%);
  background: color-mix(in srgb, var(--vmc-gr-surface) 94%, var(--vmc-gr-accent) 6%);
  box-shadow: inset 3px 0 0 color-mix(in srgb, var(--vmc-gr-accent) 58%, transparent 42%);
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight strong {
  color: var(--vmc-gr-text);
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight span {
  color: color-mix(in srgb, var(--vmc-gr-muted) 88%, var(--vmc-gr-accent) 12%);
}

/* Pages de classement : score, bilan puis volume de duels sur des niveaux distincts. */
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta {
  gap: 5px;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
  margin-bottom: 1px;
}
.vmc-gr-ranking-page .vmc-gr-rank-record,
.vmc-gr-taxonomy-page .vmc-gr-rank-record {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
  gap: 2px;
  max-width: 100%;
  white-space: normal;
}
.vmc-gr-ranking-page .vmc-gr-rank-record-results,
.vmc-gr-taxonomy-page .vmc-gr-rank-record-results {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  white-space: nowrap;
}
.vmc-gr-ranking-page .vmc-gr-rank-record-duels,
.vmc-gr-taxonomy-page .vmc-gr-rank-record-duels {
  display: block;
  color: color-mix(in srgb, var(--vmc-gr-muted) 88%, var(--vmc-gr-text) 12%);
  font-size: .56rem;
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap;
}

/* Une facette en fallback est identifiable par son libelle de score general,
   sans ajouter un nouveau badge qui alourdirait la fiche. */
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-temporary .vmc-gr-game-ranking-line-meta > span:first-child {
  color: color-mix(in srgb, var(--vmc-gr-muted) 72%, var(--vmc-gr-accent) 28%);
  font-weight: 760;
}

@media (max-width: 720px) {
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    gap: 7px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-record,
  .vmc-gr-taxonomy-page .vmc-gr-rank-record {
    grid-column: 2;
    grid-row: 1;
    justify-items: start;
    gap: 1px;
    min-width: 0;
    overflow: visible;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-record-results,
  .vmc-gr-taxonomy-page .vmc-gr-rank-record-results {
    justify-content: flex-start;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-record-duels,
  .vmc-gr-taxonomy-page .vmc-gr-rank-record-duels {
    font-size: .52rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  border-color: rgba(147,140,255,.22);
  background: rgba(147,140,255,.08);
  box-shadow: inset 3px 0 0 rgba(147,140,255,.55);
}

/* 1.2.102 — détails à la demande + surfaces teintées plus modernes. */
/* Hero fiche : surface accentuée complète, sans contour coloré. */
.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  border: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--vmc-gr-accent) 12%, var(--vmc-gr-surface) 88%),
    color-mix(in srgb, var(--vmc-gr-accent) 5%, var(--vmc-gr-surface) 95%)
  );
  box-shadow: 0 8px 22px rgba(97, 87, 232, .07);
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight strong {
  color: color-mix(in srgb, var(--vmc-gr-text) 86%, var(--vmc-gr-accent) 14%);
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight span {
  color: var(--vmc-gr-muted);
}

/* Pages de classement : seul le score reste visible, le bilan devient contextuel. */
.vmc-gr-ranking-page .vmc-gr-ranking-row,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row {
  grid-template-columns: 48px 40px minmax(0, 1fr) 84px;
}
.vmc-gr-ranking-page .vmc-gr-rank-meta,
.vmc-gr-taxonomy-page .vmc-gr-rank-meta {
  width: 84px;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}
.vmc-gr-score-disclosure {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 58px;
  min-height: 28px;
  margin: 0;
  padding: 4px 8px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--vmc-gr-text) 6%, var(--vmc-gr-surface) 94%);
  color: var(--vmc-gr-text);
  font: inherit;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.015em;
  cursor: pointer;
  box-shadow: none;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value::after {
  content: '⌄';
  color: var(--vmc-gr-muted);
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}
.vmc-gr-ranking-page .vmc-gr-score-disclosure.is-open .vmc-gr-rank-score-value::after,
.vmc-gr-taxonomy-page .vmc-gr-score-disclosure.is-open .vmc-gr-rank-score-value::after {
  content: '⌃';
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(1) .vmc-gr-rank-score-value {
  background: rgba(232,154,22,.13);
  color: #875509;
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(2) .vmc-gr-rank-score-value {
  background: rgba(114,119,131,.12);
  color: #5d626d;
}
.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-score-value,
.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row:nth-child(3) .vmc-gr-rank-score-value {
  background: rgba(154,96,53,.12);
  color: #7f4c2a;
}
.vmc-gr-rank-score-details {
  position: absolute;
  z-index: 35;
  top: calc(100% + 7px);
  right: 0;
  display: grid;
  gap: 4px;
  min-width: 138px;
  padding: 8px 10px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 11px;
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
  box-shadow: 0 12px 30px rgba(23,21,18,.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3px);
  pointer-events: none;
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}
.vmc-gr-rank-score-details::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--vmc-gr-border);
  border-left: 1px solid var(--vmc-gr-border);
  background: var(--vmc-gr-surface);
  transform: rotate(45deg);
}
.vmc-gr-rank-score-details .vmc-gr-rank-record-results {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  font-size: .65rem;
  font-weight: 780;
}
.vmc-gr-rank-score-details .vmc-gr-rank-record-duels {
  color: var(--vmc-gr-muted);
  font-size: .58rem;
  font-weight: 680;
  line-height: 1.2;
}
.vmc-gr-score-disclosure.is-open .vmc-gr-rank-score-details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .vmc-gr-score-disclosure:hover .vmc-gr-rank-score-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* Fiche jeu : une surface teintée porte le rang ; détails uniquement sur demande. */
.vmc-gr-game-page .vmc-gr-game-ranking-line {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--vmc-gr-accent) 4%, var(--vmc-gr-surface) 96%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--vmc-gr-border) 72%, transparent 28%);
  transition: background .14s ease, transform .14s ease, box-shadow .14s ease;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line:hover {
  background: color-mix(in srgb, var(--vmc-gr-accent) 7%, var(--vmc-gr-surface) 93%);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23,21,18,.05);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-10 {
  border: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--vmc-gr-accent) 9%, var(--vmc-gr-surface) 91%),
    color-mix(in srgb, var(--vmc-gr-accent) 4%, var(--vmc-gr-surface) 96%)
  );
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 {
  background: linear-gradient(135deg, rgba(232,154,22,.15), rgba(232,154,22,.055));
  box-shadow: inset 0 0 0 1px rgba(232,154,22,.08);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 {
  background: linear-gradient(135deg, rgba(114,119,131,.14), rgba(114,119,131,.05));
  box-shadow: inset 0 0 0 1px rgba(114,119,131,.07);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 {
  background: linear-gradient(135deg, rgba(154,96,53,.14), rgba(154,96,53,.05));
  box-shadow: inset 0 0 0 1px rgba(154,96,53,.07);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-link {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-label {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--vmc-gr-text);
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmc-gr-game-position-disclosure {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  min-height: 25px;
  margin: 0;
  padding: 3px 6px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--vmc-gr-text) 8%, transparent 92%);
  color: var(--vmc-gr-text);
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
  cursor: pointer;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-10 .vmc-gr-game-ranking-line-position {
  border: 0;
  background: rgba(97,87,232,.12);
  color: var(--vmc-gr-accent);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 .vmc-gr-game-ranking-line-position {
  border: 0;
  background: rgba(232,154,22,.2);
  color: #875509;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 .vmc-gr-game-ranking-line-position {
  border: 0;
  background: rgba(114,119,131,.18);
  color: #5d626d;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 .vmc-gr-game-ranking-line-position {
  border: 0;
  background: rgba(154,96,53,.18);
  color: #7f4c2a;
}
.vmc-gr-game-ranking-line-details {
  position: absolute;
  z-index: 40;
  top: calc(100% + 7px);
  right: 0;
  display: grid;
  gap: 4px;
  width: max-content;
  min-width: 172px;
  max-width: min(260px, calc(100vw - 36px));
  padding: 9px 10px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 11px;
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-muted);
  box-shadow: 0 12px 30px rgba(23,21,18,.13);
  font-size: .6rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3px);
  pointer-events: none;
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}
.vmc-gr-game-ranking-line-details::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--vmc-gr-border);
  border-left: 1px solid var(--vmc-gr-border);
  background: var(--vmc-gr-surface);
  transform: rotate(45deg);
}
.vmc-gr-game-ranking-line-details > span:first-child {
  color: var(--vmc-gr-text);
  font-weight: 850;
}
.vmc-gr-game-ranking-line-details .vmc-gr-game-ranking-line-official {
  width: max-content;
  margin: 1px 0 0;
}
.vmc-gr-game-ranking-line-details-link {
  margin-top: 2px;
  color: var(--vmc-gr-accent);
  font-size: .6rem;
  font-weight: 850;
  text-decoration: none;
}
.vmc-gr-game-position-disclosure.is-open .vmc-gr-game-ranking-line-details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .vmc-gr-game-position-disclosure:hover .vmc-gr-game-ranking-line-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 720px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 28px 35px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 3;
    grid-row: 2;
    width: auto;
    justify-content: flex-start;
    margin-top: 2px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    min-width: 50px;
    min-height: 25px;
    padding: 3px 7px;
    font-size: .68rem;
  }
  .vmc-gr-rank-score-details {
    right: auto;
    left: 0;
    min-width: 132px;
  }
  .vmc-gr-rank-score-details::before {
    right: auto;
    left: 18px;
  }

  .vmc-gr-game-page .vmc-gr-game-ranking-line {
    padding: 9px 10px;
    border-radius: 11px;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-label {
    font-size: .75rem;
  }
  .vmc-gr-game-page .vmc-gr-game-ranking-line-position {
    min-width: 29px;
    min-height: 23px;
    padding: 2px 6px;
    font-size: .71rem;
  }
  .vmc-gr-game-ranking-line-details {
    right: 0;
    min-width: 166px;
    font-size: .58rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  border: 0;
  background: linear-gradient(135deg, rgba(147,140,255,.15), rgba(147,140,255,.07));
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1 {
  background: linear-gradient(135deg, rgba(255,196,90,.16), rgba(255,196,90,.055));
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2 {
  background: linear-gradient(135deg, rgba(190,194,204,.13), rgba(190,194,204,.045));
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3 {
  background: linear-gradient(135deg, rgba(201,138,91,.14), rgba(201,138,91,.05));
}


/* 1.2.103 — empilement des bulles, surface hero et alignements responsive. */
/* Une ligne dont le détail est ouvert doit dominer les lignes voisines. */
.vmc-gr-ranking-page .vmc-gr-ranking-row,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row,
.vmc-gr-game-page .vmc-gr-game-ranking-line {
  position: relative;
  z-index: 0;
}
.vmc-gr-ranking-page .vmc-gr-ranking-row.is-disclosure-open,
.vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-disclosure-open,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-disclosure-open {
  z-index: 90;
}
.vmc-gr-game-position-disclosure.is-open,
.vmc-gr-score-disclosure.is-open {
  z-index: 95;
}
.vmc-gr-game-ranking-line-details,
.vmc-gr-rank-score-details {
  z-index: 100;
}

/* Hero « Présent dans X classements » : surface plus nette sans effet bouton. */
.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--vmc-gr-accent) 18%, var(--vmc-gr-border) 82%);
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--vmc-gr-accent) 13%, var(--vmc-gr-surface) 87%),
      color-mix(in srgb, var(--vmc-gr-accent) 5%, var(--vmc-gr-surface) 95%) 72%);
  box-shadow:
    0 9px 24px rgba(97,87,232,.075),
    inset 0 1px 0 rgba(255,255,255,.58);
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight::after {
  content: '';
  position: absolute;
  width: 88px;
  height: 88px;
  right: -34px;
  top: -44px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(97,87,232,.13), rgba(97,87,232,0) 70%);
  pointer-events: none;
}
.vmc-gr-game-page .vmc-gr-game-rank-highlight > * {
  position: relative;
  z-index: 1;
}

/* Bulle Elo : V / D / N forment trois colonnes réellement alignées. */
.vmc-gr-rank-score-details {
  min-width: 154px;
  gap: 7px;
  padding: 9px 10px 8px;
}
.vmc-gr-rank-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
.vmc-gr-rank-detail-item {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  padding: 6px 5px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--vmc-gr-text) 4%, var(--vmc-gr-surface) 96%);
  text-align: center;
}
.vmc-gr-rank-detail-item b {
  color: var(--vmc-gr-muted);
  font-size: .52rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .05em;
}
.vmc-gr-rank-detail-item strong {
  color: var(--vmc-gr-text);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}
.vmc-gr-rank-score-details .vmc-gr-rank-record-duels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 2px 0;
  border-top: 1px solid color-mix(in srgb, var(--vmc-gr-border) 72%, transparent 28%);
  color: var(--vmc-gr-muted);
  font-size: .58rem;
  line-height: 1.1;
}
.vmc-gr-rank-score-details .vmc-gr-rank-record-duels b {
  font-weight: 720;
}
.vmc-gr-rank-score-details .vmc-gr-rank-record-duels strong {
  color: var(--vmc-gr-text);
  font-size: .66rem;
  font-weight: 880;
}

@media (max-width: 720px) {
  /* Maintenant que le détail est masqué, chaque jeu peut tenir sur une rangée cohérente. */
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 27px 34px minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 7px;
    min-height: 54px;
    padding: 5px 7px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-number,
  .vmc-gr-taxonomy-page .vmc-gr-rank-number {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-cover,
  .vmc-gr-taxonomy-page .vmc-gr-rank-cover {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 34px;
    height: 45px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-main,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    display: grid;
    align-content: center;
    min-height: 45px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-main h3,
  .vmc-gr-taxonomy-page .vmc-gr-rank-main h3 {
    margin-bottom: 3px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-rank-meta,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked .vmc-gr-rank-meta {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    width: auto;
    margin: 0;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    min-width: 48px;
    min-height: 25px;
    padding: 3px 6px;
    font-size: .67rem;
  }
  .vmc-gr-rank-score-details {
    right: 0;
    left: auto;
    min-width: 148px;
  }
  .vmc-gr-rank-score-details::before {
    right: 17px;
    left: auto;
  }

  .vmc-gr-game-page .vmc-gr-game-rank-highlight {
    box-shadow: 0 7px 18px rgba(97,87,232,.065), inset 0 1px 0 rgba(255,255,255,.5);
  }
}

@media (max-width: 360px) {
  .vmc-gr-ranking-page .vmc-gr-ranking-row,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row,
  .vmc-gr-ranking-page .vmc-gr-ranking-row.is-unranked,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row.is-unranked {
    grid-template-columns: 25px 32px minmax(0, 1fr) auto;
    gap: 5px;
    padding-inline: 6px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-cover,
  .vmc-gr-taxonomy-page .vmc-gr-rank-cover {
    width: 32px;
    height: 43px;
  }
  .vmc-gr-ranking-page .vmc-gr-rank-score-value,
  .vmc-gr-taxonomy-page .vmc-gr-rank-score-value {
    min-width: 44px;
    padding-inline: 5px;
    font-size: .64rem;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-rank-highlight {
  border-color: rgba(147,140,255,.18);
  background: linear-gradient(135deg, rgba(147,140,255,.16), rgba(147,140,255,.065));
  box-shadow: 0 9px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.04);
}


/* 1.2.104 — mêmes états visuels au survol et au clic pour tous les disclosures. */
.vmc-gr-rank-score-details,
.vmc-gr-game-ranking-line-details {
  z-index: 120;
  isolation: isolate;
  background-color: var(--vmc-gr-surface) !important;
  background-image: linear-gradient(
    180deg,
    color-mix(in srgb, var(--vmc-gr-surface) 97%, var(--vmc-gr-text) 3%),
    var(--vmc-gr-surface)
  );
  box-shadow: 0 14px 34px rgba(23,21,18,.16), 0 2px 8px rgba(23,21,18,.06);
}
.vmc-gr-rank-score-details::before,
.vmc-gr-game-ranking-line-details::before {
  background-color: var(--vmc-gr-surface) !important;
}

/* Même affordance sur le score Elo et la position d'une fiche. */
.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  gap: 4px;
  min-width: 39px;
  padding-inline: 7px;
}
.vmc-gr-game-page .vmc-gr-game-ranking-line-position::after {
  content: '⌄';
  color: currentColor;
  opacity: .62;
  font-size: .56rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}
.vmc-gr-game-position-disclosure.is-open .vmc-gr-game-ranking-line-position::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position[aria-expanded="true"]::after,
.vmc-gr-ranking-page .vmc-gr-rank-score-value[aria-expanded="true"]::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value[aria-expanded="true"]::after {
  content: '⌃';
}

@media (hover: hover) and (pointer: fine) {
  /* Au survol, le parent doit créer le même contexte d'empilement qu'au clic. */
  .vmc-gr-ranking-page .vmc-gr-ranking-row:hover,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row:hover,
  .vmc-gr-game-page .vmc-gr-game-ranking-line:hover,
  .vmc-gr-ranking-page .vmc-gr-ranking-row:focus-within,
  .vmc-gr-taxonomy-page .vmc-gr-ranking-row:focus-within,
  .vmc-gr-game-page .vmc-gr-game-ranking-line:focus-within {
    z-index: 110;
  }
  .vmc-gr-score-disclosure:hover,
  .vmc-gr-game-position-disclosure:hover,
  .vmc-gr-score-disclosure:focus-within,
  .vmc-gr-game-position-disclosure:focus-within {
    z-index: 115;
  }
  .vmc-gr-score-disclosure:hover .vmc-gr-rank-score-value::after,
  .vmc-gr-game-position-disclosure:hover .vmc-gr-game-ranking-line-position::after,
  .vmc-gr-score-disclosure:focus-within .vmc-gr-rank-score-value::after,
  .vmc-gr-game-position-disclosure:focus-within .vmc-gr-game-ranking-line-position::after {
    content: '⌃';
  }
}

@media (max-width: 720px) {
  .vmc-gr-game-page .vmc-gr-game-ranking-line-position {
    min-width: 37px;
    padding-inline: 6px;
  }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-rank-score-details,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-game-ranking-line-details {
  background-color: var(--vmc-gr-surface) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 16px 38px rgba(0,0,0,.38), 0 2px 8px rgba(0,0,0,.22);
}


/* 1.2.105 — icône d'information harmonisée pour les détails de score et de position. */
.vmc-gr-ranking-page .vmc-gr-rank-score-value::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position::after,
.vmc-gr-ranking-page .vmc-gr-score-disclosure.is-open .vmc-gr-rank-score-value::after,
.vmc-gr-taxonomy-page .vmc-gr-score-disclosure.is-open .vmc-gr-rank-score-value::after,
.vmc-gr-game-position-disclosure.is-open .vmc-gr-game-ranking-line-position::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position[aria-expanded="true"]::after,
.vmc-gr-ranking-page .vmc-gr-rank-score-value[aria-expanded="true"]::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value[aria-expanded="true"]::after {
  content: 'i';
  display: inline-grid;
  place-items: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  opacity: .58;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  transform: none;
  box-sizing: border-box;
}
.vmc-gr-ranking-page .vmc-gr-rank-score-value:hover::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value:hover::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position:hover::after,
.vmc-gr-ranking-page .vmc-gr-rank-score-value:focus-visible::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value:focus-visible::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position:focus-visible::after,
.vmc-gr-ranking-page .vmc-gr-rank-score-value[aria-expanded="true"]::after,
.vmc-gr-taxonomy-page .vmc-gr-rank-score-value[aria-expanded="true"]::after,
.vmc-gr-game-page .vmc-gr-game-ranking-line-position[aria-expanded="true"]::after {
  opacity: .9;
}
@media (hover: hover) and (pointer: fine) {
  .vmc-gr-score-disclosure:hover .vmc-gr-rank-score-value::after,
  .vmc-gr-game-position-disclosure:hover .vmc-gr-game-ranking-line-position::after,
  .vmc-gr-score-disclosure:focus-within .vmc-gr-rank-score-value::after,
  .vmc-gr-game-position-disclosure:focus-within .vmc-gr-game-ranking-line-position::after {
    content: 'i';
  }
}
\n\n/* 1.2.107 — CTA de section harmonisés sur la home des classements. */
.vmc-gr-section-head > a.vmc-gr-inline-vote,
.vmc-gr-section-head > a.vmc-gr-latest-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px 8px 10px;
  border: 1px solid rgba(97,87,232,.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035));
  color: var(--vmc-gr-text) !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07);
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.vmc-gr-section-head > a.vmc-gr-inline-vote::before,
.vmc-gr-section-head > a.vmc-gr-latest-add::before {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 50%;
  background: rgba(97,87,232,.13);
  color: #5148c9;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1;
}
.vmc-gr-section-head > a.vmc-gr-inline-vote::before { content: "✓"; font-size: .78rem; }
.vmc-gr-section-head > a.vmc-gr-latest-add::before { content: "+"; font-size: 1rem; }
.vmc-gr-section-head > a.vmc-gr-inline-vote::after { content: none; }
.vmc-gr-section-head > a.vmc-gr-inline-vote:hover,
.vmc-gr-section-head > a.vmc-gr-inline-vote:focus-visible,
.vmc-gr-section-head > a.vmc-gr-latest-add:hover,
.vmc-gr-section-head > a.vmc-gr-latest-add:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.32);
  background: linear-gradient(135deg, rgba(97,87,232,.16), rgba(97,87,232,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(97,87,232,.11);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-inline-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add {
  border-color: rgba(142,133,255,.28);
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-inline-vote::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add::before {
  background: rgba(142,133,255,.18);
  color: #b8b1ff;
}
@media (max-width: 720px) {
  .vmc-gr-section-head > a.vmc-gr-inline-vote,
  .vmc-gr-section-head > a.vmc-gr-latest-add {
    align-self: flex-start;
    min-height: 38px;
    padding: 7px 12px 7px 9px;
  }
  .vmc-gr-section-head > a.vmc-gr-inline-vote::before,
  .vmc-gr-section-head > a.vmc-gr-latest-add::before {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
}

/* 1.2.108 - langage visuel commun pour les actions publiques du module. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):not(.vmc-gr-giveaway-follow),
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary),
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success) {
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(97,87,232,.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035));
  color: var(--vmc-gr-text) !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07);
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):not(.vmc-gr-giveaway-follow):hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):not(.vmc-gr-giveaway-follow):focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary):hover,
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary):focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button:hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button:focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success):hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success):focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.32);
  background: linear-gradient(135deg, rgba(97,87,232,.16), rgba(97,87,232,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(97,87,232,.11);
}

#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary:not(.vmc-gr-giveaway-follow):not(.vmc-gr-game-rankings-vote),
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary:not(.vmc-gr-giveaway-follow) {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff !important;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(97,87,232,.18);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary:not(.vmc-gr-giveaway-follow):not(.vmc-gr-game-rankings-vote):hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button-primary:not(.vmc-gr-giveaway-follow):not(.vmc-gr-game-rankings-vote):focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary:not(.vmc-gr-giveaway-follow):hover,
#primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button-primary:not(.vmc-gr-giveaway-follow):focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(97,87,232,.25);
  filter: saturate(1.04);
}

/* Les CTA places dans un titre de section utilisent tous la meme surface legere. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-inline-vote,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all {
  min-height: 40px;
  padding: 8px 13px 8px 10px;
  border: 1px solid rgba(97,87,232,.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035));
  color: var(--vmc-gr-text) !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07);
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::after {
  content: none;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::before,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all::before {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(97,87,232,.13);
  color: #5148c9;
  font-weight: 900;
  line-height: 1;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::before {
  content: "\2713";
  font-size: .78rem;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all::before {
  content: "\2192";
  font-size: .8rem;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote:hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote:focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all:hover,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.32);
  background: linear-gradient(135deg, rgba(97,87,232,.16), rgba(97,87,232,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(97,87,232,.11);
}

/* Actions compactes : meme famille, importance visuelle moindre. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(97,87,232,.16);
  border-radius: 999px;
  background: rgba(97,87,232,.055);
  color: var(--vmc-gr-muted);
  font-weight: 780;
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button:hover,
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.28);
  background: rgba(97,87,232,.09);
  color: var(--vmc-gr-text);
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-filter-bar button {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff;
  font-weight: 850;
  box-shadow: 0 7px 18px rgba(97,87,232,.16);
}

/* Les boutons de reseaux gardent leur couleur de marque mais partagent la geometrie. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-giveaway-follow.vmc-gr-button {
  border-radius: 999px;
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button:not(.vmc-gr-button-primary):not(.vmc-gr-giveaway-follow),
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button:not(.vmc-gr-button-primary),
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action:not(.is-success),
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-inline-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-latest-add,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all {
  border-color: rgba(142,133,255,.28);
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06));
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all::before {
  background: rgba(142,133,255,.18);
  color: #b8b1ff;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-duel-secondary button {
  border-color: rgba(142,133,255,.20);
  background: rgba(118,107,255,.08);
}

@media (max-width: 720px) {
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-button,
  #primary.vmc-gr-site-main .vmc-gr-shell button.vmc-gr-button,
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-search-action,
  #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-more-button {
    min-height: 38px;
  }
}

/* 1.2.110 - Sur les fiches, Voter est un vrai CTA principal et non une action secondaire. */
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 42px;
  padding: 9px 16px 9px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff !important;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(97,87,232,.20);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote::before,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::before {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  content: "\2713";
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote::after,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::after {
  content: none;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote:hover,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote:focus-visible,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote:hover,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote:focus-visible {
  transform: translateY(-1px);
  border-color: transparent;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(97,87,232,.27);
  filter: saturate(1.05);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote {
  border-color: transparent;
  background: linear-gradient(135deg, var(--vmc-gr-accent), var(--vmc-gr-accent-2));
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(0,0,0,.24);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote::before {
  background: rgba(255,255,255,.16);
  color: #fff;
}
@media (max-width: 720px) {
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-game-rankings-vote,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-game-rankings-vote {
    min-height: 40px;
    padding: 8px 14px 8px 10px;
    font-size: .76rem;
  }
}

/* 1.2.111 - Voter / Ajouter un jeu uniformes partout + bordure des positions stable. */
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px 8px 10px;
  border: 1px solid rgba(97,87,232,.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035));
  color: var(--vmc-gr-text) !important;
  font-size: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07);
  filter: none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote::before,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add::before,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote::before,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote::before {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin: 0;
  border-radius: 50%;
  background: rgba(97,87,232,.13);
  color: #5148c9;
  font-weight: 900;
  line-height: 1;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote::before,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote::before,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote::before {
  content: "\2713";
  font-size: .78rem;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add::before {
  content: "+";
  font-size: 1rem;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote::after,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add::after,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote::after,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote::after {
  content: none;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote:hover,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote:focus-visible,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add:hover,
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add:focus-visible,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote:hover,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote:focus-visible,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote:hover,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(97,87,232,.32);
  background: linear-gradient(135deg, rgba(97,87,232,.16), rgba(97,87,232,.055));
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(97,87,232,.11);
  filter: none;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote {
  border-color: rgba(142,133,255,.28) !important;
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06)) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote::before,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote::before {
  background: rgba(142,133,255,.18);
  color: #b8b1ff;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote:focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add:focus-visible {
  border-color: rgba(142,133,255,.42) !important;
  background: linear-gradient(135deg, rgba(118,107,255,.22), rgba(118,107,255,.085)) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 20px rgba(0,0,0,.16) !important;
}

/* La bordure des blocs de classement est un inset shadow : ne pas la perdre au hover/focus. */
.vmc-gr-game-page .vmc-gr-game-ranking-line:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-line:focus-within {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--vmc-gr-border) 72%, transparent 28%),
    0 8px 18px rgba(23,21,18,.05);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-1:focus-within {
  box-shadow: inset 0 0 0 1px rgba(232,154,22,.08), 0 8px 18px rgba(23,21,18,.05);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-2:focus-within {
  box-shadow: inset 0 0 0 1px rgba(114,119,131,.07), 0 8px 18px rgba(23,21,18,.05);
}
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3:hover,
.vmc-gr-game-page .vmc-gr-game-ranking-line.is-top-3:focus-within {
  box-shadow: inset 0 0 0 1px rgba(154,96,53,.07), 0 8px 18px rgba(23,21,18,.05);
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line:focus-within {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045), 0 8px 18px rgba(0,0,0,.16);
}

@media (max-width: 720px) {
  #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote,
  #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote {
    min-height: 38px;
    padding: 7px 12px 7px 9px;
  }
  #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-vote::before,
  #primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-action-add::before,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-ranking-overview > a.vmc-gr-action-vote::before,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-section-head > a.vmc-gr-action-vote::before {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
}

/* 1.2.112 - CTA home unifie + stats animees. */
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-hero .vmc-gr-actions > a.vmc-gr-action-vote {
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035)) !important;
  border-color: rgba(97,87,232,.20) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07) !important;
}
#primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-hero .vmc-gr-actions > a.vmc-gr-action-vote::before {
  background: rgba(97,87,232,.13);
  color: #5148c9;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-hero .vmc-gr-actions > a.vmc-gr-action-vote {
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06)) !important;
  border-color: rgba(142,133,255,.28) !important;
  color: var(--vmc-gr-text) !important;
}

/* 1.2.113 - statuts integres aux cartes + corrections CTA pages classement. */
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-shell .vmc-gr-ranking-vote-row > a.vmc-gr-action-vote,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-shell .vmc-gr-ranking-vote-row > a.vmc-gr-action-vote {
  min-height: 40px;
  padding: 8px 13px 8px 10px;
  border: 1px solid rgba(97,87,232,.20) !important;
  background: linear-gradient(135deg, rgba(97,87,232,.12), rgba(97,87,232,.035)) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58), 0 5px 14px rgba(97,87,232,.07) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-shell .vmc-gr-ranking-vote-row > a.vmc-gr-action-vote,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-shell .vmc-gr-ranking-vote-row > a.vmc-gr-action-vote {
  border-color: rgba(142,133,255,.28) !important;
  background: linear-gradient(135deg, rgba(118,107,255,.16), rgba(118,107,255,.06)) !important;
  color: var(--vmc-gr-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all::before {
  content: none !important;
  display: none !important;
}
#primary.vmc-gr-site-main .vmc-gr-shell a.vmc-gr-related-rankings-all::after {
  content: "\2192";
  margin-left: 7px;
  font-size: 1.05em;
  line-height: 1;
}
@media (max-width: 720px) {
  .vmc-gr-stat-card > strong { padding-right: 78px; }
  .vmc-gr-stat-status { top: 12px; right: 12px; font-size: .65rem !important; }
}

/* 1.2.115 - Les trois statistiques de la home deviennent des raccourcis discrets. */
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-stat-card:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-stat-card:focus-visible {
  border-color: rgba(142,133,255,.30);
  box-shadow: 0 7px 18px rgba(0,0,0,.15);
}
@media (prefers-reduced-motion: reduce) {
  .vmc-gr-stat-card { transition: none; }
  .vmc-gr-stat-card:hover,
  .vmc-gr-stat-card:focus-visible { transform: none; }
}


/* 1.2.116 - Harmonise CTA et cartes de statistiques des classements secondaires avec les classements principaux. */
/* 1.2.117 - Les statistiques des classements secondaires récupèrent le même espacement vertical que sur les pages principales via vmc-gr-stats-wrap. */
.vmc-gr-stat-card-static:hover {
  transform: none;
  border-color: var(--vmc-gr-border);
  box-shadow: none;
}
.vmc-gr-stat-card-static > strong {
  padding-right: 0;
}

/* 1.2.119 - Plus d'air entre chaque element de classement, sur desktop comme sur mobile. */
/* Les tableaux de classement deviennent une suite de lignes distinctes, sans modifier leur contenu. */
#primary.vmc-gr-site-main .vmc-gr-ranking-list {
  display: grid;
  gap: 7px;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#primary.vmc-gr-site-main .vmc-gr-ranking-list > .vmc-gr-ranking-row {
  margin: 0;
  padding-block: 9px;
  border: 1px solid var(--vmc-gr-border);
  border-radius: 11px;
  background: var(--vmc-gr-surface);
}
#primary.vmc-gr-site-main .vmc-gr-ranking-list > .vmc-gr-ranking-row:last-child {
  border-bottom: 1px solid var(--vmc-gr-border);
}

/* Le palmares de la home garde sa densite, mais plus l'effet de liste tassee. */
#primary.vmc-gr-site-main .vmc-gr-winner-list {
  gap: 7px;
}
#primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
  padding-block: 9px;
}

/* Fiches jeux : meme rythme entre les cartes de classement. */
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-list {
  gap: 10px;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line {
  padding-block: 11px;
}

@media (max-width: 720px) {
  #primary.vmc-gr-site-main .vmc-gr-ranking-list,
  #primary.vmc-gr-site-main .vmc-gr-winner-list {
    gap: 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
    min-height: 58px;
    padding-block: 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-list {
    gap: 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line {
    padding-block: 10px;
  }
}

@media (max-width: 390px) {
  #primary.vmc-gr-site-main .vmc-gr-ranking-list,
  #primary.vmc-gr-site-main .vmc-gr-winner-list {
    gap: 7px;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
    padding-block: 7px;
  }
}


/* 1.2.120 - Classements plus lisibles : davantage d'espace interne et typographie rapprochee du corps de texte. */
/* Pages de classement principales et secondaires. */
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row {
  min-height: 68px;
  padding: 12px 13px;
  gap: 10px;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-number,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-number {
  font-size: 1rem;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-main h3,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-main h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.2;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-main p,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-main p {
  font-size: .76rem;
  line-height: 1.3;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-score span,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-score span {
  font-size: .62rem;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-score strong,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-score strong {
  font-size: .9rem;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stats,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stats {
  font-size: .72rem;
  line-height: 1.3;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stat b,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stat b {
  font-size: .62rem;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stat strong,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stat strong {
  font-size: .7rem;
}
#primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-status,
#primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-status {
  font-size: .61rem !important;
  line-height: 1.25;
}

/* Palmares de la home : meme confort de lecture. */
#primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
  min-height: 68px;
  padding: 12px 13px;
  gap: 10px;
}
#primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-number { font-size: .98rem; }
#primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-main h3 {
  margin-bottom: 4px;
  font-size: .98rem;
  line-height: 1.2;
}
#primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-main p {
  font-size: .74rem;
  line-height: 1.3;
}
#primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-stats {
  font-size: .72rem;
  line-height: 1.3;
}

/* Fiches jeux : lignes de classement un peu plus confortables elles aussi. */
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line {
  padding: 13px 14px;
  gap: 10px;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-label {
  font-size: .86rem;
  line-height: 1.3;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
  min-width: 34px;
  min-height: 28px;
  font-size: .82rem;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-details,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-details-link {
  font-size: .66rem;
}

@media (max-width: 720px) {
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
    min-height: 64px;
    padding: 10px 9px;
    gap: 4px 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-number,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-number,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-number {
    font-size: .82rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-main h3,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-main h3,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-main h3 {
    margin-bottom: 3px;
    font-size: .9rem;
    line-height: 1.18;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-main p,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-main p,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-main p {
    font-size: .68rem;
    line-height: 1.26;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-score span,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-score span {
    font-size: .58rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-score strong,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-score strong {
    font-size: .76rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stats,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stats,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-stats {
    font-size: .66rem;
    line-height: 1.28;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stat b,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stat b {
    font-size: .56rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stat strong,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stat strong {
    font-size: .64rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-status,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-status {
    font-size: .56rem !important;
  }

  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line {
    padding: 12px 11px;
    gap: 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-label {
    font-size: .82rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-position {
    min-width: 32px;
    min-height: 26px;
    font-size: .76rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-details,
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-game-ranking-line-details-link {
    font-size: .63rem;
  }
}

@media (max-width: 390px) {
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-ranking-list > .vmc-gr-ranking-row,
  #primary.vmc-gr-site-main .vmc-gr-winner-list > .vmc-gr-ranking-row {
    padding: 9px 8px;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-main h3,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-main h3,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-main h3 {
    font-size: .86rem;
  }
  #primary.vmc-gr-site-main.vmc-gr-ranking-page .vmc-gr-rank-stats,
  #primary.vmc-gr-site-main.vmc-gr-taxonomy-page .vmc-gr-rank-stats,
  #primary.vmc-gr-site-main .vmc-gr-winner-list .vmc-gr-rank-stats {
    font-size: .63rem;
  }
}

/* 1.2.126 - Avis jeu plus engageants et mieux hierarchises. */
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-reviews-section .vmc-comments {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--vmc-gr-border) 72%, #6157e8 28%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--vmc-gr-surface) 94%, #6157e8 6%) 0%, var(--vmc-gr-surface) 34%);
  box-shadow: 0 14px 34px rgba(30,27,56,.055);
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-reviews-section .vmc-comments::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #6157e8;
}
.vmc-gr-reviews-section .vmc-gr-review-head { margin-bottom: 22px; }
.vmc-gr-reviews-section .vmc-gr-review-head p { max-width: 720px; font-size: .98rem; }
.vmc-gr-review-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.vmc-gr-review-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--vmc-gr-border) 76%, #6157e8 24%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--vmc-gr-surface) 88%, #6157e8 12%);
  color: var(--vmc-gr-text);
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.2;
}
.vmc-gr-review-benefits span::before {
  content: "✓";
  color: #6157e8;
  font-weight: 900;
}
.vmc-gr-reviews-section .vmc-gr-review-head small.vmc-gr-review-first {
  margin-top: 12px;
  color: var(--vmc-gr-text);
  font-weight: 760;
}
.vmc-gr-reviews-section .vmc-gr-review-form-panel {
  margin: 0;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid var(--vmc-gr-border);
  border-radius: 16px;
  background: var(--vmc-gr-bg);
}
.vmc-gr-reviews-section .vmc-gr-review-form-panel .comment-reply-title {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}
.vmc-gr-reviews-section .vmc-gr-review-form-panel .comment-notes,
.vmc-gr-reviews-section .vmc-gr-review-form-panel .logged-in-as {
  margin-bottom: 18px;
}
.vmc-gr-review-field-help {
  display: block;
  margin: -1px 0 9px;
  color: var(--vmc-gr-muted);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.5;
}
.vmc-gr-reviews-section .vmc-gr-review-form-panel textarea {
  min-height: 180px;
  background: var(--vmc-gr-surface);
}
.vmc-gr-reviews-section .vmc-gr-review-form-panel textarea::placeholder {
  color: color-mix(in srgb, var(--vmc-gr-muted) 76%, transparent);
}
.vmc-gr-reviews-section .vmc-comment-form .submit {
  min-height: 46px;
  padding-inline: 20px;
  background: #6157e8;
  color: #fff;
  box-shadow: 0 8px 18px rgba(97,87,232,.18);
}
.vmc-gr-reviews-section .vmc-comment-form .submit:hover,
.vmc-gr-reviews-section .vmc-comment-form .submit:focus-visible {
  opacity: 1;
  background: #5148d7;
  transform: translateY(-1px);
}
.vmc-gr-review-list-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 30px 0 12px;
  padding-top: 24px;
  border-top: 1px solid var(--vmc-gr-border);
}
.vmc-gr-review-list-head span {
  color: var(--vmc-gr-text);
  font-size: 1.05rem;
  font-weight: 850;
}
.vmc-gr-review-list-head strong {
  color: var(--vmc-gr-muted);
  font-size: .78rem;
  font-weight: 750;
}
.vmc-gr-reviews-section .vmc-comment-list { margin: 0; }

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-reviews-section .vmc-comments {
  border-color: color-mix(in srgb, var(--vmc-gr-border) 68%, #8f87ff 32%);
  background: linear-gradient(180deg, rgba(97,87,232,.09) 0%, var(--vmc-gr-surface) 34%);
}
html[data-vmc-theme="dark"] .vmc-gr-review-benefits span {
  background: rgba(97,87,232,.11);
  border-color: rgba(143,135,255,.22);
}
html[data-vmc-theme="dark"] .vmc-gr-reviews-section .vmc-gr-review-form-panel {
  background: color-mix(in srgb, var(--vmc-gr-bg) 92%, #6157e8 8%);
}

@media (max-width: 640px) {
  .vmc-gr-review-benefits { gap: 7px; }
  .vmc-gr-review-benefits span { width: 100%; border-radius: 12px; }
  .vmc-gr-reviews-section .vmc-gr-review-form-panel { padding: 16px 13px; }
  .vmc-gr-reviews-section .vmc-gr-review-form-panel textarea { min-height: 160px; }
  .vmc-gr-review-list-head { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 24px; padding-top: 20px; }
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-reviews-section .vmc-comment-form .submit {
  background: #7b72f2 !important;
  border-color: #7b72f2 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(97,87,232,.2) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-reviews-section .vmc-comment-form .submit:hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-reviews-section .vmc-comment-form .submit:focus-visible {
  background: #8a82f7 !important;
  border-color: #8a82f7 !important;
}


/* 1.2.127 - CTA de contribution directement sous le resume des classements sur les fiches jeux. */
.vmc-gr-game-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-hero-ctas > .vmc-gr-button {
  min-height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .8rem;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-review-jump {
  gap: 7px;
  border-color: var(--vmc-gr-border);
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
  box-shadow: none;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-review-jump::before {
  content: "✎";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--vmc-gr-soft);
  color: var(--vmc-gr-muted);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1;
}
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-review-jump:hover,
#primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-review-jump:focus-visible {
  border-color: color-mix(in srgb, var(--vmc-gr-border) 58%, #6157e8 42%);
  background: color-mix(in srgb, var(--vmc-gr-surface) 96%, #6157e8 4%);
  color: var(--vmc-gr-text);
  transform: translateY(-1px);
}
.vmc-gr-reviews-section#avis {
  scroll-margin-top: 96px;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-review-jump {
  border-color: var(--vmc-gr-border);
  background: var(--vmc-gr-surface);
  color: var(--vmc-gr-text);
}
@media (max-width: 640px) {
  .vmc-gr-game-hero-ctas {
    justify-content: center;
    width: 100%;
    gap: 7px;
    margin-top: 9px;
  }
  #primary.vmc-gr-site-main.vmc-gr-game-page .vmc-gr-shell .vmc-gr-game-hero-ctas > .vmc-gr-button {
    min-height: 38px;
    padding-left: 10px;
    padding-right: 12px;
    font-size: .76rem;
  }
  .vmc-gr-reviews-section#avis { scroll-margin-top: 78px; }
}

/* 1.2.128 - moteur de duels plus adaptatif + centrage des CTA hero sur mobile. */

/* 1.2.135 — Instagram prioritaire, CTA de demarrage lisible en dark mode. */
.vmc-gr-giveaway-alt {
  margin: 10px 0 0 !important;
  color: var(--vmc-gr-muted) !important;
  font-size: .76rem;
  line-height: 1.45 !important;
  text-align: center;
}
.vmc-gr-giveaway-alt button {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vmc-gr-muted);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.vmc-gr-giveaway-alt button:hover,
.vmc-gr-giveaway-alt button:focus-visible {
  color: var(--vmc-gr-text);
}

html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-actions .vmc-gr-button-primary:not(:disabled),
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-mobile-bar .vmc-gr-button-primary:not(:disabled) {
  border-color: rgba(184,177,255,.58) !important;
  background: linear-gradient(135deg, #6f63f0, #887df7) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(70,58,200,.32) !important;
}
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-actions .vmc-gr-button-primary:not(:disabled):hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-actions .vmc-gr-button-primary:not(:disabled):focus-visible,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-mobile-bar .vmc-gr-button-primary:not(:disabled):hover,
html[data-vmc-theme="dark"] #primary.vmc-gr-site-main .vmc-gr-shell .vmc-gr-known-mobile-bar .vmc-gr-button-primary:not(:disabled):focus-visible {
  border-color: rgba(205,200,255,.78) !important;
  background: linear-gradient(135deg, #7d72f6, #948afb) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(70,58,200,.40) !important;
}

@media (max-width: 720px) {
  .vmc-gr-giveaway-alt { text-align: left; }
}
