/* ImperionWorld roles palette v0.3.3 — no blue/no pink, privilege images disabled */
.iw-role-player, .role-player {
  --iw-role-start: #8B949E;
  --iw-role-end: #2D333B;
  --iw-role-color: #8B949E;
  background: linear-gradient(135deg, #8B949E, #2D333B);
  color: #fff;
}
.iw-role-vip, .role-vip {
  --iw-role-start: #F59E0B;
  --iw-role-end: #92400E;
  --iw-role-color: #F59E0B;
  background: linear-gradient(135deg, #F59E0B, #92400E);
  color: #fff;
}
.iw-role-helper, .role-helper {
  --iw-role-start: #84CC16;
  --iw-role-end: #3F6212;
  --iw-role-color: #84CC16;
  background: linear-gradient(135deg, #84CC16, #3F6212);
  color: #fff;
}
.iw-role-senior_helper, .role-senior_helper {
  --iw-role-start: #65A30D;
  --iw-role-end: #365314;
  --iw-role-color: #65A30D;
  background: linear-gradient(135deg, #65A30D, #365314);
  color: #fff;
}
.iw-role-junior_moderator, .role-junior_moderator {
  --iw-role-start: #D97706;
  --iw-role-end: #7C2D12;
  --iw-role-color: #D97706;
  background: linear-gradient(135deg, #D97706, #7C2D12);
  color: #fff;
}
.iw-role-moderator, .role-moderator {
  --iw-role-start: #EA580C;
  --iw-role-end: #7C2D12;
  --iw-role-color: #EA580C;
  background: linear-gradient(135deg, #EA580C, #7C2D12);
  color: #fff;
}
.iw-role-senior_moderator, .role-senior_moderator {
  --iw-role-start: #DC2626;
  --iw-role-end: #7F1D1D;
  --iw-role-color: #DC2626;
  background: linear-gradient(135deg, #DC2626, #7F1D1D);
  color: #fff;
}
.iw-role-head_moderator, .role-head_moderator {
  --iw-role-start: #B91C1C;
  --iw-role-end: #450A0A;
  --iw-role-color: #B91C1C;
  background: linear-gradient(135deg, #B91C1C, #450A0A);
  color: #fff;
}
.iw-role-junior_admin, .role-junior_admin {
  --iw-role-start: #A16207;
  --iw-role-end: #422006;
  --iw-role-color: #A16207;
  background: linear-gradient(135deg, #A16207, #422006);
  color: #fff;
}
.iw-role-admin, .role-admin {
  --iw-role-start: #CA8A04;
  --iw-role-end: #713F12;
  --iw-role-color: #CA8A04;
  background: linear-gradient(135deg, #CA8A04, #713F12);
  color: #fff;
}
.iw-role-senior_admin, .role-senior_admin {
  --iw-role-start: #854D0E;
  --iw-role-end: #451A03;
  --iw-role-color: #854D0E;
  background: linear-gradient(135deg, #854D0E, #451A03);
  color: #fff;
}
.iw-role-head_admin, .role-head_admin {
  --iw-role-start: #B45309;
  --iw-role-end: #431407;
  --iw-role-color: #B45309;
  background: linear-gradient(135deg, #B45309, #431407);
  color: #fff;
}
.iw-role-server_curator, .role-server_curator {
  --iw-role-start: #9333EA;
  --iw-role-end: #3B0764;
  --iw-role-color: #9333EA;
  background: linear-gradient(135deg, #9333EA, #3B0764);
  color: #fff;
}
.iw-role-project_curator, .role-project_curator {
  --iw-role-start: #7E22CE;
  --iw-role-end: #240046;
  --iw-role-color: #7E22CE;
  background: linear-gradient(135deg, #7E22CE, #240046);
  color: #fff;
}
.iw-role-devops, .role-devops {
  --iw-role-start: #52525B;
  --iw-role-end: #18181B;
  --iw-role-color: #52525B;
  background: linear-gradient(135deg, #52525B, #18181B);
  color: #fff;
}
.iw-role-technical_team, .role-technical_team {
  --iw-role-start: #78716C;
  --iw-role-end: #292524;
  --iw-role-color: #78716C;
  background: linear-gradient(135deg, #78716C, #292524);
  color: #fff;
}

.iw-privilege-image,
.iw-privilege-card img,
.iw-privilege-icon-image,
.iw-privilege-picture,
[class*="privilege-image"],
[class*="privilege-picture"] {
  display: none !important;
}

.iw-privilege-card,
.iw-privileges-card,
.iw-privilege {
  background-image: linear-gradient(135deg, var(--iw-role-start, #52525B), var(--iw-role-end, #18181B)) !important;
}
