/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2026 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * https://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/* GUILD PROFILES */
.profiles-guild-hero {
	position: relative;
	display: grid;
	min-height: 360px;
	overflow: hidden;
	grid-template-columns: 42% 58%;
	border: 1px solid #285476;
	border-radius: 12px;
	background: #030a11 url('../img/profiles/guild.jpg') center / cover no-repeat;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .48), 0 0 22px rgba(21, 152, 255, .12);
}

.profiles-guild-hero:before {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle at 23% 46%, rgba(21, 152, 255, .14), transparent 29%), linear-gradient(90deg, rgba(2, 8, 15, .22), rgba(3, 12, 22, .72) 47%, rgba(2, 8, 15, .97));
}

.profiles-guild-hero:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 62%;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, transparent, #1598ff, #70e4ff);
	box-shadow: 0 0 14px rgba(88, 215, 255, .75);
}

.profiles-guild-emblem-column,
.profiles-guild-content {
	position: relative;
	z-index: 1;
}

.profiles-guild-emblem-column {
	display: flex;
	padding: 42px 24px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.profiles-guild-emblem-column > span {
	margin-top: 17px;
	color: #6d8aa0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.profiles-guild-emblem {
	position: relative;
	display: flex;
	width: 194px;
	height: 194px;
	align-items: center;
	justify-content: center;
	border: 1px solid #315773;
	background: linear-gradient(145deg, rgba(15, 39, 57, .94), rgba(2, 8, 14, .98));
	box-shadow: 0 20px 38px rgba(0, 0, 0, .5), inset 0 0 30px rgba(21, 152, 255, .07), 0 0 22px rgba(21, 152, 255, .1);
}

.profiles-guild-emblem:before,
.profiles-guild-emblem:after {
	position: absolute;
	width: 34px;
	height: 34px;
	content: "";
	border-color: #58d7ff;
	filter: drop-shadow(0 0 6px rgba(88, 215, 255, .48));
}

.profiles-guild-emblem:before {
	top: -1px;
	left: -1px;
	border-top: 2px solid;
	border-left: 2px solid;
}

.profiles-guild-emblem:after {
	right: -1px;
	bottom: -1px;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

.profiles-guild-emblem img {
	width: 160px;
	height: 160px;
	image-rendering: pixelated;
	box-shadow: 0 0 24px rgba(0, 0, 0, .75);
}

.profiles-guild-content {
	display: flex;
	min-width: 0;
	padding: 48px 46px 40px 30px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.profiles-guild-name {
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	text-overflow: ellipsis;
	text-shadow: 0 2px 8px #000, 0 0 18px rgba(88, 215, 255, .2);
	white-space: nowrap;
}

.profiles-guild-subtitle {
	margin-top: 7px;
	color: #8ca7b9;
	font-size: 11px;
	letter-spacing: .45px;
}

.profiles-guild-summary {
	display: grid;
	width: 100%;
	margin-top: 29px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.profiles-guild-command-grid {
	display: grid;
	padding: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.profiles-guild-command-card {
	display: flex;
	min-width: 0;
	min-height: 86px;
	padding: 14px;
	align-items: center;
	gap: 12px;
	border: 1px solid #2b4a62;
	background: linear-gradient(135deg, rgba(13, 34, 52, .96), rgba(5, 16, 28, .98));
}

.profiles-guild-command-icon {
	display: flex;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(88, 215, 255, .3);
	border-radius: 50%;
	background: rgba(21, 152, 255, .1);
	color: #64deff;
	font-size: 17px;
}

.profiles-guild-command-card > div {
	min-width: 0;
}

.profiles-guild-command-card small,
.profiles-guild-command-card strong {
	display: block;
}

.profiles-guild-command-card small {
	margin-bottom: 5px;
	color: #708ba0;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .65px;
	text-transform: uppercase;
}

.profiles-guild-command-card strong {
	overflow: hidden;
	color: #edf8ff;
	font-size: 12px;
	line-height: 18px;
	text-overflow: ellipsis;
}

.profiles-guild-command-card strong a { color: #eaf8ff; }
.profiles-guild-command-card strong a:hover { color: #76e3ff; }
.profiles-guild-command-card.is-master { border-color: rgba(255, 196, 71, .35); }
.profiles-guild-command-card.is-master .profiles-guild-command-icon { border-color: rgba(255, 196, 71, .45); background: rgba(255, 174, 28, .1); color: #ffd36f; }
.profiles-guild-command-card.is-battle { border-color: rgba(255, 88, 103, .3); }
.profiles-guild-command-card.is-battle .profiles-guild-command-icon { border-color: rgba(255, 88, 103, .42); background: rgba(255, 65, 83, .1); color: #ff8794; }
.profiles-guild-command-card.is-assistant { border-color: rgba(141, 116, 255, .32); }
.profiles-guild-command-card.is-assistant .profiles-guild-command-icon { border-color: rgba(141, 116, 255, .42); background: rgba(117, 84, 255, .1); color: #b7a5ff; }
.profiles-guild-unassigned { color: #557187; font-weight: 400; }
.profiles-guild-name-separator { color: #47657a; font-weight: 400; }

.profiles-guild-members-panel .profiles-player-section-heading {
	position: relative;
}

.profiles-guild-total {
	margin-left: auto;
	padding: 6px 10px;
	border: 1px solid #31536d;
	border-radius: 20px;
	background: rgba(2, 11, 20, .6);
	color: #80dfff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .45px;
	text-transform: uppercase;
}

.profiles-guild-members-grid {
	display: grid;
	padding: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.profiles-guild-member {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 67px;
	padding: 10px 10px 10px 12px;
	align-items: center;
	gap: 10px;
	border: 1px solid #263f54;
	background: linear-gradient(135deg, #0b2032, #06121f);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.profiles-guild-member:hover {
	transform: translateY(-2px);
	border-color: #3584b9;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .28), inset 0 0 18px rgba(21, 152, 255, .06);
}

.profiles-guild-member:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	content: "";
	background: #1598ff;
}

.profiles-guild-member-icon {
	display: flex;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid #31536c;
	border-radius: 50%;
	background: rgba(21, 152, 255, .08);
	color: #58d7ff;
	font-size: 12px;
}

.profiles-guild-member-data {
	min-width: 0;
	flex: 1;
}

.profiles-guild-member-data strong,
.profiles-guild-member-data small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profiles-guild-member-data strong,
.profiles-guild-member-data strong a {
	color: #edf8ff;
	font-size: 11px;
	font-weight: 700;
}

.profiles-guild-member-data strong a:hover { color: #73e1ff; }
.profiles-guild-member-data small { margin-top: 3px; color: #627f94; font-size: 8px; }

.profiles-guild-role {
	max-width: 74px;
	overflow: hidden;
	padding: 4px 6px;
	border: 1px solid #2c4d65;
	border-radius: 3px;
	color: #7593a8;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .35px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.profiles-guild-member.is-master:before { background: #ffc447; box-shadow: 0 0 9px rgba(255, 196, 71, .6); }
.profiles-guild-member.is-master .profiles-guild-member-icon,
.profiles-guild-member.is-master .profiles-guild-role { border-color: rgba(255, 196, 71, .4); color: #ffd36f; }
.profiles-guild-member.is-battle:before { background: #ff5867; box-shadow: 0 0 9px rgba(255, 88, 103, .5); }
.profiles-guild-member.is-battle .profiles-guild-member-icon,
.profiles-guild-member.is-battle .profiles-guild-role { border-color: rgba(255, 88, 103, .38); color: #ff8794; }
.profiles-guild-member.is-assistant:before { background: #8d74ff; box-shadow: 0 0 9px rgba(141, 116, 255, .5); }
.profiles-guild-member.is-assistant .profiles-guild-member-icon,
.profiles-guild-member.is-assistant .profiles-guild-role { border-color: rgba(141, 116, 255, .4); color: #b7a5ff; }

.profiles-guild-empty {
	grid-column: 1 / -1;
	padding: 45px 16px;
	color: #557187;
	font-size: 11px;
	text-align: center;
}

/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	overflow: auto;
    border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 0 0 10px #555;
	padding: 20px;
}

	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.MG.profiles_player_card, .DM.profiles_player_card, .MK.profiles_player_card, .DPK.profiles_player_card { background: url('../img/profiles/mg.jpg') no-repeat; background-size: cover; }
	.DL.profiles_player_card, .LE.profiles_player_card, .EL.profiles_player_card, .FCE.profiles_player_card { background: url('../img/profiles/dl.jpg') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.RF.profiles_player_card, .FM.profiles_player_card, .FB.profiles_player_card, .BF.profiles_player_card { background: url('../img/profiles/rf.jpg') no-repeat; background-size: cover; }
	.GL.profiles_player_card, .ML.profiles_player_card, .SL.profiles_player_card, .AL.profiles_player_card { background: url('../img/profiles/gl.jpg') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.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') no-repeat; background-size: cover; }
	.CRU.profiles_player_card, .ICRU.profiles_player_card, .MPAL.profiles_player_card, .SPAL.profiles_player_card, .TCOM.profiles_player_card { background: url('../img/profiles/cru.jpg') no-repeat; background-size: cover; }

.profiles_player_content {
	float: right;
	width: 50%;
	color: #fff;
}

.profiles_player_table {
	width: 100%;
}

.profiles_player_table .cname {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.profiles_player_table .cclass {
	text-align: center;
	font-size: 11px;
	color: #eee;
}

.profiles_player_table .isoffline {
	color: #ff0000;
}

.profiles_player_table .isonline {
	color: #00ff00;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
}
.profiles_player_table_info tr td {
	padding: 3px 10px;
}
.profiles_player_table_info tr td:first-child {
	text-align: right;
}

/* XEPHIRON PLAYER PROFILE */
.profiles_player_card {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #285476;
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .48), 0 0 22px rgba(21, 152, 255, .12);
}

.profiles_player_card:before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(2, 8, 15, .08) 0%, rgba(3, 12, 22, .35) 43%, rgba(3, 11, 20, .94) 70%, rgba(2, 8, 15, .98) 100%);
}

.profiles_player_card:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 62%;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, transparent, #1598ff, #70e4ff);
	box-shadow: 0 0 14px rgba(88, 215, 255, .75);
}

.profiles_player_content {
	position: relative;
	z-index: 1;
	display: flex;
	float: none;
	width: 48%;
	min-height: 360px;
	margin-left: auto;
	padding: 46px 42px 36px 24px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.profiles-player-status {
	display: inline-flex;
	margin-bottom: 20px;
	padding: 6px 10px;
	align-items: center;
	gap: 7px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 20px;
	background: rgba(2, 10, 18, .7);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.profiles-player-status span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.profiles-player-status.is-online { color: #7dffc0; }
.profiles-player-status.is-online span { background: #45e794; box-shadow: 0 0 9px rgba(69, 231, 148, .9); }
.profiles-player-status.is-offline { color: #ff8e9e; }
.profiles-player-status.is-offline span { background: #ff526b; box-shadow: 0 0 9px rgba(255, 82, 107, .75); }

.profiles-player-eyebrow {
	margin-bottom: 5px;
	color: #58d7ff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.profiles-player-name {
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.15;
	text-overflow: ellipsis;
	text-shadow: 0 2px 8px #000, 0 0 18px rgba(88, 215, 255, .18);
	white-space: nowrap;
}

.profiles-player-class {
	margin-top: 5px;
	color: #9eb5c7;
	font-size: 12px;
}

.profiles-player-summary {
	display: grid;
	width: 100%;
	margin-top: 27px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.profiles-player-stat {
	position: relative;
	min-height: 62px;
	padding: 11px 13px;
	overflow: hidden;
	border: 1px solid #28475f;
	background: linear-gradient(135deg, rgba(13, 34, 52, .92), rgba(5, 16, 28, .92));
}

.profiles-player-stat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	content: "";
	background: #1598ff;
	box-shadow: 0 0 8px rgba(21, 152, 255, .65);
}

.profiles-player-stat span,
.profiles-player-stat strong {
	display: block;
}

.profiles-player-stat span {
	margin-bottom: 3px;
	color: #718da3;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.profiles-player-stat strong {
	overflow: hidden;
	color: #edf8ff;
	font-size: 16px;
	line-height: 21px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profiles-player-stat strong a { color: #58d7ff; }
.profiles-player-stat strong a:hover { color: #a3efff; }
.profiles-player-guild { grid-column: 1 / -1; }

.profiles-player-panel,
.profiles-player-pvp {
	margin-top: 24px;
	border: 1px solid #263f56;
	background: linear-gradient(180deg, rgba(9, 24, 38, .98), rgba(4, 13, 23, .98));
	box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.profiles-player-section-heading {
	display: flex;
	min-height: 66px;
	padding: 14px 18px;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #29465d;
	background: radial-gradient(circle at 10% 0, rgba(21, 152, 255, .18), transparent 35%), linear-gradient(90deg, rgba(13, 38, 59, .9), rgba(6, 18, 31, .96));
}

.profiles-player-section-heading > div > span,
.profiles-player-section-heading small {
	display: block;
}

.profiles-player-section-heading > div > span {
	color: #f0f8ff;
	font-family: 'Cinzel', serif;
	font-size: 17px;
	font-weight: 700;
}

.profiles-player-section-heading small {
	margin-top: 2px;
	color: #7894aa;
	font-size: 10px;
	font-weight: 400;
}

.profiles-player-section-icon {
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(88, 215, 255, .36);
	border-radius: 50%;
	background: rgba(21, 152, 255, .1);
	color: #58d7ff;
	font-size: 14px;
	box-shadow: 0 0 14px rgba(21, 152, 255, .12);
}

.profiles-player-section-icon-pvp {
	border-color: rgba(153, 107, 255, .42);
	background: rgba(121, 84, 255, .12);
	color: #ad91ff;
	box-shadow: 0 0 14px rgba(121, 84, 255, .15);
}

.profiles-player-equipment-grid {
	display: grid;
	padding: 16px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
}

.profiles-player-item {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 158px;
	padding: 9px 7px 10px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	border: 1px solid #2c4b64;
	background: radial-gradient(circle at 50% 42%, rgba(21, 152, 255, .13), transparent 50%), linear-gradient(180deg, #0b2032, #06121f);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.profiles-player-item:not(.is-empty):hover {
	transform: translateY(-2px);
	border-color: #3584b9;
	box-shadow: 0 9px 22px rgba(0, 0, 0, .3), inset 0 0 20px rgba(21, 152, 255, .08);
}

.profiles-player-item-slot {
	width: 100%;
	overflow: hidden;
	color: #68869d;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .45px;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.profiles-player-item-visual {
	display: flex;
	height: 100px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.profiles-player-item-visual img {
	max-width: 88px;
	max-height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .65));
}

.profiles-player-empty-slot {
	position: relative;
	width: 42px;
	height: 52px;
	border: 1px dashed #28475d;
	border-radius: 4px;
	background: rgba(3, 12, 21, .45);
}

.profiles-player-empty-slot:before,
.profiles-player-empty-slot:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 1px;
	content: "";
	background: #29485e;
}

.profiles-player-empty-slot:before { transform: translate(-50%, -50%) rotate(45deg); }
.profiles-player-empty-slot:after { transform: translate(-50%, -50%) rotate(-45deg); }

.profiles-player-item-name {
	width: 100%;
	min-height: 25px;
	overflow: hidden;
	color: #dcecf7;
	font-size: 9px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
}

.profiles-player-item.is-empty .profiles-player-item-name { color: #4e6c82; font-weight: 400; }

.profiles-player-pvp-grid {
	display: grid;
	padding: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.profiles-player-history {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #2b4a62;
	background: #071521;
}

.profiles-player-history-title {
	padding: 11px 13px;
	border-bottom: 1px solid #2b4a62;
	background: linear-gradient(90deg, rgba(21, 152, 255, .18), rgba(5, 18, 30, .9));
	color: #65ddff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .55px;
	text-transform: uppercase;
}

.profiles-player-history-deaths .profiles-player-history-title {
	background: linear-gradient(90deg, rgba(121, 84, 255, .2), rgba(5, 18, 30, .9));
	color: #b39aff;
}

.profiles-player-history-table-wrap { overflow-x: auto; }

.profiles-player-history-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.profiles-player-history-table th,
.profiles-player-history-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #1e3548;
	font-size: 10px;
	text-align: left;
}

.profiles-player-history-table th {
	color: #6d899f;
	font-size: 8px;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.profiles-player-history-table th:first-child,
.profiles-player-history-table td:first-child { width: 38%; }
.profiles-player-history-table td { color: #a9bfce; }
.profiles-player-history-table td:first-child,
.profiles-player-history-table td:first-child a { color: #e9f6ff; font-weight: 700; }
.profiles-player-history-table tr:last-child td { border-bottom: 0; }
.profiles-player-history-table tbody tr:hover { background: rgba(21, 152, 255, .055); }
.profiles-player-history-deaths .profiles-player-history-table tbody tr:hover { background: rgba(121, 84, 255, .06); }
.profiles-player-history-empty { padding: 42px 12px !important; color: #536f84 !important; font-weight: 400 !important; text-align: center !important; }

@media (max-width: 900px) {
	.profiles-guild-hero { grid-template-columns: 40% 60%; }
	.profiles-guild-emblem { width: 172px; height: 172px; }
	.profiles-guild-emblem img { width: 140px; height: 140px; }
	.profiles-guild-content { padding-right: 28px; }
	.profiles-guild-command-grid { grid-template-columns: 1fr; }
	.profiles-guild-members-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.profiles_player_card:before { background: linear-gradient(90deg, rgba(2, 8, 15, .2), rgba(2, 8, 15, .93) 55%, rgba(2, 8, 15, .98)); }
	.profiles_player_content { width: 55%; padding-right: 26px; }
	.profiles-player-equipment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
	.profiles-guild-hero { min-height: 0; grid-template-columns: 1fr; }
	.profiles-guild-hero:before { background: linear-gradient(0deg, rgba(2, 8, 15, .98), rgba(3, 12, 22, .86) 64%, rgba(2, 8, 15, .45)); }
	.profiles-guild-emblem-column { padding: 30px 20px 16px; }
	.profiles-guild-emblem { width: 152px; height: 152px; }
	.profiles-guild-emblem img { width: 124px; height: 124px; }
	.profiles-guild-emblem-column > span { margin-top: 11px; }
	.profiles-guild-content { padding: 20px 20px 30px; align-items: center; text-align: center; }
	.profiles-guild-name { font-size: 29px; }
	.profiles-guild-summary { margin-top: 21px; text-align: left; }
	.profiles-guild-members-grid { grid-template-columns: 1fr; }
	.profiles-guild-total { font-size: 8px; }
	.profiles_player_card { min-height: 440px; background-position: 35% center !important; }
	.profiles_player_card:before { background: linear-gradient(0deg, rgba(2, 8, 15, .98) 0%, rgba(2, 8, 15, .84) 58%, rgba(2, 8, 15, .2) 100%); }
	.profiles_player_content { width: 100%; min-height: 440px; padding: 150px 18px 24px; justify-content: flex-end; }
	.profiles-player-status { position: absolute; top: 16px; right: 16px; }
	.profiles-player-name { font-size: 26px; }
	.profiles-player-summary { margin-top: 18px; }
	.profiles-player-equipment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.profiles-player-pvp-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
	.profiles-guild-command-grid,
	.profiles-guild-members-grid { padding: 11px; }
	.profiles-guild-command-card { padding: 11px; }
	.profiles-guild-total { display: none; }
	.profiles-player-equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.profiles-player-summary { grid-template-columns: 1fr 1fr; }
	.profiles-player-section-heading { padding-left: 13px; padding-right: 13px; }
}
