/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2022 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/

.top1online {
  position: absolute;
  left: 64%;
  top: 20%;
  width: 250px;
  height: 200px;
  border-radius: 15px;
  text-align: center;
  font-family: 'Cinzel', serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* Fondo bronce con degradado */
background: linear-gradient(388deg, #000000, #250000);
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ff5000;
}

/* Título principal */
.top1online .titulo {
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ff8f00, #ff8f00, #ff8f00, #ff8f00);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 5s linear infinite;
  /* text-shadow:
    0 0 6px rgba(255, 220, 120, 0.6),
    0 0 12px rgba(255, 240, 180, 0.4); */
  margin-bottom: 6px;
}

/* Información adicional */
.top1online .info {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.7),
    0 0 4px rgba(255, 255, 255, 0.2);
}

/* Texto destacado (verde dorado) */
.top1online .info span {
  color: #ff8f00;
  text-shadow: 0 0 5px rgb(0 0 0 / 70%), 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Avatar */
.avataronline img {
  width: 80px;
  border-radius: 10px;
  margin-bottom: 8px;
}

/* Animación del brillo dorado */
@keyframes goldText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.ondeidad { background:#524c34;    font-family: 'Cinzel', serif;  position: absolute;left: 64%;top: 43%; width: 250px; height: 85px; border-radius: 20px 20px  20px 20px; align-content: center; align-items: center; text-align: center; font-family: var(--bs-font-sans-serif);line-height: 1;}
.ondeidad {
  position: absolute;
  left: 64%;
  top: 43%;
  width: 250px;
  height: 85px;
  border-radius: 12px;
  text-align: center;
  font-family: 'Cinzel', serif;
  line-height: 1;

  /* Fondo bronce con degradado */
  background: linear-gradient(388deg, #000000, #250000);
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ff5000;
}

/* Título */
.ondeidad .titulo {
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(90deg, #00f907, #00f907, #00f907, #00f907);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 30s linear infinite;
}

/* Número / Conteo Online */
.ondeidad .onlines {
  font-size: 2.4rem;
  font-weight: 900;
  background-size: 300%;
}

/* Animación del brillo dorado */
@keyframes goldText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
html {
	min-width: 1040px;
	height: 100%;
}

.progress-bar-simple {
    width: 100%;
    height: 20px;
    background-color: #f44336;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    transition: width 0.3s ease;
}

.progress-legends {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
    font-size: 12px;
}

.progress-bar-empty {
    text-align: center;
    color: #999;
    font-style: italic;
}

.topduelista { background:#524c34;    font-family: 'Cinzel', serif;  position: absolute;right: 64%;top: 20%; width: 250px; height: 300px; border-radius: 20px 20px  20px 20px; align-content: center; align-items: center; text-align: center; }
.topduelista {
  position: absolute;
  right: 64%;
  top: 20%;
  width: 250px;
  height: 300px;
  border-radius: 20px;
  text-align: center;
  font-family: 'Cinzel', serif;

  /* Fondo bronce oscuro */
  background: linear-gradient(388deg, #000000, #250000);
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ff5000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* Título principal */
.dueltittle {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 0 5px rgba(255, 255, 255, 0.2);
}

/* Avatar */
.avatarduelista img {
  width: 120px;
  height: auto;
  border-radius: 15px;
  /* border: 2px solid #c8a951; */
  /* box-shadow:
    0 0 10px rgba(255, 220, 120, 0.8),
    0 0 20px rgba(255, 240, 180, 0.4); */
}

/* Nombre del duelista (oro brillante animado) */
.duelname a {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ffffff, #c7c7c7, #ffffff, #cbcbcb);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 4s linear infinite;
  /* text-shadow: 0 0 10px rgb(255 255 255 / 60%), 0 0 15px rgba(255, 255, 150, 0.4); */
  text-decoration: none;
}

/* Información adicional */
.infoduel {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.6),
    0 0 3px rgba(255, 255, 255, 0.2);
}

/* Animación del texto dorado */
@keyframes goldText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010511 url('../img/background.jpg') no-repeat top center;
  background-size: cover;
  z-index: -1;
}
a {
	color: var(--ColorTemplate);
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover {
	color: #ffda8a;
}

img {
	border: 0px;
}

#header {
	width: 100%;
	margin: 0px auto;
	padding: 248px 0px 10px 0px;
	text-align: center;
	color: #fff;
}

#container {
	background: #000000;
	opacity: 100%; /* total, sin transparencia del ruido */
	backdrop-filter: blur(120px);
	width: 1040px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
}
#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding: 10px 20px 0px 20px;
}

.footer {
    background: #000000;
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 1040px;
	font-size: 12px;
	color: #ffffff;
	overflow: auto;
	margin: 0px auto 100px auto;
	/* border-top: 3px solid var(--ColorTemplate); */
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
}
	.footer > .footer-container {
		width: 100%;
		margin: 0px auto;
	}
		.footer > .footer-container a:hover {
			text-decoration: underline !important;
		}
	.footer .footer-social-link {
		filter: grayscale(100%);
		transition: all .3s ease;
	}
	.footer .footer-social-link:hover {
		filter: grayscale(0%);
	}

#navbar {
	width: 100%;
	backdrop-filter: blur(5px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}

#navbar ul li a {
	display: inline-block;
	color: #cccccc !important;
	text-decoration: none;
	padding: 20px 30px;
	transition: all .3s ease;
	text-transform: uppercase;
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

.admincp-button {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 10px;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.page-title {
	color: var(--ColorTemplate);
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}

/* 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;
}
.panel-news .panel-heading {
  padding: 0.5rem 1rem;
  background: linear-gradient(388deg, #000000, #250000) !important;
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  border: 1px solid #ff5000;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 0.25rem;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;

  /* Efecto de relieve */
  font-family: 'Cinzel', serif;
  color: #f7e9b0;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.7),
    0 0 4px rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}

.panel-news .panel-heading a{
	color: #f1f1f1;
}
.panel-news .panel-heading a:hover{
	color: #f1f1f1cc;
}

.panel-news .panel-title {
	color: #000000;
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
}
.panel-news .panel-body {
	padding: 1rem 1rem;
	background: #000000;
	border: 1px solid rgb(255 80 0);
	border-radius: 0.25rem;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}
.card { background-color: #250000 !important;}


tbody, td, tfoot, th, thead, tr {
    border-color: #999 !important; 
    border-style: solid;
    border-width: 0;
}


.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #250000 !important;
    border: 1px solid #ff5000;
    border-radius: .25rem;
}
.general-rank thead {
  background: linear-gradient(90deg, #ff4d00, #ff9900);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
input[type=text], input[type=password], input[type=number] {
    background: #250000;
    border: 1px solid #ff5000;
    color: #ffffff;
}
.panel-news .panel-footer {
    background: #000000;
    padding: 1rem 1rem;
    font-style: italic;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    /* border-top: 3px solid var(--ColorTemplate); */
    border-radius: 0.25rem;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 1rem 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: var(--ColorTemplate);
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: var(--bs-light);
	border-bottom: 3px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 160px;
	border: 1px solid var(--ColorTemplate);
	/* border-left: 7px solid var(--ColorTemplate); */
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: var(--ColorTemplate);
	background: linear-gradient(to left, transparent 50%, var(--ColorTemplate) 50%);
	background-size: 200%;
	background-position: right;
	transition: background-position 0.5s;
}
.rankings_menu a.active {
	color: #f1f1f1;
	/* border: 1px solid var(--ColorTemplate); */
	border-left: 7px solid var(--ColorTemplate);
	background: #ff5000;
}

.rankings_menu a:hover {
	color: var(--bs-light) !important;
    text-decoration: none !important;
	background-position: left;
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: var(--ColorTemplate);;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: var(--ColorTemplate);;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
    border: 1px solid;
    border-color: rgba(0,0,0,0.125);
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -moz-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.panel-sidebar > .panel-heading {
	background: #fff;
	color: var(--ColorTemplate);;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid var(--ColorTemplate);;
	padding: 15px;
    font-size: 22px;
    text-align: center;
}
.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: var(--ColorTemplate) !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

/* Mantengo tu estilo aunque el img ya no se usa */
.sidebar-banner img {
	border: 0px;
	border-radius: 5px;
}

/* --- BOTÓN PROFESIONAL --- */
.register-button {
    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;
    padding: 15px 12px;

    background: linear-gradient(179deg, #cf4800, #cf4800);
    border-radius: 10px;

    text-decoration: none;
    color: #fff;
    cursor: pointer;

    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    transition: 0.25s ease-in-out;
}

.register-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

.register-button i {
    font-size: 30px;
}

/* Bloque de texto */
.text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; /* CENTRADO */
    flex: 1; /* Ocupa todo el espacio para centrar correctamente */
    line-height: 1.1;
}

.text-block .title {
    font-size: 17px;
    font-weight: 800;
}

.text-block .subtitle {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 3px;
}

.download-button {
    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;
    padding: 15px 12px;

    background: linear-gradient(135deg, #059639, #059639); /* degradé azul profesional */
    border-radius: 10px;

    text-decoration: none;
    color: #fff;
    cursor: pointer;

    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    transition: 0.25s ease-in-out;
    margin-top: 15px; /* separación del botón anterior */
}

.download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

.download-button i {
    font-size: 30px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body{
	padding: 10px;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: #000103;
	border: 1px solid #ff5000;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #ffffff;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: var(--ColorTemplate) !important; text-transform: uppercase;}
.webengine-powered:active, .webengine-powered:hover { color: var(--ColorTemplate) !important; }

/* GLOBAL TOP BAR */
.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
	.global-top-bar .global-top-bar-content {
		width: 1040px;
		margin: 0px auto;
	}
		.global-top-bar .global-top-bar-content .row {
			margin: 0px;
			padding: 0px;
		}
	.global-top-bar a.logout {
		color: var(--ColorTemplate) !important;
	}
	.global-top-bar a {
		color: #999999 !important;
	}
	.global-top-bar a:hover {
		color: #ffffff !important;
	}
.global-top-bar-nopadding {
	padding: 0px !important;
}
.global-top-bar-separator {
	padding: 0px 5px;
}

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	width: 46px;
	height: 19px;
	overflow: hidden;
	transition: all .3s ease;
}
.webengine-language-switcher:hover {
	width: 400px;
}
	.webengine-language-switcher li {
		display: inline-block;
		list-style-type: none;
		background: #333333;
		padding: 0px 5px 2px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-khtml-border-radius: 3px;
		transition: all .3s ease;
	}
	.webengine-language-switcher li:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}
	.webengine-language-switcher li a {
		color: #999999;
	}
	.webengine-language-switcher li a:hover {
		color: #ffffff !important;
	}

/* WEBSITE LOGO */
.webengine-mu-logo {
	transition: all .3s ease;
}
	.webengine-mu-logo:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

/* CONTENEDOR */
.mu-header {
  position: relative;
  height: 320px;
  overflow: hidden;
}

/* 🔥 FONDO */
.mu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/bg-castle.jpg') center/cover no-repeat;
  filter: brightness(0.7) contrast(1.2);
  animation: bgZoom 20s infinite alternate ease-in-out;
}

/* 🎥 leve movimiento cinematico */
@keyframes bgZoom {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

/* 🔥 LOGO */
.mu-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mu-logo {
  width: 500px;
  animation: logoPulse 3s infinite ease-in-out;
  filter: drop-shadow(0 0 15px #ff5500);
}

/* glow + vida */
@keyframes logoPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

/* ✨ CANVAS */
#mu-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

/* HEADER INFO */
.header-info-container {
	width: 1040px;
	margin: 0px auto;
	text-align: right;
}
	.header-info-container .header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; /* separación entre los textos */
  width: 100%;
  background: linear-gradient(388deg, #000000, #250000);
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ff5000;
  border-radius: 6px;
}
		.header-info-container .header-info .header-info-block {
			padding: 0px;
			color: #aaaaaa;
		}
		.header-info-container .header-info .header-info-block #tServerTime, .header-info-container .header-info .header-info-block #tLocalTime {
			color: #ffffff;
		}
		.header-info-container .header-info .header-info-block #tServerDate, .header-info-container .header-info .header-info-block #tLocalDate {
			color: #cccccc;
		}
		.header-info-container .header-info .header-info-block .online-count {
			color: #00ff00;
		}
	.header-info ul {
		text-align: center;
		margin: 0px;
		-webkit-padding-start: 0px;
	}
	.header-info ul li {
		list-style-type: none;
		display: inline-block;
		font-size: 16px;
	}
	.header-info ul li a {
		display: inline-block;
		color: #eeeeee;
		text-decoration: none;
		padding: 1px 30px;
		transition: all .3s ease;
		text-transform: uppercase;
	}
/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}
	.webengine-online-bar .webengine-online-bar-progress {
		height: 8px;
		background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
		-webkit-border-radius: 0px 1px 1px 0px;
		-moz-border-radius: 0px 1px 1px 0px;
		-khtml-border-radius: 0px 1px 1px 0px;
		border-radius: 0px 1px 1px 0px;
	}
	.webengine-online-bar:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Colores Market Char */
.RazaSM{
	background-color: rgba(47, 125, 204, 0.1);
	border: 1px solid #2f7dcc;
}
.RazaDK{
	background-color: rgba(204, 47, 47, 0.1);
	border: 1px solid #cc2f2f;
}
.RazaELF{
	background-color: rgba(51, 204, 47, 0.1);
	border: 1px solid #33cc2f;
}
.RazaMG{
	background-color: rgba(113, 47, 204, 0.1);
	border: 1px solid #712fcc;
}
.RazaDL{
	background-color: rgba(204, 158, 47, 0.1);
	border: 1px solid #cc9e2f;
}
.RazaSUM{
	background-color: rgba(191, 47, 204, 0.1);
	border: 1px solid #bf2fcc;
}
.RazaRF{
	background-color: rgba(204, 84, 47, 0.1);
	border: 1px solid #cc542f;
}

.BtnSM{
	background-color: #2f7dcc;
	color: #f1f1f1;
	border: 1px solid #2f7dcc;
}
.BtnSM:hover{
	background-color: rgba(47, 125, 204, 0.1);
	color: #2f7dcc;
	border: 1px solid #2f7dcc;
}

.BtnDK{
	background-color: #cc2f2f;
	color: #f1f1f1;
	border: 1px solid #cc2f2f;
}
.BtnDK:hover{
	background-color: rgba(204, 47, 47, 0.1);
	color: #cc2f2f;
	border: 1px solid #cc2f2f;
}

.BtnELF{
	background-color: #33cc2f;
	color: #f1f1f1;
	border: 1px solid #33cc2f;
}
.BtnELF:hover{
	background-color: rgba(51, 204, 47, 0.1);
	color: #33cc2f;
	border: 1px solid #33cc2f;
}

.BtnMG{
	background-color: #712fcc;
	color: #f1f1f1;
	border: 1px solid #712fcc;
}
.BtnMG:hover{
	background-color: rgba(113, 47, 204, 0.1);
	color: #712fcc;
	border: 1px solid #712fcc;
}

.BtnDL{
	background-color: #cc9e2f;
	color: #f1f1f1;
	border: 1px solid #cc9e2f;
}
.BtnDL:hover{
	background-color: rgba(204, 158, 47, 0.1);
	color: #cc9e2f;
	border: 1px solid #cc9e2f;
}

.BtnSUM{
	background-color: #bf2fcc;
	color: #f1f1f1;
	border: 1px solid #bf2fcc;
}
.BtnSUM:hover{
	background-color: rgba(191, 47, 204, 0.1);
	color: #bf2fcc;
	border: 1px solid #bf2fcc;
}

.BtnRF{
	background-color: #cc542f;
	color: #f1f1f1;
	border: 1px solid #cc542f;
}
.BtnRF:hover{
	background-color: rgba(204, 84, 47, 0.1);
	color: #cc542f;
	border: 1px solid #cc542f;
}

div.dataTables_wrapper div.dataTables_filter label {
	display: block;
  }
   
  div.dataTables_wrapper div.dataTables_filter input {
	width: 100%;
	margin: 0;
  }

#FBSlideLikeBox_left {background: url(../img/iconds.png) 365px 0 no-repeat; float: left; height: 42px; position: fixed; left: -365px; padding-right: 63px; top: 15%; width: 428px; z-index: 2000;}
#FBSlideLikeBox_left #FBSlideLikeBox3_left {height: 690px; right: 0; position: absolute; border: 3px solid #597bca; width: 400px; background: #f8f8f8;}
#FBSlideLikeBox_right {background: url(../img/iconds.png) 0 0 no-repeat; float: right; height: 42px; position: fixed; right: -400px; padding-left: 42px; top: 15%; width: 400px; z-index: 2000;}
#FBSlideLikeBox_right #FBSlideLikeBox3_right {height: 690px; left: 0; position: absolute; border: 3px solid #3B5998; width: 400px; background: #f8f8f8;}
#FBSlideLikeBox_left #FBSlideLikeBox2_left {position: relative; clear: both; width: auto;}

.castle-siege-buttons a{
	color: unset !important;
}

.banners-sidebar img{
	border: 1px solid var(--ColorTemplate);
}

.btn-primary {
	color: #fff;
	background-color: #ff5000;;
  }
  .btn-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }

  .btn-outline-primary {
	color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-outline-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: var(--ColorTemplate);
	background-color: transparent;
  }

  .text-primary {
	color: #05781f !important;
  }

.bg-primary1 {
  background: linear-gradient(388deg, #000000, #250000) !important;
  color: #ff8f00;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ff5000;
  border-radius: 6px;
  text-shadow: 0 1px 1px #000;
}
  .border-primary {
	border-color: var(--ColorTemplate) !important;
  }

.table-striped > tbody > tr:nth-of-type(odd) {
  color:  #ffffff;
  background-color:  #250000;
}

.table {
  background: #250000;
  color: #ffffff;
}
.btn-outline-dark {
    color: #ff5000;
    border-color: #ff5000;
}
  body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff;
  }
  
    .floating-buttons{
      position:fixed;
      left:16px;
      bottom:calc(18px + env(safe-area-inset-bottom));
      display:flex; flex-direction:column; gap:10px;
      z-index:9999;
    }
    .floating-buttons .btn{
      display:flex; align-items:center; gap:10px;
      padding:10px 14px; border-radius:12px;
      font-weight:700; line-height:1; color:#fff; text-decoration:none;
      box-shadow:0 8px 20px rgba(0,0,0,.25);
      transition:transform .15s ease, box-shadow .15s ease, opacity .15s;
      will-change: transform;
    }
    .floating-buttons .btn img{ width:22px; height:22px; display:block; filter:brightness(0) invert(1); }
    .floating-buttons .btn:hover{ transform:translateY(-2px); box-shadow:0 10px 26px rgba(0,0,0,.3); }
    .floating-buttons .btn:active{ transform:translateY(0); }

    .floating-buttons .btn.discord{ background:#232ead; }
    .floating-buttons .btn.whatsapp{ background:#008516; }             /* Informativo */
    .floating-buttons .btn.whatsapp.commerce{ background:#001fab; }     /* Comercio */

    @media (max-width:480px){
      .floating-buttons{ left:12px; bottom:12px; gap:8px; }
      .floating-buttons .btn{ padding:9px 12px; font-size:14px; border-radius:10px; }
      .floating-buttons .btn img{ width:20px; height:20px; }
    }
    
    /* STREAM WIDGET */
.streamer-widget {
    position: fixed;
    top: 30%;
    left: -220px; /* Oculto fuera de pantalla */
    width: 220px;
    background: rgba(20, 20, 20, 0.95);
    padding: 15px;
    border-radius: 0 10px 10px 0;
    transition: all 0.4s ease;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-family: 'Cinzel', serif;
}

.streamer-widget:hover {
    left: 0; /* Aparece al pasar el cursor */
}

.streamer-tab {
    position: absolute;
    right: -70px;
    top: 35%;
    width: 70px;
    padding: 10px;
    background: #b60000;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    animation: blink 1s infinite;
    box-shadow: 0 0 8px rgba(255,0,0,0.8);
}

/* Animación para titilar */
@keyframes blink {
    0%, 100% { opacity: 1; }
    80% { opacity: 0.3; }
}

.streamer-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ff3c3c;
    font-size: 18px;
    text-align: center;
}

.stream-link {
    display: block;
    padding: 8px;
    margin: 5px 0;
    background: #2b2b2b;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
}

.stream-link:hover {
    background: #ff3c3c;
    padding-left: 12px;
}

.card {
    background: #3b0000;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
}

/* ===== FONDO GENERAL ===== */
.page-content {
    background: radial-gradient(circle at top, #1a0000, #000);
    padding: 20px;
}

/* ===== CARD PRO ===== */
.card {
    background: linear-gradient(145deg, #3b0000, #1a0000);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
    position: relative;
}

/* Glow animado */
.card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(45deg, red, orange, gold, red);
    opacity: 0;
    transition: 0.4s;
    z-index: 0;
}

.card:hover::before {
    opacity: 1;
    filter: blur(8px);
}

/* Hover */
.card:hover {
    transform: translateY(-8px) scale(1.04);
}

/* Contenido arriba del glow */
.card * {
    position: relative;
    z-index: 2;
}

/* ===== IMAGEN ===== */
.card-img-top {
    background: radial-gradient(circle, #555, #111);
    padding: 15px;
}

.card-img-top img {
    width: 80%;
    transition: 0.4s;
    filter: drop-shadow(0 0 10px rgba(255,215,0,0.6));
}

.card:hover img {
    transform: scale(1.12) rotate(2deg);
}

/* ===== VIP ESPECIAL ===== */
.vip-pro {
    box-shadow: 0 0 20px gold;
}

.vip-pro:hover {
    box-shadow: 0 0 40px gold;
}

/* ===== TEXTO ===== */
.card-footer b {
    font-size: 18px;
    letter-spacing: 1px;
}

/* ===== PRECIO ===== */
.price-box {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    background: rgba(0,0,0,0.4);
}

/* ===== BOTON PRO ===== */
.btn-pro {
    background: linear-gradient(45deg, #ff3c00, #ff8c00);
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s;
}

.btn-pro:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ff8c00, #ff3c00);
    box-shadow: 0 0 15px orange;
}

/* ===== BADGE ===== */
.badge-pro {
    position: absolute;
    top: 10px;
    right: 10px;
    background: gold;
    color: black;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 0 10px gold;
}

/* ===== TITULO PRO ===== */
.title-pro {
    background: linear-gradient(90deg, #005eff, #00c6ff);
    padding: 15px;
    border-radius: 10px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
    position: relative;
    overflow: hidden;
}

/* brillo animado */
.title-pro::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    100% { left: 100%; }
}

/* icono animado */
.icon-pro {
    font-size: 26px;
    animation: float 2s infinite ease-in-out;
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* ===== ALERTA PRO ===== */
.alert-pro {
    margin-top: 10px;
    background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
    border-left: 5px solid #00c6ff;
    padding: 12px;
    border-radius: 8px;
    color: #d9faff;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    font-size: 14px;
}

/* texto resaltado */
.alert-pro b {
    color: #00eaff;
}

/* ===== TITULO VIP ===== */
.title-vip {
    background: linear-gradient(90deg, #fba900, #ffd700, #ffea00);
    padding: 15px;
    border-radius: 10px;
    color: #3b2600;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 20px gold;
    position: relative;
    overflow: hidden;
}

/* brillo animado dorado */
.title-vip::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shineVip 2.5s infinite;
}

@keyframes shineVip {
    100% { left: 100%; }
}

/* icono VIP */
.icon-vip {
    font-size: 26px;
    animation: pulseVip 1.5s infinite;
}

@keyframes pulseVip {
    0%,100% { transform: scale(1); text-shadow: 0 0 5px gold; }
    50% { transform: scale(1.2); text-shadow: 0 0 20px gold; }
}

/* ===== ALERTA VIP ===== */
.alert-vip {
    margin-top: 10px;
    background: linear-gradient(90deg, #3b2600, #5a3d00, #7a5200);
    border-left: 5px solid gold;
    padding: 12px;
    border-radius: 8px;
    color: #ffe9a3;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
    font-size: 14px;
}

/* resaltar texto */
.alert-vip b {
    color: gold;
    text-shadow: 0 0 5px gold;
}

.badge-top{
    background: linear-gradient(45deg,#ffd700,#ffae00);
    color:#000;
    font-size:10px;
    padding:3px 6px;
    border-radius:6px;
    box-shadow:0 0 8px rgba(255,215,0,0.6);
}

.recomendado .drinkcard-cc{
    border:2px solid gold;
    box-shadow:0 0 12px rgba(255,215,0,0.5);
    animation:none; /* quitamos el pulso exagerado */
}

.drinkcard-cc{
    background-color:#1a1a1a;
}

.metodo-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.6);
}

.drinkcard-cc{
    transition: all 0.25s cubic-bezier(.4,2,.6,1);
}

.page-content {
    background: #000;
    padding: 20px;
}

.page-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.paypal-card {
    background: #e6d5b8;
    border: 2px solid #ff7a00;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 0 10px rgba(255,122,0,0.5);
}

.paypal-card h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}

.paypal-btn {
    background: #198754;
    border: none;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.paypal-btn:hover {
    background: #157347;
    transform: scale(1.05);
}

body {
    background: #000;
}

/* CONTENEDOR PRINCIPAL */
.donation-box {
    border: 1px solid #00d9ff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    background: #0b0b0b;
}

/* HEADER AZUL */
.donation-header {
    background: linear-gradient(90deg, #007bff, #00d9ff);
    color: #fff;
    padding: 12px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 18px;
}

/* ALERTA */
.donation-alert {
    background: linear-gradient(90deg, #002f3a, #004f5e);
    color: #b9faff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 13px;
}

/* GRID */
.card-grid {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* CARD */
.card-pack {
    background: #3b0000;
    border-radius: 10px;
    padding: 15px;
    width: 220px;
    text-align: center;
    box-shadow: 0 0 10px #000;
}

/* TITULO */
.card-pack h3 {
    color: #fff;
    margin-bottom: 10px;
}

/* IMAGEN */
.card-pack img {
    width: 100%;
    border-radius: 8px;
    background: #ffb300;
    padding: 10px;
}

/* PRECIO */
.price-box {
    border: 1px solid #999;
    margin: 15px 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

/* BOTON */
.btn-donar {
    background: #ff5a00;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-donar:hover {
    background: #ff7a2f;
}

body {
    background: #050505;
}

.we-card {
    background: linear-gradient(145deg, #0d0d0d, #141414);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255,0,0,0.2);
    box-shadow: 0 0 20px rgba(255,0,0,0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.we-card::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,0,0,0.15), transparent 70%);
    top: -50%;
    left: -50%;
    animation: glowMove 6s linear infinite;
}

@keyframes glowMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.we-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgba(255,0,0,0.4);
}

.we-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 5px solid #ff0000;
    color: #fff;
}

.we-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 2;
}

.we-table td {
    padding: 12px;
    border-bottom: 1px solid #222;
}

.we-table tr:hover {
    background: rgba(255,0,0,0.08);
}

.label {
    color: #aaa;
}

.value {
    color: #fff;
    font-weight: bold;
}

.free {
    color: #00ff9c;
    font-weight: bold;
}

.vip {
    color: gold;
    font-weight: bold;
}

.center {
    text-align: center;
}

.icon {
    margin-right: 6px;
}

.we-card {
    position: relative;
    overflow: hidden;
}

/* EFECTO BRILLO ANIMADO */
.we-card::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,0,0,0.15), transparent 60%);
    top: -50%;
    left: -50%;
    animation: glowMove 8s linear infinite;
}

@keyframes glowMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* CONTENIDO ENCIMA DEL EFECTO */
.we-card * {
    position: relative;
    z-index: 2;
}

/* TITULO MÁS PRO */
.we-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* LINEA ROJA MÁS BRILLANTE */
.we-title::before {
    content: "";
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, red, transparent);
    display: inline-block;
}

/* TABLA MÁS PRO */
.we-table tr {
    transition: all 0.2s ease;
}

.we-table tr:hover {
    transform: scale(1.01);
}

/* FREE / VIP MÁS LLAMATIVO */
.free {
    color: #00ffae;
    text-shadow: 0 0 5px #00ffae;
}

.vip {
    color: gold;
    text-shadow: 0 0 5px gold;
}

.vip-btn {
    display: inline-block;
    background: linear-gradient(45deg, gold, orange);
    color: #000;
    padding: 14px 35px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(255,215,0,0.6);
    transition: all 0.3s ease;
    position: relative;
}

.vip-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 35px rgba(255,215,0,1);
}

/* EFECTO PULSO */
.vip-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    box-shadow: 0 0 25px gold;
    animation: pulse 1.5s infinite;
    opacity: 0.6;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.2); opacity: 0; }
}

body {
    background: radial-gradient(circle at top, #1a0000, #000);
}

.vip-btn {
    animation: floatBtn 3s ease-in-out infinite;
}

@keyframes floatBtn {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

.we-card {
    backdrop-filter: blur(6px);
}

.we-table td:first-child {
    color: #ccc;
}

.we-table td:last-child {
    text-align: right;
}

.vip {
    color: gold;
    font-weight: bold;
    text-shadow: 0 0 8px gold;
}

.vip-header {
    position: relative;
}

/* BADGE RECOMENDADO */
.vip-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    background: linear-gradient(45deg, gold, orange);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(255,215,0,0.8);
    animation: badgeGlow 2s infinite alternate;
}

/* ANIMACION SUAVE */
@keyframes badgeGlow {
    from { box-shadow: 0 0 5px rgba(255,215,0,0.5); }
    to { box-shadow: 0 0 12px rgba(255,215,0,1); }
}

/* SIDEBAR GENERAL */
.card {
    background: rgba(15, 0, 0, 0.92) !important;
    border: 1px solid #ff4d00 !important;
    border-radius: 12px !important;
    box-shadow: 0 0 20px rgba(255, 80, 0, 0.25);
    overflow: hidden;
    margin-bottom: 15px;
}

/* HEADER */
.card-header {
    background: linear-gradient(90deg, #2b0000, #5a0000) !important;
    border-bottom: 1px solid #ff4d00 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* BODY */
.card-body {
    padding: 15px !important;
}

/* INPUTS */
.input-group-text {
    background: #2a0000 !important;
    border: 1px solid #ff4d00 !important;
    color: #fff !important;
}

.form-control {
    background: #120000 !important;
    border: 1px solid #ff4d00 !important;
    color: #fff !important;
}

.form-control:focus {
    box-shadow: 0 0 12px rgba(255, 77, 0, 0.5) !important;
    border-color: #ff7a00 !important;
}

/* BOTONES LOGIN */
.btn-outline-primary,
.btn-primary {
    border: none !important;
    border-radius: 8px;
    padding: 8px 14px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff6a00, #ff2d00) !important;
    transition: 0.3s ease;
}

.btn-outline-primary:hover,
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255, 80, 0, 0.7);
}

/* BOTONES SIDEBAR */
.register-button,
.download-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    transition: 0.3s;
    margin: 12px 0;
}

.register-button {
    background: linear-gradient(135deg, #ff6a00, #ff2d00);
    box-shadow: 0 0 15px rgba(255, 80, 0, 0.4);
}

.download-button {
    background: linear-gradient(135deg, #00c853, #009624);
    box-shadow: 0 0 15px rgba(0, 200, 83, 0.4);
}

.register-button:hover,
.download-button:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
}

/* TABLAS */
.table {
    margin-bottom: 0 !important;
    color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(255, 60, 0, 0.05);
}

.table td {
    border-color: rgba(255, 80, 0, 0.15) !important;
}

/* FOOTER */
.card-footer {
    background: rgba(30, 0, 0, 0.9) !important;
    border-top: 1px solid #ff4d00 !important;
}

/* ICONOS */
.card i {
    color: #ff8a00;
}

/* =========================
   MEDALLAS SOLO RANKINGS
========================= */

.ranking-table tr.top1 td:first-child::before {
    content: "🥇";
    margin-right: 6px;
}

.ranking-table tr.top2 td:first-child::before {
    content: "🥈";
    margin-right: 6px;
}

.ranking-table tr.top3 td:first-child::before {
    content: "🥉";
    margin-right: 6px;
}

/* =========================
   NUMEROS #4 #5
========================= */

.rank-number {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    color: #ffae00;
    background: rgba(255,140,0,0.15);
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 11px;
}

/* =========================
   EFECTO HOVER SUAVE
========================= */

.ranking-table tbody tr:hover {
    transform: scale(1.01);
    transition: 0.2s;
}

.top1 {
    animation: glowTop1 2s infinite alternate;
}

@keyframes glowTop1 {
    from {
        box-shadow: inset 0 0 10px rgba(255,215,0,0.3);
    }
    to {
        box-shadow: inset 0 0 20px rgba(255,215,0,0.7);
    }
}

td img {
    margin-right: 6px;
    vertical-align: middle;
}

td {
    vertical-align: middle !important;
}

/* TABLA SERVER INFO FIX */
.table td {
    vertical-align: middle !important;
}

/* COLUMNA DE ICONOS */
.table td:first-child {
    width: 40px;
    text-align: center;
}

/* ICONOS */
.table td i {
    font-size: 16px;
    color: #ff8a00;
    display: inline-block;
    width: 20px;
}

/* TEXTO */
.table td:nth-child(2) {
    padding-left: 5px;
}

/* VALORES (lado derecho) */
.table td:nth-child(3) {
    text-align: right;
    font-weight: bold;
}

.table tr {
    height: 40px;
}

.table td i {
    filter: drop-shadow(0 0 4px rgba(255,140,0,0.6));
}

/* NAVBAR CONTENEDOR */
.navbar,
.navbar-nav {
    background: linear-gradient(90deg, #1a0000, #3a0000);
    border: 1px solid #ff4d00;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 80, 0, 0.3);
    padding: 10px 15px;
}

/* ITEMS */
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 18px;
    position: relative;
    transition: 0.3s;
}

/* ICONOS */
.navbar-nav .nav-link i {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    color: #ff8a00;
}

/* HOVER EFECTO */
.navbar-nav .nav-link:hover {
    color: #ffae00 !important;
    transform: translateY(-2px);
}

/* LINEA ANIMADA */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ffae00, #ff2d00);
    transition: 0.3s;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 60%;
}

/* ITEM ACTIVO */
.navbar-nav .nav-link.active {
    color: #ffae00 !important;
}

.navbar-nav .nav-link.active::after {
    width: 60%;
}

/* ESPACIADO */
.navbar-nav {
    gap: 15px;
    justify-content: center;
}

/* EFECTO BRILLO AL PASAR */
.navbar-nav .nav-link:hover {
    text-shadow: 0 0 8px rgba(255, 140, 0, 0.8);
}

.navbar {
    width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(255, 80, 0, 0.4);
}

.navbar-nav {
    gap: 25px;
}

/* =========================
   NAVBAR BASE
========================= */

.navbar {
    position: relative;
    width: 95%;
    margin: 0 auto;
    border-radius: 14px;
    background: linear-gradient(90deg, #140000, #2a0000);
    z-index: 1;
    overflow: hidden;
}

/* =========================
   BORDE FUEGO ANIMADO
========================= */

.navbar::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    background: linear-gradient(
        120deg,
        #ff0000,
        #ff6a00,
        #ffcc00,
        #ff6a00,
        #ff0000
    );
    background-size: 300% 300%;
    animation: fireBorder 4s linear infinite;
    z-index: -1;
}

/* CAPA INTERNA (para que no tape el contenido) */
.navbar::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #140000, #2a0000);
    z-index: -1;
}

/* =========================
   ANIMACION
========================= */

@keyframes fireBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* =========================
   ITEMS NAVBAR
========================= */

.navbar-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s;
    position: relative;
}

/* ICONOS */
.navbar-nav .nav-link i {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    color: #ff8a00;
}

/* HOVER */
.navbar-nav .nav-link:hover {
    color: #ffae00 !important;
    text-shadow: 0 0 8px rgba(255,140,0,0.8);
    transform: translateY(-2px);
}

/* ACTIVO */
.navbar-nav .nav-link.active {
    color: #ffae00 !important;
}

.navbar::before {
    filter: blur(2px) brightness(1.2);
}

.navbar:hover::before {
    animation-duration: 2s;
}

.navbar::before {
    filter: blur(3px) brightness(1.4);
    opacity: 0.9;
}

.navbar-nav .nav-link.active {
    color: #ffae00 !important;
    text-shadow: 0 0 10px rgba(255,140,0,0.9);
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, #ffae00, #ff2d00);
}

.navbar-nav .nav-link:hover {
    transform: translateY(-3px) scale(1.05);
}

.navbar {
    box-shadow: 
        0 0 20px rgba(255,80,0,0.4),
        inset 0 0 10px rgba(255,120,0,0.2);
}

.navbar-nav .nav-link i {
    color: #ff6a00;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover i {
    color: #ffd000;
}

/* =========================
   CARD LOGIN
========================= */

.card {
    border-radius: 14px;
    border: 1px solid #ff4d00;
    box-shadow: 0 0 20px rgba(255, 80, 0, 0.25);
    overflow: hidden;
}

/* HEADER */
.card-header {
    background: linear-gradient(90deg, #2a0000, #5a0000);
    font-weight: bold;
    letter-spacing: 1px;
}

/* =========================
   INPUTS
========================= */

.input-group {
    border-radius: 10px;
    overflow: hidden;
}

.input-group-text {
    background: linear-gradient(180deg, #ff6a00, #ff2d00);
    border: none;
    color: white;
    width: 45px;
    justify-content: center;
}

.form-control {
    background: #1a0000;
    border: 1px solid #ff4d00;
    color: #fff;
    transition: 0.3s;
}

/* FOCUS */
.form-control:focus {
    background: #1a0000;
    border-color: #ffae00;
    box-shadow: 0 0 10px rgba(255,140,0,0.5);
    color: #fff;
}

/* =========================
   BOTONES
========================= */

.btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 15px;
    transition: 0.3s;
}

/* BOTON PRINCIPAL */
.btn-outline-primary {
    background: linear-gradient(90deg, #ff6a00, #ff2d00);
    border: none;
    color: white;
}

.btn-outline-primary:hover {
    background: linear-gradient(90deg, #ffae00, #ff6a00);
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(255,140,0,0.6);
}

/* BOTON SECUNDARIO */
.btn-outline-primary.float-end {
    background: transparent;
    border: 1px solid #ff4d00;
}

.btn-outline-primary.float-end:hover {
    background: #ff2d00;
}

.d-grid {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
}

.btn i {
    margin-right: 5px;
}

.cs-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-card {
    background: #0b0b0b;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.cs-card h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.owner-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.owner-info h3 {
    color: #fff;
}

.badge {
    background: orange;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.timer-box {
    text-align: center;
    font-size: 22px;
    color: #00ffcc;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-grid div {
    background: #111;
    padding: 10px;
    border-radius: 6px;
}

.info-grid span {
    display: block;
    color: #888;
    font-size: 12px;
}

.info-grid strong {
    color: #fff;
}

.guild-row {
    display: grid;
    grid-template-columns: 60px 1fr 1fr 80px 80px;
    padding: 10px;
    border-bottom: 1px solid #222;
    align-items: center;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #222;
}

.cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* 🔥 HERO CASTLE */
.cs-hero {
    position: relative;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    background: url('/img/castle-bg.jpg') center/cover no-repeat;
}

.cs-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.9));
}

.hero-content {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/* 🔥 LOGO GLOW */
.guild-logo-glow img {
    border-radius: 10px;
    box-shadow: 0 0 20px orange, 0 0 40px rgba(255,140,0,0.6);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 10px orange; }
    50% { box-shadow: 0 0 30px orange; }
    100% { box-shadow: 0 0 10px orange; }
}

/* TEXTOS */
.guild-name {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
}

.guild-rank {
    background: orange;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.guild-master {
    color: #aaa;
}

/* 🧱 CARDS */
.cs-card {
    background: #0d0d0d;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #1a1a1a;
}

/* 🔥 NEON CARD */
.cs-card.neon {
    border: 1px solid #00ffc3;
    box-shadow: 0 0 15px rgba(0,255,195,0.3);
}

/* ⏱ TIMER PRO */
.timer-pro {
    text-align: center;
    font-size: 28px;
    color: #00ffc3;
    text-shadow: 0 0 10px #00ffc3;
}

/* 📊 INFO */
.info-pro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-box {
    background: #111;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.info-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.info-box span {
    font-size: 12px;
    color: #777;
}

.info-box strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.highlight {
    border: 1px solid gold;
    box-shadow: 0 0 10px gold;
}

/* 🛡️ GUILDS */
.guild-pro {
    display: grid;
    grid-template-columns: 50px 1fr 1fr 80px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #1f1f1f;
    transition: 0.2s;
}

.guild-pro:hover {
    background: rgba(255,255,255,0.03);
}

.cs-hero {
    position: relative;
    height: 280px;
    border-radius: 14px;
    overflow: hidden;
    background: url('/img/castle-dark.jpg') center/cover no-repeat;
}

.cs-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,140,0,0.15), black);
}

.hero-content {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.timer-pro {
    font-size: 32px;
    font-weight: bold;
    color: #00ffc3;
    text-shadow: 0 0 15px #00ffc3;
    animation: glowPulse 1.5s infinite;
}

@keyframes glowPulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

.info-box {
    background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
    padding: 14px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.info-box:hover {
    transform: translateY(-5px);
    border: 1px solid #00ffc3;
    box-shadow: 0 0 15px rgba(0,255,195,0.2);
}

/* Zen highlight mejorado */
.highlight {
    border: 1px solid gold;
    box-shadow: 0 0 20px rgba(255,215,0,0.5);
    animation: goldPulse 2s infinite;
}

@keyframes goldPulse {
    0% { box-shadow: 0 0 10px gold; }
    50% { box-shadow: 0 0 25px gold; }
    100% { box-shadow: 0 0 10px gold; }
}

.guild-pro {
    display: grid;
    grid-template-columns: 50px 1fr 1fr 80px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.guild-pro:hover {
    background: rgba(0,255,195,0.05);
    transform: scale(1.02);
}

.we-downloads-ultra {
    background: radial-gradient(circle at top, #0f0f0f, #030303);
    border: 1px solid #ff3c00;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 0 40px rgba(255,60,0,0.25);
}

/* ITEM */
.we-download-ultra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #1a0503, #3a0c07);
    border: 1px solid rgba(255,80,0,0.2);
    transition: 0.3s;
}

.we-download-ultra:hover {
    transform: scale(1.04);
    box-shadow: 0 0 20px rgba(255,80,0,0.5);
}

/* LEFT */
.we-ultra-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.we-ultra-icon {
    background: linear-gradient(45deg,#ff3c00,#ff7a00);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* TEXT */
.we-download-title {
    color: #fff;
    font-weight: bold;
}

.we-download-desc {
    color: #aaa;
    font-size: 12px;
}

/* CENTER */
.we-ultra-center {
    text-align: center;
}

.we-size {
    color: #fff;
    font-weight: bold;
}

.we-badge {
    background: #ff3c00;
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    margin-top: 4px;
}

/* BUTTON */
.we-btn-ultra {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg,#ff3c00,#ff7a00);
    padding: 12px 22px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.we-btn-ultra:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255,100,0,0.8);
}

/* RIPPLE EFFECT */
.ripple {
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* PROGRESS BAR */
.we-progress {
    height: 4px;
    background: #111;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.we-progress-bar {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#ff3c00,#ff7a00,#ff3c00);
    background-size: 200%;
    animation: moveBar 2s linear infinite;
}

@keyframes moveBar {
    0% {background-position: 0%}
    100% {background-position: 200%}
}

.footer-container {
    background: radial-gradient(circle at top, #0a0a0a, #000);
    border-top: 1px solid rgba(255,60,0,0.3);
    box-shadow: 0 -5px 20px rgba(255,60,0,0.2);
}

#particles-js {
    position: fixed;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle, #050505, #000);
}

.we-login-supreme {
    max-width: 520px;
    margin: 100px auto;
    padding: 80px;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    background: rgba(10,10,10,0.7);
    border: 1px solid rgba(255,60,0,0.5);
    box-shadow: 0 0 60px rgba(255,60,0,0.3);
    animation: cinematic 1s ease;
}

@keyframes cinematic {
    from {opacity:0; transform: scale(0.9);}
    to {opacity:1; transform: scale(1);}
}

/* INPUT */
.we-input {
    display: flex;
    align-items: center;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #140503;
    border: 1px solid rgba(255,80,0,0.3);
}

.we-input input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
}

/* BOTÓN */
.we-btn-supreme {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(45deg,#ff3c00,#ff7a00);
    color: #fff;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
    animation: glowMove 2s infinite;
}

@keyframes glowMove {
    from {left:-100%}
    to {left:100%}
}

.we-register-pro {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 14px;
    background: radial-gradient(circle at top, #111, #050505);
    border: 1px solid rgba(255,60,0,0.3);
    box-shadow: 0 0 25px rgba(255,60,0,0.2);
}

/* TITLE */
.we-register-title {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

/* INPUT */
.we-input {
    display: flex;
    align-items: center;
    background: #1a0503;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid rgba(255,80,0,0.3);
    transition: 0.3s;
}

.we-input:focus-within {
    border-color: #ff3c00;
    box-shadow: 0 0 10px rgba(255,60,0,0.4);
}

.we-input i {
    color: #ff3c00;
    margin-right: 10px;
}

.we-input input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
}

/* DIVIDER */
.we-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #aaa;
}

.we-divider::before,
.we-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #333;
}

.we-divider span {
    margin: 0 10px;
}

/* CHECK */
.we-check {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 15px;
}

/* BUTTON */
.we-btn-pro {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg,#ff3c00,#ff7a00);
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.we-btn-pro:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255,80,0,0.6);
}

.we-login-pro {
    max-width: 400px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 14px;
    background: radial-gradient(circle at top, #111, #050505);
    border: 1px solid rgba(255,60,0,0.3);
    box-shadow: 0 0 25px rgba(255,60,0,0.2);
}

/* TITLE */
.we-login-title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

/* INPUT */
.we-input {
    display: flex;
    align-items: center;
    background: #1a0503;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid rgba(255,80,0,0.3);
    transition: 0.3s;
}

.we-input:focus-within {
    border-color: #ff3c00;
    box-shadow: 0 0 10px rgba(255,60,0,0.4);
}

.we-input i {
    color: #ff3c00;
    margin-right: 10px;
    cursor: pointer;
}

.we-input input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
}

/* OPTIONS */
.we-login-options {
    text-align: right;
    margin-bottom: 15px;
}

.we-login-options a {
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
}

.we-login-options a:hover {
    color: #ff3c00;
}

/* BUTTON */
.we-btn-login {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg,#ff3c00,#ff7a00);
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.we-btn-login:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255,80,0,0.6);
}

.we-guides-legendary {
    max-width: 900px;
    margin: 20px auto;
}

/* 🔎 BUSCADOR */
.we-search {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
    background: #111;
    color: #fff;
    outline: none;
}

/* ⭐ DESTACADO */
.we-guide-featured {
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 25px;
    background: linear-gradient(45deg,#1a0503,#000);
    border: 1px solid #ff3c00;
    box-shadow: 0 0 30px rgba(255,60,0,0.4);
}

.we-featured-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

/* 🎴 CARDS */
.we-guide-card {
    background: #0b0b0b;
    border: 1px solid rgba(255,60,0,0.3);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.we-guide-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(255,60,0,0.4);
}

/* HEADER */
.we-guide-header {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background: linear-gradient(90deg,#1a0503,#140503);
    color: #fff;
}

/* BODY */
.we-guide-body {
    display: none;
    padding: 20px;
    color: #ccc;
}

/* ACTIVO */
.we-guide-card.active .we-guide-body {
    display: block;
}

.we-guide-card.active i {
    transform: rotate(180deg);
}

/* FECHA */
.we-guide-date {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}

/* READ MORE */
.we-readmore {
    color: #ff3c00;
    display: inline-block;
    margin-top: 10px;
}

.we-drops-header {
    background: linear-gradient(45deg,#1a0503,#000);
    border: 1px solid #ff3c00;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(255,60,0,0.3);
}

.we-drops-header h2 {
    color: #fff;
    margin: 0;
}

.we-drops-header p {
    color: #aaa;
    font-size: 13px;
}

/* BUSCADOR */
.we-search {
    width: 100%;
    padding: 12px;
    background: #111;
    border: 1px solid #ff3c00;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 15px;
}

/* TABLA */
.we-table-container {
    overflow-x: auto;
}

.we-table {
    width: 100%;
    border-collapse: collapse;
    color: #ddd;
}

.we-table th {
    background: #1a0503;
    color: #ff3c00;
    padding: 12px;
}

.we-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255,60,0,0.2);
}

/* HOVER */
.we-table tbody tr:hover {
    background: rgba(255,60,0,0.1);
    transform: scale(1.01);
}

/* CHECK COLORS */
.we-table td:contains("✔") {
    color: #00ff88;
}

.we-table td:contains("✖") {
    color: #ff4444;
}

.we-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* 🔥 clave */
}

.we-table th,
.we-table td {
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
}

/* 📌 columnas */
.we-table th:nth-child(1),
.we-table td:nth-child(1) {
    width: 40%;
    text-align: left;
}

.we-table th:nth-child(2),
.we-table td:nth-child(2) {
    width: 20%;
}

.we-table th:last-child,
.we-table td:last-child {
    width: 40%;
}

.we-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start; /* 🔥 importante */
}

.we-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.we-item-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.level {
    white-space: nowrap;
    font-weight: bold;
}

.we-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.we-table tbody tr:hover {
    background: rgba(255, 100, 0, 0.08);
}

/* SOCIAL DISCORD FACEBOOK WHASTAPP PANEL LATERAL DERECHO */
/* ================= PANEL SUPREMO ================= */
.social-panel {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
}

/* BOTON BASE */
.social-panel .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  height: 58px;
  border-radius: 16px 0 0 16px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;

  transform: translateX(145px);
  transition: all 0.4s ease;

  background: rgba(15,15,15,0.9);
  backdrop-filter: blur(8px);

  box-shadow:
    0 0 8px rgba(255, 0, 0, 0.2),
    inset 0 0 10px rgba(255, 0, 0, 0.15);

  animation: idleGlow 3s infinite alternate;
}

/* ICONO */
.social-panel .item i {
  width: 60px;
  text-align: center;
  font-size: 22px;
  z-index: 2;
}

/* TEXTO */
.social-panel .item span {
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* SLIDE */
.social-panel .item:hover {
  transform: translateX(0);
  animation: none;
}

/* ================= ENERGIA BRILLO ================= */
.social-panel .item::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );

  animation: energyFlow 2.5s linear infinite;
}

/* ================= PARTICULAS 🔥 ================= */
.social-panel .item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 80, 0, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 20px;
  box-shadow:
    0 0 10px rgba(255,0,0,0.8),
    20px -10px 10px rgba(255,100,0,0.6),
    40px 10px 10px rgba(255,50,0,0.5);
  animation: particles 2s infinite linear;
}

/* ================= HOVER IMPACTO ================= */
.social-panel .item:hover {
  box-shadow:
    0 0 10px rgba(255, 0, 0, 0.8),
    0 0 25px rgba(255, 0, 0, 0.6),
    0 0 40px rgba(255, 0, 0, 0.4);

  transform: translateX(0) scale(1.05);
}

/* VIBRACION */
.social-panel .item:hover {
  animation: shake 0.25s linear;
}

/* ================= COLORES ================= */
.discord { border-left: 4px solid #5865F2; }
.facebook { border-left: 4px solid #1877F2; }
.whatsapp { border-left: 4px solid #25D366; }

/* ================= ANIMACIONES ================= */

@keyframes energyFlow {
  0% { left: -100%; }
  100% { left: 100%; }
}

@keyframes particles {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-25px); opacity: 0; }
}

@keyframes idleGlow {
  from {
    box-shadow:
      0 0 5px rgba(255,0,0,0.2),
      inset 0 0 5px rgba(255,0,0,0.1);
  }
  to {
    box-shadow:
      0 0 15px rgba(255,0,0,0.4),
      inset 0 0 15px rgba(255,0,0,0.2);
  }
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}

/* STREAMER KICK, TWITCH, YOUTUBE - PANEL LATERAL IZQUIERDO */
.stream-panel {
  position: fixed;
  top: 40%;
  left: 20px; /* 👈 CAMBIO CLAVE */
  width: 220px;
  padding: 15px;
  border-radius: 16px;
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.05);
  z-index: 999;
  font-family: 'Roboto', sans-serif;
}

/* HEADER */
.stream-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.stream-header h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

/* DOT */
.stream-header .dot {
  width: 10px;
  height: 10px;
  background: #ff2d2d;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,45,45,0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255,45,45,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,45,45,0); }
}

/* LISTA */
.stream-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ITEM */
.stream-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  color: #ddd;
  text-decoration: none;
  transition: 0.3s ease;
}

/* 👈 HOVER AJUSTADO PARA IZQUIERDA */
.stream-item:hover {
  background: linear-gradient(135deg, #ff2d2d, #ff7a00);
  color: #fff;
  transform: translateX(5px) scale(1.03); /* antes era -5px */
  box-shadow: 0 0 15px rgba(255,80,0,0.5);
}

/* LIVE */
.stream-item .live {
  font-size: 11px;
  color: #fff;
  background: #ff2d2d;
  padding: 3px 6px;
  border-radius: 6px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% { opacity: 0.5; }
}

/* YOUTUBE */
.stream-item.youtube:hover {
  background: linear-gradient(135deg, #ff0000, #cc0000);
}

/*RANKINGSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
/* ===== CONTENEDOR ===== */
.rank-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===== CARD BASE ===== */
.rank-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #1a0000, #2b0000);
  padding: 14px;
  border-radius: 12px;
  transition: 0.3s;
  animation: fadeSlide 0.5s ease forwards;
  opacity: 0;
  position: relative;
  margin-bottom: 6px;
}

.rank-card:hover {
  transform: scale(1.015);
  box-shadow: 0 0 20px rgba(255,80,0,0.6);
}

/* ===== ANIMACIÓN ENTRADA ===== */
.rank-card:nth-child(1){animation-delay:0.1s;}
.rank-card:nth-child(2){animation-delay:0.2s;}
.rank-card:nth-child(3){animation-delay:0.3s;}
.rank-card:nth-child(4){animation-delay:0.4s;}
.rank-card:nth-child(5){animation-delay:0.5s;}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== POSICIÓN ===== */
.rank-position {
  width: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #ffae00;
  letter-spacing: 1px;
}

/* ===== AVATAR ===== */
.rank-card-left img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ff4d00;
  box-shadow: 0 0 12px rgba(255,80,0,0.6);
  transition: 0.3s;
}

.rank-card:hover .rank-card-left img {
  transform: scale(1.1) rotate(2deg);
}

/* ===== ONLINE / OFFLINE ===== */
.online {
  border-color: #00ff88 !important;
  box-shadow: 0 0 12px #00ff88;
}

.offline {
  opacity: 0.6;
}

/* ===== INFO CENTRO ===== */
.rank-card-center {
  flex: 1;
  padding-left: 15px;
}

.rank-card-name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.rank-card:hover .rank-card-name {
  color: #ffcc00;
}

.rank-card-class {
  font-size: 12px;
  color: #aaa;
}

/* ===== DERECHA ===== */
.rank-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 90px;
}

/* ===== NIVEL ===== */
.rank-card-level {
  color: #ffae00;
  font-weight: bold;
  position: relative;
}

.rank-card-level::after {
  content: '🔥';
  margin-left: 6px;
  animation: firePulse 1s infinite alternate;
}

@keyframes firePulse {
  from { text-shadow: 0 0 5px orange; }
  to { text-shadow: 0 0 12px red; }
}

/* ===== MAPA ===== */
.rank-card-map {
  font-size: 12px;
  color: #ccc;
}

/* ===== BANDERA ===== */
.rank-card-flag {
  width: 24px;
  margin-top: 4px;
  border-radius: 3px;
}

/* ===== BADGES ===== */
.badge-god {
  background: linear-gradient(135deg, gold, orange);
  color: #000;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 6px;
  margin-left: 6px;
  font-weight: bold;
}

.badge-top {
  background: #ff4d00;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 6px;
  margin-left: 6px;
}

/* ===== TOP 1 (ORO PRO) ===== */
.card-top1 {
  background: linear-gradient(90deg, #3a2a00, #ffcc00);
  box-shadow: 0 0 20px rgba(255,215,0,0.7);
  position: relative;
  overflow: hidden;
}

.card-top1 .rank-card-left img {
  box-shadow: 0 0 18px gold;
}

.card-top1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.25), transparent 60%);
}

.card-top1::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: shine 2s infinite;
}

/* ===== TOP 2 (PLATA AJUSTADO) ===== */
.card-top2 {
  background: linear-gradient(90deg, #2a0000, #5e5e5e);
  box-shadow: 0 0 12px rgba(200,200,200,0.4);
}

/* ===== TOP 3 (BRONCE) ===== */
.card-top3 {
  background: linear-gradient(90deg, #3a1f00, #c46b00);
  box-shadow: 0 0 12px rgba(255,140,0,0.5);
}

/* ===== ANIMACIÓN BRILLO ===== */
@keyframes shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ===== FECHA ===== */
.rank-date {
  margin-top: 10px;
  text-align: right;
  background: #111;
  padding: 8px;
  border-radius: 8px;
  color: #aaa;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .rank-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rank-card-right {
    align-items: flex-start;
  }

  .rank-position {
    width: auto;
  }
}

/* ===== HERO TOP 1 ===== */
.rank-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #3a2a00, #ffcc00);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(255,215,0,0.8);
  position: relative;
  overflow: hidden;
}

/* brillo animado */
.rank-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 2s infinite;
}

/* avatar */
.hero-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid gold;
  box-shadow: 0 0 20px gold;
}

/* LEFT */
.hero-left {
  flex: 0;
}

/* CENTER */
.hero-center {
  flex: 1;
  padding-left: 20px;
}

.hero-title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.hero-name {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.hero-class {
  font-size: 13px;
  color: #333;
}

/* RIGHT */
.hero-right {
  text-align: right;
}

.hero-level {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.hero-map {
  font-size: 13px;
  color: #333;
}

.hero-flag {
  width: 28px;
  margin-top: 6px;
}

.rank-hero {
  order: -1;
}

.guild-hero {
  background: linear-gradient(135deg, #001a2e, #004080);
  box-shadow: 0 0 25px rgba(0,150,255,0.5);
}

.guild-card {
  background: linear-gradient(90deg, #0a1a2f, #132c4f);
}

.guild-card .rank-card-left img {
  border-radius: 8px;
}

/* NOTICIAS EN EL MENU PRINCIPAL*/
/* CONTENEDOR */
.news-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* CARD */
.news-card {
  background: #0b0b0b;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

/* BORDE GLOW */
.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(45deg, #ff6a00, transparent, #ff6a00);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  opacity: 0.5;
  pointer-events: none;
}

/* HOVER */
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(255, 106, 0, 0.4);
}

/* HEADER */
.news-header {
  padding: 25px;
  background: #0b0b0b;
}

.news-header h1 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  text-shadow: 0 0 10px rgba(255,106,0,0.6);
}

.news-header span {
  color: #ff6a00;
  font-size: 13px;
}

/* CONTENIDO */
.news-content {
  padding: 25px;
  color: #ccc;
  line-height: 1.7;
}

/* BOTON */
.news-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: linear-gradient(45deg, #ff6a00, #ff8c1a);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.news-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 106, 0, 0.6);
}

/* ANIMACION */
.news-card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.6s ease forwards;
}

.news-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(3) { animation-delay: 0.2s; }
.news-card:nth-child(4) { animation-delay: 0.3s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






/* LA CAGADA NUEVAAAAAAAAAAAAAAAAAAAAAAAAA */
/* 🔥 BASE */
.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

/* 🎥 VIDEO (FIX REAL) */
.bg-video {
  position: fixed; /* 👈 clave */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;

  /* 💎 look más pro */
  filter: brightness(0.5) contrast(1.2) saturate(1.2);
}

/* 🌑 OVERLAY (FIX) */
.overlay {
  position: fixed; /* 👈 clave */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  z-index: 1;
}

/* 💎 PANEL */
.welcome-content {
  position: relative;
  z-index: 2;
  background: rgba(10,10,10,0.9);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  width: 400px;

  animation: intro 0.7s ease;
  transition: 0.3s;

  box-shadow:
    0 0 30px rgba(255,0,0,0.6),
    0 0 100px rgba(255,0,0,0.3),
    inset 0 0 20px rgba(255,0,0,0.2);
}

.welcome-content:hover {
  transform: scale(1.03);
}

/* 🎮 ANIMACIÓN */
@keyframes intro {
  0% { transform: scale(0.5) rotateX(25deg); opacity: 0; }
  100% { transform: scale(1) rotateX(0); opacity: 1; }
}

/* ❌ */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #aaa;
}
.close-btn:hover {
  color: #fff;
}

/* 🔥 TITULO */
h1 {
  color: #ff2a2a;
  text-shadow: 0 0 15px red, 0 0 30px darkred;
}

/* ⚔️ STATUS */
.status {
  margin: 20px 0;
  color: #00ff9d;
  text-shadow: 0 0 15px #00ff9d;
  animation: pulse 1.2s infinite alternate;
}

@keyframes pulse {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

/* 🎮 BOTÓN START */
.btn-start {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;

  background: linear-gradient(45deg, #ff0000, #990000);

  box-shadow: 0 0 20px red;
  transition: 0.3s;
}

.btn-start:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px red;
}

/* 💬 DISCORD */
.btn-discord {
  display: block;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(45deg, #5865F2, #7289DA);
  box-shadow: 0 0 15px rgba(88,101,242,0.6);
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-discord:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(88,101,242,0.9);
}

/* ⛔ */
.no-show {
  font-size: 12px;
  color: #aaa;
}

/* 🎮 MUSICA DE FONDO SITIO WEB */
#musicControl {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.6);
  border: 2px solid #00ffcc;
  border-radius: 50%;
  color: #00ffcc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}
#musicControl.active {
  background: #00ffcc;
  color: #000;
}