html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    position: relative;
    overflow-x: hidden
}

body {
    width: 100%;
    background-color: #0a0d16;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #696868;
    min-height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    transition: all 0.3s ease;
    color: #d8d0cc;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    margin-bottom: 20px
}

h1,
h2,
h3 {
    color: #ffdda9;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Philosopher", sans-serif;
    letter-spacing: 2px
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

table {
    width: 100%
}

table tr {
    background-color: #0d0f17
}

table td {
    border-collapse: collapse;
    padding: 15px 18px;
    border-top: 1px solid #12141e;
    border-bottom: 1px solid #12141e;
    color: #fff;
    font-size: 14px;
    vertical-align: middle
}

table thead td {
    color: #a97fff;
    text-transform: uppercase
}

img {
    max-width: 100%
}

caption {
    margin-bottom: 15px
}

select {
    background: #040609;
    width: 100%;
    border: 1px solid #36383a;
    color: #fff;
    padding: 17px 40px 17px 15px;
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    background-image: url(../images/select-icon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    transition: 0.3s;
    cursor: pointer
}

select:hover {
    border: 1px solid #fc9162;
    box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

input,
textarea {
    background: #040609;
    border: 1px solid #36383a;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
    width: 100%;
    font-family: "Open Sans", sans-serif
}

input:hover,
textarea:hover {
    border: 1px solid #fc9162;
    box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

textarea {
    min-height: 120px
}

button,
.button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button.png) no-repeat;
    height: 40px;
    width: 147px;
    border: none;
    color: #ffffff !important;
    font-family: "Philosopher", sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 0px 22px 5px rgba(59, 36, 151, 0.2), 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

button:hover,
.button:hover {
    filter: brightness(120%)
}

.button {
    display: inline-block;
    text-decoration: none;
    line-height: 40px
}

.button-blue {
    background: url(../images/button-blue.png) no-repeat
}

.big-button-blue {
    background: url(../images/button-blue-big.jpg) no-repeat;
    background-size: cover;
    width: 346px;
    height: 58px;
    font-size: 18px;
    box-shadow: 0px 0px 20px 5px rgba(42, 87, 255, 0.2)
}

:focus {
    outline: none
}

::-webkit-input-placeholder {
    color: #656565
}

::-moz-placeholder {
    color: #656565
}

:-moz-placeholder {
    color: #656565
}

:-ms-input-placeholder {
    color: #656565
}

.wrapper {
    width: 1200px;
    padding: 0px 25px;
    margin: 0 auto;
    position: relative
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.flex-s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.bright:hover {
    filter: brightness(120%)
}

.logo-mini {
    display: block;
    margin-right: 15px
}

/* Oculto en desktop por defecto (solo se muestra ≤768px, ver media query). Sin este reset
   el selector global "button" de más arriba le mete su fondo/tamaño de botón normal
   (147x40 con sprite) porque esas reglas puntuales solo viven dentro del media query. */
.kc-nav-toggle {
    display: none;
    background: none;
    width: auto;
    height: auto;
    box-shadow: none;
}

.topPanel {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 20
}

.topPanel-wrapper {
    width: 1200px;
    padding-left: 25px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.nav li {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.nav li:first-child a {
    color: #fff
}

.nav li a {
    color: #fcedc0;
    font-family: "Philosopher", sans-serif;
    font-size: 18px;
    display: block;
    height: 90px;
    padding: 0px 42px 0px 42px;
    line-height: 90px;
    position: relative;
    z-index: 1
}

.nav li ul {
    position: absolute;
    left: 0;
    top: calc(100%);
    background: rgba(0, 0, 0, 0.95);
    padding: 25px 0px 25px 0px;
    min-width: 200px;
    display: none
}

.nav li ul li {
    display: block
}

.nav li ul li:after {
    content: "";
    position: absolute;
    background: url(../images/drop-menu-hover.png) no-repeat;
    width: 308px;
    height: 133px;
    left: -46px;
    top: 0px;
    margin-top: -47px;
    opacity: 0;
    transition: 0.3s
}

.nav li ul li a {
    font-size: 16px;
    padding: 15px 50px;
    height: auto;
    line-height: 1;
    color: #fcedc0 !important;
    background-image: url(../images/drop-menu-icon.png);
    background-position: left -20px center;
    background-repeat: no-repeat
}

.dropdown-menu {
    display: none;
    animation: 0.3s opas linear
}

.dropdown-toggle.active {
    color: #cc7954
}

.nav li:hover a {
    color: #cc7954
}

.nav li ul li:hover:after {
    opacity: 1
}

.nav li ul li:hover a {
    color: #cc7954 !important;
    padding: 15px 0px 15px 70px;
    background-position: left 50px center
}

.nav .sub-menu a {
    padding: 0px 55px 0px 35px
}

.nav .sub-menu li a {
    padding: 15px 50px
}

.sub-menu:before {
    content: "";
    position: absolute;
    background: url(../images/drop-icon.png) no-repeat;
    width: 12px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 25px
}

.sign-in {
    padding-right: 60px;
    color: #fcedc0;
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    position: relative;
    cursor: pointer
}

.sign-in:after {
    content: "";
    background: url(../images/lock-icon.png) no-repeat;
    position: absolute;
    width: 91px;
    height: 87px;
    right: -26px;
    top: 50%;
    margin-top: -42px;
    transition: 0.3s
}

.sign-in:hover:after {
    filter: brightness(140%)
}

/* Estado "logueado" en el header (clásico o vía Acceso/SelfService) — a diferencia de .sign-in,
   sin el ícono de candado (pensado para un único link "Iniciar Sesión", no para dos links juntos). */
.kc-nav-account {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.kc-nav-account-name {
    color: #fcedc0;
    font-size: 14px;
    font-family: "Philosopher", sans-serif;
    white-space: nowrap;
}
.kc-nav-account-link {
    color: #d4a843;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}
.kc-nav-account-link:hover {
    color: #ffd700;
    text-decoration: underline;
}

/* Botones de "Ingresar"/"Registro" del header — solo para móvil (ver media query abajo).
   Ocultos acá por defecto: en desktop esos links ya están en el .nav, y sin este reset el
   selector global "a"/"button" de más arriba podría afectar su tamaño si algún día se
   vuelven <button>. */
.kc-mobile-auth-buttons {
    display: none;
}

.topPanel.topPanel-fixed {
    background: rgba(7, 10, 17, 0.95);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.topPanel.topPanel-fixed .nav li:hover {
    background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .dropdown-toggle.active {
    background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .topPanel-wrapper {
    border-bottom: 0px
}

.blue-light {
    background: url(../images/blue-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-next linear infinite;
    opacity: 0.7;
    scale: 1
}

.yellow-light {
    background: url(../images/yellow-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-prev linear infinite;
    opacity: 0.7
}

@keyframes p-next {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes p-prev {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.hand-animation {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 230px
}

.light-hand {
    background: url(../images/light-hand.png);
    width: 350px;
    height: 350px;
    position: absolute;
    top: 320px;
    left: 580px;
    animation: 20s light-hand linear infinite;
    opacity: 0.3;
    scale: 3
}

.rune-hand {
    background: url(../images/rune-hand.png);
    width: 300px;
    height: 300px;
    position: absolute;
    top: -100px;
    left: -440px;
    animation: 30s rune-hand linear infinite;
    opacity: 1;
    scale: 4
}

@keyframes light-hand {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes rune-hand {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.sparks>div {
    position: absolute
}

.sparks .spark_1 {
    background: url(../images/spark_1.png) no-repeat;
    width: 764px;
    height: 413px;
    right: 0;
    bottom: -320px;
    transform: scale(0.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 1s;
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        transform: scale(0.6);
        opacity: 0;
    }
    10% {
        opacity: 0.4;
    }
    30% {
        bottom: -240px;
        transform: scale(0.7);
        opacity: 0.8;
    }
    50% {
        bottom: -160px;
        transform: scale(0.8);
        opacity: 1;
    }
    70% {
        bottom: -80px;
        transform: scale(0.9);
        opacity: 0.6;
    }
    90% {
        opacity: 0.2;
    }
    100% {
        bottom: 0;
        transform: scale(1);
        opacity: 0;
    }
}

.sparks .spark_2 {
    background: url(../images/spark_2.png) no-repeat;
    width: 149px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    transform: scale(1.2);
    /* Adjusted size */
    animation: spark-2 4s linear infinite;
    animation-delay: 2s;
}

.sparks .spark_3 {
    background: url(../images/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    transform: scale(1.8);
    /* Adjusted size */
    animation: spark-3 4s linear infinite;
    animation-delay: 0s;
}


/* Spark 2 Animation */

@keyframes spark-2 {
    0% {
        bottom: -320px;
        transform: scale(1.2);
        opacity: 0;
    }
    15% {
        opacity: 0.5;
    }
    30% {
        bottom: -260px;
        transform: scale(1.4);
        opacity: 0.9;
    }
    50% {
        bottom: -200px;
        transform: scale(1.6);
        opacity: 1;
    }
    70% {
        bottom: -140px;
        transform: scale(1.8);
        opacity: 0.6;
    }
    85% {
        opacity: 0.3;
    }
    100% {
        bottom: -80px;
        transform: scale(2);
        opacity: 0;
    }
}


/* Spark 3 Animation */

@keyframes spark-3 {
    0% {
        bottom: -140px;
        transform: scale(1.8);
        opacity: 0;
    }
    15% {
        opacity: 0.5;
    }
    30% {
        bottom: -80px;
        transform: scale(2);
        opacity: 0.9;
    }
    50% {
        bottom: -20px;
        transform: scale(2.2);
        opacity: 1;
    }
    70% {
        bottom: 40px;
        transform: scale(2.4);
        opacity: 0.6;
    }
    85% {
        opacity: 0.3;
    }
    100% {
        bottom: 100px;
        transform: scale(2.5);
        opacity: 0;
    }
}

.sparks .spark-big {
    background: url(../images/spark_4.png) no-repeat;
    width: 594px;
    height: 176px;
    right: 70px;
    bottom: -180px;
    transform: scale(1);
    /* Ensures the correct size */
    animation: spark-5 5s linear infinite;
}

@keyframes spark-5 {
    0% {
        bottom: -180px;
        transform: scale(1.8);
        opacity: 0;
    }
    15% {
        opacity: 0.5;
    }
    30% {
        bottom: -120px;
        transform: scale(2);
        opacity: 0.9;
    }
    50% {
        bottom: -60px;
        transform: scale(2.2);
        opacity: 1;
    }
    70% {
        bottom: 0;
        transform: scale(2.4);
        opacity: 0.6;
    }
    85% {
        opacity: 0.3;
    }
    100% {
        bottom: 60px;
        transform: scale(2.5);
        opacity: 0;
    }
}

header {
    height: 780px;
    position: relative;
    padding-bottom: 60px;
}


/* ── Slider wrapper desktop ── */

.kc-slider-wrap {
    position: absolute;
    right: 70px;
    top: 44%;
    transform: translateY(-50%);
    width: 50%;
    height: 420px;
}

#kcVideoSlider {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(180, 110, 40, 0.25);
}

.logo {
    position: absolute;
    top: 130px;
    left: -25px;
    z-index: 10;
}


/* Lightning Effect */

.electric-effect {
    position: absolute;
    top: 55%;
    left: 51%;
    width: 125%;
    /* Adjust width */
    height: 160%;
    /* Reduced height */
    background: url('../images/electricity.gif') no-repeat center center;
    background-size: cover;
    opacity: 0.8;
    filter: brightness(1.8) contrast(1.5);
    mix-blend-mode: screen;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* Ensures the logo remains clickable */
    z-index: -1;
    /* Moves effect behind the logo */
    /* Slower, smoother effect */
    animation: slow-effect 3s infinite ease-in-out;
}


/* Animation to slow down the effect */

@keyframes slow-effect {
    0% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.85;
        transform: translate(-50%, -50%) scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1);
    }
}

.online {
    position: absolute;
    bottom: 45px
}

.onlineReg {
    padding-top: 10px
}

.onlineBlock {
    background: url(../images/online-img.png) bottom center no-repeat;
    width: 300px;
    height: 250px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    font-family: "Philosopher", sans-serif;
    padding-left: 3px;
    padding-top: 18px;
    position: relative;
    z-index: 2
}

.onlineBlock span {
    display: block;
    font-size: 48px;
    color: #ffdda9;
    letter-spacing: 8px;
    padding-top: 3px;
    text-shadow: 0px 0px 20px rgba(255, 118, 18, 0.7)
}

.onlineReg-block {
    width: 107px;
    min-height: 120px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-family: "Philosopher", sans-serif;
    padding-top: 95px;
    letter-spacing: 1px
}

.onlineReg-block span {
    display: block;
    color: #ffdda9;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 2px
}

.onlineReg-block-player {
    background: url(../images/online-sprite.png) top left -3px no-repeat
}

.onlineReg-block-clans {
    background: url(../images/online-sprite.png) top right -3px no-repeat
}

.block-50 {
    width: calc(50% - 13px);
    height: 300px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2)
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-news .swiper-slide img {
    max-width: 100%;
    height: 100%
}

.swiper-news .swiper-slide .swiper-news_info {
    opacity: 0;
    transition: 1.5s
}

.swiper-news .swiper-slide.swiper-slide-active .swiper-news_info {
    opacity: 1
}

.swiper-news_info {
    background: url(../images/slider-shadow.png) left bottom no-repeat;
    width: 561px;
    height: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0px 0px 35px 50px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    font-family: "Philosopher", sans-serif
}

.swiper-news_info span {
    display: block;
    width: 100%;
    background: linear-gradient(#fdde91, #9b311d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 60px;
    filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    width: 350px
}

.swiper-news_info p {
    color: #696868;
    font-size: 22px;
    width: 350px;
    margin-bottom: 0px;
    line-height: 1.2
}

.swiper-news-pagination {
    position: absolute;
    background: url(../images/slider-arrow-bg.png) no-repeat;
    width: 108px;
    height: 40px;
    right: 35px;
    bottom: 35px;
    z-index: 3
}

.swiper-news-pagination .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    width: 24px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-prev:after {
    display: none
}

.swiper-news-pagination .swiper-button-next {
    background: url(../images/right.png) no-repeat;
    width: 24px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-next:after {
    display: none
}

.swiper-news-pagination .swiper-pagination {
    color: #fff;
    font-size: 12px;
    bottom: 13px
}

.swiper-news-pagination .swiper-pagination .swiper-pagination-current {
    color: #cc7954
}

.download {
    position: absolute;
    right: -54px;
    bottom: -80px
}

.download-button {
    background: url(../images/download.png) no-repeat;
    width: 447px;
    height: 333px;
    display: block;
    font-family: "Philosopher", sans-serif;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 116px 0px 0px 183px
}

.download-button span {
    display: block;
    font-size: 14px;
    color: #cc7954;
    text-transform: none;
    margin-top: 4px
}

.more-downloads {
    top: -135px;
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 5px;
    transition: 0.3s
}

.more-downloads a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin: 0px 20px;
    padding: 10px 0px 10px 22px;
    opacity: 0.4
}

.more-downloads a:hover {
    opacity: 1
}

.more-downloads span {
    opacity: 0.4
}

.windows {
    background: url(../images/windows-icon.png) left center no-repeat
}

.mac {
    background: url(../images/apple-icon.png) left center no-repeat
}

main {
    position: relative;
    z-index: 4;
    min-height: 500px
}

.newsBlock {
    background: url(../images/news-home-bg.jpg) no-repeat;
    padding: 40px 45px
}

.h2-title {
    align-items: flex-end;
    margin-bottom: 25px
}

.h2-title span {
    position: relative;
    text-transform: uppercase;
    color: #cc7954;
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    display: block;
    padding-left: 25px
}

.h2-title span:before {
    content: "";
    position: absolute;
    background: url(../images/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    left: -5px;
    top: 50%;
    margin-top: -13px;
    filter: drop-shadow(0px 0px 10px #ff2a00)
}

.h2-title a {
    color: #696868;
    font-size: 14px
}

.h2-title a:hover {
    color: #fff
}

.newsLink {
    position: relative;
    padding: 13px 0px 13px 50px;
    background: url(../images/news-icon.png) left top 12px no-repeat
}

.newsLink:after {
    content: "";
    background: url(../images/news-hover.png) no-repeat;
    position: absolute;
    width: 64px;
    height: 178px;
    right: -60px;
    top: 50%;
    margin-top: -89px;
    opacity: 0
}

.newsLink-info a {
    display: block;
    color: #fcedc0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    padding: 1px 0px
}

.newsLink-info span {
    color: #696868
}

.newsLink-more {
    color: #cc7954;
    display: block;
    position: relative;
    padding-right: 20px
}

.newsLink-more span {
    opacity: 0;
    transition: 0.3s
}

.newsLink-more:after {
    content: "";
    position: absolute;
    background: url(../images/h-right.png) no-repeat;
    width: 8px;
    height: 12px;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    transition: 0.3s
}

.newsLink:hover:after {
    opacity: 1
}

.newsLink:hover .newsLink-info a {
    color: #ffffff;
    text-decoration: underline
}

.newsLink:hover .newsLink-more span {
    opacity: 1
}

.newsLink:hover .newsLink-more:after {
    background: url(../images/right.png) no-repeat;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    right: -20px;
    filter: drop-shadow(0px 0px 10px #ff2a00)
}

.rightBodyLinks {
    position: fixed;
    right: 0px;
    top: 30%;
    background: rgba(0, 0, 0, 0.95);
    padding: 3px 5px 7px 5px;
    z-index: 8
}

.rightBodyLinks a {
    display: block;
    text-align: center;
    color: #fcedc0;
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    margin: 8px 0px
}

.rightBodyLinks a span {
    display: block;
    background-image: url(../images/right-panel-bg.png);
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.3s
}

.rightBodyLinks a span img {
    position: absolute
}

.rightBodyLinks a:hover span {
    background-image: url(../images/right-panel-bg-hover.png)
}

.r-wiki span img {
    bottom: 18px;
    left: 18px
}

.r-shop span img {
    bottom: 18px;
    left: 17px
}

.r-forum span img {
    bottom: 18px;
    left: 18px
}

.line {
    display: block;
    background: url(../images/line.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px
}

.mainHomeBlock {
    margin-bottom: 40px
}

.mainHomeBlock>div {
    height: 610px
}

.blockHome {
    background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;
    background-color: #12141f;
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
    padding: 35px 35px;
    width: 364px;
}

.blockHome2 {
    background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;
    background-color: #12141f;
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
    padding: 35px 35px;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.h2-title-table {
    border-bottom: 1px solid #22252d;
    padding-bottom: 25px;
    position: relative
}

.tabTable-block {
    display: none
}

.tabTable-block.active {
    display: block
}

.tabTable {
    margin-right: -12px
}

.tabTable-button {
    cursor: pointer;
    display: inline-block;
    margin: 0px 12px;
    position: relative
}

.tabTable-button:after {
    content: "";
    position: absolute;
    width: 50%;
    margin-left: -25%;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: -26px;
    opacity: 0
}

.tabTable-button.active {
    color: #fff
}

.tabTable-button.active:after {
    opacity: 1
}

.tableBlock-title {
    background: url(../images/top-table-bg.png) repeat-x;
    height: 36px;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    width: 100%
}

.tableBlock-title span {
    color: #696868;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    display: block
}

.tableBlock-title_player {
    width: 62%
}

.tableBlock-title_level {
    width: 17%;
    text-align: center
}

.tableBlock-title_score {
    width: 21%;
    text-align: right
}

.tableBlock-content {
    display: flex;
    align-items: center;
    padding: 0px 50px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 365px;
    margin-left: -35px
}

.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 37px;
    padding-bottom: 1px
}

.tableBlock-content:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1)
}

.tableBlock-content:hover {
    background-image: url(../images/hover-table.png)
}

.tableBlock-conten_number {
    width: 10%
}

.tableBlock-conten_name {
    width: 52%;
    display: flex !important;
    align-items: center;
    color: #fff;
    line-height: 1.2
}

.tableBlock-conten_name img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    margin-right: 12px
}

.tableBlock-conten_name a {
    color: #fff;
    position: relative
}

.tableBlock-conten_lvl {
    width: 17%;
    justify-content: center;
    color: #a97fff
}

.tableBlock-conten_scr {
    width: 21%;
    justify-content: flex-end;
    color: #ffdda9
}

.color-purple {
    color: #a97fff
}

.color-blue {
    color: #4990df
}

.color-green {
    color: #4ac08d
}

.color-yellow {
    color: #e0a45e
}

.all-button {
    text-align: center;
    margin-top: 25px
}

.tablePopup {
    position: absolute;
    background: #000;
    padding: 15px 25px;
    width: 215px;
    z-index: 10;
    right: calc(100% + 15px);
    top: -40px;
    display: none
}

.tablePopup:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 36px;
    border: 10px solid transparent;
    border-left: 10px solid #000
}

.tablePopup-title {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 18px
}

.tablePopup-ava {
    text-align: center;
    margin-bottom: 18px
}

.tablePopup-ava img {
    width: 75px;
    height: 75px;
    border-radius: 50%
}

.tablePopup-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px
}

.tablePopup-block:last-child {
    margin-bottom: 18px
}

.tablePopup-block span {
    display: block
}

.tablePopup-block span:first-child {
    color: #8485a4
}

.tablePopup-block span:last-child {
    text-align: right
}

.tableBlock-conten_name a:hover .tablePopup {
    display: block;
    animation: 0.5s opas linear
}

.forumBlock-content {
    margin-top: -15px
}

.forumBlock {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0px
}

.forumBlock-ava {
    width: 55px
}

.forumBlock-ava img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)
}

.forumBlock-text {
    width: calc(100% - 55px)
}

.forumBlock-text_link {
    color: #fcedc0;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2
}

.forumBlock-text_link:hover {
    color: #fff;
    text-decoration: underline
}

.forumBlock-text_info {
    font-size: 11px;
    display: flex
}

.forumBlock-text_info-nick {
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 90px;
    padding: 1px 0px
}

.forumBlock-text_info-nick a {
    color: #686868
}

.forumBlock-text_info-nick a:hover {
    color: #fff
}

.forumBlock-text_info-date {
    margin-left: 10px
}

.forumBlock-text_info-comments {
    margin-left: 20px;
    background: url(../images/comment-icon.png) left center no-repeat;
    padding-left: 15px
}

.admin-group {
    color: #6579fe !important
}

.admin-group:hover {
    color: #fff !important
}

.socHome {
    width: 365px
}

.socButton {
    width: 365px;
    height: 115px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    padding-left: 110px;
    position: relative;
    margin-bottom: 26px;
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socButton:hover {
    padding-left: 130px
}

.socButton span {
    display: block;
    width: 100%;
    color: #fcedc0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px
}

.socButton:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%
}


/* 🎵 NUEVO: Botón de TikTok */

.socButton.socTikTok {
    background: linear-gradient(135deg, #000000 0%, #69C9D0 50%, #EE1D52 100%);
    position: relative;
    overflow: hidden;
}

.socButton.socTikTok:before {
    background: url(../images/tiktok-icon.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 50px;
    margin-top: -25px;
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
}


/* Fallback si no existe la imagen */

.socButton.socTikTok:not(:has(before)) {
    background: linear-gradient(135deg, #000000 0%, #25F4EE 50%, #FE2C55 100%);
}

.socButton.socYoutube {
    background: url(../images/soc-button-red.jpg) no-repeat
}

.socButton.socYoutube:before {
    background: url(../images/youtub-icon.png) no-repeat;
    width: 54px;
    height: 38px;
    margin-top: -19px
}

.socButton.socDiscord {
    background: url(../images/soc-button-purple.jpg) no-repeat
}

.socButton.socDiscord:before {
    background: url(../images/discord-icon.png) no-repeat;
    width: 54px;
    height: 42px;
    margin-top: -21px
}

.socButton.socFacebook {
    background: url(../images/soc-button-blue.jpg) no-repeat
}

.socButton.socFacebook:before {
    background: url(../images/facebook-icon.png) no-repeat;
    width: 54px;
    height: 50px;
    margin-top: -25px
}

.socBlock {
    background: url(../images/soc-block.jpg) no-repeat;
    width: 365px;
    height: 187px;
    position: relative;
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socBlock:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    background-color: rgba(255, 255, 255, 0.1)
}

.socBlock-button {
    text-align: center;
    width: 50%;
    height: 100%;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    position: relative;
    padding-top: 100px
}

.socBlock-button span {
    display: block;
    width: 100%;
    color: #fcedc0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px
}

.socBlock-button:before {
    content: "";
    position: absolute;
    width: 93px;
    height: 93px;
    top: 10px;
    left: 50%;
    margin-left: -46px;
    transition: 0.3s
}

.socBlock-button.socBlock-guides:before {
    background: url(../images/guides-icon.png) no-repeat
}

.socBlock-button.socBlock-forum:before {
    background: url(../images/forum-icon.png) no-repeat
}

.socBlock-button:hover:before {
    top: 0px
}

.bigSlider {
    position: relative
}

.bigSlider:after {
    content: "CLASSES";
    color: #161d2f;
    font-size: 122px;
    font-family: "Philosopher", sans-serif;
    position: absolute;
    top: -35px;
    left: 140px;
    letter-spacing: 10px;
    opacity: 0.2
}

.slider-for {
    width: 100%;
    background: url(../images/big-slider-bg.jpg) center top 50px no-repeat;
    z-index: 2;
    position: relative
}

.slider-for:before {
    content: "";
    position: absolute;
    background: url(../images/line.png) no-repeat;
    width: 1148px;
    height: 86px;
    left: 50%;
    margin-left: -574px;
    top: 10px
}

.tabs-content {
    display: none;
    opacity: 0
}

.tabs-content.active {
    display: block;
    opacity: 1;
    animation: 1s opas linear
}

.slideTabs {
    position: relative
}

.slideContent {
    position: relative;
    padding: 120px 120px 70px 140px;
    height: 700px
}

.hero-logo {
    position: absolute;
    left: -10px;
    top: 65px
}

.slide-hero {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1
}

.slide-tabs-caption {
    position: absolute;
    display: flex;
    z-index: 3;
    transform: rotate(-90deg);
    top: 280px;
    left: -10px
}

.slide-tabs-caption li {
    margin: 0px 15px;
    cursor: pointer
}

.slide-tabs-caption .active {
    color: #fff
}

.slideInfo {
    position: relative;
    z-index: 2
}

.slideInfo-name {
    color: #fff;
    font-size: 60px;
    display: block;
    font-family: "Philosopher", sans-serif;
    letter-spacing: 5px;
    margin-bottom: 40px;
    text-transform: uppercase
}

.slideInfo-text {
    width: 100%;
    max-width: 500px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 45px
}

.slideInfo-stats {
    max-width: 580px
}

.slideInfo-stats_title {
    color: #cc7954;
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.stats {
    padding: 10px 0px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px
}

.stats span {
    display: block
}

.stats-name {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 80px
}

.stats-bar {
    width: 140px;
    background: rgba(255, 255, 255, 0.1);
    height: 3px;
    margin-right: 15px
}

.stats-bar span {
    width: 0%;
    height: 3px;
    position: relative;
    transition: 3s
}

.stats-bar span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 8px;
    height: 3px
}

.stats-number {
    font-size: 12px;
    width: 30px
}

.stat-green {
    color: #46c022
}

.stat-green span {
    background: linear-gradient(to right, #1e3621, #4fee20)
}

.stat-green span:after {
    box-shadow: 0px 0px 10px 1px #4fee20
}

.stat-red {
    color: #cf4721
}

.stat-red span {
    background: linear-gradient(to right, #451b15, #cf3e14)
}

.stat-red span:after {
    box-shadow: 0px 0px 10px 1px #cf3e14
}

.stat-yellow {
    color: #cd8c21
}

.stat-yellow span {
    background: linear-gradient(to right, #332615, #cf8914)
}

.stat-yellow span:after {
    box-shadow: 0px 0px 10px 1px #cf8914
}

@keyframes opas {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

.slick-active .slideFor .stats-bar span {
    width: 100%
}

.hero_3 {
    right: 0
}

.bigSlider .slick-arrow {
    width: 150px;
    height: 150px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    box-shadow: none
}

.bigSlider .slick-arrow:hover {
    filter: brightness(100%)
}

.bigSlider .slick-arrow.slick-prev {
    background: url(../images/slick-left.jpg) no-repeat;
    left: -85px
}

.bigSlider .slick-arrow.slick-next {
    background: url(../images/slick-right.jpg) no-repeat;
    right: -85px
}

.slideNav {
    cursor: pointer;
    transition: 0.3s
}

.slideNav-img {
    background: url(../images/hero-slider-mini-bg.png) center no-repeat;
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    transition: 0.3s
}

.slideNav-img img {
    position: absolute;
    bottom: 0px;
    transition: 0.3s
}

.slideNav-text {
    text-align: center;
    color: #fcedc0;
    font-size: 16px;
    font-family: "Philosopher", sans-serif;
    position: relative;
    top: -10px;
    transition: 0.3s
}

.slider-nav {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: -180px;
    z-index: 5
}

.slider-nav:before {
    content: "";
    position: absolute;
    background: url(../images/hero-border.png) no-repeat;
    width: 1000px;
    height: 257px;
    left: 50%;
    margin-left: -489px;
    top: -100px
}

.bigSlider .slick-center .slideNav-img {
    background: url(../images/hero-slider-mini-hover-bg.png) center no-repeat;
    filter: drop-shadow(0px 0px 25px rgba(248, 72, 21, 0.7))
}

.bigSlider .slick-center .slideNav-img img {
    transform: scale(1.3)
}

.bigSlider .slick-center .slideNav-text {
    font-size: 20px;
    top: 5px
}

.sliderGallery {
    position: relative;
    margin-top: -10px;
    margin-bottom: 30px
}

.slider-nav .slick-track {
    height: 180px;
    padding-top: 30px
}

.sliderGallery .slick-list {
    padding: 20px 0px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.sliderGallery .slick-arrow {
    width: 65px;
    height: 65px;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.5));
    transition: 0.3s;
    box-shadow: none
}

.sliderGallery .slick-arrow:hover {
    width: 93px;
    height: 93px;
    margin-top: -46px
}

.sliderGallery .slick-arrow.slick-prev {
    background: url(../images/c-left.png) no-repeat;
    left: 0px
}

.sliderGallery .slick-arrow.slick-prev:hover {
    background: url(../images/c-left-hover.png) no-repeat;
    left: -15px
}

.sliderGallery .slick-arrow.slick-next {
    background: url(../images/c-right.png) no-repeat;
    right: 0px
}

.sliderGallery .slick-arrow.slick-next:hover {
    background: url(../images/c-right-hover.png) no-repeat;
    right: -15px
}

.sliderImg img {
    width: 220px;
    height: 145px;
    transition: 0.3s;
    margin: 0 auto
}

.sliderImg img:hover {
    transform: scale(1.1);
    box-shadow: 20px 0px 15px 1px rgba(0, 0, 0, 0.5), -20px 0px 15px 1px rgba(0, 0, 0, 0.5)
}

footer {
    background: #04060c;
    padding: 55px 0px
}

.footerMenu-block {
    width: 25%
}

.f-menu li a {
    position: relative;
    color: #fff;
    opacity: 0.3;
    display: block;
    background: url(../images/menu-f-icon.png) left center no-repeat;
    padding: 11px 0px 11px 24px
}

.f-menu li a:hover {
    opacity: 1
}

.e-mail {
    padding-top: 11px;
    margin-bottom: 30px
}

.e-mail p {
    margin-bottom: 14px;
    color: #fff;
    opacity: 0.3
}

.e-mail a {
    color: #fff
}

.e-mail a:hover {
    text-decoration: underline
}

.f-soc-icons {
    display: flex
}

.f-soc-icons a {
    display: block;
    height: 16px;
    opacity: 0.3;
    margin-right: 16px
}

.f-soc-icons a:hover {
    opacity: 1
}

.f-soc-icons .twitter {
    background: url(../images/soc-icons.png) left top no-repeat;
    width: 17px
}

.f-soc-icons .vk {
    background: url(../images/soc-icons.png) left -33px top no-repeat;
    width: 20px
}

.f-soc-icons .fb {
    background: url(../images/soc-icons.png) left -74px top no-repeat;
    width: 15px
}

.f-soc-icons .twitch {
    background: url(../images/soc-icons.png) left -110px top no-repeat;
    width: 16px
}

.footerInfo-block {
    margin-bottom: 40px
}

.playments img {
    opacity: 0.4
}

.copy span {
    color: #fff;
    opacity: 0.3
}

.copy a {
    color: #fff;
    opacity: 1
}

.copy a:hover {
    text-decoration: underline
}

.f-text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    opacity: 0.3
}

.modal_div {
    width: 100%;
    min-height: 400px;
    max-width: 480px;
    background: url(../images/modal-bg.png) center bottom no-repeat;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -240px;
    display: none;
    opacity: 0;
    z-index: 35;
    padding: 50px 60px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.5)
}

.modal_div .modal_close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: -28px;
    cursor: pointer;
    display: block;
    background: url(../images/close-icon.png) no-repeat;
    transition: 0.3s;
    filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.6))
}

.modal_div .modal_close:hover {
    filter: brightness(120%)
}

/* En móvil, "left:50%; margin-left:-240px" (pensado para un modal de 480px en desktop)
   deja el modal corrido hacia la izquierda y a veces recorta el botón de cerrar. Se
   centra con transform, tanto en X como en Y, e ignora el top/opacity que anima el
   jQuery de apertura (abajo el !important le gana al estilo inline que pone esa
   animación, así el modal no se descentra mientras abre). */
@media (max-width: 600px) {
    .modal_div {
        left: 50% !important;
        top: 50% !important;
        margin-left: 0 !important;
        transform: translate(-50%, -50%) !important;
        width: calc(100% - 32px) !important;
        max-width: 400px !important;
        padding: 36px 18px 22px !important;
        max-height: 85vh !important;
        overflow-y: auto !important;
    }
    .modal_div .modal_close {
        top: 8px !important;
        right: 8px !important;
    }
}

#overlay {
    z-index: 30;
    position: fixed;
    background-color: #070a11;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.modalTitle {
    color: #cc7954;
    font-size: 24px;
    font-family: "Philosopher", sans-serif;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-bottom: 30px
}

.enterButtons {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px
}

.enterButtons a {
    display: flex;
    align-items: center;
    width: 346px;
    height: 58px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
    line-height: 1.3;
    padding-left: 85px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px
}

.facebook-button {
    background: url(../images/facebook-button.png) left no-repeat;
    color: #fff;
    margin-bottom: 15px
}

.google-button {
    background: url(../images/google-button.png) left no-repeat;
    color: #000;
    text-shadow: none !important
}

.fieldGroup {
    position: relative;
    margin: 20px 0px
}

.fieldGroup input {
    width: 100%;
    height: 100%
}

.fieldGroup span {
    position: absolute;
    color: #696868;
    font-size: 11px;
    z-index: 1;
    display: block;
    padding: 5px;
    background: #040609;
    left: 10px;
    top: -12px;
    text-transform: uppercase
}

.fieldGroup:hover span {
    color: #fc9162;
    text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.enter {
    padding-top: 10px
}

.enterLinks p {
    margin-bottom: 0px;
    margin: 5px 0px
}

.enterLinks a {
    font-size: 14px
}

.enterLinks a:hover {
    color: #fff
}

.forgot {
    color: #696868;
    margin-bottom: 6px
}

.sign {
    color: #fcedc0;
    text-decoration: underline
}

.btn {
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 15;
    transition: 0.3s
}

.btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px 0px;
    opacity: 0.8;
    border-radius: 2px;
    transition: 0.3s;
    position: relative
}

.btn.active {
    left: 270px;
    top: 20px
}

.btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px
}

.btn.active span:nth-child(2) {
    display: none
}

.btn.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 190px
}

aside {
    max-width: 365px;
    width: 100%
}

aside>div {
    margin-bottom: 15px
}

aside>div:last-child {
    margin-bottom: 0px
}

.content {
    width: calc(100% - 365px - 25px);
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
    background: url(../images/content-top-bg.jpg) center top repeat-x, url(../images/content-bottom-bg.jpg) center bottom repeat-x;
    background-color: #12141e;
    padding: 35px
}

.content-page {
    color: #feffff;
    line-height: 1.6
}

.content-page a {
    color: #ffdda9;
    text-decoration: none
}

.content-page a:hover {
    color: #696868
}

.content-page p {
    margin-bottom: 25px
}

.h2-title-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    line-height: 1
}

.h2-title-content a {
    color: #fff;
    text-decoration: none;
    position: relative
}

.h2-title-content a:after {
    content: "";
    position: absolute;
    width: 50%;
    margin-left: -25%;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: -26px
}

.page-date {
    font-size: 13px;
    color: #fcedc0
}

.page-date span {
    font-weight: 600;
    font-size: 18px
}

.downloadBlock-content {
    padding-top: 40px;
    padding-bottom: 20px
}

.downloadBlock {
    background: url(../images/down-block-bg.jpg) center no-repeat;
    background-size: cover;
    max-width: 560px;
    width: 100%;
    padding: 40px 80px 55px 80px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-decoration: none
}

.downloadBlock-title {
    display: block;
    color: #ffdda9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px
}

.downloadBlock-title span {
    color: #fff
}

.downloadBlock-text {
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 35px
}

.downloadBlock-button {
    text-align: center
}

.d-button {
    display: block;
    width: 155px;
    height: 105px;
    text-align: center;
    padding-top: 78px;
    font-size: 13px;
    font-weight: 600
}

.d-button.googleButton {
    background: url(../images/google-img.png) center top 20px no-repeat;
    background-color: #1a2535;
    color: #ffffff
}

.d-button.dropboxButton {
    background: url(../images/dropbox-img.png) center top 20px no-repeat;
    background-color: #1a2535;
    color: #ffffff
}

.d-button.googledriveButton {
    background: url(../images/googledrive-img.png) center top 20px no-repeat;
    background-color: #1a2535;
    color: #ffffff
}

.d-button:hover {
    transform: scale(1.1);
    color: #fff
}

.drivers {
    margin-bottom: 80px
}

.drivers span {
    display: block;
    text-align: center;
    color: #ffdda9;
    font-size: 15px;
    margin-bottom: 20px
}

.mirror-title {
    color: #ffdda9;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 60px
}

.mirrorBlock {
    text-align: center;
    margin-bottom: 65px
}

.mirrorBlock p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px
}

.mirrorBlock p span {
    color: #a97fff
}

.acc {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px
}

.acc-title {
    display: block;
    text-align: center;
    color: #ffdda9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

.fieldGroup-input {
    background: #040609;
    border: 1px solid #36383a;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    transition: 0.3s
}

.accBlock-content {
    width: calc(50% - 15px)
}

.formGroup {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px
}

.formGroup input {
    padding: 15px
}

.formGroup div {
    padding: 15px
}

.formGroup span {
    position: absolute;
    color: #696868;
    font-size: 11px;
    z-index: 1;
    display: block;
    padding: 5px;
    background: url(../images/span-bg-input.jpg) center repeat-x;
    left: 10px;
    top: -10px;
    display: block;
    transition: 0.3s
}

.formGroup:hover span {
    color: #fc9162;
    text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.formGroup:hover div {
    border: 1px solid #fc9162;
    box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

.change-button {
    text-align: center;
    padding: 40px 0px
}

.support {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 60px
}

.supportButton {
    width: 50%;
    text-align: center
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px)
}

.block-6 {
    width: 50%;
    padding: 0px 15px
}

.heroLeft-img {
    height: 310px;
    background: radial-gradient(#282240, #08090e 70%);
    margin-bottom: 15px;
    text-align: center
}

.heroLeft-button button,
.heroLeft-button .button {
    width: 100%
}

.heroName {
    font-family: "Philosopher", sans-serif;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #030508;
    width: 100%;
    height: 81px;
    margin-bottom: 20px
}

.heroflex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.flexBlock {
    width: calc(50% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 81px;
    background-color: #030508;
    color: #a97fff;
    font-size: 30px;
    position: relative;
    border: 1px solid #3f4045
}

.flexBlock b {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-left: 5px;
    padding-top: 12px
}

.flexBlock .flexBlock-sp {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 21px;
    margin-top: -11px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1
}

.flexBlock .flexBlock-sp span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 10px;
    height: 21px;
    line-height: 21px;
    background: url(../images/span-bg.jpg) repeat-x
}

.flexBlock-flag {
    border: none
}

.flexBlock-lvl {
    border: none;
    background: #090b11
}

.hero {
    margin-bottom: 50px
}

.heroInfo {
    margin-bottom: 50px
}

.heroInfo-title {
    text-align: center;
    color: #ffdda9;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px
}

.heroInfo-row {
    display: flex;
    justify-content: space-between;
    background-color: #0d0f17;
    margin-bottom: 2px
}

.heroInfo-row span {
    padding: 17px;
    color: #fff
}

.heroInfo-row span:last-child {
    color: #a97fff
}

.flexBlock-guild {
    background-color: #090b10;
    border: none;
    font-size: 20px
}

.flexBlock-guild b {
    padding-top: 6px
}

.infoTitle {
    display: block;
    text-align: center;
    color: #ffdda9;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 30px
}

.t-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/transfer-button.jpg) no-repeat;
    max-width: 469px;
    width: 100%;
    height: 87px;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.t-button:hover {
    filter: brightness(120%)
}

.ticketTitle {
    margin-bottom: 25px
}

.ticketTitle-number {
    color: #ffdda9;
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    text-transform: uppercase;
    margin: 10px
}

.ticketTitle-number span {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-top: 5px
}

.table-row {
    margin-right: -35px;
    margin-left: -35px
}

.tableTicket thead tr {
    background: url(../images/top-table-bg.png) repeat-x
}

.tableTicket thead tr td {
    color: #696868;
    font-size: 10px;
    padding: 13px 12px 13px 12px;
    white-space: nowrap
}

.tableTicket thead tr td:first-child {
    padding: 13px 0px 13px 30px
}

.tableTicket thead tr td:last-child {
    padding: 13px 30px 13px 12px
}

.tableTicket thead tr td:nth-child(2) {
    padding: 13px 12px 13px 0px
}

.tableTicket tbody tr td {
    padding: 16px 12px 16px 12px;
    border-bottom: 1px solid #030508;
    border-top: 1px solid #12141e;
    line-height: 1.3
}

.tableTicket tbody tr td:first-child {
    padding: 16px 0px 16px 30px
}

.tableTicket tbody tr td:last-child {
    padding: 16px 30px 16px 12px
}

.tableTicket tbody tr td:nth-child(2) {
    padding: 16px 12px 16px 0px;
    white-space: nowrap
}

.tableTicket tbody tr td:nth-child(3) {
    white-space: nowrap
}

.tableTicket tbody tr td:nth-child(4) {
    background: #1a182a;
    text-align: center
}

.message-button {
    border: 2px solid #a97fff;
    color: #a97fff;
    text-transform: uppercase;
    padding: 12px 18px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    text-align: center
}

.message-button:hover {
    background: #a97fff;
    color: #fff
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0px
}

.pagination .number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/row.png) no-repeat;
    width: 93px;
    height: 93px;
    position: relative;
    z-index: 1;
    margin: 0px -2px;
    font-weight: 600;
    color: #707280;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4))
}

.pagination .number.pag:after {
    content: '';
    width: 24px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px
}

.pagination .number.pag-prev:after {
    background: url(../images/left.png) no-repeat;
    margin-left: -15px
}

.pagination .number.pag-next:after {
    background: url(../images/right.png) no-repeat;
    margin-left: -11px
}

.pagination .number.active {
    color: #fff;
    background: url(../images/row-hover.png) no-repeat
}

.pagination .number:hover {
    color: #fff;
    background: url(../images/row-hover.png) no-repeat
}

.chatBlock {
    display: flex;
    padding: 20px 0px
}

.chatBlock-ava {
    width: 85px;
    display: flex
}

.chatBlock-ava img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.chatBlock-content {
    width: calc(100% - 85px);
    background: #21212f;
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
    padding: 25px;
    position: relative
}

.chatBlock-content_name {
    color: #a27af5;
    margin-bottom: 15px
}

.chatBlock-content_text {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff
}

.chatBlock-content_date {
    color: #6a6a87;
    font-weight: 600;
    font-size: 12px
}

.chatBlock-content:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 23px;
    border: 10px solid transparent;
    border-right: 10px solid #21212f
}

.chatBlock-content textarea {
    background: #1a1a26;
    border: 1px solid #1a1a26;
    display: block;
    margin-bottom: 25px;
    min-height: 120px
}

.chatBlock-content textarea:hover {
    border: 1px solid #fc9162
}

.chatBlock-user {
    flex-direction: row-reverse
}

.chatBlock-user .chatBlock-ava {
    justify-content: flex-end
}

.chatBlock-user .chatBlock-content {
    text-align: right;
    background: #1e253d
}

.chatBlock-user .chatBlock-content:before {
    right: auto;
    left: 100%;
    border-left: 10px solid #1e253d;
    border-right: none
}

.chatBlock-user .chatBlock-content_name {
    color: #4a92c0
}

.form {
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

.form button,
.form .button {
    width: 100%;
    max-width: 330px;
    margin-top: 15px
}

.topTitle {
    color: #ffdda9;
    font-family: "Philosopher", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.rankingTable td {
    white-space: nowrap;
    padding: 15px 10px
}

.rankingTable td:first-child {
    padding: 15px 0px 15px 35px
}

.rankingTable td:last-child {
    padding: 15px 35px 15px 10px;
    text-align: right
}

.rankingTable thead tr {
    background: #1a1d2d
}

.rankingTable thead tr td {
    color: #908585;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 10px
}

.rankingTable thead tr td:first-child {
    padding: 20px 0px 20px 35px
}

.rankingTable thead tr td:last-child {
    padding: 20px 35px 20px 10px
}

.rankingTable tbody tr {
    transition: 0.3s;
    background-image: url(../images/hover-big.png);
    background-position: center top -100px;
    background-repeat: no-repeat
}

.rankingTable tbody tr:nth-child(even) {
    background-color: #13131e
}

.rankingTable tbody tr:nth-child(odd) {
    background-color: #1a1b25
}

.rankingTable tbody tr:hover {
    background-position: center top -2px
}

.rankingTable tbody tr td {
    color: #696868
}

.rankingTable tbody tr td:nth-child(1) {
    font-size: 13px
}

.rankingTable tbody tr td:nth-child(2) {
    font-size: 12px;
    color: #cbff3f;
    text-shadow: 0px 0px 8px #82e700
}

.rankingTable tbody tr td:nth-child(3) {
    font-weight: 600;
    color: #fff
}

.rankingTable tbody tr td:nth-child(4) {
    display: flex;
    align-items: center
}

.rankingTable tbody tr td:nth-child(4) img {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.rankingTable tbody tr td:nth-child(6) {
    font-size: 13px;
    text-align: right
}

.rankingTable tbody tr td:nth-child(6) span {
    color: #f08d2f
}

.register header {
    height: 530px
}

.mainRegister {
    max-width: 980px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.blockR {
    width: 100%;
    max-width: 480px;
    margin: 13px
}

.regBlock {
    background: url(../images/modal-bg.png) center bottom no-repeat;
    background-color: #030508;
    padding: 50px 65px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.regBlock .modalTitle {
    margin-bottom: 50px
}

.regBlock .fieldGroup {
    margin: 0px 0px 55px 0px
}

.regBlock .enterLinks {
    display: flex;
    margin-left: -8px;
    margin-bottom: 40px
}

.regBlock .enterLinks p {
    margin: 0px 8px
}

.s-server {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #030508;
    margin-bottom: 25px
}

.s-server li {
    background: url(../images/ch-bg.png) no-repeat;
    height: 54px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffdda9;
    font-family: "Philosopher", sans-serif;
    cursor: pointer;
    padding-right: 2px;
    margin: 12px 8px;
    transition: 0.3s;
    position: relative
}

.s-server li:before {
    content: "";
    position: absolute;
    background: radial-gradient(#2b3492, #141941);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -18px;
    transition: 0.3s;
    opacity: 0
}

.s-server li:hover:before {
    opacity: 1
}

.s-server li.active:before {
    opacity: 1
}

.s-server li span {
    position: relative;
    z-index: 1
}

.s-acc {
    background: url(../images/modal-bg.png) center bottom no-repeat;
    background-color: #030508;
    padding: 35px 65px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    height: 100%
}

.check-container {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    cursor: pointer;
    user-select: none
}

.h3-title {
    display: block
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #030508
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check-container input:checked~.checkmark:after {
    display: block
}

.check-container .checkmark:after {
    background: url(../images/check.png) no-repeat;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 9px
}

.check-container-close .checkmark:after {
    background: url(../images/check-close.png) no-repeat;
    left: 5px
}

.select-acc_check {
    display: flex
}

.select-acc_check label {
    margin-right: 9px
}

.select-acc {
    background: url(../images/top-table-bg.png) repeat-x;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 9px
}

.select-acc:last-child {
    margin-bottom: 0px
}


/* ========================================
   Sección de Redes Sociales - Debajo del Header
   ======================================== */

.social-media-section {
    width: 100%;
    padding: 6px 0;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-top: 2px solid rgba(255, 215, 0, 0.3);
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.social-media-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.social-media-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    flex-wrap: nowrap;
}

.social-media-col {
    flex: 1;
    min-width: 0;
    max-width: 180px;
}

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.social-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-card:hover::before {
    opacity: 1;
}

.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.social-card-icon {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.social-card:hover .social-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.social-card-content {
    flex: 1;
}

.social-card-content h3 {
    font-family: "Philosopher", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #fff;
    white-space: nowrap;
}

.social-card-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    margin: 0;
    opacity: 0.85;
    color: #fcedc0;
    white-space: nowrap;
}


/* Discord Card */

.social-discord {
    background: linear-gradient(135deg, #5865F2 0%, #7289DA 100%);
}

.social-discord .social-card-icon {
    color: #fff;
}


/* Facebook Card */

.social-facebook {
    background: linear-gradient(135deg, #1877F2 0%, #4267B2 100%);
}

.social-facebook .social-card-icon {
    color: #fff;
}


/* Email Card */

.social-email {
    background: linear-gradient(135deg, #2a1e0c 0%, #4a3410 100%);
    border: 1px solid rgba(196, 122, 42, 0.35);
}

.social-email .social-card-icon {
    color: #d8b890;
    text-shadow: 0 0 10px rgba(196, 122, 42, 0.5);
}


/* ── Guías card ── */

.social-guides {
    background: linear-gradient(135deg, #1a1208 0%, #2a1e0c 100%);
    border: 1px solid rgba(184, 110, 34, 0.35);
}

.social-guides .social-card-icon {
    color: #d8a860;
    text-shadow: 0 0 10px rgba(184, 110, 34, 0.5);
}

.social-guides:hover {
    border-color: rgba(184, 110, 34, 0.7);
    box-shadow: 0 8px 28px rgba(184, 110, 34, 0.25);
}


/* ── Info Servidor card ── */

.social-info {
    background: linear-gradient(135deg, #0d1020 0%, #151c30 100%);
    border: 1px solid rgba(80, 120, 200, 0.3);
}

.social-info .social-card-icon {
    color: #7aabf0;
    text-shadow: 0 0 10px rgba(80, 120, 200, 0.5);
}

.social-info:hover {
    border-color: rgba(80, 120, 200, 0.65);
    box-shadow: 0 8px 28px rgba(80, 120, 200, 0.2);
}


/* ── Votar card ── */

.social-vote {
    background: linear-gradient(135deg, #f2a90d 0%, #c77d1a 100%);
}

.social-vote .social-card-icon {
    color: #fff;
}

.social-vote:hover {
    box-shadow: 0 8px 28px rgba(242, 169, 13, 0.4);
}


/* ── Banner de votación (destacado, arriba de la home) ── */

.vote-banner-section {
    background: linear-gradient(135deg, #2a1e0c 0%, #4a3410 55%, #2a1e0c 100%);
    border-top: 2px solid rgba(242, 169, 13, 0.4);
    border-bottom: 2px solid rgba(242, 169, 13, 0.4);
    padding: 18px 20px;
}

.vote-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    text-align: center;
}

.vote-banner-text h2 {
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #f2c96b;
    text-shadow: 0 0 14px rgba(242, 169, 13, 0.5);
    margin: 0 0 4px 0;
}

.vote-banner-text p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #e8d8b8;
    margin: 0;
    max-width: 480px;
}

.vote-banner-warning {
    color: #f2c96b !important;
    font-weight: 600;
    margin-top: 8px !important;
}

.vote-banner-warning a {
    color: #fff;
    text-decoration: underline;
}

.vote-banner-link {
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(242, 169, 13, 0.6);
    animation: vote-banner-pulse 2.2s ease-in-out infinite;
    flex-shrink: 0;
}

.vote-banner-link img {
    display: block;
    border-radius: 6px;
}

@keyframes vote-banner-pulse {
    0%, 100% { box-shadow: 0 0 0 rgba(242, 169, 13, 0.6); transform: scale(1); }
    50% { box-shadow: 0 0 18px rgba(242, 169, 13, 0.85); transform: scale(1.04); }
}

@media (max-width: 700px) {
    .vote-banner-container {
        flex-direction: column;
        gap: 14px;
    }
    .vote-banner-text h2 {
        font-size: 17px;
    }
}


/* ── Floating Discord Button ── */

.kc-discord-float {
    position: fixed;
    bottom: 90px;
    right: 28px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.kc-discord-fab {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #5865f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(88, 101, 242, 0.5);
    transition: transform .2s, box-shadow .2s;
    position: relative;
}

.kc-discord-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(88, 101, 242, 0.7);
    color: #fff;
    text-decoration: none;
}


/* Pulse ring */

.kc-discord-fab::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(88, 101, 242, 0.5);
    animation: kcDiscordPulse 2s ease-out infinite;
}

@keyframes kcDiscordPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

.kc-discord-tooltip {
    background: #4752c4;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateX(10px);
    transition: opacity .25s, transform .25s;
    pointer-events: none;
}

.kc-discord-float:hover .kc-discord-tooltip {
    opacity: 1;
    transform: translateX(0);
}


/* ── Floating Facebook Button ── */

.kc-facebook-float {
    position: fixed;
    bottom: 158px;
    right: 28px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.kc-facebook-fab {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #1877f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(24, 119, 242, 0.5);
    transition: transform .2s, box-shadow .2s;
    position: relative;
}

.kc-facebook-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(24, 119, 242, 0.7);
    color: #fff;
    text-decoration: none;
}


/* Pulse ring */

.kc-facebook-fab::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(24, 119, 242, 0.5);
    animation: kcDiscordPulse 2s ease-out infinite;
}

.kc-facebook-tooltip {
    background: #145dc4;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateX(10px);
    transition: opacity .25s, transform .25s;
    pointer-events: none;
}

.kc-facebook-float:hover .kc-facebook-tooltip {
    opacity: 1;
    transform: translateX(0);
}


/* Responsive */


/* ════════════════════════════════════════════════════════
   RESPONSIVE — DINASTIA LATINA CONQUER
   Solo móvil/tablet ≤768px. Desktop (>768px): intacto.
   ════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    /* ── Wrapper principal: contenedor de todo el body, fijo a 1200px en desktop ── */
    .wrapper {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
    /* ── Navbar: evitar overflow horizontal ── */
    .topPanel-wrapper {
        width: 100% !important;
        padding: 11px 6px !important;
        box-sizing: border-box !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        min-height: 56px;
    }
    .topPanel-left {
        flex-wrap: nowrap !important;
        flex: 1;
        min-width: 0;
        position: relative;
    }
    .logo-mini {
        flex-shrink: 0;
        margin-right: 10px;
    }
    /* logo_transparente.png es un cuadrado 1024x1024 — a width:80px (fijado inline para
       desktop) mediría 80px de alto también, mucho más que el botón hamburguesa (34px),
       e infla la barra entera. Se lo achica solo en móvil. */
    .logo-mini img {
        width: 40px !important;
        height: auto !important;
    }
    /* ── Menú hamburguesa ── */
    .kc-nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 34px;
        height: 34px;
        padding: 0;
        margin-right: 8px;
        background: transparent;
        border: 1px solid rgba(200, 150, 80, 0.35);
        border-radius: 6px;
        cursor: pointer;
        flex-shrink: 0;
    }
    .kc-nav-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        background: #e8c898;
        transition: transform 0.25s, opacity 0.25s;
    }
    .kc-nav-toggle.kc-nav-toggle-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .kc-nav-toggle.kc-nav-toggle-open span:nth-child(2) {
        opacity: 0;
    }
    .kc-nav-toggle.kc-nav-toggle-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .nav {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        flex-direction: column;
        flex-wrap: nowrap !important;
        background: rgba(7, 10, 17, 0.98);
        border-top: 1px solid rgba(160, 100, 60, 0.25);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
        max-height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 500;
    }
    .nav.kc-nav-open {
        display: flex;
    }
    .nav li {
        display: block;
        width: 100%;
    }
    .nav li a {
        font-size: 15px !important;
        padding: 15px 22px !important;
        height: auto !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .nav li ul {
        position: static;
        background: rgba(0, 0, 0, 0.35);
        padding: 0;
    }
    .nav li ul li a {
        padding: 12px 34px !important;
    }
    .topPanel-right {
        flex-shrink: 0;
    }
    .sign-in {
        font-size: 10px !important;
        padding-right: 32px !important;
        white-space: nowrap !important;
    }
    .kc-nav-account {
        gap: 8px !important;
    }
    .kc-nav-account-name {
        font-size: 11px !important;
    }
    .kc-nav-account-link {
        font-size: 11px !important;
    }
    .kc-mobile-auth-buttons {
        display: flex !important;
        gap: 6px;
        flex-shrink: 0;
    }
    .kc-mobile-auth-btn {
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .3px;
        padding: 9px 10px;
        border-radius: 6px;
        white-space: nowrap;
        line-height: 1;
    }
    .kc-mobile-auth-btn-login {
        color: #d8b890 !important;
        border: 1px solid rgba(160, 100, 60, 0.45);
        background: rgba(160, 100, 60, 0.1);
    }
    .kc-mobile-auth-btn-register {
        color: #fff8ee !important;
        background: #c47a2a;
    }
    .sign-in:after {
        width: 60px !important;
        height: 58px !important;
        right: -16px !important;
        margin-top: -28px !important;
        background-size: contain !important;
    }
    /* ── Header: colapsar la altura fija, apilar en columna ── */
    /* padding-top deja espacio para el navbar (.topPanel), que es position:fixed y flota por encima */
    header {
        height: auto !important;
        min-height: unset !important;
        padding-top: 70px !important;
        padding-bottom: 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        overflow: visible !important;
    }
    /* ── Sparks / hand-animation: ocultar ── */
    .sparks,
    .hand-animation {
        display: none !important;
    }
    /* ── Sección "Contenido Multimedia" (video slider): se saca en móvil ── */
    .kc-slider-wrap {
        display: none !important;
    }
    /* ── Logo grande: en su lugar, centrado, con el mismo efecto eléctrico que en desktop ── */
    .logo {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 60% !important;
        max-width: 260px !important;
        margin: 10px auto 16px !important;
        display: block !important;
    }
    /* ── Online: de absolute (pegado al fondo del header) a flujo normal ── */
    .online {
        position: relative !important;
        bottom: auto !important;
        margin: 10px auto 0 !important;
    }
    /* ── Descargar: de absolute (offsets negativos calibrados para header de 780px) a flujo normal ── */
    .download {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        margin: 4px auto 0 !important;
        display: flex !important;
        justify-content: center !important;
    }
    .download-button {
        width: 260px !important;
        height: 194px !important;
        background-size: contain !important;
        padding: 68px 0 0 106px !important;
        font-size: 13px !important;
    }
    .download-button span {
        font-size: 11px !important;
    }
    .more-downloads {
        top: -79px !important;
    }
    /* ── Social section ── */
    .social-media-section {
        margin-top: 6px !important;
        padding: 12px 0 !important;
    }
    .social-media-container {
        padding: 0 8px;
    }
    .social-media-row {
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: center !important;
    }
    .social-media-col {
        flex: 0 0 calc(50% - 6px) !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    .social-card {
        flex-direction: row !important;
        padding: 10px 10px !important;
        text-align: left !important;
    }
    .social-card-icon {
        margin-right: 10px !important;
        margin-bottom: 0 !important;
        width: 34px !important;
        height: 34px !important;
        font-size: 17px !important;
        flex-shrink: 0 !important;
    }
    .social-card-content h3 {
        font-size: 12px;
        white-space: normal;
    }
    .social-card-content p {
        font-size: 10px;
        white-space: normal;
    }
    /* ── Paneles ── */
    .kc-home-grid {
        grid-template-columns: 1fr !important;
        padding: 12px 8px !important;
        gap: 12px !important;
    }
    .kc-panel-header h3 {
        font-size: 14px;
    }
    .kc-info-grid {
        grid-template-columns: 1fr 1fr;
    }
    /* ── Lightbox ── */
    .kc-lb-inner {
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0;
    }
    .kc-lb-title {
        font-size: 13px;
    }
    .kc-lb-nav {
        flex-wrap: wrap;
        gap: 4px;
    }
    .kc-lb-nav-btn {
        font-size: 10px;
        padding: 4px 8px;
    }
    /* ── Welcome modal ── */
    .kc-welcome-overlay {
        padding: 8px;
    }
    .kc-welcome-box {
        margin: 0;
        padding: 18px 14px;
        max-height: 90vh;
        overflow-y: auto;
    }
    /* ── Footer ── */
    .footerInfo {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .copy {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
    /* ── Auth ── */
    /* OJO: la sección "AUTH PAGES" (más abajo en este archivo, fuera de cualquier media
       query) define .auth-card/.auth-page-wrapper SIN @media, y al estar más abajo en el
       archivo le gana en la cascada a estas reglas de acá (misma especificidad, pero esta
       de acá aparece antes en el CSS). Por eso necesitan !important — sin él, cualquier
       cambio en este bloque se ve en desktop pero no hace nada en móvil. */
    .auth-card {
        padding: 22px 14px !important;
    }
    /* min-height:80vh + align-items:center (base, desktop) centra la card en el 80% de
       la altura de pantalla — en formularios cortos (cambiar contraseña, etc.) eso dejaba
       un espacio vacío enorme entre el navbar y la card. En móvil el navbar ya reserva su
       espacio via el padding-top de <main>, así que acá alcanza con arrancar arriba. */
    .auth-page-wrapper {
        padding: 16px 8px !important;
        min-height: 0 !important;
        align-items: flex-start !important;
    }
    /* ── Discord ── */
    .kc-discord-float {
        right: 12px;
        bottom: 80px;
    }
    .kc-discord-fab {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    /* ── Facebook ── */
    .kc-facebook-float {
        right: 12px;
        bottom: 138px;
    }
    .kc-facebook-fab {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}


/* ── Móvil pequeño ≤480px ── */

@media (max-width: 480px) {
    .logo {
        width: 68% !important;
        max-width: 200px !important;
    }
    .social-media-col {
        flex: 0 0 100% !important;
    }
    .kc-info-grid {
        grid-template-columns: 1fr !important;
    }
    .kc-vs-btn {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
    .kc-vs-dots {
        bottom: 28px;
    }
    .kc-welcome-box {
        max-height: 85vh;
    }
    .auth-card {
        padding: 18px 12px !important;
    }
    .auth-card-header h2 {
        font-size: 17px !important;
    }
}


/* ── Muy pequeño ≤360px ── */

@media (max-width: 360px) {
    .social-card-content h3 {
        font-size: 12px;
    }
    .kc-panel-header h3 {
        font-size: 12px;
        letter-spacing: .3px;
    }
    .logo {
        max-width: 170px !important;
    }
}


/* ========================================================
   AUTH PAGES  OTP / Change Password / Forgot Password
   ======================================================== */

.auth-page-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}

.auth-card {
    background: #0d0a08;
    border: 1px solid rgba(140, 85, 45, 0.35);
    border-radius: 16px;
    padding: 40px 36px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
}

.auth-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(180, 110, 40, 0.06) 0%, transparent 65%);
    pointer-events: none;
}

.auth-card-header {
    text-align: center;
    margin-bottom: 28px;
}

.auth-icon {
    font-size: 42px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 10px rgba(180, 110, 40, 0.5));
}

.auth-card-header h2 {
    font-family: 'Philosopher', serif;
    font-size: 22px;
    font-weight: 700;
    color: #e8c898;
    margin: 0 0 6px;
    letter-spacing: 1px;
}

.auth-card-header p {
    color: #7a5a38;
    font-size: 14px;
    margin: 0;
}


/* Alerts */

.auth-alert {
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-alert-error {
    background: rgba(160, 50, 20, 0.18);
    border: 1px solid rgba(160, 50, 20, 0.4);
    color: #cc7050;
}

.auth-alert-info {
    background: rgba(180, 120, 40, 0.1);
    border: 1px solid rgba(180, 120, 40, 0.3);
    color: #c8986a;
}


/* Form */

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.auth-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-field label {
    font-size: 12px;
    font-weight: 700;
    color: #9a7850;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.auth-badge {
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    background: rgba(180, 110, 40, 0.15);
    color: #b08848;
    border-radius: 20px;
    padding: 2px 8px;
}

.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.auth-input-wrap i {
    position: absolute;
    left: 14px;
    color: #5a3e22;
    font-size: 14px;
    pointer-events: none;
}

.auth-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(140, 85, 45, 0.28);
    border-radius: 8px;
    color: #d8b888;
    font-size: 15px;
    padding: 11px 14px 11px 40px;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
    box-sizing: border-box;
}

.auth-input:focus {
    border-color: rgba(180, 110, 50, 0.55);
    box-shadow: 0 0 0 3px rgba(180, 110, 50, 0.1);
}

.auth-input::placeholder {
    color: #ffffff;
    opacity: .55;
}


/* OTP input  bigger, centered */

.otp-input {
    text-align: center;
    letter-spacing: 10px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    padding-left: 14px;
}

.auth-validation {
    color: #cc7050;
    font-size: 12px;
}


/* Button */

.auth-btn {
    background: #b86e22;
    border: none;
    border-radius: 8px;
    color: #fdf0d8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 13px;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    box-shadow: 0 3px 12px rgba(140, 80, 15, 0.4);
}

.auth-btn:hover {
    background: #cc7c2a;
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(180, 110, 30, 0.45);
}

.auth-btn:active {
    transform: scale(.98);
}


/* Links */

.auth-links {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.auth-links a {
    color: #7a5a38;
    text-decoration: none;
    transition: color .2s;
}

.auth-links a:hover {
    color: #c8986a;
}

/* ══════════════════════════════════════════════
   Sistema de tarjetas "gi-" — mismo lenguaje visual
   del modal de bienvenida (kc-welcome-*). Reutilizable
   en cualquier página de contenido (Guides, Shop, etc.)
══════════════════════════════════════════════ */
.gi-page {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.gi-card {
    background: rgba(13, 10, 7, 0.55);
    border: 1px solid rgba(160, 100, 60, 0.25);
    border-radius: 16px;
    padding: 26px 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.gi-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.gi-title {
    font-family: 'Philosopher', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #c8a878 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin: 0 0 6px !important;
    display: flex;
    align-items: center;
    gap: 9px;
}

.gi-dot {
    display: inline-block;
    width: 9px; height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}
.gi-dot-blue   { background: #c47a2a; box-shadow: 0 0 6px rgba(196,122,42,0.6); }
.gi-dot-red    { background: #b03a14; box-shadow: 0 0 6px rgba(176,58,20,0.6); }
.gi-dot-purple { background: #c88052; box-shadow: 0 0 6px rgba(200,128,82,0.5); }
.gi-dot-green  { background: #4aaa55; box-shadow: 0 0 6px rgba(74,170,85,0.5); }

.gi-subtitle {
    font-size: 12px;
    color: #7a5a38;
    font-style: italic;
    margin: 0 0 14px;
}

.gi-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gi-list li {
    font-size: 14px;
    color: #9a7a60;
    line-height: 1.6;
}
.gi-list li strong { color: #d8b890; }
.gi-list li code {
    background: rgba(160,100,40,0.18);
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 13px;
    color: #c8a060;
    font-family: monospace;
}

.gi-no-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gi-no-list span {
    font-size: 14px;
    color: #b8604a;
    line-height: 1.5;
}
.gi-no-list span strong { color: #d8907a; }

.gi-callout {
    background: rgba(100, 60, 20, 0.18);
    border: 1px solid rgba(160, 100, 60, 0.2);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    color: #9a7a60;
    line-height: 1.7;
}
.gi-callout strong { color: #d8b890; }
.gi-callout code {
    background: rgba(160,100,40,0.18);
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 13px;
    color: #c8a060;
    font-family: monospace;
}

.gi-jobs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.gi-jobs span {
    background: rgba(100, 60, 20, 0.25);
    border: 1px solid rgba(160, 100, 60, 0.25);
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    color: #b89060;
}

.gi-intro-lead {
    font-size: 16px;
    color: #d8b890;
    text-align: center;
    line-height: 1.8;
    margin: 0;
    font-family: 'Philosopher', serif;
}
.gi-intro-body {
    font-size: 14px;
    color: #9a7a60;
    text-align: center;
    line-height: 1.8;
    max-width: 850px;
    margin: 14px auto 0;
}
.gi-intro-body strong { color: #d8b890; }
.gi-intro-version {
    font-size: 12px;
    color: #7a5a38;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.5px;
}
.gi-intro-version strong { color: #c8a878; }

.gi-boss-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}
.gi-boss-card {
    text-align: center;
    padding: 16px 10px;
    background: rgba(160, 100, 60, 0.08);
    border: 1px solid rgba(160, 100, 60, 0.25);
    border-radius: 10px;
}
.gi-boss-card .gi-boss-icon { font-size: 34px; margin-bottom: 8px; }
.gi-boss-card h4 {
    font-family: 'Philosopher', serif;
    color: #d8b890;
    margin: 0 0 4px;
    font-size: 15px;
}
.gi-boss-card p {
    color: #7a5a38;
    margin: 0;
    font-size: 12px;
}

.gi-tournaments {
    list-style: none;
    padding: 0; margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 26px;
}
.gi-tournaments li {
    font-size: 13.5px;
    color: #9a7a60;
    line-height: 1.6;
}
.gi-tournaments li strong { color: #d8b890; }

.gi-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}
.gi-feature-card {
    text-align: center;
    padding: 20px 14px;
    background: rgba(160, 100, 60, 0.08);
    border: 1px solid rgba(160, 100, 60, 0.25);
    border-radius: 10px;
}
.gi-feature-icon { font-size: 38px; margin-bottom: 10px; }
.gi-feature-card h4 {
    font-family: 'Philosopher', serif;
    color: #d8b890;
    margin: 0 0 6px;
    font-size: 15px;
}
.gi-feature-card p {
    color: #9a7a60;
    margin: 0;
    font-size: 12.5px;
}

.gi-drop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    font-size: 14px;
    color: #9a7a60;
}
.gi-drop-grid div {
    padding: 10px 12px;
    background: rgba(160, 100, 60, 0.08);
    border-left: 3px solid #c47a2a;
    border-radius: 6px;
}
.gi-drop-grid strong { color: #d8b890; }

.gi-cta {
    text-align: center;
    padding: 30px 28px;
    background: rgba(160, 100, 60, 0.1);
    border: 1px solid rgba(160, 100, 60, 0.3);
    border-radius: 16px;
}
.gi-cta h2 {
    font-family: 'Philosopher', serif !important;
    color: #d8b890 !important;
    font-size: 22px !important;
    margin: 0 0 14px !important;
    font-style: italic;
}
.gi-cta p {
    color: #9a7a60;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.gi-cta p strong { color: #d8b890; }
.gi-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    border-radius: 8px;
    background: #c47a2a !important;
    color: #fff8ee !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    box-shadow: 0 3px 14px rgba(160,90,20,0.4);
    transition: background .2s, transform .2s, box-shadow .2s;
}
.gi-cta-btn:hover {
    background: #d9893a !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(200,128,82,0.4);
}

/* Tarjeta VIP destacada (usada en Shop) */
.gi-vip-card {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(196, 122, 42, 0.5);
    box-shadow: 0 0 40px rgba(196, 122, 42, 0.15), 0 4px 24px rgba(0,0,0,0.35);
}
.gi-products-grid {
    align-items: stretch;
}
.gi-products-grid .gi-vip-card {
    max-width: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.gi-products-grid .gi-vip-list {
    flex: 1;
}
.gi-vip-crown { font-size: 44px; margin-bottom: 6px; }
.gi-vip-name {
    font-family: 'Philosopher', serif;
    font-size: 24px;
    color: #d8b890;
    letter-spacing: 1px;
    margin: 0 0 14px;
}
.gi-vip-price {
    font-size: 42px;
    font-weight: 700;
    color: #c8a878;
    margin: 6px 0 2px;
}
.gi-vip-price span {
    font-size: 15px;
    color: #7a5a38;
    font-weight: 400;
}
.gi-vip-note {
    font-size: 12px;
    color: #7a5a38;
    margin-bottom: 20px;
}
.gi-vip-list {
    list-style: none;
    padding: 0; margin: 0 0 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gi-vip-list li {
    font-size: 14px;
    color: #9a7a60;
    line-height: 1.5;
    padding-left: 24px;
    position: relative;
}
.gi-vip-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4aaa55;
    font-weight: 700;
}
.gi-vip-list li strong { color: #d8b890; }
.gi-vip-badge {
    display: inline-block;
    background: rgba(196, 122, 42, 0.18);
    border: 1px solid rgba(196, 122, 42, 0.4);
    color: #c8a878;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.gi-vip-gateway {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    border-radius: 8px;
    background: #c47a2a;
    color: #fff8ee;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 3px 14px rgba(160,90,20,0.4);
}

/* Pasos de compra (Shop) */
.gi-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.gi-step {
    background: rgba(160, 100, 60, 0.08);
    border: 1px solid rgba(160, 100, 60, 0.25);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.gi-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #c47a2a;
    color: #fff8ee;
    font-family: 'Philosopher', serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.gi-step h4 {
    font-family: 'Philosopher', serif;
    color: #d8b890;
    margin: 0 0 6px;
    font-size: 15px;
}
.gi-step p {
    color: #9a7a60;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Descargas */
.gi-download-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
}
.gi-download-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 220px;
    background: rgba(160, 100, 60, 0.08);
    border: 1px solid rgba(160, 100, 60, 0.3);
    border-radius: 10px;
    padding: 16px 20px;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.gi-download-btn:hover {
    transform: translateY(-3px);
    background: rgba(196, 122, 42, 0.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}
.gi-download-btn .gi-download-icon { font-size: 30px; flex-shrink: 0; }
.gi-download-btn img { width: 34px; height: 34px; flex-shrink: 0; }
.gi-download-title {
    display: block;
    font-family: 'Philosopher', serif;
    color: #d8b890;
    font-size: 16px;
    font-weight: 700;
}
.gi-download-subtitle {
    display: block;
    color: #9a7a60;
    font-size: 12.5px;
    margin-top: 2px;
}

.gi-req-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 640px) {
    .gi-grid-2 { grid-template-columns: 1fr; }
    .gi-tournaments { grid-template-columns: 1fr; }
    .gi-req-grid { grid-template-columns: 1fr; }
}