.profile-friend-action,
.friend-request-actions button {
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid var(--lime);
  border-radius: 5px;
  background: var(--lime);
  color: var(--night);
  font-weight: 900;
  cursor: pointer;
}
.profile-friend-action.secondary,
.friend-request-actions button:last-child {
  border-color: #655775;
  background: transparent;
  color: var(--ink);
}
.friend-request-actions { display: flex; gap: 7px; margin-left: auto; }
.friend-request-actions button { margin: 0; padding: 7px 9px; }
.profile-friend-request {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #403550;
  border-radius: 8px;
}
.profile-friend-request>div>small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.friend-request-subtitle{margin:20px 0 10px;color:var(--lime);font-size:11px;letter-spacing:1.5px;text-transform:uppercase}.friend-request-subtitle:first-of-type{margin-top:4px}.friend-request-subtitle[hidden]{display:none}
.profile-friend-request > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #33244a;
  color: var(--lime);
  font-weight: 900;
}
.friend-request-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -8px 0 20px;
  padding: 15px 18px;
  border: 1px solid #ff4f68;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,79,104,.18), rgba(168,85,247,.12));
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
}
.friend-request-alert[hidden] { display: none; }
.friend-request-alert span { color: #ff4f68; text-shadow: 0 0 12px #ff4f68; }
.friend-request-alert strong { font-size: 14px; }
.friend-request-alert em { margin-left: auto; color: var(--lime); font-size: 12px; font-style: normal; font-weight: 800; }
.friend-request-alert:hover { transform: translateY(-1px); border-color: var(--lime); }
#demandes-amis { scroll-margin-top: 24px; }
html { scroll-behavior: smooth; }
.profile-friend > .player-list-avatar,.profile-friend-request > .player-list-avatar{display:grid!important;place-items:center;flex:0 0 auto;width:42px;height:42px;overflow:hidden;border-radius:50%;background:#3b315e;color:#fff;font-weight:900}.profile-friend > .player-list-avatar.has-image,.profile-friend-request > .player-list-avatar.has-image{background:#171329}.player-list-avatar img{width:100%;height:100%;object-fit:contain}
