@font-face {font-family: "arial"; src: url(fonts/arial.ttf); font-weight: normal; } 
@font-face {font-family: "Gotham Book"; src: url(fonts/Gotham-Book.otf); font-weight: normal; } 
@font-face {font-family: "Gotham Bold"; src: url(fonts/Gotham-Bold.otf); font-weight: normal; } 
@font-face {font-family: "Gotham Condensed Bold"; src: url(fonts/GothamCondensed-Bold.otf); font-weight: normal; } 
@font-face {font-family: "OpenSans Regular"; src: url(fonts/OpenSans-Regular.ttf); font-weight: normal; } 
@font-face {font-family: "OpenSans Bold"; src: url(fonts/OpenSans-Bold.otf); font-weight: normal; } 

hr {
	background-color: #333;
}

.vtop-5 { margin-top: 5px;  }
.vtop-10 { margin-top: 10px;  } .vtop-15 { margin-top: 15px;  }
.vtop-20 { margin-top: 20px;  } .vtop-25 { margin-top: 25px;  }
.vtop-30 { margin-top: 30px;  } .vtop-35 { margin-top: 35px;  }
.vtop-40 { margin-top: 40px;  } .vtop-45 { margin-top: 45px;  }
.vtop-50 { margin-top: 50px;  } .vtop-55 { margin-top: 55px;  }
.vtop-60 { margin-top: 60px;  } .vtop-65 { margin-top: 65px;  }
.vtop-70 { margin-top: 70px;  } .vtop-75 { margin-top: 75px;  }
.vtop-80 { margin-top: 80px;  } .vtop-85 { margin-top: 85px;  }
.vtop-90 { margin-top: 90px;  } .vtop-95 { margin-top: 95px;  }
.vtop-100 { margin-top: 100px; }

.hide {
	display: none;
}

body, html {
	font-family: "Gotham Book" !important;
	font-size: 9pt !important;
	padding: 0;
	margin: 0;
	background: transparent !important;
	color: #d1d1d1;
	width: 100%;
	height: 100% !important;
}

a {
	color: #ffbb00;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	color: #d1d1d1;
	text-align: center;
}

h2 {
	font-family: "Gotham Bold", sans-serif;
	color: #ffbb00;
	padding: 10px;
    font-size: 20pt;
    text-transform: uppercase;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
	background: linear-gradient(135deg, #ffe600, #ff8800);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	filter: drop-shadow(0 2px 8px rgba(255, 170, 0, 0.3));
}

h3 {
	font-family: "OpenSans Regular", sans-serif;
	color: #ffbb00;
    font-size: 12pt;
    text-transform: uppercase;
    border-bottom: none;
    margin: auto;
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    margin-top: 20px;
}

.link {
	color: #ff933a;
}

button[type=submit], input[type=submit] {
	font-family: "Gotham Book" !important;
	background: linear-gradient(135deg, #f39c12, #d35400);
	border-radius: 8px;
	border: 1px solid #f1c40f;
	display: inline-block;
	cursor: pointer;
	color:#ffffff;
	font-size:9pt;
	padding: 10px 18px;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
	box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
	transition: all 0.3s ease;
}
button[type=submit]:hover, input[type=submit]:hover {
	background: linear-gradient(135deg, #f1c40f, #e67e22);
	box-shadow: 0 6px 20px rgba(241, 196, 15, 0.5);
	transform: translateY(-2px);
}
button[type=submit]:active, input[type=submit]:active {
	position:relative;
	top:1px;
}

/*** HEADER ***/
.my-container {
	position: relative;
	top: 0;
	left: 0;
	background: transparent !important;
	background-image: none !important;
	width: 100%;
	height: auto;
	z-index: 99999 !important;
}

.my-content {
	position: relative;
	margin: auto;
	width: 1400px;
	min-height: 1400px;
	height: auto;
	z-index: 99999 !important;
	background: transparent !important;
	background-image: none !important;
}

.navi-container {
	position: relative;
	z-index: 99999 !important;
	width: 100%;
	background: transparent !important;
	background-image: none !important;
}

.navi {
	width: 100%;
	height: 65px;
	background: transparent !important;
	background-image: none !important;
}

.navi .logo {
	display: none !important;
}

.btn-navi {
	float: left;
	margin-left: 20px;
	width: auto;
	height: 65px;
}

.top-navi {
	display: inline-block;
	margin: 15px 0 0 10px;
	background: #0d2836 !important;
	padding: 8px 18px;
	border-radius: 30px;
	border: 1px solid rgba(0, 212, 255, 0.4);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
	white-space: nowrap;
}

.top-navi ul {
	z-index: 99999 !important;
	font-family: "Gotham Bold", sans-serif;
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.top-navi ul li { 
	display: inline-block; 
}
.top-navi ul li a { 
	position: relative;
	right: 0;
	font-size: 10pt; 
	color: #ffffff; 
	text-transform: uppercase; 
	margin: 0 8px; 
	padding: 5px 10px;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
	transition: all 0.3s ease;
}
.top-navi ul li a:hover { 
	position: relative;
	right: 0;
	font-size: 10pt; 
	color: #00d4ff; 
	text-transform: uppercase; 
	margin: 0 8px; 
	padding: 5px 10px;
	text-shadow: 0 0 12px rgba(0, 212, 255, 0.8);
	transform: translateY(-2px);
	transition: all 0.3s ease;
}

/* ===== CUADRO DE STATUS ESTILO NEON ===== */
.status {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	width: 250px;
	height: auto;
	min-height: 55px;
	background: #0d2836 !important;
	border: 1px solid rgba(0, 212, 255, 0.5);
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 212, 255, 0.15);
	padding: 10px 14px;
	box-sizing: border-box;
	z-index: 999999;
	opacity: 0;
	animation: slideInDown 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
}

.status .online-players {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	visibility: visible !important;
	width: 100%;
	font-size: 9.5pt !important;
	font-family: "Gotham Bold", sans-serif !important;
	color: #ffffff !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 1);
	z-index: 1000000;
}

.status .online-players::before {
	content: "PLAYERS:";
	color: #00d4ff;
	font-family: "Gotham Bold", sans-serif;
	margin-right: 8px;
}

.status .server-status {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	visibility: visible !important;
	width: 100%;
	font-size: 9.5pt !important;
	font-family: "Gotham Bold", sans-serif !important;
	color: #2ecc71 !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 1);
	z-index: 1000000;
}

.status .server-status::before {
	content: "SERVER:";
	color: #00d4ff;
	font-family: "Gotham Bold", sans-serif;
	margin-right: 8px;
}

.banner {
	width: 100%;
	min-height: 675px;
	background: transparent !important;
	background-image: none !important;
}

.banner .logo {
	position: absolute;
	top: 40px;
	left: 80px;
	z-index: 99999 !important;
	margin: 0;
	filter: drop-shadow(0 6px 16px rgba(0,0,0,0.9));
	animation: slideInLeft 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards, logoFloat 4s ease-in-out 1.2s infinite;
}

.banner .logo::before {
	content: none !important;
}

.banner .logo img {
	display: block !important;
	width: 473px;
	height: auto;
}

.banner .swordsman {
	display: none !important;
}

.banner .login {
	position: relative;
	top: 175px;
	left: 80px;
	z-index: 99999 !important;
	background: url('../img/img/bg-login.png') no-repeat !important;
	width: 370px;
	height: 379px;
	filter: hue-rotate(140deg) saturate(200%) brightness(1.2);
	opacity: 0;
	animation: slideInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

.login-form {
	position: relative;
	top: 52px;
	text-align: left !important;
}

.login-form table {
	position: relative;
	z-index: 99999;
	font-family: "Gotham Book";
	font-size: 10pt;
	color: #b0b0b0;
	margin: 0 auto;
}

.txt-login {
	background: #0d2836;
	width: 100%;
	height: 34px;
	border-radius: 6px;
	border: 1px solid rgba(0, 212, 255, 0.4) !important;
	text-align: left;
	padding-left: 8px;
	color: #fff;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.txt-login:focus {
	border-color: rgba(0, 212, 255, 0.9) !important;
	outline: none;
}

.btn-login {
	position: relative;
	left: 0;
	opacity: 0.9;
	background: url('../img/img/btn-login.png') no-repeat !important;
	width: 276px;
	height: 53px;
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	margin: 10px auto 0 auto;
}

.btn-login:hover {
	opacity: 1;
	filter: brightness(1.15);
}

.btn-logout {
	opacity: 0.9;
	transition: all 0.3s;
}

.btn-logout:hover {
	opacity: 1;
}

.qlinks {
	position: relative;
	float: right;
	top: -60px;
	right: 100px;
	z-index: 99999 !important;
	background: #0d2836;
	width: 870px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid rgba(0, 212, 255, 0.4);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.qlinks ul {
	z-index: 99999 !important;
	font-family: "Gotham Book", sans-serif;
	color: #00d4ff;
	position: relative;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.qlinks ul li { display: inline; }
.qlinks ul li a { 
	position: relative;
	top: 18px;
	font-size: 11pt; 
	color: #00d4ff; 
	margin: 0 4px; 
	padding: 16px 18px;
	border-radius: 20px;
	letter-spacing: 2px;
	transition: all 0.3s;
}
.qlinks ul li a:hover { 
	position: relative;
	font-size: 11pt; 
	color: #ffffff; 
	margin: 0 4px;
	background: rgba(0, 212, 255, 0.25);
	border: 1px solid rgba(0, 212, 255, 0.6);
	padding: 16px 18px;
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
	transition: all 0.3s;
}

.news {
	position: relative;
	top: -90px;
	margin: auto;
	width: 1215px;
	height: auto;
}

.news .header {
	margin: 0 0 0 20px;
}

.news-content {
	margin: 10px 0 0 0;
}

.news-content .news-item {
	float: left;
	margin-left: 20px;
	background: #0d2836 !important;
	border: 1px solid rgba(0, 212, 255, 0.35);
	background-image: none !important;
	width: 222px;
	height: 282px;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
	transition: transform 0.3s, border-color 0.3s;
}

.news-content .news-item:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 255, 0.8);
}

.news-img {
	position: relative;
	left: 1px;
}

.news-desc {
	padding: 8px;
	overflow: hidden;
}

.news-desc .date {
	float: left;
	font-size: 7.5pt;
	color: #999;
}

.news-desc .type {
	float: right;
	text-transform: uppercase;
	font-size: 7.5pt;
	color: #00d4ff;
}

.news-desc .title {
	font-family: "Gotham Bold", sans-serif;
	font-size: 11pt;
	color: #fff;
}

.news-desc .info {
	font-size: 7.5pt;
	color: #aaa;
	height: 90px;
	overflow: hidden;
}

.news-desc .author {
	float: left;
	color: #888;
	font-size: 7.5pt;
}

.news-desc .link {
	float: right;
	color: #00d4ff;
	font-size: 7.5pt;
}

.profile {
	margin: -100px 0 0 0;
	background: #0d2836 !important;
	border: 1px solid rgba(0, 212, 255, 0.4);
	background-image: none !important;
	width: 1403px;
	height: 690px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.profile .profile-content {
	float: right;
	margin: 40px 70px 0 0;
	width: 645px;
	height: auto;
}

.profile .p-title {
	font-family: "Gotham Bold", sans-serif;
	font-size: 24pt;
	color: #00d4ff;
}

.profile .p-desc {
	width: 90%;
	height: 200px;
	font-size: 14pt;
	color: #b0b0b0;
}

.profile .m-title {
	font-size: 24pt;
	color: #00d4ff;
}

.profile .new-chars {
	position: relative;
	top: 25px;
	left: 145px;
	width: 115px;
	float: left;
	font-family: "Gotham Bold", sans-serif;
	font-size: 24pt;
	color: #fff;
}

.profile .sign-ups {
	position: relative;
	float: left;
	top: 25px;
	left: 305px;
	width: 115px;
	font-family: "Gotham Bold", sans-serif;
	font-size: 24pt;
	color: #fff;
}

/* ===== CONTENEDOR GENERAL DE REVIEWS SEPARADO Y CORREGIDO ===== */
.reviews {
	position: relative;
	z-index: 9997;
	background: #0d2836 !important;
	border: 1px solid rgba(0, 212, 255, 0.4);
	background-image: none !important;
	margin: 40px auto 0 auto;
	width: 1181px;
	height: auto;
	padding: 30px 20px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.reviews-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	margin: 0;
}

.reviews-item {
	flex: 1;
	background: rgba(13, 40, 54, 0.85);
	border: 2px solid #00d4ff;
	border-radius: 12px;
	padding: 25px 20px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(0, 212, 255, 0.15);
	overflow: hidden;
}

.r-name {
	font-family: "Gotham Bold", sans-serif;
	font-size: 14pt;
	color: #00d4ff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

.r-desc {
	margin: auto;
	width: 90%;
	font-family: "Gotham Book", sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 1.5;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* ===== CONTENEDOR DE RANKING / CAMPEONES CON EL FONDO DE LA PANTALLA DE REGISTRO ===== */
.ranking-container {
    max-width: 1200px;
    margin: 40px auto;
    background: url('../img/img/fondo-registro.jpg') no-repeat center center !important;
    background-size: cover !important;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 12px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.ranking-card {
    flex: 1;
    background: rgba(13, 40, 54, 0.9);
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.ranking-card:hover {
    border-color: #00d4ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.25);
}

.rank-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f39c12, #d35400);
    border: 1px solid #f1c40f;
    padding: 4px 14px;
    border-radius: 20px;
    font-family: "Gotham Bold", sans-serif;
    font-size: 8.5pt;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.rank-title {
    font-family: "Gotham Bold", sans-serif;
    font-size: 10pt;
    color: #00d4ff;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px rgba(0, 212, 255, 0.4);
    text-transform: uppercase;
}

.rank-avatar-wrapper {
    position: relative;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.rank-glow {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 1;
}

.rank-avatar-wrapper img {
    position: relative;
    z-index: 2;
    max-height: 130px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.8));
}

.rank-name {
    font-family: "Gotham Bold", sans-serif;
    font-size: 15pt;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.rank-desc {
    font-family: "Gotham Book", sans-serif;
    font-size: 9pt;
    color: #b0b0b0;
    line-height: 1.4;
    padding: 0 10px;
}

/* ===== GRILLA Y TARJETAS DE MVP TRACKER (OPTIMIZADO PARA MUCHOS JEFES) ===== */
.mvp-grid {
    max-width: 1350px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
    padding: 20px;
}

.mvp-card {
    background-color: #0d2836;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 15px 15px;
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 12px;
    padding: 15px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mvp-card:hover {
    transform: translateY(-4px);
    border-color: #00d4ff;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.25);
}

.mvp-status-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: "Gotham Bold", sans-serif;
    font-size: 7.5pt;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.mvp-status-badge.dead {
    background: rgba(231, 76, 60, 0.25);
    border: 1px solid #e74c3c;
    color: #ff8880;
}

.mvp-status-badge.alive {
    background: rgba(46, 204, 113, 0.25);
    border: 1px solid #2ecc71;
    color: #2ecc71;
}

.mvp-sprite-box {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    position: relative;
}

.mvp-sprite-box img {
    max-height: 110px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

.mvp-info {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 4px;
}

.mvp-name {
    font-family: "Gotham Bold", sans-serif;
    font-size: 11pt;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: 2px;
}

.mvp-map {
    font-family: "Gotham Book", sans-serif;
    font-size: 8pt;
    color: #00d4ff;
}

.mvp-details-box {
    width: 100%;
    background: rgba(13, 40, 54, 0.95);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.mvp-details-box .label {
    font-family: "Gotham Book", sans-serif;
    font-size: 7pt;
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.mvp-details-box .value {
    font-family: "Gotham Bold", sans-serif;
    font-size: 8.5pt;
    color: #d1d1d1;
}

.mvp-row-timers {
    width: 100%;
    display: flex;
    gap: 8px;
}

.mvp-row-timers .mvp-details-box {
    flex: 1;
    margin-bottom: 0;
    text-align: center;
}

.section-content {
	font-size: 11pt;
	width: 100%;
	padding: 20px;
	position: relative;
	z-index: 9999;
	border-radius: 15px;
}

.section-pages p {
	color: #fff !important;
}

.section-pages table {
	margin: auto;
}

.my-menus {
	position: relative;
	z-index: 9950;
	margin: auto;
}

.footer {
	position: relative;
	z-index: 9995;
	margin-top: -80px;
	background: url('../img/img/bg-footer.png') top center no-repeat;
	font-family: "Gotham Book", sans-serif;
	width: 100%;
	height: 298px;
}

.footer2 {
	position: relative;
	z-index: 9990;
	margin-top: -120px;
	background: url('../img/img/bg-footer.png') top center no-repeat;
	font-family: "Gotham Book", sans-serif;
	width: 100%;
	height: 298px;
}

.footer .footer-content, .footer2 .footer-content {
	position: relative;
	top: 150px;
	margin: auto;
	width: 1400px;
	height: auto;
}

.footer .lpane, .footer2 .lpane {
	float: left;
	width: 75%;
}

.footer .links, .footer2 .links {
	color: #454545;
}

.footer .links a, .footer .links a:visited, .footer2 .links a, .footer2 .links a:visited {
	font-size: 9pt;
	color: #00d4ff;
	text-decoration: none;
}

.footer .copyright, .footer2 .copyright {
	margin-top: 20px;
	color: #999;
	font-size: 9pt;
}

.footer .logos, .footer2 .logos {
	margin-left: -25px;
}

.footer .rpane, .footer2 .rpane {
	float: right;
	width: 20%;
	color: #00d4ff;
	font-size: 9pt;
}

.footer a, .footer2 a {
	opacity: 0.8;
	transition: all 0.3s;	
}

.footer a:hover, .footer2 a:hover {
	opacity: 1;
	color: #fff;
}

.video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -999999;
    object-fit: cover;
    pointer-events: none;
}

@keyframes logoFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

@keyframes slideInLeft {
    0% { opacity: 0; transform: translateX(-80px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes slideInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideInDown {
    0% { opacity: 0; transform: translateY(-30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ===== INFORMACIÓN DEL SERVIDOR ===== */
.server-info-container {
    max-width: 1100px;
    margin: 20px auto;
    background: #0d2836 !important;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 25px;
}

.server-info-section {
    background: rgba(13, 40, 54, 0.85);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 12px;
    padding: 22px;
}

.server-info-section h2 {
    font-family: "Gotham Bold", sans-serif;
    font-size: 13pt;
    color: #00d4ff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.server-info-section .info-list li {
    font-family: "Gotham Book", sans-serif;
    font-size: 10pt;
    color: #d1d1d1;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
}

.server-info-section .info-list li:last-child {
    border-bottom: none;
}

.server-info-section .info-list li span {
    margin-right: 12px;
    font-size: 11pt;
}

.server-info-section .info-list li strong {
    color: #ffffff;
    margin-right: 6px;
}

/* ===== CONTENEDOR DE DESCARGAS ===== */
.download-container {
    max-width: 900px;
    margin: 30px auto;
    background: #0d2836 !important;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.download-container h2 {
    font-family: "Gotham Bold", sans-serif;
    font-size: 16pt;
    color: #00d4ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    padding-bottom: 10px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.download-subtitle {
    font-family: "Gotham Book", sans-serif;
    font-size: 10pt;
    color: #aaa;
    margin-bottom: 25px;
}

.download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

button.linea {
    background: rgba(13, 40, 54, 0.9) !important;
    border: 1px solid rgba(0, 212, 255, 0.4) !important;
    border-radius: 12px;
    padding: 12px 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    outline: none;
    margin: 5px;
}

button.linea:hover {
    background: rgba(18, 55, 75, 1) !important;
    border-color: rgba(0, 212, 255, 0.9) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.25);
}

button.linea:active {
    transform: translateY(-1px);
}

button.linea img {
    display: block;
    max-height: 28px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    transition: transform 0.3s ease;
}

button.linea span {
    font-family: "Gotham Bold", sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

button.linea:hover img {
    transform: scale(1.08);
}

/* ===== SECCIÓN DE DONACIONES ===== */
.donation-container {
    max-width: 900px;
    margin: 30px auto;
    background: #0d2836 !important;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.donation-container > h2 {
    font-family: "Gotham Bold", sans-serif;
    font-size: 18pt;
    color: #00d4ff;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    padding-bottom: 12px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.donation-box, .donation-info-box, .donation-notice {
    background: rgba(13, 40, 54, 0.85);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.donation-box h3, .donation-info-box h3, .donation-notice h3 {
    font-family: "Gotham Bold", sans-serif;
    font-size: 12pt;
    color: #00d4ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: none;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.donation-instruction {
    font-family: "Gotham Book", sans-serif;
    font-size: 10pt;
    color: #aaa;
    margin-bottom: 15px;
}

.qr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 15px;
    flex-wrap: wrap;
}

button.qr-btn {
    background: rgba(13, 40, 54, 0.95) !important;
    border: 1px solid rgba(0, 212, 255, 0.4) !important;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

button.qr-btn img {
    width: 90px !important;
    max-width: 90px !important;
    height: auto !important;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

button.qr-btn span {
    font-family: "Gotham Bold", sans-serif;
    font-size: 8.5pt;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

button.qr-btn:hover {
    background: rgba(18, 55, 75, 1) !important;
    border-color: rgba(0, 212, 255, 0.9) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.25);
}

.qr-image-large {
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    border-radius: 10px;
    border: 2px solid rgba(0, 212, 255, 0.6);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
}

.qr-image-large:hover {
    transform: scale(1.03);
    border-color: rgba(0, 212, 255, 1);
}

.cash-rate {
    font-family: "Gotham Book", sans-serif;
    font-size: 11pt;
    color: #d1d1d1;
    margin-top: 15px;
}

.cash-rate strong {
    color: #2ecc71;
}

.donation-notice {
    border-color: rgba(0, 212, 255, 0.25);
}

.donation-notice h3 {
    color: #ffbb00;
}

.donation-notice p {
    font-family: "Gotham Book", sans-serif;
    font-size: 9.5pt;
    color: #aaa;
    text-align: center;
    margin: 0;
}

/* ===== SISTEMA DE VOTO ===== */
.voting-container, .vote-container {
    max-width: 900px;
    margin: 30px auto;
    background: #0d2836 !important;
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.voting-container h2, .vote-container h2 {
    font-family: "Gotham Bold", sans-serif;
    font-size: 18pt;
    color: #00d4ff;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    padding-bottom: 12px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}