.profiles_player_card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0 0 22px;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.profiles_player_content {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	max-width: 100%;
	color: inherit;
	padding: 0 20px 0;
}

.muvictus-profile .profiles_player_equipment {
	margin-top: 4px;
}

.muvictus-prof-v2__cells--tail {
	margin-top: 8px;
}

.muvictus-prof-v2.profiles_player_card {
	padding: 0 0 20px;
	border-radius: 16px;
}

.muvictus-prof-v2__wrap {
	padding: 0 16px 0;
}

.muvictus-prof-v2__strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
	margin: 0 -16px 20px;
	padding: 12px 16px;
	border-radius: 0 0 14px 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: none;
	background: linear-gradient(180deg, rgba(8, 10, 18, 0.55), rgba(6, 7, 12, 0.25));
}

.muvictus-prof-v2__strip-cell {
	display: flex;
	align-items: center;
	gap: 8px 10px;
	min-width: 0;
	font-size: 0.86rem;
}

.muvictus-prof-v2__strip-key {
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(180, 192, 210, 0.55);
}

.muvictus-prof-v2__strip-cell--guild .muvictus-prof-v2__strip-key::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346e3ff' stroke-width='1.6'%3E%3Cpath d='M5 20V9l7-4 7 4v11'/%3E%3Cpath d='M5 20h14'/%3E%3C/svg%3E") center/contain no-repeat;
}

.muvictus-prof-v2__strip-cell--zen .muvictus-prof-v2__strip-key::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -3px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #ffe9a8, #c49a2c 42%, #6a4a12 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.muvictus-prof-v2__strip-val {
	min-width: 0;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.muvictus-prof-v2__strip-val--guild,
.muvictus-prof-v2__strip-val--guild a {
	color: #5ee7ff;
	text-decoration: none;
}

.muvictus-prof-v2__strip-val--guild a:hover {
	color: #9cf0ff;
	text-shadow: 0 0 12px rgba(94, 231, 255, 0.35);
}

.muvictus-prof-v2__strip-val--zen {
	color: #e8c36a;
	text-shadow: 0 0 18px rgba(232, 195, 106, 0.18);
}

.muvictus-prof-v2__strip-cell--status {
	justify-content: flex-end;
	gap: 8px;
}

.muvictus-prof-v2__strip-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	background: #8892a4;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
}

.muvictus-prof-v2__strip-dot.is-online {
	background: #5cf29a;
	box-shadow: 0 0 10px rgba(92, 242, 154, 0.55);
}

.muvictus-prof-v2__strip-dot.is-offline {
	background: #cbd5e1;
}

.muvictus-prof-v2__strip-status {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.muvictus-prof-v2__strip-status.is-online {
	color: #7dffb0;
}

.muvictus-prof-v2__strip-status.is-offline {
	color: #e8ecf3;
}

.muvictus-prof-v2__muted {
	color: rgba(160, 170, 190, 0.45);
	font-weight: 600;
}

.muvictus-prof-v2__hero {
	position: relative;
	text-align: center;
	padding: 8px 8px 20px;
	border-radius: 0 0 18px 18px;
	margin: 0 -16px 10px;
	background:
		radial-gradient(ellipse 90% 70% at 50% 0%, rgba(120, 80, 200, 0.18), transparent 58%),
		linear-gradient(180deg, rgba(14, 16, 26, 0.65), rgba(6, 8, 14, 0.2));
}

.muvictus-prof-v2__hero[style*="--muvictus-prof-hero-banner"]::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	opacity: 0.22;
	background-image: var(--muvictus-prof-hero-banner);
	background-size: cover;
	background-position: center 28%;
	pointer-events: none;
}

.muvictus-prof-v2__avatar {
	position: relative;
	display: inline-block;
	margin: 0 auto 12px;
}

.muvictus-prof-v2__avatar-ring {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	padding: 4px;
	background: linear-gradient(145deg, rgba(160, 90, 240, 0.95), rgba(90, 40, 160, 0.85), rgba(200, 120, 255, 0.5));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08),
		0 0 28px rgba(160, 90, 240, 0.45),
		0 12px 32px rgba(0, 0, 0, 0.55);
}

.muvictus-prof-v2__avatar-img {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: contain;
	background: radial-gradient(circle at 40% 30%, #1e2234, #0a0c14);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.muvictus-prof-v2__presence {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #94a3b8;
	border: 2px solid #0c0e16;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.muvictus-prof-v2__presence.is-on {
	background: #4ade80;
	box-shadow: 0 0 10px rgba(74, 222, 128, 0.65);
}

.muvictus-prof-v2__name {
	position: relative;
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #f8fafc;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.muvictus-prof-v2__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 14px;
}

.muvictus-prof-v2__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.muvictus-prof-v2__badge--role {
	color: #f5ecff;
	background: linear-gradient(120deg, rgba(110, 60, 180, 0.95), rgba(70, 40, 120, 0.9));
	border: 1px solid rgba(200, 160, 255, 0.35);
	box-shadow: 0 4px 18px rgba(90, 40, 160, 0.35);
}

.muvictus-prof-v2__badge--role::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.9;
}

.muvictus-prof-v2__badge--master {
	color: #ffe8a8;
	background: linear-gradient(125deg, rgba(22, 24, 32, 0.98), rgba(12, 14, 22, 0.98));
	border: 1px solid rgba(232, 195, 106, 0.35);
}

.muvictus-prof-v2__badge--master::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8c36a'%3E%3Cpath d='M6 4h3l1 3h4l1-3h3v3l-2 2 1 4-4 2-4-2 1-4-2-2V4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.muvictus-prof-v2__microbars {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 18px;
	max-width: 220px;
}

.muvictus-prof-v2__microbar {
	display: block;
	flex: 1;
	height: 5px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.muvictus-prof-v2__microbar i {
	display: block;
	height: 100%;
	border-radius: inherit;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.muvictus-prof-v2__level-ring {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border: 2px solid rgba(248, 250, 252, 0.85);
	background: radial-gradient(circle at 50% 35%, rgba(40, 44, 58, 0.55), rgba(8, 10, 16, 0.92));
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.5),
		0 10px 36px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.muvictus-prof-v2__level-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.05;
	color: #fff;
}

.muvictus-prof-v2__level-lbl {
	margin-top: 2px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.85);
}

.muvictus-prof-v2__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	margin-top: 18px;
	align-items: start;
}

.muvictus-prof-v2__col-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #eef2f7;
}

.muvictus-prof-v2__col-ico {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.muvictus-prof-v2__col-ico--shield {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8ecf3' stroke-width='1.6'%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V7l8-4z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}

.muvictus-prof-v2__col-ico--bolt {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbf24' stroke='%23fbbf24' stroke-width='1'%3E%3Cpath d='M13 2L3 14h8l-1 8 10-12h-8l1-8z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
	background-color: rgba(251, 191, 36, 0.12);
	border-color: rgba(251, 191, 36, 0.25);
}

.muvictus-prof-v2__cells {
	display: grid;
	gap: 8px;
}

.muvictus-prof-v2__cells--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.muvictus-prof-v2__cells--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.muvictus-prof-v2__cells--1 {
	grid-template-columns: 1fr;
}

.muvictus-prof-v2__cell {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	padding: 12px 8px 10px;
	border-radius: 12px;
	background: linear-gradient(165deg, rgba(22, 26, 38, 0.92), rgba(10, 12, 20, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	min-height: 92px;
	justify-content: center;
}

.muvictus-prof-v2__cell--side {
	min-height: 0;
	align-self: stretch;
}

.muvictus-prof-v2__cell-ico {
	width: 22px;
	height: 22px;
	opacity: 0.88;
	margin-bottom: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.muvictus-prof-v2__cell-ico--cycle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='1.8'%3E%3Cpath d='M4 12a8 8 0 0114-5M20 12a8 8 0 01-14 5'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--loop {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='1.6'%3E%3Cpath d='M12 4a8 8 0 018 8h-3M12 20a8 8 0 01-8-8h3'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--skull {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cbd5e1'%3E%3Cpath d='M12 3a6 6 0 00-6 6v3h2v3l2 2h8l2-2v-3h2V9a6 6 0 00-6-6zm-2 14v3h4v-3h-4z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--fist {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cbd5e1'%3E%3Cpath d='M8 10V8a2 2 0 114 0v2h2V9a2 2 0 114 0v5l-1 5H9l-3-5v-4z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--bolt2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbf24'%3E%3Cpath d='M13 2L3 14h8l-1 8 10-12h-8l1-8z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--heart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f87171' stroke-width='1.8'%3E%3Cpath d='M12 21s-7-4.7-7-11a4 4 0 017-2 4 4 0 017 2c0 6.3-7 11-7 11z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--drop {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2360a5fa'%3E%3Cpath d='M12 2l7 9a5 5 0 11-14 0l7-9z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--cmd {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='1.6'%3E%3Cpath d='M12 3l7 4v6l-7 4-7-4V7l7-4z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-ico--star {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fde047'%3E%3Cpath d='M12 2l2.9 7.4H22l-6 4.6 2.3 7L12 17.9 5.7 21 8 14.1 2 9.4h7.1z'/%3E%3C/svg%3E");
}

.muvictus-prof-v2__cell-lbl {
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(180, 190, 205, 0.75);
	line-height: 1.2;
}

.muvictus-prof-v2__cell-val {
	font-size: 1rem;
	font-weight: 800;
	color: #f1f5f9;
	letter-spacing: 0.02em;
}

.muvictus-prof-v2__pk-row {
	display: grid;
	grid-template-columns: 1fr minmax(92px, 32%);
	gap: 8px;
	margin-top: 8px;
	align-items: stretch;
}

.muvictus-prof-v2__pk-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	padding: 12px 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(40, 14, 18, 0.95), rgba(12, 8, 12, 0.98));
	border: 1px solid rgba(239, 68, 68, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	text-align: left;
}

.muvictus-prof-v2__pk-tier {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ff6b6b;
	text-shadow: 0 0 18px rgba(255, 80, 80, 0.35);
}

.muvictus-prof-v2__pk-sub {
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba(248, 250, 252, 0.65);
}

.muvictus-prof-v2__pk-bar {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.45);
	overflow: visible;
	position: relative;
}

.muvictus-prof-v2__pk-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ff5757, #fb7185);
	box-shadow: 0 0 12px rgba(255, 70, 90, 0.55);
	position: relative;
}

.muvictus-prof-v2__pk-bar span::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(255, 80, 100, 0.85);
}

.muvictus-prof-v2__equip-title {
	margin-top: 22px;
	margin-bottom: 6px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f1f5f9;
	text-align: center;
}

.muvictus-prof-v2__equip-title::before {
	content: "ðŸ’Ž ";
}

@media (max-width: 820px) {
	.muvictus-prof-v2__cols {
		grid-template-columns: 1fr;
	}

	.muvictus-prof-v2__pk-row {
		grid-template-columns: 1fr;
	}

	.muvictus-prof-v2__cell--side {
		flex-direction: row;
		justify-content: center;
		min-height: auto;
		padding: 10px 12px;
	}

	.muvictus-prof-v2__strip {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.muvictus-prof-v2__strip-cell--status {
		justify-content: center;
	}

	.muvictus-prof-v2__cells--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.muvictus-prof-v2__cells--3 {
		grid-template-columns: 1fr;
	}
}
/* â€”â€” Perfil gremio (Ezio) â€”â€” */
.muvictus-guild-card.profiles_guild_card {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	text-shadow: none;
}

.muvictus-guild-hero {
	position: relative;
	padding: 0;
	border-radius: 12px 12px 0 0;
	background-color: #080a10;
	background-size: cover;
	background-position: center 32%;
	background-repeat: no-repeat;
}

.muvictus-guild-hero--empty {
	background-image: linear-gradient(125deg, #0c0e16 0%, #151a28 40%, #080a10 100%);
}

.muvictus-guild-hero--empty::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(ellipse 100% 80% at 30% 0%, rgba(200, 90, 60, 0.12), transparent 50%),
		radial-gradient(ellipse 80% 60% at 100% 30%, rgba(100, 120, 200, 0.08), transparent 45%);
	pointer-events: none;
}

.muvictus-guild-hero__scrim {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.2) 0%, rgba(6, 8, 14, 0.45) 100%);
	pointer-events: none;
	z-index: 0;
}

.muvictus-guild-hero--has .muvictus-guild-hero__scrim {
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.25) 0%, rgba(6, 8, 14, 0.6) 100%);
}

.muvictus-guild-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px 28px;
	align-items: center;
	padding: 24px 22px 22px;
}

.muvictus-guild-emblem {
	display: flex;
	align-items: center;
	justify-content: center;
}

.muvictus-guild-emblem__frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 152px;
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(40, 36, 28, 0.95), rgba(12, 10, 8, 0.98));
	border: 1px solid rgba(255, 201, 120, 0.28);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.muvictus-guild-emblem__frame img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}

.muvictus-guild-hero__text {
	min-width: 0;
}

.muvictus-guild-name {
	margin: 0 0 12px;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #fff8f0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 201, 120, 0.2);
}

.muvictus-guild-meta {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	-webkit-backdrop-filter: blur(8px) saturate(1.1);
	backdrop-filter: blur(8px) saturate(1.1);
	background: rgba(4, 6, 12, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.muvictus-guild-meta th,
.muvictus-guild-meta td {
	padding: 10px 14px;
	text-align: left;
	vertical-align: top;
}

.muvictus-guild-meta tr+tr th,
.muvictus-guild-meta tr+tr td {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.muvictus-guild-meta th[scope="row"] {
	width: 38%;
	max-width: 12rem;
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	color: rgba(200, 210, 230, 0.88);
	text-align: right;
	white-space: nowrap;
}

.muvictus-guild-meta td {
	color: #f0f4fa;
	font-size: 0.95rem;
}

.muvictus-guild-meta td a {
	color: #e8c36a;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease, text-shadow 0.15s ease;
}

.muvictus-guild-meta td a:hover {
	color: #f5d78a;
	text-shadow: 0 0 12px rgba(232, 195, 106, 0.45);
}

.muvictus-guild-body {
	padding: 20px 22px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.muvictus-guild-members-title {
	margin: 0 0 14px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffdda9;
}

.muvictus-guild-members {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
}

.muvictus-guild-member {
	margin: 0;
	padding: 0;
}

.muvictus-guild-member a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 8px;
	color: #e8c36a;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 201, 120, 0.08);
	border: 1px solid rgba(255, 201, 120, 0.18);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.muvictus-guild-member a:hover {
	color: #f5d78a;
	background: rgba(255, 201, 120, 0.14);
	border-color: rgba(255, 201, 120, 0.35);
}

.muvictus-guild-members-empty {
	margin: 0;
	color: rgba(180, 190, 210, 0.5);
	font-size: 0.9rem;
}

@media (max-width: 600px) {
	.muvictus-guild-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.muvictus-guild-hero__text {
		text-align: center;
	}

	.muvictus-guild-meta th[scope="row"] {
		text-align: left;
	}

	.muvictus-guild-hero--has,
	.muvictus-guild-hero--empty {
		background-position: center 20%;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.muvictus-guild-meta {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(12, 14, 22, 0.9);
	}
}
