/*!
 * 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; }

/* ========== SILENTDEVS VISUAL PASS ========== */
:root {
	--sd-bg: #06111c;
	--sd-bg-deep: #02070d;
	--sd-panel: rgba(5, 14, 24, 0.9);
	--sd-panel-soft: rgba(10, 26, 41, 0.72);
	--sd-cyan: #23d9ff;
	--sd-cyan-soft: #7aeaff;
	--sd-blue: #0b6f9c;
	--sd-silver: #d8e5f2;
	--sd-muted: #91a7ba;
	--sd-border: rgba(35, 217, 255, 0.34);

	--webenginebg1: #02070d;
	--webenginebg2: rgba(4, 12, 20, 0.94);
	--webenginebg3: #03080f;
	--webenginecolor1: #23d9ff;
	--webenginecolor2: #d8e5f2;
	--webenginecolor3: #a7b8c9;
	--webenginecolor4: #7aeaff;
	--webenginecolor5: #071522;
	--webenginecolor6: #eaf7ff;
	--webenginecolor7: #23d9ff;
	--webenginecolor8: #071522;
	--webenginecolor9: #eaf7ff;
	--webenginecolor10: #23d9ff;
	--webenginecolor11: #0b6f9c;
	--webenginecolor13: #7aeaff;
	--webenginecolor18: #23d9ff;
	--webenginecolor20: #23d9ff;
	--webenginecolor26: #23d9ff;
	--webenginecolor27: rgba(5, 14, 24, 0.92);
	--webenginecolor28: rgba(2, 7, 13, 0.92);
	--webenginecolor36: #ff5868;
	--webenginecolor38: #23d9ff;
	--webenginecolor41: #23d9ff;
	--webenginecolor43: rgba(35, 217, 255, 0.34);
	--webenginecolor47: #23d9ff;
	--webenginecolor49: #7aeaff;
	--webenginecolor52: #23d9ff;
	--webenginecolor58: rgba(35, 217, 255, 0.72);
	--webenginecolor59: #001018;
	--webenginecolor60: #7aeaff;
	--webenginecolor62: rgba(35, 217, 255, 0.4);
	--webenginecolor63: rgba(35, 217, 255, 0.24);
}

body {
	background:
		radial-gradient(circle at 78% 8%, rgba(35, 217, 255, 0.12), transparent 34%),
		linear-gradient(90deg, #061126 0%, #02070d 42%, #051b29 100%) !important;
	color: var(--sd-silver);
}

#navbar {
	background: linear-gradient(180deg, rgba(5, 13, 23, 0.98) 0%, rgba(2, 8, 14, 0.95) 100%);
	border-bottom: 1px solid var(--sd-border);
	box-shadow: 0 12px 34px rgba(0,0,0,0.62), 0 0 28px rgba(35,217,255,0.08);
}

.mu-navbar-inner::before,
.mu-navbar-inner::after {
	color: var(--sd-cyan);
	text-shadow: 0 0 12px rgba(35, 217, 255, 0.72);
}

#navbar ul li a {
	color: #c4d5e5 !important;
}

#navbar ul li a::after {
	background: linear-gradient(90deg, transparent, var(--sd-blue), var(--sd-cyan), transparent);
}

#navbar ul li a:hover,
#navbar ul li a:focus {
	color: var(--sd-cyan-soft) !important;
	text-shadow: 0 0 15px rgba(35, 217, 255, 0.44);
}

.global-top-bar {
	background: rgba(2, 7, 13, 0.98) !important;
	border-bottom: 1px solid rgba(35, 217, 255, 0.18);
}

.mu-top-btn,
.mu-btn {
	border-color: rgba(35, 217, 255, 0.46);
}

.mu-top-btn-ghost,
.mu-btn-ghost {
	color: #c4d5e5 !important;
	border-color: rgba(151, 190, 217, 0.38) !important;
	background: rgba(2, 7, 13, 0.5) !important;
}

.mu-top-btn-ghost:hover,
.mu-btn-ghost:hover {
	color: var(--sd-cyan-soft) !important;
	border-color: var(--sd-cyan) !important;
	background: rgba(35, 217, 255, 0.08) !important;
}

.mu-top-btn-login,
.mu-top-btn-admin,
.mu-btn-primary,
.btn-primary,
.mu-login-actions .btn-primary {
	background: linear-gradient(180deg, #23d9ff 0%, #0b6f9c 100%) !important;
	border-color: rgba(122, 234, 255, 0.88) !important;
	color: #03101a !important;
	box-shadow: 0 0 22px rgba(35, 217, 255, 0.26), inset 0 1px 0 rgba(255,255,255,0.28);
}

.mu-top-btn-login:hover,
.mu-top-btn-admin:hover,
.mu-btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.mu-login-actions .btn-primary:hover,
.mu-login-actions .btn-primary:focus {
	background: linear-gradient(180deg, #7aeaff 0%, #1095c7 100%) !important;
	border-color: #eaf7ff !important;
	color: #001018 !important;
	box-shadow: 0 0 34px rgba(35, 217, 255, 0.46);
}

.mu-hero {
	min-height: 620px;
	padding: 76px 0 100px;
}

.mu-hero-bg {
	inset: 0;
	background-position: center center;
	background-size: cover;
	animation: muKenBurns 42s ease-in-out infinite alternate;
}

.mu-hero-bg-alt {
	display: none;
}

.mu-hero-overlay {
	background:
		radial-gradient(ellipse 50% 38% at 50% 38%, rgba(35, 217, 255, 0.12) 0%, transparent 70%),
		linear-gradient(180deg, rgba(2,7,13,0.2) 0%, rgba(2,7,13,0.08) 44%, rgba(2,7,13,0.9) 100%),
		linear-gradient(90deg, rgba(2,7,13,0.72) 0%, rgba(2,7,13,0.08) 26%, rgba(2,7,13,0.12) 70%, rgba(2,7,13,0.74) 100%);
}

.mu-hero-rays {
	background: repeating-linear-gradient(
		-25deg,
		transparent 0px,
		transparent 42px,
		rgba(35, 217, 255, 0.04) 42px,
		rgba(35, 217, 255, 0.04) 44px
	);
}

.mu-hero-vignette {
	box-shadow: inset 0 0 170px 62px rgba(0,0,0,0.78);
}

.mu-hero-content {
	margin-top: 36px;
}

.mu-hero-logo {
	max-width: 330px;
	filter: drop-shadow(0 0 18px rgba(35, 217, 255, 0.5)) drop-shadow(0 8px 34px rgba(0,0,0,0.92));
}

.mu-hero-logo:hover,
.webengine-mu-logo.mu-hero-logo:hover {
	filter: drop-shadow(0 0 18px rgba(35, 217, 255, 0.5)) drop-shadow(0 8px 34px rgba(0,0,0,0.92));
}

.mu-hero-tagline {
	color: #d8e5f2;
	text-shadow: 0 2px 18px rgba(0,0,0,0.95), 0 0 18px rgba(35, 217, 255, 0.28);
}

#container,
.footer {
	background: linear-gradient(180deg, rgba(5, 14, 24, 0.94), rgba(2, 7, 13, 0.98));
	border-color: rgba(35, 217, 255, 0.2);
	border-top-color: rgba(35, 217, 255, 0.42);
	box-shadow: 0 -24px 70px rgba(0,0,0,0.7), 0 0 28px rgba(35,217,255,0.06);
}

.page-title,
.panel-sidebar > .panel-heading,
.panel-news .panel-title,
.rankings-table tr:first-child td,
.mu-dl-section-head h3,
.mu-register-form label {
	color: var(--sd-cyan) !important;
	text-shadow: 0 0 16px rgba(35, 217, 255, 0.22);
}

.panel-sidebar,
.panel-general,
.panel-addstats,
.panel-downloads,
.panel-news,
.mu-dl-section {
	background: linear-gradient(180deg, rgba(8, 20, 32, 0.92), rgba(3, 9, 16, 0.96));
	border-color: rgba(35, 217, 255, 0.22) !important;
	box-shadow: 0 12px 32px rgba(0,0,0,0.44), inset 0 1px 0 rgba(122,234,255,0.06);
}

.panel-sidebar > .panel-heading,
.mu-dl-section-head {
	background: linear-gradient(90deg, rgba(3, 12, 22, 0.98), rgba(7, 31, 49, 0.88)) !important;
	border-bottom-color: rgba(35, 217, 255, 0.34) !important;
}

.panel-news,
.mu-dl-section,
.mu-siege-stat {
	border-left-color: var(--sd-cyan) !important;
}

.mu-server-panel {
	background: linear-gradient(180deg, rgba(4, 15, 25, 0.9) 0%, rgba(2, 8, 14, 0.95) 100%);
	border-color: rgba(35, 217, 255, 0.5);
	box-shadow:
		0 0 0 1px rgba(35, 217, 255, 0.22),
		0 10px 36px rgba(0,0,0,0.75),
		inset 0 1px 0 rgba(122,234,255,0.16),
		inset 0 0 42px rgba(35,217,255,0.08);
}

.mu-server-panel::before,
.webengine-online-bar .webengine-online-bar-progress {
	background: linear-gradient(90deg, transparent, var(--sd-blue), var(--sd-cyan), var(--sd-cyan-soft), transparent) !important;
}

.mu-server-panel-ornament {
	border-color: var(--sd-cyan);
	box-shadow: 0 0 10px rgba(35, 217, 255, 0.42);
}

.mu-server-panel-title {
	color: var(--sd-cyan-soft);
	background: linear-gradient(180deg, rgba(35, 217, 255, 0.13) 0%, transparent 100%);
	border-bottom-color: rgba(35, 217, 255, 0.3);
	text-shadow: 0 0 12px rgba(35, 217, 255, 0.38);
}

.mu-server-panel-title::after,
.mu-siege-banner-eyebrow,
.footer-sep {
	color: var(--sd-cyan);
	text-shadow: 0 0 10px rgba(35, 217, 255, 0.58);
}

.mu-server-panel #tServerTime,
.mu-server-panel #tLocalTime,
.mu-siege-value,
.footer-nav-links a:hover {
	color: var(--sd-cyan-soft) !important;
	text-shadow: 0 0 10px rgba(35, 217, 255, 0.34);
}

.mu-server-panel .online-count,
.mu-siege-countdown {
	color: var(--sd-cyan) !important;
	text-shadow: 0 0 12px rgba(35, 217, 255, 0.6);
}

.form-control,
.mu-login-form .form-control,
.mu-register-form .form-control {
	background: rgba(1, 8, 15, 0.62);
	border-color: rgba(151, 190, 217, 0.28);
	color: #eaf7ff;
}

.form-control:focus,
.mu-login-form .form-control:focus,
.mu-register-form .form-control:focus {
	border-color: var(--sd-cyan);
	box-shadow: 0 0 0 2px rgba(35, 217, 255, 0.18);
}

.sidebar-banner img {
	border-color: rgba(35, 217, 255, 0.38);
}

.sidebar-banner img:hover {
	box-shadow: 0 12px 36px rgba(35, 217, 255, 0.22), 0 0 14px rgba(122, 234, 255, 0.16);
}

@keyframes muLogoPulse {
	0%, 100% {
		filter: drop-shadow(0 0 16px rgba(35, 217, 255, 0.36))
		        drop-shadow(0 8px 32px rgba(0,0,0,0.9));
	}
	50% {
		filter: drop-shadow(0 0 30px rgba(122, 234, 255, 0.62))
		        drop-shadow(0 8px 32px rgba(0,0,0,0.9));
	}
}

/* SilentDevs hero composition: keep the artwork clear */
.mu-hero {
	align-items: flex-start;
	justify-content: flex-start;
}

.mu-hero-content {
	position: absolute;
	top: 76px;
	left: max(28px, calc((100% - 1280px) / 2 + 28px));
	z-index: 11;
	width: 320px;
	padding: 0;
	margin: 0;
	text-align: left;
}

.mu-hero-logo-link {
	display: inline-block;
}

.mu-hero-logo {
	max-width: 240px;
	width: 240px;
}

.mu-hero-tagline {
	margin: 8px 0 18px;
	font-size: 12px;
	letter-spacing: 0.26em;
	text-align: left;
}

.mu-hero-actions {
	justify-content: flex-start;
	gap: 10px;
}

.mu-btn {
	padding: 11px 18px;
	font-size: 11px;
	letter-spacing: 0.14em;
}

/* Keep hero actions centered; only move the MU logo out of the artwork center */
.mu-hero {
	align-items: center;
	justify-content: center;
}

.mu-hero-content {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding: 20px;
	margin: 38px 0 0;
	text-align: center;
}

.mu-hero-logo-link {
	position: absolute;
	left: 50%;
	top: -92px;
	transform: translateX(-690px);
	z-index: 2;
}

.mu-hero-logo {
	max-width: 230px;
	width: 230px;
}

.mu-hero-tagline {
	margin: 205px 0 28px;
	text-align: center;
}

.mu-hero-actions {
	justify-content: center;
	gap: 16px;
}

.mu-btn {
	padding: 14px 32px;
	font-size: 13px;
	letter-spacing: 0.18em;
}

/* ========== SILENTDEVS DASHBOARD PANELS ========== */
.mu-col-left,
.mu-col-right {
	perspective: 900px;
}

.panel-sidebar,
.home-news-block,
.panel-news,
.panel-general,
.panel-addstats,
.panel-downloads {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background:
		linear-gradient(180deg, rgba(8, 23, 36, 0.9), rgba(2, 8, 14, 0.96)) !important;
	border: 1px solid rgba(35, 217, 255, 0.22) !important;
	box-shadow:
		0 14px 34px rgba(0,0,0,0.46),
		inset 0 1px 0 rgba(122,234,255,0.08);
}

.panel-sidebar::before,
.home-news-block::before,
.panel-news::before,
.panel-general::before,
.panel-addstats::before,
.panel-downloads::before {
	content: '';
	position: absolute;
	left: 14px;
	right: 14px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(35,217,255,0.9), transparent);
	pointer-events: none;
}

.panel-sidebar::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 100% 0%, rgba(35,217,255,0.08), transparent 36%);
	pointer-events: none;
}

.panel-sidebar > .panel-heading {
	padding: 13px 15px;
	background:
		linear-gradient(90deg, rgba(3, 11, 20, 0.98), rgba(9, 36, 55, 0.8)) !important;
	border-bottom: 1px solid rgba(35, 217, 255, 0.28) !important;
}

.panel-sidebar > .panel-heading .panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #7aeaff !important;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-shadow: 0 0 13px rgba(35, 217, 255, 0.28);
}

.panel-sidebar > .panel-heading .panel-title::before {
	content: '';
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	border: 1px solid #23d9ff;
	transform: rotate(45deg);
	box-shadow: 0 0 10px rgba(35,217,255,0.5);
}

.panel-sidebar .panel-body {
	position: relative;
	z-index: 1;
	padding: 12px 14px;
}

.mu-sidebar-table {
	border-collapse: separate !important;
	border-spacing: 0 6px !important;
}

.mu-sidebar-table > tbody > tr {
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.mu-sidebar-table > tbody > tr > td {
	padding: 8px 8px !important;
	background: rgba(1, 8, 15, 0.36);
	border-top: 1px solid rgba(151, 190, 217, 0.06) !important;
	border-bottom: 1px solid rgba(151, 190, 217, 0.05);
	color: #d8e5f2 !important;
}

.mu-sidebar-table > tbody > tr > td:first-child {
	border-left: 1px solid rgba(35, 217, 255, 0.12);
	border-radius: 4px 0 0 4px;
}

.mu-sidebar-table > tbody > tr > td:last-child {
	border-right: 1px solid rgba(35, 217, 255, 0.12);
	border-radius: 0 4px 4px 0;
}

.mu-sidebar-table > tbody > tr:hover {
	transform: translateX(3px);
}

.mu-sidebar-table > tbody > tr:hover > td {
	background: rgba(35, 217, 255, 0.08);
	box-shadow: inset 2px 0 0 #23d9ff;
}

.mu-sidebar-table > thead > tr > th {
	padding: 6px 6px 8px !important;
	color: #91a7ba !important;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-bottom: 1px solid rgba(35, 217, 255, 0.24) !important;
}

.panel-sidebar-events .mu-sidebar-table > tbody > tr > td:first-child {
	font-weight: 600;
	color: #eaf7ff !important;
}

.panel-sidebar-events .mu-sidebar-table > tbody > tr > td.text-right {
	color: #7aeaff !important;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
}

.panel-sidebar-events .smalltext,
.mu-sidebar-table .smalltext {
	color: #6f879b !important;
	font-size: 10px;
}

.panel-usercp .panel-body {
	padding: 10px 14px 12px;
}

.panel-usercp ul,
.panel-usercp ol,
.panel-usercp .list-group {
	margin: 0;
	padding: 0;
	list-style: none;
}

.panel-usercp a {
	display: inline;
	min-height: 0;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	color: #d8e5f2 !important;
	background: transparent;
	border: 0;
	transition: color .18s ease, text-shadow .18s ease;
}

.panel-usercp a:hover {
	color: #7aeaff !important;
	background: transparent;
	border-color: transparent;
	transform: none;
	text-shadow: 0 0 10px rgba(35, 217, 255, 0.3);
}

.panel-usercp img {
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(35, 217, 255, 0.12);
}

.panel-usercp table,
.panel-usercp .table {
	margin-bottom: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.panel-usercp table tr,
.panel-usercp .table tr {
	background: transparent !important;
	transition: background .16s ease;
}

.panel-usercp table tr:hover,
.panel-usercp .table tr:hover {
	background: rgba(35, 217, 255, 0.055) !important;
}

.panel-usercp table td,
.panel-usercp .table td {
	padding: 4px 4px !important;
	background: transparent !important;
	border: 0 !important;
	vertical-align: middle !important;
}

.panel-usercp table td:first-child,
.panel-usercp .table td:first-child {
	width: 34px;
}

.panel-usercp table img,
.panel-usercp .table img {
	max-width: 26px;
	max-height: 26px;
}

.panel-usercp .btn,
.panel-heading .btn-xs {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 3px 8px !important;
	margin: 0;
	border-radius: 3px;
	font-size: 10px !important;
	line-height: 1.1;
}

.home-news-block {
	padding: 18px 20px;
	min-height: 240px;
}

.home-news-block-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(35,217,255,0.16);
}

.home-news-block-header h2 {
	margin: 0 !important;
	font-family: 'Outfit', sans-serif;
	font-size: 28px;
	font-weight: 700;
	font-style: italic;
	color: #eaf7ff;
	text-shadow: 0 0 18px rgba(35,217,255,0.14);
}

.home-news-block-header a {
	color: #91a7ba !important;
	font-size: 13px;
	transition: color .18s ease;
}

.home-news-block-header a:hover {
	color: #7aeaff !important;
}

.panel-news .panel-heading,
.panel-general > .panel-heading,
.panel-addstats > .panel-heading,
.panel-downloads > .panel-heading {
	background: linear-gradient(90deg, rgba(3, 11, 20, 0.98), rgba(9, 36, 55, 0.72)) !important;
	border-bottom: 1px solid rgba(35,217,255,0.24) !important;
}

.news-readmore {
	display: inline-block;
	margin-top: 12px;
	color: #7aeaff !important;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mu-server-panel {
	width: 310px;
	border-radius: 6px;
}

.mu-server-panel-title {
	font-size: 12px;
	padding: 13px 16px 9px;
}

.mu-server-row {
	padding: 7px 0;
}

.mu-server-label {
	color: #91a7ba;
	font-size: 10px;
}

.mu-server-panel .online-count {
	font-size: 20px;
}

.mu-server-panel #tServerTime,
.mu-server-panel #tLocalTime {
	font-size: 15px;
}

.mu-hero .webengine-online-bar,
.mu-server-panel .webengine-online-bar {
	height: 7px;
	border-color: rgba(35, 217, 255, 0.28);
	background: rgba(0, 0, 0, 0.58);
}

/* Final hero poster fit: show the full background artwork instead of cropping it */
.mu-hero {
	min-height: 760px !important;
	padding-top: 76px !important;
	padding-bottom: 120px !important;
	background: #02070d !important;
}

.mu-hero-bg {
	inset: 0 !important;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #02070d !important;
	animation: muPosterDrift 34s ease-in-out infinite alternate !important;
}

.mu-hero-bg-alt {
	display: none !important;
}

.mu-hero-overlay {
	background:
		radial-gradient(ellipse 54% 42% at 50% 42%, rgba(35, 217, 255, 0.08) 0%, transparent 74%),
		linear-gradient(180deg, rgba(2,7,13,0.12) 0%, rgba(2,7,13,0.02) 44%, rgba(2,7,13,0.7) 100%),
		linear-gradient(90deg, rgba(2,7,13,0.28) 0%, rgba(2,7,13,0.02) 24%, rgba(2,7,13,0.05) 76%, rgba(2,7,13,0.28) 100%) !important;
}

.mu-hero-vignette {
	box-shadow: inset 0 0 120px 38px rgba(0,0,0,0.68) !important;
}

.mu-hero-logo-link {
	top: -125px !important;
}

.mu-hero-tagline {
	margin-top: 330px !important;
}

@keyframes muPosterDrift {
	0%   { transform: scale(1) translate3d(0, 0, 0); }
	100% { transform: scale(1.018) translate3d(-0.35%, 0.25%, 0); }
}
