:root {
	--bg-color: rgba(44, 62, 80, 1.0);
	--content-bg-color: rgba(253, 253, 253, 1.0);
	--footer-bg-color: rgba(239, 239, 239, 1.0);

	--title-text-color: rgba(44, 62, 80, 1.0);
	--general-text-color: rgba(102, 102, 102, 1.0);
	--link-text-color: rgba(41, 128, 185, 1.0);
	--link-text-color-hover: rgba(52, 152, 219, 1.0);

	--btn-bg-color: rgba(44, 62, 80, 1.0);
	--btn-bg-color-hover: rgba(52, 73, 94, 1.0);
	--btn-border-color: rgba(44, 62, 80, 1.0);
	--btn-border-color-hover: rgba(52, 73, 94, 1.0);
	--btn-text-color: rgba(236, 240, 241, 1.0);

	--navbar-bg-color: rgba(44, 62, 80, 0.5);
	--navbar-bg-color-scrolled: rgba(44, 62, 80, 0.85);
	--navbar-bg-color-mobile: rgba(44, 62, 80, 0.8);
	--navbar-bg-color-scrolled-mobile: rgba(44, 62, 80, 0.9);
	--navbar-text-color: rgba(253, 253, 253, 1.0);
	--navbar-text-color-hover: rgba(52, 152, 219, 1.0);
	--navbar-active-bg-color: rgba(41, 128, 185, 1.0);
	--navbar-active-text-color: rgba(253, 253, 253, 1.0);

	--slider-bg-color: rgba(52, 73, 94, 0.25);
	--slider-title-color: rgba(41, 128, 185, 1.0);
	--slider-text-color: rgba(253, 253, 253, 1.0);

	--usercp-info-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-info-text-color: rgba(253, 253, 253, 1.0);
	--usercp-section-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-section-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-bg-color: rgba(41, 128, 185, 1.0);
	--usercp-item-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-item-side-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-side-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-special-color: rgba(52, 152, 220, 1.0);
	--usercp-item-side-text-special-color-hover: rgba(0, 255, 255, 1.0);

	--item-color-exc: #2ff387;
	--item-color-socket-opt: #cc33cc;
	--item-color-socket: #cc66cc;
	--item-color-normal: #fff3d1;
	--item-color-life-opt: #8cb0ea;
	--item-color-improved: #f4cb3f;
	--item-color-anc: #0066cc;
	--item-color-anc-setopt: #ffcc66;
	--item-color-nocolor: #f4cb3f;
	--item-color-fenrir: #8cb0ea;
	--item-color-fenrir-gold: #f4cb3f;
	--item-color-errtel-title: #fff3d1;
	--item-color-errtel-opt: #8CB0EA;
	--item-color-errtel1: #ff0000;
	--item-color-errtel2: #8cb0ea;
	--item-color-errtel3: #e6bf3c;
	--item-color-errtel4: #26e027;
	--item-color-errtel5: #5b1659;
	--item-tooltip-bg: #b88223;

	--item-name-bg-color: rgba(44, 62, 80, 1.0);
}

.profilechar { padding-top: 65px;}


/* ITEM TOOLTIP */
.item-box {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	width: 100%;
	white-space: nowrap;
	min-width: 200px;
	padding-bottom: 10px;
	font-size: 12px;
}

.item-name {
	padding: 4px 8px;
	font-size: 12px !important;
}

.item-serial {
	color: #fff3d1 !important;
	padding-top: 10px;
}

.item-info {
	color: #fff3d1 !important;
}

.item-info-section {
	padding-top: 10px;
}

.item-class-req {
	color: #fff3d1 !important;
}

.item-opt-jog {
	color: #ff99cc !important;
	padding-top: 10px;
}

.item-opt-harmony {
	color: #ffcc00 !important;
	padding-top: 10px;
}

.item-opt-skill {
	color: #9aadd5 !important;
}

.item-opt-luck {
	color: #9aadd5 !important;
}

.item-opt-life {
	color: #9aadd5 !important;
}

.item-opt-exc {
	color: #2ff387 !important;
	padding-top: 10px;
}

.item-opt-anc {
	color: #9aadd5 !important;
	padding-top: 10px;
}

.item-opt-socket {
	color: #130600 !important;
	padding-top: 10px;
}

.item-expiration {
	color: #ff544f !important;
	padding-top: 10px;
}


.profile_item0 {
	position: relative;
	left:60px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item1 {
	position: relative;
	left: 230px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item2 {
	position: relative;
	left: 70px;
	top: 5px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item3 {
	position: relative;
	left: 20px;
	top: 68px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item4 {
	position: relative;
	left: -30px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item5 {
	position: relative;
	left:-190px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item6 {
	position: relative;
	left:-20px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item7 {
	position: relative;
	left:40px;
	top: -45px;
	width: 90px;
	height: 50px;
	float: left;
    background-size: contain !important;
}


.profile_item8 {
	position: relative;
	left: -220px;
	top: -45px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item9 {
	position: relative;
	left: -218px;
	top: -25px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item10 {
	position: relative;
	left: -215px;
	top: 95px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item11 {
	position: relative;
	left: 235px;
	top: 65px;
	width: 30px;
	height: 30px;
	float: left;
}

/* ==========================================================================
   MU ILUSION - SISTEMA DE PERFILES (JUGADOR & GREMIO)
   Estilo: Dark Glassmorphism (Carmesí Fuego & Oro Imperial)
   ========================================================================== */

.mu-profile-wrapper,
.profile-character-deidad {
	width: 100%;
	margin: 0 auto;
	font-family: 'Outfit', sans-serif;
	color: #f0f0f0;
	box-sizing: border-box;
}

.mu-profile-wrapper *,
.profile-character-deidad * {
	box-sizing: border-box;
}

/* Header del Módulo / Título Principal */
.mu-profile-title {
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: 1.2rem;
}

.mu-profile-title h2,
.profile-character-deidad .profile-section-title h2 {
	font-family: 'Outfit', sans-serif;
	font-size: 1.85rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	background: linear-gradient(135deg, #ffffff 0%, var(--theme-gold, #ffe000) 50%, #ff8800 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 12px rgba(255, 224, 0, 0.4));
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
}

.mu-profile-title h2 i,
.profile-character-deidad .profile-section-title h2 i {
	color: var(--theme-gold, #ffe000);
	-webkit-text-fill-color: initial;
	font-size: 1.6rem;
	filter: drop-shadow(0 0 10px rgba(255, 224, 0, 0.7));
}

.mu-profile-title::after,
.profile-character-deidad .profile-section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--theme-primary, #ff2000) 25%, var(--theme-gold, #ffe000) 50%, var(--theme-primary, #ff2000) 75%, transparent);
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(255, 32, 0, 0.6);
}

/* Subtítulos de Secciones Internas */
.mu-section-header {
	margin: 2rem 0 1.25rem 0;
	position: relative;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(255, 224, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mu-section-header h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.mu-section-header h3 i {
	color: var(--theme-gold, #ffe000);
	font-size: 1.15rem;
	filter: drop-shadow(0 0 8px rgba(255, 224, 0, 0.5));
}

/* ==========================================================================
   PERFIL DE JUGADOR - HERO CARD & PREVIEW
   ========================================================================== */

.mu-player-hero-grid {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	align-items: stretch;
}

/* Tarjeta Visual de Clase / Personaje */
.mu-hero-visual-card {
	position: relative;
	height: 100%;
	min-height: 440px;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(10, 1, 2, 0.9);
	border: 1px solid rgba(255, 224, 0, 0.35);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 32, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* Adaptación cuando los stats están ocultos */
.mu-player-hero-grid.no-stats .mu-hero-visual-card {
	min-height: 240px;
}

.mu-player-hero-grid.no-stats .mu-metric-card {
	padding: 1.4rem 1.4rem;
}

.mu-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.55;
	filter: brightness(0.85) contrast(1.15);
	transition: transform 0.5s ease;
}

.mu-hero-visual-card:hover .mu-hero-bg {
	transform: scale(1.04);
}

.mu-hero-render {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}

.mu-hero-render img {
	max-height: 92%;
	max-width: 95%;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.9));
	transition: transform 0.4s ease;
}

.mu-hero-visual-card:hover .mu-hero-render img {
	transform: translateY(-4px) scale(1.02);
}

.mu-hero-overlay {
	position: relative;
	z-index: 3;
	padding: 1.5rem 1.25rem 1.25rem 1.25rem;
	background: linear-gradient(to top, rgba(12, 1, 3, 0.96) 0%, rgba(12, 1, 3, 0.75) 60%, transparent 100%);
	text-align: center;
}

.mu-hero-name {
	font-family: 'Outfit', sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0 0 12px rgba(255, 224, 0, 0.7);
	margin-bottom: 0.2rem;
}

.mu-hero-class {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--theme-gold, #ffe000);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.mu-hero-badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	flex-wrap: wrap;
}

/* Badges de Estado Online / Offline */
.mu-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mu-status-badge.online {
	background: rgba(0, 255, 136, 0.15);
	border: 1px solid rgba(0, 255, 136, 0.5);
	color: #00ff88;
	box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.mu-status-badge.online .mu-pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00ff88;
	box-shadow: 0 0 8px #00ff88;
	animation: muPulse 1.8s infinite;
}

.mu-status-badge.offline {
	background: rgba(255, 32, 0, 0.12);
	border: 1px solid rgba(255, 32, 0, 0.4);
	color: #ff6666;
}

.mu-status-badge.offline .mu-pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #a00000;
}

@keyframes muPulse {
	0% { transform: scale(0.9); opacity: 0.8; }
	50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 12px #00ff88; }
	100% { transform: scale(0.9); opacity: 0.8; }
}

/* Badge de País */
.mu-country-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	font-size: 0.75rem;
}

.mu-country-badge img {
	width: 18px;
	height: auto;
	border-radius: 2px;
}

/* ==========================================================================
   GRID DE MÉTRICAS PRINCIPALES
   ========================================================================== */

.mu-metrics-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.mu-metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.mu-metric-card {
	background: rgba(18, 2, 4, 0.82);
	border: 1px solid rgba(255, 224, 0, 0.22);
	border-radius: 12px;
	padding: 1.1rem 1.25rem;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
	transition: all 0.3s ease;
}

.mu-metric-card:hover {
	border-color: rgba(255, 224, 0, 0.55);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 15px rgba(255, 32, 0, 0.25);
}

.mu-metric-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(255, 32, 0, 0.25) 0%, rgba(128, 0, 0, 0.25) 100%);
	border: 1px solid rgba(255, 224, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-gold, #ffe000);
	font-size: 1.35rem;
	flex-shrink: 0;
	box-shadow: 0 0 12px rgba(255, 32, 0, 0.2);
}

.mu-metric-content {
	flex: 1;
	min-width: 0;
}

.mu-metric-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.25rem;
}

.mu-metric-value {
	font-size: 1.25rem;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.mu-metric-value.gold-text {
	color: var(--theme-gold, #ffe000);
	text-shadow: 0 0 8px rgba(255, 224, 0, 0.4);
}

.mu-metric-subtext {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
}

/* Insignias de PK Level */
.mu-pk-badge {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mu-pk-hero {
	background: rgba(0, 162, 255, 0.15);
	border: 1px solid rgba(0, 162, 255, 0.5);
	color: #4facfe;
	box-shadow: 0 0 10px rgba(0, 162, 255, 0.3);
}

.mu-pk-common {
	background: rgba(255, 224, 0, 0.12);
	border: 1px solid rgba(255, 224, 0, 0.4);
	color: var(--theme-gold, #ffe000);
}

.mu-pk-killer {
	background: rgba(255, 32, 0, 0.2);
	border: 1px solid rgba(255, 32, 0, 0.6);
	color: #ff4d4d;
	box-shadow: 0 0 12px rgba(255, 32, 0, 0.4);
}

/* Gremio con Logo en Metric */
.mu-guild-info-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mu-guild-info-link:hover {
	color: var(--theme-gold, #ffe000);
	text-decoration: none;
}

.mu-guild-info-link img {
	border-radius: 4px;
	border: 1px solid rgba(255, 224, 0, 0.4);
}

/* ==========================================================================
   ATRIBUTOS DE COMBATE (POTENCY BARS)
   ========================================================================== */

.mu-stats-card {
	background: rgba(18, 2, 4, 0.85);
	border: 1px solid rgba(255, 224, 0, 0.25);
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.mu-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem 1.5rem;
}

.mu-stat-row {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mu-stat-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.85rem;
}

.mu-stat-name {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mu-stat-name i {
	color: var(--theme-gold, #ffe000);
	width: 16px;
	text-align: center;
}

.mu-stat-val {
	font-weight: 800;
	color: var(--theme-gold, #ffe000);
	font-size: 0.95rem;
}

.mu-stat-bar-bg {
	width: 100%;
	height: 8px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

.mu-stat-bar-fill {
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--theme-primary, #ff2000) 0%, #ff8800 60%, var(--theme-gold, #ffe000) 100%);
	box-shadow: 0 0 8px rgba(255, 32, 0, 0.6);
	transition: width 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ==========================================================================
   REGISTRO DE COMBATES PVP (KILLS & DEATHS)
   ========================================================================== */

.mu-pvp-card {
	background: rgba(18, 2, 4, 0.85);
	border: 1px solid rgba(255, 224, 0, 0.25);
	border-radius: 14px;
	padding: 1.5rem;
	margin-top: 1.5rem;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.mu-pvp-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.mu-pvp-entry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 1.2rem;
	border-radius: 10px;
	background: rgba(10, 1, 2, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: all 0.3s ease;
}

.mu-pvp-entry:hover {
	transform: translateX(4px);
	background: rgba(15, 2, 3, 0.85);
}

.mu-pvp-entry.kill {
	border-left: 3px solid #00ff88;
}

.mu-pvp-entry.kill:hover {
	border-color: rgba(0, 255, 136, 0.4);
	box-shadow: 0 4px 15px rgba(0, 255, 136, 0.15);
}

.mu-pvp-entry.death {
	border-left: 3px solid var(--theme-primary, #ff2000);
}

.mu-pvp-entry.death:hover {
	border-color: rgba(255, 32, 0, 0.5);
	box-shadow: 0 4px 15px rgba(255, 32, 0, 0.2);
}

.mu-pvp-left {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mu-pvp-badge {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 4px 8px;
	border-radius: 6px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.mu-pvp-badge.badge-kill {
	background: rgba(0, 255, 136, 0.15);
	color: #00ff88;
	border: 1px solid rgba(0, 255, 136, 0.35);
}

.mu-pvp-badge.badge-death {
	background: rgba(255, 32, 0, 0.18);
	color: #ff5555;
	border: 1px solid rgba(255, 32, 0, 0.4);
}

.mu-pvp-text {
	font-size: 0.95rem;
	color: #ffffff;
}

.mu-pvp-text a {
	font-weight: 700;
	color: var(--theme-gold, #ffe000);
	text-decoration: none;
	transition: text-shadow 0.2s ease;
}

.mu-pvp-text a:hover {
	text-shadow: 0 0 8px rgba(255, 224, 0, 0.7);
	text-decoration: underline;
}

.mu-pvp-meta {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
}

.mu-pvp-map,
.mu-pvp-date {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.mu-pvp-map i,
.mu-pvp-date i {
	color: var(--theme-gold, #ffe000);
}

.mu-pvp-empty {
	text-align: center;
	padding: 2.5rem 1rem;
	color: rgba(255, 255, 255, 0.4);
}

.mu-pvp-empty i {
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
	color: rgba(255, 224, 0, 0.25);
	display: block;
}

/* ==========================================================================
   PERFIL DE GREMIO (GUILD PROFILE)
   ========================================================================== */

.mu-guild-hero-card {
	background: rgba(18, 2, 4, 0.88);
	border: 1px solid rgba(255, 224, 0, 0.3);
	border-radius: 16px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.65), 0 0 25px rgba(255, 32, 0, 0.15);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 2rem;
	align-items: center;
}

.mu-guild-logo-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mu-guild-logo-frame {
	width: 140px;
	height: 140px;
	border-radius: 16px;
	background: rgba(10, 1, 2, 0.95);
	border: 2px solid var(--theme-gold, #ffe000);
	box-shadow: 0 0 25px rgba(255, 224, 0, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
}

.mu-guild-logo-frame img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: pixelated;
}

.mu-guild-details {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mu-guild-name {
	font-family: 'Outfit', sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-shadow: 0 0 15px rgba(255, 224, 0, 0.6);
	margin: 0;
}

.mu-guild-stats-row {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.mu-guild-stat-item {
	background: rgba(10, 1, 2, 0.6);
	border: 1px solid rgba(255, 224, 0, 0.2);
	border-radius: 10px;
	padding: 0.75rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 140px;
}

.mu-guild-stat-item i {
	font-size: 1.35rem;
	color: var(--theme-gold, #ffe000);
}

.mu-guild-stat-item .label {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
}

.mu-guild-stat-item .val {
	font-size: 1.15rem;
	font-weight: 800;
	color: #ffffff;
}

/* Tarjeta Destacada del Guild Master */
.mu-guildmaster-highlight {
	background: linear-gradient(135deg, rgba(255, 32, 0, 0.15) 0%, rgba(255, 224, 0, 0.1) 100%);
	border: 1px solid var(--theme-gold, #ffe000);
	border-radius: 12px;
	padding: 0.85rem 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	box-shadow: 0 0 15px rgba(255, 224, 0, 0.25);
}

.mu-guildmaster-highlight .crown-icon {
	color: var(--theme-gold, #ffe000);
	font-size: 1.3rem;
	filter: drop-shadow(0 0 6px rgba(255, 224, 0, 0.6));
}

.mu-guildmaster-highlight a {
	font-size: 1.1rem;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
}

.mu-guildmaster-highlight a:hover {
	color: var(--theme-gold, #ffe000);
	text-shadow: 0 0 8px rgba(255, 224, 0, 0.7);
}

/* ==========================================================================
   ROSTER DE MIEMBROS DEL GREMIO (CSS GRID)
   ========================================================================== */

.mu-guild-roster-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.mu-member-card {
	background: rgba(18, 2, 4, 0.85);
	border: 1px solid rgba(255, 224, 0, 0.2);
	border-radius: 12px;
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.mu-member-card:hover {
	border-color: var(--theme-gold, #ffe000);
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 0 16px rgba(255, 32, 0, 0.25);
}

.mu-member-card.master-card {
	border-color: rgba(255, 224, 0, 0.6);
	background: linear-gradient(135deg, rgba(30, 3, 6, 0.9) 0%, rgba(20, 2, 4, 0.85) 100%);
	box-shadow: 0 0 18px rgba(255, 224, 0, 0.2);
}

.mu-member-avatar {
	width: 58px;
	height: 58px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 224, 0, 0.35);
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mu-member-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.mu-member-card:hover .mu-member-avatar img {
	transform: scale(1.1);
}

.mu-member-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.mu-member-name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.mu-member-name {
	font-family: 'Outfit', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}

.mu-member-name:hover {
	color: var(--theme-gold, #ffe000);
	text-decoration: none;
}

.mu-member-class {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}

.mu-member-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.35rem;
	font-size: 0.75rem;
}

.mu-member-resets {
	color: var(--theme-gold, #ffe000);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.mu-member-rank-badge {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 2px 7px;
	border-radius: 4px;
}

.rank-gm {
	background: rgba(255, 224, 0, 0.2);
	color: var(--theme-gold, #ffe000);
	border: 1px solid rgba(255, 224, 0, 0.5);
}

.rank-agm {
	background: rgba(180, 200, 220, 0.2);
	color: #d0e0f0;
	border: 1px solid rgba(180, 200, 220, 0.4);
}

.rank-bm {
	background: rgba(255, 120, 0, 0.2);
	color: #ff9933;
	border: 1px solid rgba(255, 120, 0, 0.4);
}

.rank-mem {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ==========================================================================
   NAVEGACIÓN & FOOTER DE PERFILES
   ========================================================================== */

.mu-profile-footer {
	margin-top: 2rem;
	text-align: center;
}

.mu-btn-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 10px 24px;
	background: linear-gradient(135deg, rgba(255, 32, 0, 0.2) 0%, rgba(128, 0, 0, 0.2) 100%);
	border: 1px solid rgba(255, 224, 0, 0.4);
	border-radius: 8px;
	color: var(--theme-gold, #ffe000);
	font-family: 'Outfit', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.mu-btn-back:hover {
	background: linear-gradient(135deg, var(--theme-primary, #ff2000) 0%, #a00000 100%);
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 32, 0, 0.5);
}

/* ==========================================================================
   RESPONSIVE DESIGN (TABLETS Y MÓVILES)
   ========================================================================== */

@media (max-width: 992px) {
	.mu-player-hero-grid {
		grid-template-columns: 1fr;
	}

	.mu-hero-visual-card {
		height: 420px;
	}

	.mu-guild-hero-card {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}

	.mu-guild-stats-row {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.mu-metrics-grid,
	.mu-stats-grid {
		grid-template-columns: 1fr;
	}

	.mu-pvp-entry {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
	}

	.mu-pvp-meta {
		width: 100%;
		justify-content: space-between;
	}

	.mu-profile-title h2 {
		font-size: 1.4rem;
	}
}