/* Badges CDM 2026 — médailles émaillées, style patch football vintage */

.fifa-card__badges {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.2rem, 2.2cqw, 0.45rem);
  flex-shrink: 0;
  width: 84%;
  max-width: 10.75rem;
  margin: clamp(0.12rem, 2cqw, 0.35rem) auto clamp(0.08rem, 1cqw, 0.15rem);
  padding: clamp(0.2rem, 2cqw, 0.35rem) clamp(0.28rem, 3cqw, 0.5rem);
  border-radius: 999px;
  border: 1px solid rgba(168, 132, 62, 0.45);
  background:
    linear-gradient(180deg, rgba(38, 28, 14, 0.82) 0%, rgba(12, 10, 18, 0.9) 100%);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 220, 160, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.fifa-card__badges--spacer {
  visibility: hidden;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  min-height: clamp(1.1rem, 14cqw, 1.85rem);
  margin-top: clamp(0.12rem, 2cqw, 0.35rem);
  margin-bottom: clamp(0.08rem, 1cqw, 0.15rem);
}

.fifa-card-badge {
  position: relative;
  display: inline-block;
  width: clamp(0.6rem, 10.5cqw, 1.35rem);
  height: clamp(0.6rem, 10.5cqw, 1.35rem);
  min-width: 0;
  min-height: 0;
  border-radius: 50%;
  flex-shrink: 1;
  background-size: 62% 62%;
  background-position: center;
  background-repeat: no-repeat;
  border: clamp(1px, 0.35cqw, 1.5px) solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.55),
    inset 0 2px 3px rgba(255, 255, 255, 0.22),
    inset 0 -3px 5px rgba(0, 0, 0, 0.35);
}

.fifa-card-badge::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.fifa-card-badge::after {
  content: '';
  position: absolute;
  top: 7%;
  left: 18%;
  width: 38%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.42) 0%, transparent 72%);
  pointer-events: none;
}

.fifa-card-wrap--first .fifa-card-badge {
  width: clamp(0.65rem, 11cqw, 1.45rem);
  height: clamp(0.65rem, 11cqw, 1.45rem);
}

.fifa-podium-row .fifa-card-badge {
  width: clamp(0.5rem, 9cqw, 0.95rem) !important;
  height: clamp(0.5rem, 9cqw, 0.95rem) !important;
}

/* —— Paliers : émail + métal brossé —— */
.fifa-card-badge--silver {
  background-color: #5a6578;
  border-color: rgba(226, 236, 248, 0.75);
  background-image:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.55) 0%, transparent 46%),
    radial-gradient(circle at 72% 78%, rgba(15, 23, 42, 0.45) 0%, transparent 52%),
    linear-gradient(148deg, #8b95a8 0%, #c8d0dc 28%, #6b7280 58%, #3d4654 100%);
  box-shadow:
    0 2px 7px rgba(0, 0, 0, 0.5),
    inset 0 2px 2px rgba(255, 255, 255, 0.35),
    inset 0 -3px 5px rgba(30, 41, 59, 0.55);
}

.fifa-card-badge--gold {
  background-color: #9a5f0a;
  border-color: rgba(255, 214, 120, 0.85);
  background-image:
    radial-gradient(circle at 28% 22%, rgba(255, 244, 200, 0.7) 0%, transparent 44%),
    radial-gradient(circle at 74% 80%, rgba(92, 45, 8, 0.55) 0%, transparent 54%),
    linear-gradient(152deg, #c2780a 0%, #f5c842 32%, #d4a017 55%, #8b5a08 100%);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.45),
    0 0 10px rgba(245, 180, 40, 0.22),
    inset 0 2px 2px rgba(255, 240, 180, 0.45),
    inset 0 -3px 6px rgba(100, 55, 8, 0.5);
}

.fifa-card-badge--diamond {
  border-color: rgba(186, 245, 255, 0.9);
  background-image:
    radial-gradient(circle at 26% 20%, rgba(236, 254, 255, 0.85) 0%, transparent 42%),
    radial-gradient(circle at 68% 72%, rgba(8, 51, 68, 0.55) 0%, transparent 50%),
    linear-gradient(135deg, #0c4a6e 0%, #38bdf8 28%, #06b6d4 48%, #164e63 72%, #083344 100%);
  box-shadow:
    0 2px 9px rgba(0, 0, 0, 0.45),
    0 0 12px rgba(56, 189, 248, 0.28),
    inset 0 2px 2px rgba(224, 252, 255, 0.4),
    inset 0 -3px 6px rgba(8, 47, 73, 0.55);
}

/* Tier + icône combinés : l’icône se superpose au métal */
.fifa-card-badge--silver[class*='--icon-'] {
  background-image:
    var(--badge-icon, none),
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.55) 0%, transparent 46%),
    radial-gradient(circle at 72% 78%, rgba(15, 23, 42, 0.45) 0%, transparent 52%),
    linear-gradient(148deg, #8b95a8 0%, #c8d0dc 28%, #6b7280 58%, #3d4654 100%);
}

.fifa-card-badge--gold[class*='--icon-'] {
  background-image:
    var(--badge-icon, none),
    radial-gradient(circle at 28% 22%, rgba(255, 244, 200, 0.7) 0%, transparent 44%),
    radial-gradient(circle at 74% 80%, rgba(92, 45, 8, 0.55) 0%, transparent 54%),
    linear-gradient(152deg, #c2780a 0%, #f5c842 32%, #d4a017 55%, #8b5a08 100%);
}

.fifa-card-badge--diamond[class*='--icon-'] {
  background-image:
    var(--badge-icon, none),
    radial-gradient(circle at 26% 20%, rgba(236, 254, 255, 0.85) 0%, transparent 42%),
    radial-gradient(circle at 68% 72%, rgba(8, 51, 68, 0.55) 0%, transparent 50%),
    linear-gradient(135deg, #0c4a6e 0%, #38bdf8 28%, #06b6d4 48%, #164e63 72%, #083344 100%);
}

.fifa-card-badge--icon-kickoff { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7.8' fill='none' stroke='%23fff8eb' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 5.2l1.4 2.6 2.9.4-2.1 2 .5 2.9-2.7-1.4-2.7 1.4.5-2.9-2.1-2 2.9-.4z' fill='%23fff8eb'/%3E%3Cpath d='M8.2 13.1c1-.6 2.1-.7 3.8 0M15.8 10.9c-.8.5-1.6.7-3.8 0' stroke='%23fff8eb' stroke-width='1' stroke-linecap='round' opacity='.45'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-matches { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 18.5h15M6.5 18.5V10l5.2-3.6L17 10v8.5' stroke='%23fff8eb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.2 18.5v-4.2M14.8 18.5v-4.2' stroke='%23fff8eb' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.8 10.8c1.8-.6 3.6-.8 5.2-.8s3.4.2 5.2.8' stroke='%23fff8eb' stroke-width='1' stroke-linecap='round' opacity='.55'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-placed { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12.5' r='6.8' stroke='%23fff8eb' stroke-width='1.5'/%3E%3Cpath d='M12 8.2v4.6l2.8 1.6' stroke='%23fff8eb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12.5' r='1.1' fill='%23fff8eb'/%3E%3Cpath d='M12 4.8l.7 1.3 1.4.2-1 .9.2 1.4-1.3-.7-1.3.7.2-1.4-1-.9 1.4-.2z' fill='%23fff8eb' opacity='.85'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-sharp { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6.2c-3.2 0-5.8 2.4-5.8 5.4 0 3.2 2.6 5.6 5.8 5.6s5.8-2.4 5.8-5.6c0-3-2.6-5.4-5.8-5.4z' stroke='%23fff8eb' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='11.6' r='2.3' fill='%23fff8eb'/%3E%3Ccircle cx='12.8' cy='10.8' r='.75' fill='%231a1208'/%3E%3Cpath d='M6.2 11.2L4 10.5M17.8 11.2l2.2-.7M12 5.2V3.2M9.5 6.8L8 5.5M14.5 6.8l1.5-1.3' stroke='%23fff8eb' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-oracle { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5C9 7 5.5 8.8 5.5 12.2c0 3.8 3 6.8 6.5 8.3 3.5-1.5 6.5-4.5 6.5-8.3 0-3.4-3.5-5.2-6.5-8.7z' fill='%23fff8eb'/%3E%3Cpath d='M12 9.2c-1.6 0-2.9 1.2-2.9 2.7s1.3 2.7 2.9 2.7 2.9-1.2 2.9-2.7-1.3-2.7-2.9-2.7z' fill='%231a1208' opacity='.35'/%3E%3Cpath d='M9.8 12.5c.8-.9 1.4-1.2 2.2-1.2s1.4.3 2.2 1.2' stroke='%231a1208' stroke-width='.9' stroke-linecap='round' opacity='.5'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-exact { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.2 12.4l3.1 3.4 6.8-7.2' stroke='%23fff8eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 12.4l3.1 3.4L15.4 8.6' stroke='%23fff8eb' stroke-width='1' stroke-linecap='round' opacity='.25'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-clean_sheet { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.5 8.5h13v9.5H5.5z' stroke='%23fff8eb' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cpath d='M7.5 8.5V7.2c0-.8.7-1.5 1.5-1.5h6c.8 0 1.5.7 1.5 1.5v1.3' stroke='%23fff8eb' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 11.5h8M8 14h8M8 16.5h8' stroke='%23fff8eb' stroke-width='1' stroke-linecap='round' opacity='.55'/%3E%3Ctext x='12' y='14.2' text-anchor='middle' fill='%23fff8eb' font-size='5.2' font-weight='700' font-family='Georgia,serif'%3E0-0%3C/text%3E%3C/svg%3E"); }
.fifa-card-badge--icon-goal_fest { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4.5c-1.8 3.2-5.2 4.8-5.2 8.2 0 2.6 2.2 4.8 5.2 5.5 3-.7 5.2-2.9 5.2-5.5 0-3.4-3.4-5-5.2-8.2z' fill='%23fff8eb'/%3E%3Cpath d='M10.2 11.8c.6-.4 1.2-.6 1.8-.6s1.2.2 1.8.6M9.5 14.2h5' stroke='%231a1208' stroke-width='.9' stroke-linecap='round' opacity='.45'/%3E%3Cpath d='M8 6.5l-1.2-.8M16 6.5l1.2-.8M12 3.2v1.5' stroke='%23fff8eb' stroke-width='1.1' stroke-linecap='round' opacity='.7'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-streak { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 4.2c-.3 2.8-2.2 4.5-2.2 7.2 0 1.4.9 2.6 2.2 3.1-.8-1.6-.5-3.4.8-4.6 1.5 1.1 2.4 3 2 4.9 2.1-1.2 3.4-3.4 3.4-5.8 0-2.9-2.5-4.4-5.2-4.8z' fill='%23fff8eb'/%3E%3Cpath d='M10.5 14.8c-.6 1.4-.4 2.8.6 3.9 1.3-1 2-2.5 1.8-4.1-.9.7-1.6 1.5-2.4 2.5z' fill='%23ffe08a'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-underdog { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='5.5' y='7.5' width='13' height='10.5' rx='1.8' stroke='%23fff8eb' stroke-width='1.5'/%3E%3Cpath d='M8.2 7.5V6.2c0-.6.5-1.1 1.1-1.1h5.4c.6 0 1.1.5 1.1 1.1v1.3' stroke='%23fff8eb' stroke-width='1.2' stroke-linecap='round'/%3E%3Ccircle cx='9.2' cy='12.8' r='1.2' fill='%23fff8eb'/%3E%3Ccircle cx='14.8' cy='12.8' r='1.2' fill='%23fff8eb'/%3E%3Cpath d='M10.5 15.2h3.2' stroke='%23fff8eb' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M16.8 9.2l1.4-.9M7.2 9.2L5.8 8.3' stroke='%23fff8eb' stroke-width='1' stroke-linecap='round' opacity='.6'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-podium { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='14' width='5' height='7.5' rx='.8' fill='%23fff8eb'/%3E%3Crect x='9.5' y='8.5' width='5' height='13' rx='.8' fill='%23fff8eb'/%3E%3Crect x='15.5' y='12' width='5' height='9.5' rx='.8' fill='%23fff8eb'/%3E%3Ctext x='6' y='18.5' text-anchor='middle' fill='%231a1208' font-size='4.2' font-weight='700' font-family='Georgia,serif'%3E3%3C/text%3E%3Ctext x='12' y='15' text-anchor='middle' fill='%231a1208' font-size='4.2' font-weight='700' font-family='Georgia,serif'%3E1%3C/text%3E%3Ctext x='18' y='17.5' text-anchor='middle' fill='%231a1208' font-size='4.2' font-weight='700' font-family='Georgia,serif'%3E2%3C/text%3E%3C/svg%3E"); }
.fifa-card-badge--icon-weekly { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4.2l1.6 4.8h5l-4 3 1.5 4.8-4.1-2.9-4.1 2.9 1.5-4.8-4-3h5z' stroke='%23fff8eb' stroke-width='1.4' stroke-linejoin='round' fill='%23fff8eb' fill-opacity='.15'/%3E%3Cpath d='M12 7.8v2.4M10.8 9.5h2.4' stroke='%23fff8eb' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-host_fan { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='7.5' stroke='%23fff8eb' stroke-width='1.4'/%3E%3Cpath d='M4.8 12h14.4M12 4.8c2.8 2.4 4.2 5.2 4.2 7.2s-1.4 4.8-4.2 7.2M12 4.8c-2.8 2.4-4.2 5.2-4.2 7.2s1.4 4.8 4.2 7.2' stroke='%23fff8eb' stroke-width='1.1' stroke-linecap='round' opacity='.75'/%3E%3Cpath d='M12 14.2c-1.2 0-2.2-.8-2.2-1.8s1-1.8 2.2-1.8 2.2.8 2.2 1.8-1 1.8-2.2 1.8z' fill='%23fff8eb'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-points { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cellipse cx='12' cy='13.5' rx='6.2' ry='2.2' stroke='%23fff8eb' stroke-width='1.1' opacity='.55'/%3E%3Cellipse cx='12' cy='11' rx='6.2' ry='2.2' stroke='%23fff8eb' stroke-width='1.1' opacity='.75'/%3E%3Cellipse cx='12' cy='8.5' rx='6.2' ry='2.2' fill='%23fff8eb'/%3E%3Cpath d='M10.2 8.5h1.2c1 0 1.7.5 1.7 1.3 0 .7-.5 1.1-1.2 1.2l1.5 2h-1.4l-1.3-1.9h-.5v1.9h-1V6.8h2.2v1.7z' fill='%231a1208'/%3E%3C/svg%3E"); }
.fifa-card-badge--icon-collector { --badge-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 8.5h14l-1.2 10.5H6.2L5 8.5z' stroke='%23fff8eb' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.5V7c0-.8.7-1.5 1.5-1.5h4.8c.8 0 1.5.7 1.5 1.5v1.5' stroke='%23fff8eb' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9.5 12.2h5M9.5 14.8h5' stroke='%23fff8eb' stroke-width='1.1' stroke-linecap='round' opacity='.55'/%3E%3Cpath d='M12 11.2l.9 1.8 2 .3-1.4 1.4.3 2-1.8-.9-1.8.9.3-2-1.4-1.4 2-.3z' fill='%23fff8eb'/%3E%3C/svg%3E"); }

.fifa-card-badge[class*='--icon-'] {
  background-size: 62% 62%, 100% 100%, 100% 100%, 100% 100%;
  background-position: center, center, center, center;
}

.fifa-card--has-badges .fifa-card__photo {
  margin-top: clamp(1cqw, 2.5cqw, 2.5cqw);
}

.fifa-card--has-badges .fifa-card__foot {
  margin-top: clamp(0.5cqw, 1.5cqw, 1.5cqw);
}

.fifa-podium-row .fifa-card--podium.fifa-card--has-badges .fifa-card__foot--podium {
  margin-top: 0 !important;
}

/* Cartes étroites (podium / mobile) — badges proportionnels à la carte */
@container fifa-card (max-width: 150px) {
  .fifa-card__badges {
    width: 90%;
    max-width: none;
    gap: 1.6cqw;
    padding: 1.4cqw 2cqw;
    margin-top: 1.2cqw;
    margin-bottom: 0.5cqw;
  }

  .fifa-card-badge {
    width: clamp(0.5rem, 9cqw, 0.95rem);
    height: clamp(0.5rem, 9cqw, 0.95rem);
    border-width: 1px;
  }

  .fifa-podium-row .fifa-card-wrap--podium-lead .fifa-card-badge,
  .fifa-weekly-row .fifa-card-wrap--podium-lead .fifa-card-badge {
    width: clamp(0.5rem, 9cqw, 0.95rem);
    height: clamp(0.5rem, 9cqw, 0.95rem);
  }

  .fifa-card--has-badges .fifa-card__photo {
    margin-top: 0.5cqw;
    margin-bottom: 1.5cqw;
  }

  .fifa-card--has-badges .fifa-card__foot {
    margin-top: 0;
  }
}

@container fifa-card (min-width: 119px) and (max-width: 145px) {
  .fifa-card-badge {
    width: clamp(0.58rem, 10cqw, 1.2rem);
    height: clamp(0.58rem, 10cqw, 1.2rem);
  }
}

.badge-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: 0.65rem;
}

.badge-collection-item {
  padding: 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(87, 176, 226, 0.2);
  background: rgba(0, 32, 104, 0.35);
  text-align: center;
}

.badge-collection-item--locked { opacity: 0.45; filter: grayscale(0.6); }
.badge-collection-item--earned { border-color: rgba(142, 201, 43, 0.35); }
.badge-collection-item--earned.badge-collection-item--tier-gold {
  border-color: rgba(212, 160, 23, 0.5);
  background: rgba(40, 28, 8, 0.35);
}
.badge-collection-item--earned.badge-collection-item--tier-diamond {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(8, 32, 48, 0.4);
}

.badge-collection-item__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-size: 58%;
  background-position: center;
  background-repeat: no-repeat;
}

.badge-collection-item__icon.fifa-card-badge { max-width: none; max-height: none; }

.badge-collection-item__icon.fifa-card-badge[class*='--icon-'] {
  background-size: 58% 58%, 100% 100%, 100% 100%, 100% 100%;
}

.badge-collection-item__name {
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}

.badge-collection-item__desc {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.2rem;
  line-height: 1.3;
}

.badge-equip-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.badge-equip-slots select {
  width: 100%;
  font-size: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #0f172a;
  border: 1px solid #334155;
  color: #fff;
}

/* Admin — attribution badges */
.badge-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: 0.45rem;
}

.badge-admin-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.45rem 0.35rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(87, 176, 226, 0.2);
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.badge-admin-option:has(input:checked) {
  border-color: rgba(142, 201, 43, 0.55);
  background: rgba(142, 201, 43, 0.12);
}

.badge-admin-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.badge-admin-option__icon {
  width: 2rem;
  height: 2rem;
  max-width: none;
  max-height: none;
}

.badge-admin-option__icon.fifa-card-badge[class*='--icon-'] {
  background-size: 58% 58%, 100% 100%, 100% 100%, 100% 100%;
}

.badge-admin-option__label {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.2;
}

/* Profil — collection & équipement sur mobile */
@media (max-width: 639px) {
  .badge-collection-grid {
    grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr));
    gap: 0.5rem;
  }

  .badge-collection-item {
    padding: 0.5rem 0.4rem;
  }

  .badge-collection-item__icon {
    width: 2rem;
    height: 2rem;
  }

  .badge-collection-item__name {
    font-size: 0.65rem;
  }

  .badge-collection-item__desc {
    font-size: 0.55rem;
  }

  .badge-equip-slots {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .badge-equip-slots select {
    font-size: 0.8rem;
    padding: 0.55rem 0.5rem;
  }

  .badge-admin-grid {
    grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
    gap: 0.35rem;
  }

  .badge-admin-option__icon {
    width: 1.65rem;
    height: 1.65rem;
  }
}
