@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%;
	max-width: 1200px;
	margin: 15px auto 0 auto;
	height: auto;
	background: transparent !important;
	background-image: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10000;
}

.navi .logo {
	display: none !important;
}

.btn-navi {
	width: 100%;
	display: flex;
	justify-content: center;
	height: auto;
	margin: 0;
	float: none;
}

.top-navi {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
	background: rgba(9, 28, 38, 0.94) !important;
	backdrop-filter: blur(14px);
	padding: 4px 14px;
	border-radius: 30px;
	border: 1px solid rgba(0, 212, 255, 0.5);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85), inset 0 0 15px rgba(0, 212, 255, 0.15);
	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;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 4px;
}

.top-navi ul li { 
	display: inline-block; 
}
.top-navi ul li a { 
	position: relative;
	font-size: 8.5pt; 
	color: #ffffff; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 6px 8px;
	letter-spacing: 0.3px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
	transition: all 0.25s ease;
	white-space: nowrap;
}
.top-navi ul li a:hover { 
	color: #00d4ff; 
	text-shadow: 0 0 12px rgba(0, 212, 255, 0.8);
	transform: translateY(-2px);
}

.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;
}
/* ===== ESTILOS PARA LLAVE DE 6 EQUIPOS (2 GANADORES: 700 USD Y 300 USD) ===== */
.tournament-container {
    position: relative;
    max-width: 1100px;
    margin: 40px auto;
    background: linear-gradient(145deg, #0a1f2e, #050d14) !important;
    border: 1px solid rgba(255, 117, 24, 0.35);
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.85), inset 0 0 25px rgba(255, 117, 24, 0.05);
    font-family: "Gotham Book", sans-serif;
    color: #ffffff;
}

body {
    background-color: #040a0f;
    margin: 0;
    padding: 20px;
    background-image: radial-gradient(circle at 50% 20%, rgba(255, 117, 24, 0.08) 0%, transparent 60%);
}

.tournament-header {
    text-align: center;
    margin-bottom: 40px;
}

.tournament-ball {
    width: 65px;
    height: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 12px rgba(255, 117, 24, 0.7));
    animation: floatBall 3s ease-in-out infinite;
}

@keyframes floatBall {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.tournament-title {
    font-family: "Gotham Bold", sans-serif;
    font-size: 24pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #ff9e00, #ff4500, #9d4edd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 8px 0;
    filter: drop-shadow(0 2px 10px rgba(255, 117, 24, 0.4));
}

.tournament-subtitle {
    font-size: 11pt;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

/* BANNER DE PREMIOS (2 GANADORES: 700 USD Y 300 USD) */
.prizes-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.prize-card {
    background: rgba(13, 30, 43, 0.92);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prize-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 212, 255, 0.25);
}

.prize-card.first {
    border-color: #ffb703;
    background: linear-gradient(145deg, rgba(255, 183, 3, 0.15), rgba(13, 30, 43, 0.95));
    box-shadow: 0 10px 35px rgba(255, 183, 3, 0.2);
}

.prize-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.prize-card.first::before {
    background: linear-gradient(90deg, transparent, #ffb703, transparent);
}

.prize-place {
    font-family: "Gotham Bold", sans-serif;
    font-size: 10.5pt;
    color: #00d4ff;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.prize-card.first .prize-place {
    color: #ffb703;
}

.prize-amount {
    font-family: "Gotham Bold", sans-serif;
    font-size: 20pt;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

/* ESTRUCTURA DE 3 COLUMNAS (Ajustado para 2 Campeones) */
.bracket-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: center;
    justify-items: center;
    position: relative;
    min-height: 480px;
}

.bracket-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    gap: 35px;
}

.bracket-match-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 8px;
    position: relative;
}

.match-date {
    font-family: "Gotham Bold", sans-serif;
    font-size: 8pt;
    color: #ff7518;
    background: rgba(255, 117, 24, 0.12);
    border: 1px solid rgba(255, 117, 24, 0.35);
    padding: 3px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.bracket-match {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
}

/* CUADROS DE EQUIPOS HD */
.bracket-box {
    background: rgba(13, 30, 43, 0.92);
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 12px;
    padding: 12px 16px;
    width: 100%;
    max-width: 230px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.bracket-box:hover {
    border-color: #00d4ff;
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.25);
}

/* Estilos de los Ganadores */
.bracket-box.winner {
    background: linear-gradient(135deg, rgba(255, 183, 3, 0.25), rgba(211, 84, 0, 0.35));
    border-color: #ffb703;
    box-shadow: 0 8px 25px rgba(255, 183, 3, 0.3);
}

/* Estilos de los Eliminados */
.bracket-box.loser {
    opacity: 0.55;
    border-color: rgba(255, 77, 77, 0.3);
    background: rgba(20, 10, 10, 0.85);
}

.bracket-box.loser .team-name {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.45);
}

.team-avatar {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid rgba(0, 212, 255, 0.7);
    flex-shrink: 0;
    background: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.bracket-box.winner .team-avatar {
    border-color: #ffb703;
}

.team-name {
    font-size: 9.5pt;
    color: #ffffff;
    font-family: "Gotham Book", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bracket-box.winner .team-name {
    font-family: "Gotham Bold", sans-serif;
    color: #ffb703;
}

.status-badge {
    margin-left: auto;
    font-size: 6.5pt;
    font-family: "Gotham Bold", sans-serif;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.status-badge.eliminated {
    background: rgba(255, 77, 77, 0.2);
    color: #ff4d4d;
    border: 1px solid rgba(255, 77, 77, 0.4);
}

.status-badge.victorious {
    background: rgba(255, 183, 3, 0.2);
    color: #ffb703;
    border: 1px solid rgba(255, 183, 3, 0.4);
}

.column-title {
    font-family: "Gotham Bold", sans-serif;
    font-size: 11pt;
    color: #00d4ff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .bracket-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .prizes-banner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bracket-box {
        max-width: 100%;
    }
}
/* ==========================================
   CSS SEGURO Y AISLADO - TOOLTIP POR CSS PURO
   ========================================== */

.woroline-eq-container,
.woroline-eq-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.woroline-eq-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: transparent;
    width: 100%;
}

.woroline-eq-window {
    width: 620px;
    background: #1e1e2f;
    border: 2px solid #3a3a5c;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    overflow: visible; /* Permite que el tooltip sobresalga si es necesario */
    color: #e0e0e0;
}

.woroline-eq-header {
    background: linear-gradient(135deg, #2c2c44, #181825);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3a3a5c;
    font-size: 14px;
    font-weight: 600;
    color: #f39c12;
}

.woroline-eq-controls span {
    background: #3a3a5c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.woroline-eq-controls span:hover {
    background: #f39c12;
    color: #1e1e2f;
}

.woroline-eq-tabs {
    display: flex;
    background: #181825;
    border-bottom: 1px solid #3a3a5c;
}

.woroline-eq-tab {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.woroline-eq-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
}

.woroline-eq-tab.active {
    color: #f39c12;
    border-bottom-color: #f39c12;
    background: #1e1e2f;
    font-weight: 600;
}

.woroline-eq-body {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #151521;
    gap: 10px;
}

.woroline-eq-slots-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 200px;
}

/* CADA SLOT ES RELATIVO PARA QUE SU TOOLTIP FLOTE EXACTAMENTE A SU LADO */
.woroline-eq-slot {
    position: relative; 
    display: flex;
    align-items: center;
    background: #1e1e2f;
    border: 1px solid #2d2d44;
    border-radius: 6px;
    padding: 6px 8px;
    height: 48px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.woroline-eq-slot:hover {
    border-color: #f39c12;
    background: #252538;
}

.woroline-eq-slot-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    background: #111118;
    border: 1px solid #33334d;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}

.woroline-eq-slot-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.woroline-eq-slot-label {
    font-size: 10px;
    color: #8888aa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woroline-eq-slot-name {
    font-size: 12px;
    color: #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woroline-eq-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px dashed #3a3a5c;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.woroline-eq-set-gif {
    max-width: 90px;
    max-height: 110px;
    object-fit: contain;
    margin-bottom: 8px;
}

.woroline-eq-set-title {
    font-size: 13px;
    font-weight: bold;
    color: #f39c12;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.woroline-eq-footer {
    background: #181825;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #3a3a5c;
}

.woroline-eq-checkbox {
    font-size: 12px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.woroline-eq-checkbox input[type="checkbox"] {
    accent-color: #f39c12;
    cursor: pointer;
}

.woroline-eq-btn {
    background: #2c2c44;
    color: #f39c12;
    border: 1px solid #f39c12;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.woroline-eq-btn:hover {
    background: #f39c12;
    color: #1e1e2f;
    box-shadow: 0 0 8px rgba(243, 156, 18, 0.4);
}

.custom-register-container {
    text-align: center;
    margin: 0 auto 45px auto;
}

/* ==========================================
   TOOLTIP FLOTANTE NATIVO POR CSS (HOVER)
   ========================================== */
.woroline-eq-tooltip {
    display: none;
    position: absolute;
    left: 105%; /* Se coloca justo a la derecha del slot */
    top: 0;
    z-index: 999999;
    width: 240px;
    background: #12121c;
    border: 2px solid #f39c12;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
    color: #e0e0e0;
    font-size: 12px;
    text-align: left;
    pointer-events: none;
}

/* SE MUESTRA AUTOMÁTICAMENTE AL PASAR EL MOUSE SOBRE EL SLOT */
.woroline-eq-slot:hover .woroline-eq-tooltip {
    display: block !important;
}

.woroline-eq-tooltip-title {
    font-weight: bold;
    color: #f39c12;
    border-bottom: 1px solid #3a3a5c;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.woroline-eq-tooltip-desc {
    color: #ccc;
    line-height: 1.4;
}
.custom-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff7518, #ff4500);
    color: #ffffff;
    font-family: "Gotham Bold", sans-serif;
    font-size: 11pt;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 12px;
    text-decoration: none;
    letter-spacing: 1.5px;
    box-shadow: 0 6px 20px rgba(255, 117, 24, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 183, 3, 0.4);
    transition: all 0.3s ease;
}

.custom-register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 117, 24, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    filter: brightness(1.1);
}
