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;
}
/* HTML5 display-role reset for older browsers */
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;
}
body {
  width: 100%;
  background: url(../img/fon-bg-top.jpg) center top no-repeat, url(../img/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #100c0c;
  font-family: 'Candara', 'Verdana';
  font-weight: 400;
  font-size: 15px;
  color: #f7ddbf;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #8d7962;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #ffaf43;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
/*
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #482c22;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #100c0c;
}
*/
caption {
  margin-bottom: 15px;
}

.input-re{
 background-color: #2e2524;
 border: 1px solid #49321a;
 height: 55px;
 width: 520px;
 box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
 color: #e7c195;
 text-align: center;
}

textarea {
  color: #241a18;
  position: relative;
}

.agree a{
  color: #0b8a88;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #e7c195;
  text-align: center;
}
::-moz-placeholder {
  color: #e7c195;
}
:-moz-placeholder {
  color: #e7c195;
}
:-ms-input-placeholder {
  color: #e7c195;
}

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(10, 5, 5, 0.75);
    border-bottom: 1px solid rgba(255, 175, 67, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
}


.top-panel-container {
    width: 1200px; /* Mantenemos el ancho del contenido centrado */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 694px;
  position: relative;
}

.content{
  position: relative;
  z-index: 10;
}

.menu li a:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 4px;
  left:0px;
  top: 22px;
}

.menu li:first-child a:before{
  display: none;
}
.menu li a{
  margin: 0px 8px;
}

.menu li {
  margin: 0px 8px;
}

/* =================================== */
/* ESTILO DEL MENÚ EGIPCIO - DEFINITIVO */
/* =================================== */

.menu a {
    font-family: 'Cinzel', serif;
    color: #c9a35e;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 26px;
    display: block;
    height: 80px;
    line-height: 80px;
    position: relative;
    transition: color 0.3s ease;
}

.menu a:after {
    content: "";
    transition: 0.3s ease-in-out;
    height: 0px;
    width: 0px;
    bottom: 20px;
}

.menu a:hover {
    color: #ffaf43;
}

.menu a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
    position: absolute;
    background: #ffaf43;
}

.menu .active a {
    color: #ffaf43;
}

.menu .active a:after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
    position: absolute;
    background: #ffaf43;
}

.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  margin-left: 270px;
  top: 380px;
}

.logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.topPanel__buttons a {
  margin-left: 18px;
}

.buttons-small{
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin-top: 25px;
}

.button-small{
  height: 50px;
  color: #ffaf43;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg-button-1.jpg) no-repeat;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);
}

.buttons-small a:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/bg-button-1.jpg) center bottom no-repeat;
  color: #ffaf43;
  position: relative;
  padding: 19px 32px;
  /*width: 140px;*/
  /*height: 50px;*/
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

button:hover, .button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  color: #fff;
}

.buttonDark {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/bg-button-sign.png) center bottom no-repeat;
  color: #ffaf43;
  position: relative;
  padding: 19px 32px;
  width: 140px;
  height: 50px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
  top: 3px;
}

.buttonDark:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  color: #fff;
}


.fast-button{
  display: flex;
  margin-bottom: 10px;
}

.download-block  {
display: flex;
height: 125px;
width: 398px;
background: url(../img/download-button.jpg) no-repeat;
}

.download-block a {
  font-size: 30px;
  color: #ffaf43;
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  text-shadow: #000 0px 1px;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#ffaf43, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
}

.download-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


/* servers
-----------------------------------------------------------------------------*/

.status-block {
  background: url(../img/status-bg.jpg) no-repeat;
  height: 125px;
  width: 398px;
  margin-left: 3px;
}

.server {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-top.png) no-repeat;
  font-size: 14px;
}

.server .server-name {
  color: #fff;
}

.server .status-online {
  color: #ccfa6a;
  float: right;
}


.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-bottom.png) no-repeat;
}

.server-bottom .server-name {
  color: #fff;
}

.server-bottom .status-offline {
  color: #f74133;
  float: right;
}

.progress-bar-webengine {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine span {
  height: 17px;
  background: url(../img/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-webengine-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine-off span {
  height: 17px;
  background: url(../img/line-server-off.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.desc {
  color: #8d7962;
  font-size: 12px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

/* servers end
-----------------------------------------------------------------------------*/

/* ================================================= */
/* ESTILO DEL SLIDER MODIFICADO (BASADO EN TU CÓDIGO) */
/* ================================================= */

/* Contenedor principal del slider */
.swiper-container {
    width: 100%;
    height: 363px;
    border-radius: 5px; /* Bordes ligeramente redondeados */
    overflow: hidden;   /* Asegura que todo se mantenga dentro de los bordes */
}

.swiper-slider {
    width: 100%;
    height: 100%; /* Ajustado para ocupar el 100% del contenedor */
}

/* Estilo de cada slide individual */
.swiper-slider .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Se elimina el padding-top ya que no hay texto */
}

/* --- ESTILOS DE TEXTO ELIMINADOS --- */
/* Ocultamos el texto dentro del slider para mostrar solo imágenes */
.swiper-slider .swiper-slide h2,
.swiper-slider .swiper-slide .slider-info,
.swiper-slider .swiper-slide .slider-info p {
    display: none !important;
}

/* --- PAGINACIÓN (PUNTOS INFERIORES) --- */
.swiper-slider .swiper-pagination {
    height: auto; /* Altura automática */
    line-height: normal;
    bottom: 15px !important; /* Posición desde abajo */
    background: transparent; /* Fondo transparente */
    border-top: none; /* Sin borde superior */
    text-align: left;
    padding: 0 15px; /* Espaciado desde la izquierda */
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 2px; /* Hacemos los puntos más cuadrados */
    background: rgba(255, 255, 255, 0.5); /* Color semitransparente */
    margin-right: 10px !important; /* Espacio entre puntos */
    opacity: 1;
}

.swiper-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffaf43; /* Color dorado para el punto activo */
}

/* --- FLECHAS DE NAVEGACIÓN --- */
.swiper-slider .slider-button {
    width: 30px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    /* Eliminamos las imágenes de fondo para usar flechas CSS */
    background-image: none;
}

.swiper-slider .slider-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
    filter: none; /* Quitamos el filtro de brillo que ya no es necesario */
}

/* Creamos las flechas con CSS para un look más limpio */
.swiper-slider .slider-button::after {
    font-family: "Courier New", Courier, monospace;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.swiper-slider .swiper-button-prev {
    left: 10px; /* Un pequeño margen desde el borde */
}
.swiper-slider .swiper-button-prev::after {
    content: '<';
}

.swiper-slider .swiper-button-next {
    right: 10px; /* Un pequeño margen desde el borde */
}
.swiper-slider .swiper-button-next::after {
    content: '>';
}

.swiper-slider .swiper-button-disabled {
    opacity: 0.4;
}

/*Last news*/

.news-top {
    width: 100%;
    height: 100%; /* El panel de noticias ocupará toda la altura disponible */
    background: url(../img/fon-news.jpg) no-repeat;
    flex-direction: column;
    display: flex;
}


.news-top-title {
  position: relative;
  display: flex;
}
.news-top-title span {
  display: block;
  color: #ffaf43;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 40px 20px 40px;
  text-transform: uppercase;
  position: relative;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.tab-more {
  position: absolute;
  right: 0;
  color: #ffaf43;
  background: #140e0d;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
}

.bright:hover {
  filter: brightness(120%);
  background: #322725;
}

.news-top-text{
  padding: 0px 40px 40px 40px;
  flex-grow: 1;
}

span.news-1{
  color: #8d7962;
}

.news:hover{
  height: 42px;
  padding-top: 13px;
  background-color: #342b29;
  border-bottom: 1px solid #5c432b;
  padding-left: 33px;
  padding-right: 47px;
  transition: 0.3s;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
}

.news:hover .news-1{
color: #e7c195;
}

 .news:hover .date{
color: #e7c195;
}

 .news:hover a{
color: #ffaf43;
}

.date{
  color: #8d7962;
}

.news{
  height: 42px;
  margin: 0px -40px 0px -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
}

.news a{
  width: 100%; /* Usamos 100% para que se adapte al contenedor */
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f7ddbf;
}
.top-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

/*END Last news*/


/*--block-widget--*/

.block-widget{
  display: flex;
  margin-top: 20px;
  gap: 15px;
  justify-content: space-between;
}

.block-widget-more{
  margin-top: 10px;
  float: left;
}

.widget-fon{
  background: url(../img/fon-top-players.jpg) center bottom no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 670px;
  width: 398px;
}

.widget-fon-guilds{
  background: url(../img/fon-guilds.jpg) center bottom no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 670px;
  width: 398px;
  margin-left: 3px;
}

.widget-fon-discussions{
  background: url(../img/fon-discussions.jpg) center bottom no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 670px;
  width: 398px;
  margin-left: 3px;
}

.block-players{
  padding: 0px 35px 35px 35px;
  margin-top: 4px;
}

.block-widget-title{
  padding-top: 165px;
  padding-bottom: 35px;
  color: #ffaf43;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #f7ddbf;
}
.top-list a {
  color: #f7ddbf;
  text-decoration: none;
}
.top-list:hover {
  background-color: #342b29;
  border-bottom: 1px solid #5c432b;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #ffaf43;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #ffaf43;
}

.top-title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}


.top-block.guild .top-number {
    width: 60px;
}
/*--block-widget end--*/


/*widget Discussions*/

.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}

.discussions-content-top{

}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #563d2e;
  color: #ffaf43;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 15px;
  color: #8d7962;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #8b6757;
}

.discussions-text-bt a{
  color: #fccca0;
}


.discussions-content-block{
  padding-bottom: 10px;
  padding-top: 11px;
}

.discussions-content-block:hover{
background-color: #342b29;
border-bottom: 1px solid #5c432b;
box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 10px 26px 10px 26px;
cursor: pointer;
}

.discussions-content-block:hover .discussions-text {
  color: #ffaf43;
}

.discussions-content-block:hover .discussions-text-bt a {
  text-decoration:none;
  color: #ffaf43;
}

/*widget Discussions end*/


/*MEDIA*/
.content-last-news{
margin-top: 10px;
}


.last-news-top{
  height: 85px;
  background: url(../img/fon-bg-news.jpg) no-repeat;
  color: #ffaf43;
  font-size: 20px;
  font-weight: bold;
  padding: 32px 35px 0px 35px;
  margin-bottom: 4px;
}

.last-news-top a{
  float: right;
  font-size: 14px;
  color: #ffaf43;
  text-decoration: none;
  font-weight: normal;
  padding-top: 3px;
}

.last-news-top a:hover{
  text-decoration: underline;
}

.media-fon{
  width: 1200px;
  height: 300px;
  background: url(../img/fon-media.jpg) no-repeat;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, rgb(36, 26, 24), rgba(57, 43, 33, 0));
  z-index: 1;
}

.slick-list:after {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, rgb(36, 26, 24), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}
.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}

/*footer*/

.footer{
  padding-bottom: 80px;
}


/*To top*/

.toTop-fon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background: url(../img/fon-totop.png) no-repeat center; /* Centramos la imagen de fondo */
    margin-top: 30px;
}

.toTop {
  background: url(../img/fon-circle.png) no-repeat;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
}

/* to top end*/


/* Footer
-----------------------------------------------------------------------------*/

.footer-block-t{
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #9b6926;
  font-size: 14px;
}

.f-menu li a:hover{
  color: #e39f45;
  font-weight: bold;
}

.f-menu li a:active{
  color: #e39f45;
  font-weight: bold;
}

.footer-end{
  margin-top: 51px;
}

.footer-block-coperite{
  float: left;
  color: #c67c54;
  padding-top: 20px;
}

.footer-block-coperite a{
  color: #ffa328;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
}

.soc-block{
  margin-bottom: 45px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #27130c;
  border: 1px solid #c66047;
  height: 33px;
  width: 33px;
  box-shadow: inset 0px 0px 7px 0px rgba(183, 55, 77, 0.9);
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(183, 55, 77, 0.9);
  filter: drop-shadow(0px 0px 6px rgba(220, 84, 107, 0.75));
  border: 1px solid #c66047;
}

.footer-logo{
  text-align:center;
  margin-top: -30px;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}


.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/*end footer*/


/*smog*/


.smog {
    position: absolute;
    top: 450px;
    left: 170px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}
.smog .num2 {
  -webkit-animation: spreadSmog 15s infinite linear;
  animation: spreadSmog 15s infinite linear;
}
.smog .num3 {
  -webkit-animation: spreadSmog 40s infinite linear;
  animation: spreadSmog 40s infinite linear;
}
.smog .num1 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog i {
    position: absolute;
    display: block;
    background: url(../img/sp_smog.png) no-repeat;
    transform-origin: 50% 100%;
}
.smog .num2 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog .num3 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
@keyframes spreadSmog {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}
45% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 1;
}
90% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
}

/*end smog*/

/*sparks*/

.sparks-sparks{
  left: 550px;
  position: absolute;
  top: 800px;
}

.sparks-1 {
    background-image: url(../img/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 200px;
    bottom: 0px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sparks-2 {
    background-image: url(../img/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 200px;
    bottom: 30px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    opacity: 0;
}

.sparks-3 {
    background-image: url(../img/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 20px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-3;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
/*end sparks*/


/*modal windovs*/

.logo-re{
  text-align: center;
  margin-bottom: 35px;
}

.modal_div {
  width: 599px;
  min-height: 510px;
  background: url(../img/modal-top-bg.jpg) center top no-repeat, url(../img/modal-bottom-bg.jpg) center bottom no-repeat;
  position: fixed;
  background-color: #221918;
  top: 45%;
  left: 50%;
  margin-top: -90px;
  margin-left: -328px;
  display: none;
  opacity: 0;
  z-index: 199;
  padding: 50px 0px;
}

.modal_div .modal_close {
    width: 36px;
    height: 36px;
    background: url(../img/close-icon.png) no-repeat;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    display: block;
}

.modal_close:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}


#overlay {
  z-index: 190;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal-content {
  padding: 0px 40px;
  text-align: center;
  color: #e7c195;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
.modal-content h2 span {
  position: relative;
  text-transform: uppercase;
  color: #ffaf43;
}

.modal-content form p {
  margin-bottom: 20px;
}

.formButton {
  text-align: center;
  margin-top: 40px;
}

/*end modal  windows*/

/*page-content*/

.page-content{
  padding: 40px 65px 40px 60px;
  background: url(../img/fon-page-top.jpg) center top no-repeat, url(../img/fon-page-bottom.jpg) center bottom no-repeat;
  background-color: #211715;
}

.page-top{
  text-transform: uppercase;
  font-size: 20px;
  color: #ffaf43;
  text-align: center;
  font-weight: bold;
}

.page-title{
  padding-top: 35px;
  padding-bottom: 30px;
}

.page-title-time{
  color: #8d7962;
}

.page-title-news{
  color: #ffaf43;
  text-transform: uppercase;
  font-size: 18px;
}

.page-text{
  line-height: 20px;
}

.page-text a{
  color: #ffaf43;
  text-decoration: underline;
}

.page-text a:hover{
  text-decoration: none;
  color: #8d7962;
}

.page-text-img{
  float: left;
  height: 286px;
  width: 476px;
  margin-right: 35px;
  margin-bottom: 15px;
}

/*end page-content*/

/*download*/

.page-title-news-1{
  color: #ffaf43;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.downloadBlock {
  text-align: center;
  padding: 35px;
  margin: 0px 35px;
}

.downloadBlock p {
  margin-bottom: 30px;
}

.download-block-1 {
  margin-bottom: 40px;
}
.download-block-1:last-child {
  margin-bottom: 0px;
}

.client-text {
  margin-right: 50px;
  width: 255px;
  height: 90px;
  color: #f7ddbf;
  flex-wrap: wrap;
  align-content: center;
  background: #2e2524;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}

/*end download*/

/*Buttons inicio*/
.headerInfo-buttons {
  z-index: 199;
  margin-left:auto;
}
.headerInfo-buttons a {
  display: block;
  width: 398px;
  height: 90px;
  margin-bottom: 1px;
  padding: 26px 0px 0px 155px;
}

.headerInfo-buttons a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  padding: 26px 0px 0px 170px;
}

.headerInfo-buttons a p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.headerInfo-buttons a span {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.headerInfo-buttons .b-donate {
  background: url(../img/button_1.jpg) no-repeat;
}

.headerInfo-buttons .b-vote {
  background: url(../img/button_2.jpg) no-repeat;
}

.headerInfo-buttons .b-cabal {
  background: url(../img/button_3.jpg) no-repeat;
}

.headerInfo-buttons .b-shop {
  background: url(../img/button_4.jpg) no-repeat;
}

.color-blue {
  color: #5dbde4;
}

.color-green {
  color: #85e77a;
}

.color-red {
  color: #ef5151;
}

.color-yellow {
  color: #f0de74;
}
/*fin buttons*/

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #ffffff;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;
	background: #372927;	
}

.panel-news .panel-footer {
	border-top: 1px solid #ff0000;
	background: #372927;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}


/* Ajustes para el título de noticias */
.news-top-title span {
    font-size: 18px; /* Reducimos un poco el tamaño para que encaje mejor */
}

/* Ajuste para el texto de las noticias */
.news a {
    width: 280px; /* Ajustamos el ancho del enlace */
}

/* Hacemos que el logo se centre respecto al wrapper */
.header .logo {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}

/* ========================================================= */
/* SOLUCIÓN DE ESTILO DEFINITIVA - K.O.L.E.O.S */
/* ========================================================= */

/* 1. FONDO DE MENÚ ANCHO (MÉTODO SEGURO) */
/* Se crea un fondo visual para el menú sin tocar la estructura. */
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Altura de la barra de menú */
    background-color: rgba(10, 5, 5, 0.75);
    border-bottom: 1px solid rgba(255, 175, 67, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* El .wrapper (tu layout) se pone por encima del fondo. */
.wrapper {
    position: relative;
    z-index: 1;
}

/* Contenedor principal con max-width centrado */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 2. PROPORCIÓN SLIDER Y NOTICIAS (ESTILO ARCADIA) */
/* Contenedor principal de la sección */
.top-content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}

/* Contenedor del SLIDER (más estrecho, como en la imagen) */
.main-feature {
    flex: 0 0 45%; /* 45% del ancho disponible - slider más pequeño */
    max-width: 45%;
}

/* Contenedor de las NOTICIAS (más ancho, como en la imagen) */
.main-news {
    flex: 0 0 53%; /* 53% del ancho disponible - noticias más grandes */
    max-width: 53%;
    display: flex;
}

/* Se fuerza al módulo de noticias a estirarse verticalmente */
.news-top {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news-top-text {
    flex-grow: 1;
}

/* 3. CORRECCIÓN DEL BOTÓN "SUBIR" DEL FOOTER */
.toTop-fon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background: url(../img/fon-totop.png) no-repeat center;
    margin-top: 30px;
}

/* ========================================================= */
/* ESTILOS PARA MÓDULOS DE INFORMACIÓN, RANKINGS Y STREAMERS */
/* ========================================================= */

/* Contenedor principal para páginas de información */
.info-page-container {
    background: url(../img/fon-page-top.jpg) center top no-repeat, 
                url(../img/fon-page-bottom.jpg) center bottom no-repeat;
    background-color: #211715;
    border-radius: 8px;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Títulos de página mejorados */
.page-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 175, 67, 0.3);
}

.page-title span {
    font-size: 24px;
    color: #ffaf43;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Estilos mejorados para tablas */
.table {
    width: 100%;
    background: rgba(16, 12, 12, 0.8);
    border: 1px solid rgba(255, 175, 67, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.table thead {
    background: linear-gradient(135deg, #3d2f1f, #2d1f15);
    border-bottom: 2px solid #ffaf43;
}

.table thead th {
    color: #ffaf43;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    border: none;
}

.table tbody tr {
    border-bottom: 1px solid rgba(255, 175, 67, 0.1);
    transition: all 0.3s ease;
}

.table tbody tr:hover {
    background: rgba(255, 175, 67, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 175, 67, 0.2);
}

.table tbody td {
    padding: 12px 20px;
    color: #f7ddbf;
    border: none;
    vertical-align: middle;
}

.table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.2);
}

.table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}

/* Estilos específicos para celdas de texto centrado */
.table .text-center {
    text-align: center;
    font-weight: 600;
    color: #ccfa6a;
}

/* Secciones de información */
.info-section {
    margin-bottom: 40px;
}

.info-section h2 {
    color: #ffaf43;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 175, 67, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Estilos para comandos */
.commands-table tbody tr:hover {
    background: rgba(204, 250, 106, 0.1);
}

.commands-table tbody td:first-child {
    font-family: 'Courier New', monospace;
    color: #ccfa6a;
    font-weight: bold;
    background: rgba(204, 250, 106, 0.1);
}

/* Estilos para videos integrados */
.video-container {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 175, 67, 0.2);
}

/* ========================================================= */
/* MÓDULO DE STREAMERS */
/* ========================================================= */

.streamers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.streamer-card {
    background: url(../img/fon-page-top.jpg) center top no-repeat,
                url(../img/fon-page-bottom.jpg) center bottom no-repeat;
    background-color: #211715;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 175, 67, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.streamer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 175, 67, 0.2);
    border-color: #ffaf43;
}

.streamer-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #ffaf43;
    margin: 0 auto 15px;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.streamer-name {
    color: #ffaf43;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.streamer-status {
    text-align: center;
    margin-bottom: 15px;
}

.status-live {
    color: #ccfa6a;
    font-weight: bold;
    background: rgba(204, 250, 106, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
}

.status-offline {
    color: #8d7962;
    font-weight: bold;
    background: rgba(141, 121, 98, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
}

.streamer-viewers {
    color: #f7ddbf;
    text-align: center;
    margin-bottom: 15px;
}

.streamer-link {
    display: block;
    background: linear-gradient(135deg, #ffaf43, #e39f45);
    color: #000;
    text-align: center;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.streamer-link:hover {
    background: linear-gradient(135deg, #e39f45, #ffaf43);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 175, 67, 0.4);
    color: #000;
    text-decoration: none;
}

/* ========================================================= */
/* RANKINGS MEJORADOS */
/* ========================================================= */

.rankings-container {
    background: rgba(16, 12, 12, 0.9);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid rgba(255, 175, 67, 0.2);
}

.rankings-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-button {
    background: rgba(255, 175, 67, 0.2);
    color: #ffaf43;
    border: 1px solid #ffaf43;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.filter-button:hover,
.filter-button.active {
    background: #ffaf43;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 175, 67, 0.3);
}

.rankings-table {
    width: 100%;
    background: transparent;
}

.rankings-table thead {
    background: linear-gradient(135deg, #3d2f1f, #2d1f15);
}

.rankings-table tbody tr {
    border-bottom: 1px solid rgba(255, 175, 67, 0.1);
}

.rankings-table tbody tr:hover {
    background: rgba(255, 175, 67, 0.1);
    transform: translateY(-1px);
}

.rank-position {
    font-weight: bold;
    color: #ffaf43;
    text-align: center;
    font-size: 16px;
}

.rank-position.top-1 { color: #ffd700; }
.rank-position.top-2 { color: #c0c0c0; }
.rank-position.top-3 { color: #cd7f32; }

.character-name {
    font-weight: bold;
    color: #ccfa6a;
}

.character-level {
    color: #f7ddbf;
    font-weight: 600;
}

/* ========================================================= */
/* ESTILOS ADICIONALES PARA MÓDULO DE STREAMERS MEJORADO */
/* ========================================================= */

/* Badges de tier para streamers */
.streamer-tier-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tier-bronze {
    background: linear-gradient(135deg, #cd7f32, #b8860b);
    color: #fff;
}

.tier-silver {
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
    color: #000;
}

.tier-gold {
    background: linear-gradient(135deg, #ffd700, #ffb347);
    color: #000;
}

/* Contenedor de enlaces múltiples */
.streamer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.streamer-link.primary {
    background: linear-gradient(135deg, #ffaf43, #e39f45);
    color: #000;
}

.streamer-link.tiktok {
    background: linear-gradient(135deg, #ff0050, #e91e63);
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
}

.streamer-link.tiktok:hover {
    background: linear-gradient(135deg, #e91e63, #ff0050);
    color: #fff;
    text-decoration: none;
}

/* ========================================================= */
/* PLANES DE STREAMERS */
/* ========================================================= */

.streamer-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.plan-card {
    background: linear-gradient(145deg, #2d1f15, #211715);
    border-radius: 12px;
    padding: 25px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.plan-card.featured {
    border-color: #c0c0c0;
    box-shadow: 0 8px 24px rgba(192, 192, 192, 0.2);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: -25px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: #fff;
    padding: 5px 30px;
    font-size: 11px;
    font-weight: bold;
    transform: rotate(35deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bronze-plan {
    border-color: rgba(205, 127, 50, 0.5);
}

.bronze-plan:hover {
    border-color: #cd7f32;
    box-shadow: 0 12px 24px rgba(205, 127, 50, 0.3);
}

.silver-plan {
    border-color: rgba(192, 192, 192, 0.5);
}

.silver-plan:hover {
    border-color: #c0c0c0;
    box-shadow: 0 12px 24px rgba(192, 192, 192, 0.3);
}

.gold-plan {
    border-color: rgba(255, 215, 0, 0.5);
}

.gold-plan:hover {
    border-color: #ffd700;
    box-shadow: 0 12px 24px rgba(255, 215, 0, 0.3);
}

.plan-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 175, 67, 0.2);
}

.plan-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.plan-header h3 {
    color: #ffaf43;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.plan-subtitle {
    color: #f7ddbf;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 0;
}

.plan-requirements,
.plan-benefits {
    margin-bottom: 25px;
}

.plan-requirements h4,
.plan-benefits h4 {
    color: #ccfa6a;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.plan-requirements ul,
.plan-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-requirements li,
.plan-benefits li {
    color: #f7ddbf;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.plan-requirements li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ccfa6a;
    font-weight: bold;
}

.plan-benefits li:before {
    content: '🎯';
    position: absolute;
    left: 0;
}

.plan-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 175, 67, 0.2);
}

.plan-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
}

.plan-button.bronze {
    background: linear-gradient(135deg, #cd7f32, #b8860b);
    color: #fff;
}

.plan-button.bronze:hover {
    background: linear-gradient(135deg, #b8860b, #cd7f32);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(205, 127, 50, 0.4);
    color: #fff;
    text-decoration: none;
}

.plan-button.silver {
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
    color: #000;
}

.plan-button.silver:hover {
    background: linear-gradient(135deg, #a8a8a8, #c0c0c0);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(192, 192, 192, 0.4);
    color: #000;
    text-decoration: none;
}

.plan-button.gold {
    background: linear-gradient(135deg, #ffd700, #ffb347);
    color: #000;
}

.plan-button.gold:hover {
    background: linear-gradient(135deg, #ffb347, #ffd700);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive para planes */
@media (max-width: 768px) {
    .streamer-plans {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .plan-card {
        padding: 20px;
    }
    
    .plan-icon {
        font-size: 36px;
    }
    
    .plan-header h3 {
        font-size: 20px;
    }
    
    .streamer-links {
        gap: 6px;
    }
    
    .streamer-link {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ===== ESTILOS ESPECÍFICOS PARA EL MÓDULO MY ACCOUNT ===== */

/* Contenedor específico del módulo (si existe una clase padre específica) */
.myaccount-module,
.module-myaccount {
    /* Todos los estilos estarán dentro de este contenedor */
}

/* Headers específicos del módulo */
.miniranks.border.border-primary,
.miniranks.border.border-dark {
    background: linear-gradient(to bottom, #b93a27, #9e1e0b) !important;
    border: 1px solid #482c22 !important;
    padding: 12px 20px;
    color: #f7ddbf !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px !important;
}

/* Header de donaciones */
.miniranks:not(.border) {
    background: linear-gradient(to bottom, #b93a27, #9e1e0b) !important;
    border: 1px solid #482c22 !important;
    padding: 12px 20px;
    color: #f7ddbf !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px !important;
}

/* Cards de créditos y VIP - solo las del módulo */
.row .col-md-4 .card {
    background-color: #111111 !important;
    border: 1px solid #482c22 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.row .col-md-4 .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.row .col-md-4 .card .card-header {
    background: linear-gradient(to bottom, #b93a27, #9e1e0b) !important;
    padding: 12px 20px;
    border-bottom: 1px solid #705954 !important;
    color: #f7ddbf !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0 !important;
}

.row .col-md-4 .card .card-body {
    padding: 20px !important;
    background-color: #111111 !important;
    border-radius: 0 0 8px 8px !important;
}

.row .col-md-4 .card .card-text.text-success {
    color: #ccfa6a !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.row .col-md-4 .card .card-text.text-danger {
    color: #ff6b6b !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.row .col-md-4 .card .card-text.text-secondary {
    color: #c0c0c0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.row .col-md-4 .card .card-text.text-warning {
    color: #ffd700 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.row .col-md-4 .card .card-text[style*="color:#af6941"] {
    color: #cd7f32 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Card de bienvenida */
.card.mb-3 {
    background-color: #111111 !important;
    border: 1px solid #482c22 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px !important;
    margin-bottom: 30px !important;
}

.card.mb-3 .card-body {
    background-color: #111111 !important;
    padding: 20px !important;
}

.card.mb-3 .card-title {
    color: #f7ddbf !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.card.mb-3 .card-title .text-success {
    color: #ccfa6a !important;
}

.card.mb-3 .card-text {
    color: #8d7962 !important;
    line-height: 1.6;
}

.card.mb-3 .img-fluid {
    border-radius: 8px;
    border: 2px solid #482c22;
}

/* Input groups de información de cuenta */
.input-group.mb-2 {
    background-color: #111111;
    border: 1px solid #482c22;
    border-radius: 6px;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

.input-group.mb-2 .input-group-text {
    background-color: #2e2524 !important;
    border: none !important;
    color: #ffaf43 !important;
    font-weight: bold;
    padding: 12px 15px;
}

.input-group.mb-2 .form-control {
    background-color: #111111 !important;
    border: none !important;
    color: #f7ddbf !important;
    padding: 12px 15px;
}

.input-group.mb-2 .form-control.bg-success {
    background-color: #1e4d1e !important;
    color: #ccfa6a !important;
}

.input-group.mb-2 .form-control.bg-danger {
    background-color: #4d1e1e !important;
    color: #ff6b6b !important;
}

/* Botones de editar en los input groups */
.input-group.mb-2 .btn.btn-sm.btn-primary {
    background: linear-gradient(to bottom, #b93a27, #9e1e0b) !important;
    border: 1px solid #482c22 !important;
    color: #f7ddbf !important;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
    float: right;
    margin-left: 10px;
}

.input-group.mb-2 .btn.btn-sm.btn-primary:hover {
    background: linear-gradient(to bottom, #c94631, #b52e1b) !important;
    transform: translateY(-1px);
}

/* Cards de personajes */
.mini-ranks-hard.card.card-default {
    background-color: #111111 !important;
    border: 1px solid #482c22 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-bottom: 30px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.mini-ranks-hard.card.card-default:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.mini-ranks-hard .card-body {
    background-color: #111111 !important;
    padding: 20px !important;
}

.mini-ranks-hard-text {
    color: #f7ddbf !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* Imágenes de avatar de personajes */
.mini-ranks-hard img {
    border: 4px solid #482c22 !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

/* Progress bars de stats */
.mini-ranks-hard .progress.progress-lg {
    background-color: #2e2524 !important;
    border: 1px solid #49321a !important;
    border-radius: 4px !important;
    height: 25px !important;
    overflow: hidden;
}

.mini-ranks-hard .progress-bar.bg-aifos {
    background: linear-gradient(to right, #b93a27, #9e1e0b) !important;
    color: #f7ddbf !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 25px;
    text-align: center;
    min-width: 40px !important;
}

/* Badges de información de personajes */
.mini-ranks-hard .btn.btn-outline-dark {
    background-color: #2e2524 !important;
    border: 1px solid #49321a !important;
    color: #f7ddbf !important;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mini-ranks-hard .btn.btn-outline-dark:hover {
    background-color: #3e3534 !important;
    border-color: #59422a !important;
    transform: translateY(-1px);
}

/* Tablas de donaciones */
.table#paypal_donations {
    background-color: #111111 !important;
    border: 1px solid #482c22 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-bottom: 30px !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.table#paypal_donations thead.thead-dark th {
    background: linear-gradient(to bottom, #b93a27, #9e1e0b) !important;
    border-bottom: 2px solid #705954 !important;
    color: #f7ddbf !important;
    font-weight: bold;
    text-align: center;
    padding: 15px 12px;
}

.table#paypal_donations tbody td {
    background-color: #111111 !important;
    border-bottom: 1px solid #333 !important;
    color: #8d7962 !important;
    padding: 12px;
    vertical-align: middle;
}

.table#paypal_donations tbody tr:last-child td {
    border-bottom: none !important;
}

/* Estilos específicos de contenido de tablas */
.table#paypal_donations .text-info.font-weight-bold {
    color: #ffaf43 !important;
    font-weight: bold !important;
}

.table#paypal_donations .text-danger.font-weight-bold {
    color: #ff6b6b !important;
    font-weight: bold !important;
}

.table#paypal_donations .badge.badge-success {
    background-color: #1e4d1e !important;
    color: #ccfa6a !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.table#paypal_donations .badge.badge-important {
    background-color: #4d1e1e !important;
    color: #ff6b6b !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* Labels de estado de cuenta */
.label.label-danger {
    background-color: #4d1e1e !important;
    color: #ff6b6b !important;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.label.label-default {
    background-color: #1e4d1e !important;
    color: #ccfa6a !important;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

/* Responsive para el módulo */
@media (max-width: 768px) {
    .row .col-md-4,
    .mini-ranks-hard .col-md-4,
    .mini-ranks-hard .col-md-8,
    .mini-ranks-hard .col-md-12 {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .mini-ranks-hard .row {
        flex-direction: column;
        text-align: center;
    }
    
    .mini-ranks-hard .progress {
        margin-bottom: 10px;
    }
    
    .mini-ranks-hard .btn.btn-outline-dark {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
    
    .input-group.mb-2 {
        flex-direction: column;
    }
    
    .input-group.mb-2 .input-group-text,
    .input-group.mb-2 .form-control {
        border-radius: 4px !important;
        margin-bottom: 2px;
    }
}

/* Efectos de animación específicos del módulo */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mini-ranks-hard.card.card-default,
.row .col-md-4 .card,
.card.mb-3 {
    animation: slideInUp 0.6s ease-out;
}

/* Scrollbar personalizado para las tablas del módulo */
.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #b93a27 #111111;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #111111;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #b93a27, #9e1e0b);
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #c94631, #b52e1b);
}
