@font-face {
	font-family: FaceYourFears;
	src: url('../fonts/FaceYourFears.ttf');
}

html {
	min-width: 1300px;
	height: 100%;
}

body {
	background: #000000 url('../img/background.jpg') no-repeat top center;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
}

a {
	color: #fff;
	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;
}

input[type=text], input[type=password], input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	border: 1px solid #ccc;
}

#header {
	width: 100%;
	min-width: 1300px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding: 70px 0px;
}

#container {
	width: 1300px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.module-contents {
	background: #ffffff;
	padding: 15px 15px 30px 15px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 4px solid #5d8ec9;
	overflow: auto;
	min-height: 800px;
}

.footer {
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 100%;
	font-size: 14px;
	color: #aaa;
	padding: 60px 0px;
	background: #000000 url('../img/footer_background.png') no-repeat bottom center;
	overflow: auto;
	border-top: 40px solid #000000;
}
	.footer > .footer-container {
		width: 1300px;
		margin: 0px auto;
	}
	.footer-time {
		font-size: 45px;
		color: #ffecb2;
		font-weight: bold;
		position: relative;
		top: -10px;
	}

#navbar {
	background: #ffc375 url('../img/navbg.jpg') no-repeat top center;
	width: 1275px;
	margin: 0px auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 4px solid #ffecb2;
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	font-family: 'Lato', sans-serif;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
}

#navbar ul li a {
	display: inline-block;
	color: #64491f !important;
	text-decoration: none;
	padding: 20px 25px;
	font-weight: bold;
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	text-decoration: none;
	background: #ffecb2;
}


/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width: 100%;
	background: #000 url('../img/castle_siege_banner_bg.jpg') no-repeat center center;
	background-size: cover;
	margin: 0px auto -5px auto;
	padding: 15px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	overflow: auto;
	/*font-family: FaceYourFears;*/
	color: #fff;
	-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;
}
.cs-timeleft {
	/*font-family: FaceYourFears;*/
	font-size: 32px;
	color: #fff;
}
.cs-timeleft span {
	color: #ff0000;
}
.castle-siege-banner-guildlogo {
	background: #000000;
	display: inline-block;
	border: 1px solid #555;
	padding: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.castle-siege-banner-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d4a6ff;
	text-shadow: 1px 1px 2px #000000; 
}
.castle-siege-banner-castleowner, .castle-siege-banner-castleowner a {
	font-family: FaceYourFears;
	font-size: 35px;
	text-shadow: 1px 1px 4px #000000; 
	color: #fff;
}
.castle-siege-banner-countdown {
	font-family: FaceYourFears;
	font-size: 32px;
	text-shadow: 0px 0px 3px #000000; 
}
	.castle-siege-banner-countdown span {
		color: #ba70ff;
	}
/* <-- CASTLE SIEGE BANNER END */


.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title {
	color: #5d8ec9;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-box-shadow: 0 0 10px #f1f1f1;
	-webkit-box-shadow: 0 0 10px #f1f1f1;
	box-shadow: 0 0 10px #f1f1f1;
}
.panel-news .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e1efff;
	border-bottom: 1px dotted #5d8ec9;
}
.panel-news .panel-title {
	color: #5d8ec9;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.panel-news .panel-footer {
	border-top: 1px dotted #5d8ec9;
	background: #fafafa;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #5d8ec9;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 80%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	-moz-box-shadow: 0 0 5px #e3e3e3;
	-webkit-box-shadow: 0 0 5px #e3e3e3;
	box-shadow: 0 0 5px #e3e3e3;
	margin: 0px auto;
}
.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: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #5d8ec9;
	border-bottom: 3px solid #5d8ec9;
}
.rankings-table tr td:first-child {
	width: 100px;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 80%;
	overflow: auto;
	text-align: center;
	margin: 0px auto 20px auto;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #f1f1f1;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}
.rankings_menu a.active {
	color: #333;
	border-color: #333;
}
.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: #5d8ec9;
}
.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: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #5d8ec9;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #555;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
}

/* 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: #fffae9;
	border: 4px solid #ffecb2;
}

.panel-sidebar > .panel-heading {
	background: #ffc375 url('../img/navbg.jpg') no-repeat top center;
	color: #64491f;
	font-family: 'Lato', sans-serif;
	border: 0px;
	border-bottom: 1px solid #ffecb2;
}

.panel-sidebar > .panel-heading > .panel-title {
	font-weight: bold;
}

.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.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: #5d8ec9 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
	width: 30px;
	height: auto;
}

.sidebar-banner {
	text-align: center;
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
	width: 100%;
	height: auto;
}

/* PANEL SIDEBAR EVENT TIMERS */
.panel-sidebar-events {
	background: #000000 url('../img/panel_events_bg.jpg') no-repeat top center;
	background-size: cover;
	border: 3px solid #444;
}
	.panel-sidebar-events > .panel-heading {
		background: #ffc375 url('../img/navbg_alt.jpg') no-repeat top center;
		color: #95eaff;
		font-family: 'Lato', sans-serif;
		border: 0px;
		border-bottom: 1px solid #444;
	}

	.panel-sidebar-events > .panel-heading > .panel-title {
		font-weight: bold;
	}
	.panel-sidebar-events > .panel-body {
		color: #ccc;
	}
		.panel-sidebar-events > .panel-body > .table {
			margin-bottom: 0px !important;
		}

.event-schedule-open {
	color: #00ff00;
}

.event-schedule-inprogress {
	color: #ffff00;
}

.panel-sidebar-events .smalltext {
	font-size: 11px;
	position: relative;
	top: -5px;
}

/* 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 .panel-title {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* 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: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* HELPER CLASSES */
.rounded_corners_image {
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	overflow: hidden;
	transition: all .3s ease;
}
	.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;
	}

/* 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%);
}

/* ===== SISTEMA DE REGISTRO NUEVO MU HORIZONTES ===== */
/* ===============================
   CONTENEDOR (MEJORADO)
================================ */
.we-register-pro {
    max-width: 500px;
    margin: 40px auto;
    background: linear-gradient(135deg, #0f1c33, #1b2a47);
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #2e4b7a;
    box-shadow: 
        0 0 30px rgba(0,0,0,0.7),
        inset 0 0 15px rgba(0,198,255,0.05);
    position: relative;
    overflow: hidden;
}

/* ✨ GLOW SUAVE (NO BLOQUEA CLICK) */
.we-register-pro::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(0,198,255,0.08) 0%, transparent 70%);
    animation: glowMove 10s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes glowMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ASEGURA QUE TODO ESTE ENCIMA */
.we-register-pro * {
    position: relative;
    z-index: 1;
}

/* ===============================
   TITULO (GLOW)
================================ */
.we-register-title {
    text-align: center;
    font-size: 26px;
    color: #6cb2ff;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(108,178,255,0.5);
}

/* ===============================
   INPUT WRAPPER
================================ */
.we-input {
    position: relative;
    margin-bottom: 15px;
}

/* INPUT */
.we-input input {
    width: 100%;
    padding: 12px 40px;
    background: #0f1c33;
    border: 1px solid #2e4b7a;
    border-radius: 8px;
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
}

/* HOVER */
.we-input input:hover {
    border-color: #00c6ff;
    box-shadow: 0 0 8px rgba(0,198,255,0.3);
}

/* FOCUS PRO */
.we-input input:focus {
    border-color: #00c6ff;
    box-shadow: 
        0 0 12px rgba(0,198,255,0.6),
        inset 0 0 5px rgba(0,198,255,0.2);
    transform: scale(1.01);
}

/* ICON LEFT */
.we-input i:first-child {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6cb2ff;
    transition: 0.3s;
}

/* ICON RIGHT */
.toggle-pass {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    cursor: pointer;
    transition: 0.3s;
}

/* ICONOS ACTIVOS */
.we-input:hover i,
.we-input input:focus ~ i {
    color: #00c6ff;
}

/* ===============================
   TEXTOS
================================ */
small {
    display: block;
    margin-bottom: 10px;
    color: #9fbfff;
}

/* ===============================
   DIVIDER PRO
================================ */
.we-divider {
    text-align: center;
    margin: 25px 0;
    color: #6cb2ff;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}

.we-divider span {
    background: #1b2a47;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #2e4b7a;
    box-shadow: 0 0 10px rgba(0,198,255,0.2);
}

.we-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2e4b7a, transparent);
    z-index: -1;
}

/* ===============================
   CHECKBOX (FIX + EFECTO)
================================ */
.we-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}

.we-check input {
    accent-color: #00c6ff;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.we-check:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,198,255,0.5);
}

/* ===============================
   BOTON PRO ULTRA
================================ */
.we-btn-pro {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #3a8bff, #00c6ff);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* BRILLO */
.we-btn-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);
    transition: 0.6s;
}

.we-btn-pro:hover::after {
    left: 100%;
}

/* HOVER */
.we-btn-pro:hover {
    transform: scale(1.03);
    box-shadow: 
        0 0 20px rgba(0,140,255,0.6),
        0 0 40px rgba(0,140,255,0.3);
}

/* CLICK */
.we-btn-pro:active {
    transform: scale(0.97);
}

/* PULSO SUAVE */
.we-btn-pro {
    animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 10px rgba(0,140,255,0.3); }
    50% { box-shadow: 0 0 25px rgba(0,140,255,0.7); }
    100% { box-shadow: 0 0 10px rgba(0,140,255,0.3); }
}

/* ===== SISTEMA DE LOGIN NUEVO MU HORIZONTES ===== */
/* ===============================
   CONTENEDOR LOGIN PRO
================================ */
.we-login-pro {
    max-width: 500px;
    margin: 40px auto;
    background: linear-gradient(135deg, #0f1c33, #1b2a47);
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #2e4b7a;
    box-shadow: 
        0 0 30px rgba(0,0,0,0.7),
        inset 0 0 15px rgba(0,198,255,0.05);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
}

/* GLOW ANIMADO */
.we-login-pro::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(0,198,255,0.08) 0%, transparent 70%);
    animation: glowMove 10s linear infinite;
    pointer-events: none;
}

/* BORDE NEON */
.we-login-pro::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 15px;
    background: linear-gradient(45deg, #00c6ff, #3a8bff, #00c6ff);
    filter: blur(8px);
    opacity: 0.5;
    animation: borderSpin 6s linear infinite;
    z-index: 0;
    pointer-events: none;
}

/* ASEGURAR CONTENIDO ENCIMA */
.we-login-pro * {
    position: relative;
    z-index: 2;
}

/* ===============================
   TITULO
================================ */
.we-login-title {
    text-align: center;
    font-size: 26px;
    color: #6cb2ff;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(108,178,255,0.6);
}

/* ===============================
   INPUTS (REUTILIZA TU ESTILO)
================================ */
.we-login-pro .we-input input {
    width: 100%;
    padding: 12px 40px;
    background: #0f1c33;
    border: 1px solid #2e4b7a;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s;
}

.we-login-pro .we-input input:focus {
    border-color: #00c6ff;
    box-shadow: 
        0 0 12px rgba(0,198,255,0.6),
        inset 0 0 5px rgba(0,198,255,0.2);
}

/* ===============================
   OPCIONES (FORGOT)
================================ */
.we-login-options {
    text-align: right;
    margin: 10px 0 20px;
}

.we-login-options a {
    color: #9fbfff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

.we-login-options a:hover {
    color: #00c6ff;
    text-shadow: 0 0 6px rgba(0,198,255,0.6);
}

/* ===============================
   BOTON LOGIN (PRO)
================================ */
.we-btn-login {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #3a8bff, #00c6ff);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* BRILLO */
.we-btn-login::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.6s;
}

.we-btn-login:hover::after {
    left: 100%;
}

/* HOVER */
.we-btn-login:hover {
    transform: scale(1.03);
    box-shadow: 
        0 0 20px rgba(0,140,255,0.6),
        0 0 40px rgba(0,140,255,0.3);
}

/* CLICK */
.we-btn-login:active {
    transform: scale(0.97);
}

/* =============================================
   🏆🏆🏆🏆 SISTEMA DE RANKINGS NUEVO🏆🏆🏆🏆
/*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, #002749, #003d7b);
  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: #fff;
}

/* ===== 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: #fff;
}

/* ===== 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: #fff;
}

/* 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;
}

/* BOTONES SOCIALES DISCORD WHATSAPP FACEBOOK */
/* WRAPPER */
.social-god-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
}

/* CANVAS */
#particles-god {
    position: absolute;
    right: 0;
    top: -150px;
    width: 260px;
    height: 520px;
    pointer-events: none;
}

/* CONTENEDOR */
.social-god {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* BOTON BASE */
.btn-god {
    position: relative;
    display: flex;
    align-items: center;

    width: 60px;
    height: 60px;
    margin: 12px 0;

    border-radius: 40px 0 0 40px;
    text-decoration: none;
    color: #fff;

    backdrop-filter: blur(12px);
    background: rgba(10, 20, 40, 0.85);
    border: 1px solid rgba(255, 215, 0, 0.3);

    overflow: hidden;
    transition: 0.35s ease;

    opacity: 0.7;

    z-index: 1; /* base */
}

/* 🔥 SOLO EL ACTIVO SUBE POR ENCIMA */
.btn-god:hover {
    width: 180px;
    opacity: 1;
    transform: scale(1.05);

    z-index: 999; /* CLAVE */

    box-shadow:
        0 0 10px #ffd700,
        0 0 25px #00aaff,
        0 0 50px rgba(0,150,255,0.6);
}

/* ICONO */
.btn-god i {
    min-width: 60px;
    text-align: center;
    font-size: 22px;
    z-index: 2;
}

/* TEXTO */
.btn-god span {
    position: absolute;
    left: 60px;
    opacity: 0;
    white-space: nowrap;
    color: #ffd700;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.25s;
    z-index: 2;
}

/* SOLO EL ACTIVO */
.btn-god:hover span {
    opacity: 1;
}

/* BORDE NEON */
.btn-god::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 40px 0 0 40px;

    background: linear-gradient(
        270deg,
        #ffd700,
        #00aaff,
        #001f3f,
        #ffd700
    );

    background-size: 300%;
    animation: borderMove 6s linear infinite;

    opacity: 0;
    z-index: 0;
}

.btn-god:hover::after {
    opacity: 1;
}

/* CAPA INTERNA */
.btn-god::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 40px 0 0 40px;
    background: rgba(5, 10, 25, 0.9);
    z-index: 1;
}

/* ANIMACION */
@keyframes borderMove {
    0% { background-position: 0% }
    100% { background-position: 300% }
}

/* MODULO RANKING SIDEBAR DERECHO NUEVO VISUAL */
/* ===== PANEL BASE ===== */
.legend-panel {
    background: linear-gradient(145deg, #f9f6ef, #eae2cf);
    border-radius: 10px;
    border: 1px solid #d6c28a;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}

/* EFECTO LUZ */
.legend-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
    animation: softGlow 10s linear infinite;
    pointer-events: none;
}

@keyframes softGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== HEADER PERFECTAMENTE ALINEADO ===== */
.legend-header {
    background: linear-gradient(90deg, #d4af37, #f3d77a);
    border-bottom: 1px solid #c5a94f;

    display: flex;
    align-items: center;
    padding: 10px 12px;
}

.legend-header .panel-title {
    width: 100%;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-weight: bold;
    color: #3a2f1a;
    line-height: 1;
}

/* BOTÓN + */
.legend-more {
    background: #3a2f1a;
    color: #ffd700;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
}

.legend-more:hover {
    transform: scale(1.1);
}

/* ===== TABLA ===== */
.legend-table {
    width: 100%;
    border-collapse: collapse;
    color: #3a2f1a;
    table-layout: fixed; /* 🔥 CLAVE PARA ALINEACIÓN */
}

/* HEADER TABLA */
.legend-head th {
    font-size: 11px;
    color: #7a6a4f;
    padding: 6px 8px;
    border-bottom: 1px solid #d6c9a8;
    text-align: left;
}

/* ===== FILAS ===== */
.legend-row {
    transition: 0.2s;
}

/* HOVER */
.legend-row:hover {
    background: linear-gradient(90deg, rgba(212,175,55,0.25), transparent);
}

/* ===== COLUMNAS FIJAS (ALINEACIÓN PERFECTA) ===== */
.legend-table th:nth-child(1),
.legend-table td:nth-child(1) {
    width: 40px;
    text-align: center;
}

.legend-table th:nth-child(2),
.legend-table td:nth-child(2) {
    width: auto;
    text-align: left;
}

.legend-table th:nth-child(3),
.legend-table td:nth-child(3) {
    width: 70px;
    text-align: center;
}

/* ===== PLAYER ===== */
.legend-player {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* AVATAR */
.legend-avatar {
    width: 28px !important;
    height: 28px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #c9a94f;
    flex-shrink: 0;
}

/* NOMBRE */
.legend-player span {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
}

/* ===== LEVEL ===== */
.legend-level {
    display: inline-block;
    min-width: 50px;
    text-align: center;

    background: linear-gradient(90deg, #d4af37, #f1d77a);
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: bold;
    color: #3a2f1a;
}

/* ===== RANK ===== */
.legend-rank {
    font-weight: bold;
}

/* ===== TOP DESTACADOS ===== */
.top1 {
    background: rgba(255,215,0,0.2);
}

.top2 {
    background: rgba(200,200,200,0.15);
}

.top3 {
    background: rgba(205,127,50,0.15);
}

/* SOLO PARA TU MODULO */
.legend-panel .panel-heading {
    display: flex;
    align-items: center;
}

.legend-panel .panel-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/* MODULO SERVER INFO DERECHO NUEVO VISUAL */
/* ===== PANEL SERVER ===== */
.srv-panel {
    background: linear-gradient(145deg, #f9f6ef, #eae2cf);
    border-radius: 10px;
    border: 1px solid #d6c28a;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    overflow: hidden;
}

/* HEADER */
.srv-header {
    background: linear-gradient(90deg, #4caf50, #81c784);
    border-bottom: 1px solid #3e8e41;
}

.srv-header .panel-title {
    color: #fff;
    font-weight: bold;
    margin: 0;
}

/* TABLA */
.srv-table {
    margin-bottom: 0;
    color: #3a2f1a;
}

/* FILAS */
.srv-table tr {
    transition: 0.2s;
}

.srv-table tr:hover {
    background: rgba(0,0,0,0.03);
}

/* LABEL */
.srv-table td:first-child {
    font-weight: 600;
    color: #6a5a2a;
}

/* VALORES */
.srv-value {
    font-weight: bold;
    color: #3a2f1a;
}

/* BADGES */
.srv-badge {
    background: linear-gradient(90deg, #d4af37, #f1d77a);
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: bold;
    color: #3a2f1a;
}

/* STATUS ONLINE */
.srv-status {
    color: #00aa00;
    font-weight: bold;
    animation: pulse 1.5s infinite;
}

/* EFECTO LATIDO */
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

/* PANEL LOGIN BOX SIDEBAR LEFT NUEVO SITIO WEB */
/* ===== LOGIN FINAL BOSS ===== */
.panel-sidebar {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #f4efe2, #e2d7b8);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.5);
    transition: 0.3s ease;
    position: relative;
}

/* EFECTO HOVER PANEL */
.panel-sidebar:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow:
        0 15px 30px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

/* ===== HEADER LEGENDARIO ===== */
.panel-sidebar .panel-heading {
    background: linear-gradient(90deg, #ff8c00, #ffb347);
    position: relative;
    border: none;
}

/* BRILLO ANIMADO */
.panel-sidebar .panel-heading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shineMove 4s linear infinite;
    pointer-events: none;
}

@keyframes shineMove {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.panel-sidebar .panel-title {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 2;
}

/* ===== INPUTS GOD ===== */
.panel-sidebar .form-control {
    border-radius: 12px;
    border: 1px solid #cdbb84;
    background: #fff;
    padding-left: 12px;
    transition: all 0.25s ease;
}

/* FOCUS EFECTO */
.panel-sidebar .form-control:focus {
    border-color: #ff9800;
    box-shadow:
        0 0 0 2px rgba(255,152,0,0.2),
        0 0 12px rgba(255,152,0,0.4);
    transform: scale(1.03);
}

/* PLACEHOLDER */
.panel-sidebar .form-control::placeholder {
    color: #aaa;
    font-size: 12px;
}

/* ===== BOTÓN FINAL BOSS ===== */
.panel-sidebar .btn-yellow {
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
}

/* HOVER */
.panel-sidebar .btn-yellow:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 12px rgba(255,140,0,0.7),
        0 0 25px rgba(255,180,80,0.5);
}

/* EFECTO ENERGÍA */
.panel-sidebar .btn-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 70%);
    opacity: 0;
    transition: 0.3s;
}

.panel-sidebar .btn-yellow:hover::before {
    opacity: 1;
}

/* EFECTO RAYO */
.panel-sidebar .btn-yellow::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.8), transparent);
    transition: 0.5s;
}

.panel-sidebar .btn-yellow:hover::after {
    left: 100%;
}

/* ===== LINK RECUPERAR ===== */
.panel-sidebar .panel-title a {
    opacity: 0.9;
    transition: 0.2s;
}

.panel-sidebar .panel-title a:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* ===== ESPACIADO PRO ===== */
.panel-sidebar .form-group {
    margin-bottom: 14px;
}

/* ===== EFECTO INTERNO SUTIL ===== */
.panel-sidebar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,255,255,0.3), transparent 60%);
    pointer-events: none;
}

/* ===== NUEVO SISTEMA DE EVENTOS EN SITIO WEB ===== */
/* ===== PANEL EVENTOS (COLOR CONSISTENTE) ===== */
.panel-sidebar-events {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #f4efe2, #e2d7b8);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.5);
    transition: 0.3s ease;
    position: relative;
}

/* HOVER */
.panel-sidebar-events:hover {
    transform: translateY(-2px);
    box-shadow:
        0 15px 30px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

/* ===== HEADER (MISMO QUE LOGIN) ===== */
.panel-sidebar-events .panel-heading {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
    border: none;
    position: relative;
}

/* BRILLO */
.panel-sidebar-events .panel-heading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shineEvents 5s linear infinite;
}

@keyframes shineEvents {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.panel-sidebar-events .panel-title {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

/* TABLA */
.panel-sidebar-events .table {
    margin-bottom: 0;
}

/* FILAS */
.panel-sidebar-events .table tr {
    transition: 0.25s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    position: relative;
}

/* HOVER */
.panel-sidebar-events .table tr:hover {
    background: rgba(255,152,0,0.08);
    transform: scale(1.02);
}

/* LÍNEA IZQUIERDA */
.panel-sidebar-events .table tr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(#ff9800, #ffb74d);
    transition: 0.3s;
}

.panel-sidebar-events .table tr:hover::before {
    width: 4px;
}

/* TEXTO EVENTO */
.panel-sidebar-events td:first-child span:first-child {
    font-weight: bold;
    color: #3a2f1a;
    font-size: 13px;
}

/* TEXTO PEQUEÑO */
.panel-sidebar-events .smalltext {
    font-size: 11px;
    color: #888;
}

/* TIEMPO */
.panel-sidebar-events td.text-right span:first-child {
    font-weight: bold;
    color: #ff9800;
    font-size: 14px;
}

/* COUNTDOWN */
.panel-sidebar-events td.text-right .smalltext {
    color: #666;
}

/* EFECTO PULSO */
.panel-sidebar-events td.text-right span:first-child {
    animation: pulseTime 2s infinite;
}

@keyframes pulseTime {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* EFECTO INTERNO */
.panel-sidebar-events::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,255,255,0.25), transparent 60%);
    pointer-events: none;
}


/* ==========================================
   LOGO ULTRA MODERNO MU HORIZONTES
========================================== */

#header{
    position:relative;
    overflow:visible;
}

#logoParticles{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:700px;
    height:350px;
    pointer-events:none;
    z-index:0;
}

#header img{
    position:relative;
    z-index:2;

    animation:logoFloat 4s ease-in-out infinite;

    filter:
        drop-shadow(0 0 15px #ffd700)
        drop-shadow(0 0 35px #00aaff);

    transition:.4s;
}

#header img:hover{
    transform:scale(1.08);

    filter:
        drop-shadow(0 0 25px #ffd700)
        drop-shadow(0 0 50px #00aaff)
        drop-shadow(0 0 80px #ffffff);
}

#header::before{
    content:'';
    position:absolute;

    width:550px;
    height:550px;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    background:radial-gradient(
        circle,
        rgba(255,215,0,.18),
        rgba(0,170,255,.12),
        transparent 70%
    );

    animation:auraPulse 5s infinite ease-in-out;

    pointer-events:none;
}

@keyframes logoFloat{
    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }
}

@keyframes auraPulse{
    0%{
        transform:translate(-50%,-50%) scale(1);
        opacity:.5;
    }

    50%{
        transform:translate(-50%,-50%) scale(1.2);
        opacity:1;
    }

    100%{
        transform:translate(-50%,-50%) scale(1);
        opacity:.5;
    }
}


/* ==========================================
   NAVBAR PREMIUM MU HORIZONTES S6
========================================== */

#navbar {
    width: 1280px;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

/* Brillo animado */
#navbar::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -40%;

    width: 250px;
    height: 250%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transform: rotate(25deg);

    animation: navShine 8s linear infinite;

    z-index: 5;
    pointer-events: none;
}

@keyframes navShine {
    from {
        left: -40%;
    }

    to {
        left: 130%;
    }
}

#navbar ul {
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    list-style: none;

    background:
        linear-gradient(
            to bottom,
            #ffe79a 0%,
            #f0c347 10%,
            #d69a00 50%,
            #a66a00 100%
        );

    border: 2px solid #ffd86b;
    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 0 15px rgba(255,215,0,.9),
        0 0 30px rgba(255,215,0,.5),
        0 0 60px rgba(0,200,255,.35),
        inset 0 2px 0 rgba(255,255,255,.7),
        inset 0 -3px 6px rgba(0,0,0,.4);
}

/* Separadores */
#navbar ul li {
    position: relative;
}

#navbar ul li:not(:last-child)::after {
    content: '';

    position: absolute;
    right: 0;
    top: 20%;

    width: 1px;
    height: 60%;

    background:
        linear-gradient(
            transparent,
            rgba(255,255,255,.5),
            transparent
        );
}

/* Links */
#navbar ul li a {
    display: block;

    padding: 18px 36px;

    color: #4d2b00;

    font-size: 21px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;

    text-decoration: none;

    text-shadow:
        0 1px 0 rgba(255,255,255,.7);

    transition: all .3s ease;
}

/* Hover azul mágico */
#navbar ul li a:hover {
    color: #fff;

    background:
        linear-gradient(
            180deg,
            rgba(0,220,255,.95),
            rgba(0,120,255,.95)
        );

    text-shadow:
        0 0 10px #fff,
        0 0 20px #00eaff,
        0 0 30px #00c8ff;

    box-shadow:
        inset 0 0 20px rgba(255,255,255,.2),
        0 0 20px rgba(0,220,255,.9);
}

/* Página activa */
#navbar ul li.active a,
#navbar ul li.selected a,
#navbar ul li.current a {
    color: white;

    background:
        linear-gradient(
            180deg,
            #00d8ff,
            #0066ff
        );

    text-shadow:
        0 0 10px white,
        0 0 20px #00eaff;

    box-shadow:
        0 0 20px rgba(0,220,255,.9);
}

/* Responsive */
@media screen and (max-width:1280px) {

    #navbar {
        width: 100%;
    }

    #navbar ul {
        flex-wrap: wrap;
    }

    #navbar ul li a {
        padding: 14px 20px;
        font-size: 18px;
    }

}


/* =========================================
   SIDEBAR BANNER ULTRA HD
========================================= */

.sidebar-banner{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    margin-top:15px;
    border:2px solid rgba(0,180,255,.6);

    box-shadow:
        0 0 15px rgba(0,180,255,.5),
        0 0 35px rgba(0,180,255,.4),
        inset 0 0 15px rgba(255,255,255,.15);

    transition:all .5s ease;
}

.sidebar-banner img{
    width:100%;
    display:block;
    border-radius:12px;
    transition:all .8s ease;
}

/* Zoom */
.sidebar-banner:hover img{
    transform:scale(1.08);
    filter:
        brightness(1.15)
        contrast(1.15)
        saturate(1.2);
}

/* Glow */
.sidebar-banner:hover{
    box-shadow:
        0 0 25px rgba(0,200,255,.8),
        0 0 50px rgba(0,200,255,.6),
        0 0 80px rgba(0,200,255,.5);
}

/* Barra de brillo */
.sidebar-banner::before{
    content:'';
    position:absolute;
    top:-50%;
    left:-100%;
    width:60%;
    height:200%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:rotate(25deg);
    animation:bannerShine 4s infinite;
    z-index:2;
}

@keyframes bannerShine{
    0%{
        left:-120%;
    }
    100%{
        left:180%;
    }
}

/* Partículas */
.sidebar-banner::after{
    content:'';
    position:absolute;
    inset:0;
    pointer-events:none;

    background-image:
        radial-gradient(circle,#7de3ff 1px,transparent 1px),
        radial-gradient(circle,#ffffff 1px,transparent 1px);

    background-size:
        40px 40px,
        60px 60px;

    animation:magicParticles 12s linear infinite;

    opacity:.45;
}

@keyframes magicParticles{
    from{
        background-position:0 0,0 0;
    }
    to{
        background-position:0 -300px,0 -500px;
    }
}

/************************************************
            BINANCE DONATION GOD EDITION
************************************************/

.donaciones-item{
    position:relative;

    background:linear-gradient(
        135deg,
        #0b1120 0%,
        #12192d 50%,
        #0a1020 100%
    );

    border:1px solid rgba(0,180,255,.20) !important;

    border-radius:20px;

    overflow:hidden;

    margin-bottom:30px;

    box-shadow:
        0 0 25px rgba(0,180,255,.12),
        inset 0 0 30px rgba(255,255,255,.02);
}

/************************************************
                TITLES
************************************************/

.title-pro,
.title-vip{
    padding:25px 30px;

    display:flex;
    align-items:center;
    gap:15px;

    font-size:28px;
    font-weight:900;
    text-transform:uppercase;

    color:#fff;

    border-bottom:1px solid rgba(255,255,255,.05);

    background:linear-gradient(
        90deg,
        rgba(0,180,255,.08),
        transparent
    );
}

.icon-pro,
.icon-vip{
    font-size:36px;
}

/************************************************
                ALERT BOX
************************************************/

.alert-pro,
.alert-vip{
    margin:20px;

    padding:18px;

    border-radius:12px;

    background:rgba(0,180,255,.08);

    border:1px solid rgba(0,180,255,.20);

    color:#dcecff;

    font-size:14px;
    line-height:1.8;
}

.alert-pro b,
.alert-vip b{
    color:#00d4ff;
}

/************************************************
                CARDS
************************************************/

.donaciones-item .card{
    background:linear-gradient(
        180deg,
        #131a2e,
        #0d1323
    ) !important;

    border:none !important;

    border-radius:18px !important;

    overflow:hidden;

    transition:.35s;

    box-shadow:
        0 0 15px rgba(0,0,0,.40);
}

.donaciones-item .card:hover{

    transform:translateY(-5px);

    box-shadow:
        0 0 35px rgba(0,180,255,.30);
}

/************************************************
                CARD IMAGE
************************************************/

.vip-glow{
    position:relative;
}

.vip-glow img{
    transition:.35s;
}

.vip-glow:hover img{
    transform:scale(1.05);
}

.vip-glow::before{
    content:'';

    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.08),
        transparent
    );

    transform:translateX(-100%);
}

.vip-glow:hover::before{
    animation:shine 1s;
}

@keyframes shine{
    100%{
        transform:translateX(100%);
    }
}

/************************************************
                FOOTERS
************************************************/

.card-footer{
    background:rgba(255,255,255,.02) !important;

    border-top:1px solid rgba(255,255,255,.05) !important;

    color:#fff;
}

/************************************************
                PRICE
************************************************/

.btn-outline-primary.disabled{
    background:rgba(0,180,255,.08) !important;

    border:1px solid rgba(0,180,255,.30) !important;

    color:#00d4ff !important;

    opacity:1 !important;

    width:100%;
}

/************************************************
                DONATE BUTTON
************************************************/

.btn-primary{

    border:none !important;

    background:linear-gradient(
        90deg,
        #00c3ff,
        #007bff
    ) !important;

    color:#fff !important;

    font-weight:800;

    border-radius:10px !important;

    padding:12px 25px;

    transition:.3s;
}

.btn-primary:hover{

    transform:translateY(-2px);

    box-shadow:
        0 0 25px rgba(0,180,255,.45);
}

/************************************************
                GOLD VIP
************************************************/

.title-vip{
    background:linear-gradient(
        90deg,
        rgba(255,180,0,.12),
        transparent
    );
}

.title-vip .icon-vip{
    filter:drop-shadow(0 0 10px gold);
}

/************************************************
                RESPONSIVE
************************************************/

@media(max-width:768px){

    .title-pro,
    .title-vip{
        font-size:18px;
        padding:20px;
    }

    .icon-pro,
    .icon-vip{
        font-size:24px;
    }

}