/*!
 * template_modern — profile pages
 */
.profiles_guild_card {
	border: 1px solid rgba(138, 43, 226, 0.3) !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(138, 43, 226, 0.15) !important;
	background: #000000 url('../img/profiles/guild.jpg') no-repeat;
	background-size: cover;
}
.profiles_guild_card .guild_name,
.profiles_guild_card .guild_members {
	font-family: 'Poppins', 'Inter', sans-serif !important;
}
.profiles_guild_card hr { border-top-color: rgba(255, 255, 255, 0.15) !important; }

.profiles_player_card {
	position: relative;
	overflow: hidden;
	max-width: 420px;
	min-height: 180px;
	border: 1px solid rgba(138, 43, 226, 0.3) !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(138, 43, 226, 0.15) !important;
	background-color: #0b0e14 !important;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* darken the whole image so the stats text stays readable on top of it */
.profiles_player_card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(6, 8, 14, 0.4);
	pointer-events: none;
}

/* Per-class background images */
.DW.profiles_player_card, .SM.profiles_player_card, .GM.profiles_player_card, .SW.profiles_player_card { background-image: url('../img/profiles/wiz.jpg') !important; }
.DK.profiles_player_card, .BK.profiles_player_card, .BM.profiles_player_card, .DGK.profiles_player_card { background-image: url('../img/profiles/knight.jpg') !important; }
.ELF.profiles_player_card, .ME.profiles_player_card, .HE.profiles_player_card, .NE.profiles_player_card { background-image: url('../img/profiles/elf.jpg') !important; }
.MG.profiles_player_card, .DM.profiles_player_card, .MK.profiles_player_card { background-image: url('../img/profiles/mg.jpg') !important; }
.DL.profiles_player_card, .LE.profiles_player_card, .EL.profiles_player_card { background-image: url('../img/profiles/dl.jpg') !important; }
.SUM.profiles_player_card, .BS.profiles_player_card, .DSM.profiles_player_card, .DS.profiles_player_card { background-image: url('../img/profiles/sum.jpg') !important; }
.RF.profiles_player_card, .FM.profiles_player_card, .FB.profiles_player_card { background-image: url('../img/profiles/rf.jpg') !important; }

.profiles_player_content {
	position: relative;
	z-index: 1;
	padding: 20px;
}

.profiles_player_card table,
.profiles_guild_card table { color: #fff; }

.profiles_player_table .cname,
.profiles_player_table .cclass {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}
