/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/*Fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap');

* {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    list-style: none;
    outline: none;
}

.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;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #231E20 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

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

.form-control {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    color: #666;
}

.form-control:focus {
    border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ff0000;
}

.btn-primary {
    color: #8e867e;
    background-color: transparent;
    border-color: #55444e;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important;
    background-color: #1b1718 !important;
    border-color: #734f63 !important
}

/* Menu Navbar*/
#navigation-top {
    width: 100%;
    height: 52px;
    background: url(../img/nav-bg.png) no-repeat top center;
    position: relative;
    z-index: 100;
}

.navigation-top-in {
    max-width: 1150px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    font-family: "Georgia";
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 0px 17px 0px 17px;
    font-size: 15px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
}

#cssmenu>ul>li>a:hover {
    color: #ffffff;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.my-account {
    width: 218px;
    height: 51px;
    margin: 0px -130px 0px 0px;
}

.accPanel {
    background: url(../img/myaccount.jpg) no-repeat left center;
    display: block;
    width: 218px;
    height: 51px;
    line-height: 52px;
    font-family: "Georgia";
    font-variant: small-caps;
    color: #c4b9a0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

.accPanel:hover {
    background: url(../img/myaccount-hover.jpg) no-repeat left center;
    color: #fff;
}

.languages {
    display: flex;
    align-items: stretch;
    margin: 18px 40px 0px 0px;
    width: 100px;
}

#ServerTime {
    color: #ab9f9c;
}

/*Menu Lenguaje*/
#langmenu,
#langmenu ul,
#langmenu ul li,
#langmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#langmenu {
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
}

#langmenu>ul>li {
    float: left;
}

#langmenu>ul>li>a {
    /*padding: 0px 17px 0px 17px;
    font-size: 15px;*/
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    /*height: 52px;*/
    /*line-height: 52px;*/
    display: inline-block;
    list-style-type: none;
    background: #333333;
    padding: 0px 5px 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#langmenu>ul>li:hover>a {
    color: #ffffff;
}

#langmenu>ul>li.has-sub>a {
    /*padding-right: 30px;*/
}

#langmenu ul ul {
    position: absolute;
    left: -9999px;
}

#langmenu li:hover>ul {
    left: auto;
}

#langmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#langmenu li:hover>ul>li {
    height: 35px;
}

#langmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 15px;
    width: 80px;
    font-size: 14px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    letter-spacing: 0.3px;
    background: url(../img/some-bg.jpg);
    font-family: "Times New Roman";
}

#langmenu ul ul li:hover>a,
#langmenu ul ul li a:hover {
    color: #ffffff;
}

/*Efectos*/
/* ==========================================================================
   HEADER ELECTRIC AURA & CYAN LIGHTNING BOLTS SYSTEM
   ========================================================================== */

#body {
    background-image: none;
}

/* 1. Electric Aura behind logo (Ultra-Smooth 60fps Blue to Purple Chromatic Transition) */
.header-electric-aura {
    position: absolute;
    width: 780px;
    height: 440px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(0, 240, 255, 0.45) 0%, rgba(0, 102, 255, 0.25) 45%, rgba(0, 0, 0, 0) 75%);
    pointer-events: none;
    animation: smoothAuraHueShift 8s ease-in-out infinite alternate;
    z-index: 1;
    will-change: filter, transform, opacity;
}

@keyframes smoothAuraHueShift {
    0% {
        opacity: 0.45;
        transform: translateX(-50%) scale(0.92);
        filter: hue-rotate(0deg) drop-shadow(0 0 20px rgba(0, 240, 255, 0.6));
    }

    33% {
        opacity: 0.85;
        transform: translateX(-50%) scale(1.05);
        filter: hue-rotate(45deg) drop-shadow(0 0 30px rgba(65, 105, 225, 0.8));
    }

    66% {
        opacity: 0.7;
        transform: translateX(-50%) scale(0.96);
        filter: hue-rotate(95deg) drop-shadow(0 0 25px rgba(138, 43, 226, 0.75));
    }

    100% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1.08);
        filter: hue-rotate(135deg) drop-shadow(0 0 35px rgba(186, 85, 211, 0.85));
    }
}

/* 2. Lightning Bolts Container & Flashes (Diagonal & Staggered Delay) */
/* 2. Lightning Bolts Container & Flashes (Longer Fiery Red-to-Orange Bolts) */
.lightning-flash-container {
    position: absolute;
    width: 100%;
    height: 650px;
    top: -50px;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.lightning-flash {
    position: absolute;
    top: -60px;
    background: linear-gradient(145deg, #ffffff 0%, #ff2a00 35%, #ff7700 75%, transparent 100%);
    box-shadow: 0 0 25px #ff2200, 0 0 50px #ff6600, 0 0 80px #ffffff;
    opacity: 0;
    border-radius: 2px;
    transform-origin: top center;
}

.lightning-flash.bolt-1 {
    left: 10%;
    width: 4px;
    height: 680px;
    transform: rotate(38deg);
    animation: strikeBolt1 4.6s infinite 0.4s;
}

.lightning-flash.bolt-2 {
    right: 12%;
    width: 5px;
    height: 720px;
    transform: rotate(-35deg);
    animation: strikeBolt2 5.8s infinite 2.2s;
}

.lightning-flash.bolt-3 {
    left: 45%;
    width: 6px;
    height: 750px;
    transform: rotate(26deg);
    animation: strikeBolt3 4.9s infinite 1.2s;
}

.lightning-flash.bolt-4 {
    left: 28%;
    width: 4px;
    height: 660px;
    transform: rotate(-42deg);
    animation: strikeBolt4 6.2s infinite 3.5s;
}

.lightning-flash.bolt-5 {
    right: 32%;
    width: 5px;
    height: 700px;
    transform: rotate(32deg);
    animation: strikeBolt5 5.3s infinite 1.7s;
}

@keyframes strikeBolt1 {

    0%,
    82%,
    90%,
    100% {
        opacity: 0;
    }

    83% {
        opacity: 0.95;
        transform: rotate(38deg) scaleY(1.1);
        filter: brightness(1.8);
    }

    84% {
        opacity: 0.2;
    }

    85% {
        opacity: 1;
        transform: rotate(40deg) scaleY(1.2);
        filter: brightness(2.2);
    }

    86% {
        opacity: 0.15;
    }

    87% {
        opacity: 0.85;
    }
}

@keyframes strikeBolt2 {

    0%,
    85%,
    93%,
    100% {
        opacity: 0;
    }

    86% {
        opacity: 1;
        transform: rotate(-35deg) scaleY(1.15);
        filter: brightness(2.0);
    }

    87% {
        opacity: 0.25;
    }

    88% {
        opacity: 0.95;
        transform: rotate(-33deg) scaleY(1.2);
    }

    89% {
        opacity: 0.15;
    }

    90% {
        opacity: 0.8;
    }
}

@keyframes strikeBolt3 {

    0%,
    80%,
    88%,
    100% {
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: rotate(26deg) scaleY(1.2);
        filter: brightness(2.1);
    }

    82% {
        opacity: 0.2;
    }

    83% {
        opacity: 0.9;
    }

    84% {
        opacity: 0.1;
    }

    85% {
        opacity: 0.85;
    }
}

@keyframes strikeBolt4 {

    0%,
    87%,
    95%,
    100% {
        opacity: 0;
    }

    88% {
        opacity: 0.95;
        transform: rotate(-42deg) scaleY(1.1);
        filter: brightness(1.9);
    }

    89% {
        opacity: 0.2;
    }

    90% {
        opacity: 1;
        transform: rotate(-40deg) scaleY(1.2);
    }

    91% {
        opacity: 0.15;
    }

    92% {
        opacity: 0.85;
    }
}

@keyframes strikeBolt5 {

    0%,
    83%,
    91%,
    100% {
        opacity: 0;
    }

    84% {
        opacity: 1;
        transform: rotate(32deg) scaleY(1.15);
        filter: brightness(2.0);
    }

    85% {
        opacity: 0.25;
    }

    86% {
        opacity: 0.95;
        transform: rotate(34deg) scaleY(1.2);
    }

    87% {
        opacity: 0.1;
    }

    88% {
        opacity: 0.8;
    }
}

/* 3. Electric Spark Particles (Fiery Red to Orange Sparks) */
.electric-sparks {
    position: absolute;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
}

.spark-particle {
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #ff3300 45%, rgba(255, 119, 0, 0) 100%);
    box-shadow: 0 0 10px #ff2200, 0 0 22px #ff6600;
    animation: electricFloat 4s ease-in-out infinite;
    opacity: 0;
}

.spark-particle.s1 {
    left: 8%;
    width: 5px;
    height: 5px;
    animation-duration: 3.5s;
    animation-delay: 0.1s;
}

.spark-particle.s2 {
    left: 15%;
    width: 7px;
    height: 7px;
    animation-duration: 4.8s;
    animation-delay: 1.0s;
}

.spark-particle.s3 {
    left: 22%;
    width: 4px;
    height: 4px;
    animation-duration: 3.2s;
    animation-delay: 0.5s;
}

.spark-particle.s4 {
    left: 29%;
    width: 6px;
    height: 6px;
    animation-duration: 5.0s;
    animation-delay: 1.6s;
}

.spark-particle.s5 {
    left: 36%;
    width: 8px;
    height: 8px;
    animation-duration: 4.1s;
    animation-delay: 0.3s;
}

.spark-particle.s6 {
    left: 43%;
    width: 5px;
    height: 5px;
    animation-duration: 3.8s;
    animation-delay: 1.9s;
}

.spark-particle.s7 {
    left: 50%;
    width: 7px;
    height: 7px;
    animation-duration: 4.5s;
    animation-delay: 1.2s;
}

.spark-particle.s8 {
    left: 57%;
    width: 4px;
    height: 4px;
    animation-duration: 3.4s;
    animation-delay: 0.8s;
}

.spark-particle.s9 {
    left: 64%;
    width: 6px;
    height: 6px;
    animation-duration: 4.9s;
    animation-delay: 2.2s;
}

.spark-particle.s10 {
    left: 71%;
    width: 5px;
    height: 5px;
    animation-duration: 4.3s;
    animation-delay: 0.4s;
}

.spark-particle.s11 {
    left: 78%;
    width: 7px;
    height: 7px;
    animation-duration: 3.9s;
    animation-delay: 2.5s;
}

.spark-particle.s12 {
    left: 85%;
    width: 6px;
    height: 6px;
    animation-duration: 4.7s;
    animation-delay: 2.9s;
}

.spark-particle.s13 {
    left: 92%;
    width: 5px;
    height: 5px;
    animation-duration: 3.6s;
    animation-delay: 0.7s;
}

.spark-particle.s14 {
    left: 12%;
    width: 8px;
    height: 8px;
    animation-duration: 4.4s;
    animation-delay: 1.8s;
}

.spark-particle.s15 {
    left: 25%;
    width: 6px;
    height: 6px;
    animation-duration: 3.7s;
    animation-delay: 0.9s;
}

.spark-particle.s16 {
    left: 38%;
    width: 7px;
    height: 7px;
    animation-duration: 5.2s;
    animation-delay: 2.1s;
}

.spark-particle.s17 {
    left: 48%;
    width: 5px;
    height: 5px;
    animation-duration: 4.0s;
    animation-delay: 0.2s;
}

.spark-particle.s18 {
    left: 61%;
    width: 8px;
    height: 8px;
    animation-duration: 3.3s;
    animation-delay: 1.4s;
}

.spark-particle.s19 {
    left: 74%;
    width: 6px;
    height: 6px;
    animation-duration: 4.6s;
    animation-delay: 2.7s;
}

.spark-particle.s20 {
    left: 88%;
    width: 7px;
    height: 7px;
    animation-duration: 3.8s;
    animation-delay: 1.1s;
}

.spark-particle.s21 {
    left: 18%;
    width: 5px;
    height: 5px;
    animation-duration: 4.2s;
    animation-delay: 2.4s;
}

.spark-particle.s22 {
    left: 33%;
    width: 9px;
    height: 9px;
    animation-duration: 5.1s;
    animation-delay: 0.6s;
}

.spark-particle.s23 {
    left: 67%;
    width: 6px;
    height: 6px;
    animation-duration: 3.5s;
    animation-delay: 1.7s;
}

.spark-particle.s24 {
    left: 81%;
    width: 8px;
    height: 8px;
    animation-duration: 4.8s;
    animation-delay: 2.0s;
}

@keyframes electricFloat {
    0% {
        transform: translateY(0) translateX(0) scale(0.6);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        transform: translateY(-170px) translateX(20px) scale(1.2);
        opacity: 0.9;
    }

    80% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(-350px) translateX(-25px) scale(0.3);
        opacity: 0;
    }
}

/*Barra Register*/
.top-files-panel {
    height: 58px;
    max-width: 650px;
    width: auto;
    background: url(../img/files.png) no-repeat bottom right;
    bottom: -85px;
    position: absolute;
    padding: 0px 30px 0px 0px;
    z-index: 7000;
    display: flex;
    text-align: initial;
}

.start-game a {
    display: block;
    width: 256px;
    height: 58px;
    background: url(../img/startgame.png) no-repeat bottom right;
    margin: 0px 0px 0px -10px;
    line-height: 65px;
    text-indent: 60px;
    letter-spacing: 0.7px;
    color: #fff;
    text-decoration: none;
    font-family: "Georgia";
    font-variant: small-caps;
    font-size: 15px;
    font-weight: 100;
}

.start-game a:hover {
    background: url(../img/startgame-hover.png) no-repeat bottom right;
}

.panelDownBlock {
    display: flex;
}

.torrent,
.cloud {
    /* height: 33px; */
    margin: 17px 10px 0px 10px;
    padding: 7px 10px 0px 50px;
}

.torrent span,
.cloud span {
    display: block;
    height: 14px;
}

.torrent {
    background: url(../img/torrent.png?v4) no-repeat left center;
}

.whatsapp-block {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2325D366' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") no-repeat left center !important;
    background-size: 34px 34px !important;
}

.whatsapp-block .download-title a:hover {
    color: #25D366 !important;
    text-shadow: 0 0 10px rgba(37, 211, 102, 0.6);
}

.download-title a {
    font-family: "Georgia";
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    color: #ada0a2;
    text-decoration: none;
}

.download-title a:hover {
    color: rgb(255, 255, 255);
}

.file-title {
    font-size: 10px;
    color: #746264;
}

.cloud {
    background: url(../img/cloud.png) no-repeat left center;
}

/*Fix Header*/
#header {
    /*max-width: 1040px;*/
    max-width: 1200px;
    /*height: 45vh;*/
    position: relative;
}

/*Container*/
#container {
    /*background: url(../img/some-bg.jpg);*/
    /*border: 1px solid #211c1d;*/
}

/*Panel sidebar*/
.panel-sidebar .panel-title {
    font-size: 13px;
    margin-top: 5px;
}

.panel-sidebar .panel-body {
    color: #727272;
    font-family: "Times New Roman";
}

.table>thead>tr>th {
    background: url(../img/hr.jpg) repeat-x bottom;
    border: 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Botones*/
.btnreg {
    background: url(../img/readmore-btn.png) no-repeat center;
    position: absolute;
    width: 121px;
    height: 27px;
    line-height: 28px !important;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
    transition: 0.5s;
    border: 0px;
}

.btnreg:hover {
    background: url(../img/readmore-hover.png) no-repeat center;
    transition: 0.5s;
}

/*Divisiones Sidebar*/
.sidebar {
    width: 292px;
    padding: 0px 5px 0px 5px;
    float: left;
    box-sizing: border-box;
}

.sidebar.sidebar-r {
    float: right;
}

.main_side {
    width: calc(100% - 584px);
    max-width: calc(100% - 584px);
    float: left;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
}

.modules_cont {
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.modules_cont_full {
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
    box-sizing: border-box;
}

#content {
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}

/*GameServers*/
.server {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 230px;
}

.server-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 3px 0px;
    font-family: "Times New Roman";
}

.server-info :first-child {
    color: #a9947b;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.server-info :last-child {
    color: #bebebe;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.box-1,
.box-2,
.box-3,
.off,
.on {
    display: inline-block;
    margin: 0px 0px 0px 2px;
}

.on,
.off {
    width: 13px;
    height: 12px;
}

.on {
    background: url(../img/on.png) no-repeat center;
}

.server .box-1 {
    background: url(../img/serv-bg.png) no-repeat center;
    width: 200px;
    height: 12px;
    position: relative;
}

.server .progress {
    width: 192px;
    height: 2px;
    position: absolute;
    margin: 4px 0px 0px 4px;
}

.server .progress .progress-1 {
    background: url(../img/progress-1.png);
    background-size: 100% auto;
    height: 2px;
}

/*Banner Castle Siege*/
.castle-siege-banner {
    text-shadow: 2px 2px black;
    font-weight: bold;
    font-family: Arial;
    padding: 14px;
    background: url(../img/banner_cs_bg.jpg) no-repeat;
    border-radius: 5px;
    color: #f39c12;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
}

.castle-siege-banner .guild_owner,
.castle-siege-banner .guild_owner a {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Special Elite', cursive;
    /*font-family: 'Freckle Face', cursive;*/
}

.castle-siege-banner .guild_master,
.castle-siege-banner .guild_master a {
    color: #ffffff;
    font-size: 16px;
}

.castle-siege-banner .guild_countdown {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Special Elite', cursive;
}

.castle-siege-banner .guild_countdown span {
    color: #f39c12;
}

.cstitle1 {
    line-height: 25px;
    margin-bottom: 5px;
}

.cstitle2 {
    line-height: 20px;
}

/*Eventos*/
#events dt {
    display: block;
    height: 42px;
    text-align: left;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 45%);
    font-size: 14px;
    color: #a1998f;
}

#events .event_status {
    color: #727272;
}

#events .event_next {
    color: #727272;
}

#events .event_timeleft {
    color: #ffffff;
}

#events .rightfloat {
    float: right;
}

#events span {
    display: block;
    font-size: 12px;
}

#events dt.eventActive {
    color: #00ff88;
    text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

#events {
    max-height: 844px;
    overflow-y: auto;
    padding-right: 5px;
}

#events::-webkit-scrollbar {
    width: 4px;
}

#events::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

#events::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.4);
    border-radius: 2px;
}

#events::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.7);
}

/* ==========================================================================
   ENHANCED DARK FANTASY & GAMING DESIGN SYSTEM (AESTHETICS & MICRO-INTERACTIONS)
   ========================================================================== */

body {
    font-family: 'Outfit', sans-serif;
    color: #cbbcb2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.panel-title {
    font-family: 'Rajdhani', sans-serif;
}

/* Panel & Sidebar Ambient Glow */
.panel-sidebar {
    background: url(../img/top-sideblock.png) no-repeat top center, url(../img/some-bg.jpg);
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.panel-sidebar:hover {
    border-color: rgba(212, 175, 55, 0.45) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85), 0 0 20px rgba(212, 175, 55, 0.2);
}

.panel-sidebar>.panel-heading {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #e6c875;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
    text-transform: uppercase;
}

.modules_cont {
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85), 0 0 18px rgba(212, 175, 55, 0.12);
}

/* Ranking Tables & Hover Effects */
.table {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 5px;
}

.table>thead>tr>th {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #d4af37;
    text-transform: uppercase;
}

.table>tbody>tr {
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.table>tbody>tr:hover {
    background: rgba(212, 175, 55, 0.1) !important;
    box-shadow: inset 3px 0 0 #d4af37;
}

.table>tbody>tr>td {
    vertical-align: middle;
    color: #dcd0bf;
    font-size: 13px;
}

.table>tbody>tr>td a {
    color: #e0d0b8;
    font-weight: 500;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.table>tbody>tr>td a:hover {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
    text-decoration: none;
}

/* News Cards & Hover Lift */
.panel-news {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 25px;
}

.panel-news:hover {
    transform: translateY(-2px);
}

.panel-news .panel-heading {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.panel-news .panel-title a {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #e6c875;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.panel-news .panel-title a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
    text-decoration: none;
}

.panel-news .panel-body {
    font-family: 'Outfit', sans-serif;
    color: #cbbcb2;
    line-height: 1.6;
}

.news-readmore {
    display: inline-block;
    margin-top: 12px;
    padding: 5px 14px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #e6c875;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.news-readmore:hover {
    background: rgba(212, 175, 55, 0.25);
    color: #ffffff;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
    text-decoration: none;
}

/* Castle Siege Banner Styling */
.castle-siege-banner {
    border: 1px solid rgba(255, 140, 0, 0.35) !important;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75), 0 0 16px rgba(255, 69, 0, 0.2);
}

.castle-siege-banner .guild_owner,
.castle-siege-banner .guild_owner a {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.castle-siege-banner .guild_countdown {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(255, 140, 0, 0.8);
}

/* Server Status Progress Bar */
.box-1 .progress {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 8px;
    height: 10px;
    overflow: hidden;
}

.box-1 .progress-1 {
    background: linear-gradient(90deg, #ff8c00, #ffd700);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.8);
    height: 100%;
    transition: width 0.5s ease;
}

/* Navigation & Account Panel */
.my-account a.accPanel,
.my-account a.logout {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.my-account a.accPanel:hover,
.my-account a.logout:hover {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.7);
}

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

.sidebar-banner img:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.3);
}

/* King of MU Banner Styling */
.kom-banner {
    background-size: cover !important;
    min-height: 125px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 10px 15px;
}

.kom-banner .cstitle1 {
    font-family: 'Rajdhani', sans-serif;
    color: #d4af37;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 3px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}

.kom-banner .cstitle2 {
    font-family: 'Rajdhani', sans-serif;
    color: #d4af37;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 4px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}

.kom-banner .guild_owner,
.kom-banner .guild_owner a {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.7);
}

.kom-banner .guild_master,
.kom-banner .guild_master a {
    color: #e0d0b8;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   KING OF MU EPIC FIRE SPARKS SYSTEM
   ========================================================================== */

.kom-banner {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    min-height: 125px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.kom-fire-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

/* Ambient Red Crimson Heat Glow */
.kom-heat-glow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 95px;
    background: radial-gradient(ellipse at bottom, rgba(255, 30, 0, 0.5) 0%, rgba(200, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0) 85%);
    animation: heatGlowPulse 3.5s ease-in-out infinite alternate;
}

@keyframes heatGlowPulse {
    0% {
        opacity: 0.45;
        transform: translateX(-50%) scaleY(0.8);
        filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.5));
    }

    100% {
        opacity: 0.95;
        transform: translateX(-50%) scaleY(1.2);
        filter: drop-shadow(0 0 25px rgba(255, 30, 0, 0.9));
    }
}

/* Crimson Fiery Sparks */
.fire-spark {
    position: absolute;
    bottom: -15px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #ff2200 45%, #990000 100%);
    box-shadow: 0 0 10px #ff2200, 0 0 20px #cc0000, 0 0 30px #ff0044;
    opacity: 0;
}

.fire-spark.fs1 {
    left: 6%;
    width: 4px;
    height: 4px;
    animation: sparkRedLeft 2.1s ease-out infinite 0.1s;
}

.fire-spark.fs2 {
    left: 14%;
    width: 7px;
    height: 7px;
    animation: sparkRedRight 3.9s ease-in-out infinite 0.8s;
}

.fire-spark.fs3 {
    left: 22%;
    width: 2px;
    height: 2px;
    animation: sparkRedFast 1.6s ease-out infinite 0.3s;
}

.fire-spark.fs4 {
    left: 30%;
    width: 8px;
    height: 8px;
    animation: sparkRedStraight 4.2s ease-in-out infinite 1.4s;
}

.fire-spark.fs5 {
    left: 37%;
    width: 5px;
    height: 5px;
    animation: sparkRedLeft 2.7s ease-out infinite 0.5s;
}

.fire-spark.fs6 {
    left: 45%;
    width: 3px;
    height: 3px;
    animation: sparkRedRight 1.9s ease-in-out infinite 1.1s;
}

.fire-spark.fs7 {
    left: 52%;
    width: 6px;
    height: 6px;
    animation: sparkRedFast 3.4s ease-out infinite 0.2s;
}

.fire-spark.fs8 {
    left: 60%;
    width: 2px;
    height: 2px;
    animation: sparkRedStraight 2.3s ease-in-out infinite 0.9s;
}

.fire-spark.fs9 {
    left: 68%;
    width: 7px;
    height: 7px;
    animation: sparkRedLeft 4.1s ease-out infinite 1.7s;
}

.fire-spark.fs10 {
    left: 75%;
    width: 4px;
    height: 4px;
    animation: sparkRedRight 2.5s ease-in-out infinite 0.4s;
}

.fire-spark.fs11 {
    left: 83%;
    width: 8px;
    height: 8px;
    animation: sparkRedStraight 3.7s ease-in-out infinite 1.2s;
}

.fire-spark.fs12 {
    left: 92%;
    width: 3px;
    height: 3px;
    animation: sparkRedFast 1.8s ease-out infinite 0.6s;
}

.fire-spark.fs13 {
    left: 41%;
    width: 5px;
    height: 5px;
    animation: sparkRedLeft 3.1s ease-out infinite 2.0s;
}

.fire-spark.fs14 {
    left: 64%;
    width: 6px;
    height: 6px;
    animation: sparkRedRight 2.8s ease-in-out infinite 1.5s;
}

@keyframes sparkRedLeft {
    0% {
        transform: translateY(0) translateX(0) scale(0.3);
        opacity: 0;
    }

    20% {
        opacity: 1;
        filter: brightness(2);
    }

    55% {
        transform: translateY(-70px) translateX(-35px) scale(1.4);
        opacity: 0.9;
        filter: brightness(2.4);
    }

    80% {
        opacity: 0.35;
    }

    100% {
        transform: translateY(-145px) translateX(-55px) scale(0.2);
        opacity: 0;
    }
}

@keyframes sparkRedRight {
    0% {
        transform: translateY(0) translateX(0) scale(0.4);
        opacity: 0;
    }

    15% {
        opacity: 1;
        filter: brightness(2.2);
    }

    50% {
        transform: translateY(-60px) translateX(40px) scale(1.3);
        opacity: 0.85;
        filter: brightness(2.5);
    }

    85% {
        opacity: 0.3;
    }

    100% {
        transform: translateY(-135px) translateX(65px) scale(0.2);
        opacity: 0;
    }
}

@keyframes sparkRedStraight {
    0% {
        transform: translateY(0) translateX(0) scale(0.3);
        opacity: 0;
    }

    25% {
        opacity: 1;
        filter: brightness(2);
    }

    60% {
        transform: translateY(-80px) translateX(5px) scale(1.5);
        opacity: 0.9;
        filter: brightness(2.6);
    }

    85% {
        opacity: 0.4;
    }

    100% {
        transform: translateY(-155px) translateX(-10px) scale(0.2);
        opacity: 0;
    }
}

@keyframes sparkRedFast {
    0% {
        transform: translateY(0) translateX(0) scale(0.5);
        opacity: 0;
    }

    30% {
        opacity: 1;
        transform: translateY(-45px) translateX(18px) scale(1.6);
        filter: brightness(3);
    }

    100% {
        transform: translateY(-110px) translateX(30px) scale(0.1);
        opacity: 0;
    }
}

/* ==========================================================================
   HEADER ONLINE USERS & SERVER INFO CLEAN DESIGN
   ========================================================================== */

.header-info-container .header-info {
    background: rgba(10, 5, 2, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.85);
    padding: 14px 18px;
    width: 320px;
    overflow: hidden !important;
    /* Disables scrollbars */
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    position: relative;
    left: 74px;
}

.online-indicator-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00ff88;
    box-shadow: 0 0 8px #00ff88, 0 0 16px #00ff88;
    margin-right: 5px;
    vertical-align: middle;
    animation: onlineDotPulse 2s ease-in-out infinite alternate;
}

@keyframes onlineDotPulse {
    0% {
        transform: scale(0.85);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.25);
        opacity: 1;
        box-shadow: 0 0 12px #00ff88;
    }
}

.online-label-box {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #d4af37;
}

.header-info-container .header-info .header-info-block .online-count {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #00ff88;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.7);
    line-height: 1;
}

.webengine-online-bar {
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(212, 175, 55, 0.3);
    height: 9px;
    border-radius: 5px;
    margin: 6px 0 10px 0;
    padding: 0;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.85);
}

.webengine-online-bar .webengine-online-bar-progress {
    height: 100%;
    background: linear-gradient(90deg, #ff8c00 0%, #ffd700 50%, #00ff88 100%);
    box-shadow: 0 0 12px rgba(0, 255, 136, 0.8);
    border-radius: 4px;
    transition: width 0.6s ease-in-out;
}

.time-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.time-val {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.time-val #tServerDate,
.time-val #tLocalDate {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    color: #c0b29c;
}

/* ==========================================================================
   DISCORD SIDEBAR WIDGET
   ========================================================================== */

.discord-sidebar-widget .panel-body {
    padding: 20px 15px;
    background: linear-gradient(135deg, rgba(20, 22, 35, 0.9) 0%, rgba(10, 11, 18, 0.95) 100%);
}

.discord-icon-glow {
    margin: 0 auto 12px auto;
    width: 60px;
    height: 60px;
    background: rgba(88, 101, 242, 0.15);
    border: 1px solid rgba(88, 101, 242, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(88, 101, 242, 0.4);
    animation: discordPulse 3s ease-in-out infinite alternate;
}

@keyframes discordPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 15px rgba(88, 101, 242, 0.3);
    }

    100% {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(88, 101, 242, 0.7);
    }
}

.discord-svg-logo {
    width: 32px;
    height: 32px;
}

.discord-server-name {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.discord-server-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #a0a5b5;
    margin-bottom: 16px;
    line-height: 1.4;
}

.btn-discord-join {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.5);
    transition: all 0.3s ease;
}

.btn-discord-join:hover {
    background: linear-gradient(135deg, #7289DA 0%, #5865F2 100%);
    box-shadow: 0 6px 22px rgba(88, 101, 242, 0.8);
    transform: translateY(-2px);
    color: #ffffff !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;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

/* Hide text badge per user request - icon button only */
.vip-trigger-badge {
    display: none !important;
}

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

.vip-trigger-icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(12, 8, 24, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.8), 0 0 35px rgba(255, 140, 0, 0.4), inset 0 0 15px rgba(255, 215, 0, 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(255, 215, 0, 0.6);
    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(255, 215, 0, 0.7), 0 0 30px rgba(255, 140, 0, 0.3), inset 0 0 10px rgba(255, 215, 0, 0.25);
        border-color: #ffd700;
    }

    100% {
        box-shadow: 0 0 28px rgba(255, 215, 0, 1), 0 0 50px rgba(255, 140, 0, 0.7), inset 0 0 22px rgba(255, 215, 0, 0.5);
        border-color: #fff099;
    }
}

/* 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 Neon */
.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(10, 7, 20, 0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1.5px solid rgba(255, 215, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.3), 0 20px 60px rgba(0, 0, 0, 0.9), inset 0 0 20px rgba(255, 215, 0, 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%, #ffd700 50%, transparent 100%);
    box-shadow: 0 0 10px #ffd700;
}

.vip-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #ffd700;
    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(255, 215, 0, 0.3);
}

.vip-modal-close:hover {
    background: #ffd700;
    color: #0a0502;
    box-shadow: 0 0 16px rgba(255, 215, 0, 0.9);
    transform: rotate(90deg);
}

.vip-modal-header {
    background: rgba(255, 215, 0, 0.08);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.vip-modal-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffd700;
    text-shadow: 0 0 12px rgba(255, 215, 0, 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: 'Outfit', sans-serif;
    font-size: 12px;
    color: #d1c5b4;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.vip-benefits-box {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 215, 0, 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: #ffd700;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.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: #f3ebde;
    background: rgba(255, 215, 0, 0.06);
    border: 1px solid rgba(255, 215, 0, 0.18);
    border-radius: 6px;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.vip-claim-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

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

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

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

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

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

.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: #ffd700;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}