@font-face {
	font-family: AscensionFont;
	src: url(rohnroundedmedium.ttf);
}


.video-container {
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
	position: relative;
	text-align: center;
	color: #dc0000;
	padding: 10px;
	vertical-align: middle;
	margin-top: 100px;
}


.home__content .headlogo {
	width: 550px;
}

@keyframes pulse {
	0% {
		text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 5px;
	}

	50% {
		text-shadow: rgb(255, 255, 255) 0px 0px 15px;
	}

	100% {
		text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 5px;
	}
}

/* Estilos eliminados del contador de jugadores online */


.h2-title {
	font-size: 2rem;
	animation: 1s ease 0s infinite normal none running pulse;
	color: rgb(255, 255, 255);
	padding: 30px;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: 2px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(150deg, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.01) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	margin: 0 auto;
	width: 100%;
	padding: 50px 60px;
	border-radius: 10px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.60);
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	font-size: 1.6rem !important;
	color: white;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}


.modal__close {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 0 0 0 10px;
	top: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	border-left: 2px solid rgba(255, 255, 255, 0.05);
	border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.fa-xmark {
	color: red;
}


/*==============================
	Screw
==============================*/
.screw {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/screw.svg") no-repeat center;
	pointer-events: none;
	z-index: 2;
}

.screw--tl {
	top: 15px;
	left: 15px;
}

.screw--tr {
	top: 15px;
	right: 15px;
}

.screw--bl {
	bottom: 15px;
	left: 15px;
}

.screw--br {
	bottom: 15px;
	right: 15px;
}

.screw--big-tr {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-tr.svg") no-repeat center;
	top: 15px;
	right: 15px;
}

.screw--big-tl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-tl.svg") no-repeat center;
	top: 15px;
	left: 15px;
}

.screw--big-br {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-br.svg") no-repeat center;
	bottom: 15px;
	right: 15px;
}

.screw--big-bl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-bl.svg") no-repeat center;
	bottom: 15px;
	left: 15px;
}

.screw--lines-tl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-tl.svg") no-repeat center;
	top: 15px;
	left: 15px;
}

.screw--lines-tr {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-tr.svg") no-repeat center;
	top: 15px;
	right: 15px;
}

.screw--lines-br {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-br.svg") no-repeat center;
	bottom: 15px;
	right: 15px;
}

.screw--lines-bl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-bl.svg") no-repeat center;
	bottom: 15px;
	left: 15px;
}

.screw--footer {
	display: none;
}

.screw--tablet {
	display: none;
}

@media (min-width: 992px) {
	.screw--tablet {
		display: block;
	}
}

@media (min-width: 1400px) {
	.screw--footer {
		display: block;
		width: 67px;
		height: 67px;
	}

	.screw--footer-tl {
		background: url("../img/screw--lines-tl.svg") no-repeat center;
		top: 30px;
		left: 30px;
	}

	.screw--footer-tr {
		background: url("../img/screw--lines-tr.svg") no-repeat center;
		top: 30px;
		right: 30px;
	}

	.screw--footer-br {
		background: url("../img/screw--lines-br.svg") no-repeat center;
		bottom: 30px;
		right: 30px;
	}

	.screw--footer-bl {
		background: url("../img/screw--lines-bl.svg") no-repeat center;
		bottom: 30px;
		left: 30px;
	}
}

.card__price span {
	font-size: 0.8rem !important;
	text-align: center;
}

.about-content .bg-1 {
	background-image: url("../img/antihack.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}

.about-content .bg-2 {
	background-image: url("../img/playtowin.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}


.about-content .bg-3 {
	background-image: url("../img/battlepass.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}


.about-content .bg-4 {
	background-image: url("../img/pvpevent.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}

.home__btn2 {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #222227;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 0px;
	margin-right: 20px;
}

.main__link2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #bdbdbd;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.main__link2 svg {
	width: 22px;
	height: auto;
	fill: #bdbdbd;
	margin-left: 5px;
	transition: fill 0.5s ease;
	margin-right: -3px;
}

.monsterkill img.logomonsterkill {
	display: inline !important;
	width: 18px !important;
}

.monsterkill img.monsterkillimage {
	width: 45px !important;
	display: inline !important;
}

.mkplayerinfo {
	color: aliceblue;
}

.mkplayerinfo a {
	color: aliceblue;
}

.monsterkill .card__title {
	display: block;
	width: 100%;
	color: #fff;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	transition: color 0.5s ease;
	padding: 0px !important;
}

.monsterkill .card__price .map {
	color: orange;
}

.monsterkillfull {
	font-size: 16px;
	color: white;
	border-bottom: 1px outset #999;
	padding: 10px;
	font-family: 'Rajdhani', sans-serif;
}

.monsterkillfull img {
	width: 25px;
	border-radius: 50%;
}

.monsterkillfull .name {
	color: #F39C12;
	font-weight: bold;
}

.monsterkillfull .monstername {
	font-weight: bold;
}

.monsterkillfull .map {
	color: #AED6F1;
	font-weight: bold;
}

.monsterkillfull .date {
	color: #B2BABB;
	font-weight: bold;
}

.sellers-list__author img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 20px !important;
	height: 20px;
	border-radius: 16px;
}

.fuck {
	width: 100% !important;
	display: inline-block;
}

img.rankings-class-tophome {
	width: 28px;
	border-radius: 50%;
	margin-left: 13px;
	margin-top: -12px;

}

img.logoguildhome {
	left: 25px;
}

img.logoguildhomeg1 {
	margin-left: 12px;
	margin-top: 0px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg2 {
	margin-left: 10px;
	margin-top: 2px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg3 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg4 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg5 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.ranking-home {
	width: 100%;
	min-height: 402px;
	color: white;
	font-weight: 700;
	display: table;
	line-height: 27px;
}

.ranking-home tbody tr {
	border: 2px solid rgba(255, 255, 255, 0.05);

	backdrop-filter: blur(10px);
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	padding: 5px;
}

.ranking-home tr:first-child {
	border: 2px solid rgba(255, 255, 255, 0.05);
	background-color: #561f1f;
	backdrop-filter: blur(10px);
	padding-bottom: 15px;
	padding-top: 15px;
}

.ranking-home tr td:first-child {
	width: 15%;
	text-align: center;
}

.ranking-home tr td.character-info-home {
	padding-left: 10px;
}

.ranking-home tr td p {
	margin-bottom: 0px !important;
}


.bgcharacterhome {
	width: 30%;
}


.ClassAvatar1 {
	position: absolute;
	top: calc(-23px / -2 - 5px);
	left: calc(-45px / -2);
	width: calc(50px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_1.png);
}

img.rankings-class-tophome1 {
	width: 28px;
	border-radius: 50%;
	margin-left: 13px;
	margin-top: 0px;

}


.ClassAvatar2 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-45px / -2);
	width: calc(40px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_2.png);
}

img.rankings-class-tophome2 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}


.ClassAvatar3 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_3.png);
}

img.rankings-class-tophome3 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}


.ClassAvatar4 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_10.png);
}

img.rankings-class-tophome4 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}

.ClassAvatar5 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_10.png);
}

img.rankings-class-tophome5 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}

.usercp {
	width: 100%;
}

.usercp li {
	border: 2px solid #424242;
	border-radius: 10px;
	height: 65px;
	padding: 5px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

.usercp li:hover {
	transform: scale(1.05);
	background-color: #561f1f;
	border: 2px solid #000;
}

.usercp li img {
	width: 50px;
}


.usercp li a {
	height: 70px;
	color: aliceblue;
	line-height: 100%;
}

.usercp li a p {
	display: inline-block;
	margin-bottom: 0px !important;
	vertical-align: middle;
	height: 50px;
	line-height: 120%;
	border-spacing: 0px;
	padding-top: 5px;
	color: #FFF;
	font-weight: bolder;
	letter-spacing: -1px;
}

.usercp li a p font {
	display: inline-block;
	margin-bottom: 0px !important;
	font-size: 10px;
	color: #E5E8E8
}

.currencies {
	width: 100%
}

.currencies li {
	width: 100%;
	height: 40px;
	border-bottom: 1px outset #999;
	margin-bottom: 10px;
}

.currencies li img {
	margin-bottom: 5px;
}

.currencies a {
	float: right;
}

.currencies span {
	color: aquamarine;
	font-weight: bolder;
	line-height: 100%;
	font-size: 20px;
	padding-left: 5px;
	line-height: 30px;
}

.buycurrencies {
	width: 110px;
	text-align: center;
	border-radius: 12px;
	background-color: #222227;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.buycurrencies:hover {
	color: #fff;
	background-color: #561f1f;
}

.buycurrencies--true {
	background-color: #561f1f;
	color: #fff;
}

.buycurrencies--true:hover {
	background-color: #222227;
	color: #561f1f;
}


.page-title {
	font-weight: bolder;
	font-size: 2rem;
	color: aliceblue;
	padding: 20px;
	display: block;
}


.killerhomefix1 {
	margin-left: 16px !important;
}

.killerhomefix2 {
	margin-left: 10px !important;
}

.killerhomefix3 {
	margin-left: 10px !important;
}

.killerhomefix4 {
	margin-left: 10px !important;
}

.killerhomefix5 {
	margin-left: 10px !important;
}

@media only screen and (max-width: 768px) {

	/* For mobile phones: */
	.col-3 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}

	.card-info-character {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}
}

.Char-info-header-table {
	width: 100%
}

.Char-info-header-table td.character-class span {
	font-size: 13px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: bolder;
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	background-color: #884EA0;

}

.Char-info-header-table td a {
	display: block;
	font-size: 18px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
}

.card-info-character {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #222227;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-char-small {
	margin-top: 10px;
	text-align: center;
}

.info-char-small span {
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8rem;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #0f1419;
	color: azure
}


.card-info-character:hover {
	transform: scale(1.01);
}

.card-info-character .top-section {
	height: 180px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #222227;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: white;
	background-color: #222227;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #222227;
}

.card-info-character .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #222227;
}

.card-info-character .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #222227;
}


.card-info-character .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
}

.card-info-character .top-section .icons .logo {
	height: 100%;
	padding: 7px 0 7px 15px;
}

.card-info-character .top-section .icons .logo .top-section {
	height: 100%;
}

.card-info-character .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.card-info-character .top-section .icons .social-media .svg {
	height: 100%;
	fill: #1b233d;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: white;
}

.card-info-character .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.card-info-character .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.card-info-character .bottom-section .row {
	display: flex;
	justify-content: space-between;
}

.card-info-character .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.card-info-character .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.card-info-character .bottom-section .row .item .regular-text {
	font-size: 9px;
}

.breadcrumb {
	text-transform: uppercase;
	border: 1px solid #222227;
	border-radius: 10px;
	height: 50px;
	vertical-align: bottom;
	alignment-baseline: bottom;
	padding-left: 30px;
}

.breadcrumb li {
	font-size: 1rem !important;
}


.ranking-button-main {
	width: 230px;
	border-radius: 20px;
	background: #1b233d;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: inline-block;
}

.ranking-button-main:hover {
	transform: scale(1.05);
}

.ranking-button-main .top-section {
	height: 80px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
	position: relative;
}

.ranking-button-main .top-section .border {
	border-bottom-right-radius: 10px;
	height: 30px;
	width: 160px;
	background: white;
	background: #1b233d;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #1b233d;
}

.ranking-button-main .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #1b233d;
}

.ranking-button-main .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #1b233d;
}

.ranking-button-main .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.ranking-button-main .top-section .icons .logo {
	height: 100%;
	padding: 3px 0 7px 10px;
	color: white;
	font-weight: bolder;
}

.ranking-button-main .top-section .icons .logo .top-section {
	height: 100%;
}

.ranking-button-main .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.ranking-button-main .top-section .icons .social-media .svg {
	height: 100%;
	fill: #1b233d;
}

.ranking-button-main .top-section .icons .social-media .svg:hover {
	fill: white;
}

.ranking-button-main .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.ranking-button-main .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.ranking-button-main .bottom-section .row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.ranking-button-main .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.ranking-button-main .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.ranking-button-main .bottom-section .row .item .regular-text {
	font-size: 9px;
}

.ranking-button-main .bottom-section .row .item:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.126);
	border-right: 1px solid rgba(255, 255, 255, 0.126);
}

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	font-family: var(--tg-heading-font-family);

}

.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;
	margin-right: 25px;
}

.rankings-class-filter li a {
	text-decoration: none;
	color: #FFF;
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: red !important;
}

.rankings-class-filter-selection:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.rankings-class-filter-selection img {
	width: 62px;
	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);
	filter: grayscale(100%);
	margin-top: 32px;
}

.rankings-class-filter-selection span {
	display: block;
	background-image: url(../img/right-panel-bg.png);
	width: 98px;
	height: 108px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}

.rankings-class-filter-selection span:hover {
	background-image: url(../img/right-panel-bg-hover.png);
}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
}

.pagination>li {
	display: inline;
	margin-right: 15px;
}

.pagination>li>a,
.pagination>li>span {
	margin-right: 15px;
	position: relative;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background-color: #222227;
	font-size: 14px;
	color: #bdbdbd;
	font-weight: 400;
	font-family: 'Inter', sans-serif;

}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #ffffff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777777;
	cursor: not-allowed;
	background-color: #222227;
	border-color: #dddddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.progreso-quest {
	width: 25%;
}

.progreso-quest .progress {
	width: 100% !important;
	height: 20px;
	margin-top: 15px;
}

table.table-migration {
	margin-bottom: 50px;
	width: 100%;
}

table.rakings-deidad-customs {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

table.rakings-deidad-customs td .medal {
	width: 30px;
}

table.rakings-deidad-customs td a {
	color: burlywood;
	font-weight: bold;
}

table.rakings-deidad-customs th,
table.rakings-deidad-customs td {
	padding: 15px;

	background-color: #222227;
	color: #fff;
}

table.rakings-deidad-customs th {
	text-align: left;
}

table.rakings-deidad-customs tbody {
	tr {
		border-bottom: 1px inset rgb(112, 123, 124, 0.10);
	}
}

table.rakings-deidad-customs thead {
	th {
		background-color: rgb(112, 123, 124, 0.30);
	}
}


.nft {
	user-select: none;
	max-width: 300px;
	margin: 5rem 5rem 0 0;
	border: 1px solid #ffffff22;
	background-color: #282c34;
	background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 100%);
	box-shadow: 0 7px 20px 5px #00000088;
	border-radius: 0.7rem;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	overflow: hidden;
	transition: 0.5s all;
	float: left;
	margin-left: 30px;
}


.nft table {
	user-select: none;
	border: 1px solid #ffffff22;
	background-color: #282c34;
	background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 100%);
	box-shadow: 0 7px 20px 5px #00000088;
	border-radius: 0.7rem;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	overflow: hidden;
	transition: 0.5s all;
}


.nft table td {
	color: white
}

.nft hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #88888855;
	margin-top: 0;
}

.nft ins {
	text-decoration: none;
}

.nft .main {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1rem;
}

.nft .main h2 {
	font-size: 20px;
	color: white;
}

.nft .main .tokenImage {
	border-radius: 0.5rem;
	max-width: 100%;
	height: 200px;
	object-fit: cover;
}

.nft .main .description {
	margin: 0.5rem 0;
	color: #a89ec9;
}

.nft .main .tokenInfo {
	justify-content: space-between;
	align-items: center;
}

.nft .main .tokenInfo .price {
	align-items: center;
	color: #ee83e5;
	font-weight: 700;
	font-size: 30px !important;
}

.nft .main .tokenInfo .price p {
	font-size: 26px !important;
	font-weight: bold;
}

.nft .main .tokenInfo .price ins {
	margin-left: -0.3rem;
	margin-right: 0.5rem;
}

.nft .main .tokenInfo .duration {
	display: flex;
	align-items: center;
	color: #a89ec9;
	margin-right: 0.2rem;
}

.nft .main .tokenInfo .duration ins {
	margin: 0.5rem;
	margin-bottom: 0.4rem;
}

.nft .main .creator {
	align-items: center;
	margin-top: 0.2rem;
	margin-bottom: 50px;
	;
}

.nft .main .creator ins {
	color: #a89ec9;
	text-decoration: none;
}

.nft .main .creator .wrapper {
	align-items: center;
	border: 1px solid #ffffff22;
	padding: 0.3rem;
	margin: 0;
	margin-right: 0.5rem;
	border-radius: 100%;
	box-shadow: inset 0 0 0 4px #000000aa;
}

.nft .main .creator .wrapper img {
	border-radius: 100%;
	border: 1px solid #ffffff22;
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	margin: 0;
}

.nft ::before {
	position: fixed;
	content: "";
	box-shadow: 0 0 100px 40px #ffffff08;
	top: -10%;
	left: -100%;
	transform: rotate(-45deg);
	height: 60rem;
	transition: 0.7s all;
}

.nft:hover {
	border: 1px solid #ffffff44;
	box-shadow: 0 7px 50px 10px #000000aa;
	transform: scale(1.015);
	filter: brightness(1.3);
}

.nft:hover ::before {
	filter: brightness(0.5);
	top: -100%;
	left: 200%;
}

.bg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg h1 {
	font-size: 20rem;
	filter: opacity(0.5);
}

.manualpayment table {
	width: 50%;
	color: white;
}

.manualpayment h2,
.manualpayment h3 {
	color: white;
}

.imgfixcharacters img {
	width: 40px;
}

.migration-btn {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #561f1f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.migration-btn-completed {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: cadetblue;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.migration-btn-disabled {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #561f1f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	filter: grayscale(1);
}


.donation-btn {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #222227;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.downloadBlock-content {
	padding-top: 40px;
	padding-bottom: 20px
}

.downloadBlock {
	background-size: cover;
	max-width: 560px;
	width: 100%;
	padding: 40px 30px 55px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-decoration: none
}

.downloadBlock-title {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-title span {
	color: #fff
}

.downloadBlock-text {
	color: #fff;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-button {
	text-align: center
}

.d-button {
	display: block;
	width: 155px;
	height: 105px;
	text-align: center;
	padding-top: 78px;
	font-size: 13px;
	font-weight: 600
}

.d-button.googleButton {
	background: url(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #fff
}

.d-button.googledriveButton {
	background: url(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #fff
}

.d-button.dropboxButton {
	background: url(../img/dropbox-img.png) center top 20px no-repeat;
	background-color: #1a2535;
	color: #696868
}

.d-button.megaButton {
	background: url(../img/mega-img.png) center top 20px no-repeat;
	background-color: #555;
	color: #fff
}

.d-button.media-fireButton {
	background: url(../img/media-fire.png) center top 20px no-repeat;
	background-color: #1a2535;
	color: #fff
}

.d-button:hover {
	transform: scale(1.1);
	color: #fff
}

.drivers {
	margin-bottom: 80px
}

.drivers span {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 15px;
	margin-bottom: 20px
}

.mirror-title {
	color: #ffdda9;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 60px
}

.mirrorBlock {
	text-align: center;
	margin-bottom: 65px
}

.mirrorBlock p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px
}

.mirrorBlock p span {
	color: #a97fff
}

/* Modern Home Page Styles */

/* Hero Section */
.hero-section {
    background: url('../img/carrusel/portada.png') center center/cover no-repeat;
    padding: 80px 0;
    text-align: center;
    color: #e8eaed;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.7), rgba(15, 20, 25, 0.8));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 35px;
    opacity: 0.95;
    animation: fadeInUp 1s ease-out 0.2s both;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: #64b5f6;
    text-shadow: 0 0 15px rgba(100,181,246,0.4);
    position: relative;
    transition: all 0.3s ease;
}

.hero-stat-number::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #64b5f6, transparent);
    transition: width 0.3s ease;
}

.hero-stat:hover .hero-stat-number::after {
    width: 100%;
}

.hero-stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-stat:hover .hero-stat-number {
    text-shadow: 0 0 20px rgba(100,181,246,0.6);
    transform: scale(1.05);
}

.hero-stat:hover .hero-stat-label {
    opacity: 1;
    color: #64b5f6;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 35px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-btn {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s;
}

.hero-btn:hover::before {
    left: 100%;
}

.hero-btn-primary {
    background: linear-gradient(45deg, #0f1419, #1a2332);
    color: white;
    box-shadow: 0 4px 15px rgba(15,20,25,0.4);
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15,20,25,0.6);
    color: white;
}

.hero-btn-secondary {
    background: transparent;
    color: #e8eaed;
    border: 2px solid #64b5f6;
}

.hero-btn-secondary:hover {
    background: #64b5f6;
    color: #0f1419;
    transform: translateY(-2px);
}

/* Hero Countdown */
.hero-countdown {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.countdown-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #64b5f6;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown-item {
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 20px 15px;
    min-width: 80px;
}

.countdown-item span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #64b5f6;
}

.countdown-label {
    font-size: 0.8rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Info Section */
.info-section {
    padding: 80px 0;
    background: #1a1a1a;
    color: #e8eaed;
}

.info-section.bg-gradient {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    color: #e8eaed;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

.section-header-content {
    flex: 1;
    text-align: left;
}

.section-header-action {
    flex-shrink: 0;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #64b5f6, #42a5f5);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(100,181,246,0.3);
    border: 1px solid rgba(100,181,246,0.2);
}

.view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100,181,246,0.4);
    background: linear-gradient(135deg, #42a5f5, #2196f3);
    color: white;
    text-decoration: none;
}

.view-all-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(3px);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e8eaed;
}

.section-title.text-gradient {
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.info-card {
    background: #2a2a2a;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
    color: #e8eaed;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.info-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #e8eaed;
    border-bottom: 2px solid #64b5f6;
    padding-bottom: 10px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table td {
    padding: 12px 0;
    border-bottom: 1px solid #404040;
    font-size: 0.95rem;
}

.info-table td:first-child {
    font-weight: 600;
    color: #64b5f6;
    width: 40%;
}

.info-table td:last-child {
    color: #b0b0b0;
}

/* VIP Section */
.vip-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    color: #e8eaed;
}

.vip-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vip-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #64b5f6;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.vip-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
}

.vip-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
}

.vip-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #64b5f6;
    text-align: center;
}

.vip-benefit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vip-benefit:last-child {
    border-bottom: none;
}

.vip-benefit-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.vip-benefit-value {
    font-weight: 600;
    color: #a8e6cf;
}

.vip-benefit-value.vip {
    color: #64b5f6;
    font-weight: 700;
}

/* News Section */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease-out;
    color: #e8eaed;
    border: 1px solid rgba(100,181,246,0.1);
    position: relative;
}

.news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #2196f3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    border-color: rgba(100,181,246,0.3);
}

.news-card:hover::before {
    opacity: 1;
}

.news-meta {
    padding: 15px 0;
    color: #e8eaed;
    border-top: 1px solid rgba(100,181,246,0.1);
    margin-top: 15px;
    position: relative;
}

.news-meta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.3), transparent);
}

.news-date {
    font-size: 0.95rem;
    opacity: 0.9;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-date i {
    color: #64b5f6;
    font-size: 1rem;
}

.news-content {
    padding: 25px;
    position: relative;
}

.news-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.4;
}

.news-title a {
    color: #e8eaed;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.news-title a:hover {
    color: #64b5f6;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.news-excerpt {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64b5f6;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(100,181,246,0.1);
    border: 1px solid rgba(100,181,246,0.2);
}

.news-read-more:hover {
    background: rgba(100,181,246,0.2);
    border-color: rgba(100,181,246,0.4);
    transform: translateX(5px);
}

.news-read-more i {
    transition: transform 0.3s ease;
}

.news-read-more:hover i {
    transform: translateX(3px);
}

/* Rankings Section - Removed old styles, using new layout */

/* Boss Kills Section */
.boss-kills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.boss-kill-card {
    background: #2a2a2a;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
    color: #e8eaed;
}

.boss-kill-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.boss-kill-header {
    background: linear-gradient(45deg, #0f1419, #1a2332);
    padding: 15px 20px;
    color: #e8eaed;
}

.boss-kill-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.boss-kill-content {
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.boss-image {
    flex-shrink: 0;
}

.boss-image img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.boss-info {
    flex: 1;
}

.boss-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.boss-label {
    font-weight: 600;
    color: #34495e;
}

.boss-value {
    color: #7f8c8d;
}

.boss-time {
    font-size: 0.9rem;
    color: #64b5f6;
    font-weight: 600;
    margin-top: 10px;
}

/* Achievements Section */
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.achievement-card {
    background: linear-gradient(145deg, #1a2332, #2a2a2a);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 0.8s ease-out;
    color: #e8eaed;
    border: 1px solid rgba(100,181,246,0.1);
    position: relative;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #2196f3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    border-color: rgba(100,181,246,0.3);
}

.achievement-card:hover::before {
    opacity: 1;
}

.achievement-header {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    padding: 20px 25px;
    color: #e8eaed;
    position: relative;
    border-bottom: 1px solid rgba(100,181,246,0.1);
}

.achievement-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.3), transparent);
}

.achievement-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.achievement-content {
    padding: 25px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: rgba(15,20,25,0.3);
}

.achievement-icon {
    flex-shrink: 0;
    position: relative;
}

.achievement-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    border-radius: 15px;
    opacity: 0.2;
    z-index: -1;
    transition: all 0.3s ease;
}

.achievement-card:hover .achievement-icon::before {
    opacity: 0.4;
    transform: scale(1.1);
}

.achievement-icon img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid rgba(100,181,246,0.3);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.achievement-card:hover .achievement-icon img {
    border-color: rgba(100,181,246,0.6);
    transform: scale(1.05);
}

.achievement-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.achievement-description {
    font-size: 1rem;
    color: #e8eaed;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 500;
}

.achievement-reward {
    font-weight: 700;
    color: #64b5f6;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

.achievement-reward::before {
    content: '💰';
    font-size: 1.2rem;
}

.achievement-time {
    font-size: 0.9rem;
    color: #27ae60;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(39,174,96,0.1);
    border-radius: 8px;
    border: 1px solid rgba(39,174,96,0.2);
}

.achievement-time::before {
    content: '✓';
    font-weight: bold;
    color: #27ae60;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .countdown-timer {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .countdown-item {
        min-width: 70px;
        padding: 15px 10px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .vip-grid {
        grid-template-columns: 1fr;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .news-card {
        border-radius: 15px;
    }
    
    .news-content {
        padding: 20px;
    }
    
    .news-title {
        font-size: 1.2rem;
    }
    
    .news-excerpt {
        -webkit-line-clamp: 4;
    }
    
    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .section-header-content {
        text-align: center;
    }
    
    .view-all-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* Rankings responsive styles moved to new layout */
    
    .boss-kills-grid {
        grid-template-columns: 1fr;
    }
    
    .achievements-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 400px;
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .info-card {
        padding: 20px;
    }
    
    .vip-card {
        padding: 20px;
    }
    
    .boss-kill-content {
        flex-direction: column;
        text-align: center;
    }
    
    .achievement-content {
        flex-direction: column;
        text-align: center;
    }
    
    /* Override base styles for mobile with !important */
    .server-info-rankings-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        margin-top: 20px !important;
        padding: 0 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    .server-info-column {
        min-width: auto !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .rankings-column {
        min-width: auto !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .server-stats-card,
    .social-media-container,
    .rankings-container {
        margin: 0 !important;
        border-radius: 15px !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-width: auto !important;
        flex: none !important;
        min-height: auto !important;
    }
    
    .server-stats-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        padding: 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
            .server-stat-item {
            padding: 10px !important;
            min-height: 65px !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }
    
    .stat-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.85rem !important;
    }
    
            .stat-number {
            font-size: 1rem !important;
        }
        
        .stat-label {
            font-size: 0.8rem !important;
        }
    
    .social-media-list {
        padding: 15px !important;
        gap: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .social-media-item {
        padding: 10px !important;
        min-height: auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .social-icon {
        width: 25px !important;
        height: 25px !important;
        font-size: 0.9rem !important;
    }
    
    .social-name {
        font-size: 0.9rem !important;
    }
    
    .social-description {
        font-size: 0.75rem !important;
    }
    
    .rankings-container {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        flex: none !important;
        min-height: auto !important;
    }
    
    .ranking-row {
        grid-template-columns: 35px 1fr 65px !important;
        gap: 6px !important;
        padding: 8px 10px !important;
        min-height: 40px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .ranking-position {
        font-size: 0.9rem !important;
    }
    
    .ranking-player {
        font-size: 0.85rem !important;
    }
    
    .ranking-score {
        font-size: 0.8rem !important;
        padding: 4px 6px !important;
    }
    
    .card-header {
        padding: 15px 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .card-title {
        font-size: 1.1rem !important;
    }
    
    /* Asegurar que el contenedor principal no tenga overflow */
    .main-content,
    .container,
    .row {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    /* Override any conflicting base styles */
    .rankings-container {
        min-width: auto !important;
        flex: none !important;
        min-height: auto !important;
    }
    
    .rankings-column {
        min-width: auto !important;
        flex: none !important;
    }
}

/* Utility Classes */
.text-gradient {
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
}

.glass-effect {
    background: rgba(15,20,25,0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(100,181,246,0.2);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Dark Mode Body Background */
body {
    background: #0f1419;
    color: #e8eaed;
}

/* Enhanced Card Hover Effects */
.info-card:hover,
.vip-card:hover,
.news-card:hover,
.boss-kill-card:hover,
.achievement-card:hover {
    transform: translateY(-5px) scale(1.02);
}

/* Stats Loading Animation */
.hero-stat-number {
    animation: countUp 2s ease-out, float 3s ease-in-out infinite;
}

/* Glass Morphism for VIP Section */
.vip-section {
    position: relative;
}

.vip-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

/* Enhanced Section Headers */
.section-header {
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #64b5f6, #42a5f5);
    border-radius: 2px;
}

/* Accessibility Improvements */
.hero-btn:focus,
.tab-btn:focus {
    outline: 2px solid #64b5f6;
    outline-offset: 2px;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .info-section {
        background: #0f1419;
        color: #e8eaed;
    }
    
    .info-card {
        background: #1a2332;
        color: #e8eaed;
    }
    
    .section-title {
        color: #e8eaed;
    }
    
    .section-subtitle {
        color: #b0b0b0;
    }
}

/* Print Styles */
@media print {
    .hero-actions,
    .vip-section,
    .rankings-tabs {
        display: none;
    }
    
    .hero-section {
        background: white !important;
        color: black !important;
    }
}

/* Server Info & Rankings Section - RECREATED FROM SCRATCH */
.server-info-rankings-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.server-info-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Server Stats Card */
.server-stats-card {
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #e8eaed;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.server-stats-card .card-header {
    background: linear-gradient(145deg, #1a2332, #0f1419);
    padding: 20px 25px;
    border-bottom: 1px solid rgba(100,181,246,0.1);
    position: relative;
}

.server-stats-card .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.3), transparent);
}

.server-stats-card .card-title {
    color: #64b5f6;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.server-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}

.server-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(100,181,246,0.05);
    border-radius: 12px;
    border: 1px solid rgba(100,181,246,0.1);
    transition: all 0.3s ease;
    min-height: 80px;
    width: 100%;
    box-sizing: border-box;
}

.server-stat-item:hover {
    background: rgba(100,181,246,0.1);
    border-color: rgba(100,181,246,0.2);
    transform: translateY(-2px);
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(100,181,246,0.3);
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

.stat-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #64b5f6;
    margin-bottom: 2px;
}

.stat-label {
    font-size: 0.85rem;
    color: #b0bec5;
    font-weight: 500;
}

/* Social Media Container */
.social-media-container {
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #e8eaed;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.social-media-container .card-header {
    background: linear-gradient(145deg, #1a2332, #0f1419);
    padding: 20px 25px;
    border-bottom: 1px solid rgba(100,181,246,0.1);
    position: relative;
}

.social-media-container .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.3), transparent);
}

.social-media-container .card-title {
    color: #64b5f6;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.social-media-list {
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}

.social-media-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(100,181,246,0.05);
    border-radius: 12px;
    border: 1px solid rgba(100,181,246,0.1);
    margin-bottom: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
}

.social-media-item:last-child {
    margin-bottom: 0;
}

.social-media-item:hover {
    background: rgba(100,181,246,0.1);
    border-color: rgba(100,181,246,0.2);
    transform: translateX(5px);
    text-decoration: none;
    color: inherit;
}

.social-media-item.discord:hover {
    background: rgba(114, 137, 218, 0.1);
    border-color: rgba(114, 137, 218, 0.3);
}

.social-media-item.whatsapp:hover {
    background: rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.3);
}

.social-media-item.youtube:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
}

.social-media-item.facebook:hover {
    background: rgba(66, 103, 178, 0.1);
    border-color: rgba(66, 103, 178, 0.3);
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    min-width: 50px;
}

.social-media-item.discord .social-icon {
    background: rgba(114, 137, 218, 0.2);
    color: #7289DA;
}

.social-media-item.whatsapp .social-icon {
    background: rgba(37, 211, 102, 0.2);
    color: #25D366;
}

.social-media-item.youtube .social-icon {
    background: rgba(255, 0, 0, 0.2);
    color: #FF0000;
}

.social-media-item.facebook .social-icon {
    background: rgba(66, 103, 178, 0.2);
    color: #4267B2;
}

.social-media-item:hover .social-icon {
    transform: scale(1.1);
}

.social-content {
    flex: 1;
}

.social-name {
    font-weight: 700;
    color: #e8eaed;
    margin-bottom: 5px;
}

.social-description {
    font-size: 0.85rem;
    color: #b0bec5;
}

/* Rankings Column */
.rankings-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.rankings-container {
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #e8eaed;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.rankings-container .card-header {
    border-radius: 20px 20px 0 0;
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-bottom: 1px solid rgba(100,181,246,0.1);
    padding: 20px 25px;
    position: relative;
}

.rankings-container .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.3), transparent);
}

.rankings-container .card-title {
    color: #64b5f6;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.rankings-tabs {
    display: flex;
    background: rgba(100,181,246,0.05);
    border-bottom: 1px solid rgba(100,181,246,0.1);
}

.tab-btn {
    flex: 1;
    background: none;
    border: none;
    padding: 15px 20px;
    color: #b0bec5;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tab-btn:hover {
    color: #64b5f6;
    background: rgba(100,181,246,0.1);
}

.tab-btn.active {
    color: #64b5f6;
    background: rgba(100,181,246,0.15);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5);
}

.ranking-content {
    display: none;
    padding: 20px;
    flex: 1;
}

.ranking-content.active {
    display: block;
}

.ranking-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ranking-row {
    display: grid;
    grid-template-columns: 60px 1fr 100px 80px;
    align-items: center;
    padding: 15px 18px;
    background: linear-gradient(145deg, #0f1419, #1a2332);
    border-radius: 12px;
    border: 1px solid rgba(100,181,246,0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 70px;
    min-height: 70px;
    width: 100%;
    box-sizing: border-box;
}

.ranking-row:hover {
    background: linear-gradient(145deg, #1a2332, #0f1419);
    border-color: rgba(100,181,246,0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.ranking-position {
    font-weight: 700;
    color: #64b5f6;
    text-align: center;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
    position: relative;
}

.ranking-player {
    font-weight: 600;
    color: #e8eaed;
    font-size: 1.05rem;
    transition: color 0.3s ease;
}

.ranking-row:hover .ranking-player {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255,255,255,0.3);
}

.ranking-row:hover .ranking-score {
    background: rgba(255,183,77,0.2);
    border-color: rgba(255,183,77,0.4);
    box-shadow: 0 0 15px rgba(255,183,77,0.2);
}

.ranking-score {
    font-weight: 700;
    color: #ffb74d;
    text-align: center;
    font-size: 1rem;
    background: rgba(255,183,77,0.1);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255,183,77,0.2);
    transition: all 0.3s ease;
}

.ranking-guild {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0bec5;
    font-weight: 500;
    transition: color 0.3s ease;
}

.ranking-row:hover .ranking-guild {
    color: #e8eaed;
}

/* Guild ranking specific styles */
.ranking-content:nth-child(2) .ranking-player {
    color: #64b5f6;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(100,181,246,0.3);
}

.ranking-content:nth-child(2) .ranking-row:hover .ranking-player {
    color: #42a5f5;
    text-shadow: 0 0 12px rgba(100,181,246,0.5);
}

/* Responsive Design - Tablet */
@media (max-width: 768px) {
    .server-info-rankings-grid {
        grid-template-columns: 1.1fr 1.3fr;
        gap: 20px;
        margin-top: 25px;
    }
    
    .server-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .server-stat-item {
        padding: 15px;
        min-height: 75px;
    }
    
    .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .ranking-row {
        grid-template-columns: 50px 1fr 80px;
        gap: 10px;
        padding: 12px 15px;
        min-height: 50px;
    }
    
    .ranking-guild {
        display: none;
    }
    
    .ranking-position {
        font-size: 1rem;
    }
    
    .ranking-player {
        font-size: 0.95rem;
    }
    
    .ranking-score {
        font-size: 0.9rem;
        padding: 6px 8px;
    }
    
    .ranking-content:nth-child(2) .ranking-player {
        font-size: 0.9rem;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 480px) {
    .server-info-rankings-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
    }
    
    .server-info-column {
        gap: 15px;
        order: 1;
    }
    
    .rankings-column {
        order: 2;
    }
    
    .server-stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px;
    }
    
    .server-stat-item {
        padding: 12px;
        min-height: 70px;
    }
    
    .stat-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .stat-number {
        font-size: 1.1rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .social-media-list {
        padding: 20px;
    }
    
    .social-media-item {
        padding: 12px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        min-width: 40px;
    }
    
    .social-name {
        font-size: 0.9rem;
    }
    
    .social-description {
        font-size: 0.8rem;
    }
    
    .rankings-container {
        min-height: 500px;
    }
    
    .ranking-row {
        grid-template-columns: 40px 1fr 70px;
        gap: 8px;
        padding: 10px 12px;
        min-height: 45px;
    }
    
    .ranking-position {
        font-size: 0.9rem;
    }
    
    .ranking-player {
        font-size: 0.85rem;
    }
    
    .ranking-score {
        font-size: 0.8rem;
        padding: 5px 8px;
    }
    
    .card-header {
        padding: 15px 20px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .ranking-content:nth-child(2) .ranking-player {
        font-size: 0.85rem;
    }
}

/* Image Carousel Styles */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    background: linear-gradient(145deg, #0f1419, #1a2332);
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    padding: 30px 25px 25px;
    text-align: center;
}

.carousel-caption h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #64b5f6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.carousel-caption p {
    font-size: 1rem;
    margin: 0;
    color: #e8eaed;
    line-height: 1.5;
}

/* Carousel Navigation Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(100,181,246,0.2);
    border: 2px solid rgba(100,181,246,0.3);
    color: #64b5f6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.carousel-btn:hover {
    background: rgba(100,181,246,0.3);
    border-color: rgba(100,181,246,0.5);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 20px rgba(100,181,246,0.4);
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(100,181,246,0.2);
}

.indicator:hover {
    background: rgba(100,181,246,0.5);
    border-color: rgba(100,181,246,0.4);
    transform: scale(1.2);
}

.indicator.active {
    background: #64b5f6;
    border-color: #64b5f6;
    box-shadow: 0 0 10px rgba(100,181,246,0.5);
}

/* Responsive Design for Carousel */
@media (max-width: 768px) {
    .carousel-wrapper {
        height: 450px;
    }
    
    .carousel-caption {
        padding: 20px 15px 15px;
    }
    
    .carousel-caption h3 {
        font-size: 1.4rem;
    }
    
    .carousel-caption p {
        font-size: 0.9rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .carousel-prev {
        left: 15px;
    }
    
    .carousel-next {
        right: 15px;
    }
    
    .carousel-indicators {
        bottom: 15px;
        gap: 8px;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .carousel-wrapper {
        height: 350px;
    }
    
    .carousel-caption {
        padding: 15px 10px 10px;
    }
    
    .carousel-caption h3 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .carousel-caption p {
        font-size: 0.8rem;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .carousel-prev {
        left: 10px;
    }
    
    .carousel-next {
        right: 10px;
    }
    
    .carousel-indicators {
        bottom: 10px;
        gap: 6px;
    }
    
    .indicator {
        width: 8px;
        height: 8px;
    }
}












/* ===== HEADER STYLES - RECUPERADOS DEL DISEÑO ANTERIOR ===== */

/* Header principal */
.header {
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
  border-bottom: 2px solid rgba(100, 181, 246, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Centrar el menú de navegación */
.header__menu--centered {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__menu--centered .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav-link {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #64b5f6, #42a5f5);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header__nav-link:hover::after,
.header__nav-link[aria-expanded="true"]::after {
  width: 100%;
}

.header__nav-link:hover {
  color: #64b5f6 !important;
  text-shadow: 0 0 10px rgba(100, 181, 246, 0.5);
}

.header__nav-menu {
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
  border: 1px solid rgba(100, 181, 246, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header__nav-menu a {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.header__nav-menu a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(100, 181, 246, 0.2), transparent);
  transition: width 0.3s ease;
}

.header__nav-menu a:hover::before {
  width: 100%;
}

.header__nav-menu a:hover {
  color: #64b5f6 !important;
  padding-left: 15px;
}

.header__action-btn--login {
  background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%);
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__action-btn--login::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.header__action-btn--login:hover::before {
  left: 100%;
}

.header__action-btn--login:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(100, 181, 246, 0.4);
  background: linear-gradient(135deg, #42a5f5 0%, #2196f3 100%);
}

.header__action-btn--login span {
  font-weight: 600;
  color: white;
}

.header__action-btn--login svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: transform 0.3s ease;
}

.header__action-btn--login:hover svg {
  transform: translateX(2px);
}

.header__profile-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(100, 181, 246, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.header__profile-btn:hover {
  background: rgba(100, 181, 246, 0.2);
  border-color: #64b5f6;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(100, 181, 246, 0.3);
}

.header__profile-btn p {
  font-weight: 600;
  color: #64b5f6;
}

.header__profile-btn span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}

/* Animación sutil para el logo */
.header__logo img {
  transition: all 0.3s ease;
}

.header__logo:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(100, 181, 246, 0.5));
}

/* ===== RESPONSIVE PARA EL HEADER ===== */
@media (max-width: 768px) {
  .header__menu--centered {
    justify-content: flex-start;
  }
  
  .header__menu--centered .header__nav {
    gap: 1rem;
  }
  
  .header__nav-link {
    font-size: 0.9rem;
  }
  
  .header__action-btn--login {
    font-size: 0.85rem;
    padding: 10px 18px;
    gap: 6px;
    min-width: 80px;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
  }
  
  .header__action-btn--login span {
    display: block;
    color: white;
    font-weight: 600;
  }
  
  .header__action-btn--login svg {
    width: 16px;
    height: 16px;
    display: block !important;
    fill: white;
  }
  
  /* Estilos para el menú móvil */
  .header__menu {
    background: #1a2332 !important;
    border-left: 1px solid #222227 !important;
    box-shadow: -8px 0 25px rgba(0, 0, 0, 0.6) !important;
    width: 280px !important;
    padding: 25px 25px 0 !important;
    top: 70px !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    z-index: 999 !important;
    transform: translate3d(281px, 0, 0) !important;
    transition: transform 0.5s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  
  .header__menu--active {
    transform: translate3d(0, 0, 0) !important;
  }
  
  .header__nav {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
    position: relative !important;
  }
  
  .header__nav-item {
    margin-bottom: 20px !important;
    position: relative !important;
    width: 100% !important;
  }
  
  .header__nav-item:last-child {
    margin-bottom: 0 !important;
  }
  
  .header__nav-link {
    font-size: 1rem !important;
    color: #ffffff !important;
    line-height: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-family: "Roboto", sans-serif !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    padding: 8px 0 !important;
  }
  
  .header__nav-link:hover {
    color: #02a2d2 !important;
  }
  
  .header__nav-link svg {
    fill: #ffffff !important;
    width: 14px !important;
    height: auto !important;
    transition: fill 0.3s ease !important;
    margin-left: 8px !important;
    margin-top: 2px !important;
  }
  
  .header__nav-link:hover svg {
    fill: #02a2d2 !important;
  }
  
  /* Ocultar dropdowns en móvil por defecto */
  .header__nav-menu {
    display: none !important;
  }
  
  .header__nav-menu.show {
    display: block !important;
  }
  
  /* En móvil, los enlaces con dropdown no muestran la flecha */
  .header__nav-link[data-toggle="dropdown"] svg {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .header__action-btn--login {
    font-size: 0.8rem;
    padding: 8px 16px;
    gap: 4px;
    min-width: 70px;
    height: 36px;
  }
  
  .header__action-btn--login span {
    font-size: 0.8rem;
  }
  
  .header__action-btn--login svg {
    width: 14px;
    height: 14px;
  }
}











/* ===== REGISTER PAGE STYLES - DISEÑO ANTERIOR MEJORADO ===== */

.register-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.register-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%2364b5f6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.register-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
}

.register-card {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 25px;
    padding: 40px 45px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.register-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
    border-radius: 25px 25px 0 0;
}

.register-header {
    text-align: center;
    margin-bottom: 35px;
}

.register-logo {
    margin-bottom: 20px;
}

.register-logo img {
    height: 55px;
    width: auto;
}

.register-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #64b5f6;
    margin: 0 0 8px 0;
    text-shadow: 0 0 20px rgba(100,181,246,0.3);
    font-family: 'Poppins', sans-serif;
}

.register-subtitle {
    font-size: 0.95rem;
    color: #b0bec5;
    margin: 0;
    line-height: 1.5;
}

.register-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
    margin-bottom: 25px;
}

.register-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.register-group--full-width {
    grid-column: 1 / -1;
}

.register-group--centered {
    grid-column: 1 / -1;
    justify-self: center;
    width: 60%;
    max-width: 350px;
}

.register-group i {
    position: absolute;
    left: 15px;
    color: #64b5f6;
    font-size: 1rem;
    z-index: 2;
    transition: all 0.3s ease;
}

.register-input {
    width: 100%;
    padding: 14px 18px 14px 45px;
    background: rgba(100,181,246,0.05);
    border: 2px solid rgba(100,181,246,0.15);
    border-radius: 12px;
    color: #e8eaed;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
}

.register-input::placeholder {
    color: #b0bec5;
    font-weight: 400;
}

.register-input:focus {
    outline: none;
    border-color: rgba(100,181,246,0.5);
    background: rgba(100,181,246,0.1);
    box-shadow: 0 0 20px rgba(100,181,246,0.2);
    transform: translateY(-2px);
}

.register-input:focus + i,
.register-group:focus-within i {
    color: #42a5f5;
    transform: scale(1.1);
}

/* Efecto de glow en el grupo al enfocar */
.register-group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(100,181,246,0.1) 0%, rgba(66,165,245,0.05) 100%);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;
}

.register-group:focus-within::before {
    opacity: 1;
}

.register-recaptcha {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    grid-column: 1 / -1;
}

.register-terms {
    text-align: center;
    margin: 20px 0;
    padding: 16px;
    background: rgba(100,181,246,0.05);
    border-radius: 12px;
    border: 1px solid rgba(100,181,246,0.1);
    grid-column: 1 / -1;
}

.register-terms p {
    color: #b0bec5;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.register-terms a {
    color: #64b5f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.register-terms a:hover {
    color: #42a5f5;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.register-btn {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 8px 25px rgba(100,181,246,0.3);
    grid-column: 1 / -1;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.register-btn:hover::before {
    left: 100%;
}

.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(100,181,246,0.4);
    background: linear-gradient(145deg, #42a5f5, #2196f3);
}

.register-btn:active {
    transform: translateY(-1px);
}

.register-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(100,181,246,0.1);
}

.register-footer .register-login-link {
    color: #b0bec5;
    margin: 0;
    font-size: 0.95rem;
}

.register-footer a {
    color: #64b5f6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    margin-left: 5px;
}

.register-footer a:hover {
    color: #42a5f5;
    text-decoration: underline;
}

/* ===== RESPONSIVE REGISTER ===== */
@media (max-width: 768px) {
    .register-page {
        padding: 15px;
    }
    
    .register-container {
        max-width: 100%;
    }
    
    .register-card {
        padding: 35px 25px;
    }
    
    .register-title {
        font-size: 2.2rem;
    }
    
    .register-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .register-group--full-width {
        grid-column: 1;
    }
    
    .register-input {
        padding: 14px 18px 14px 50px;
        font-size: 0.95rem;
    }
    
    .register-btn {
        padding: 14px 28px;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    .register-recaptcha,
    .register-terms,
    .register-btn {
        grid-column: 1;
    }
}

@media (max-width: 480px) {
    .register-card {
        padding: 30px 20px;
    }
    
    .register-title {
        font-size: 1.9rem;
    }
    
    .register-subtitle {
        font-size: 0.9rem;
    }
    
    .register-input {
        padding: 12px 16px 12px 45px;
        font-size: 0.9rem;
    }
    
    .register-group i {
        left: 15px;
        font-size: 1rem;
    }
    
    .register-btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    
    .register-terms {
        padding: 15px;
        margin: 20px 0;
    }
    
    .register-terms p {
        font-size: 0.85rem;
    }
}

/* ===== ESTADOS DE VALIDACIÓN ===== */
.register-input.success {
    border-color: #4caf50;
    background: rgba(76,175,80,0.05);
}

.register-input.error {
    border-color: #f44336;
    background: rgba(244,67,54,0.05);
}

.register-group.success i {
    color: #4caf50;
}

.register-group.error i {
    color: #f44336;
}

.register-error {
    color: #f44336;
    font-size: 0.85rem;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: fadeInUp 0.3s ease;
}

.register-success {
    color: #4caf50;
    font-size: 0.85rem;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: fadeInUp 0.3s ease;
}

/* ===== ANIMACIONES ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== EFECTO DE CARGA EN EL BOTÓN ===== */
.register-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.register-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }




/* Responsive Header Navigation */
@media (max-width: 768px) {
    .header__nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    
    .header__nav-item {
        margin: 10px 0;
        width: 100%;
    }
    
    .header__nav-link {
        font-size: 1rem;
        padding: 12px 15px;
        width: 100%;
        text-align: left;
    }
}













/* ===== DOWNLOADS PAGE STYLES - DISEÑO COMPLETO MODERNO ===== */

/* Eliminar cualquier conflicto con estilos anteriores */
.downloadBlock,
.downloadBlock-content,
.downloadBlock-title,
.downloadBlock-text,
.downloadBlock-button,
.d-button,
.drivers,
.mirror-title,
.mirrorBlock {
    all: unset;
}

/* Página principal de downloads */
}





























/* Rankings Players Page Styles - Modern Independent Design */
.rankings-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.rankings-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%2364b5f6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.rankings-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.rankings-header {
    text-align: center;
    margin-bottom: 50px;
}

.rankings-logo {
    margin-bottom: 20px;
}

.rankings-logo i {
    font-size: 4rem;
    color: #ffb74d;
    text-shadow: 0 0 30px rgba(255,183,77,0.5);
}

.rankings-title {
    font-size: 3rem;
    font-weight: 700;
    color: #64b5f6;
    margin: 0 0 15px 0;
    text-shadow: 0 0 20px rgba(100,181,246,0.3);
    font-family: 'Poppins', sans-serif;
}

.rankings-subtitle {
    font-size: 1.2rem;
    color: #b0bec5;
    margin: 0;
    line-height: 1.6;
}

.rankings-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Podium Styles */
.rankings-podium {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.rankings-podium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffb74d, #ff9800, #ffb74d);
    border-radius: 25px 25px 0 0;
}

.podium-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffb74d;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(255,183,77,0.3);
}

.podium-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    min-height: 300px;
}

.podium-place {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.podium-place:hover {
    transform: translateY(-10px);
}

.podium-place--1 {
    order: 2;
    margin-bottom: 0;
}

.podium-place--2 {
    order: 1;
    margin-bottom: 20px;
}

.podium-place--3 {
    order: 3;
    margin-bottom: 40px;
}

.podium-medal {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.podium-place--1 .podium-medal {
    background: linear-gradient(145deg, #ffd700, #ffb300);
    color: #fff;
    box-shadow: 0 0 30px rgba(255,215,0,0.5);
}

.podium-place--2 .podium-medal {
    background: linear-gradient(145deg, #c0c0c0, #a0a0a0);
    color: #fff;
    box-shadow: 0 0 25px rgba(192,192,192,0.4);
}

.podium-place--3 .podium-medal {
    background: linear-gradient(145deg, #cd7f32, #b8860b);
    color: #fff;
    box-shadow: 0 0 20px rgba(205,127,50,0.4);
}

.podium-rank {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e8eaed;
    margin-bottom: 15px;
}

.podium-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 4px solid rgba(100,181,246,0.3);
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.podium-place--1 .podium-avatar {
    width: 140px;
    height: 140px;
    border-color: rgba(255,215,0,0.5);
    box-shadow: 0 15px 40px rgba(255,215,0,0.3);
}

.podium-info {
    text-align: center;
    max-width: 200px;
}

.podium-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #64b5f6;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(100,181,246,0.3);
}

.podium-place--1 .podium-name {
    font-size: 1.5rem;
    color: #ffb74d;
    text-shadow: 0 0 15px rgba(255,183,77,0.4);
}

.podium-class {
    font-size: 1rem;
    color: #b0bec5;
    margin-bottom: 10px;
}

.podium-stats {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.podium-level, .podium-reset {
    font-size: 0.9rem;
    color: #e8eaed;
    font-weight: 600;
}

.podium-guild {
    font-size: 0.9rem;
    color: #b0bec5;
    font-style: italic;
}

/* Rankings Table Section */
.rankings-table-section {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.rankings-table-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
    border-radius: 20px 20px 0 0;
}

.table-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #64b5f6;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(100,181,246,0.3);
}

.rankings-table-container {
    overflow-x: auto;
    border-radius: 15px;
    background: rgba(100,181,246,0.05);
    border: 1px solid rgba(100,181,246,0.1);
}

.rankings-table-header {
    background: linear-gradient(145deg, #1a2332, #0f1419);
    border-bottom: 2px solid rgba(100,181,246,0.2);
}

.rankings-table-header-row {
    display: grid;
    grid-template-columns: 80px 1fr 120px 100px 120px 150px;
    gap: 15px;
    padding: 20px;
    font-weight: 700;
    color: #64b5f6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.rankings-table-cell {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rankings-table-cell i {
    font-size: 1rem;
}

.rankings-table-row {
    display: grid;
    grid-template-columns: 80px 1fr 120px 100px 120px 150px;
    gap: 15px;
    padding: 15px 20px;
    align-items: center;
    border-bottom: 1px solid rgba(100,181,246,0.1);
    transition: all 0.3s ease;
}

.rankings-table-row:hover {
    background: rgba(100,181,246,0.1);
    transform: translateX(5px);
}

.rankings-table-row:last-child {
    border-bottom: none;
}

.rankings-table-cell--rank {
    font-weight: 700;
    color: #ffb74d;
    font-size: 1.1rem;
    text-align: center;
}

.rankings-table-cell--class {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rankings-table-cell--class img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid rgba(100,181,246,0.3);
}

.rankings-table-cell--name {
    font-weight: 600;
    color: #e8eaed;
}

.rankings-table-cell--level {
    font-weight: 600;
    color: #64b5f6;
    text-align: center;
}

.rankings-table-cell--reset {
    font-weight: 600;
    color: #ff9800;
    text-align: center;
}

.rankings-table-cell--guild {
    font-weight: 500;
    color: #b0bec5;
    text-align: center;
    font-style: italic;
}

/* Responsive Rankings */
@media (max-width: 1200px) {
    .podium-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .podium-place--1, .podium-place--2, .podium-place--3 {
        order: unset;
        margin-bottom: 0;
    }
    
    .rankings-table-header-row,
    .rankings-table-row {
        grid-template-columns: 60px 1fr 100px 80px 100px 120px;
        gap: 10px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .rankings-page {
        padding: 30px 15px;
    }
    
    .rankings-title {
        font-size: 2.5rem;
    }
    
    .rankings-subtitle {
        font-size: 1.1rem;
    }
    
    .rankings-podium {
        padding: 30px 20px;
    }
    
    .podium-title {
        font-size: 1.8rem;
    }
    
    .podium-avatar {
        width: 100px;
        height: 100px;
    }
    
    .podium-place--1 .podium-avatar {
        width: 120px;
        height: 120px;
    }
    
    .rankings-table-section {
        padding: 25px 20px;
    }
    
    .rankings-table-header-row,
    .rankings-table-row {
        grid-template-columns: 50px 1fr 80px 70px 80px;
        gap: 8px;
        padding: 12px;
        font-size: 0.85rem;
    }
    
    .rankings-table-cell--guild {
        display: none;
    }
}

@media (max-width: 480px) {
    .rankings-title {
        font-size: 2rem;
    }
    
    .rankings-subtitle {
        font-size: 1rem;
    }
    
    .rankings-podium {
        padding: 25px 15px;
    }
    
    .podium-title {
        font-size: 1.5rem;
    }
    
    .podium-avatar {
        width: 80px;
        height: 80px;
    }
    
    .podium-place--1 .podium-avatar {
        width: 100px;
        height: 100px;
    }
    
    .podium-name {
        font-size: 1.1rem;
    }
    
    .podium-place--1 .podium-name {
        font-size: 1.3rem;
    }
    
    .rankings-table-section {
        padding: 20px 15px;
    }
    
    .rankings-table-header-row,
    .rankings-table-row {
        grid-template-columns: 40px 1fr 60px 50px;
        gap: 5px;
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .rankings-table-cell--reset {
        display: none;
    }
}

/* ===== ESTILOS ESPECÍFICOS PARA PÁGINA DE DESCARGAS ===== */

/* Página principal de downloads */
.downloads-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    padding: 120px 20px 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloads-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%2364b5f6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.downloads-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Header de downloads */
.downloads-header {
    text-align: center;
    margin-bottom: 60px;
}

.downloads-logo {
    margin-bottom: 25px;
}

.downloads-logo i {
    font-size: 4rem;
    color: #64b5f6;
    text-shadow: 0 0 30px rgba(100,181,246,0.5);
    animation: float 3s ease-in-out infinite;
}

.downloads-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #64b5f6;
    margin: 0 0 15px 0;
    text-shadow: 0 0 20px rgba(100,181,246,0.3);
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
}

.downloads-subtitle {
    font-size: 1.2rem;
    color: #b0bec5;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

/* Contenido principal */
.downloads-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Sección de descarga */
.download-section {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 25px;
    padding: 40px 45px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.download-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
    border-radius: 25px 25px 0 0;
}

.download-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    border-color: rgba(100,181,246,0.3);
}

/* Header de sección */
.download-section-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.download-section-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 10px 30px rgba(100,181,246,0.4);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.download-section:hover .download-section-icon {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(100,181,246,0.6);
}

.download-section-info {
    flex: 1;
    min-width: 0;
}

.download-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #e8eaed;
    margin: 0 0 8px 0;
    text-shadow: 0 0 15px rgba(100,181,246,0.2);
}

.download-section-description {
    font-size: 1.1rem;
    color: #b0bec5;
    margin: 0;
    line-height: 1.5;
}

/* Opciones de descarga */
.download-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.download-option {
    background: rgba(100,181,246,0.05);
    border: 2px solid rgba(100,181,246,0.15);
    border-radius: 18px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.download-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(100,181,246,0.15), transparent);
    transition: left 0.6s ease;
}

.download-option:hover::before {
    left: 100%;
}

.download-option:hover {
    background: rgba(100,181,246,0.1);
    border-color: rgba(100,181,246,0.4);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(100,181,246,0.3);
}

.download-option-icon {
    width: 60px;
    height: 60px;
    background: rgba(100,181,246,0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64b5f6;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.download-option:hover .download-option-icon {
    background: rgba(100,181,246,0.3);
    transform: scale(1.1);
}

.download-option-content {
    flex: 1;
    min-width: 0;
}

.download-option-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e8eaed;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.download-option:hover .download-option-title {
    color: #ffffff;
}

.download-option-date {
    font-size: 0.9rem;
    color: #64b5f6;
    margin: 0;
    font-weight: 500;
}

.download-option-btn {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(100,181,246,0.3);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.95rem;
}

.download-option-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.download-option-btn:hover::before {
    left: 100%;
}

.download-option-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(100,181,246,0.4);
    background: linear-gradient(145deg, #42a5f5, #2196f3);
    color: #fff;
    text-decoration: none;
}

.download-option-btn:active {
    transform: translateY(-1px);
}

/* Requisitos del sistema */
.system-requirements {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
}

.requirements-table {
    width: 100%;
    background: rgba(15, 20, 25, 0.3);
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.requirements-header {
    display: flex;
    background: rgba(100,181,246,0.2);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.requirements-cell {
    flex: 1;
    padding: 18px 20px;
    color: #64b5f6;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.requirements-row {
    display: flex;
    border-bottom: 1px solid rgba(100,181,246,0.1);
    transition: background-color 0.3s ease;
}

.requirements-row:hover {
    background: rgba(100,181,246,0.1);
}

.requirements-row:last-child {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
}

.requirements-row .requirements-cell {
    flex: 1;
    padding: 16px 20px;
    color: #e8eaed;
    font-size: 1rem;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

.requirements-row .requirements-cell:first-child {
    color: #64b5f6;
    font-weight: 600;
}

.requirements-row .requirements-cell i {
    margin-right: 10px;
    color: #64b5f6;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Footer de downloads */
.downloads-footer {
    margin-top: 60px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.8), rgba(15, 20, 25, 0.8));
    border-radius: 20px;
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(10px);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.downloads-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.downloads-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b0bec5;
    font-size: 1rem;
    font-weight: 500;
}

.downloads-info-item i {
    color: #64b5f6;
    font-size: 1.3rem;
}

.downloads-note {
    color: #b0bec5;
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}

.downloads-note p {
    margin: 0;
}

.downloads-note strong {
    color: #64b5f6;
}

/* Animaciones */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .downloads-page {
        padding: 100px 15px 40px;
    }
    
    .downloads-container {
        padding: 0 10px;
    }
    
    .downloads-title {
        font-size: 2.5rem;
    }
    
    .downloads-subtitle {
        font-size: 1.1rem;
    }
    
    .download-section {
        padding: 25px 20px;
    }
    
    .download-section-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .download-section-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .download-section-title {
        font-size: 1.8rem;
    }
    
    .download-option {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
    
    .download-option-btn {
        width: 100%;
        justify-content: center;
    }
    
    .downloads-info {
        flex-direction: column;
        gap: 20px;
    }
    
    .requirements-header,
    .requirements-row {
        flex-direction: column;
    }
    
    .requirements-cell {
        text-align: center;
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .downloads-page {
        padding: 90px 10px 30px;
    }
    
    .downloads-title {
        font-size: 2rem;
    }
    
    .downloads-subtitle {
        font-size: 1rem;
    }
    
    .download-section {
        padding: 20px 15px;
    }
    
    .download-section-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .download-section-title {
        font-size: 1.5rem;
    }
    
    .download-option {
        padding: 15px;
        gap: 15px;
    }
    
    .download-option-title {
        font-size: 1.1rem;
    }
    
    .downloads-footer {
        padding: 20px 15px;
    }
}

/* Estados de hover mejorados */
.download-option:hover .download-option-icon {
    animation: float 2s ease-in-out infinite;
}

/* Asegurar que no haya conflictos con otros estilos */
.downloads-page * {
    box-sizing: border-box;
}

.downloads-page a {
    text-decoration: none;
}

.downloads-page a:hover {
    text-decoration: none;
}

/* Mejoras adicionales para el diseño */
.downloads-page .main {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.downloads-page .container {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Efectos de partículas de fondo */
.downloads-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(100,181,246,0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(100,181,246,0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* ===== ESTILOS ESPECÍFICOS PARA PÁGINA DE NOTICIAS ===== */

/* Página principal de noticias */
.news-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    padding: 120px 20px 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%2364b5f6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.news-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Header de noticias */
.news-header {
    text-align: center;
    margin-bottom: 60px;
}

.news-logo {
    margin-bottom: 25px;
}

.news-logo i {
    font-size: 4rem;
    color: #64b5f6;
    text-shadow: 0 0 30px rgba(100,181,246,0.5);
    animation: float 3s ease-in-out infinite;
}

.news-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #64b5f6;
    margin: 0 0 15px 0;
    text-shadow: 0 0 20px rgba(100,181,246,0.3);
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
}

.news-subtitle {
    font-size: 1.2rem;
    color: #b0bec5;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

/* Contenido principal */
.news-content {
    width: 100%;
    box-sizing: border-box;
}

/* Botón de regreso */
.news-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(100,181,246,0.3);
}

.news-back-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(100,181,246,0.4);
    color: #fff;
    text-decoration: none;
}

/* Artículo individual */
.news-single-container {
    max-width: 900px;
    margin: 0 auto;
}

.news-single {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.news-single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
    border-radius: 25px 25px 0 0;
}

.news-single-header {
    margin-bottom: 30px;
}

.news-single-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.news-single-category {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-single-date,
.news-single-author {
    color: #b0bec5;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-single-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e8eaed;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 0 15px rgba(100,181,246,0.2);
}

.news-single-image {
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.news-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-single-body {
    color: #e8eaed;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.news-single-body p {
    margin-bottom: 20px;
}

.news-single-body h2,
.news-single-body h3 {
    color: #64b5f6;
    margin: 30px 0 15px 0;
}

.news-single-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(100,181,246,0.2);
    flex-wrap: wrap;
    gap: 20px;
}

.news-single-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news-tag {
    background: rgba(100,181,246,0.1);
    color: #64b5f6;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(100,181,246,0.3);
}

.news-single-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-single-share span {
    color: #b0bec5;
    font-size: 0.9rem;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.share-facebook {
    background: #1877f2;
}

.share-twitter {
    background: #1da1f2;
}

.share-whatsapp {
    background: #25d366;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none;
}

/* Lista de noticias */
.news-list-container {
    width: 100%;
    box-sizing: border-box;
}

/* Noticia destacada */
.news-featured {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    margin-bottom: 60px;
    position: relative;
}

.news-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
}

.news-featured-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.news-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-featured:hover .news-featured-image img {
    transform: scale(1.05);
}

.news-featured-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
}

.news-featured-category {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(100,181,246,0.4);
}

.news-featured-content {
    padding: 40px;
}

.news-featured-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.news-featured-date,
.news-featured-author {
    color: #b0bec5;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-featured-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e8eaed;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.news-featured-title a {
    color: #e8eaed;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-featured-title a:hover {
    color: #64b5f6;
    text-decoration: none;
}

.news-featured-excerpt {
    color: #b0bec5;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.news-featured-btn {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(100,181,246,0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.95rem;
}

.news-featured-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(100,181,246,0.4);
    color: #fff;
    text-decoration: none;
}

/* Sección de noticias recientes */
.news-recent-section {
    margin-top: 60px;
}

.news-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.news-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e8eaed;
    margin: 0 0 15px 0;
    text-shadow: 0 0 15px rgba(100,181,246,0.2);
}

.news-section-subtitle {
    color: #b0bec5;
    font-size: 1.1rem;
    margin: 0;
}

/* Grid de noticias */
.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

/* Tarjeta de noticia */
.news-card {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5, #64b5f6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.news-card:hover::before {
    transform: scaleX(1);
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    border-color: rgba(100,181,246,0.4);
}

.news-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-card-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.news-card-category {
    background: rgba(100,181,246,0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.news-card-content {
    padding: 25px;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.news-card-date,
.news-card-author {
    color: #b0bec5;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e8eaed;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.news-card-title a {
    color: #e8eaed;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-card-title a:hover {
    color: #64b5f6;
    text-decoration: none;
}

.news-card-excerpt {
    color: #b0bec5;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-btn {
    background: linear-gradient(145deg, #64b5f6, #42a5f5);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(100,181,246,0.3);
    font-size: 0.9rem;
}

.news-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100,181,246,0.4);
    color: #fff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .news-page {
        padding: 100px 15px 40px;
    }
    
    .news-title {
        font-size: 2.5rem;
    }
    
    .news-subtitle {
        font-size: 1.1rem;
    }
    
    .news-single {
        padding: 25px 20px;
    }
    
    .news-single-title {
        font-size: 2rem;
    }
    
    .news-single-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .news-featured-content {
        padding: 25px 20px;
    }
    
    .news-featured-title {
        font-size: 1.8rem;
    }
    
    .news-featured-image {
        height: 250px;
    }
    
    .news-section-title {
        font-size: 2rem;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card-content {
        padding: 20px;
    }
    
    .news-single-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .news-page {
        padding: 90px 10px 30px;
    }
    
    .news-title {
        font-size: 2rem;
    }
    
    .news-subtitle {
        font-size: 1rem;
    }
    
    .news-single {
        padding: 20px 15px;
    }
    
    .news-single-title {
        font-size: 1.6rem;
    }
    
    .news-featured-content {
        padding: 20px 15px;
    }
    
    .news-featured-title {
        font-size: 1.5rem;
    }
    
    .news-featured-image {
        height: 200px;
    }
    
    .news-section-title {
        font-size: 1.8rem;
    }
    
    .news-card-content {
        padding: 15px;
    }
    
    .news-card-title {
        font-size: 1.1rem;
    }
}

/* Efectos de partículas de fondo */
.news-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(100,181,246,0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(100,181,246,0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* ===================================
   RANKINGS MODULE - MODERN LAYOUT
   =================================== */

/* Rankings Page Layout */
.rankings-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0c1426 0%, #1a2332 50%, #0c1426 100%);
    padding: 40px 0;
}

.rankings-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Rankings Header */
.rankings-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 80px 0 30px 0;
}

.rankings-logo {
    margin-bottom: 20px;
}

.rankings-logo i {
    font-size: 48px;
    color: #64b5f6;
    text-shadow: 0 0 30px rgba(100,181,246,0.5);
}

.rankings-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.rankings-subtitle {
    font-size: 18px;
    color: #a0aec0;
    font-weight: 400;
}

/* Rankings Layout */
.rankings-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    align-items: start;
}

/* Sidebar */
.rankings-sidebar {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(100,181,246,0.2);
    backdrop-filter: blur(20px);
    position: sticky;
    top: 20px;
}

.sidebar-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(100,181,246,0.2);
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-title i {
    color: #64b5f6;
    font-size: 18px;
}

/* Rankings Menu */
.rankings-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rankings-menu-item {
    margin-bottom: 8px;
}

.rankings-menu-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: #a0aec0;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.02);
    border: 1px solid transparent;
}

.rankings-menu-link:hover {
    background: rgba(100,181,246,0.1);
    color: #ffffff;
    border-color: rgba(100,181,246,0.3);
    transform: translateX(5px);
}

.rankings-menu-link.active {
    background: linear-gradient(135deg, rgba(100,181,246,0.2) 0%, rgba(100,181,246,0.1) 100%);
    color: #ffffff;
    border-color: rgba(100,181,246,0.5);
    box-shadow: 0 4px 15px rgba(100,181,246,0.2);
}

.rankings-menu-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(100,181,246,0.1);
    color: #64b5f6;
    font-size: 16px;
}

.rankings-menu-link:hover .rankings-menu-icon,
.rankings-menu-link.active .rankings-menu-icon {
    background: rgba(100,181,246,0.2);
    color: #ffffff;
}

.rankings-menu-content {
    flex: 1;
}

.rankings-menu-title {
    font-size: 16px;
    font-weight: 500;
}



.ranking-detail-content {
    width: 100%;
}

    }
    
    .stat-value {
        font-size: 16px;
    }
}

/* ===================================
   RANKINGS MOBILE RESPONSIVE
   =================================== */

@media (max-width: 768px) {
    .rankings-page {
        padding: 20px 0;
    }
    
    .rankings-container {
        padding: 0 15px;
        max-width: 100%;
    }
    
    .rankings-header {
        padding: 60px 0 20px 0;
        margin-bottom: 30px;
    }
    
    .rankings-title {
        font-size: 28px;
    }
    
    .rankings-subtitle {
        font-size: 16px;
    }
    
    /* Mobile Layout: Stack sidebar above content */
    .rankings-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
        width: 100%;
        grid-template-columns: none !important;
    }
    
    /* Sidebar becomes a horizontal scrollable menu */
    .rankings-sidebar {
        position: relative !important;
        top: auto !important;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 0;
        width: 100% !important;
        order: 1 !important;
        flex-shrink: 0;
    }
    
    .sidebar-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .sidebar-title {
        font-size: 18px;
    }
    
    /* Make menu items horizontal scrollable */
    .rankings-menu-list {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 5px;
        scrollbar-width: thin;
        scrollbar-color: rgba(100,181,246,0.3) transparent;
    }
    
    .rankings-menu-list::-webkit-scrollbar {
        height: 4px;
    }
    
    .rankings-menu-list::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
        border-radius: 2px;
    }
    
    .rankings-menu-list::-webkit-scrollbar-thumb {
        background: rgba(100,181,246,0.3);
        border-radius: 2px;
    }
    
    .rankings-menu-list::-webkit-scrollbar-thumb:hover {
        background: rgba(100,181,246,0.5);
    }
    
    .rankings-menu-item {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .rankings-menu-link {
        padding: 12px 16px;
        gap: 10px;
        white-space: nowrap;
        min-width: 140px;
        justify-content: center;
    }
    
    .rankings-menu-link:hover {
        transform: translateY(-2px);
    }
    
    .rankings-menu-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .rankings-menu-title {
        font-size: 14px;
    }
    
    /* Main content takes full width */
    .rankings-main {
        width: 100%;
        order: 2;
    }
    
    .rankings-content {
        width: 100%;
    }
    
    /* Ensure ranking tables take full width */
    .rankings-table-section,
    .ranking-table,
    .rankings-table-container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .rankings-page {
        padding: 15px 0;
    }
    
    .rankings-container {
        padding: 0 10px;
        max-width: 100%;
    }
    
    .rankings-header {
        padding: 50px 0 15px 0;
        margin-bottom: 20px;
    }
    
    .rankings-title {
        font-size: 24px;
    }
    
    .rankings-subtitle {
        font-size: 14px;
    }
    
    .rankings-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px;
        width: 100%;
        grid-template-columns: none !important;
    }
    
    .rankings-sidebar {
        position: relative !important;
        top: auto !important;
        padding: 15px;
        border-radius: 12px;
        width: 100% !important;
        order: 1 !important;
        flex-shrink: 0;
    }
    
    .sidebar-header {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .sidebar-title {
        font-size: 16px;
    }
    
    .rankings-menu-list {
        gap: 8px;
    }
    
    .rankings-menu-link {
        padding: 10px 12px;
        min-width: 120px;
        gap: 8px;
    }
    
    .rankings-menu-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .rankings-menu-title {
        font-size: 13px;
    }
    
    /* Main content takes full width */
    .rankings-main {
        width: 100% !important;
        order: 2 !important;
        flex: 1;
    }
    
    .rankings-content {
        width: 100%;
    }
    
    /* Ensure ranking tables take full width */
    .rankings-table-section,
    .ranking-table,
    .rankings-table-container {
        width: 100%;
        max-width: 100%;
    }
}

/* ===================================
   MOBILE RANKING TABLE IMPROVEMENTS
   =================================== */

@media (max-width: 768px) {
    /* Mobile ranking table improvements */
    .ranking-table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(100,181,246,0.3) transparent;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .rankings-table-container {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(100,181,246,0.3) transparent;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .ranking-table::-webkit-scrollbar {
        height: 6px;
    }
    
    .ranking-table::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.05);
        border-radius: 3px;
    }
    
    .ranking-table::-webkit-scrollbar-thumb {
        background: rgba(100,181,246,0.3);
        border-radius: 3px;
    }
    
    .ranking-table::-webkit-scrollbar-thumb:hover {
        background: rgba(100,181,246,0.5);
    }
    
    /* Hide desktop-only elements on mobile */
    .desktop-only {
        display: none !important;
    }
    
    /* Show mobile-only elements */
    .mobile-only {
        display: block !important;
    }
    
    /* Improve ranking rows for mobile - combined columns */
    .ranking-row {
        min-width: 600px !important;
        grid-template-columns: 70px 130px 250px 120px !important;
        padding: 12px 15px;
        height: 70px;
        min-height: 70px;
        font-size: 0.9rem;
        display: grid !important;
        white-space: nowrap !important;
    }
    
    .ranking-position {
        font-size: 1rem;
    }
    
    .ranking-player {
        font-size: 0.95rem;
    }
    
    .ranking-score {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    
    .ranking-guild {
        font-size: 0.85rem;
    }
    
    /* Specific cell styles for mobile */
    .rankings-table-cell--rank {
        min-width: 70px !important;
        text-align: center;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }
    
    .rankings-table-cell--class {
        min-width: 130px !important;
        display: flex !important;
        align-items: center;
        gap: 8px;
        white-space: nowrap !important;
    }
    
    .rankings-table-cell--class img {
        width: 24px;
        height: 24px;
    }
    
    .rankings-table-cell--name {
        min-width: 250px !important;
        font-weight: 600;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        white-space: nowrap !important;
        padding: 8px 12px !important;
    }
    
    .rankings-table-cell--level {
        min-width: 120px !important;
        text-align: center;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        padding: 8px 12px !important;
    }
    
    /* Desktop cell styling - normal layout */
    @media (min-width: 769px) {
        .rankings-table-cell--name {
            min-width: 220px !important;
            flex-direction: row !important;
            align-items: center !important;
            padding: 8px 12px !important;
        }
        
        .rankings-table-cell--level {
            min-width: 90px !important;
            flex-direction: row !important;
            padding: 8px 12px !important;
        }
    }
    
    /* Mobile-specific styling for combined content */
    .player-info {
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }
    
    .guild-info {
        font-size: 11px !important;
        color: rgba(100,181,246,0.9) !important;
        margin-top: 2px !important;
        font-weight: normal !important;
    }
    
    .level-info {
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }
    
    .reset-info {
        font-size: 11px !important;
        color: rgba(255,193,7,0.9) !important;
        margin-top: 2px !important;
        font-weight: normal !important;
    }
    
    .level-number {
        font-weight: bold !important;
    }
    
    .reset-number {
        font-weight: normal !important;
    }
}

/* ===================================
   DESKTOP RANKING TABLE RULES
   =================================== */

/* Show desktop-only elements on desktop */
@media (min-width: 769px) {
    .desktop-only {
        display: block !important;
    }
    
    .mobile-only {
        display: none !important;
    }
    
    /* Desktop grid layout - show all 6 columns */
    .ranking-row {
        min-width: 900px !important;
        grid-template-columns: 70px 130px 220px 160px 90px 130px !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    /* Desktop cell styling - normal layout */
    .rankings-table-cell--name {
        min-width: 220px !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 8px 12px !important;
    }
    
    .rankings-table-cell--level {
        min-width: 90px !important;
        flex-direction: row !important;
        padding: 8px 12px !important;
    }
    
    /* Desktop styling - hide mobile-specific content */
    .player-info {
        margin-bottom: 0 !important;
    }
    
    .guild-info {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }
    
    /* Estilo para el nombre del gremio */
    .guild-name {
        font-family: inherit;
        color: #95a5a6;
        font-weight: 500;
        margin-left: 6px;
    }
    
    /* Estilos para el icono de raza y posición */
    .rankings-table-cell--rank {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .race-icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 0 5px rgba(100, 181, 246, 0.5);
    }
    
    /* Estilos para la información de nivel en columna de personaje */
    .level-display {
        font-size: 12px;
        color: #64b5f6;
        margin-top: 4px;
    }
    
    .level-label {
        font-weight: 500;
    }
    
    .level-value {
        font-weight: 600;
    }
    
    /* Ajuste para la columna de puntos */
    .rankings-table-cell--points {
        padding-left: 15px !important;
    }
    
    /* Mejoras para players ranking - tipografía y responsive */
    .players-ranking-section .guild-name {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        color: #b0bec5 !important;
        font-size: 14px !important;
        margin-left: 8px !important;
    }
    
    .players-ranking-section .no-guild {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        color: #78909c !important;
        font-size: 14px !important;
    }
    
    /* Mejora alineación del nivel */
    .players-ranking-section .rankings-table-cell--level {
        text-align: center !important;
        padding-right: 20px !important;
    }
    
    .players-ranking-section .level-number {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #64b5f6 !important;
    }
    
    /* Mejoras responsive para móvil - Selectores más específicos */
    @media (max-width: 768px) {
        .rankings-table-section.players-ranking-section .player-info {
            flex-direction: row !important;
            align-items: center !important;
        }
        
        .rankings-table-section.players-ranking-section .race-icon {
            width: 32px !important;
            height: 32px !important;
            margin-right: 8px !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-cell--name {
            min-width: 140px !important;
            padding-left: 15px !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-cell--rank {
            padding-right: 12px !important;
            min-width: 50px !important;
        }
        
        .rankings-table-section.players-ranking-section .guild-name {
            font-size: 12px !important;
        }
        
        .rankings-table-section.players-ranking-section .no-guild {
            font-size: 12px !important;
        }
        
        /* Mejoras en el header móvil - Selectores más específicos */
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell {
            padding: 12px 8px !important;
            font-size: 13px !important;
            text-align: center !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell i {
            font-size: 14px !important;
            margin-bottom: 4px !important;
            display: block !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell span {
            font-size: 11px !important;
            display: block !important;
        }
        
        /* Forzar espaciado entre columnas */
        .rankings-table-section.players-ranking-section .rankings-table-row {
            gap: 8px !important;
        }
    }
    
    @media (max-width: 480px) {
        .rankings-table-section.players-ranking-section .race-icon {
            width: 28px !important;
            height: 28px !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-cell--name {
            min-width: 120px !important;
            padding-left: 12px !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-cell--rank {
            padding-right: 10px !important;
            min-width: 45px !important;
        }
        
        /* Header aún más compacto en móviles pequeños */
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell {
            padding: 10px 6px !important;
            font-size: 12px !important;
            text-align: center !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell i {
            font-size: 13px !important;
            margin-bottom: 3px !important;
            display: block !important;
        }
        
        .rankings-table-section.players-ranking-section .rankings-table-header-row .rankings-table-cell span {
            font-size: 10px !important;
            display: block !important;
        }
        
        /* Espaciado más compacto */
        .rankings-table-section.players-ranking-section .rankings-table-row {
            gap: 6px !important;
        }
    }
    
    .level-info {
        margin-bottom: 0 !important;
    }
    
    /* === RESPONSIVE HOME MODULES === */
    
    /* Mejoras responsive para la grilla principal de home - Sobrescribir estilos existentes */
    @media (max-width: 1024px) {
        .home-rankings.server-info-rankings-grid {
            display: flex !important;
            flex-direction: column !important;
            gap: 20px !important;
            align-items: stretch !important;
        }
        
        .home-rankings .server-info-column {
            width: 100% !important;
            max-width: none !important;
        }
        
        .home-rankings .rankings-column {
            width: 100% !important;
            max-width: none !important;
        }
        
        /* Sobrescribir altura fija de ranking-row */
        .home-rankings .ranking-row {
            height: auto !important;
            min-height: 50px !important;
        }
    }
    
    /* Responsive para tablets - Selectores más específicos */
    @media (max-width: 768px) {
        /* Sobrescribir layout principal */
        .home-rankings.server-info-rankings-grid {
            display: flex !important;
            flex-direction: column !important;
            gap: 20px !important;
        }
        
        .home-rankings .server-info-column,
        .home-rankings .rankings-column {
            width: 100% !important;
            max-width: none !important;
        }
        
        /* Server Stats Card */
        .home-rankings .server-stats-card {
            margin-bottom: 20px;
        }
        
        .home-rankings .server-stats-grid {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 15px !important;
        }
        
        .home-rankings .server-stat-item {
            padding: 15px !important;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.05);
        }
        
        .home-rankings .stat-number {
            font-size: 14px !important;
            font-weight: 600;
        }
        
        .home-rankings .stat-label {
            font-size: 12px !important;
            opacity: 0.8;
        }
        
        /* Social Media Card */
        .home-rankings .social-media-card {
            margin-bottom: 20px;
        }
        
        .home-rankings .social-media-list {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 12px !important;
        }
        
        .home-rankings .social-media-item {
            padding: 12px !important;
            border-radius: 8px;
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
        }
        
        .home-rankings .social-icon {
            font-size: 20px !important;
        }
        
        .home-rankings .social-name {
            font-size: 14px !important;
            font-weight: 600;
        }
        
        .home-rankings .social-description {
            font-size: 11px !important;
            opacity: 0.8;
        }
        
        /* Rankings Container */
        .home-rankings .rankings-container {
            padding: 15px !important;
            width: 100% !important;
            max-height: none !important;
            overflow: visible !important;
        }
        
        .home-rankings .rankings-tabs {
            display: flex !important;
            gap: 10px !important;
            margin-bottom: 15px !important;
        }
        
        .home-rankings .tab-btn {
            padding: 10px 15px !important;
            font-size: 13px !important;
            border-radius: 6px !important;
        }
        
        .home-rankings .ranking-row {
            padding: 12px !important;
            margin-bottom: 8px !important;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.05);
            display: grid !important;
            grid-template-columns: 40px 1fr 80px 50px !important;
            gap: 10px !important;
            align-items: center !important;
            height: auto !important;
            min-height: 50px !important;
            min-width: unset !important;
        }
        
        .home-rankings .ranking-position {
            font-size: 14px !important;
            font-weight: 600;
            text-align: center;
        }
        
        .home-rankings .ranking-player {
            font-size: 13px !important;
        }
        
        .home-rankings .ranking-score {
            font-size: 12px !important;
            text-align: center;
            padding: 6px 8px !important;
            min-width: 50px !important;
            max-width: 60px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        .home-rankings .ranking-guild img {
            width: 30px !important;
            height: 30px !important;
        }
    }
    
    /* Responsive para móviles - Selectores más específicos */
    @media (max-width: 480px) {
        /* Sobrescribir layout principal */
        .home-rankings.server-info-rankings-grid {
            display: flex !important;
            flex-direction: column !important;
            gap: 15px !important;
        }
        
        .home-rankings .server-info-column,
        .home-rankings .rankings-column {
            width: 100% !important;
            max-width: none !important;
        }
        
        /* Server Stats - Una columna */
        .home-rankings .server-stats-grid {
            grid-template-columns: 1fr !important;
            gap: 12px !important;
        }
        
        .home-rankings .server-stat-item {
            padding: 12px !important;
        }
        
        .home-rankings .stat-number {
            font-size: 13px !important;
        }
        
        .home-rankings .stat-label {
            font-size: 11px !important;
        }
        
        /* Social Media - Una columna */
        .home-rankings .social-media-list {
            grid-template-columns: 1fr !important;
            gap: 10px !important;
        }
        
        .home-rankings .social-media-item {
            padding: 10px !important;
        }
        
        .home-rankings .social-icon {
            font-size: 18px !important;
        }
        
        .home-rankings .social-name {
            font-size: 13px !important;
        }
        
        .home-rankings .social-description {
            font-size: 10px !important;
        }
        
        /* Rankings más compacto */
        .home-rankings .rankings-container {
            padding: 12px !important;
            width: 100% !important;
            max-height: none !important;
            overflow: visible !important;
            margin-bottom: 10px !important;
        }
        
        .home-rankings .tab-btn {
            padding: 8px 12px !important;
            font-size: 12px !important;
        }
        
        .home-rankings .ranking-row {
            padding: 10px !important;
            grid-template-columns: 35px 1fr 70px 40px !important;
            gap: 8px !important;
            height: auto !important;
            min-height: 45px !important;
            min-width: unset !important;
        }
        
        .home-rankings .ranking-position {
            font-size: 13px !important;
        }
        
        .home-rankings .ranking-player {
            font-size: 12px !important;
        }
        
        .home-rankings .ranking-score {
            font-size: 11px !important;
            padding: 5px 6px !important;
            min-width: 45px !important;
            max-width: 55px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        .home-rankings .ranking-guild img {
            width: 25px !important;
            height: 25px !important;
        }
        
        /* Card headers más compactos */
        .home-rankings .card-header {
            padding: 15px !important;
        }
        
        .home-rankings .card-title {
            font-size: 16px !important;
        }
    }
    
    .reset-info {
        display: none !important;
    }
}

@media (max-width: 480px) {
    /* Even smaller screens - more compact */
    .ranking-row {
        min-width: 520px !important;
        grid-template-columns: 50px 90px 150px 140px 90px !important;
        padding: 10px 12px;
        height: auto;
        min-height: 65px;
        font-size: 0.85rem;
        display: grid !important;
        white-space: nowrap !important;
    }
    
    .ranking-position {
        font-size: 0.95rem;
    }
    
    .ranking-player {
        font-size: 0.9rem;
    }
    
    .ranking-score {
        font-size: 0.85rem;
        padding: 5px 8px;
    }
    
    .ranking-guild {
        font-size: 0.8rem;
    }
    
    /* Specific cell styles for smaller mobile screens */
    .rankings-table-cell--rank {
        min-width: 50px !important;
        text-align: center;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }
    
    .rankings-table-cell--class {
        min-width: 90px !important;
        display: flex !important;
        align-items: center;
        gap: 4px;
        white-space: nowrap !important;
    }
    
    .rankings-table-cell--class img {
        width: 18px;
        height: 18px;
    }
    
    .rankings-table-cell--name {
        min-width: 200px !important;
        font-weight: 600;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        white-space: nowrap !important;
        padding: 6px 8px !important;
    }
    
    .rankings-table-cell--level {
        min-width: 90px !important;
        text-align: center;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        padding: 6px 8px !important;
    }
    
    /* Mobile-specific styling for combined content */
    .player-info {
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }
    
    .guild-info {
        font-size: 10px !important;
        color: rgba(100,181,246,0.9) !important;
        margin-top: 2px !important;
        font-weight: normal !important;
    }
    
    .level-info {
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }
    
    .reset-info {
        font-size: 10px !important;
        color: rgba(255,193,7,0.9) !important;
        margin-top: 2px !important;
        font-weight: normal !important;
    }
    
    .level-number {
        font-weight: bold !important;
    }
    
    .reset-number {
        font-weight: normal !important;
    }
    
}

/* --- DISABLED: Fixed Layout Styles (Preventing Responsive) --- */
/*
.home-rankings.server-info-rankings-grid {
    display: flex !important;
    gap: 25px !important;
    align-items: stretch !important;
}

.home-rankings .server-info-column {
    width: 40% !important;
}

.home-rankings .rankings-column {
    width: 57% !important;
}

.info-section {
    height: auto !important;
}

.home-rankings .ranking-row {
    min-width: unset !important;
    height: 60px !important;
    display: grid !important;
    align-items: center !important;
    grid-template-columns: 40px 1fr 80px 90px !important;
}

.home-rankings .rankings-container {
    width: 100% !important;
}
*/

/* === RESPONSIVE LAYOUT ENABLED === */
/* Desktop layout - only applies when NOT in mobile/tablet breakpoints */
@media (min-width: 1025px) {
    .home-rankings.server-info-rankings-grid {
        display: flex !important;
        gap: 25px !important;
        align-items: stretch !important;
    }
    
    .home-rankings .server-info-column {
        width: 40% !important;
    }
    
    .home-rankings .rankings-column {
        width: 57% !important;
    }
    
    .home-rankings .ranking-row {
        min-width: unset !important;
        height: 60px !important;
        display: grid !important;
        align-items: center !important;
        grid-template-columns: 40px 1fr 80px 90px !important;
    }
    
    .home-rankings .rankings-container {
        width: 100% !important;
    }
}

/* 6. Adjust font sizes for better fit */
.home-rankings .ranking-player {
    font-size: 0.9rem !important;
}

.home-rankings .ranking-score {
    font-size: 0.85rem !important;
    padding: 5px 8px !important;
}

.home-rankings .ranking-guild img {
    max-width: 35px !important;
    height: auto !important;
}

/* 7. Definitive Alignment Fix: Force flexbox centering inside each cell */
.home-rankings .ranking-row > div {
    display: flex !important;
    align-items: center !important; /* Vertical centering within the cell */
    height: 100% !important; /* Make cell take full row height */
}

/* Horizontal alignment for specific cells */
.home-rankings .ranking-row .ranking-player {
    justify-content: flex-start !important;
}

.home-rankings .ranking-row .ranking-position,
.home-rankings .ranking-row .ranking-score,
.home-rankings .ranking-row .ranking-guild {
    justify-content: center !important;
}

/* Fix for Player Rankings: Override mt-10 class that pushes guild logos down */
.home-rankings .ranking-row .ranking-guild img.mt-10 {
    margin-top: 0 !important;
}

/* Ensure all content within ranking cells is properly centered */
.home-rankings .ranking-row .ranking-guild img {
    vertical-align: middle !important;
}

/* Fix for oversized news titles in home page */
.news-grid .news-card .news-title {
    font-size: 1.25rem !important; /* Reduced from default h3 size */
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
}

.news-grid .news-card .news-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.news-grid .news-card .news-title a:hover {
    color: #4a90e2 !important;
}

/* Hunt Information Section Styling - Matching Site Theme */
.rankings-sidebar {
    margin-top: 20px;
}

.sidebar-section {
    background: linear-gradient(145deg, rgba(26, 35, 50, 0.95), rgba(15, 20, 25, 0.95));
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(100, 181, 246, 0.2);
    backdrop-filter: blur(10px);
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #64b5f6;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #64b5f6;
    position: relative;
    text-shadow: 0 0 20px rgba(100, 181, 246, 0.5);
}

.sidebar-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #64b5f6, #42a5f5);
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(100, 181, 246, 0.5);
}

.hunt-info-list {
    display: grid;
    gap: 15px;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 8px;
}

.hunt-info-list::-webkit-scrollbar {
    width: 6px;
}

.hunt-info-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.hunt-info-list::-webkit-scrollbar-thumb {
    background: #64b5f6;
    border-radius: 3px;
}

.hunt-info-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(100, 181, 246, 0.15);
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.hunt-info-item:hover {
    background: rgba(100, 181, 246, 0.08);
    border-color: #64b5f6;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 181, 246, 0.25);
}

.hunt-info-image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.hunt-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hunt-info-item:hover .hunt-info-image img {
    transform: scale(1.1);
}

.hunt-info-details {
    flex: 1;
    min-width: 0;
}

.monster-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.monster-location {
    font-size: 0.9rem;
    color: #bdc3c7;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.monster-location i {
    color: #64b5f6;
    font-size: 0.8rem;
}

.monster-points {
    font-size: 0.9rem;
    color: #42a5f5;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.monster-points i {
    color: #42a5f5;
    font-size: 0.8rem;
}

/* Guild display styling for hunt rankings */
.guild-info {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
}

.guild-info img {
    border-radius: 4px;
    border: 1px solid rgba(100, 181, 246, 0.3);
}

.no-guild {
    color: #95a5a6;
    font-style: italic;
    font-size: 0.9rem;
}

/* Responsive adjustments for hunt info */
@media (max-width: 768px) {
    .hunt-info-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .hunt-info-image {
        width: 60px;
        height: 60px;
    }
    
    .sidebar-title {
        font-size: 1.2rem;
    }
    
    /* Improve guild display on mobile */
    .guild-info {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .rankings-table-cell--guild {
        min-width: 100px;
    }
}

/* ===== SISTEMA DE GUÍAS - ESTILOS PRINCIPALES ===== */

/* Contenedor principal de guías */
.guides-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header de guías */
.guides-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
    position: relative;
    overflow: hidden;
}

.guides-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.guides-title-section {
    position: relative;
    z-index: 2;
}

.guides-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.guides-main-title i {
    margin-right: 15px;
    color: #ffd700;
}

.guides-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
}

/* Filtros de categorías */
.guides-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.category-filter {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

.category-filter:hover,
.category-filter.active {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: white;
    text-decoration: none;
}

.category-filter i {
    margin-right: 6px;
    font-size: 0.8rem;
}

/* Sección de guías destacadas */
.guides-featured-section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.section-title i {
    margin-right: 10px;
    color: #f39c12;
}

.guides-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

/* Tarjetas de guías destacadas */
.guide-featured-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.guide-featured-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.guide-featured-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.guide-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.guide-featured-card:hover .guide-featured-image img {
    transform: scale(1.05);
}

.guide-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.3), transparent);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 15px;
}

.guide-featured-badge {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.guide-featured-badge i {
    margin-right: 5px;
    font-size: 0.7rem;
}

.guide-featured-content {
    padding: 25px;
}

.guide-featured-category {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.guide-featured-category i {
    margin-right: 5px;
    font-size: 0.7rem;
}

.guide-featured-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.guide-featured-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.guide-featured-title a:hover {
    color: #667eea;
    text-decoration: none;
}

.guide-featured-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guide-featured-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: #888;
}

.guide-meta-item {
    display: flex;
    align-items: center;
}

.guide-meta-item i {
    margin-right: 5px;
    color: #bbb;
    font-size: 0.8rem;
}

.guide-featured-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: none;
}

.guide-featured-btn:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateX(5px);
    color: white;
    text-decoration: none;
}

.guide-featured-btn i {
    margin-left: 8px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.guide-featured-btn:hover i {
    transform: translateX(3px);
}

/* Grid de todas las guías */
.guides-all-section {
    margin-top: 50px;
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

/* Tarjetas de guías normales */
.guide-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-color: #e0e0e0;
}

.guide-card-image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.guide-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.guide-card:hover .guide-card-image img {
    transform: scale(1.03);
}

.guide-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.2), transparent);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 12px;
}

.guide-card-category {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.guide-card-category i {
    margin-right: 4px;
    font-size: 0.7rem;
}

.guide-card-content {
    padding: 20px;
}

.guide-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.guide-card-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.guide-card-title a:hover {
    color: #667eea;
    text-decoration: none;
}

.guide-card-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guide-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.8rem;
    color: #888;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-card-btn {
    display: inline-flex;
    align-items: center;
    background: #667eea;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.guide-card-btn:hover {
    background: #5a67d8;
    transform: translateX(3px);
    color: white;
    text-decoration: none;
}

.guide-card-btn i {
    margin-left: 6px;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.guide-card-btn:hover i {
    transform: translateX(2px);
}

/* Vista individual de guía */
.guide-single-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.guide-single-header {
    margin-bottom: 40px;
}

.guide-breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.guide-breadcrumb a {
    color: #667eea;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.guide-breadcrumb a:hover {
    text-decoration: underline;
}

.guide-breadcrumb a i {
    margin-right: 6px;
}

.breadcrumb-separator {
    margin: 0 12px;
    color: #ccc;
}

.guide-category-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
}

.guide-category-tag i {
    margin-right: 5px;
    font-size: 0.7rem;
}

.guide-single-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.guide-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.guide-single-image {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.guide-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.guide-single-content {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.guide-content-body {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 40px;
}

.guide-content-body h1,
.guide-content-body h2,
.guide-content-body h3,
.guide-content-body h4 {
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.guide-content-body h2 {
    font-size: 1.6rem;
    border-bottom: 2px solid #667eea;
    padding-bottom: 8px;
}

.guide-content-body h3 {
    font-size: 1.3rem;
    color: #667eea;
}

.guide-content-body p {
    margin-bottom: 18px;
}

.guide-content-body ul,
.guide-content-body ol {
    margin-bottom: 18px;
    padding-left: 25px;
}

.guide-content-body li {
    margin-bottom: 8px;
}

.guide-single-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.guide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-tag {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid #e9ecef;
}

.guide-tag i {
    margin-right: 4px;
    font-size: 0.7rem;
}

.guide-back-btn {
    display: inline-flex;
    align-items: center;
    background: #6c757d;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.guide-back-btn:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
    transform: translateX(-3px);
}

.guide-back-btn i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.guide-back-btn:hover i {
    transform: translateX(-2px);
}

/* Responsive para guías */
@media (max-width: 768px) {
    .guides-main-title {
        font-size: 2rem;
    }
    
    .guides-subtitle {
        font-size: 1rem;
    }
    
    .guides-categories {
        justify-content: center;
    }
    
    .category-filter {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .guides-featured-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .guides-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .guide-single-title {
        font-size: 2rem;
    }
    
    .guide-single-content {
        padding: 25px;
    }
    
    .guide-content-body {
        font-size: 1rem;
    }
    
    .guide-single-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .guide-single-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .guide-card-meta {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .guides-list-container,
    .guide-single-container {
        padding: 15px;
    }
    
    .guides-header {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    
    .guides-main-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .guide-featured-content,
    .guide-card-content {
        padding: 15px;
    }
    
    .guide-single-content {
        padding: 20px;
    }
}

/* ===== FIN SISTEMA DE GUÍAS ===== */
