/* MU6 custom: retro gold glow, motion toi thieu */

/* vung toi keo dai hon anh nen thi van toi, khong lo nen sang */
.container-top { background-color: #0d0b08; }

/* dai full-width nen toi cho khoi MU6, de len nen sang cua body */
.mu6-zone {
	background: #0d0b08;
	box-shadow: inset 0 10px 24px rgba(0, 0, 0, 0.65), inset 0 -10px 24px rgba(0, 0, 0, 0.65);
	border-top: 1px solid rgba(255, 190, 60, 0.18);
	border-bottom: 1px solid rgba(255, 190, 60, 0.18);
	padding: 8px 0 26px;
}

/* logo chu thay cho logo Arena */
.mu6-logo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 3px;
	color: #ffd25e;
	text-shadow: 0 0 6px rgba(255, 200, 60, 0.9), 0 0 22px rgba(255, 150, 0, 0.45);
	text-decoration: none;
	white-space: nowrap;
}
.mu6-logo small {
	display: block;
	font-size: 10px;
	letter-spacing: 6px;
	color: #cfae62;
	text-shadow: none;
	text-transform: uppercase;
}
.footer .mu6-logo { font-size: 24px; }
.menu li a.mu6-logo { color: #ffd25e !important; font-size: 30px; }

/* chu menu sang tren nen den (template goc de #18191a !important cho nen sang) */
.menu li a { color: #e8d9ae !important; font-size: 16px; padding: 0 36px; }
.menu li a:hover { color: #ffd25e !important; text-shadow: 0 0 8px rgba(255, 170, 0, 0.6); }

/* CTA tai game: glow pulse nhe, 1 animation duy nhat */
.downloadButton.mu6-cta {
	box-shadow: 0 0 14px rgba(255, 170, 0, 0.55);
	animation: mu6pulse 2.6s ease-in-out infinite;
}
@keyframes mu6pulse {
	0%, 100% { box-shadow: 0 0 10px rgba(255, 170, 0, 0.4); }
	50% { box-shadow: 0 0 26px rgba(255, 190, 30, 0.85); }
}
@media (prefers-reduced-motion: reduce) {
	.downloadButton.mu6-cta { animation: none; }
}

/* dai thong so server */
.mu6-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	padding: 26px 10px;
}
.mu6-stat {
	min-width: 150px;
	text-align: center;
	padding: 14px 20px;
	background: rgba(10, 8, 4, 0.82);
	border: 1px solid rgba(255, 190, 60, 0.35);
	border-radius: 4px;
	box-shadow: inset 0 0 18px rgba(255, 170, 0, 0.08);
}
.mu6-stat b {
	display: block;
	font-size: 26px;
	color: #ffd25e;
	text-shadow: 0 0 10px rgba(255, 170, 0, 0.6);
}
.mu6-stat span {
	font-size: 12px;
	letter-spacing: 2px;
	color: #b9a06a;
	text-transform: uppercase;
}

/* 3 buoc tan thu */
.mu6-steps { padding: 10px 10px 30px; }
.mu6-steps-title, .mu6-events-title {
	text-align: center;
	color: #ffd25e;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(255, 170, 0, 0.5);
	margin: 10px 0 22px;
}
.mu6-steps-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.mu6-step {
	flex: 1 1 240px;
	max-width: 330px;
	background: rgba(10, 8, 4, 0.82);
	border: 1px solid rgba(255, 190, 60, 0.25);
	border-radius: 4px;
	padding: 18px;
	color: #d8cdb4;
	font-size: 13px;
	line-height: 1.55;
}
.mu6-step .num {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 170, 0, 0.12);
	border: 1px solid rgba(255, 190, 60, 0.6);
	color: #ffd25e;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0 0 8px rgba(255, 170, 0, 0.7);
}
.mu6-step h4 {
	color: #ffe9b0;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px;
}
.mu6-step code {
	background: rgba(255, 190, 60, 0.12);
	color: #ffd25e;
	border-radius: 3px;
	padding: 1px 6px;
}

/* lich event gio vang */
.mu6-events { padding: 0 10px 36px; }
.mu6-events-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.mu6-event {
	padding: 10px 16px;
	background: rgba(10, 8, 4, 0.82);
	border: 1px solid rgba(120, 200, 255, 0.3);
	border-radius: 3px;
	color: #cfe6f5;
	font-size: 13px;
}
.mu6-event b { color: #8fd2ff; text-shadow: 0 0 8px rgba(80, 170, 255, 0.6); }
.mu6-event.gold { border-color: rgba(255, 190, 60, 0.45); color: #efe0bd; }
.mu6-event.gold b { color: #ffd25e; text-shadow: 0 0 8px rgba(255, 170, 0, 0.7); }
