.futfut-player-header,
.futfut-player-header *,
.futfut-profile-page,
.futfut-profile-page * {
  box-sizing: border-box;
}

.futfut-player-login,
.futfut-player-summary {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(71, 40, 110, .12);
  color: #210742;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  margin-right: 10px;
}

.futfut-player-login-icon {
  font-size: 22px;
  line-height: 1;
  width:22px;
}

.futfut-player-summary[hidden],
.futfut-player-login[hidden] {
  display: none !important;
}

.futfut-player-pseudo {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.futfut-player-stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff4bf;
  font-weight: 950;
}

.futfut-profile-page {
  width: min(980px, 100%);
  margin: 0 auto;
}

.futfut-profile-page [hidden] {
  display: none !important;
}

.futfut-profile-hero {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.futfut-profile-hero-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: #f7f2fb;
  font-size: 42px;
}

.futfut-profile-kicker {
  display: block;
  margin-bottom: 3px;
  font-weight: 900;
  opacity: .66;
}

.futfut-profile-hero h1 {
  margin: 0;
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1;
}

.futfut-profile-hero p {
  max-width: 720px;
  margin: 9px 0 0;
  line-height: 1.55;
  opacity: .72;
}

.futfut-profile-loading,
.futfut-guest-note,
.futfut-profile-panel,
.futfut-profile-summary-card,
.futfut-profile-section {
  border: 1px solid #eee7f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(55, 35, 77, .06);
}

.futfut-profile-loading,
.futfut-guest-note,
.futfut-profile-section,
.futfut-profile-panel {
  padding: 22px;
}

.futfut-profile-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.futfut-profile-panel h2,
.futfut-profile-section h2 {
  margin: 0 0 7px;
  font-size: 22px;
}

.futfut-profile-panel > p {
  margin: 0 0 18px;
  opacity: .68;
}

.futfut-profile-page label {
  display: block;
  margin: 13px 0 7px;
  font-weight: 850;
}

.futfut-profile-page input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 2px solid #e3d9ef;
  border-radius: 14px;
  outline: none;
  background: #fff;
  font: inherit;
}

.futfut-profile-page input:focus {
  border-color: #a452f6;
  box-shadow: 0 0 0 4px rgba(164, 82, 246, .12);
}

.futfut-primary-button,
.futfut-secondary-button,
.futfut-link-button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.futfut-primary-button {
  width: 100%;
  margin-top: 14px;
  background: #a452f6;
  color: #fff;
}

.futfut-secondary-button {
  background: #f3eef8;
  color: inherit;
}

.futfut-link-button {
  background: transparent;
  text-decoration: underline;
}

.futfut-primary-button:disabled,
.futfut-secondary-button:disabled {
  opacity: .55;
  cursor: wait;
}

.futfut-form-message,
.futfut-field-status {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 750;
}

.futfut-field-status.is-available {
  color: #27804d;
}

.futfut-field-status.is-taken {
  color: #ba3557;
}

.futfut-guest-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  background: #fffaf0;
}

.futfut-guest-note span {
  opacity: .74;
}

.futfut-profile-summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  margin-bottom: 18px;
}

.futfut-profile-connected-label {
  display: block;
  margin-bottom: 3px;
  font-weight: 800;
  opacity: .6;
}

.futfut-profile-summary-card h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 42px);
}

.futfut-profile-total {
  white-space: nowrap;
  padding: 12px 15px;
  border-radius: 999px;
  background: #fff4bf;
  font-size: 23px;
  font-weight: 950;
}

.futfut-profile-section {
  margin-bottom: 18px;
}

.futfut-profile-breakdown {
  display: grid;
}

.futfut-breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #f0ebf4;
}

.futfut-breakdown-row:last-child {
  border-bottom: 0;
}

.futfut-breakdown-empty {
  padding: 10px 0;
  opacity: .65;
}

.futfut-profile-code {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  margin: 4px 0 14px;
  padding: 8px 16px;
  border-radius: 15px;
  background: #fff4bf;
  font-size: clamp(27px, 6vw, 38px);
  font-weight: 950;
  letter-spacing: .12em;
}

.futfut-profile-switch-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.futfut-leaderboard {
  width: min(980px, 100%);
  margin: 0 auto;
}

.futfut-leaderboard-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.futfut-leaderboard-kicker {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
}

.futfut-leaderboard h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.05;
}

.futfut-leaderboard-legend {
  font-weight: 800;
  opacity: .65;
}

.futfut-leaderboard-list {
  display: grid;
  gap: 12px;
}

.futfut-rank-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #eee7f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(55, 35, 77, .06);
}

.futfut-rank-position {
  text-align: center;
  font-size: 26px;
  font-weight: 950;
}

.futfut-rank-name {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 950;
}

.futfut-rank-games {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.futfut-game-chip {
  display: inline-flex;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f7f2fb;
  font-size: 13px;
}

.futfut-rank-total {
  min-width: 110px;
  text-align: right;
  font-size: 20px;
  font-weight: 950;
}

.futfut-leaderboard-empty {
  padding: 26px;
  border-radius: 20px;
  background: #f7f2fb;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 700px) {
  .futfut-player-login {
    padding-inline: 11px;
  }

  .futfut-player-pseudo {
    max-width: 95px;
  }

  .futfut-profile-hero {
    align-items: flex-start;
  }

  .futfut-profile-hero-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 18px;
    font-size: 31px;
  }

  .futfut-profile-choice-grid {
    grid-template-columns: 1fr;
  }

  .futfut-profile-summary-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .futfut-leaderboard-heading {
    display: block;
  }

  .futfut-leaderboard-legend {
    margin-top: 8px;
  }

  .futfut-rank-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .futfut-rank-total {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }
}

/* V2.1 — formulaire de changement du code secret */
.futfut-profile-panel [data-futfut-code-form] .futfut-secondary-button {
  width: 100%;
  margin-top: 14px;
}
