/* Click · insignias equipadas dentro del perfil */
.profile-badges-v2-showcase{
  position:absolute;left:480px;right:34px;top:384px;z-index:4;
  min-height:142px;padding:15px 18px 16px;border-radius:27px;
  background:linear-gradient(145deg,rgba(72,62,145,.66),rgba(38,31,103,.72));
  border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 45px rgba(6,7,39,.20);color:#fff
}
.profile-premium-v396 .profile-v396-hero{min-height:650px}
.profile-badges-v2-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.profile-badges-v2-head>div{display:flex;align-items:center;gap:6px}.profile-badges-v2-head strong{font-size:16px}.profile-badges-v2-head span{color:#c8c2e5;font-size:12px;font-weight:800}
.profile-badges-v2-head button{min-height:38px;padding:8px 14px;border-radius:13px;border:1px solid rgba(190,149,255,.55);background:linear-gradient(135deg,rgba(125,75,255,.34),rgba(190,87,255,.23));color:#fff;font-weight:900;cursor:pointer}
.profile-badges-v2-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.profile-badges-v2-list figure{margin:0;min-width:0;display:grid;justify-items:center;gap:4px;padding:7px 5px 5px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}
.profile-badges-v2-list img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 7px 9px rgba(12,7,43,.22))}
.profile-badges-v2-list figcaption{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4f1ff;font-size:9px;font-weight:800;text-align:center}
.profile-badges-v2-empty{display:flex;align-items:center;justify-content:center;min-height:72px;color:#cfc9e7;font-size:12px}
.profile-badges-v2-view-all{display:inline-flex;margin-top:7px;color:#d9c7ff;font-size:11px;font-weight:800;text-decoration:none}

@media(max-width:1200px){
  .profile-premium-v396 .profile-v396-hero{min-height:650px}
  .profile-badges-v2-showcase{left:400px}
  .profile-badges-v2-list img{width:52px;height:52px}
}
@media(max-width:900px){
  .profile-premium-v396 .profile-v396-hero{min-height:auto!important}
  .profile-badges-v2-showcase{position:relative;left:auto;right:auto;top:auto;width:calc(100% - 34px);margin:13px auto 0;padding:14px;border-radius:23px}
  .profile-badges-v2-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}
  .profile-badges-v2-list img{width:48px;height:48px}
  .profile-badges-v2-list figcaption{font-size:8px}
  .profile-v396-content-grid{margin-top:12px!important}
}
@media(max-width:640px){
  .profile-badges-v2-showcase{width:calc(100% - 14px);padding:12px;border-radius:20px}
  .profile-badges-v2-head{margin-bottom:9px}.profile-badges-v2-head strong{font-size:14px}.profile-badges-v2-head button{min-height:34px;padding:6px 10px;font-size:10px}
  .profile-badges-v2-list{grid-template-columns:repeat(6,minmax(48px,1fr));gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
  .profile-badges-v2-list::-webkit-scrollbar{display:none}
  .profile-badges-v2-list figure{padding:5px 3px;min-width:48px;border-radius:12px}
  .profile-badges-v2-list img{width:42px;height:42px}.profile-badges-v2-list figcaption{display:none}
}
