
/* ==========================================================
   MODERN MU MMORPG PREMIUM SKIN
   Visual layer only: keeps WebEngine logic and modules intact.
   Palette: red / orange / gold + carbon / metal / deep night.
   ========================================================== */
:root {
    --mu-bg: #050506;
    --mu-bg-2: #0b0d13;
    --mu-panel: rgba(17, 19, 28, 0.78);
    --mu-panel-strong: rgba(24, 21, 20, 0.92);
    --mu-border: rgba(255, 177, 58, 0.28);
    --mu-border-red: rgba(255, 55, 32, 0.35);
    --mu-red: #ff2d1b;
    --mu-orange: #ff7a18;
    --mu-gold: #ffd36a;
    --mu-gold-2: #b97a22;
    --mu-text: #f8f1e3;
    --mu-muted: #a9a4a0;
    --mu-metal: #202630;
    --mu-shadow: 0 24px 70px rgba(0, 0, 0, .65);
    --mu-glow: 0 0 18px rgba(255, 98, 24, .42), 0 0 42px rgba(255, 188, 68, .18);
    --mu-radius: 18px;
    --mu-font: 'Rajdhani', 'Montserrat', 'Source Sans Pro', Arial, sans-serif;
    --mu-display: 'Orbitron', 'Cinzel', 'Rajdhani', sans-serif;
}

* { box-sizing: border-box; }
html {
    min-width: 0 !important;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
}
body {
    min-width: 0 !important;
    min-height: 100%;
    overflow-x: hidden;
    color: var(--mu-text);
    font-family: var(--mu-font);
    letter-spacing: .01em;
    background: #050506;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image:
        linear-gradient(rgba(255, 153, 45, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 153, 45, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 40, 20, .10), transparent 18%),
        radial-gradient(circle at 80% 70%, rgba(255, 170, 35, .10), transparent 20%);
    animation: muAmbientPulse 8s ease-in-out infinite alternate;
}
@keyframes muAmbientPulse {
    from { opacity: .45; transform: scale(1); }
    to { opacity: .86; transform: scale(1.04); }
}

a, button, .btn { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease, filter .22s ease; }
a { color: var(--mu-gold); }
a:hover { color: #fff0bd; text-shadow: 0 0 12px rgba(255, 190, 70, .6); }
img { max-width: 100%; height: auto; }
::selection { background: rgba(255, 117, 26, .55); color: #fff; }

/* VIDEO GLOBAL DE FONDO */
.mu-page-video-bg {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: .78;
    filter: saturate(1.10) contrast(1.08) brightness(.72);
}
.mu-page-video-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(5, 5, 8, .70) 45%, rgba(0, 0, 0, .82) 100%),
        radial-gradient(circle at 18% 10%, rgba(255, 64, 24, .22), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(255, 180, 62, .18), transparent 31%);
}

.mu-body-ambient { position: fixed; inset: 0; z-index: 1; pointer-events: none; }
#navbar, #header, #container, .mu-castle-wrap, .footer, .nk-page-background-top, .header-content-container, .mu-hero-particles { position: relative; z-index: 2; }

/* NAVBAR */
#navbar.mu-navbar {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 78px;
    margin: 0;
    padding: 10px 0;
    background: linear-gradient(180deg, rgba(3, 4, 8, .88), rgba(8, 9, 14, .50));
    border-bottom: 1px solid rgba(255, 180, 65, .16);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
    backdrop-filter: blur(16px);
}
#navbar.mu-navbar.is-scrolled {
    background: linear-gradient(180deg, rgba(5, 5, 7, .96), rgba(12, 9, 8, .90));
    border-bottom-color: rgba(255, 170, 40, .34);
}
.mu-nav-container {
    max-width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.mu-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
    text-decoration: none;
    color: var(--mu-text) !important;
}
.mu-brand img {
    width: 92px;
    height: auto;
    filter: drop-shadow(0 0 16px rgba(255, 97, 24, .45));
}
.mu-brand strong {
    display: block;
    font-family: var(--mu-display);
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .08em;
}
.mu-brand small {
    display: block;
    margin-top: 4px;
    color: var(--mu-gold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.mu-main-nav { flex: 1; display: flex; justify-content: flex-end; }
.mu-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    margin-left: auto;
    border: 1px solid rgba(255, 190, 72, .28);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    box-shadow: inset 0 0 22px rgba(255, 104, 24, .08), 0 0 22px rgba(255, 104, 24, .16);
    cursor: pointer;
}
.mu-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mu-gold), var(--mu-orange));
    transition: transform .22s ease, opacity .22s ease;
}
.mu-nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mu-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.mu-nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
#navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}
#navbar ul li {
    font-family: var(--mu-display);
    font-weight: 700;
    letter-spacing: .07em;
    font-size: 12px;
}
#navbar ul li a {
    position: relative;
    padding: 12px 13px;
    color: rgba(255,255,255,.82) !important;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
}
#navbar ul li a::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 6px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--mu-gold), transparent);
    opacity: 0;
    transform: scaleX(.45);
    transition: .22s ease;
}
#navbar ul li a:active,
#navbar ul li a:focus,
#navbar ul li a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(255, 45, 27, .18), rgba(255, 161, 35, .15));
    border-color: rgba(255, 195, 86, .30);
    box-shadow: var(--mu-glow);
    transform: translateY(-1px);
}
#navbar ul li a:hover::after,
#navbar ul li a:focus::after { opacity: 1; transform: scaleX(1); }


/* LANGUAGE DROPDOWN IN NAVBAR */
#navbar.mu-navbar {
    overflow: visible;
}
.mu-navbar-language {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 1002;
    font-family: var(--mu-display);
}
.mu-language-toggle {
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid rgba(255, 190, 72, .30);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(5, 5, 7, .94), rgba(255, 118, 24, .14));
    box-shadow: inset 0 0 16px rgba(255, 104, 24, .10), 0 0 24px rgba(255, 104, 24, .20);
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 11px;
    line-height: 1;
}
.mu-language-toggle > img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}
.mu-language-toggle i {
    color: var(--mu-gold);
    font-size: 10px;
}
.mu-language-toggle:hover,
.mu-navbar-language:focus-within .mu-language-toggle {
    border-color: rgba(255, 195, 86, .55);
    box-shadow: var(--mu-glow);
    transform: translateY(-1px);
}
.mu-language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 176px;
    padding: 8px;
    border: 1px solid rgba(255, 190, 72, .28);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(8, 9, 14, .98), rgba(18, 10, 8, .96));
    box-shadow: 0 18px 42px rgba(0, 0, 0, .54), 0 0 28px rgba(255, 104, 24, .16);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.mu-navbar-language:hover .mu-language-dropdown,
.mu-navbar-language:focus-within .mu-language-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.mu-language-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 12px;
    color: rgba(255,255,255,.86) !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .05em;
}
.mu-language-dropdown a img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.26);
}
.mu-language-dropdown a:hover,
.mu-language-dropdown a:focus {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(255, 45, 27, .20), rgba(255, 161, 35, .16));
    box-shadow: inset 0 0 16px rgba(255, 104, 24, .10);
}

/* HERO */
#header.mu-hero {
    width: 100%;
    min-width: 0;
    height: 760px;
    min-height: 680px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid rgba(255, 188, 80, .20);
    background: #050506 url('../img/hero-poster.jpg') center / cover no-repeat;
}
.mu-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    filter: saturate(1.12) contrast(1.08) brightness(.82);
}
#header > .video-shadow.mu-hero-shadow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(7,5,6,.54) 44%, rgba(0,0,0,.80) 100%),
        radial-gradient(circle at 60% 35%, rgba(255, 79, 20, .28), transparent 28%),
        linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(6,6,10,.50) 48%, #050506 100%);
}
.mu-hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 210, 110, .75) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(255, 70, 24, .55) 0 1px, transparent 2px);
    background-size: 140px 140px, 210px 210px;
    background-position: 0 0, 60px 90px;
    opacity: .34;
    animation: muParticles 20s linear infinite;
}
@keyframes muParticles {
    from { transform: translateY(0); }
    to { transform: translateY(-140px); }
}
#header > .header-content-container {
    z-index: 3;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 125px 16px 70px;
    display: flex;
    align-items: center;
}
#header > .header-content-container > .header-content {
    width: min(1180px, 100%);
    height: auto;
    margin: 0 auto;
}
.mu-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr);
    gap: 34px;
    align-items: center;
}
.mu-hero-copy { max-width: 720px; }
.mu-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 174, 54, .30);
    border-radius: 999px;
    background: rgba(12, 10, 10, .56);
    color: var(--mu-gold);
    font-family: var(--mu-display);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    box-shadow: inset 0 0 24px rgba(255, 102, 25, .09), 0 0 28px rgba(255, 102, 25, .12);
}
.mu-logo-head {
    width: min(520px, 88vw);
    max-height: 230px;
    object-fit: contain;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 18px rgba(255, 61, 24, .52)) drop-shadow(0 0 34px rgba(255, 196, 77, .18));
}
.mu-hero-copy h1 {
    margin: 0 0 12px;
    font-family: var(--mu-display);
    font-size: clamp(34px, 5vw, 70px);
    line-height: .95;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff4cf 0%, var(--mu-gold) 38%, var(--mu-orange) 70%, var(--mu-red) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 28px rgba(255, 70, 24, .25);
}
.mu-hero-copy p {
    max-width: 650px;
    margin: 0 0 24px;
    color: rgba(255, 245, 225, .82);
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.55;
}
.mu-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.mu-btn, .btn-primary, input[type=submit], button[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 205, 104, .32) !important;
    color: #fff !important;
    font-family: var(--mu-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}
.mu-btn-primary, .btn-primary, input[type=submit], button[type=submit] {
    background: linear-gradient(135deg, var(--mu-red) 0%, var(--mu-orange) 52%, var(--mu-gold) 100%) !important;
    box-shadow: 0 12px 34px rgba(255, 69, 20, .32), inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.mu-btn-secondary {
    background: linear-gradient(135deg, #27100c 0%, #9b331d 48%, #e2a94e 100%);
    box-shadow: 0 12px 34px rgba(255, 123, 24, .22), inset 0 1px 0 rgba(255,255,255,.22);
}
.mu-btn-ghost {
    background: rgba(13, 13, 18, .55);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 18px rgba(255, 137, 25, .08);
}
.mu-btn:hover, .btn-primary:hover, input[type=submit]:hover, button[type=submit]:hover {
    transform: translateY(-2px);
    filter: brightness(1.13) saturate(1.1);
    box-shadow: 0 18px 46px rgba(255, 94, 24, .42), 0 0 24px rgba(255, 198, 83, .25) !important;
}
.mu-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.mu-hero-badges span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid rgba(255, 167, 44, .18);
    border-radius: 999px;
    background: rgba(0,0,0,.36);
    color: rgba(255,241,211,.78);
    font-size: 13px;
    text-transform: uppercase;
}

.mu-hero-panel {
    border: 1px solid rgba(255, 177, 58, .24);
    border-radius: 24px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(21, 18, 17, .86), rgba(9, 10, 15, .78)),
        radial-gradient(circle at top right, rgba(255, 81, 25, .22), transparent 35%);
    backdrop-filter: blur(15px);
    box-shadow: var(--mu-shadow), inset 0 0 0 1px rgba(255,255,255,.03);
}
.mu-status-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 189, 74, .20);
    border-radius: 18px;
    padding: 15px;
    background: rgba(10, 12, 18, .68);
    box-shadow: inset 0 0 24px rgba(255, 111, 24, .055);
}
.mu-status-card::before, .panel::before, .sidebar-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.10) 36%, transparent 68%);
    opacity: 0;
    transform: translateX(-90%);
    transition: .55s ease;
}
.mu-status-card:hover::before, .panel:hover::before, .sidebar-banner:hover::before { opacity: 1; transform: translateX(80%); }
.mu-status-main { margin-bottom: 12px; }
.mu-status-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mu-gold);
    text-transform: uppercase;
    font-family: var(--mu-display);
    font-size: 12px;
    letter-spacing: .12em;
}
.mu-status-label img { width: 22px; height: 22px; filter: drop-shadow(0 0 8px rgba(255, 105, 24, .55)); }
.mu-status-card strong {
    display: block;
    margin-top: 5px;
    font-family: var(--mu-display);
    font-size: 30px;
    color: #fff;
    line-height: 1;
}
.mu-status-card small, .mu-status-card span { color: var(--mu-muted); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.mu-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
.mu-progress, .progress {
    height: 12px !important;
    margin: 12px 0 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255, 186, 63, .18);
    box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}
.progress-bar, .bg-danger {
    background: linear-gradient(90deg, var(--mu-red), var(--mu-orange), var(--mu-gold)) !important;
    box-shadow: 0 0 18px rgba(255, 110, 24, .72);
}
.mu-time-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mu-time-grid > div {
    border: 1px solid rgba(255, 188, 70, .18);
    border-radius: 16px;
    padding: 12px;
    background: rgba(0,0,0,.34);
    text-align: center;
}
.mu-time-grid span, .mu-time-grid small { display: block; color: var(--mu-muted); text-transform: uppercase; letter-spacing: .08em; }
.mu-time-grid strong { display: block; font-family: var(--mu-display); font-size: 28px; color: #fff; }
.mu-language-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.mu-language-row span { margin-right: auto; color: var(--mu-gold); text-transform: uppercase; font-family: var(--mu-display); font-size: 12px; }
.mu-language-row span img { width: 22px; }
.mu-language-row a img {
    width: 34px;
    height: 22px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.25);
    filter: saturate(1.1);
}
.mu-language-row a:hover img { transform: translateY(-2px); box-shadow: 0 0 14px rgba(255, 177, 58, .48); }

/* LAYOUT */
#container {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    margin: -36px auto 0;
    padding: 0 0 34px;
}
#content {
    width: 100%;
    overflow: visible;
    min-height: 500px;
    padding-top: 18px;
    padding-bottom: 20px;
}
.mu-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding: 0 3px;
}
.mu-section-title span {
    color: var(--mu-gold);
    font-family: var(--mu-display);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.mu-section-title strong {
    color: #fff;
    font-family: var(--mu-display);
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: .08em;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(255, 96, 24, .24);
}
.mu-slider-shell {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 174, 52, .18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15,14,16,.70), rgba(6,7,10,.70));
    box-shadow: var(--mu-shadow);
    backdrop-filter: blur(12px);
}

/* SLIDER */
#my-slider {
    width: 100%;
    height: 450px;
    border: 1px solid rgba(255, 180, 60, .32) !important;
    border-top: 1px solid rgba(255, 210, 105, .55) !important;
    border-bottom: 1px solid rgba(255, 80, 24, .42) !important;
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(0,0,0,.58), 0 0 34px rgba(255, 93, 24, .15);
    background: #050506;
}
#my-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.12) 55%, rgba(0,0,0,.52));
}
#my-slider .ism-img { filter: saturate(1.16) contrast(1.08) brightness(.80); }
#my-slider .ism-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(5, 5, 8, .62) !important;
    border: 1px solid rgba(255, 190, 80, .28);
    box-shadow: 0 0 18px rgba(255, 92, 24, .20);
    backdrop-filter: blur(10px);
}
#my-slider .ism-radios { text-align: center; bottom: 18px; z-index: 9; }
#my-slider .ism-radios label {
    width: 28px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255, 194, 84, .32);
}
#my-slider .ism-radios li.active label,
#my-slider .ism-radios label:hover {
    background: linear-gradient(90deg, var(--mu-red), var(--mu-orange), var(--mu-gold));
    border-color: rgba(255,255,255,.5);
    box-shadow: 0 0 15px rgba(255, 123, 24, .60);
}
#my-slider .mu-slide-caption,
#my-slider .ism-caption-0 {
    z-index: 8 !important;
    top: 50% !important;
    left: 48px !important;
    right: auto !important;
    transform: translateY(-50%);
    width: min(480px, calc(100% - 92px));
    max-width: 480px;
    padding: 26px 28px !important;
    border: 1px solid rgba(255, 188, 70, .26) !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(10, 10, 14, .82), rgba(18, 11, 9, .72)) !important;
    color: #fff !important;
    text-align: left !important;
    font-family: var(--mu-font) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.52), inset 0 0 34px rgba(255, 102, 24, .07);
    backdrop-filter: blur(12px);
}
#my-slider .mu-slide-caption span {
    display: block;
    margin-bottom: 6px;
    color: var(--mu-gold);
    font-family: var(--mu-display);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
#my-slider .mu-slide-caption strong {
    display: block;
    margin: 0 0 8px;
    font-family: var(--mu-display);
    font-size: clamp(28px, 3.6vw, 46px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: linear-gradient(180deg, #fff2c9, var(--mu-gold), var(--mu-orange));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
#my-slider .mu-slide-caption p {
    margin: 0 0 18px;
    font-size: 16px;
    color: rgba(255,245,225,.78);
    line-height: 1.45;
}
#my-slider .mu-slide-caption a {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 203, 94, .35);
    background: linear-gradient(135deg, rgba(255,45,27,.92), rgba(255,122,24,.92), rgba(255,211,106,.88));
    color: #fff !important;
    font-family: var(--mu-display);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .09em;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(255, 101, 24, .26);
}

/* QUICK ACTIONS */
.mu-quick-actions { width: 100%; max-width: 1180px; margin: 18px auto 8px; padding: 0; }
.sidebar-banner {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 178, 57, .22);
    background: linear-gradient(180deg, rgba(20,20,25,.72), rgba(8,8,10,.70));
    box-shadow: 0 14px 36px rgba(0,0,0,.35), inset 0 0 20px rgba(255, 106, 24, .06);
}
.sidebar-banner img {
    display: block;
    width: 100%;
    height: 118px;
    object-fit: cover;
    border-radius: 17px;
    filter: saturate(1.12) contrast(1.06) brightness(.92);
}
.sidebar-banner:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 214, 116, .55);
    box-shadow: 0 22px 52px rgba(0,0,0,.50), var(--mu-glow);
}
.sidebar-banner:hover img { filter: saturate(1.22) contrast(1.1) brightness(1.05); transform: scale(1.03); }

/* PANELS / MODULES */
.panel, .panel-sidebar, .panel-news, .panel-general, .panel-addstats, .card, .modal-content, .mu-module-shell {
    position: relative;
    overflow: hidden;
    border-radius: var(--mu-radius) !important;
    border: 1px solid rgba(255, 177, 58, .22) !important;
    background:
        linear-gradient(180deg, rgba(22, 20, 22, .84), rgba(9, 11, 16, .82)),
        radial-gradient(circle at 100% 0%, rgba(255, 82, 24, .12), transparent 36%) !important;
    color: var(--mu-text) !important;
    box-shadow: 0 20px 54px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.035) !important;
    backdrop-filter: blur(10px);
}
.panel { margin-bottom: 20px; }
.panel-sidebar { margin: 0 0 18px; }
.panel-sidebar > .panel-heading, .panel-heading, .panel-news .panel-heading {
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 177, 58, .18) !important;
    border-radius: var(--mu-radius) var(--mu-radius) 0 0 !important;
    background:
        linear-gradient(90deg, rgba(255, 45, 27, .20), rgba(255, 122, 24, .14), rgba(255, 211, 106, .10)),
        rgba(9, 10, 15, .82) !important;
    color: #fff !important;
    padding: 14px 16px !important;
}
.panel-title, .panel-news .panel-title, .panel-news .panel-title a, .panel-body .panel-title {
    color: #fff !important;
    font-family: var(--mu-display) !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: .10em;
    text-shadow: 0 0 18px rgba(255, 101, 24, .30);
    margin: 0 !important;
    border-bottom: 0 !important;
}
.panel-body {
    background: transparent !important;
    color: var(--mu-text) !important;
    padding: 18px;
}
.panel-footer, .panel-news .panel-footer {
    background: rgba(0,0,0,.20) !important;
    border-top: 1px solid rgba(255,255,255,.07) !important;
    color: var(--mu-muted) !important;
}
.mu-module-shell { padding: 20px; margin-top: 18px; }
.mu-auth-block, .mu-usercp-block { margin-top: 20px; }
.mu-stats-panel .panel-body img { filter: drop-shadow(0 0 15px rgba(255, 114, 24, .35)); }
.stats-info { color: rgba(255,245,225,.76); font-family: var(--mu-display); letter-spacing: .08em; }
.stats-info-number {
    color: var(--mu-gold) !important;
    font-family: var(--mu-display);
    text-shadow: 0 0 20px rgba(255, 105, 24, .38);
}

/* FORMS */
.form-control, input[type=text], input[type=password], input[type=number], select, textarea {
    min-height: 44px;
    border-radius: 13px !important;
    border: 1px solid rgba(255, 183, 62, .20) !important;
    background: rgba(0,0,0,.36) !important;
    color: #fff !important;
    box-shadow: inset 0 0 16px rgba(0,0,0,.36);
}
.form-control::placeholder { color: rgba(255,245,225,.45); }
.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: rgba(255, 211, 106, .62) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 122, 24, .16), 0 0 18px rgba(255, 122, 24, .22) !important;
}
.input-group-text {
    border-radius: 13px !important;
    border: 1px solid rgba(255, 183, 62, .20) !important;
    background: linear-gradient(135deg, rgba(255,45,27,.24), rgba(255,122,24,.12)) !important;
    color: var(--mu-gold) !important;
}

/* TABLES / RANKINGS / GUIDES / ITEMINFO / DROPLIST */
table, .table, .rankings-table, .general-table-ui, .myaccount-table {
    width: 100%;
    color: var(--mu-text) !important;
    border-color: rgba(255, 177, 58, .14) !important;
    background: rgba(4,5,8,.34) !important;
    border-radius: 14px;
    overflow: hidden;
}
table th, table td, .table th, .table td {
    border-color: rgba(255, 177, 58, .12) !important;
    vertical-align: middle;
}
table tbody tr:nth-of-type(odd), .table-striped>tbody>tr:nth-of-type(odd)>* {
    color: var(--mu-text) !important;
    background-color: rgba(255, 255, 255, .025) !important;
}
table tbody tr:nth-of-type(even) { background-color: rgba(255, 117, 24, .025) !important; }
table tbody tr:hover, .rankings-table tr:nth-child(1n+2):hover {
    background: linear-gradient(90deg, rgba(255,45,27,.14), rgba(255,122,24,.08)) !important;
    color: #fff !important;
    box-shadow: inset 3px 0 0 var(--mu-orange);
}
.rankings-table-place {
    color: var(--mu-gold) !important;
    font-family: var(--mu-display);
    text-shadow: 0 0 12px rgba(255, 112, 24, .35);
}
.rankings_menu span, .rankings_menu a {
    border-radius: 999px !important;
    border: 1px solid rgba(255, 177, 58, .18) !important;
    background: rgba(255,255,255,.04) !important;
    color: var(--mu-text) !important;
    margin: 4px;
}
.rankings_menu a.active, .rankings_menu a:hover {
    background: linear-gradient(135deg, rgba(255,45,27,.35), rgba(255,122,24,.20)) !important;
    color: #fff !important;
    box-shadow: var(--mu-glow);
}
.rankings-class-filter-selection {
    color: var(--mu-text) !important;
    border-radius: 14px;
    padding: 7px;
}
.rankings-class-filter-selection img {
    border: 1px solid rgba(255, 177, 58, .18);
    box-shadow: 0 0 18px rgba(0,0,0,.40) !important;
}
.rankings-class-filter-selection:hover {
    background: rgba(255, 122, 24, .12) !important;
    color: #fff !important;
}

/* USER PANEL */
.panel-usercp { background: linear-gradient(180deg, rgba(21,18,20,.88), rgba(7,8,12,.82)) !important; }
.panel-usercp ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; }
.panel-usercp ul li { display: block; line-height: 1.2; }
.panel-usercp ul li a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px;
    border: 1px solid rgba(255, 177, 58, .16);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
    color: var(--mu-text) !important;
}
.panel-usercp ul li a:hover {
    background: linear-gradient(135deg, rgba(255,45,27,.24), rgba(255,122,24,.10));
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: var(--mu-glow);
}

/* CASTLE SIEGE */
.mu-castle-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 34px;
    padding: 20px;
    border: 1px solid rgba(255, 177, 58, .18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15,14,16,.70), rgba(6,7,10,.70));
    box-shadow: var(--mu-shadow);
}
.castle-siege-banner {
    width: 100%;
    min-height: 230px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
    padding: 28px;
    margin: 0;
    border: 1px solid rgba(255, 188, 70, .22);
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.30), rgba(0,0,0,.72)),
        url('../img/cs.jpg') center / cover no-repeat;
    box-shadow: inset 0 0 80px rgba(255, 55, 24, .12), 0 18px 55px rgba(0,0,0,.50);
    color: rgba(255,245,225,.82);
    font-family: var(--mu-display);
    text-transform: uppercase;
}
.castle-siege-banner .guild_owner,
.castle-siege-banner .guild_master,
.castle-siege-banner .guild_countdown {
    color: var(--mu-gold) !important;
    text-shadow: 0 0 16px rgba(255, 105, 24, .54);
}
.castle-siege-banner img { filter: drop-shadow(0 0 18px rgba(255, 122, 24, .45)); }

/* MODALS / EVENTS */
.modal-content {
    background:
        linear-gradient(180deg, rgba(18,15,15,.96), rgba(6,7,10,.96)),
        radial-gradient(circle at top right, rgba(255, 81, 24, .22), transparent 34%) !important;
}
.modal-title { font-family: var(--mu-display); color: var(--mu-gold); text-transform: uppercase; letter-spacing: .08em; }
#jq_listEvents .info { color: var(--mu-gold) !important; font-family: var(--mu-display); }

/* FOOTER */
.footer {
    padding: 28px 0;
    background: linear-gradient(180deg, rgba(5,5,8,.85), #030304) !important;
    border-top: 1px solid rgba(255, 177, 58, .20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.footer > .footer-container {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    color: rgba(255,245,225,.66);
}
.creditos-footer, .footer p { color: rgba(255,245,225,.66); letter-spacing: .05em; }
.nk-page-background-top { display: none; }

/* LEGACY IMAGE HEADERS: make them fit instead of forcing old fixed width */
#content > img, .mu-content > img, center > img {
    max-width: 100% !important;
    width: auto !important;
    border-radius: 18px;
    filter: saturate(1.08) contrast(1.04);
}


/* HOME TOP 10 WIDGETS */
.mu-home-top-widgets {
    width: 100%;
    max-width: 1180px;
    margin: 18px auto 22px;
    padding: 22px;
    border: 1px solid rgba(255, 177, 58, .16);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 70, 24, .14), transparent 28%),
        linear-gradient(180deg, rgba(18, 18, 22, .62), rgba(6, 7, 10, .58));
    box-shadow: var(--mu-shadow), inset 0 0 28px rgba(255, 105, 24, .045);
    backdrop-filter: blur(16px);
}
.mu-home-widget-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.mu-top-card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border: 1px solid rgba(255, 177, 58, .18);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(20, 20, 27, .84), rgba(8, 9, 12, .74)),
        radial-gradient(circle at 100% 0, rgba(255, 122, 24, .15), transparent 34%);
    box-shadow: 0 18px 48px rgba(0,0,0,.42), inset 0 0 24px rgba(255, 95, 24, .045);
    backdrop-filter: blur(14px);
}
.mu-top-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--mu-red), var(--mu-orange), var(--mu-gold));
    box-shadow: 0 0 22px rgba(255, 119, 24, .60);
}
.mu-top-card::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 211, 106, .12), transparent 68%);
    pointer-events: none;
}
.mu-top-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.mu-top-card-head span {
    display: block;
    margin-bottom: 5px;
    color: var(--mu-gold);
    font-family: var(--mu-display);
    font-size: 10px;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.mu-top-card-head strong {
    display: block;
    color: #fff;
    font-family: var(--mu-display);
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(255, 100, 24, .30);
}
.mu-top-card-head > a,
.mu-top-card-head > button {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 199, 80, .24);
    border-radius: 50%;
    background: rgba(255,255,255,.055);
    color: var(--mu-gold) !important;
    box-shadow: inset 0 0 18px rgba(255, 110, 24, .06);
}
.mu-top-card-head > button { cursor: pointer; }
.mu-top-card-head > a:hover,
.mu-top-card-head > button:hover {
    transform: translateY(-2px) rotate(-8deg);
    background: linear-gradient(135deg, rgba(255,45,27,.26), rgba(255,122,24,.16));
    box-shadow: var(--mu-glow);
}
.mu-top-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 10px 12px 70px;
}
.mu-top-list li {
    display: grid;
    grid-template-columns: 34px 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    margin: 0 0 7px;
    padding: 8px 9px;
    border: 1px solid rgba(255, 177, 58, .10);
    border-radius: 14px;
    background: rgba(255,255,255,.032);
}
.mu-top-list li.is-podium {
    border-color: rgba(255, 211, 106, .25);
    background: linear-gradient(90deg, rgba(255,45,27,.15), rgba(255,122,24,.07));
    box-shadow: inset 3px 0 0 rgba(255, 190, 66, .75);
}
.mu-top-place {
    color: var(--mu-gold);
    font-family: var(--mu-display);
    font-size: 12px;
    letter-spacing: .08em;
}
.mu-top-avatar,
.mu-top-emblem {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 185, 66, .26);
    background: rgba(0,0,0,.26);
    color: var(--mu-gold);
    box-shadow: 0 0 14px rgba(255, 105, 24, .18);
}
.mu-top-player {
    min-width: 0;
    color: rgba(255, 245, 225, .90);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mu-top-player a { color: rgba(255, 245, 225, .92) !important; text-decoration: none; }
.mu-top-player a:hover { color: var(--mu-gold) !important; }
.mu-top-score {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-family: var(--mu-display);
    font-size: 13px;
}
.mu-top-score small {
    color: rgba(255,245,225,.50);
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mu-top-empty {
    position: relative;
    z-index: 1;
    margin: 14px;
    padding: 18px;
    border: 1px dashed rgba(255, 177, 58, .22);
    border-radius: 16px;
    color: rgba(255,245,225,.64);
    text-align: center;
    background: rgba(255,255,255,.025);
}
.mu-top-link {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 203, 94, .28);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,45,27,.24), rgba(255,122,24,.12));
    color: #fff !important;
    font-family: var(--mu-display);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}
.mu-top-link:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(255,45,27,.90), rgba(255,122,24,.74), rgba(255,211,106,.58));
    box-shadow: var(--mu-glow);
}
.mu-event-preview {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    padding: 16px 14px 70px;
}
.mu-event-preview div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0 10px;
    align-items: center;
    padding: 13px;
    border-radius: 16px;
    border: 1px solid rgba(255, 177, 58, .13);
    background: rgba(255,255,255,.035);
}
.mu-event-preview i {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,45,27,.28), rgba(255,122,24,.16));
    color: var(--mu-gold);
}
.mu-event-preview span {
    color: #fff;
    font-family: var(--mu-display);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mu-event-preview small { color: rgba(255,245,225,.58); }
.mu-event-button { border: 0; cursor: pointer; }


/* HEADER DESKTOP DASHBOARD
   Muestra el panel del servidor en PC con la misma estética visible de celular,
   pero acomodado en formato ancho para que no quede escondido ni apretado. */
@media (min-width: 1101px) {
    #header.mu-hero {
        height: auto;
        min-height: 900px;
        overflow: hidden;
    }
    #header > .header-content-container {
        height: auto;
        min-height: 900px;
        padding-top: 122px;
        padding-bottom: 82px;
        align-items: center;
    }
    .mu-hero-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        text-align: center;
    }
    .mu-hero-copy {
        max-width: 960px;
        margin: 0 auto;
    }
    .mu-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }
    .mu-hero-actions,
    .mu-hero-badges {
        justify-content: center;
    }
    .mu-hero-panel {
        width: min(1040px, 100%);
        max-width: 1040px;
        margin: 0 auto;
        padding: 18px;
        text-align: left;
    }
    .mu-status-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px 20px;
        padding: 18px 22px;
    }
    .mu-status-main .mu-status-label {
        grid-column: 1;
        justify-content: flex-start;
    }
    .mu-status-main strong {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin: 0;
        font-size: clamp(38px, 4vw, 58px);
        text-align: right;
        color: #fff7dd;
        text-shadow: 0 0 22px rgba(255, 111, 24, .36);
    }
    .mu-status-main small {
        grid-column: 1;
        font-size: 13px;
    }
    .mu-status-main .progress {
        grid-column: 1 / -1;
    }
    .mu-status-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .mu-status-grid .mu-status-card,
    .mu-time-grid > div {
        min-height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mu-status-grid .mu-status-card strong {
        font-size: clamp(22px, 2.3vw, 34px);
    }
    .mu-time-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mu-language-row {
        justify-content: center;
    }
    .mu-language-row span {
        margin-right: 12px;
    }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .mu-nav-container { align-items: center; flex-direction: row; flex-wrap: wrap; padding-right: 64px; }
    .mu-nav-toggle { display: inline-block; }
    .mu-main-nav {
        width: 100%;
        flex: 0 0 100%;
        justify-content: flex-start;
        display: none;
        padding-top: 10px;
    }
    .mu-main-nav.is-open { display: flex; }
    #navbar ul { justify-content: flex-start; width: 100%; }
    #navbar ul li { width: calc(50% - 4px); }
    #navbar ul li a { display: block; text-align: center; }
    #header.mu-hero { height: auto; min-height: 0; }
    #header > .header-content-container { padding-top: 150px; padding-bottom: 64px; }
    .mu-hero-grid { grid-template-columns: 1fr; }
    .mu-hero-panel { max-width: 760px; }
    .mu-home-widget-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #container { margin-top: -20px; }
}
@media (max-width: 768px) {
    #navbar.mu-navbar { position: relative; min-height: 0; }
    .mu-navbar-language { top: 8px; right: 8px; }
    .mu-language-toggle { width: 44px; padding: 0; justify-content: center; }
    .mu-language-toggle span, .mu-language-toggle i { display: none; }
    .mu-language-dropdown { min-width: 158px; }
    .mu-brand { min-width: 0; }
    .mu-brand img { width: 74px; }
    #navbar ul { gap: 5px; }
    #navbar ul li { width: 100%; }
    #navbar ul li a { padding: 9px 10px; font-size: 11px; }
    #header > .header-content-container { padding-top: 40px; }
    .mu-hero-copy h1 { letter-spacing: .04em; }
    .mu-hero-actions { flex-direction: column; align-items: stretch; }
    .mu-btn { width: 100%; }
    .mu-status-grid, .mu-time-grid { grid-template-columns: 1fr; }
    .mu-home-widget-grid { grid-template-columns: 1fr; }
    .mu-top-card { min-height: 0; padding-bottom: 58px; }
    .mu-top-list li { grid-template-columns: 32px 30px minmax(0, 1fr) auto; }
    #container, .mu-castle-wrap { width: min(100% - 20px, 1180px); }
    .mu-slider-shell, .mu-castle-wrap, .mu-home-top-widgets { padding: 12px; border-radius: 20px; }
    #my-slider { height: 360px; border-radius: 18px !important; }
    #my-slider .mu-slide-caption, #my-slider .ism-caption-0 {
        left: 16px !important;
        width: calc(100% - 32px);
        padding: 18px !important;
    }
    #my-slider .mu-slide-caption p { display: none; }
    .mu-section-title { display: block; }
    .mu-section-title strong { display: block; margin-top: 4px; }
    .mu-module-shell { padding: 12px; }
    .panel-body { padding: 14px; }
    .castle-siege-banner { padding: 18px; font-size: 16px; }
}
@media (max-width: 480px) {
    .mu-hero-copy p { font-size: 15px; }
    .mu-kicker { font-size: 10px; letter-spacing: .10em; }
    #my-slider { height: 320px; }
    #my-slider .mu-slide-caption strong { font-size: 25px; }
    .sidebar-banner img { height: 104px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
    .mu-hero-video { display: none; }
}

/* ADMINCP SHORTCUT - visible only when templateCanShowAdminCpLink() allows it */
.mu-btn-admincp {
    background: linear-gradient(135deg, #2a0606 0%, #b61d17 46%, #ffb13b 100%);
    border-color: rgba(255, 213, 107, .58) !important;
    box-shadow: 0 14px 38px rgba(255, 47, 24, .34), 0 0 26px rgba(255, 184, 66, .22), inset 0 1px 0 rgba(255,255,255,.28);
}
#navbar ul li.mu-admincp-nav-item a {
    color: #fff8dd !important;
    background: linear-gradient(135deg, rgba(173, 23, 20, .50), rgba(255, 154, 34, .26));
    border-color: rgba(255, 198, 74, .46);
    box-shadow: 0 0 22px rgba(255, 81, 24, .24), inset 0 0 18px rgba(255, 210, 92, .08);
}
#navbar ul li.mu-admincp-nav-item a i { color: var(--mu-gold); margin-right: 6px; }
.panel-usercp ul li.mu-admincp-usercp-link a {
    background: linear-gradient(135deg, rgba(144, 17, 18, .62), rgba(255, 132, 28, .20));
    border-color: rgba(255, 203, 88, .45);
    color: #fff7df !important;
    box-shadow: inset 0 0 18px rgba(255, 173, 55, .10), 0 0 22px rgba(255, 66, 24, .16);
}
.panel-usercp ul li.mu-admincp-usercp-link a:hover {
    background: linear-gradient(135deg, rgba(200, 31, 22, .72), rgba(255, 177, 58, .28));
    box-shadow: 0 18px 46px rgba(255, 71, 24, .36), 0 0 28px rgba(255, 201, 80, .24);
}
