/*!
 * MU Online Modern Template — Override
 * Palette: Red · Black · Gold · Silver
 */
.form-control {
	background: var(--webenginecolor15);
	border: 1px solid var(--webenginecolor16);
	color: var(--webenginecolor17);
}
.form-control:focus {
	border: 1px solid var(--webenginecolor18);
	box-shadow: 0 0 0 2px rgba(196, 30, 30, 0.25);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
	color: var(--webenginecolor2);
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
	outline: none !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: var(--webenginecolor27);
    border: 1px solid var(--webenginecolor16);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--webenginecolor1);
}

.btn-primary {
    color: var(--webenginecolor9);
    background-color: var(--webenginecolor8);
	border-color: var(--webenginecolor10);
    transition: all .2s ease-in;
	border-radius: 2px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 12px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: var(--webenginecolor12) !important;
    background-color: var(--webenginecolor11) !important;
	border-color: var(--webenginecolor13) !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/* ========== BODY / LAYOUT ========== */
body {
	background: var(--webenginebg1) !important;
	background-image: none !important;
	color: var(--webenginecolor2);
	font-family: 'Outfit', 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}

html {
	min-width: 1280px;
}

#navbar {
	position: relative;
	z-index: 40;
	background: linear-gradient(180deg, rgba(0,0,0,0.98) 0%, rgba(18,6,6,0.92) 100%);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(196, 30, 30, 0.45);
	box-shadow: 0 4px 24px rgba(0,0,0,0.7), 0 1px 0 rgba(192, 197, 206, 0.08);
}

.mu-navbar-inner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.mu-navbar-inner::before,
.mu-navbar-inner::after {
	content: '◆';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #c41e1e;
	font-size: 8px;
	opacity: 0.7;
	text-shadow: 0 0 8px rgba(196, 30, 30, 0.6);
	pointer-events: none;
}
.mu-navbar-inner::before { left: 12px; }
.mu-navbar-inner::after { right: 12px; }

#navbar ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0 28px;
}

#navbar ul li {
	position: relative;
}

#navbar ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 28%;
	height: 44%;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(192,197,206,0.28), transparent);
}

#navbar ul li a {
	font-family: 'Cinzel', serif;
	font-size: 12px;
	letter-spacing: 0.16em;
	font-weight: 600;
	position: relative;
	padding: 18px 26px !important;
	color: #c0c5ce !important;
	transition: color .2s ease, text-shadow .2s ease;
}

#navbar ul li a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c41e1e, #ffd54a, transparent);
	transition: width .25s ease, left .25s ease;
}

#navbar ul li a:hover,
#navbar ul li a:focus {
	color: #ffd54a !important;
	text-shadow: 0 0 12px rgba(255, 213, 74, 0.35);
}

#navbar ul li a:hover::after,
#navbar ul li a:focus::after {
	width: 55%;
	left: 22.5%;
}

/* Top bar actions */
.global-top-bar {
	border-bottom: 1px solid rgba(196, 30, 30, 0.25);
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.06em;
	background: #000 !important;
	padding: 8px 0 !important;
}

.mu-top-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.mu-top-btn {
	display: inline-block;
	font-family: 'Cinzel', serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 6px 14px !important;
	border: 1px solid rgba(192, 197, 206, 0.35);
	border-radius: 1px;
	line-height: 1.2;
	transition: all .2s ease;
	vertical-align: middle;
}

.mu-top-btn-ghost {
	background: transparent !important;
	color: #c0c5ce !important;
	border-color: rgba(192, 197, 206, 0.35) !important;
}
.mu-top-btn-ghost:hover {
	color: #ffd54a !important;
	border-color: #ffd54a !important;
	background: rgba(255, 213, 74, 0.06) !important;
}

.mu-top-btn-login {
	background: rgba(196, 30, 30, 0.15) !important;
	color: #ffd54a !important;
	border-color: #c41e1e !important;
}
.mu-top-btn-login:hover {
	background: rgba(196, 30, 30, 0.35) !important;
	color: #fff !important;
	border-color: #ffd54a !important;
}

.mu-top-btn-logout {
	background: transparent !important;
	color: #ff3b3b !important;
	border-color: rgba(255, 59, 59, 0.55) !important;
}
.mu-top-btn-logout:hover {
	background: rgba(196, 30, 30, 0.25) !important;
	color: #fff !important;
	border-color: #ff3b3b !important;
}

.mu-top-btn-admin {
	background: linear-gradient(180deg, #c41e1e 0%, #6b0a0a 100%) !important;
	color: #ffd54a !important;
	border-color: #ffd54a !important;
	box-shadow: 0 0 12px rgba(196, 30, 30, 0.35);
}
.mu-top-btn-admin:hover {
	background: linear-gradient(180deg, #ff3b3b 0%, #8b0000 100%) !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* Hide legacy floating AdminCP (now in top bar) */
body > a.admincp-button {
	display: none !important;
}

a.admincp-button,
.admincp-button {
	position: fixed !important;
	top: 12px !important;
	right: 12px !important;
	z-index: 9999;
	font-family: 'Cinzel', serif !important;
	font-size: 11px !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 8px 14px !important;
	background: linear-gradient(180deg, #c41e1e 0%, #6b0a0a 100%) !important;
	border: 1px solid #ffd54a !important;
	color: #ffd54a !important;
	border-radius: 1px !important;
	box-shadow: 0 4px 18px rgba(0,0,0,0.55);
}

#container {
	background: var(--webenginebg2);
	width: 1280px;
	height: auto;
	margin: -40px auto 0 auto;
	padding: 28px 0 20px 0;
	border-radius: 0;
	position: relative;
	z-index: 20;
	border: 1px solid rgba(192, 197, 206, 0.2);
	border-top: 1px solid rgba(196, 30, 30, 0.4);
	border-bottom: none;
	box-shadow: 0 -20px 60px rgba(0,0,0,0.65);
}

#content {
	min-height: 500px;
	padding: 10px 16px 0 16px;
	overflow: visible;
}

.footer {
	background: var(--webenginebg3);
	width: 1280px;
	font-size: 12px;
	color: var(--webenginecolor14);
	padding: 40px;
	overflow: auto;
	margin: 0 auto 80px auto;
	border-radius: 0;
	border: 1px solid rgba(192, 197, 206, 0.15);
	border-top: 1px solid rgba(196, 30, 30, 0.35);
	font-family: 'Outfit', sans-serif;
}

.page-title {
	font-family: 'Cinzel', serif;
	color: var(--webenginecolor1);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 0 20px rgba(196, 30, 30, 0.35);
}

/* ========== ANIMATED HERO BANNER ========== */
.mu-hero {
	position: relative;
	width: 100%;
	min-height: 520px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0 80px 0;
	margin: 0;
	text-align: center;
}

.mu-hero-bg {
	position: absolute;
	inset: -4%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	animation: muKenBurns 36s ease-in-out infinite alternate;
	z-index: 0;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.mu-hero-bg-alt {
	opacity: 0;
	animation: muBgCrossfade 22s ease-in-out infinite alternate, muKenBurnsReverse 40s ease-in-out infinite alternate;
	z-index: 1;
	transform: translateZ(0);
	backface-visibility: hidden;
	pointer-events: none;
}

.mu-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		radial-gradient(ellipse 80% 60% at 50% 40%, rgba(196, 30, 30, 0.32) 0%, transparent 55%),
		linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.9) 100%),
		linear-gradient(90deg, rgba(0,0,0,0.65) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.65) 100%);
	pointer-events: none;
}

.mu-hero-rays {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: repeating-linear-gradient(
		-25deg,
		transparent 0px,
		transparent 40px,
		rgba(255, 213, 74, 0.035) 40px,
		rgba(255, 213, 74, 0.035) 42px
	);
	animation: muRays 12s linear infinite;
	mix-blend-mode: screen;
	pointer-events: none;
}

.mu-hero-particles {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	pointer-events: none;
}

.mu-hero-vignette {
	position: absolute;
	inset: 0;
	z-index: 5;
	box-shadow: inset 0 0 140px 50px rgba(0,0,0,0.75);
	pointer-events: none;
}

.mu-hero-content {
	position: relative;
	z-index: 10;
	padding: 20px;
	animation: muFadeUp 1.2s ease-out both;
}

.mu-hero-logo {
	max-width: 380px;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 0 20px rgba(196, 30, 30, 0.55)) drop-shadow(0 0 28px rgba(255, 213, 74, 0.35)) drop-shadow(0 8px 32px rgba(0,0,0,0.85));
	animation: muLogoPulse 4s ease-in-out infinite;
	transform: translateZ(0);
}

/* Avoid hover filter/scale — fights the pulse animation and flashes black */
.mu-hero-logo:hover,
.webengine-mu-logo.mu-hero-logo:hover {
	filter: drop-shadow(0 0 20px rgba(196, 30, 30, 0.55)) drop-shadow(0 0 28px rgba(255, 213, 74, 0.35)) drop-shadow(0 8px 32px rgba(0,0,0,0.85));
	transform: none;
}

.mu-hero-tagline {
	font-family: 'Cinzel', serif;
	font-size: 18px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: #c0c5ce;
	margin: 18px 0 28px 0;
	text-shadow: 0 2px 16px rgba(0,0,0,0.9), 0 0 12px rgba(196, 30, 30, 0.35);
	animation: muFadeUp 1.4s ease-out 0.2s both;
}

.mu-hero-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	animation: muFadeUp 1.5s ease-out 0.35s both;
}

.mu-btn {
	display: inline-block;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 14px 32px;
	border: 1px solid #ffd54a;
	transition: all .25s ease;
	text-decoration: none !important;
}

.mu-btn-primary {
	background: linear-gradient(180deg, #c41e1e 0%, #6b0a0a 100%);
	color: #ffd54a !important;
	border-color: #ffd54a;
	box-shadow: 0 0 22px rgba(196, 30, 30, 0.45), inset 0 1px 0 rgba(255,255,255,0.12);
}

.mu-btn-primary:hover {
	background: linear-gradient(180deg, #ff3b3b 0%, #8b0000 100%);
	border-color: #ffffff;
	color: #fff !important;
	box-shadow: 0 0 32px rgba(196, 30, 30, 0.65), 0 0 12px rgba(255, 213, 74, 0.35);
}

.mu-btn-ghost {
	background: rgba(0, 0, 0, 0.6);
	color: #c0c5ce !important;
	border-color: #a8b0bc;
	backdrop-filter: blur(6px);
}

.mu-btn-ghost:hover {
	background: rgba(192, 197, 206, 0.12);
	color: #ffd54a !important;
	border-color: #ffd54a;
}

.mu-hero .header-info-container {
	position: absolute;
	right: max(20px, calc((100% - 1280px) / 2));
	bottom: 40px;
	z-index: 12;
	width: auto;
	margin: 0;
	text-align: right;
	animation: muFadeUp 1.6s ease-out 0.5s both;
}

.mu-hero .header-info.mu-server-panel,
.mu-server-panel {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0;
	padding: 0;
	overflow: visible;
	box-sizing: border-box;
	text-align: left;
	font-size: 12px;
	color: #c0c5ce;
	background:
		linear-gradient(180deg, rgba(28, 10, 10, 0.92) 0%, rgba(8, 4, 4, 0.94) 100%);
	border: 1px solid #8a6a1a;
	box-shadow:
		0 0 0 1px rgba(196, 30, 30, 0.45),
		0 10px 36px rgba(0, 0, 0, 0.75),
		inset 0 1px 0 rgba(255, 213, 74, 0.18),
		inset 0 0 40px rgba(196, 30, 30, 0.12);
	border-radius: 2px;
	backdrop-filter: blur(10px);
	text-shadow: none;
}

.mu-server-panel::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #c41e1e, #ffd54a, #c41e1e, transparent);
	opacity: 0.9;
}

.mu-server-panel-ornament {
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #ffd54a;
	z-index: 2;
	pointer-events: none;
	box-shadow: 0 0 8px rgba(255, 213, 74, 0.35);
}
.mu-server-panel-ornament-tl { top: 3px; left: 3px; border-right: 0; border-bottom: 0; }
.mu-server-panel-ornament-tr { top: 3px; right: 3px; border-left: 0; border-bottom: 0; }
.mu-server-panel-ornament-bl { bottom: 3px; left: 3px; border-right: 0; border-top: 0; }
.mu-server-panel-ornament-br { bottom: 3px; right: 3px; border-left: 0; border-top: 0; }

.mu-server-panel-title {
	font-family: 'Cinzel', serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-align: center;
	color: #ffd54a;
	padding: 12px 14px 8px;
	background: linear-gradient(180deg, rgba(196, 30, 30, 0.22) 0%, transparent 100%);
	border-bottom: 1px solid rgba(196, 30, 30, 0.45);
	text-shadow: 0 0 12px rgba(255, 213, 74, 0.35);
}

.mu-server-panel-title span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.mu-server-panel-title::after {
	content: '◆';
	display: block;
	margin-top: 4px;
	font-size: 8px;
	color: #c41e1e;
	letter-spacing: 0;
	line-height: 1;
	text-shadow: 0 0 8px rgba(196, 30, 30, 0.8);
}

.header-info-container .header-info.mu-server-panel .header-info-block,
.mu-server-panel .header-info-block {
	padding: 12px 18px 14px !important;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.mu-server-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.mu-server-label {
	font-family: 'Cinzel', serif;
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #a8b0bc;
	flex: 0 1 auto;
	min-width: 0;
	padding: 0;
	margin: 0;
}

.mu-server-value {
	text-align: right;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.mu-server-panel #tServerTime,
.mu-server-panel #tLocalTime {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 13px;
	color: #ffd54a !important;
	letter-spacing: 0.04em;
	text-shadow: 0 0 10px rgba(255, 213, 74, 0.35);
}

.mu-server-panel #tServerDate,
.mu-server-panel #tLocalDate {
	font-size: 11px;
	color: #8e96a3 !important;
}

.mu-server-panel .online-count {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 16px;
	color: #ff3b3b !important;
	letter-spacing: 0.06em;
	text-shadow: 0 0 12px rgba(196, 30, 30, 0.65);
}

.mu-server-online {
	padding-bottom: 2px;
}

.mu-hero .webengine-online-bar,
.mu-server-panel .webengine-online-bar {
	width: 100%;
	height: 6px;
	margin: 4px 0 10px;
	padding: 0;
	border-radius: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(138, 106, 26, 0.55);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.8);
	transition: none;
}

.mu-hero .webengine-online-bar:hover,
.mu-server-panel .webengine-online-bar:hover {
	filter: none;
}

.webengine-online-bar .webengine-online-bar-progress {
	height: 100%;
	background: linear-gradient(90deg, #6b0a0a 0%, #c41e1e 45%, #ffd54a 100%) !important;
	background-size: 200% 100%;
	animation: muBarShine 2.5s linear infinite;
	box-shadow: 0 0 10px rgba(196, 30, 30, 0.7);
	border-radius: 0;
}

/* Panels */
.panel-sidebar {
	background: var(--webenginecolor27);
	border: 1px solid rgba(192, 197, 206, 0.18);
	box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.panel-sidebar > .panel-heading {
	font-family: 'Cinzel', serif !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 13px;
	background: linear-gradient(90deg, #1a0505, #140808) !important;
	position: relative;
	overflow: visible;
}

.panel-sidebar > .panel-heading .panel-title {
	margin: 0;
	line-height: 1.4;
}

/* Login panel */
.panel-login {
	overflow: visible;
}

.panel-login > .panel-heading {
	padding: 12px 16px;
	border-bottom: 2px solid #c41e1e !important;
}

.panel-login .panel-body {
	padding: 18px 16px 16px;
}

.mu-login-form .form-group {
	margin-bottom: 12px;
}

.mu-login-form .form-control {
	height: 42px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(192, 197, 206, 0.28);
	color: #e8e8ea;
	padding: 8px 12px;
	box-shadow: none;
}

.mu-login-form .form-control::placeholder {
	color: #6e7684;
	opacity: 1;
}

.mu-login-form .form-control:focus {
	background: rgba(0, 0, 0, 0.55);
	border-color: #c41e1e;
	box-shadow: 0 0 0 2px rgba(196, 30, 30, 0.2);
}

.mu-login-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	margin-top: 4px;
}

.mu-login-actions .btn-primary {
	width: 100%;
	padding: 11px 16px;
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid #c41e1e !important;
	color: #ffd54a !important;
	border-radius: 2px;
	letter-spacing: 0.12em;
}

.mu-login-actions .btn-primary:hover,
.mu-login-actions .btn-primary:focus,
.mu-login-actions .btn-primary:active {
	background: rgba(196, 30, 30, 0.25) !important;
	background-color: rgba(196, 30, 30, 0.25) !important;
	border-color: #ffd54a !important;
	color: #fff !important;
}

.mu-login-forgot {
	display: block;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a8b0bc !important;
	padding: 4px 0;
	transition: color .2s ease;
}

.mu-login-forgot:hover {
	color: #ffd54a !important;
}

/* Logo: true alpha PNG — keep glow, no black box */
.mu-hero-logo,
.webengine-mu-logo {
	background: transparent !important;
	mix-blend-mode: normal;
}

.panel-news {
	background: var(--webenginecolor22);
	border: 1px solid rgba(192, 197, 206, 0.15) !important;
	border-left: 3px solid #c41e1e !important;
}

.panel-news .panel-title {
	font-family: 'Cinzel', serif;
	color: var(--webenginecolor1) !important;
}

.sidebar-banner img {
	box-shadow: 0 8px 28px rgba(0,0,0,0.55);
	border: 1px solid rgba(196, 30, 30, 0.4);
	border-radius: 2px;
	transition: transform .3s ease, box-shadow .3s ease;
	width: 100%;
}

.sidebar-banner img:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(196, 30, 30, 0.35), 0 0 12px rgba(255, 213, 74, 0.2);
}

.panel-general,
.panel-addstats,
.panel-downloads {
	background: var(--webenginecolor27);
	border: 1px solid rgba(192, 197, 206, 0.18);
}

.rankings-table tr:first-child td {
	color: var(--webenginecolor1);
	border-bottom: 2px solid #c41e1e;
	font-family: 'Cinzel', serif;
}

.global-top-bar {
	border-bottom: 1px solid rgba(196, 30, 30, 0.25);
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.06em;
	background: #000 !important;
}

/* ========== 3-COLUMN LAYOUT ========== */
.mu-layout {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.mu-col {
	float: none;
	min-width: 0;
}

.mu-col-left,
.mu-col-right {
	width: 260px;
	flex: 0 0 260px;
}

.mu-col-center {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

.mu-col .panel-sidebar {
	margin-bottom: 16px;
}

.mu-col .sidebar-banner {
	margin: 0 0 16px 0;
}

.mu-col .sidebar-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.mu-sidebar-table {
	margin-bottom: 0 !important;
	font-size: 12px;
}

.mu-sidebar-table > tbody > tr > td,
.mu-sidebar-table > thead > tr > th {
	padding: 6px 4px !important;
	vertical-align: middle !important;
	border-top: 1px solid rgba(192, 197, 206, 0.08) !important;
}

.mu-sidebar-table > thead > tr > th {
	color: #a8b0bc;
	font-weight: 600;
	border-bottom: 1px solid rgba(196, 30, 30, 0.35) !important;
}

.panel-sidebar-events .smalltext {
	font-size: 10px;
	color: #6e7684;
}

.home-news-block {
	margin-bottom: 8px;
}

.home-news-block-header h2 {
	margin-top: 0;
}

@media only screen and (max-width: 1279px) {
	.mu-layout {
		flex-wrap: wrap;
	}
	.mu-col-left,
	.mu-col-right {
		width: 100%;
		flex: 1 1 100%;
	}
	.mu-col-center {
		order: -1;
		width: 100%;
		flex: 1 1 100%;
	}
}

/* Animations */
@keyframes muKenBurns {
	0%   { transform: scale(1) translate(0, 0); }
	100% { transform: scale(1.12) translate(-2%, -1%); }
}

@keyframes muKenBurnsReverse {
	0%   { transform: scale(1.08) translate(1%, 0); }
	100% { transform: scale(1) translate(-1%, 1%); }
}

@keyframes muBgCrossfade {
	0%, 40%   { opacity: 0; }
	55%, 80%  { opacity: 0.35; }
	100%      { opacity: 0; }
}

@keyframes muRays {
	0%   { transform: translateX(0); }
	100% { transform: translateX(80px); }
}

@keyframes muLogoPulse {
	0%, 100% {
		filter: drop-shadow(0 0 18px rgba(196, 30, 30, 0.45))
		        drop-shadow(0 0 24px rgba(255, 213, 74, 0.3))
		        drop-shadow(0 8px 32px rgba(0,0,0,0.85));
	}
	50% {
		filter: drop-shadow(0 0 32px rgba(255, 213, 74, 0.7))
		        drop-shadow(0 0 28px rgba(196, 30, 30, 0.55))
		        drop-shadow(0 8px 32px rgba(0,0,0,0.85));
	}
}

@keyframes muFadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes muBarShine {
	0%   { background-position: 0% 0; }
	100% { background-position: 200% 0; }
}

.footer-nav-links a {
	color: #a8b0bc !important;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.04em;
	transition: color .2s ease;
}
.footer-nav-links a:hover {
	color: #ffd54a !important;
}
.footer-sep {
	padding: 0 10px;
	color: #c41e1e;
}
.footer .footer-social-link {
	filter: grayscale(40%) brightness(0.95);
	opacity: 0.85;
}
.footer .footer-social-link:hover {
	filter: grayscale(0%) brightness(1.15);
	opacity: 1;
}

.castle-siege-block .castle-owner-panel,
.castle-owner-widget {
	border-radius: 2px !important;
	border-color: rgba(196, 30, 30, 0.45) !important;
}

/* ========== CASTLE SIEGE BANNER (before footer) ========== */
.mu-siege-banner {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	min-height: 280px;
	overflow: hidden;
	border: 1px solid rgba(138, 106, 26, 0.55);
	border-bottom: none;
	box-shadow: 0 0 0 1px rgba(196, 30, 30, 0.25);
}

.mu-siege-banner-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.02);
	z-index: 0;
}

.mu-siege-banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 45%, rgba(20,8,8,0.72) 100%),
		linear-gradient(180deg, rgba(196,30,30,0.18) 0%, transparent 40%, rgba(0,0,0,0.75) 100%);
	pointer-events: none;
}

.mu-siege-banner-inner {
	position: relative;
	z-index: 2;
	padding: 28px 36px 32px;
	box-sizing: border-box;
}

.mu-siege-banner-heading {
	margin-bottom: 22px;
}

.mu-siege-banner-eyebrow {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #c41e1e;
	margin-bottom: 6px;
	text-shadow: 0 0 12px rgba(196, 30, 30, 0.5);
}

.mu-siege-banner-heading h2 {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffd54a;
	text-shadow: 0 2px 18px rgba(0,0,0,0.9), 0 0 20px rgba(255, 213, 74, 0.25);
}

.mu-siege-banner-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
}

.mu-siege-banner-owner {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 240px;
	flex: 1 1 280px;
}

.mu-siege-banner-logo {
	flex: 0 0 auto;
	padding: 6px;
	background: rgba(0,0,0,0.55);
	border: 1px solid rgba(255, 213, 74, 0.45);
	box-shadow: 0 0 18px rgba(196, 30, 30, 0.35);
}

.mu-siege-banner-logo img {
	display: block;
	width: 88px;
	height: 88px;
}

.mu-siege-label {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a8b0bc;
	margin-bottom: 2px;
}

.mu-siege-value {
	font-family: 'Cinzel', serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffd54a;
	margin-bottom: 10px;
	text-shadow: 0 0 12px rgba(255, 213, 74, 0.25);
	line-height: 1.25;
}

.mu-siege-value-sm {
	font-size: 14px;
	color: #e8e8ea;
	font-weight: 600;
	margin-bottom: 0;
}

.mu-siege-countdown {
	color: #ff3b3b;
	text-shadow: 0 0 14px rgba(196, 30, 30, 0.55);
}

.mu-siege-banner-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	flex: 2 1 360px;
}

.mu-siege-stat {
	min-width: 140px;
	padding: 10px 14px;
	background: rgba(0,0,0,0.45);
	border: 1px solid rgba(138, 106, 26, 0.4);
	border-left: 2px solid #c41e1e;
}

.mu-siege-stat .mu-siege-value {
	margin-bottom: 0;
}

.mu-siege-banner-cta {
	flex: 0 0 auto;
	margin-left: auto;
}

.mu-siege-banner-cta .mu-btn {
	white-space: nowrap;
}

.footer {
	margin-top: 0 !important;
}

/* ========== REGISTER ========== */
.mu-register-wrap {
	max-width: 480px;
	margin: 10px auto 30px;
}

.mu-register-panel .panel-body {
	padding: 22px 22px 20px;
}

.mu-register-form .form-group {
	margin-bottom: 14px;
}

.mu-register-form label {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffd54a;
	margin-bottom: 6px;
}

.mu-register-form .form-control {
	height: 42px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(192, 197, 206, 0.28);
	color: #e8e8ea;
	padding: 8px 12px;
	box-shadow: none;
}

.mu-register-form .form-control:focus {
	background: rgba(0, 0, 0, 0.55);
	border-color: #c41e1e;
	box-shadow: 0 0 0 2px rgba(196, 30, 30, 0.2);
}

.mu-register-form .help-block {
	margin: 5px 0 0;
	font-size: 11px;
	color: #6e7684;
}

.mu-register-tos {
	margin: 8px 0 16px;
	font-size: 12px;
	color: #a8b0bc;
	text-align: center;
	line-height: 1.5;
}

.mu-register-tos a {
	color: #ffd54a !important;
	text-decoration: underline !important;
}

.mu-captcha-box {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.mu-captcha-challenge {
	flex: 0 0 auto;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #ffd54a;
	background: linear-gradient(180deg, rgba(196, 30, 30, 0.25), rgba(0,0,0,0.55));
	border: 1px solid rgba(255, 213, 74, 0.45);
	box-shadow: inset 0 0 16px rgba(196, 30, 30, 0.2);
	user-select: none;
}

.mu-captcha-box .form-control {
	flex: 1 1 auto;
	max-width: 120px;
}

.mu-register-captcha .g-recaptcha {
	transform-origin: left top;
}

/* ========== DOWNLOADS ========== */
.mu-downloads {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 8px 0 24px;
}

.mu-dl-section {
	background: linear-gradient(180deg, rgba(28, 10, 10, 0.55) 0%, rgba(12, 12, 14, 0.95) 100%);
	border: 1px solid rgba(192, 197, 206, 0.16);
	border-top: 1px solid rgba(196, 30, 30, 0.45);
	box-shadow: 0 8px 28px rgba(0,0,0,0.4);
	padding: 0;
	overflow: hidden;
}

.mu-dl-section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	background: linear-gradient(90deg, #1a0505, #140808);
	border-bottom: 1px solid rgba(196, 30, 30, 0.4);
}

.mu-dl-section-head h3 {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffd54a;
}

.mu-dl-icon {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border: 1px solid rgba(255, 213, 74, 0.45);
	background: rgba(0,0,0,0.45);
	position: relative;
	box-shadow: 0 0 12px rgba(196, 30, 30, 0.25);
}
.mu-dl-icon::before {
	content: '';
	position: absolute;
	inset: 6px;
	border: 1px solid #c41e1e;
}
.mu-dl-icon-client::after {
	content: '◆';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #ffd54a;
	line-height: 28px;
	text-align: center;
}
.mu-dl-icon-patch::after {
	content: '▣';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #ffd54a;
	line-height: 28px;
	text-align: center;
}
.mu-dl-icon-tool::after {
	content: '⚙';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #ffd54a;
	line-height: 28px;
	text-align: center;
}

.mu-dl-list {
	padding: 8px 0;
}

.mu-dl-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(192, 197, 206, 0.08);
	transition: background .2s ease;
}
.mu-dl-item:last-child {
	border-bottom: none;
}
.mu-dl-item:hover {
	background: rgba(196, 30, 30, 0.08);
}

.mu-dl-meta {
	flex: 1 1 auto;
	min-width: 0;
}

.mu-dl-title {
	font-family: 'Cinzel', serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #e8e8ea;
	margin-bottom: 2px;
}

.mu-dl-desc {
	font-size: 12px;
	color: #8e96a3;
	line-height: 1.4;
}

.mu-dl-size {
	flex: 0 0 auto;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #a8b0bc;
	min-width: 72px;
	text-align: right;
}

.mu-dl-action {
	flex: 0 0 auto;
}

.mu-dl-btn {
	padding: 10px 18px !important;
	font-size: 11px !important;
}

.mu-dl-empty {
	padding: 28px 18px;
	text-align: center;
	color: #6e7684;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 700px) {
	.mu-dl-item {
		flex-wrap: wrap;
	}
	.mu-dl-size {
		text-align: left;
	}
}

@media only screen and (min-width: 2000px) {
	body {
		background: var(--webenginebg1) !important;
		background-image: none !important;
	}
	.mu-hero {
		min-height: 620px;
	}
}

/* Mercado Pago gateway */
.mp-gateway-container {
	width: 100%;
}
.mp-gateway-content {
	background: linear-gradient(180deg, rgba(12,14,18,0.95), rgba(8,9,12,0.98));
	border: 1px solid rgba(196, 30, 30, 0.35);
	box-shadow: 0 0 0 1px rgba(212,175,55,0.12), 0 18px 40px rgba(0,0,0,0.45);
	padding: 22px 20px 26px;
	border-radius: 8px;
}
.mp-gateway-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	margin-bottom: 14px;
	border-radius: 6px;
	background: #009ee3;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 1.35rem;
	letter-spacing: 0.08em;
	font-weight: 700;
}
.mp-gateway-rate {
	text-align: center;
	color: #c9cdd4;
	margin: 0 0 18px;
}
.mp-gateway-rate strong {
	color: #d4af37;
}
.mp-gateway-form {
	text-align: center;
}
.mp-gateway-form label {
	display: block;
	margin-bottom: 10px;
	color: #e8eaed;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.85rem;
}
.mp-amount-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 10px;
	margin-bottom: 18px;
	color: #e8eaed;
	font-size: 1.15rem;
}
.mp-amount-row input[type=text] {
	width: 90px;
	text-align: center;
	font-size: 1.2rem;
	padding: 8px 10px;
	border: 1px solid rgba(212,175,55,0.45);
	border-radius: 4px;
	background: rgba(0,0,0,0.35);
	color: #fff;
}
.mp-currency {
	color: #009ee3;
	font-weight: 700;
}
.mp-equals {
	opacity: 0.7;
}
#mp_result {
	color: #d4af37;
	font-weight: 700;
}
.mp-gateway-submit {
	display: inline-block;
	min-width: 220px;
	padding: 12px 22px;
	border: 0;
	border-radius: 4px;
	background: linear-gradient(180deg, #00b1f2, #009ee3);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease;
}
.mp-gateway-submit:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}
.donation-gateways .thumbnail {
	margin-bottom: 16px;
}
.donation-gateways .thumbnail img {
	width: 100%;
	height: auto;
}

/* Binance gateway */
.bn-gateway-container { width: 100%; }
.bn-gateway-content {
	background: linear-gradient(180deg, rgba(12,14,18,0.95), rgba(8,9,12,0.98));
	border: 1px solid rgba(240,185,11,0.35);
	box-shadow: 0 0 0 1px rgba(240,185,11,0.1), 0 18px 40px rgba(0,0,0,0.45);
	padding: 22px 20px 26px;
	border-radius: 8px;
}
.bn-gateway-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	margin-bottom: 14px;
	border-radius: 6px;
	background: #f0b90b;
	color: #181a20;
	font-family: 'Cinzel', serif;
	font-size: 1.45rem;
	letter-spacing: 0.08em;
	font-weight: 700;
}
.bn-gateway-rate { text-align: center; color: #c9cdd4; margin: 0 0 8px; }
.bn-gateway-rate strong { color: #f0b90b; }
.bn-mode-badge {
	text-align: center;
	color: #9aa0a6;
	font-size: 0.85rem;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.bn-gateway-form { text-align: center; }
.bn-gateway-form label {
	display: block;
	margin: 12px 0 8px;
	color: #e8eaed;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.82rem;
}
.bn-amount-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 10px;
	margin-bottom: 14px;
	color: #e8eaed;
	font-size: 1.1rem;
}
.bn-amount-row input[type=text] {
	width: 90px;
	text-align: center;
	font-size: 1.15rem;
	padding: 8px 10px;
	border: 1px solid rgba(240,185,11,0.45);
	border-radius: 4px;
	background: rgba(0,0,0,0.35);
	color: #fff;
}
.bn-currency { color: #f0b90b; font-weight: 700; }
.bn-equals { opacity: 0.7; }
#bn_result { color: #f0b90b; font-weight: 700; }
.bn-gateway-submit {
	display: inline-block;
	min-width: 220px;
	margin-top: 8px;
	padding: 12px 22px;
	border: 0;
	border-radius: 4px;
	background: linear-gradient(180deg, #f8d33a, #f0b90b);
	color: #181a20;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.bn-gateway-submit:hover { filter: brightness(1.06); }
.bn-manual-box {
	background: rgba(240,185,11,0.08);
	border: 1px solid rgba(240,185,11,0.2);
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 14px;
	color: #c9cdd4;
	text-align: left;
}
.bn-wallet-box {
	text-align: left;
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 6px;
	background: rgba(0,0,0,0.35);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e8eaed;
}
.bn-wallet-box > div { margin: 6px 0; }
.bn-wallet-box span { display: inline-block; min-width: 70px; color: #9aa0a6; }
.bn-wallet-box code { word-break: break-all; color: #f0b90b; }
.bn-copy-btn {
	margin-left: 8px;
	padding: 2px 8px;
	border: 1px solid rgba(240,185,11,0.4);
	background: transparent;
	color: #f0b90b;
	border-radius: 3px;
	cursor: pointer;
	font-size: 0.75rem;
}
.bn-tx-input {
	width: 100%;
	max-width: 520px;
	padding: 10px 12px;
	margin: 0 auto 8px;
	display: block;
	border: 1px solid rgba(240,185,11,0.35);
	border-radius: 4px;
	background: rgba(0,0,0,0.35);
	color: #fff;
}
.bn-orders-list { margin-top: 22px; text-align: left; }
.bn-orders-list h4 {
	color: #f0b90b;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}
.bn-st-ok { color: #3ddc84; font-weight: 700; }
.bn-st-no { color: #e74c3c; font-weight: 700; }
.bn-st-wait { color: #f0b90b; font-weight: 700; }


