/*!
 * 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;
}
.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 {
	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;
}

.profiles_player_card table,
.profiles_guild_card table { color: #fff; }
/*!
 * ARMY MU - perfil de jugador y guild
 * Reemplazar: templates/army2/css/profiles.css
 */

.profiles_guild_card,
.profiles_player_card {
	position: relative;
	width: 100%;
	min-height: 360px;
	overflow: hidden;
	padding: 26px;
	border: 1px solid rgba(138, 43, 226, .38) !important;
	border-radius: 14px !important;
	background-color: rgba(8, 10, 18, .92);
	box-shadow: 0 8px 40px rgba(0, 0, 0, .55), 0 0 32px rgba(138, 43, 226, .16) !important;
	color: #e8e4f3;
}

.profiles_player_card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 7, 12, .94) 0%, rgba(5, 7, 12, .72) 42%, rgba(5, 7, 12, .18) 100%);
	pointer-events: none;
}

.DW.profiles_player_card,
.SM.profiles_player_card,
.GM.profiles_player_card,
.SW.profiles_player_card,
.DSW.profiles_player_card {
	background: url('../img/profiles/wiz.jpg') center right / cover no-repeat;
}

.DK.profiles_player_card,
.BK.profiles_player_card,
.BM.profiles_player_card,
.DGK.profiles_player_card,
.IGK.profiles_player_card {
	background: url('../img/profiles/knight.jpg') center right / cover no-repeat;
}

.ELF.profiles_player_card,
.ME.profiles_player_card,
.HE.profiles_player_card,
.NE.profiles_player_card,
.RYE.profiles_player_card {
	background: url('../img/profiles/elf.jpg') center right / cover no-repeat;
}

.MG.profiles_player_card,
.DM.profiles_player_card,
.MK.profiles_player_card,
.DPK.profiles_player_card {
	background: url('../img/profiles/mg.jpg') center right / cover no-repeat;
}

.DL.profiles_player_card,
.LE.profiles_player_card,
.EL.profiles_player_card,
.FCE.profiles_player_card {
	background: url('../img/profiles/dl.jpg') center right / cover no-repeat;
}

.SUM.profiles_player_card,
.BS.profiles_player_card,
.DSM.profiles_player_card,
.DS.profiles_player_card,
.ESUM.profiles_player_card {
	background: url('../img/profiles/sum.jpg') center right / cover no-repeat;
}

.RF.profiles_player_card,
.FM.profiles_player_card,
.FB.profiles_player_card,
.BF.profiles_player_card {
	background: url('../img/profiles/rf.jpg') center right / cover no-repeat;
}

.GL.profiles_player_card,
.ML.profiles_player_card,
.SL.profiles_player_card,
.AL.profiles_player_card {
	background: url('../img/profiles/gl.jpg') center right / cover no-repeat;
}

.RW.profiles_player_card,
.RSM.profiles_player_card,
.GRM.profiles_player_card,
.MRW.profiles_player_card,
.IRW.profiles_player_card {
	background: url('../img/profiles/rw.jpg') center right / cover no-repeat;
}

.SLR.profiles_player_card,
.SLRR.profiles_player_card,
.MSLR.profiles_player_card,
.SLTR.profiles_player_card,
.RS.profiles_player_card {
	background: url('../img/profiles/sl.jpg') center right / cover no-repeat;
}

.GC.profiles_player_card,
.GB.profiles_player_card,
.MGB.profiles_player_card,
.HGC.profiles_player_card,
.MGC.profiles_player_card {
	background: url('../img/profiles/gc.jpg') center right / cover no-repeat;
}

.LIW.profiles_player_card,
.LIM.profiles_player_card,
.SHW.profiles_player_card,
.LUW.profiles_player_card,
.GLW.profiles_player_card {
	background: url('../img/profiles/liw.jpg') center right / cover no-repeat;
}

.LEM.profiles_player_card,
.WAM.profiles_player_card,
.ARM.profiles_player_card,
.MYM.profiles_player_card,
.BAM.profiles_player_card {
	background: url('../img/profiles/lem.jpg') center right / cover no-repeat;
}

.IK.profiles_player_card,
.MIK.profiles_player_card,
.IM.profiles_player_card,
.MYK.profiles_player_card,
.PPK.profiles_player_card {
	background: url('../img/profiles/ik.jpg') center right / cover no-repeat;
}

.ALC.profiles_player_card,
.ALMN.profiles_player_card,
.ALMTR.profiles_player_card,
.ALFC.profiles_player_card,
.CRE.profiles_player_card {
	background: url('../img/profiles/alc.jpg') center right / cover no-repeat;
}

.profiles_player_content {
	position: relative;
	z-index: 1;
	width: min(430px, 100%);
	padding: 22px;
	border: 1px solid rgba(138, 43, 226, .28);
	border-radius: 12px;
	background: rgba(8, 10, 18, .78);
	backdrop-filter: blur(4px);
}

.profiles_player_table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #e8e4f3;
}

.profiles_player_table .cname {
	padding-bottom: 4px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	text-align: left;
	text-shadow: 0 0 14px rgba(138, 43, 226, .44);
}

.profiles_player_table .cclass {
	padding-bottom: 14px;
	color: #b56cff;
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 6px;
}

.profiles_player_table_info tr {
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.profiles_player_table_info tr:last-child {
	border-bottom: 0;
}

.profiles_player_table_info tr td {
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.25;
	vertical-align: middle;
}

.profiles_player_table_info tr td:first-child {
	width: 58%;
	padding-right: 16px;
	color: rgba(232, 228, 243, .72);
	font-weight: 700;
	text-align: left;
}

.profiles_player_table_info tr td:last-child {
	width: 42%;
	color: #ffffff;
	font-weight: 900;
	text-align: right;
}

.profiles_player_table_info a {
	color: #b56cff !important;
	font-weight: 900;
}

.profiles_player_table .isoffline {
	color: #ff6b7a !important;
}

.profiles_player_table .isonline {
	color: #38e075 !important;
}

.profiles_guild_card {
	background: rgba(8, 10, 18, .88) url('../img/profiles/guild.jpg') center right / cover no-repeat;
}

.profiles_guild_card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 7, 12, .94), rgba(5, 7, 12, .62));
	pointer-events: none;
}

.profiles_guild_card > * {
	position: relative;
	z-index: 1;
}

.profiles_guild_card table {
	color: #e8e4f3;
}

.profiles_guild_card .guild_name,
.profiles_guild_card .guild_members {
	color: #ffffff;
	font-family: 'Poppins', 'Inter', sans-serif !important;
	font-weight: 900;
}

.profiles_guild_card hr {
	border-top-color: rgba(138, 43, 226, .28) !important;
}

@media (max-width: 767px) {
	.profiles_player_card,
	.profiles_guild_card {
		min-height: auto;
		padding: 16px;
	}

	.profiles_player_card:before {
		background: rgba(5, 7, 12, .82);
	}

	.profiles_player_content {
		width: 100%;
		padding: 16px;
	}

	.profiles_player_table .cname {
		font-size: 20px;
	}

	.profiles_player_table_info tr td {
		font-size: 13px;
	}
}
