/*!
 * WebEngine CMS 1.2.5 - IGK005 Enhanced Gamer Dark Theme Override
 * Premium Dark Fantasy & Gamer Aesthetics for Mu Online
 */

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0e17;
}

::-webkit-scrollbar-thumb {
    background: #0284c7;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #38bdf8;
    box-shadow: 0 0 10px #38bdf8;
}

/* Global Reset & Gamer Theme */
body {
    background-color: #030712 !important;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.22) 0%, transparent 55%),
        radial-gradient(circle at 15% 45%, rgba(2, 132, 199, 0.1) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(14, 165, 233, 0.08) 0%, transparent 45%),
        linear-gradient(rgba(56, 189, 248, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
    background-attachment: fixed !important;
    color: #e2e8f0 !important;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    min-height: 100vh;
}

a {
    color: #38bdf8;
    transition: all 0.25s ease;
}

a:hover,
a:focus {
    color: #7dd3fc !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
    text-decoration: none !important;
}

/* Static Hero Banner */
.hero-banner {
    position: relative !important;
    width: 100% !important;
    height: 480px !important;
    max-height: 480px !important;
    overflow: hidden !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    display: block !important;
    clear: both !important;
    border-bottom: 2px solid rgba(56, 189, 248, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
}

.hero-banner-inner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.hero-img {
    width: 100% !important;
    height: 480px !important;
    object-fit: cover !important;
    object-position: center top !important;
    filter: brightness(0.95);
    display: block;
}

.hero-overlay-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 3 !important;
}

.hero-overlay-wrapper .container {
    position: relative !important;
    max-width: 1300px !important;
    height: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.hero-logo-box {
    position: absolute !important;
    top: 50% !important;
    left: 15px !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation: floatLogo 4s ease-in-out infinite alternate;
}

.hero-main-logo {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    filter: drop-shadow(0 0 25px rgba(56, 189, 248, 0.75)) drop-shadow(0 15px 35px rgba(0, 0, 0, 0.95)) !important;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-main-logo:hover {
    transform: scale(1.04);
    filter: drop-shadow(0 0 35px rgba(56, 189, 248, 0.95)) drop-shadow(0 20px 45px rgba(0, 0, 0, 0.95)) !important;
}

@keyframes floatLogo {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-8px);
    }
}

.hero-caption {
    position: absolute !important;
    bottom: 35px !important;
    right: 15px !important;
    pointer-events: auto !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 480px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.hero-title {
    font-family: 'Rajdhani', 'Cinzel', sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.8), 0 4px 15px rgba(0, 0, 0, 0.9) !important;
    margin-bottom: 6px !important;
    margin-right: 0 !important;
}

.hero-subtitle {
    font-size: 14px !important;
    color: #e2e8f0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9) !important;
    margin-bottom: 12px !important;
    margin-right: 0 !important;
}

/* Hero Online Card & Loading Progress Bar */
.hero-online-card {
    display: block !important;
    background: rgba(8, 12, 20, 0.92) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    width: 380px !important;
    max-width: 100% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 230, 118, 0.25) !important;
    backdrop-filter: blur(8px);
    text-align: left !important;
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    .hero-logo-box {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 20px auto !important;
    }

    .hero-main-logo {
        max-height: 160px !important;
    }

    .hero-caption {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        align-items: center !important;
        text-align: center !important;
        max-width: 100% !important;
        padding-bottom: 25px !important;
    }

    .hero-title,
    .hero-subtitle {
        text-align: center !important;
    }

    .hero-online-card {
        margin: 0 auto !important;
    }
}

.hero-online-label {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    color: #cbd5e1 !important;
}

.hero-online-num {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
}

.hero-online-progress {
    height: 10px !important;
    background: rgba(15, 23, 42, 0.9) !important;
    border-radius: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    overflow: hidden !important;
    margin-top: 4px !important;
}

.hero-online-progress .progress-bar {
    background: linear-gradient(90deg, #0284c7, #00b4d8, #00e676) !important;
    box-shadow: 0 0 10px rgba(0, 230, 118, 0.6) !important;
}

.blink {
    animation: blinkAnim 1.5s infinite;
}

@keyframes blinkAnim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.subpage-header {
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.98), rgba(15, 23, 42, 0.9));
    border-bottom: 2px solid rgba(56, 189, 248, 0.35);
    padding: 25px 0;
    margin-bottom: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.7), 0 0 15px rgba(56, 189, 248, 0.15);
}

.subpage-header h3 {
    font-family: 'Rajdhani', 'Cinzel', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}

/* Containers */
section,
#about {
    position: relative !important;
    z-index: 5 !important;
    display: block !important;
    width: 100% !important;
    margin-top: 15px !important;
    padding: 0 0 35px 0 !important;
    background: transparent !important;
    border: none !important;
    clear: both !important;
    top: 0 !important;
}

.container {
    max-width: 1300px !important;
}

.contenedor {
    background: rgba(11, 16, 26, 0.96) !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 20px rgba(56, 189, 248, 0.08) !important;
    padding: 25px !important;
    backdrop-filter: blur(10px);
    margin: 0 auto !important;
}

.sidebar-block {
    background: rgba(15, 23, 42, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45) !important;
    padding: 15px !important;
    transition: all 0.3s ease !important;
}

.sidebar-block:hover {
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(56, 189, 248, 0.12) !important;
}

/* Navigation Bar Core Fix */
#mainNav {
    background: rgba(8, 12, 20, 0.98) !important;
    border-bottom: 2px solid rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.85), 0 0 15px rgba(56, 189, 248, 0.15) !important;
    padding: 8px 0 !important;
    min-height: 70px !important;
    backdrop-filter: blur(12px);
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

#mainNav .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#mainNav .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#mainNav .navbar-brand img,
#mainNav .navbar-logo {
    margin: 0 !important;
    padding: 0 !important;
    height: 54px !important;
    max-height: 54px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.45));
    transition: transform 0.3s ease, filter 0.3s ease;
}

#mainNav .navbar-brand:hover img {
    transform: scale(1.06);
    filter: drop-shadow(0 0 18px rgba(56, 189, 248, 0.85));
}

#mainNav .navbar-collapse {
    align-items: center !important;
    justify-content: center !important;
}

#mainNav .navbar-nav,
#mainNav ul {
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    list-style: none !important;
}

#mainNav li,
#mainNav .nav-item {
    margin: 0 3px !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
}

#mainNav li:hover,
#mainNav .nav-item:hover {
    background: transparent !important;
}

#mainNav li::before,
#mainNav li::after,
#mainNav li a::before,
#mainNav li a::after,
#mainNav .nav-item::before,
#mainNav .nav-item::after {
    display: none !important;
    content: none !important;
}

#mainNav .nav-link {
    color: #cbd5e1 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 7px 13px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    line-height: 1.3 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

#mainNav .nav-link i {
    color: #38bdf8;
    font-size: 14px;
    transition: transform 0.2s ease;
}

#mainNav .nav-link:hover i {
    transform: scale(1.15);
}

#mainNav .nav-item:not(.navbar-register) .nav-link:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(2, 132, 199, 0.1)) !important;
    border: 1px solid rgba(56, 189, 248, 0.45) !important;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.8) !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.25) !important;
}

#mainNav .nav-item.active:not(.navbar-register) .nav-link {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.12) !important;
    border: 1px solid rgba(56, 189, 248, 0.4) !important;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.25) !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
}

#mainNav .navbar-register,
#mainNav .navbar-login,
#mainNav .dropdown-usercp {
    margin: 0 3px !important;
    padding: 0 !important;
}

#mainNav .navbar-register .nav-link {
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    color: #ffffff !important;
    border: 1px solid #38bdf8 !important;
    box-shadow: 0 2px 10px rgba(2, 132, 199, 0.45) !important;
    padding: 7px 15px !important;
}

#mainNav .navbar-register .nav-link:hover {
    background: linear-gradient(135deg, #0369a1, #0ea5e9) !important;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.75) !important;
    transform: translateY(-1px);
    border-color: #7dd3fc !important;
}

#mainNav .navbar-register .nav-link i {
    color: #ffffff !important;
}

/* Header & Server Time */
.horario-server {
    text-align: right !important;
}

.Server-Time {
    background: rgba(10, 15, 25, 0.85);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 6px;
    padding: 5px 14px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: border-color 0.25s ease;
}

.Server-Time:hover {
    border-color: rgba(56, 189, 248, 0.5);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.25);
}

.Server-Time time {
    color: #00e676;
    font-weight: 700;
    margin-left: 4px;
    text-shadow: 0 0 8px rgba(0, 230, 118, 0.6);
}

.Server-Time span {
    color: #cbd5e1;
    font-size: 12px;
}

/* Gamer Titles & Section Headers */
.miniranks {
    background: linear-gradient(90deg, rgba(2, 132, 199, 0.35), rgba(15, 23, 42, 0.8)) !important;
    border-left: 4px solid #38bdf8 !important;
    border-top: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.25) !important;
    color: #ffffff !important;
    padding: 9px 15px !important;
    font-family: 'Rajdhani', 'Cinzel', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 6px 6px 0 !important;
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.5) !important;
}

.miniranks i {
    color: #38bdf8;
    font-size: 15px;
    filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.7));
}

.page-title,
h1,
h2,
h3,
h4 {
    color: #f8fafc !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

/* News Panels */
.panel-news {
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    border-radius: 10px !important;
    margin-bottom: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease !important;
}

.panel-news:hover {
    border-color: rgba(56, 189, 248, 0.55) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-2px);
}

.panel-news .panel-heading {
    background: linear-gradient(90deg, rgba(2, 132, 199, 0.25), rgba(15, 23, 42, 0.6)) !important;
    padding: 4px 20px !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.2) !important;
}

.panel-news .panel-title {
    margin: 0 !important;
    font-family: 'Rajdhani', sans-serif !important;
}

.panel-news .panel-title a {
    color: #f8fafc !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.panel-news .panel-title a:hover {
    color: #38bdf8 !important;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.8) !important;
}

.panel-news .panel-body {
    padding: 20px !important;
    color: #cbd5e1 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.panel-news .panel-footer {
    background: rgba(8, 12, 20, 0.85) !important;
    padding: 10px 20px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex;
    justify-content: flex-end;
}

.news-readmore {
    display: inline-block !important;
    margin-top: 12px !important;
    padding: 7px 18px !important;
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    color: #ffffff !important;
    border: 1px solid #38bdf8 !important;
    border-radius: 6px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(2, 132, 199, 0.4) !important;
    transition: all 0.25s ease !important;
}

.news-readmore:hover {
    background: linear-gradient(135deg, #0369a1, #0ea5e9) !important;
    color: #ffffff !important;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.7) !important;
    transform: translateY(-2px);
}

/* Downloads & Module Panels */
.panel-downloads,
.panel-default,
.panel-general,
.panel-addstats {
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-radius: 10px !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important;
    color: #cbd5e1 !important;
    transition: border-color 0.3s ease !important;
}

.panel-downloads:hover,
.panel-default:hover {
    border-color: rgba(56, 189, 248, 0.45) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(56, 189, 248, 0.15) !important;
}

.panel-downloads>.panel-body>.panel-title,
.panel-downloads h3,
.panel-downloads h4 {
    color: #f8fafc !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.2) !important;
    padding-bottom: 10px !important;
}

.panel-downloads .table {
    margin-top: 10px !important;
    background: rgba(10, 15, 25, 0.75) !important;
}

.panel-downloads .table tr td {
    padding: 14px 15px !important;
    color: #cbd5e1 !important;
    vertical-align: middle !important;
}

.download-description {
    color: #94a3b8 !important;
    font-size: 12px !important;
}

/* Rankings Navigation & Class Filters */
.rankings_menu {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.rankings_menu a {
    padding: 9px 18px !important;
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #cbd5e1 !important;
    border-radius: 6px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.rankings_menu a:hover,
.rankings_menu a.active {
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    border-color: #38bdf8 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.55) !important;
    transform: translateY(-2px);
}

.rankings-class-filter {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
}

.rankings-class-filter li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.rankings-class-filter li::before {
    display: none !important;
    content: "" !important;
}

.rankings-class-filter a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #94a3b8 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
}

.rankings-class-filter a:hover {
    color: #38bdf8 !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}

.rankings-class-filter img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    background: #0f172a !important;
    transition: all 0.25s ease !important;
    margin-bottom: 5px !important;
}

.rankings-class-filter a:hover img {
    border-color: #38bdf8 !important;
    transform: translateY(-4px) scale(1.1) !important;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.7) !important;
}

.rankings-class-filter-grayscale img {
    filter: grayscale(100%) opacity(40%) !important;
}

/* Tables */
.table {
    width: 100% !important;
    color: #e2e8f0 !important;
    background: rgba(15, 23, 42, 0.75) !important;
    border: 1px solid rgba(56, 189, 248, 0.15) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
}

.table thead th,
.table th {
    background: rgba(20, 30, 48, 0.98) !important;
    color: #38bdf8 !important;
    border-bottom: 2px solid rgba(56, 189, 248, 0.4) !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 12px 12px !important;
    vertical-align: middle !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.4);
}

.table td {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 11px 12px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    color: #cbd5e1 !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.table tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.015) !important;
}

.table tbody tr:hover td {
    background: rgba(56, 189, 248, 0.1) !important;
    color: #ffffff !important;
}

/* Form Controls & Inputs */
.form-control {
    background: rgba(10, 15, 25, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #f8fafc !important;
    border-radius: 6px !important;
    padding: 9px 13px !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
}

.form-control:focus {
    border-color: #38bdf8 !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.5) !important;
    background: rgba(15, 23, 42, 0.95) !important;
    color: #ffffff !important;
}

.input-group-text {
    background: rgba(20, 30, 48, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #38bdf8 !important;
}

.icon-login {
    background: rgba(20, 30, 48, 0.95) !important;
    color: #38bdf8 !important;
}

.ServerInfoIzq,
.UserCPInfoIzq {
    background: rgba(20, 30, 48, 0.9) !important;
    color: #cbd5e1 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.ServerInfoDer,
.UserCPInfoDer {
    background: rgba(10, 15, 25, 0.95) !important;
    color: #f8fafc !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Alerts */
.alert-success {
    background: rgba(16, 185, 129, 0.15) !important;
    border: 1px solid rgba(16, 185, 129, 0.45) !important;
    color: #34d399 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.15) !important;
}

.alert-danger {
    background: rgba(239, 68, 68, 0.15) !important;
    border: 1px solid rgba(239, 68, 68, 0.45) !important;
    color: #f87171 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.15) !important;
}

.alert-info {
    background: rgba(56, 189, 248, 0.15) !important;
    border: 1px solid rgba(56, 189, 248, 0.45) !important;
    color: #38bdf8 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.15) !important;
}

.alert-warning {
    background: rgba(245, 158, 11, 0.15) !important;
    border: 1px solid rgba(245, 158, 11, 0.45) !important;
    color: #fbbf24 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.15) !important;
}

/* Buttons */
.btn-primary,
.btn-dark,
.btn-castlewidget {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 50%, #075985 100%) !important;
    border: 1px solid #38bdf8 !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 12px rgba(2, 132, 199, 0.45) !important;
    transition: all 0.25s ease !important;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-castlewidget:hover {
    background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%) !important;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.7), 0 4px 15px rgba(2, 132, 199, 0.5) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    border-color: #7dd3fc !important;
}

.buttons-reg img {
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}

.buttons-reg img:hover {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.1) drop-shadow(0 0 12px rgba(56, 189, 248, 0.6));
}

/* Castle Siege Widget */
.widget-menu {
    border: 1px solid rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6) !important;
    transition: all 0.3s ease !important;
}

.widget-menu:hover {
    border-color: rgba(245, 158, 11, 0.65) !important;
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.3), 0 8px 25px rgba(0, 0, 0, 0.7) !important;
}

/* Compact Ranking Tabs */
#rankingTabs {
    background: rgba(8, 12, 20, 0.7) !important;
    padding: 4px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(56, 189, 248, 0.15) !important;
}

#rankingTabs .nav-link {
    background: transparent !important;
    color: #94a3b8 !important;
    border-radius: 4px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    padding: 5px 8px !important;
}

#rankingTabs .nav-link:hover {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.15) !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
}

#rankingTabs .nav-link.active {
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    color: #ffffff !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.5) !important;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5) !important;
}

#rankingTabsContent .d-flex.align-items-center {
    transition: all 0.2s ease;
}

#rankingTabsContent .d-flex.align-items-center:hover {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.15), rgba(15, 23, 42, 0.9)) !important;
    transform: translateX(3px);
    border-color: rgba(56, 189, 248, 0.35) !important;
}

/* Footer */
footer {
    background: rgba(6, 9, 15, 0.98) !important;
    border-top: 2px solid rgba(56, 189, 248, 0.25) !important;
    color: #64748b !important;
}

footer p {
    color: #94a3b8 !important;
    font-family: 'Rajdhani', sans-serif !important;
    letter-spacing: 0.5px !important;
}

/* ==========================================================================
   VIP PLUS GRATIS FLOATING WIDGET & MODAL CARD
   ========================================================================== */

.vip-floating-trigger {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vip-floating-trigger:hover {
    transform: translateY(-4px) scale(1.1);
}

.vip-trigger-badge {
    display: none !important;
}

.vip-whatsapp-label {
    display: none;
}

.vip-trigger-icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(8, 14, 26, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #38bdf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.8), 0 0 35px rgba(2, 132, 199, 0.5), inset 0 0 15px rgba(56, 189, 248, 0.35);
    animation: neonVipPulse 2.4s ease-in-out infinite alternate;
}

.vip-trigger-icon::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px dashed rgba(56, 189, 248, 0.7);
    animation: rotateNeonRing 10s linear infinite;
    pointer-events: none;
}

@keyframes rotateNeonRing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes neonVipPulse {
    0% {
        box-shadow: 0 0 15px rgba(56, 189, 248, 0.7), 0 0 30px rgba(2, 132, 199, 0.4), inset 0 0 10px rgba(56, 189, 248, 0.25);
        border-color: #38bdf8;
    }
    100% {
        box-shadow: 0 0 28px rgba(56, 189, 248, 1), 0 0 50px rgba(2, 132, 199, 0.7), inset 0 0 22px rgba(56, 189, 248, 0.5);
        border-color: #7dd3fc;
    }
}

/* Horizontal WhatsApp Mode for Floating Trigger */
.vip-floating-trigger.is-whatsapp {
    display: flex;
    align-items: center;
    background: rgba(10, 24, 16, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 2px solid #25D366;
    border-radius: 35px;
    padding: 6px 8px 6px 22px;
    gap: 14px;
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.8), 0 0 45px rgba(37, 211, 102, 0.4), inset 0 0 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vip-floating-trigger.is-whatsapp:hover {
    transform: translateY(-4px) scale(1.05);
    background: rgba(15, 35, 22, 0.88);
    border-color: #55f08e;
    box-shadow: 0 0 30px rgba(37, 211, 102, 1), 0 0 55px rgba(37, 211, 102, 0.65), inset 0 0 20px rgba(255, 255, 255, 0.3);
}

.vip-floating-trigger.is-whatsapp .vip-whatsapp-label {
    display: inline-block !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(37, 211, 102, 0.9), 0 0 20px rgba(37, 211, 102, 0.6);
    white-space: nowrap;
}

.vip-floating-trigger.is-whatsapp .vip-trigger-icon {
    width: 44px;
    height: 44px;
    background: rgba(37, 211, 102, 0.25);
    border: 1.5px solid #25D366;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.6);
    animation: none;
}

.vip-floating-trigger.is-whatsapp .vip-trigger-icon::after {
    display: none;
}

/* VIP Modal Container & Card - Translucent Cyan / Blue Gamer */
.vip-modal-container {
    position: fixed;
    bottom: 95px;
    right: 25px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.92);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.vip-modal-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.vip-modal-card {
    position: relative;
    width: 360px;
    background: rgba(8, 14, 26, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1.5px solid rgba(56, 189, 248, 0.6);
    border-radius: 16px;
    box-shadow: 0 0 35px rgba(56, 189, 248, 0.35), 0 20px 60px rgba(0, 0, 0, 0.9), inset 0 0 20px rgba(56, 189, 248, 0.12);
    overflow: hidden;
}

.vip-modal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #38bdf8 50%, transparent 100%);
    box-shadow: 0 0 10px #38bdf8;
}

.vip-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #38bdf8;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 10;
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.3);
}

.vip-modal-close:hover {
    background: #38bdf8;
    color: #030712;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
    transform: rotate(90deg);
}

.vip-modal-header {
    background: rgba(56, 189, 248, 0.08);
    border-bottom: 1px solid rgba(56, 189, 248, 0.25);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vip-gift-icon {
    font-size: 22px;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.9));
}

.vip-modal-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 2px;
    color: #38bdf8;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.8);
    margin: 0;
    text-transform: uppercase;
}

.vip-modal-body {
    padding: 18px;
}

.vip-promo-heading {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.vip-promo-sub {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    color: #cbd5e1;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.vip-benefits-box {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6);
}

.vip-benefit-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #38bdf8;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}

.vip-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.vip-benefit-item {
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #f1f5f9;
    background: rgba(56, 189, 248, 0.06);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 6px;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip-check {
    color: #00e676;
    margin-right: 5px;
    font-weight: 900;
    text-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.vip-claim-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    position: relative !important;
    width: 100% !important;
    clear: both !important;
}

.vip-btn-claim {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    z-index: 1 !important;
    margin: 0 !important;
}

.vip-btn-claim.vip-whatsapp-btn,
.vip-btn-claim.whatsapp {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    background: rgba(37, 211, 102, 0.25) !important;
    color: #ffffff !important;
    border: 1.5px solid #25D366 !important;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.4), inset 0 0 10px rgba(37, 211, 102, 0.2) !important;
    text-shadow: 0 0 8px rgba(37, 211, 102, 0.8) !important;
}

.vip-btn-claim.vip-whatsapp-btn:hover,
.vip-btn-claim.whatsapp:hover {
    background: rgba(37, 211, 102, 0.55) !important;
    border-color: #55f08e !important;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.85), inset 0 0 15px rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) scale(1.02) !important;
}

.vip-btn-claim.vip-discord-btn,
.vip-btn-claim.discord {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    background: rgba(88, 101, 242, 0.25) !important;
    color: #ffffff !important;
    border: 1.5px solid #5865F2 !important;
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.4), inset 0 0 10px rgba(88, 101, 242, 0.2) !important;
    text-shadow: 0 0 8px rgba(88, 101, 242, 0.8) !important;
}

.vip-btn-claim.vip-discord-btn:hover,
.vip-btn-claim.discord:hover {
    background: rgba(88, 101, 242, 0.55) !important;
    border-color: #8a96ff !important;
    box-shadow: 0 0 25px rgba(88, 101, 242, 0.85), inset 0 0 15px rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) scale(1.02) !important;
}

.vip-discord-svg {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
}

.vip-whatsapp-svg {
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
}

.vip-floating-trigger.is-whatsapp .vip-whatsapp-svg {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 8px rgba(37, 211, 102, 0.9));
}

.vip-footer-badge {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #38bdf8;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}

/* ==========================================================================
   FACEBOOK SIDEBAR BLOCK
   ========================================================================== */

.facebook-sidebar-block {
    background: rgba(15, 23, 42, 0.85) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

.facebook-sidebar-block .fb-page-wrapper {
    background: #0f1923;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.facebook-sidebar-block iframe {
    max-width: 100%;
    border-radius: 6px;
}

.btn-facebook {
    transition: all 0.25s ease !important;
}

.btn-facebook:hover {
    background: linear-gradient(135deg, #2584ff, #1877f2) !important;
    box-shadow: 0 0 18px rgba(24, 119, 242, 0.75) !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}