@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: #b17714;
	padding: 10px;
	vertical-align: middle;
	margin-top: 100px;
}


.home__content .headlogo {
	width: 550px;
}

@keyframes pulse {
  0% {
    text-shadow: 0 0 2px #1a0a00, 0 0 4px #1a0a00;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 6px #b17714, 0 0 10px #b17714;
    transform: scale(1.05);
  }
  100% {
    text-shadow: 0 0 2px #1a0a00, 0 0 4px #1a0a00;
    transform: scale(1);
  }
}

.online-header {
	text-align: center;
}

.online-header span {
	color: #b17714;
	font-size: 0.75rem;
}

.online-header h4 {
	font-size: 2rem;
}

.online-header h4.pulsing-text {
	animation: 1s ease 0s infinite normal none running pulse;
	color: #b17714;
}



.online-header2 {
	text-align: center;
}

.online-header2 span {
	color: #b17714;;
	font-size: 0.75rem;
    line-height: 100%;
}

.online-header2 h4 {
	font-size: 1.2rem;line-height: 100%; margin: inherit;
}

.online-header2 h4.pulsing-text {
	animation: 1s ease 0s infinite normal none running pulse;
	color: #b17714;line-height: 100%;
}




.h2-title {
	font-size: 2rem;
	color: #b17714;
	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: #b17714;
}

.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: #b17714;
	border-left: 2px solid rgba(255, 255, 255, 0.05);
	border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.fa-xmark {
	color: #561f1f;
}


/*==============================
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	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: #b17714;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.main__link2 svg {
	width: 22px;
	height: auto;
	fill: #b17714;
	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: #b17714;
}

.mkplayerinfo a {
	color: #b17714;
}

.monsterkill .card__title {
	display: block;
	width: 100%;
	color: #b17714;
	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: #b17714;
	border-bottom: 1px outset #b17714;
	padding: 10px;
	font-family: 'Rajdhani', sans-serif;
}

.monsterkillfull img {
	width: 25px;
	border-radius: 50%;
}

.monsterkillfull .name {
	color: #b17714;
	font-weight: bold;
}

.monsterkillfull .monstername {
	font-weight: bold;
}

.monsterkillfull .map {
	color: #b17714;
	font-weight: bold;
}

.monsterkillfull .date {
	color: #b17714;
	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: #b17714;
	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 #3a240f;
	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: #b17714;
	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: #b17714
}

.currencies {
	width: 100%
}

.currencies li {
	width: 100%;
	height: 40px;
	border-bottom: 1px outset #b17714;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	padding: 5px;
	color: #b17714;
	font-size: 13px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.buycurrencies:hover {
	color: #b17714;
	background-color: #561f1f;
}

.buycurrencies--true {
	background-color: #561f1f;
	color: #b17714;
}

.buycurrencies--true:hover {
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	color: #561f1f;
}


.page-title {
	font-weight: bolder;
	font-size: 2rem;
	color: #b17714;
	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: calc(100% - 20px) !important;
		max-width: 350px !important;
		min-width: 280px !important;
		margin: 0 auto 20px auto !important;
		padding: 8px !important;
		flex: 0 0 auto !important;
	}
	
	.card-info-character .top-section {
		height: 160px !important;
	}
	
	.card-info-character .bottom-section .title {
		font-size: 15px !important;
	}
	
	.card-info-character .bottom-section .row .item .big-text {
		font-size: 11px !important;
	}
	
	.card-info-character .bottom-section .row .item .regular-text {
		font-size: 8px !important;
	}
}

/* Responsive adicional para pantallas muy pequeñas */
@media only screen and (max-width: 480px) {
	.card-info-character {
		width: calc(100% - 15px) !important;
		max-width: 320px !important;
		min-width: 260px !important;
		margin: 0 auto 15px auto !important;
		padding: 6px !important;
	}
	
	.card-info-character .top-section {
		height: 140px !important;
	}
	
	.card-info-character .bottom-section {
		padding: 8px 3px !important;
	}
	
	.card-info-character .bottom-section .title {
		font-size: 14px !important;
		letter-spacing: 1px !important;
	}
	
	.card-info-character .bottom-section .row .item {
		padding: 3px !important;
	}
	
	.card-info-character .bottom-section .row .item .big-text {
		font-size: 10px !important;
	}
	
	.card-info-character .bottom-section .row .item .regular-text {
		font-size: 7px !important;
	}
}

/* Responsive específico para módulo myaccount */
@media (max-width: 768px) {
	body:has(.collection) .card-info-character {
		width: calc(100% - 20px) !important;
		max-width: 350px !important;
		margin: 0 auto 20px auto !important;
		padding: 8px !important;
	}
}

@media (max-width: 480px) {
	body:has(.collection) .card-info-character {
		width: calc(100% - 15px) !important;
		max-width: 320px !important;
		margin: 0 auto 15px auto !important;
		padding: 6px !important;
	}
}

.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: #b17714;
	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: #b17714;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	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: #b88223;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: #b17714;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #130600;
}

.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 #130600;
}

.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 #130600;
}


.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: #130600;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: #b17714;
}

.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: #b17714;
	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 #3a240f;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	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 .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: #130600;
}

.ranking-button-main .top-section .icons .social-media .svg:hover {
	fill: #b17714;
}

.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: #b17714;
	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: #561f1f !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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	font-size: 14px;
	color: #b17714;
	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: #b17714;
	border-color: #b17714;
}

.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: #b17714;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	border-color: #b17714;
}

.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: #f39d0b;
	font-weight: bold;
}

table.rakings-deidad-customs th,
table.rakings-deidad-customs td {
	padding: 15px;

	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	color: #b17714;
}

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: rgba(26, 10, 0, 0.30);
border-top: 1px solid #3a240f;
border-bottom: 1px solid #3a240f;
	}
}


.nft {
	user-select: none;
	max-width: 300px;
	margin: 5rem 5rem 0 0;
	border: 1px solid #b1771422;
	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 #b1771422;
	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: #b17714
}

.nft hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #b1771455;
	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: #b17714;
}

.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 #b1771422;
	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 #b1771422;
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	margin: 0;
}

.nft ::before {
	position: fixed;
	content: "";
	box-shadow: 0 0 100px 40px #b1771408;
	top: -10%;
	left: -100%;
	transform: rotate(-45deg);
	height: 60rem;
	transition: 0.7s all;
}

.nft:hover {
	border: 1px solid #b1771444;
	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: #b17714;
}

.manualpayment h2,
.manualpayment h3 {
	color: #b17714;
}

.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: #b17714;
	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: #b17714;
	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: #b17714;
	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: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	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: #b17714;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-title span {
	color: #b17714
}

.downloadBlock-text {
	color: #b17714;
	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: #b17714
}

.d-button.googledriveButton {
	background: url(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #b17714
}

.d-button.dropboxButton {
	background: url(../img/dropbox-img.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #696868
}

.d-button.megaButton {
	background: url(../img/mega-img.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #b17714
}

.d-button.media-fireButton {
	background: url(../img/media-fire.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #b17714
}

.d-button:hover {
	transform: scale(1.1);
	color: #b17714
}

.drivers {
	margin-bottom: 80px
}

.drivers span {
	display: block;
	text-align: center;
	color: #b17714;
	font-size: 15px;
	margin-bottom: 20px
}

.mirror-title {
	color: #b17714;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 60px
}

.mirrorBlock {
	text-align: center;
	margin-bottom: 65px
}

.mirrorBlock p {
	color: #b17714;
	font-weight: 600;
	margin-bottom: 20px
}

.mirrorBlock p span {
	color: #a97fff
}

@media only screen and (max-width: 768px) {
	.home__content .headlogo {
		width: 350px;
	}

	.video-container video {
		display: none;

	}

	.video-container {
		height: 400px;
	}

	.video-container .caption {
		z-index: 1;
		position: relative;
		text-align: center;
		color: #b17714;
		padding: 10px;
		vertical-align: middle;
		margin-top: 0px;
	}

	.home {
		background: url(../img/body-bg-mobile.png) no-repeat bottom center / cover;
	}

}


/* ===== TARJETAS DE LA HOME MEJORADAS ===== */

/* Tarjetas principales de la home - Diseño premium TAMAÑO REDUCIDO */
.vs-sidebox.bg-major-black {
    background: linear-gradient(135deg, rgba(26, 12, 0, 0.95) 0%, rgba(19, 6, 0, 0.98) 60%, rgba(7, 2, 0, 0.95) 100%) !important;
    border: 2px solid rgba(177, 119, 20, 0.4) !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(177, 119, 20, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    transition: all 0.3s ease !important;
    transform: translateZ(0) !important;
}

/* Efecto de brillo sutil en el fondo */
.vs-sidebox.bg-major-black::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 20% 80%, rgba(177, 119, 20, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Efecto hover mejorado REDUCIDO */
.vs-sidebox.bg-major-black:hover {
    border-color: rgba(212, 175, 55, 0.6) !important;
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(177, 119, 20, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* Títulos de las tarjetas mejorados */
.vs-sidebox.bg-major-black .sidebox-title,
.vs-sidebox.bg-major-black h5.sidebox-title {
    color: #b17714 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid rgba(177, 119, 20, 0.3) !important;
    position: relative !important;
    z-index: 2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Línea decorativa en los títulos */
.vs-sidebox.bg-major-black .sidebox-title::after,
.vs-sidebox.bg-major-black h5.sidebox-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 60px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #b17714, #D4AF37) !important;
    border-radius: 1px !important;
}

/* Contenido de las tarjetas */
.vs-sidebox.bg-major-black .media-body {
    position: relative !important;
    z-index: 2 !important;
}

/* vs-events SIN degradé - solo posición */
.vs-sidebox.bg-major-black .vs-events {
    position: relative !important;
    z-index: 2 !important;
}

/* Tablas dentro de las tarjetas */
.vs-sidebox.bg-major-black .castlesiege-deidad {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.vs-sidebox.bg-major-black .castlesiege-deidad td {
    color: #fff3d1 !important;
    font-weight: 500 !important;
    padding: 8px 12px !important;
    border: none !important;
}

.vs-sidebox.bg-major-black .castlesiege-deidad .text-white {
    color: #b17714 !important;
    font-weight: 600 !important;
}

/* Separadores horizontales mejorados */
.vs-sidebox.bg-major-black hr {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(177, 119, 20, 0.5), transparent) !important;
    margin: 15px 0 !important;
}

/* Enlaces y botones dentro de las tarjetas */
.vs-sidebox.bg-major-black a.label {
    background: linear-gradient(135deg, #b17714, #D4AF37) !important;
    color: #000000 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
}

.vs-sidebox.bg-major-black a.label:hover {
    background: linear-gradient(135deg, #D4AF37, #F4D03F) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(177, 119, 20, 0.4) !important;
}

/* Imágenes dentro de las tarjetas */
.vs-sidebox.bg-major-black img {
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    transition: transform 0.3s ease !important;
}

.vs-sidebox.bg-major-black:hover img {
    transform: scale(1.05) !important;
}

/* Videos dentro de las tarjetas */
.vs-sidebox.bg-major-black video {
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

/* Texto descriptivo */
.vs-sidebox.bg-major-black .text-white-50 {
    color: rgba(255, 243, 209, 0.8) !important;
    font-weight: 500 !important;
}

/* Widget de redes sociales mejorado - SOLO para sidebar */
.vs-sidebox .widget-redes {
    background: linear-gradient(135deg, rgba(26, 12, 0, 0.9), rgba(19, 6, 0, 0.95)) !important;
    border: 2px solid rgba(177, 119, 20, 0.4) !important;
    border-radius: 12px !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

/* Mantener el estilo original para widget-container-redes */
.widget-container-redes .widget-redes {
    position: relative !important;
    margin-bottom: 10px !important;
    z-index: 1 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Efectos hover solo para widgets del sidebar */
.vs-sidebox .widget-redes:hover {
    border-color: rgba(212, 175, 55, 0.6) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(177, 119, 20, 0.3) !important;
}

.vs-sidebox .widget-redes a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    color: #b17714 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.vs-sidebox .widget-redes:hover a {
    color: #D4AF37 !important;
}

.vs-sidebox .widget-redes img {
    width: 36px !important;
    height: 36px !important;
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0,0,0,0.3)) !important;
    transition: transform 0.3s ease !important;
}

.vs-sidebox .widget-redes:hover img {
    transform: scale(1.1) !important;
}

/* Mantener estilos originales para widget-container-redes */
.widget-container-redes .widget-redes img {
    width: 270px !important;
    height: auto !important;
    border-radius: 5px !important;
    filter: none !important;
    transition: none !important;
}

/* ===== RANKINGS DENTRO DE LAS TARJETAS MEJORADOS ===== */

/* Contenedor principal del ranking COMPACTO */
.vs-sidebox.bg-major-black .ranking-1 {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(177, 119, 20, 0.15) !important;
    border-radius: 8px !important;
    padding: 10px !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    position: relative !important;
    overflow: visible !important;
}

/* Contenedor principal más compacto */
.vs-sidebox.bg-major-black .ranking {
    padding: 8px 8px 4px 8px !important; /* Padding inferior reducido */
}

/* Filas del ranking EXTRA COMPACTAS */
.vs-sidebox.bg-major-black .row-ranking {
    background: linear-gradient(135deg, rgba(26, 12, 0, 0.6), rgba(19, 6, 0, 0.8)) !important;
    border: 1px solid rgba(177, 119, 20, 0.15) !important;
    border-radius: 6px !important; /* Bordes más pequeños */
    margin-bottom: 4px !important; /* Reducido de 8px a 4px */
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 32px !important; /* Altura mínima controlada */
}

.vs-sidebox.bg-major-black .row-ranking:hover {
    border-color: rgba(177, 119, 20, 0.4) !important;
    transform: translateX(3px) !important;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

/* Celdas del ranking EXTRA COMPACTAS */
.vs-sidebox.bg-major-black .cell-ranking {
    padding: 4px 8px !important; /* Reducido de 8px a 4px verticalmente */
    border: none !important;
    color: #fff3d1 !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
    position: relative !important;
    overflow: visible !important;
    font-size: 13px !important; /* Fuente ligeramente más pequeña */
}

/* Asegurar que los iconos de clase se vean */
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome,
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome1,
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome2,
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome3,
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome4,
.vs-sidebox.bg-major-black .cell-ranking img.rankings-class-tophome5 {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
    border: 1px solid rgba(177, 119, 20, 0.3) !important;
    border-radius: 3px !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Primera celda (posición) */
.vs-sidebox.bg-major-black .cell-ranking:nth-child(1) {
    background: linear-gradient(135deg, #b17714 0%, #D4AF37 100%) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    border-radius: 8px 0 0 8px !important;
    min-width: 50px !important;
    text-align: center !important;
    flex: 0 0 50px !important;
}

/* Segunda celda (nombre del jugador) */
.vs-sidebox.bg-major-black .cell-ranking:nth-child(2) {
    flex: 2 !important;
    font-weight: 600 !important;
}

.vs-sidebox.bg-major-black .cell-ranking:nth-child(2) a {
    color: #b17714 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.vs-sidebox.bg-major-black .cell-ranking:nth-child(2) a:hover {
    color: #D4AF37 !important;
}

/* Tercera celda (puntos/score) */
.vs-sidebox.bg-major-black .cell-ranking:nth-child(3) {
    text-align: center !important;
    color: #fff3d1 !important;
}

.vs-sidebox.bg-major-black .cell-ranking:nth-child(3) span {
    background: linear-gradient(135deg, rgba(177, 119, 20, 0.2), rgba(212, 175, 55, 0.1)) !important;
    padding: 2px 8px !important; /* Reducido padding */
    border-radius: 10px !important; /* Bordes más pequeños */
    border: 1px solid rgba(177, 119, 20, 0.3) !important;
    font-size: 12px !important; /* Fuente más pequeña */
    font-weight: 600 !important;
    color: #D4AF37 !important;
}

/* Cuarta celda (guild) */
.vs-sidebox.bg-major-black .cell-ranking:nth-child(4) {
    text-align: center !important;
    flex: 0 0 60px !important;
}

/* ===== PAGINACIÓN RANKINGS HOME - ARREGLADA ===== */

/* Contenedor del paginador - sin espacio innecesario */
.vs-sidebox.bg-major-black .pagination-container {
    margin: 8px 0 0 0 !important; /* Eliminado margen inferior */
    padding: 8px 15px 8px 15px !important; /* Padding más compacto */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-top: 1px solid rgba(139, 105, 20, 0.2) !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 0 12px 12px !important;
}

/* Tabla del paginador */
.vs-sidebox.bg-major-black .pagination {
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
}
/* Fila del paginador */
.vs-sidebox.bg-major-black .pagination tr {
    background: transparent !important;
}

/* Celdas del paginador */
.vs-sidebox.bg-major-black .pagination td {
    padding: 0 2px !important;
    border: none !important;
    background: transparent !important;
}

/* Botones del paginador */
.vs-sidebox.bg-major-black .pagination .vs-btn2 {
    background: rgba(19, 6, 0, 0.8) !important;
    border: 1px solid rgba(139, 105, 20, 0.4) !important;
    color: #B8860B !important;
    padding: 6px 12px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    min-width: 40px !important;
    font-size: 11px !important;
    display: inline-block !important;
    text-align: center !important;
}

.vs-sidebox.bg-major-black .pagination .vs-btn2:hover {
    background: rgba(139, 105, 20, 0.6) !important;
    border-color: #B8860B !important;
    color: #E6D4A6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 8px rgba(139, 105, 20, 0.3) !important;
}

/* Texto especial en las tarjetas */
.vs-sidebox.bg-major-black .widget-player__first-name {
    color: #fff3d1 !important;
    font-weight: 600 !important;
}

.vs-sidebox.bg-major-black .text-description {
    color: #D4AF37 !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.vs-sidebox.bg-major-black .text-time,
.vs-sidebox.bg-major-black .text-explain {
    color: rgba(255, 243, 209, 0.9) !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/* Responsive para las tarjetas de la home COMPACTO */
@media (max-width: 768px) {
    .vs-sidebox.bg-major-black {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }
    
    .vs-sidebox.bg-major-black .sidebox-title,
    .vs-sidebox.bg-major-black h5.sidebox-title {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }
    
    .vs-sidebox.bg-major-black .cell-ranking {
        padding: 3px 6px !important; /* Aún más compacto en móvil */
        font-size: 12px !important; /* Fuente más pequeña en móvil */
    }
    
    .vs-sidebox.bg-major-black .row-ranking {
        margin-bottom: 3px !important; /* Menos espaciado en móvil */
        min-height: 28px !important; /* Altura mínima menor en móvil */
    }
    
    .vs-sidebox.bg-major-black .ranking {
        padding: 6px 6px 3px 6px !important; /* Padding inferior muy reducido en móvil */
    }
    
    .vs-sidebox.bg-major-black .row-ranking:hover {
        transform: none !important;
    }
    
    .vs-sidebox.bg-major-black .ranking-1 {
        padding: 8px !important;
    }
}

@media (max-width: 480px) {
    .vs-sidebox.bg-major-black {
        padding: 10px !important;
        border-radius: 10px !important;
    }
    
    .vs-sidebox.bg-major-black .ranking-1 {
        padding: 6px !important;
    }
    
    .vs-sidebox.bg-major-black .cell-ranking {
        padding: 2px 4px !important; /* Ultra compacto en móvil pequeño */
        font-size: 11px !important; /* Fuente muy pequeña */
    }
    
    .vs-sidebox.bg-major-black .row-ranking {
        margin-bottom: 2px !important; /* Espaciado mínimo */
        min-height: 24px !important; /* Altura muy pequeña */
    }
    
    .vs-sidebox.bg-major-black .cell-ranking:nth-child(3) span {
        padding: 1px 6px !important; /* Badges muy compactos */
        font-size: 10px !important;
    }
    
    .vs-sidebox.bg-major-black .ranking {
        padding: 4px 4px 2px 4px !important; /* Padding inferior mínimo en móvil pequeño */
    }
    
    .vs-sidebox.bg-major-black .cell-ranking:nth-child(1) {
        min-width: 35px !important;
        flex: 0 0 35px !important;
    }
    
    /* Paginador responsive móvil */
    .vs-sidebox.bg-major-black .pagination-container {
        padding: 6px 10px !important;
        margin: 6px 0 0 0 !important; /* Sin margen inferior en móvil */
    }
    
    .vs-sidebox.bg-major-black .pagination .vs-btn2 {
        padding: 5px 8px !important;
        font-size: 10px !important;
        min-width: 32px !important;
    }
}

/* ===== TABS DENTRO DE LAS TARJETAS MEJORADOS ===== */

/* Contenedor de tabs mejorado */
.vs-sidebox.bg-major-black .tab {
    background: linear-gradient(90deg, rgba(26, 12, 0, 0.9), rgba(19, 6, 0, 0.95)) !important;
    border: 1px solid rgba(177, 119, 20, 0.3) !important;
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: flex !important;
}

/* Botones de tabs mejorados */
.vs-sidebox.bg-major-black .tab button {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 243, 209, 0.8) !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex: 1 !important;
    position: relative !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vs-sidebox.bg-major-black .tab button::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: transparent !important;
    transition: background 0.3s ease !important;
}

.vs-sidebox.bg-major-black .tab button:hover {
    color: #b17714 !important;
    background: rgba(177, 119, 20, 0.1) !important;
}

.vs-sidebox.bg-major-black .tab button:hover::before {
    background: linear-gradient(90deg, transparent, #b17714, transparent) !important;
}

.vs-sidebox.bg-major-black .tab button.active,
.vs-sidebox.bg-major-black .tab button:focus {
    color: #D4AF37 !important;
    background: linear-gradient(135deg, rgba(177, 119, 20, 0.2), rgba(212, 175, 55, 0.1)) !important;
}

.vs-sidebox.bg-major-black .tab button.active::before {
    background: linear-gradient(90deg, #b17714, #D4AF37, #b17714) !important;
}

/* Contenido de tabs */
.vs-sidebox.bg-major-black .tabcontent {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(177, 119, 20, 0.2) !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    padding: 15px !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

/* Section titles mejorados */
.vs-sidebox.bg-major-black .section-title2 h2,
.vs-sidebox.bg-major-black .sec-title2 {
    color: #b17714 !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* ===== SISTEMA DE LOGROS - MEJORAS TIPOGRÁFICAS ===== */

/* Botón de ayuda al lado derecho */
.logros-help-button {
    text-align: right !important;
    margin: 0 !important;
}

.logros-help-button .label {
    background: linear-gradient(135deg, #B8860B, #DAA520) !important;
    color: #000000 !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(218, 165, 32, 0.3) !important;
    text-shadow: none !important;
}

.logros-help-button .label:hover {
    background: linear-gradient(135deg, #DAA520, #FFD700) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4) !important;
}

/* Mejoras para los boxes de logros */
.vs-sidebox.bg-major-black .widget-player__first-name {
    color: #FFFFFF !important; /* Blanco limpio en lugar del amarillito feo */
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
    font-size: 1.1rem !important;
}

/* Descripciones de logros mejoradas */
.vs-sidebox.bg-major-black .text-explain {
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    border-left: 3px solid #B8860B !important;
    margin: 8px 0 !important;
    color: rgba(255, 243, 209, 0.95) !important; /* Texto claro y legible */
    font-style: italic !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
}

/* Premios sin recuadro - más limpio */
.vs-sidebox.bg-major-black .text-description {
    color: #DAA520 !important; /* Dorado brillante para premios */
    font-weight: 700 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8) !important;
    font-size: 1.1rem !important;
    background: transparent !important; /* Sin fondo */
    padding: 8px 15px !important;
    border: none !important; /* Sin borde */
    border-radius: 0 !important; /* Sin bordes redondeados */
}

/* Tiempo de completado más sutil */
.vs-sidebox.bg-major-black .text-time {
    color: rgba(184, 134, 11, 0.8) !important; /* Dorado más suave */
    font-weight: 500 !important;
    font-style: italic !important;
    font-size: 13px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}

/* Título de logros específico - alineado a la izquierda */
.vs-video-area .page-title {
    font-size: 1.4rem !important;
    color: #B8860B !important;
    text-align: left !important; /* Alineado a la izquierda ahora */
    margin: 0 0 20px 0 !important;
    padding: 10px 0 !important; /* Sin padding horizontal */
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(184, 134, 11, 0.3) !important;
    position: relative !important;
    z-index: 10 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.vs-video-area .page-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 0 !important; /* Alineado a la izquierda */
    transform: none !important; /* Sin transformación */
    width: 80px !important; /* Ligeramente más ancho */
    height: 2px !important;
    background: linear-gradient(90deg, #B8860B, transparent) !important; /* Gradiente de izquierda a derecha */
}

/* Responsive para sistema de logros */
@media (max-width: 768px) {
    .vs-video-area .page-title {
        font-size: 1.2rem !important;
        margin: 0 0 15px 0 !important;
        padding: 8px 0 !important; /* Mantener sin padding horizontal */
        text-align: center !important; /* Centrado en móvil */
    }
    
    .vs-video-area .page-title::after {
        left: 50% !important; /* Centrado en móvil */
        transform: translateX(-50%) !important;
        background: linear-gradient(90deg, transparent, #B8860B, transparent) !important;
    }
    
    .logros-help-button {
        text-align: center !important; /* Centrado en móvil */
        margin: 10px 0 0 0 !important;
    }
    
    .logros-help-button .label {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
    
    .vs-sidebox.bg-major-black .widget-player__first-name {
        font-size: 1rem !important;
    }
    
    .vs-sidebox.bg-major-black .text-description {
        font-size: 1rem !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 480px) {
    .vs-video-area .page-title {
        font-size: 1rem !important;
        margin: 0 0 12px 0 !important;
        padding: 6px 0 !important; /* Sin padding horizontal */
        letter-spacing: 0.3px !important;
        text-align: center !important; /* Centrado en móvil pequeño */
    }
    
    .logros-help-button {
        text-align: center !important; /* Centrado en móvil pequeño */
        margin: 8px 0 15px 0 !important;
    }
    
    .vs-sidebox.bg-major-black .text-explain {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    
    .vs-sidebox.bg-major-black .text-time {
        font-size: 12px !important;
    }
}

/* Mejoras para avatares/imágenes de clases */
.vs-sidebox.bg-major-black .ClassAvatar1,
.vs-sidebox.bg-major-black .ClassAvatar2,
.vs-sidebox.bg-major-black .ClassAvatar3,
.vs-sidebox.bg-major-black .ClassAvatar4,
.vs-sidebox.bg-major-black .ClassAvatar5 {
    border: 2px solid rgba(177, 119, 20, 0.4) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.vs-sidebox.bg-major-black .ClassAvatar1:hover,
.vs-sidebox.bg-major-black .ClassAvatar2:hover,
.vs-sidebox.bg-major-black .ClassAvatar3:hover,
.vs-sidebox.bg-major-black .ClassAvatar4:hover,
.vs-sidebox.bg-major-black .ClassAvatar5:hover {
    border-color: #D4AF37 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 20px rgba(177, 119, 20, 0.4) !important;
}

/* Efectos para badges y labels especiales */
.vs-sidebox.bg-major-black .badge {
    background: linear-gradient(135deg, #b17714, #D4AF37) !important;
    color: #000000 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    border: none !important;
}

.vs-sidebox.bg-major-black .badge.bg-error {
    background: linear-gradient(135deg, #dc3545, #e74c3c) !important;
    color: #ffffff !important;
}

/* Sin animación - tarjetas estáticas */

/* ===== HEADER BOSS KILLS SIDEBAR ===== */

/* Boss Kills ahora usa el estilo page-title estándar */

.ranking-button-main .top-section .icons .logo .top-section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    color: #b17714;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #000000, 0 0 5px #3a240f;
    background-color: transparent;
    text-align: center;
}

.ranking-button-main .top-section .icons .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    color: #b17714;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #000000, 0 0 5px #3a240f;
    background-color: transparent;
    text-align: center;
}

/* ===========================================
   MEJORAS PARA EL FORMULARIO DE REGISTRO
   =========================================== */

/* Prevenir scroll horizontal cuando el formulario está activo */
body:has(.sign) {
  overflow-x: hidden;
}

/* Fallback para navegadores que no soportan :has() */
@supports not selector(:has(*)) {
  body {
    overflow-x: hidden;
  }
}

/* Contenedor principal del formulario de registro con fondo */
.sign {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 0;
  width: 100vw;
  background: url('../img/cover_page.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/* Overlay con transparencia para el fondo */
.sign::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.85) 0%, 
    rgba(19, 6, 0, 0.75) 30%, 
    rgba(26, 12, 0, 0.65) 60%, 
    rgba(7, 2, 0, 0.85) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}

/* Línea separadora simple */
.sign::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* ===========================================
   FOOTER CON FONDO NEGRO
   =========================================== */

/* Footer con línea separadora dorada elegante */
.footer {
  background-color: #000000 !important;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 2;
}

/* ===========================================
   MEJORAS PARA EL MÓDULO DE DOWNLOADS  
   =========================================== */

/* Prevenir scroll horizontal cuando el módulo downloads está activo */
body:has(.downloadBlock-content) {
  overflow-x: hidden;
}

/* Fallback para navegadores que no soportan :has() */
@supports not selector(:has(*)) {
  .downloadBlock-content {
    overflow-x: hidden;
  }
}

/* Ocultar breadcrumb cuando está el módulo de downloads activo */
body:has(.downloadBlock-content) .breadcrumb {
  display: none !important;
}

/* Fallback para navegadores que no soportan :has() */
@supports not selector(:has(*)) {
  .downloadBlock-content ~ .breadcrumb {
    display: none !important;
  }
}

/* Contenedor principal con fondo de imagen que cubre todo */
.downloadBlock-content {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -200px; /* Aumentado significativamente para cobertura total */
  padding-top: 160px; /* Ajustado para equilibrar con el nuevo margen del título */
  width: 100vw;
  background: url('../img/cover_page.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40px; /* Reducido para menos scroll */
  padding-left: 20px;
  padding-right: 20px;
  min-height: 90vh; /* Reducido para menos scroll */
}

/* Overlay con transparencia para el fondo */
.downloadBlock-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.85) 0%, 
    rgba(19, 6, 0, 0.75) 30%, 
    rgba(26, 12, 0, 0.65) 60%, 
    rgba(7, 2, 0, 0.85) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}



/* Asegurar que el contenido esté por encima del overlay */
.downloadBlock-content > * {
  position: relative;
  z-index: 2;
}

/* Mejorar los bloques de descarga individuales - Diseño minimalista - 20% más grande */
.downloadBlock {
  background: rgba(26, 12, 0, 0.7);
  border: 1px solid rgba(177, 119, 20, 0.2);
  border-radius: 20px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  max-width: 600px; /* Aumentado de 500px a 600px (20% más grande) */
  margin: 0 auto 25px auto; /* Reducido margen inferior */
  padding: 40px 30px 50px; /* Aumentado padding proporcionalmente */
}

.downloadBlock:hover {
  transform: translateY(-5px);
  border-color: rgba(177, 119, 20, 0.4);
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(177, 119, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Mejorar títulos de descarga - Minimalista */
.downloadBlock-title {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.downloadBlock-title span {
  color: #D4AF37;
  font-weight: 600;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* Mejorar botones de descarga - Minimalista - 20% más grandes */
.downloadBlock-buttons {
  gap: 15px; /* Aumentado gap */
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px; /* Aumentado margen */
}

.d-button {
  border-radius: 16px;
  border: 1px solid rgba(177, 119, 20, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 168px; /* Aumentado de 140px (20% más) */
  height: 102px; /* Aumentado de 85px (20% más) */
  padding-top: 72px; /* Aumentado proporcionalmente */
  font-size: 13px; /* Ligeramente más grande */
  font-weight: 500;
  background: rgba(19, 6, 0, 0.6);
}

.d-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(177, 119, 20, 0.08), transparent);
  transition: left 0.6s ease;
}

.d-button:hover::before {
  left: 100%;
}

.d-button:hover {
  transform: translateY(-4px);
  border-color: rgba(177, 119, 20, 0.5);
  box-shadow: 
    0 8px 35px rgba(0, 0, 0, 0.25),
    0 0 25px rgba(177, 119, 20, 0.15);
  background: rgba(19, 6, 0, 0.8);
}

/* Mejorar título de página sin fondo negro */
.page-title {
  text-align: center;
  background: none; /* Sin fondo */
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.4),
    0 0 25px rgba(212, 175, 55, 0.2);
  font-size: 36px;
  padding: 25px 20px;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 2;
  color: #b17714;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Efecto hover para el título */
.page-title:hover {
  background: none; /* Sin fondo en hover */
  box-shadow: none;
}

/* Línea dorada separadora en la parte inferior del título */
.page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Asegurar que el título esté centrado en el módulo downloads */
.downloadBlock-content .page-title {
  margin-top: 0;
  margin-bottom: 90px;
}

/* Breadcrumb mejorado para aparecer sobre el fondo */
.breadcrumb {
  position: relative;
  z-index: 2;
  background: rgba(26, 12, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(177, 119, 20, 0.2);
  display: inline-block;
}

.breadcrumb__item {
  color: rgba(177, 119, 20, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.breadcrumb__item--active {
  color: #D4AF37;
}

/* Mejorar sección de requisitos del sistema */
.h2-title {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 30px; /* Reducido de 60px a 30px para menos scroll */
  text-align: center; /* Centrar también este título */
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  color: #b17714; /* Color consistente con DOWNLOAD */
}

.table-scroll {
  position: relative;
  z-index: 2;
  background: rgba(26, 12, 0, 0.85);
  border-radius: 16px;
  padding: 30px;
  border: 2px solid rgba(177, 119, 20, 0.3);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(177, 119, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  max-width: 800px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.table-scroll:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 20px 45px rgba(0, 0, 0, 0.5),
    0 0 35px rgba(177, 119, 20, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rakings-deidad-customs {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.rakings-deidad-customs thead th {
  background: linear-gradient(135deg, rgba(177, 119, 20, 0.3) 0%, rgba(212, 175, 55, 0.2) 100%);
  border: none;
  border-bottom: 2px solid rgba(177, 119, 20, 0.6);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rakings-deidad-customs thead th:first-child {
  border-top-left-radius: 12px;
}

.rakings-deidad-customs tbody tr {
  border: none;
  transition: all 0.3s ease;
}
.rakings-deidad-customs tbody tr:hover {
  background: rgba(177, 119, 20, 0.08);
  transform: scale(1.01);
}

/* Cover Image Responsive Styles */
.main__author {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .main__author {
    height: 150px !important;
  }
}

@media (max-width: 480px) {
  .main__author {
    height: 120px !important;
  }
}

.rakings-deidad-customs tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.rakings-deidad-customs tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.rakings-deidad-customs tbody td {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(177, 119, 20, 0.1);
  color: #b17714;
  font-size: 15px;
  line-height: 1.5;
}

.rakings-deidad-customs tbody td:first-child {
  font-weight: 600;
  color: #D4AF37;
}

.rakings-deidad-customs tbody td em {
  color: rgba(177, 119, 20, 0.9);
  font-style: normal;
  font-weight: 500;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .downloadBlock-content {
    background-attachment: scroll;
    margin-top: -160px; /* Aumentado significativamente para cobertura total */
    padding-top: 120px; /* Ajustado para equilibrar con el nuevo margen del título */
    padding-bottom: 30px; /* Reducido */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    overflow-x: hidden;
    min-height: 85vh; /* Reducido para mobile */
  }
  
  .downloadBlock {
    padding: 30px 25px 40px; /* Aumentado para mantener proporción */
    margin-bottom: 20px; /* Reducido */
    max-width: 480px; /* Aumentado (20% más que 400px) */
  }
  
  .downloadBlock-title {
    font-size: 18px; /* Aumentado */
    margin-bottom: 25px;
  }
  
  .d-button {
    width: 144px; /* Aumentado (20% más que el anterior 120px) */
    height: 90px; /* Aumentado (20% más que el anterior 75px) */
    padding-top: 62px; /* Aumentado proporcionalmente */
    font-size: 12px; /* Aumentado */
  }
  
  .page-title {
    font-size: 28px; /* Aumentado */
    margin: 0 0 70px 0; /* Aumentado 10px más para mejor separación */
    padding: 20px 15px; /* Reducido para mobile */
    letter-spacing: 2px; /* Reducido para mobile */
    width: 100%; /* Ocupar todo el ancho */
  }
  
  .table-scroll {
    padding: 15px 10px; /* Reducido */
    max-width: 100%;
    margin: 0 10px;
  }
  
  .h2-title {
    font-size: 24px; /* Aumentado */
    margin-top: 20px; /* Reducido */
  }
}

@media (max-width: 480px) {
  .downloadBlock-content {
    margin-top: -140px; /* Aumentado significativamente para cobertura total */
    padding-top: 100px; /* Ajustado para equilibrar con el nuevo margen del título */
    padding-bottom: 25px; /* Reducido */
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .downloadBlock {
    padding: 25px 20px 35px; /* Aumentado para mantener proporción */
    max-width: 384px; /* Aumentado (20% más que 320px) */
  }
  
  .downloadBlock-title {
    font-size: 16px; /* Aumentado */
    margin-bottom: 20px;
  }
  
  .d-button {
    width: 132px; /* Aumentado (20% más que el anterior 110px) */
    height: 84px; /* Aumentado (20% más que el anterior 70px) */
    padding-top: 58px; /* Aumentado proporcionalmente */
    font-size: 11px; /* Aumentado */
  }
  
  .table-scroll {
    padding: 12px 8px; /* Reducido */
    margin: 0 5px;
  }
  
  .page-title {
    font-size: 24px; /* Ajustado para mobile pequeño */
    margin: 0 0 60px 0; /* Aumentado 10px más para mejor separación */
    padding: 18px 10px; /* Más compacto */
    letter-spacing: 1.5px; /* Reducido para mobile pequeño */
    width: 100%; /* Ocupar todo el ancho */
  }
  
  .h2-title {
    font-size: 20px; /* Aumentado */
    margin-top: 15px; /* Reducido */
  }
}



/* Efecto adicional de partículas doradas */
.sign::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, rgba(177, 119, 20, 0.3), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(212, 175, 55, 0.2), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(177, 119, 20, 0.4), transparent),
    radial-gradient(1px 1px at 130px 80px, rgba(212, 175, 55, 0.3), transparent),
    radial-gradient(2px 2px at 160px 30px, rgba(177, 119, 20, 0.2), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: sparkle 20s linear infinite;
  z-index: 2;
  pointer-events: none;
}

/* Animación de partículas doradas */
@keyframes sparkle {
  0%, 100% { 
    opacity: 0.3;
    transform: translateY(0px);
  }
  50% { 
    opacity: 0.8;
    transform: translateY(-5px);
  }
}

.sign__content {
  width: 100%;
  max-width: 450px; /* Ancho equilibrado */
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

/* Estilos mejorados del formulario */
.sign__form {
  background: linear-gradient(135deg, 
    rgba(26, 12, 0, 0.95) 0%, 
    rgba(19, 6, 0, 0.98) 50%,
    rgba(13, 4, 0, 0.96) 100%);
  border: 2px solid rgba(177, 119, 20, 0.3);
  border-radius: 16px;
  padding: 30px 28px;
  margin: 20px auto;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(177, 119, 20, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(177, 119, 20, 0.2);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* Efecto de brillo sutil en el borde del formulario */
.sign__form::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 18px;
  background: linear-gradient(45deg, 
    transparent 20%, 
    rgba(177, 119, 20, 0.4) 40%, 
    rgba(212, 175, 55, 0.6) 50%, 
    rgba(177, 119, 20, 0.4) 60%, 
    transparent 80%);
  background-size: 300% 300%;
  animation: borderGlow 6s ease-in-out infinite;
  z-index: -1;
}

/* Animación del borde brillante */
@keyframes borderGlow {
  0%, 100% { 
    background-position: 0% 50%; 
    opacity: 0.5;
  }
  50% { 
    background-position: 100% 50%;
    opacity: 0.8;
  }
}

/* Logo mejorado */
.sign__logo {
  text-align: center;
  margin-bottom: 25px;
}

.sign__logo img {
  width: auto;
  height: 70px;
  filter: drop-shadow(0 6px 12px rgba(177, 119, 20, 0.4));
  transition: all 0.3s ease;
}

.sign__logo img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 16px rgba(212, 175, 55, 0.6));
}

/* Grupos de campos mejorados */
.sign__group {
  margin-bottom: 20px;
  position: relative;
}

/* Inputs mejorados */
.sign__input {
  background: rgba(19, 6, 0, 0.9);
  border: 2px solid rgba(177, 119, 20, 0.3);
  border-radius: 12px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  color: #b17714;
  width: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sign__input:focus {
  border-color: #D4AF37;
  box-shadow: 
    0 0 25px rgba(212, 175, 55, 0.3),
    inset 0 2px 6px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
  background: rgba(19, 6, 0, 0.95);
}

.sign__input::placeholder {
  color: rgba(177, 119, 20, 0.7);
  font-weight: 400;
}

/* Botón de registro mejorado */
.sign__btn {
  background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%);
  border: 2px solid #D4AF37;
  border-radius: 12px;
  color: #130600;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sign__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.sign__btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 12px 35px rgba(177, 119, 20, 0.5),
    0 0 40px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%);
}

.sign__btn:hover::before {
  left: 100%;
}

.sign__btn:active {
  transform: translateY(0px);
}

/* Texto de términos mejorado */
.form-group {
  margin: 20px 0;
  text-align: center;
}

.form-group [style*="color:white"] {
  color: rgba(177, 119, 20, 0.9) !important;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.form-group a {
  color: #D4AF37 !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.form-group a:hover {
  color: #F4D03F !important;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

/* Recaptcha mejorado */
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 15px;
  border-radius: 10px;
  background: rgba(19, 6, 0, 0.5);
  border: 1px solid rgba(177, 119, 20, 0.2);
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .sign {
    background-attachment: scroll; /* Mejor rendimiento en móviles */
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    overflow-x: hidden;
    padding: 30px 15px;
  }
  
  .sign__content {
    max-width: 380px;
  }
  
  .sign__form {
    padding: 25px 22px;
    margin: 15px;
  }
  
  .sign__input,
  .sign__btn {
    height: 46px;
    font-size: 15px;
  }
  
  .sign__logo img {
    height: 65px;
  }
}

/* Para pantallas muy pequeñas */
@media (max-width: 480px) {
  .sign {
    padding: 20px 10px;
  }
  
  .sign__content {
    max-width: 320px;
  }
  
  .sign__form {
    padding: 22px 18px;
    border-radius: 12px;
  }
  
  .sign__input,
  .sign__btn {
    height: 44px;
    font-size: 14px;
  }
}

/* Para pantallas grandes */
@media (min-width: 1200px) {
  .sign__content {
    max-width: 480px;
  }
  
  .sign__form {
    padding: 35px 32px;
  }
}

/* Animación suave para la carga del formulario */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sign__form {
  animation: fadeInUp 0.8s ease-out;
}

/* Asegurar que las secciones fuera del fondo mantengan el estilo normal */
.space-20 {
  position: relative;
  z-index: 1;
}

/* Ajustes adicionales para la sección de requisitos */
.h2-title + .table-scroll {
  margin-top: 20px;
}

/* Separación elegante entre secciones */
.space-20 {
  height: 40px;
  position: relative;
  z-index: 1;
}

/* Asegurar que la sección de requisitos esté bien separada */
.downloadBlock-content + .space-20 + .h2-title {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(177, 119, 20, 0.15);
}

/* ===============================
   MÓDULO DE RANKINGS - CAMBIOS CONSERVADORES
   =============================== */

/* Aplicar solo a páginas de rankings usando el selector específico table#rankings */
/* Asegurar fondo oscuro para html cuando estamos en rankings */
html:has(body:has(table#rankings.rakings-deidad-customs)) {
  background-color: #130600 !important;
  width: 100%;
  height: 100%;
}

body:has(table#rankings.rakings-deidad-customs) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow-x: hidden;
  min-height: 100vh;
  width: 100%;
}

/* Overlay sutil solo para rankings */
body:has(table#rankings.rakings-deidad-customs)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Responsive para overlay de rankings en móviles */
@media (max-width: 768px) {
  body:has(table#rankings.rakings-deidad-customs)::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
  }
}

/* Ocultar breadcrumb solo en rankings */
body:has(table#rankings.rakings-deidad-customs) .breadcrumb {
  display: none !important;
}

/* Estilizar título de rankings conservadoramente */
body:has(table#rankings.rakings-deidad-customs) .page-title {
  text-align: center;
  color: #b17714;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.3);
  margin-bottom: 60px;
  position: relative;
}

/* Línea separadora sutil en el título de rankings - IGUAL QUE DOWNLOADS */
body:has(table#rankings.rakings-deidad-customs) .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Estilizar menú de filtros de rankings */
body:has(table#rankings.rakings-deidad-customs) .rankings-class-filter {
  background: rgba(26, 12, 0, 0.75);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(177, 119, 20, 0.2);
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(177, 119, 20, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 30px;
  position: relative;
}

/* Línea separadora debajo del menú de rankings */
body:has(table#rankings.rakings-deidad-customs) .rankings-class-filter::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
}

/* Estilizar tabla de rankings con glass morphism sutil */
body:has(table#rankings.rakings-deidad-customs) .table-responsive {
  background: rgba(26, 12, 0, 0.8);
  border-radius: 12px;
  padding: 25px 25px 50px 25px; /* Más padding inferior */
  border: 1px solid rgba(177, 119, 20, 0.2);
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 0 15px rgba(177, 119, 20, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 40px; /* Separación del footer */
  position: relative;
  /* Para desktop mantener visible */
  overflow: visible;
  max-height: none;
}



/* Paginador simple y elegante para rankings */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate {
  margin: 30px 0 20px 0;
  text-align: center;
}

/* Botones del paginador - estilo simple */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: rgba(26, 12, 0, 0.7);
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 6px;
  color: #b17714 !important;
  padding: 8px 12px;
  margin: 0 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
  min-width: 36px;
  text-align: center;
}

/* Hover simple */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(177, 119, 20, 0.2);
  border-color: rgba(177, 119, 20, 0.5);
  color: #D4AF37 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(177, 119, 20, 0.2);
}

/* Botón activo simple */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: rgba(177, 119, 20, 0.8) !important;
  border-color: #b17714;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(177, 119, 20, 0.3);
}

/* Botones deshabilitados */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.4;
  pointer-events: none;
  background: rgba(26, 12, 0, 0.3) !important;
  border-color: rgba(177, 119, 20, 0.1);
}

/* Información del paginador centrada */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_info {
  text-align: center;
  color: rgba(177, 119, 20, 0.9);
  background: rgba(26, 12, 0, 0.6);
  border-radius: 6px;
  padding: 10px 20px;
  margin: 20px auto 15px auto;
  display: block;
  border: 1px solid rgba(177, 119, 20, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-weight: normal;
  width: fit-content;
}

/* Eliminar colores celestes por defecto de DataTables */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:active,
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  background: rgba(177, 119, 20, 0.8) !important;
  border-color: #b17714 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 2px 8px rgba(177, 119, 20, 0.3) !important;
}

/* Sobrescribir estilos específicos de focus y active para evitar colores azules */
body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(177, 119, 20, 0.2) !important;
  border-color: rgba(177, 119, 20, 0.5) !important;
  color: #D4AF37 !important;
  box-shadow: 0 4px 15px rgba(177, 119, 20, 0.2) !important;
  outline: none !important;
}

/* Configuración base de la tabla */
body:has(table#rankings.rakings-deidad-customs) table#rankings {
  width: 100% !important;
  table-layout: auto !important;
}

/* CORREGIR COLOR CELESTE DEL PAGINADOR - Sobrescribir estilos de .pagination */
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > a,
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > span,
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > a:hover,
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > span:hover,
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > a:focus,
body:has(table#rankings.rakings-deidad-customs) .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff !important;
  cursor: default;
  background-color: rgba(177, 119, 20, 0.8) !important;
  border-color: #b17714 !important;
  box-shadow: 0 2px 8px rgba(177, 119, 20, 0.3) !important;
}

/* Sobrescribir todos los estados del paginador para evitar colores celestes */
body:has(table#rankings.rakings-deidad-customs) .pagination > li > a,
body:has(table#rankings.rakings-deidad-customs) .pagination > li > span {
  background-color: rgba(26, 12, 0, 0.7) !important;
  border-color: rgba(177, 119, 20, 0.3) !important;
  color: #b17714 !important;
}

body:has(table#rankings.rakings-deidad-customs) .pagination > li > a:hover,
body:has(table#rankings.rakings-deidad-customs) .pagination > li > span:hover,
body:has(table#rankings.rakings-deidad-customs) .pagination > li > a:focus,
body:has(table#rankings.rakings-deidad-customs) .pagination > li > span:focus {
  background-color: rgba(177, 119, 20, 0.2) !important;
  border-color: rgba(177, 119, 20, 0.5) !important;
  color: #D4AF37 !important;
  box-shadow: 0 4px 15px rgba(177, 119, 20, 0.2) !important;
}

/* Hover elegante para las filas de la tabla de rankings */
body:has(table#rankings.rakings-deidad-customs) table#rankings tbody tr {
  transition: all 0.3s ease;
  cursor: pointer;
}

body:has(table#rankings.rakings-deidad-customs) table#rankings tbody tr:hover {
  background: rgba(177, 119, 20, 0.15) !important;
  transform: scale(1.02);
  box-shadow: 
    0 4px 15px rgba(177, 119, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body:has(table#rankings.rakings-deidad-customs) table#rankings tbody tr:hover td {
  color: #D4AF37;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


/* Responsive para móviles en rankings */
@media (max-width: 768px) {
  body:has(table#rankings.rakings-deidad-customs) {
    background: #130600 url('../img/cover_page.jpg') no-repeat center center scroll !important;
    background-size: cover !important;
    overflow-x: hidden !important;
    margin-top: -120px;
    padding-top: 140px;
    position: relative;
    min-height: 100vh;
  }
  
  /* Overlay para el módulo rankings */
  body:has(table#rankings.rakings-deidad-customs)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(
      135deg, 
      rgba(7, 2, 0, 0.75) 0%, 
      rgba(19, 6, 0, 0.65) 30%, 
      rgba(26, 12, 0, 0.55) 60%, 
      rgba(7, 2, 0, 0.75) 100%
    );
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: -1;
    pointer-events: none;
  }
  
  /* Asegurar que html también tenga el fondo correcto en móviles */
  html:has(body:has(table#rankings.rakings-deidad-customs)) {
    background-color: #130600 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .page-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .rankings-class-filter {
    padding: 15px;
    margin: 0 10px 25px 10px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .table-responsive {
    padding: 15px 15px 40px 15px;
    margin: 0 10px 30px 10px;
    /* Habilitar scroll horizontal independiente en tablets */
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Asegurar que la tabla tenga ancho mínimo para activar scroll */
  body:has(table#rankings.rakings-deidad-customs) table#rankings {
    min-width: 600px; /* Ancho mínimo para forzar scroll horizontal */
  }
  
  /* Contenedor del paginador mejorado para tablet */
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate {
    position: relative;
    margin: 20px 0 15px 0;
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 8px;
    margin: 0 1px;
    font-size: 12px;
    min-width: 28px;
    outline: none !important;
    box-shadow: none !important;
    flex-shrink: 0;
    border-radius: 4px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(177, 119, 20, 0.2) !important;
    border-color: rgba(177, 119, 20, 0.5) !important;
    color: #D4AF37 !important;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(177, 119, 20, 0.15) !important;
    transform: none; /* Sin transform en tablet para mejor performance */
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: rgba(177, 119, 20, 0.8) !important;
    border-color: #b17714 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 1px 6px rgba(177, 119, 20, 0.25) !important;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_info {
    font-size: 11px;
    padding: 6px 12px;
    margin: 15px auto 10px auto;
    max-width: 90%;
    text-align: center;
  }
  
  /* Hover más sutil para tablet */
  body:has(table#rankings.rakings-deidad-customs) table#rankings tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 10px rgba(177, 119, 20, 0.15);
  }
}

@media (max-width: 480px) {
  body:has(table#rankings.rakings-deidad-customs) {
    background: #130600 url('../img/cover_page.jpg') no-repeat center center scroll !important;
    background-size: cover !important;
    overflow-x: hidden !important;
    margin-top: -80px;
    padding-top: 100px;
    position: relative;
    min-height: 100vh;
  }
  
  /* Overlay para el módulo rankings */
  body:has(table#rankings.rakings-deidad-customs)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(
      135deg, 
      rgba(7, 2, 0, 0.75) 0%, 
      rgba(19, 6, 0, 0.65) 30%, 
      rgba(26, 12, 0, 0.55) 60%, 
      rgba(7, 2, 0, 0.75) 100%
    );
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: -1;
    pointer-events: none;
  }
  
  /* Asegurar que html también tenga el fondo correcto en móviles */
  html:has(body:has(table#rankings.rakings-deidad-customs)) {
    background-color: #130600 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .page-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .rankings-class-filter {
    padding: 12px;
    margin: 0 5px 20px 5px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .table-responsive {
    padding: 10px 10px 35px 10px;
    margin: 0 5px 25px 5px;
    /* Habilitar scroll horizontal independiente en móviles */
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    /* Scrollbar personalizada para móviles */
    scrollbar-width: thin;
    scrollbar-color: rgba(177, 119, 20, 0.4) transparent;
  }
  
  /* Scrollbar webkit para móviles */
  body:has(table#rankings.rakings-deidad-customs) .table-responsive::-webkit-scrollbar {
    height: 4px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .table-responsive::-webkit-scrollbar-track {
    background: rgba(26, 12, 0, 0.3);
    border-radius: 2px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(177, 119, 20, 0.6);
    border-radius: 2px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .table-responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(177, 119, 20, 0.8);
  }
  
  /* Asegurar que la tabla tenga ancho mínimo para activar scroll en móviles */
  body:has(table#rankings.rakings-deidad-customs) table#rankings {
    min-width: 500px; /* Ancho mínimo para móviles */
  }
  
  /* Contenedor del paginador optimizado para móviles */
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate {
    position: relative;
    margin: 15px 0 10px 0;
    padding: 0 20px 0 5px; /* Espacio a la derecha para el indicador */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: flex-start; /* Alineado a la izquierda para scroll horizontal */
    align-items: center;
    max-width: 100%;
    /* Estilo de scrollbar personalizado para móviles */
    scrollbar-width: thin;
    scrollbar-color: rgba(177, 119, 20, 0.3) transparent;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate::-webkit-scrollbar {
    height: 3px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate::-webkit-scrollbar-track {
    background: transparent;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate::-webkit-scrollbar-thumb {
    background: rgba(177, 119, 20, 0.3);
    border-radius: 2px;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 6px;
    margin: 0 1px;
    font-size: 11px;
    min-width: 24px;
    outline: none !important;
    box-shadow: none !important;
    flex-shrink: 0;
    border-radius: 3px;
    font-weight: 500;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(177, 119, 20, 0.25) !important;
    border-color: rgba(177, 119, 20, 0.6) !important;
    color: #D4AF37 !important;
    outline: none !important;
    box-shadow: 0 1px 4px rgba(177, 119, 20, 0.2) !important;
    transform: none; /* Sin animaciones en móviles */
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: rgba(177, 119, 20, 0.9) !important;
    border-color: #b17714 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 1px 4px rgba(177, 119, 20, 0.4) !important;
    font-weight: 600;
  }
  
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_info {
    font-size: 10px;
    padding: 5px 8px;
    margin: 10px auto 8px auto;
    max-width: 95%;
    text-align: center;
    line-height: 1.3;
  }
  
  /* Hover muy sutil para móviles */
  body:has(table#rankings.rakings-deidad-customs) table#rankings tbody tr:hover {
    transform: none; /* Sin transform en móviles para mejor rendimiento */
    box-shadow: 0 1px 5px rgba(177, 119, 20, 0.1);
  }
  
  /* Indicador visual sutil de scroll horizontal en el paginador */
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(177, 119, 20, 0.4);
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* Mostrar indicador cuando hay overflow */
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate[style*="overflow"] ::after,
  body:has(table#rankings.rakings-deidad-customs) .dataTables_wrapper .dataTables_paginate:hover::after {
    opacity: 1;
  }
}



/* ===============================
   MÓDULO DE REGISTRO - DISEÑO CONSISTENTE
   =============================== */

/* Prevenir scroll horizontal cuando el módulo registro está activo */
body:has(.register-content) {
  overflow-x: hidden;
}

/* Fallback para navegadores que no soportan :has() */
@supports not selector(:has(*)) {
  .register-content {
    overflow-x: hidden;
  }
}

/* Ocultar breadcrumb cuando está el módulo de registro activo */
body:has(.register-content) .breadcrumb {
  display: none !important;
}

/* Fallback para navegadores que no soportan :has() */
@supports not selector(:has(*)) {
  .register-content ~ .breadcrumb {
    display: none !important;
  }
}

/* Contenedor principal con fondo de imagen que cubre todo */
.register-content {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -200px; /* Aumentado significativamente para cobertura total */
  padding-top: 160px; /* Ajustado para equilibrar */
  width: 100vw;
  background: url('../img/cover_page.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40px; /* Reducido para menos scroll */
  padding-left: 20px;
  padding-right: 20px;
  min-height: 90vh; /* Reducido para menos scroll */
}

/* Overlay con transparencia para el fondo */
.register-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.85) 0%, 
    rgba(19, 6, 0, 0.75) 30%, 
    rgba(26, 12, 0, 0.65) 60%, 
    rgba(7, 2, 0, 0.85) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}



/* Asegurar que el contenido esté por encima del overlay */
.register-content > * {
  position: relative;
  z-index: 2;
}

/* Estilizar título del registro - CON MEJOR ESPACIADO SUPERIOR */
.register-content .page-title {
  text-align: center;
  color: #b17714;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.3);
  margin: 80px 0 60px 0;
  position: relative;
  z-index: 10;
}



/* Línea dorada separadora en la parte inferior del título */
.register-content .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Ajustar el formulario de registro para que no tenga fondo duplicado */
.register-content .sign {
  background: none;
  margin-top: 0;
  padding-top: 0;
  min-height: auto;
}

/* Contenedor del formulario sin separador inferior propio */
.register-content .sign__content {
  position: relative;
  margin-bottom: 0;
}

/* Estilos para los textos del formulario de registro */
.register-content .sign__text {
  display: block;
  text-align: center;
  margin: 15px 0;
  color: rgba(177, 119, 20, 0.9);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.register-content .sign__text a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.register-content .sign__text a:hover {
  color: #F4D03F;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

/* Responsive para registro */

/* Responsive para registro - CON ESPACIADO SUPERIOR MEJORADO */
@media (max-width: 768px) {
  .register-content {
    background-attachment: scroll;
    margin-top: -120px;
    padding-top: 140px;
  }
  
  .register-content .page-title {
    margin: 60px 0 40px 0;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .register-content {
    margin-top: -80px;
    padding-top: 100px;
  }
  
  .register-content .page-title {
    margin: 50px 0 30px 0;
    font-size: 24px;
  }
}

/* ===============================
   MÓDULO DE LOGIN - DISEÑO CONSISTENTE
   =============================== */

/* Aplicar fondo de imagen al módulo de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  overflow-x: hidden !important;
  margin-top: -120px;
  padding-top: 140px;
  position: relative;
  min-height: 100vh;
}

/* Overlay para el módulo de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content))::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}



/* Ocultar breadcrumb en login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) .breadcrumb {
  display: none !important;
}

/* Estilizar título del login - IGUALADO AL REGISTRO */
body:has(.sign):has(.page-title):not(:has(.register-content)) .page-title {
  text-align: center;
  color: #b17714;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.3);
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 10;
}

/* Línea separadora debajo del título de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Ajustar el formulario de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) .sign {
  background: none;
  margin-top: 0;
  padding-top: 0;
  min-height: auto;
}

/* Contenedor del formulario de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__content {
  position: relative;
  margin-bottom: 0;
  margin-top: -20px;
}

/* Estilos para los textos del formulario de login - SOLO cuando no es registro */
body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__text {
  display: block;
  text-align: center;
  margin: 15px 0;
  color: rgba(177, 119, 20, 0.9);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__text a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__text a:hover {
  color: #F4D03F;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}



/* Responsive para login - IGUALADO AL REGISTRO */
@media (max-width: 768px) {
  body:has(.sign):has(.page-title):not(:has(.register-content)) {
    background-attachment: scroll;
    margin-top: -120px;
    padding-top: 140px;
  }
  
  body:has(.sign):has(.page-title):not(:has(.register-content)) .page-title {
    margin: 10px 0 30px 0;
    font-size: 28px;
  }
  
  body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__content {
    margin-bottom: 0;
    margin-top: -15px;
  }
}

@media (max-width: 480px) {
  body:has(.sign):has(.page-title):not(:has(.register-content)) {
    margin-top: -80px;
    padding-top: 100px;
  }
  
  body:has(.sign):has(.page-title):not(:has(.register-content)) .page-title {
    margin: 5px 0 25px 0;
    font-size: 24px;
  }
  
  body:has(.sign):has(.page-title):not(:has(.register-content)) .sign__content {
    margin-bottom: 0;
    margin-top: -10px;
  }
}

/* ===============================
   MÓDULO USERCP/MYACCOUNT - FONDO DE IMAGEN
   =============================== */

/* Aplicar fondo de imagen al módulo myaccount */
body:has(.collection) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center scroll !important;
  background-size: cover !important;
  overflow-x: hidden !important;
  margin-top: -120px;
  padding-top: 140px;
  position: relative;
  min-height: 100vh;
}

/* Overlay para el módulo myaccount */
body:has(.collection)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Ocultar breadcrumb en myaccount */
body:has(.collection) .breadcrumb {
  display: none !important;
}

/* Estilizar títulos del myaccount */
body:has(.collection) .page-title {
  text-align: center;
  color: #b17714;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.3);
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 10;
}

/* Línea separadora debajo del título de myaccount */
body:has(.collection) .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Mejorar las cards del myaccount con glass morphism */
body:has(.collection) .collection,
body:has(.collection) .card-info-character {
  background: rgba(26, 12, 0, 0.8);
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

body:has(.collection) .collection:hover,
body:has(.collection) .card-info-character:hover {
  transform: translateY(-5px);
  border-color: rgba(177, 119, 20, 0.5);
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(177, 119, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Responsive para myaccount */
@media (max-width: 768px) {
  body:has(.collection) {
    background-attachment: scroll !important;
    margin-top: -120px;
    padding-top: 140px;
    min-height: 100vh;
  }
  
  body:has(.collection)::before {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  
  body:has(.collection) .page-title {
    margin: 30px 0 30px 0;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  body:has(.collection) {
    background-attachment: scroll !important;
    margin-top: -80px;
    padding-top: 100px;
    min-height: 100vh;
  }
  
  body:has(.collection)::before {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  
  body:has(.collection) .page-title {
    margin: 25px 0 25px 0;
    font-size: 24px;
  }
}

/* Media queries específicas para contenedores del módulo myaccount */
@media (max-width: 768px) {
  /* Contenedores principales responsive */
  body:has(.collection) .col-md-9,
  body:has(.collection) .col-lg-9 {
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    border-radius: 15px !important;
  }
  
  /* Row-grid responsive */
  body:has(.collection) .row-grid {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 12px !important;
  }
  
  /* Currencies responsive */
  body:has(.collection) .currencies li {
    height: 35px !important;
    padding: 6px 10px !important;
    margin-bottom: 6px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  
  body:has(.collection) .currencies span {
    font-size: 13px !important;
    font-weight: 600 !important;
  }
  
  /* Buycurrencies responsive */
  body:has(.collection) .buycurrencies {
    width: 80px !important;
    height: 28px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    margin-left: 10px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 480px) {
  /* Contenedores principales móviles */
  body:has(.collection) .col-md-9,
  body:has(.collection) .col-lg-9 {
    width: calc(100% - 15px) !important;
    padding: 15px !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
  }
  
  /* Row-grid móviles */
  body:has(.collection) .row-grid {
    padding: 12px !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
  }
  
  /* Currencies móviles */
  body:has(.collection) .currencies li {
    height: 32px !important;
    padding: 5px 8px !important;
    margin-bottom: 5px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }
  
  body:has(.collection) .currencies span {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  
  /* Buycurrencies móviles */
  body:has(.collection) .buycurrencies {
    width: 70px !important;
    height: 25px !important;
    padding: 3px 6px !important;
    font-size: 10px !important;
    margin-left: 8px !important;
    border-radius: 6px !important;
    letter-spacing: 0.3px !important;
  }
  
  /* Contenedores principales más compactos */
  body:has(.collection) .container,
  body:has(.collection) .container-fluid {
    padding: 10px !important;
  }
  
  /* Breadcrumb responsive específico */
  body:has(.collection) .breadcrumb {
    padding: 8px 15px !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
  }
}

/* Media query específica para pantallas muy pequeñas myaccount */
@media (max-width: 360px) {
  body:has(.collection) .col-md-9,
  body:has(.collection) .col-lg-9 {
    width: calc(100% - 10px) !important;
    padding: 10px !important;
    border-radius: 8px !important;
  }
  
  body:has(.collection) .row-grid {
    padding: 8px !important;
    margin-bottom: 10px !important;
  }
  
  body:has(.collection) .currencies li {
    height: 28px !important;
    padding: 4px 6px !important;
    font-size: 11px !important;
  }
  
  body:has(.collection) .buycurrencies {
    width: 60px !important;
    height: 22px !important;
    font-size: 9px !important;
    padding: 2px 4px !important;
  }
  
  body:has(.collection) .page-title {
    font-size: 18px !important;
    margin: 15px 0 !important;
  }
}

/* Mejorar sidebar usercp específicamente en myaccount - SIN HOVER */
body:has(.collection) .usercp li {
  background: rgba(26, 12, 0, 0.85);
  border: 2px solid rgba(177, 119, 20, 0.4);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

body:has(.collection) .usercp li a p {
  color: #F4D03F;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 8px rgba(212, 175, 55, 0.3);
  font-weight: 600;
  letter-spacing: 0.5px;
}

body:has(.collection) .usercp li a p font {
  color: rgba(177, 119, 20, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

body:has(.collection) .usercp li:hover a p {
  color: #ffffff;
  text-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.9),
    0 0 15px rgba(244, 208, 63, 0.5);
}

body:has(.collection) .usercp li:hover a p font {
  color: #D4AF37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* Mejorar sección de currencies en myaccount - AJUSTADA */
body:has(.collection) .currencies li {
  background: rgba(26, 12, 0, 0.7);
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 12px;
  padding: 8px 12px; /* Reducido padding */
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 40px; /* Altura fija consistente */
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* Margen reducido */
}

/* ============================
   PÁGINA DE INICIO (HOME PAGE) 
   ============================ */

/* Asegurar fondo oscuro para html cuando estamos en home */
html:has(body:has(#section-1)) {
  background-color: #130600 !important;
  width: 100%;
  height: 100%;
}

/* Detectar home page usando #section-1 y aplicar SOLO fondo de imagen */
body:has(#section-1) {
  background: #130600 url('../img/cover_page.jpg') center center / cover no-repeat fixed !important;
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* Overlay principal para la home */
body:has(#section-1)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(19, 6, 0, 0.85) 0%,
    rgba(26, 12, 0, 0.75) 25%,
    rgba(19, 6, 0, 0.85) 50%,
    rgba(26, 12, 0, 0.75) 75%,
    rgba(19, 6, 0, 0.85) 100%
  );
  z-index: -1;
  pointer-events: none;
  }

/* Responsive para overlay en móviles */
@media (max-width: 768px) {
  body:has(#section-1)::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
  }
}

/* ===== LÍNEAS SEPARADORAS ENTRE SECCIONES DE LA HOME ===== */

/* Línea separadora entre Rankings y Últimos bosses asesinados */
body:has(#section-1) .vs-video-area:first-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b17714, transparent);
  border-radius: 1px;
  z-index: 1;
}

/* Línea separadora entre Últimos bosses asesinados y Sistema de Logros */
body:has(#section-1) .vs-video-area:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b17714, transparent);
  border-radius: 1px;
  z-index: 1;
}

/* Línea separadora entre Noticias/Rankings y la primera vs-video-area */
body:has(#section-1) .container + .vs-video-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b17714, transparent);
  border-radius: 1px;
  z-index: 1;
  margin-top: -1px;
}

/* Asegurar que las secciones tengan posición relativa para el posicionamiento absoluto */
body:has(#section-1) .vs-video-area {
  position: relative;
}

/* Ajustar el padding superior para dar espacio a la línea */
body:has(#section-1) .vs-video-area {
  padding-top: 80px !important;
}

/* Asegurar que el footer tenga posición relativa para el posicionamiento absoluto */
body:has(#section-1) .footer {
  position: relative;
}

/* Línea separadora final antes del footer - ESTILO CORREGIDO */
body:has(#section-1) .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Responsive para líneas separadoras */
@media (max-width: 768px) {
  body:has(#section-1) .vs-video-area::before,
  body:has(#section-1) .container + .vs-video-area::before {
    width: 90%;
  }
  
  body:has(#section-1) .footer::before {
    left: 15%;
    right: 15%;
  }
  
  body:has(#section-1) .vs-video-area {
    padding-top: 60px !important;
  }
}

@media (max-width: 480px) {
  body:has(#section-1) .vs-video-area::before,
  body:has(#section-1) .container + .vs-video-area::before {
    width: 95%;
  }
  
  body:has(#section-1) .footer::before {
    left: 10%;
    right: 10%;
  }
  
  body:has(#section-1) .vs-video-area {
    padding-top: 50px !important;
  }
}
  
  /* ===== TÍTULOS DISCRETOS EN LA HOME ===== */

/* Títulos más discretos en la home para BOSS KILLS y ULTIMAS NOTICIAS */
body:has(#section-1) .page-title {
  font-size: 1.3rem !important;
  color: #b17714 !important;
  text-align: center !important;
  margin: 10px 0 15px 0 !important;
  padding: 8px 15px !important;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(177, 119, 20, 0.3) !important;
  position: relative !important;
  z-index: 10 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

/* Línea separadora debajo del título - más sutil */
body:has(#section-1) .page-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 25% !important;
  right: 25% !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  ) !important;
  z-index: 3 !important;
}

/* ===== MEJORAS CONTENEDOR NOTICIAS VS-BLOG ===== */

/* Contenedor principal de noticias mejorado - PALETA ARMONIOSA */
body:has(#section-1) .vs-blog {
  background: rgba(19, 6, 0, 0.92) !important;
  border: 1px solid rgba(139, 105, 20, 0.4) !important; /* Dorado más sutil */
  border-radius: 10px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(8px) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

body:has(#section-1) .vs-blog:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(139, 105, 20, 0.2) !important; /* Sombra más sutil */
}

/* Header de fecha de la noticia - MÁS DISCRETO */
body:has(#section-1) .vs-blog .blog-meta {
  background: rgba(19, 6, 0, 0.8) !important; /* Sin gradiente chillón */
  border: none !important;
  border-bottom: 1px solid rgba(139, 105, 20, 0.3) !important; /* Línea sutil */
  padding: 12px 20px !important;
  margin: 0 !important;
}

body:has(#section-1) .vs-blog .blog-meta a {
  color: #E6D4A6 !important; /* Crema dorado suave */
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
}

body:has(#section-1) .vs-blog .blog-meta i {
  color: #B8860B !important; /* Dorado cálido pero discreto */
  margin-right: 8px !important;
}

/* Contenido de la noticia */
body:has(#section-1) .vs-blog .blog-content {
  background: transparent !important;
  padding: 20px !important;
}

body:has(#section-1) .vs-blog .blog-title {
  color: #B8860B !important; /* Dorado cálido y elegante */
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
  line-height: 1.3 !important;
}

body:has(#section-1) .vs-blog .blog-title a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

body:has(#section-1) .vs-blog .blog-title a:hover {
  color: #E6D4A6 !important; /* Hover en crema dorado */
}

/* Texto del contenido de la noticia */
body:has(#section-1) .vs-blog .blog-content p {
  color: #e0e0e0 !important;
  line-height: 1.6 !important;
  font-size: 1rem !important;
  margin-bottom: 12px !important;
}

/* Responsive para home page */
@media (max-width: 768px) {
  body:has(#section-1) {
    background: #130600 url('../img/cover_page.jpg') center center / cover no-repeat scroll !important;
    min-height: 100vh;
    height: auto;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  /* Noticias más compactas en tablet */
  body:has(#section-1) .vs-blog {
    margin: 15px 5px !important;
    border-radius: 8px !important;
  }
  
  body:has(#section-1) .vs-blog .blog-title {
    font-size: 1.2rem !important;
  }
  
  body:has(#section-1) .vs-blog .blog-content {
    padding: 15px !important;
  }
  
  /* Títulos más pequeños en móvil */
  body:has(#section-1) .page-title {
    font-size: 1.1rem !important;
    margin: 8px 0 12px 0 !important;
    padding: 6px 12px !important;
  }
  
  /* Asegurar que html también tenga el fondo correcto en móviles */
  html:has(body:has(#section-1)) {
    background-color: #130600 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  body:has(#section-1) {
    background: #130600 url('../img/cover_page.jpg') center center / cover no-repeat scroll !important;
    min-height: 100vh;
    height: auto;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  /* Títulos aún más pequeños en móviles pequeños */
  body:has(#section-1) .page-title {
    font-size: 1rem !important;
    margin: 6px 0 10px 0 !important;
    padding: 5px 10px !important;
    letter-spacing: 0.3px !important;
  }
  
  /* Noticias muy compactas en móviles pequeños */
  body:has(#section-1) .vs-blog {
    margin: 10px 3px !important;
    border-radius: 6px !important;
  }
  
  body:has(#section-1) .vs-blog .blog-title {
    font-size: 1.1rem !important;
  }
  
  body:has(#section-1) .vs-blog .blog-content {
    padding: 12px !important;
  }
  
  body:has(#section-1) .vs-blog .blog-meta {
    padding: 10px 15px !important;
  }
  
  body:has(#section-1) .vs-blog .blog-meta a {
    font-size: 0.85rem !important;
  }
  
  /* Asegurar que html también tenga el fondo correcto en móviles */
  html:has(body:has(#section-1)) {
    background-color: #130600 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
}

/* Eliminado hover de currencies - solo fondo estático */

body:has(.collection) .currencies span {
  color: #F4D03F;
  text-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.7),
    0 0 8px rgba(244, 208, 63, 0.3);
  font-weight: 700;
  line-height: 1;
}

/* Mejorar botones buycurrencies en myaccount - AJUSTADOS */
body:has(.collection) .buycurrencies {
  background: rgba(26, 12, 0, 0.8);
  border: 1px solid rgba(177, 119, 20, 0.4); /* Borde más delgado */
  border-radius: 12px; /* Radio más pequeño */
  color: #D4AF37;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.2), /* Sombra reducida */
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  width: 100px; /* Ancho reducido */
  padding: 6px 10px; /* Padding reducido */
  font-size: 12px; /* Fuente más pequeña */
  height: 32px; /* Altura fija */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px; /* Mover más a la derecha */
  float: right; /* Asegurar alineación a la derecha */
}

body:has(.collection) .buycurrencies::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(177, 119, 20, 0.15), transparent);
  transition: left 0.5s ease;
}

body:has(.collection) .buycurrencies:hover {
  background: rgba(177, 119, 20, 0.25);
  border-color: rgba(177, 119, 20, 0.7);
  color: #ffffff;
  transform: translateY(-2px); /* Movimiento reducido */
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.3), /* Sombra reducida */
    0 0 20px rgba(177, 119, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 12px rgba(255, 255, 255, 0.3);
}

body:has(.collection) .buycurrencies:hover::before {
  left: 100%;
}

body:has(.collection) .buycurrencies--true {
  background: rgba(177, 119, 20, 0.8);
  border-color: #b17714;
  color: #ffffff;
  box-shadow: 
    0 8px 35px rgba(0, 0, 0, 0.25),
    0 0 25px rgba(177, 119, 20, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

body:has(.collection) .buycurrencies--true:hover {
  background: rgba(212, 175, 55, 0.9);
  transform: translateY(-3px); /* Movimiento reducido */
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.35), /* Sombra reducida */
    0 0 30px rgba(212, 175, 55, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Mejorar contenedor principal del contenido en myaccount */
body:has(.collection) .container,
body:has(.collection) .container-fluid,
body:has(.collection) .row {
  position: relative;
  z-index: 2;
}

/* Aplicar glass morphism al área de contenido principal */
body:has(.collection) .col-md-9,
body:has(.collection) .col-lg-9 {
  background: rgba(26, 12, 0, 0.8);
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 20px;
  padding: 30px;
  margin-left: 20px;
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(177, 119, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  z-index: 2;
}

/* Mejorar las row-grid dentro del contenido */
body:has(.collection) .row-grid {
  background: rgba(19, 6, 0, 0.6);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(177, 119, 20, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* Estilos de usercp mantenidos sin cambios en los boxes originales */

/* Tooltip simple con fondo negro */
#WzTtDiV {
  z-index: 9999 !important;
  position: fixed !important;
  /* Alineado con el inventario del player gear */
  right: 15px !important;
  top: 45% !important;
  width: 300px !important;
  height: auto !important;
  /* Fondo negro sólido */
  background: #000000 !important;
  border: 2px solid #b17714 !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8) !important;
  padding: 10px !important;
  /* Visibilidad */
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Tooltip visible */
#WzTtDiV[style*="visibility: visible"] {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Evitar interferencias */
body:has(.collection)::before,
body:has(.usercp)::before,
body:has(.sign)::before,
body:has(.profile-banner-section)::before {
  pointer-events: none !important;
}

/* Contenido del tooltip */
#WzTtDiV table {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse !important;
}

#WzTtDiV td {
  background: transparent !important;
  border: none !important;
  padding: 3px 5px !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
}

#WzTtDiV tr {
  border: none !important;
  background: transparent !important;
}

/* Eliminar cualquier borde interno de elementos */
#WzTtDiV *,
#WzTtDiV *:before,
#WzTtDiV *:after {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Nombre del item */
#WzTtDiV tr:first-child td {
  color: #D4AF37 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 5px !important;
}

/* Colores para diferentes propiedades */
#WzTtDiV td[style*="color:blue"],
#WzTtDiV td[style*="color:#4169E1"] {
  color: #87CEEB !important;
}

#WzTtDiV td[style*="color:orange"],
#WzTtDiV td[style*="color:#FF4500"] {
  color: #FFA500 !important;
}

#WzTtDiV td[style*="color:green"],
#WzTtDiV td[style*="color:#32CD32"] {
  color: #90EE90 !important;
}

#WzTtDiV td[style*="color:red"],
#WzTtDiV td[style*="color:#FF0000"] {
  color: #FF6B6B !important;
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  #WzTtDiV {
    /* Centrado horizontal y vertical en tablet */
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 320px !important;
    max-width: 90vw !important;
  }
}

/* Responsive - Móvil */
@media (max-width: 480px) {
  #WzTtDiV {
    /* Centrado horizontal, ligeramente arriba en móvil */
    left: 50% !important;
    top: 40% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 300px !important;
    max-width: 95vw !important;
    font-size: 11px !important;
  }
  
  #WzTtDiV td {
    font-size: 11px !important;
    padding: 2px 4px !important;
  }
  
  #WzTtDiV tr:first-child td {
    font-size: 13px !important;
  }
}

/* Estilos para el contenido del tooltip de items */
.item-box {
  background: rgba(0, 0, 0, 0.95) !important;
  border: 1px solid #b17714 !important;
  border-radius: 8px !important;
  padding: 8px !important;
  font-family: 'Inter', sans-serif !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.item-name {
  font-weight: bold !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}

.item-info, .item-opt-jog, .item-opt-harmony, 
.item-opt-skill, .item-opt-luck, .item-opt-life, 
.item-opt-exc, .item-opt-anc, .item-opt-socket,
.item-class-req, .item-expiration {
  font-size: 11px !important;
  line-height: 1.3 !important;
  margin: 2px 0 !important;
  color: #ffffff !important;
}

/* ===============================
   MÓDULO DE PROFILE PLAYER - DISEÑO CONSISTENTE
   =============================== */

/* Aplicar fondo de imagen al módulo de profile player */
body:has(.profile-banner-section) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* Asegurar que el html tenga altura completa */
html:has(body:has(.profile-banner-section)) {
  min-height: 120vh;
  background: url('../img/cover_page.jpg') no-repeat center center fixed;
  background-size: cover;
}

/* Overlay para el módulo de profile player */
body:has(.profile-banner-section)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Ocultar breadcrumb en profile player */
body:has(.profile-banner-section) .breadcrumb {
  display: none !important;
}

/* Línea separadora inferior antes del footer en profile player */
body:has(.profile-banner-section) .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Asegurar que el footer tenga posición relativa y fondo */
body:has(.profile-banner-section) .footer {
  position: relative;
  background: transparent;
}

/* Glass morphism effects para las secciones del profile */
body:has(.profile-banner-section) .vs-blog {
  background: rgba(26, 12, 0, 0.85);
  border-radius: 8px;
  border: 1px solid rgba(177, 119, 20, 0.25);
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(177, 119, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* Eliminar márgenes y padding extra de contenedores que puedan causar doble espaciado */
body:has(.profile-banner-section) .table-responsive {
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.profile-banner-section) .rankings-table {
  margin: 0 !important;
  padding: 0 !important;
}

/* Optimizar las columnas del perfil */
body:has(.profile-banner-section) .profiles .col-6 {
  margin-bottom: 20px;
  padding: 0 10px;
}

/* Eliminar espaciado extra de las filas */
body:has(.profile-banner-section) .profiles {
  margin: 0 !important;
}

/* Mejorar las tablas dentro de las secciones */
body:has(.profile-banner-section) .vs-blog .rakings-deidad-customs {
  margin: 0;
  border-radius: 0 0 8px 8px;
  border-top: none;
}

/* Mejorar el contenedor de video del perfil */
body:has(.profile-banner-section) .profilechar {
  border-radius: 6px;
  border: 1px solid rgba(177, 119, 20, 0.2);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Títulos elegantes para las secciones del profile */
body:has(.profile-banner-section) .blog-meta.profiletxt {
  background: linear-gradient(135deg, rgba(19, 6, 0, 0.95) 0%, rgba(26, 12, 0, 0.9) 100%) !important;
  color: #b17714;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 14px !important;
  text-align: center;
  padding: 8px 15px !important;
  margin: 0 !important;
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 6px 6px 0 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Línea decorativa debajo del título */
body:has(.profile-banner-section) .blog-meta.profiletxt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b17714, transparent);
}
/* Responsive para profile player */
@media (max-width: 768px) {
  body:has(.profile-banner-section) {
    background-attachment: scroll;
    margin-top: -1200px;
    padding-top: 1000px;
    min-height: 150vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    background-attachment: scroll;
    min-height: 150vh;
  }
  
  body:has(.profile-banner-section) .footer::before {
    left: 15%;
    right: 15%;
  }
  
  body:has(.profile-banner-section) .blog-meta.profiletxt {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }
}

@media (max-width: 480px) {
  body:has(.profile-banner-section) {
    margin-top: -1500px;
    padding-top: 1300px;
    min-height: 200vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 200vh;
  }
  
  body:has(.profile-banner-section) .footer::before {
    left: 10%;
    right: 10%;
  }
  
  body:has(.profile-banner-section) .blog-meta.profiletxt {
    font-size: 12px !important;
    padding: 5px 10px !important;
    letter-spacing: 0.3px;
  }
  
  body:has(.profile-banner-section) .blog-meta.profiletxt::after {
    left: 15%;
    right: 15%;
  }
}

@media (max-width: 360px) {
  body:has(.profile-banner-section) {
    margin-top: -1800px;
    padding-top: 1600px;
    min-height: 250vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 250vh;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  body:has(.profile-banner-section) {
    margin-top: -1000px;
    padding-top: 800px;
    min-height: 130vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 130vh;
  }
}

@media (max-width: 900px) and (min-width: 700px) {
  body:has(.profile-banner-section) {
    margin-top: -1100px;
    padding-top: 900px;
    min-height: 140vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 140vh;
  }
}

@media (min-width: 1200px) {
  body:has(.profile-banner-section) {
    margin-top: -600px;
    padding-top: 500px;
    min-height: 120vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 120vh;
  }
}

@media (max-width: 600px) and (min-width: 481px) {
  body:has(.profile-banner-section) {
    margin-top: -1400px;
    padding-top: 1200px;
    min-height: 180vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 180vh;
  }
}

@media (max-width: 800px) and (min-width: 601px) {
  body:has(.profile-banner-section) {
    margin-top: -1200px;
    padding-top: 1000px;
    min-height: 160vh;
  }
  
  html:has(body:has(.profile-banner-section)) {
    min-height: 160vh;
  }
}

/* ===============================
   MÓDULO UNSTICK CHARACTER - DISEÑO MEJORADO
   =============================== */

/* Aplicar fondo de imagen al módulo unstick - detección específica */
body:has(.unstick-module) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  overflow-x: hidden !important;
  min-height: 100vh !important;
  position: relative !important;
}

/* Asegurar que el html tenga altura completa para unstick */
html:has(body:has(.unstick-module)) {
  min-height: 120vh;
  background: url('../img/cover_page.jpg') no-repeat center center fixed;
  background-size: cover;
}

/* Overlay para el módulo unstick */
body:has(.unstick-module)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Ocultar breadcrumb en unstick */
body:has(.unstick-module) .breadcrumb {
  display: none !important;
}

/* Título del módulo unstick mejorado - SOLO LÍNEA DIVISORA */
body:has(.unstick-module) .page-title {
  background: transparent !important;
  color: #b17714 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-align: center !important;
  padding: 20px 0 !important;
  margin: 0 0 30px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Línea divisora simple debajo del título unstick */
body:has(.unstick-module) .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  box-shadow: none;
}

/* Tabla del módulo unstick mejorada */
body:has(.unstick-module) .table-responsive {
  background: rgba(26, 12, 0, 0.9) !important;
  border-radius: 12px !important;
  border: 2px solid rgba(177, 119, 20, 0.3) !important;
  box-shadow: 
    0 12px 30px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(177, 119, 20, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  padding: 20px !important;
  margin-bottom: 30px !important;
  overflow: hidden !important;
}

/* Mejoras específicas para la tabla unstick */
body:has(.unstick-module) .rakings-deidad-customs {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

body:has(.unstick-module) .rakings-deidad-customs th {
  background: rgba(177, 119, 20, 0.2) !important;
  color: #D4AF37 !important;
  border: 1px solid rgba(177, 119, 20, 0.3) !important;
  padding: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
}

body:has(.unstick-module) .rakings-deidad-customs td {
  background: rgba(19, 6, 0, 0.4) !important;
  color: #fff3d1 !important;
  border: 1px solid rgba(177, 119, 20, 0.2) !important;
  padding: 10px !important;
  font-size: 14px !important;
}

body:has(.unstick-module) .rakings-deidad-customs tr:hover td {
  background: rgba(177, 119, 20, 0.15) !important;
  transform: scale(1.01) !important;
  transition: all 0.2s ease !important;
}

/* Botones unstick mejorados */
body:has(.unstick-module) .migration-btn {
  background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
  color: #000000 !important;
  border: 2px solid #D4AF37 !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 
    0 4px 12px rgba(177, 119, 20, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

body:has(.unstick-module) .migration-btn:hover {
  background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 
    0 6px 20px rgba(177, 119, 20, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

/* Alert de información mejorado */
body:has(.unstick-module) .alert {
  background: rgba(19, 6, 0, 0.9) !important;
  border: 2px solid rgba(177, 119, 20, 0.4) !important;
  border-radius: 8px !important;
  color: #fff3d1 !important;
  padding: 15px 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 20px !important;
}

/* Línea separadora inferior antes del footer en unstick */
body:has(.unstick-module) .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  z-index: 3;
}

/* Asegurar que el footer tenga posición relativa */
body:has(.unstick-module) .footer {
  position: relative;
  background: transparent;
}

/* Mejorar sidebar usercp específicamente en unstick - SIN HOVER */
body:has(.unstick-module) .usercp li {
  background: rgba(26, 12, 0, 0.85);
  border: 2px solid rgba(177, 119, 20, 0.4);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

body:has(.unstick-module) .usercp li a p {
  color: #F4D03F;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 8px rgba(212, 175, 55, 0.3);
  font-weight: 600;
  letter-spacing: 0.5px;
}

body:has(.unstick-module) .usercp li a p font {
  color: rgba(177, 119, 20, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

body:has(.unstick-module) .usercp li:hover a p {
  color: #ffffff;
  text-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.9),
    0 0 15px rgba(244, 208, 63, 0.5);
}

body:has(.unstick-module) .usercp li:hover a p font {
  color: #D4AF37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* Mejorar sección de currencies en unstick - AJUSTADA */
body:has(.unstick-module) .currencies li {
  background: rgba(26, 12, 0, 0.7);
  border: 1px solid rgba(177, 119, 20, 0.3);
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* Margen reducido */
}

/* Responsive para unstick */
@media (max-width: 768px) {
  body:has(.unstick-module) {
    background-attachment: scroll !important;
    margin-top: -800px !important;
    padding-top: 600px !important;
    min-height: 130vh !important;
  }
  
  body:has(.unstick-module) .page-title {
    font-size: 22px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
  }
  
  body:has(.unstick-module) .table-responsive {
    padding: 15px !important;
    margin-bottom: 20px !important;
  }
  
  body:has(.unstick-module) .rakings-deidad-customs th,
  body:has(.unstick-module) .rakings-deidad-customs td {
    padding: 8px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  body:has(.unstick-module) {
    margin-top: -600px !important;
    padding-top: 500px !important;
    min-height: 140vh !important;
  }
  
  body:has(.unstick-module) .page-title {
    font-size: 18px !important;
    padding: 12px !important;
  }
  
  body:has(.unstick-module) .migration-btn {
    padding: 8px 14px !important;
    font-size: 12px !important;
  }
  
  body:has(.unstick-module) .table-responsive {
    padding: 10px !important;
  }
  
  body:has(.unstick-module) .rakings-deidad-customs th,
  body:has(.unstick-module) .rakings-deidad-customs td {
    padding: 6px !important;
    font-size: 11px !important;
  }
}

/* ===============================
   MÓDULO DONATION - DISEÑO MEJORADO
   =============================== */

/* Aplicar fondo de imagen al módulo donation */
/* ========== DONATION MODULE - SIMPLIFICADO SIN INTERFERIR FOOTER ========== */
body:has(.donation-module) {
  background: #130600 url('../img/cover_page.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  overflow-x: hidden !important;
}

/* HTML para donation - REGLAS MÍNIMAS */

/* Overlay para el módulo donation - SIN INTERFERIR CON FOOTER */
body:has(.donation-module)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(
    135deg, 
    rgba(7, 2, 0, 0.75) 0%, 
    rgba(19, 6, 0, 0.65) 30%, 
    rgba(26, 12, 0, 0.55) 60%, 
    rgba(7, 2, 0, 0.75) 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  pointer-events: none;
}

/* Ocultar breadcrumb en donation */
body:has(.donation-module) .breadcrumb {
  display: none !important;
}

/* Título del módulo donation mejorado - SOLO LÍNEA DIVISORA */
body:has(.donation-module) .page-title {
  background: transparent !important;
  color: #b17714 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-align: center !important;
  padding: 20px 0 !important;
  margin: 0 0 30px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Línea divisora simple debajo del título donation */
body:has(.donation-module) .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b17714 50%,
    transparent 100%
  );
  box-shadow: none;
}

/* Contenedor de tarjetas - ESTILO SIMPLE */
body:has(.donation-module) .donation-cards-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  max-width: 1200px !important;
  margin: 30px auto !important;
  padding: 20px !important;
}

/* Tarjetas de donation - DISEÑO SIMPLE Y FUNCIONAL */
body:has(.donation-module) .donation-card {
  width: calc(33.333% - 15px) !important;
  max-width: 350px !important;
  min-width: 280px !important;
  background: rgba(19, 6, 0, 0.9) !important;
  border: 2px solid #b17714 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

body:has(.donation-module) .donation-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(177, 119, 20, 0.5) !important;
}

body:has(.donation-module) .donation-card .main {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}

body:has(.donation-module) .donation-card h2 {
  color: #fff3d1 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 10px 0 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
}

body:has(.donation-module) .donation-card h2:last-of-type {
  color: #daa520 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: 15px !important;
}

body:has(.donation-module) .donation-card .tokenImage img {
  width: 100px !important;
  height: auto !important;
  margin: 10px 0 !important;
}

body:has(.donation-module) .donation-card hr {
  border: none !important;
  height: 1px !important;
  background: #b17714 !important;
  margin: 15px 0 !important;
}

body:has(.donation-module) .donation-btn {
  background: linear-gradient(135deg, #b17714, #daa520) !important;
  border: none !important;
  color: #000000 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 10px !important;
}

body:has(.donation-module) .donation-btn:hover {
  background: linear-gradient(135deg, #daa520, #b17714) !important;
  transform: translateY(-2px) !important;
}

body:has(.donation-module) .bonus {
  background: rgba(255, 105, 180, 0.2) !important;
  border: 1px solid #ff69b4 !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
  margin-bottom: 10px !important;
  display: inline-block !important;
  color: #ff69b4 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

/* RESPONSIVE SIMPLE PARA DONACION */
@media (max-width: 1000px) {
  body:has(.donation-module) .donation-card {
    width: calc(50% - 15px) !important;
  }
}

@media (max-width: 700px) {
  body:has(.donation-module) .donation-card {
    width: 100% !important;
  }
  
  body:has(.donation-module) .donation-cards-container {
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* DONATION MODULE - TABS MEJORADOS */
body:has(.donation-module) .tab {
  text-align: center !important;
  margin: 30px auto !important;
  max-width: 1000px !important;
  background: linear-gradient(135deg, rgba(26, 12, 0, 0.85), rgba(19, 6, 0, 0.9)) !important;
  border: 2px solid rgba(177, 119, 20, 0.4) !important;
  border-radius: 15px !important;
  padding: 20px !important;
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body:has(.donation-module) .tab button {
  background: linear-gradient(135deg, rgba(19, 6, 0, 0.8), rgba(26, 12, 0, 0.6)) !important;
  border: 2px solid rgba(177, 119, 20, 0.5) !important;
  color: #fff3d1 !important;
  padding: 12px 20px !important;
  margin: 0 8px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  position: relative !important;
  overflow: hidden !important;
}

body:has(.donation-module) .tab button::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(177, 119, 20, 0.2), transparent) !important;
  transition: left 0.5s ease !important;
}

body:has(.donation-module) .tab button:hover {
  background: linear-gradient(135deg, rgba(177, 119, 20, 0.3), rgba(212, 175, 55, 0.2)) !important;
  border-color: rgba(177, 119, 20, 0.8) !important;
  color: #F4D03F !important;
  transform: translateY(-2px) !important;
  box-shadow: 
    0 6px 18px rgba(177, 119, 20, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body:has(.donation-module) .tab button:hover::before {
  left: 100% !important;
}

body:has(.donation-module) .tab button.active {
  background: linear-gradient(135deg, #b17714, #D4AF37) !important;
  border-color: #D4AF37 !important;
  color: #000000 !important;
  text-shadow: none !important;
  font-weight: 700 !important;
  box-shadow: 
    0 6px 20px rgba(177, 119, 20, 0.5),
    inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

/* CONTENEDOR DE TARJETAS MEJORADO */
body:has(.donation-module) .tabcontent {
  background: linear-gradient(135deg, rgba(26, 12, 0, 0.9), rgba(19, 6, 0, 0.95)) !important;
  border: 2px solid rgba(177, 119, 20, 0.4) !important;
  border-radius: 15px !important;
  padding: 30px 20px !important;
  margin: 20px auto !important;
  max-width: 1200px !important;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  position: relative !important;
  overflow: hidden !important;
}

body:has(.donation-module) .tabcontent::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: 
    radial-gradient(circle at 20% 80%, rgba(177, 119, 20, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%) !important;
  pointer-events: none !important;
}

/* Tarjetas de donation mejoradas - efectos contenidos */
body:has(.donation-module) .donation-card {
  background: linear-gradient(135deg, rgba(26, 12, 0, 0.9), rgba(19, 6, 0, 0.95)) !important;
  border: 2px solid rgba(177, 119, 20, 0.6) !important;
  border-radius: 12px !important;
  padding: 15px !important;
  margin: 15px !important;
  text-align: center !important;
  width: calc(33.333% - 30px) !important;
  min-width: 280px !important;
  max-width: 350px !important;
  min-height: 400px !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: top !important;
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Forzar ancho consistente para todas las tarjetas de donation */
body:has(.donation-module) #MercadoPago .donation-card,
body:has(.donation-module) #Paypal .donation-card {
  width: calc(33.333% - 20px) !important;
  max-width: 320px !important;
  min-width: 280px !important;
  flex: 0 0 calc(33.333% - 20px) !important;
  margin: 10px !important;
}

/* Responsive para 3 columnas consistentes */
@media (max-width: 1200px) {
  body:has(.donation-module) #MercadoPago .donation-card,
  body:has(.donation-module) #Paypal .donation-card {
    width: calc(50% - 20px) !important;
    flex: 0 0 calc(50% - 20px) !important;
  }
}

@media (max-width: 700px) {
  body:has(.donation-module) #MercadoPago .donation-card,
  body:has(.donation-module) #Paypal .donation-card {
    width: calc(100% - 20px) !important;
    flex: 0 0 calc(100% - 20px) !important;
    max-width: 350px !important;
  }
}

body:has(.donation-module) .donation-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(45deg, transparent 30%, rgba(177, 119, 20, 0.1) 50%, transparent 70%) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none !important;
}

body:has(.donation-module) .donation-card:hover {
  border-color: rgba(212, 175, 55, 0.8) !important;
  transform: translateY(-3px) !important;
  box-shadow: 
    0 12px 35px rgba(177, 119, 20, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body:has(.donation-module) .donation-card:hover::before {
  opacity: 1 !important;
}

/* Contenedor mejorado para consistencia PayPal/MercadoPago */
body:has(.donation-module) .donation-cards-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  text-align: center !important;
  margin: 20px auto !important;
  max-width: 1200px !important;
}

/* Específico para formularios de PayPal */
body:has(.donation-module) #Paypal form {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Título principal "COMPRA COINS" */
body:has(.donation-module) .donation-card::after {
  content: 'COMPRA COINS' !important;
  position: absolute !important;
  top: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #D4AF37 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9) !important;
  z-index: 3 !important;
  background: linear-gradient(45deg, #D4AF37, #F4D03F) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Contenido de las tarjetas optimizado */
body:has(.donation-module) .donation-card h2 {
  color: #fff3d1 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 8px 0 5px 0 !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
  position: relative !important;
  z-index: 2 !important;
}

body:has(.donation-module) .donation-card h2:last-of-type {
  color: #D4AF37 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9) !important;
  margin: 8px 0 !important;
  background: linear-gradient(45deg, #D4AF37, #b17714, #D4AF37) !important;
  background-size: 200% 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: goldShimmer 3s ease-in-out infinite !important;
}

@keyframes goldShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

body:has(.donation-module) .donation-card .tokenImage {
  margin: 20px 0 12px 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

body:has(.donation-module) .donation-card .tokenImage img {
  width: 85px !important;
  height: auto !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5)) !important;
  transition: transform 0.3s ease !important;
}

body:has(.donation-module) .donation-card:hover .tokenImage img {
  transform: scale(1.05) !important;
}

body:has(.donation-module) .donation-card hr {
  border: none !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #b17714, transparent) !important;
  margin: 12px 0 10px 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Botones de donation optimizados */
body:has(.donation-module) .donation-btn,
body:has(.donation-module) a.donation-btn,
body:has(.donation-module) button.donation-btn {
  background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
  border: 2px solid rgba(177, 119, 20, 0.8) !important;
  color: #000000 !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  z-index: 3 !important;
  box-shadow: 
    0 4px 15px rgba(177, 119, 20, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
  width: 90% !important;
  max-width: 180px !important;
}

body:has(.donation-module) .donation-btn::before,
body:has(.donation-module) a.donation-btn::before,
body:has(.donation-module) button.donation-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  border-radius: 6px !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: -1 !important;
}

body:has(.donation-module) .donation-btn:hover,
body:has(.donation-module) a.donation-btn:hover,
body:has(.donation-module) button.donation-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 
    0 6px 20px rgba(177, 119, 20, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(212, 175, 55, 1) !important;
}

body:has(.donation-module) .donation-btn:hover::before,
body:has(.donation-module) a.donation-btn:hover::before,
body:has(.donation-module) button.donation-btn:hover::before {
  opacity: 1 !important;
}

body:has(.donation-module) .donation-btn:active,
body:has(.donation-module) a.donation-btn:active,
body:has(.donation-module) button.donation-btn:active {
  transform: translateY(0) !important;
  box-shadow: 
    0 2px 8px rgba(177, 119, 20, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

/* Sidebar usercp simple */
body:has(.donation-module) .usercp li {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #b17714 !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
}

body:has(.donation-module) .usercp li a p {
  color: #fff3d1 !important;
  padding: 10px !important;
}

body:has(.donation-module) .usercp li a p font {
  color: #daa520 !important;
}

body:has(.donation-module) .usercp li:hover a p font {
  color: #F4D03F !important;
}

body:has(.donation-module) .currencies li {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #b17714 !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
}

/* Responsive con contenido completo visible y efectos contenidos */
@media (max-width: 1000px) {
  body:has(.donation-module) .donation-card {
    width: calc(50% - 30px) !important;
    margin: 10px !important;
    min-height: 380px !important;
    height: auto !important;
  }
}

@media (max-width: 700px) {
  body:has(.donation-module) .donation-card {
    width: calc(100% - 30px) !important;
    max-width: 350px !important;
    margin: 15px auto !important;
    min-height: 360px !important;
    height: auto !important;
  }
  
  body:has(.donation-module) .donation-card .tokenImage img {
    width: 75px !important;
  }
  
  body:has(.donation-module) .donation-card h2 {
    font-size: 14px !important;
  }
  
  body:has(.donation-module) .donation-card h2:last-of-type {
    font-size: 16px !important;
  }
  
  body:has(.donation-module) .donation-cards-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* ======================================
   SERVER STATS SECTION - HOME (COMPACTO)
====================================== */
.server-stats-section {
    background: rgba(19, 6, 0, 0.4);
    padding: 14px 0;
    position: relative;
    border-top: 1px solid rgba(177, 119, 20, 0.3);
    border-bottom: 1px solid rgba(177, 119, 20, 0.3);
}

.server-stats-section::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b17714, transparent);
    opacity: 0.6;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    max-width: 950px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stat-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(177, 119, 20, 0.4);
    border-radius: 5px;
    padding: 7px 11px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
    min-width: 114px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
}

.stat-card:hover {
    background: rgba(177, 119, 20, 0.1);
    border-color: rgba(177, 119, 20, 0.7);
}

.stat-icon {
    font-size: 11px;
    color: #b17714;
    margin: 0;
    opacity: 0.7;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: center;
}

.stat-label {
    color: #fff3d1;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    opacity: 0.65;
    margin: 0;
    line-height: 1;
}

.stat-number {
    color: #b17714;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-shadow: none;
}

.stat-number.pulsing-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.stat-number.pulsing-text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 0%, transparent 70%);
    animation: glow-pulse 2s ease-in-out infinite;
    z-index: -1;
}

.stat-card:hover .stat-number {
    color: #d4af37;
}

.status-online {
    color: #00ff88 !important;
}

.stat-card:hover .status-online {
    color: #00ff88 !important;
}

.pulsing-text {
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
    0% {
        color: #D4AF37;
        text-shadow: 
            0 0 10px rgba(212, 175, 55, 0.7),
            0 0 20px rgba(212, 175, 55, 0.5),
            0 0 30px rgba(212, 175, 55, 0.3);
        transform: scale(1);
    }
    50% {
        color: #FFD700;
        text-shadow: 
            0 0 15px rgba(255, 215, 0, 0.8),
            0 0 25px rgba(255, 215, 0, 0.6),
            0 0 35px rgba(255, 215, 0, 0.4);
        transform: scale(1.05);
    }
    100% {
        color: #D4AF37;
        text-shadow: 
            0 0 10px rgba(212, 175, 55, 0.7),
            0 0 20px rgba(212, 175, 55, 0.5),
            0 0 30px rgba(212, 175, 55, 0.3);
        transform: scale(1);
    }
}

/* Responsive para stats compactos */
@media (max-width: 768px) {
    .server-stats-section {
        padding: 11px 0;
    }
    
    .stats-container {
        gap: 14px;
    }
    
    .stat-card {
        min-width: 95px;
        height: 43px;
        padding: 5px 9px;
    }
    
    .stat-label {
        font-size: 8px;
    }
    
    .stat-number {
        font-size: 12px;
    }
    
    .stat-icon {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .stats-container {
        gap: 9px;
    }
    
    .stat-card {
        min-width: 81px;
        height: 38px;
        padding: 4px 7px;
    }
    
    .stat-label {
        font-size: 7px;
    }
    
    .stat-number {
        font-size: 11px;
    }
    
    .stat-icon {
        font-size: 9px;
    }
}

/* ======================================
   HEADER IMPROVEMENTS - CENTRADO Y RESPONSIVE
====================================== */

/* Mejora del centrado del menú principal en desktop */
@media (min-width: 1200px) {
  .header .header__content {
    position: relative !important;
  }
  
  .header .header__content .header__menu {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-60%, -50%) !important; /* Centrar pero mover más a la izquierda */
    width: auto !important;
    display: flex !important;
    margin: 0 !important;
  }
  
  .header .header__content .header__nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  
  .header .header__content .header__nav-item {
    margin-left: 40px !important;
    margin-right: 0 !important;
  }
  
  .header .header__content .header__nav-item:first-child {
    margin-left: 0 !important;
  }
  
  /* OCULTAR botón hamburguesa en desktop */
  .header__btn {
    display: none !important;
  }
  
  /* Mostrar botón LOGIN en desktop y ajustar su posición */
  .header__action--signin {
    display: flex !important;
    margin-left: 20px !important;
  }

  .header__action-btn--signin {
    padding: 0 !important;
  }

  .header__action-btn--signin span {
    padding: 8px 24px !important;
    font-size: 14px !important;
  }
}

/* Mejoras del botón hamburguesa (SOLO RESPONSIVE) */
.header__btn {
  background: rgba(177, 119, 20, 0.1);
  border: 2px solid #b17714;
  border-radius: 8px;
  padding: 8px;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 28px;
}

/* MOSTRAR botón hamburguesa solo en responsive */
@media (max-width: 1199px) {
  .header__btn {
    display: flex !important;
  }
}

.header__btn:hover {
  background: rgba(177, 119, 20, 0.2);
  border-color: #D4AF37;
  transform: scale(1.05);
}

.header__btn span {
  width: 20px;
  height: 3px;
  background: #b17714;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin: 2px 0;
  position: relative;
  left: 0;
  right: auto;
}

.header__btn span:nth-child(2) {
  width: 16px;
}

.header__btn span:last-child {
  width: 12px;
}

.header__btn:hover span {
  background: #D4AF37;
}

.header__btn--active {
  background: rgba(177, 119, 20, 0.3);
  border-color: #D4AF37;
}

.header__btn--active span {
  background: #D4AF37;
}

.header__btn--active span:nth-child(2) {
  width: 20px;
}

.header__btn--active span:last-child {
  width: 20px;
}

/* Mejoras de los botones de perfil y logout */
.header__profile-btn {
  background: rgba(177, 119, 20, 0.1) !important;
  border: 2px solid rgba(177, 119, 20, 0.3) !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  transition: all 0.3s ease !important;
}

.header__profile-btn:hover {
  background: rgba(177, 119, 20, 0.2) !important;
  border-color: #b17714 !important;
  transform: translateY(-2px) !important;
}

.header__profile-btn div p {
  color: #fff3d1 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.header__profile-btn div span {
  color: #b17714 !important;
  font-size: 11px !important;
}

/* Mejorar spacing de los botones de perfil */
.header__action--profile {
  margin-left: 15px !important;
}

.header__action--profile:first-child {
  margin-left: 0 !important;
}

/* ======================================
   REEMPLAZAR ICONO DE LOGIN POR TEXTO "LOGIN"
====================================== */

/* Ocultar el SVG del botón de login */
.header__action-btn--signin svg {
  display: none !important;
}

/* Botón LOGIN con diseño glassmorphism moderno como el de registro */
  .header__action-btn--signin {
  background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
  border: 2px solid #D4AF37 !important;
  border-radius: 8px !important;
    padding: 0 !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.header__action-btn--signin::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  transition: left 0.6s ease !important;
}

.header__action-btn--signin:hover {
  transform: translateY(-2px) !important;
  box-shadow: 
    0 8px 25px rgba(177, 119, 20, 0.5),
    0 0 30px rgba(212, 175, 55, 0.4) !important;
  background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
}

.header__action-btn--signin:hover::before {
  left: 100% !important;
}

.header__action-btn--signin:active {
  transform: translateY(0px) !important;
  }

  .header__action-btn--signin span {
  display: block !important;
  padding: 8px 20px !important;
  color: #130600 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) !important;
}

/* Responsive styles */
@media (max-width: 575px) {
  .header__action-btn--signin span {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
}

/* CORRECCIÓN COMPLETA: Botón LOGIN sin duplicado en responsive */
@media (max-width: 1199px) {
  .header__action--signin {
    display: flex !important;
    position: relative !important;
  }
  
  .header__action-btn--signin {
    background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
  }

  .header__action-btn--signin:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
      0 8px 25px rgba(177, 119, 20, 0.5),
      0 0 30px rgba(212, 175, 55, 0.4) !important;
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  }

  .header__action-btn--signin svg {
    display: none !important;
  }

  .header__action-btn--signin span {
    display: block !important;
    padding: 8px 16px !important;
    color: #130600 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  }

  .header__action-btn--signin:hover span {
    color: #130600 !important;
  }
}

/* Responsive para móvil mejorado */
@media (max-width: 575px) {
  .header__action-btn--signin span {
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    min-width: 60px !important;
    text-align: center !important;
  }
}

/* ======================================
   MEJORAS RESPONSIVE ADICIONALES
====================================== */

/* Tablet */
@media (max-width: 1199px) and (min-width: 768px) {
  .header__actions {
    margin-right: 60px !important;
  }
  
  .header__btn {
    right: 20px;
    top: 28px;
  }
}

/* Mobile mejorado */
@media (max-width: 767px) {
  .header__content {
    padding: 0 15px;
  }
  
  .header__logo img {
    height: 60px !important;
  }
  
  .header__actions {
    margin-right: 70px !important; /* Aumentado de 60px a 70px */
  }
  
  .header__action--profile {
    margin-left: 12px !important; /* Aumentado de 10px a 12px */
  }
  
  .header__action--signin {
    margin-right: 8px !important; /* Espacio adicional del lado derecho */
  }
  
  .header__profile-btn {
    padding: 6px 8px !important;
  }
  
  .header__profile-btn div p {
    font-size: 12px !important;
  }
  
  .header__profile-btn div span {
    font-size: 10px !important;
  }
  
  .header__btn {
    right: 15px;
    top: 23px;
    width: 40px;
    height: 40px;
  }
  
  .header__btn span {
    width: 18px;
    height: 2px;
  }
  
  .header__btn span:nth-child(2) {
    width: 14px;
  }
  
  .header__btn span:last-child {
    width: 10px;
  }
}

/* Mobile pequeño - LOGIN button mejorado */
@media (max-width: 480px) {
  .header__actions {
    margin-right: 75px !important; /* Mayor espacio en pantallas pequeñas */
  }
  
  .header__action--signin {
    min-width: 70px !important;
    height: auto !important;
    margin-right: 10px !important; /* Más espacio del lado derecho */
  }
  
  .header__action-btn--signin {
    background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 8px !important;
  }
  
  .header__action-btn--signin:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
      0 8px 25px rgba(177, 119, 20, 0.5),
      0 0 30px rgba(212, 175, 55, 0.4) !important;
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  }
  
  .header__action-btn--signin span {
    padding: 6px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    min-width: 50px !important;
    text-align: center !important;
    display: block !important;
    white-space: nowrap !important;
    color: #130600 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
  
  .header__profile-btn img {
    width: 24px !important;
    height: 24px !important;
  }
  
  .header__btn {
    right: 12px; /* Movido más hacia adentro para dar más espacio */
    top: 22px;
    width: 38px; /* Ligeramente más pequeño */
    height: 38px;
  }
}

/* Móvil extra pequeño */
@media (max-width: 360px) {
  .header__actions {
    margin-right: 80px !important; /* Aún mayor espacio en pantallas muy pequeñas */
  }
  
  .header__action--signin {
    margin-right: 12px !important;
  }
  
  .header__action-btn--signin {
    min-width: 65px !important; /* Ancho mínimo garantizado */
    background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 8px !important;
  }
  
  .header__action-btn--signin:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
      0 8px 25px rgba(177, 119, 20, 0.5),
      0 0 30px rgba(212, 175, 55, 0.4) !important;
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  }
  
  .header__action-btn--signin span {
    padding: 5px 10px !important;
    font-size: 11px !important;
    min-width: 45px !important;
    font-weight: 700 !important;  /* Texto más grueso para mejor visibilidad */
    color: #130600 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
  
  .header__btn {
    right: 10px; /* Más hacia adentro */
    width: 36px; /* Más pequeño */
    height: 36px;
  }
  
  .header__btn span {
    width: 16px;
    height: 2px;
  }
  
  .header__btn span:nth-child(2) {
    width: 12px;
  }
  
  .header__btn span:last-child {
    width: 8px;
  }
}

/* Pantallas muy pequeñas (como iPhone SE, etc.) */
@media (max-width: 320px) {
  .header__actions {
    margin-right: 85px !important; /* Máximo espacio */
  }
  
  .header__action--signin {
    margin-right: 15px !important;
  }
  
  .header__action-btn--signin {
    min-width: 60px !important;
    background: linear-gradient(135deg, #b17714 0%, #D4AF37 50%, #b17714 100%) !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 8px !important;
  }
  
  .header__action-btn--signin:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
      0 8px 25px rgba(177, 119, 20, 0.5),
      0 0 30px rgba(212, 175, 55, 0.4) !important;
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 50%, #D4AF37 100%) !important;
  }
  
  .header__action-btn--signin span {
    padding: 4px 8px !important;
    font-size: 10px !important;
    min-width: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    color: #130600 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
  
  .header__btn {
    right: 8px;
    width: 34px;
    height: 34px;
  }
}

/* ======================================
   MEJORAS ADICIONALES DEL MENU DROPDOWN
====================================== */

/* Mejorar los dropdowns del menú */
.header__nav-menu {
  background: rgba(7, 2, 0, 0.95) !important;
  border: 2px solid #b17714 !important;
  border-radius: 10px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8) !important;
}

.header__nav-menu li {
  border-bottom: 1px solid rgba(177, 119, 20, 0.2) !important;
}

.header__nav-menu li:last-child {
  border-bottom: none !important;
}

.header__nav-menu a {
  color: #fff3d1 !important;
  padding: 12px 20px !important;
  transition: all 0.3s ease !important;
}

.header__nav-menu a:hover {
  background: rgba(177, 119, 20, 0.2) !important;
  color: #D4AF37 !important;
}

/* Animación de entrada para dropdowns */
@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__nav-menu.show {
  animation: fadeInDropdown 0.3s ease !important;
}

/* ===============================
   BANNER DE REGISTRO MODERNO - ESTILOS MEJORADOS
   =============================== */

/* Texto principal del banner más moderno - TAMAÑO REDUCIDO */
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 2.2em !important;
  font-weight: 800 !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif !important;
  background: linear-gradient(
    135deg,
    #D4AF37 0%,
    #F4D03F 25%,
    #FFD700 50%,
    #F4D03F 75%,
    #D4AF37 100%
  ) !important;
  background-size: 200% 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: goldShimmer 3s ease-in-out infinite !important;
  text-shadow: 
    0 0 20px rgba(212, 175, 55, 0.6),
    0 0 40px rgba(212, 175, 55, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2) !important;
  letter-spacing: 1.8px !important;
  line-height: 1.1 !important;
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}

/* Efecto de brillo de fondo para el texto */
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1::before {
  content: '' !important;
  position: absolute !important;
  top: -10px !important;
  left: -10px !important;
  right: -10px !important;
  bottom: -10px !important;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(212, 175, 55, 0.05) 40%,
    transparent 70%
  ) !important;
  border-radius: 20px !important;
  z-index: -1 !important;
}

/* Animación del gradiente dorado */
@keyframes goldShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Botón de registro completamente rediseñado - TAMAÑO REDUCIDO */
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
  /* Reset de estilos anteriores */
  border: none !important;
  background: none !important;
  
  /* Nuevos estilos modernos - REDUCIDOS */
  position: relative !important;
  display: inline-block !important;
  padding: 12px 30px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #130600 !important;
  margin-top: 10px !important;
  
  /* Fondo con gradiente dorado */
  background: linear-gradient(
    135deg,
    #D4AF37 0%,
    #F4D03F 50%,
    #FFD700 100%
  ) !important;
  
  /* Efecto glassmorphism */
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  
  /* Bordes y sombras */
  border-radius: 50px !important;
  box-shadow: 
    0 8px 32px rgba(212, 175, 55, 0.4),
    0 4px 16px rgba(212, 175, 55, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  
  /* Transiciones suaves */
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1) !important;
  transform: translateY(0) scale(1) !important;
  overflow: hidden !important;
}

/* Efecto de brillo deslizante en el botón */
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  ) !important;
  transition: left 0.6s ease !important;
  z-index: 1 !important;
}

/* Estados hover y active del botón */
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #130600 !important;
  background: linear-gradient(
    135deg,
    #FFD700 0%,
    #F4D03F 50%,
    #D4AF37 100%
  ) !important;
  transform: translateY(-4px) scale(1.05) !important;
  box-shadow: 
    0 16px 40px rgba(212, 175, 55, 0.6),
    0 8px 24px rgba(212, 175, 55, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    0 0 30px rgba(212, 175, 55, 0.8) !important;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover::before {
  left: 100% !important;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:active {
  transform: translateY(-2px) scale(1.02) !important;
  transition: all 0.1s ease !important;
}

/* Línea separadora más elegante */
#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
  background: linear-gradient(
    90deg,
    transparent 0%,
    #D4AF37 20%,
    #FFD700 50%,
    #D4AF37 80%,
    transparent 100%
  ) !important;
  height: 3px !important;
  width: 8em !important;
  border-radius: 2px !important;
  box-shadow: 
    0 0 10px rgba(212, 175, 55, 0.6),
    0 0 20px rgba(212, 175, 55, 0.3) !important;
  animation: lineGlow 2s ease-in-out infinite alternate !important;
}

@keyframes lineGlow {
  0% {
    box-shadow: 
      0 0 5px rgba(212, 175, 55, 0.4),
      0 0 10px rgba(212, 175, 55, 0.2);
  }
  100% {
    box-shadow: 
      0 0 15px rgba(212, 175, 55, 0.8),
      0 0 30px rgba(212, 175, 55, 0.4);
  }
}

/* Responsive para el banner mejorado */
@media only screen and (max-width: 1024px) {
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2.4em !important;
    letter-spacing: 1.5px !important;
  }
  
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 12px 32px !important;
    font-size: 14px !important;
    letter-spacing: 1.2px !important;
  }
}

@media only screen and (max-width: 768px) {
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2.2em !important;
    letter-spacing: 1px !important;
  }
  
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 11px 28px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
  }
  
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    width: 6em !important;
  }
}

@media only screen and (max-width: 480px) {
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2.0em !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
  }
  
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 10px 24px !important;
    font-size: 12px !important;
    letter-spacing: 0.8px !important;
  }
  
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    width: 5em !important;
    height: 2px !important;
  }

}

/* Efecto adicional para el hover del texto principal */
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1:hover {
  animation-duration: 1.5s !important;
  text-shadow: 
    0 0 30px rgba(212, 175, 55, 0.8),
    0 0 60px rgba(212, 175, 55, 0.6),
    0 0 90px rgba(212, 175, 55, 0.4) !important;
}






